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

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.

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

    pathtype System.Path

    Deprecated: Use Path.maybe instead.

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

    pathtype System.Path.Generic

    Deprecated: Use Path.maybe instead.

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

    pathtype System.Path.Posix

    Deprecated: Use Path.maybe instead.

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

    pathtype System.Path.Windows

    Deprecated: Use Path.maybe instead.

  5. maybeReadQ :: String -> Maybe Quotient

    percent-format Text.PercentFormat.Quotient

    No documentation available.

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

  7. maybeBridge :: BridgePart

    purescript-bridge Language.PureScript.Bridge.Primitives

    No documentation available.

  8. maybeBuilder :: Maybe Builder -> Builder

    rdf Data.RDF.Encoder.Common

    Maps Nothing to mempty.

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

    registry-aeson Data.Registry.Aeson.Decoder

    No documentation available.

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

    registry-aeson Data.Registry.Aeson.Encoder

    No documentation available.

Page 70 of many | Previous | Next

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