Hoogle Search
Within LTS Haskell 24.21 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
servant-elm Servant.Elm.Internal.Generate No documentation available.
maybeToSlist :: Maybe a -> Slist aslist 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}maybeToSlist :: Maybe a -> Slist aslist 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}maybeToEither :: b -> Maybe a -> Either b astatus-notifier-item StatusNotifier.Util No documentation available.
maybeField :: ToJSON a => Key -> Maybe a -> Maybe (Key, Value)stratosphere Stratosphere.Helpers Might create an aeson pair from a Maybe value.
-
strict-base-types Data.Maybe.Strict Analogous to maybeToList in Data.Maybe.
maybeDecode :: Typeable a => (String -> Maybe a) -> Input String -> Either String atext-encode Text.Encode.HttpApiData No documentation available.
maybeCDataLeaf :: Leaf name str -> Maybe Stringwraxml Text.XML.WraXML.Tree No documentation available.
maybeCommentLeaf :: Leaf name str -> Maybe Stringwraxml Text.XML.WraXML.Tree No documentation available.
-
wraxml Text.XML.WraXML.Tree Deprecated: XmlChar.Unicode constructors must contain unicode characters and not encoded ones. Decode characters before parsing!