Hoogle Search
Within LTS Haskell 24.57 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
toAnyRelinker :: forall (e :: Effect) . Relinker (EffectRep (DispatchOf e)) e -> AnyRelinkereffectful-core Effectful.Internal.Env No documentation available.
-
effectful-core Effectful.Internal.Utils No documentation available.
many :: Alternative f => f a -> f [a]effectful-core Effectful.NonDet 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.pMany :: Text -> (Element -> Maybe a) -> [Element] -> [a]feed Text.Atom.Feed.Import No documentation available.
pMany :: Text -> (Element -> Maybe a) -> [Element] -> [a]feed Text.RSS.Import No documentation available.
pMany :: (Maybe Text, Maybe Text) -> Text -> (Element -> Maybe a) -> Element -> [a]feed Text.RSS1.Utils No documentation available.
many :: Alternative f => f a -> f [a]foundation Foundation.Parser 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.ScrollTypeAnywhere :: ScrollTypegi-atk GI.Atk.Enums Scroll the object vertically and horizontally so that as much as possible of the object becomes visible. The exact placement is determined by the application.
module GI.Gdk.Structs.
EventAny Contains the fields which are common to all event structs. Any event pointer can safely be cast to a pointer to a EventAny to access these fields.
-
gi-gdk3 GI.Gdk.Structs.EventAny Memory-managed wrapper type.