• 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. maybeRecount :: (Countable a, Countable b) => a -> Maybe b

    countable Data.Countable

    No documentation available.

  2. maybeDeserialized :: Deserialized α -> Maybe α

    data-serializer Data.Deserializer

    Map Deserialized values to Just and Malformed to Nothing.

  3. maybeParsed :: Parsed α -> Maybe α

    data-textual Data.Textual

    Map Parsed values to Just and Malformed to Nothing.

  4. maybePrint :: (Printer p, Printable α) => Maybe α -> p

    data-textual Data.Textual

    A shorthand for maybe mempty print.

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

    dbus-hslogger System.Log.DBus.Server

    No documentation available.

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

    haskoin-core Haskoin.Util.Helpers

    Transform a Maybe value into an Either value. Just is mapped to Right and Nothing is mapped to Left. Default Left required.

  7. maybeFilePath :: Event -> Maybe RawFilePath

    hinotify System.INotify

    No documentation available.

  8. maybeFilePath :: Event -> Maybe RawFilePath

    hinotify System.INotify

    No documentation available.

  9. maybeFilePath :: Event -> Maybe RawFilePath

    hinotify System.INotify

    No documentation available.

  10. maybeFilePath :: Event -> Maybe RawFilePath

    hinotify System.INotify

    No documentation available.

Page 56 of many | Previous | Next

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