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.

  1. toAnyRelinker :: forall (e :: Effect) . Relinker (EffectRep (DispatchOf e)) e -> AnyRelinker

    effectful-core Effectful.Internal.Env

    No documentation available.

  2. fromAny :: (Any :: Type) -> a

    effectful-core Effectful.Internal.Utils

    No documentation available.

  3. 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.

  4. pMany :: Text -> (Element -> Maybe a) -> [Element] -> [a]

    feed Text.Atom.Feed.Import

    No documentation available.

  5. pMany :: Text -> (Element -> Maybe a) -> [Element] -> [a]

    feed Text.RSS.Import

    No documentation available.

  6. pMany :: (Maybe Text, Maybe Text) -> Text -> (Element -> Maybe a) -> Element -> [a]

    feed Text.RSS1.Utils

    No documentation available.

  7. 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.

  8. ScrollTypeAnywhere :: ScrollType

    gi-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.

  9. 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.

  10. newtype EventAny

    gi-gdk3 GI.Gdk.Structs.EventAny

    Memory-managed wrapper type.

Page 171 of many | Previous | Next