Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
maybeReadQ :: String -> Maybe Quotientpercent-format Text.PercentFormat.Quotient No documentation available.
maybeRead :: Read a => String -> Maybe apercent-format Text.PercentFormat.Utils Reads a value encoded as a string, return Just the value or Nothing on error.
-
purescript-bridge Language.PureScript.Bridge.Primitives No documentation available.
maybeBuilder :: Maybe Builder -> Builderrdf Data.RDF.Encoder.Common maybeOfDecoder :: Decoder a -> Decoder (Maybe a)registry-aeson Data.Registry.Aeson.Decoder No documentation available.
maybeOfEncoder :: Encoder a -> Encoder (Maybe a)registry-aeson Data.Registry.Aeson.Encoder No documentation available.
-
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.