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

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.

  1. parseMaybeT :: Parse a => Text -> Maybe a

    ttc Data.TTC

    Parse from strict Text to a Maybe result

  2. parseMaybeTL :: Parse a => Text -> Maybe a

    ttc Data.TTC

    Parse from lazy Text to a Maybe result

  3. parseMaybeTLB :: Parse a => Builder -> Maybe a

    ttc Data.TTC

    Parse from a Text Builder to a Maybe result

  4. module Data.TypeLevel.ParMaybe

    No documentation available.

  5. catMaybes :: List l => l (Maybe a) -> l a

    List Data.List.Class

    No documentation available.

  6. mapMaybe :: List l => (a -> Maybe b) -> l a -> l b

    List Data.List.Class

    No documentation available.

  7. SchemaMaybe :: SchemaType' s ty -> SchemaType' s ty

    aeson-schemas Data.Aeson.Schema.Type

    No documentation available.

  8. addMaybeProxy :: Maybe Proxy -> Request -> Request

    authenticate-oauth Web.Authenticate.OAuth

    No documentation available.

  9. addMaybeProxy :: Maybe Proxy -> Request -> Request

    authenticate-oauth Web.Authenticate.OAuth.IO

    No documentation available.

  10. bumpMaybe :: a -> (a -> b -> b) -> (a -> b) -> Maybe b -> Maybe b

    backprop Numeric.Backprop.Internal

    No documentation available.

Page 242 of many | Previous | Next

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