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

Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

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

    ttc Data.TTC

    Parse from a strict ByteString to a Maybe result

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

    ttc Data.TTC

    Parse from a ByteString Builder to a Maybe result

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

    ttc Data.TTC

    Parse from a lazy ByteString to a Maybe result

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

    ttc Data.TTC

    Parse from a String to a Maybe result

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

    ttc Data.TTC

    Parse from a ShortByteString to a Maybe result

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

    ttc Data.TTC

    Parse from a ShortText to a Maybe result

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

    ttc Data.TTC

    Parse from strict Text to a Maybe result

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

    ttc Data.TTC

    Parse from lazy Text to a Maybe result

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

    ttc Data.TTC

    Parse from a Text Builder to a Maybe result

  10. module Data.TypeLevel.ParMaybe

    No documentation available.

Page 237 of many | Previous | Next

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