Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
hpqtypes Database.PostgreSQL.PQTypes.Internal.Error.Code No documentation available.
TooManyConnections :: ErrorCodehpqtypes Database.PostgreSQL.PQTypes.Internal.Error.Code No documentation available.
-
hpqtypes Database.PostgreSQL.PQTypes.Internal.Error.Code No documentation available.
manyN :: forall s u (m :: Type -> Type) a . Int -> ParsecT s u m a -> ParsecT s u m [a]hsemail Text.Parsec.Rfc2234 Match a parser at least n times.
manyNtoM :: forall s u (m :: Type -> Type) a . Int -> Int -> ParsecT s u m a -> ParsecT s u m [a]hsemail Text.Parsec.Rfc2234 Match a parser at least n times, but no more than m times.
many :: Alternative f => f a -> f [a]list-transformer List.Transformer Zero or more.
Examples
>>> many (putStr "la") lalalalalalalalala... * goes on forever *
>>> many Nothing Just []
>>> take 5 <$> many (Just 1) * hangs forever *
Note that this function can be used with Parsers based on Applicatives. In that case many parser will attempt to parse parser zero or more times until it fails.-
optics-extra Optics.Extra.Internal.Zoom No documentation available.
-
optics-extra Optics.Extra.Internal.Zoom No documentation available.
-
optics-extra Optics.Extra.Internal.Zoom No documentation available.
-
optics-extra Optics.Zoom Extends Magnify with an ability to magnify using a Fold over multiple targets so that actions for each one are executed sequentially and the results are aggregated. There is however no sensible instance of MagnifyMany for StateT.