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

Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. maybeC :: forall (m :: Type -> Type) i o a . Monad m => ConduitT i o m (Maybe a) -> ConduitT i o (MaybeT m) a

    classy-prelude-conduit ClassyPrelude.Conduit

    Wrap the base monad in MaybeT Since 1.0.11

  2. maybeRecount :: (Countable a, Countable b) => a -> Maybe b

    countable Data.Countable

    No documentation available.

  3. maybeDeserialized :: Deserialized α -> Maybe α

    data-serializer Data.Deserializer

    Map Deserialized values to Just and Malformed to Nothing.

  4. maybeParsed :: Parsed α -> Maybe α

    data-textual Data.Textual

    Map Parsed values to Just and Malformed to Nothing.

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

    data-textual Data.Textual

    A shorthand for maybe mempty print.

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

    dbus-hslogger System.Log.DBus.Server

    No documentation available.

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

  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 41 of many | Previous | Next

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