• 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. withPokedMaybe' :: WithPoked a => Maybe a -> (forall s . () => PtrS s a -> IO b) -> IO b

    storable-peek-poke Foreign.Storable.PeekPoke.Internal

    No documentation available.

  2. catMaybesReversed :: List (Maybe a) -> List a

    strict-list StrictList

    Keep only the present values, reversing the order.

  3. mapMaybeReversed :: (a -> Maybe b) -> List a -> List b

    strict-list StrictList

    Map and filter elements producing results in reversed order.

  4. parseMaybe :: forall t a . (Parse a, Textual t) => t -> Maybe a

    ttc Data.TTC

    Parse to a Maybe result

  5. parseMaybeBS :: Parse a => ByteString -> Maybe a

    ttc Data.TTC

    Parse from a strict ByteString to a Maybe result

  6. parseMaybeBSB :: Parse a => Builder -> Maybe a

    ttc Data.TTC

    Parse from a ByteString Builder to a Maybe result

  7. parseMaybeBSL :: Parse a => ByteString -> Maybe a

    ttc Data.TTC

    Parse from a lazy ByteString to a Maybe result

  8. parseMaybeS :: Parse a => String -> Maybe a

    ttc Data.TTC

    Parse from a String to a Maybe result

  9. parseMaybeSBS :: Parse a => ShortByteString -> Maybe a

    ttc Data.TTC

    Parse from a ShortByteString to a Maybe result

  10. parseMaybeST :: Parse a => ShortText -> Maybe a

    ttc Data.TTC

    Parse from a ShortText to a Maybe result

Page 241 of many | Previous | Next

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