• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. maybeReader :: (String -> Maybe a) -> Reader a

    opt-env-conf OptEnvConf.Reader

    Turn a Maybe parsing function into a Reader

  2. maybePath :: (AbsRel ar, FileDir fd) => String -> Maybe (Path ar fd)

    pathtype System.Path

    Deprecated: Use Path.maybe instead.

  3. maybePath :: (System os, AbsRel ar, FileDir fd) => String -> Maybe (Path os ar fd)

    pathtype System.Path.Generic

    Deprecated: Use Path.maybe instead.

  4. maybePath :: (AbsRel ar, FileDir fd) => String -> Maybe (Path ar fd)

    pathtype System.Path.Posix

    Deprecated: Use Path.maybe instead.

  5. maybePath :: (AbsRel ar, FileDir fd) => String -> Maybe (Path ar fd)

    pathtype System.Path.Windows

    Deprecated: Use Path.maybe instead.

  6. maybeReadQ :: String -> Maybe Quotient

    percent-format Text.PercentFormat.Quotient

    No documentation available.

  7. maybeRead :: Read a => String -> Maybe a

    percent-format Text.PercentFormat.Utils

    Reads a value encoded as a string, return Just the value or Nothing on error.

  8. maybeBridge :: BridgePart

    purescript-bridge Language.PureScript.Bridge.Primitives

    No documentation available.

  9. maybeBuilder :: Maybe Builder -> Builder

    rdf Data.RDF.Encoder.Common

    Maps Nothing to mempty.

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

    registry-aeson Data.Registry.Aeson.Decoder

    No documentation available.

Page 55 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete