Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. maybeOfDecoder :: Decoder a -> Decoder (Maybe a)

    registry-aeson Data.Registry.Aeson.Decoder

    No documentation available.

  2. maybeOfEncoder :: Encoder a -> Encoder (Maybe a)

    registry-aeson Data.Registry.Aeson.Encoder

    No documentation available.

  3. maybeOf :: EType -> EType

    servant-elm Servant.Elm.Internal.Generate

    No documentation available.

  4. maybeToSlist :: Maybe a -> Slist a

    slist Slist

    Returns an empty list when given Nothing or a singleton list when given Just.

    >>> maybeToSlist (Just 42)
    Slist {sList = [42], sSize = Size 1}
    
    >>> maybeToSlist Nothing
    Slist {sList = [], sSize = Size 0}
    

  5. maybeToSlist :: Maybe a -> Slist a

    slist Slist.Maybe

    Returns an empty list when given Nothing or a singleton list when given Just.

    >>> maybeToSlist (Just 42)
    Slist {sList = [42], sSize = Size 1}
    
    >>> maybeToSlist Nothing
    Slist {sList = [], sSize = Size 0}
    

  6. maybeToEither :: b -> Maybe a -> Either b a

    status-notifier-item StatusNotifier.Util

    No documentation available.

  7. maybeField :: ToJSON a => Key -> Maybe a -> Maybe (Key, Value)

    stratosphere Stratosphere.Helpers

    Might create an aeson pair from a Maybe value.

  8. maybeDecode :: Typeable a => (String -> Maybe a) -> Input String -> Either String a

    text-encode Text.Encode.Cassava

    No documentation available.

  9. maybeCDataLeaf :: Leaf name str -> Maybe String

    wraxml Text.XML.WraXML.Tree

    No documentation available.

  10. maybeCommentLeaf :: Leaf name str -> Maybe String

    wraxml Text.XML.WraXML.Tree

    No documentation available.

Page 56 of many | Previous | Next