Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. maybeBuilder :: Maybe Builder -> Builder

    rdf Data.RDF.Encoder.Common

    Maps Nothing to mempty.

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

    registry-aeson Data.Registry.Aeson.Decoder

    No documentation available.

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

    registry-aeson Data.Registry.Aeson.Encoder

    No documentation available.

  4. maybeOf :: EType -> EType

    servant-elm Servant.Elm.Internal.Generate

    No documentation available.

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

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

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

    status-notifier-item StatusNotifier.Util

    No documentation available.

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

    stratosphere Stratosphere.Helpers

    Might create an aeson pair from a Maybe value.

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

    text-encode Text.Encode.SqliteSimple

    No documentation available.

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

    wraxml Text.XML.WraXML.Tree

    No documentation available.

Page 71 of many | Previous | Next