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

Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. anyInt64be :: forall (st :: ZeroBitType) e . ParserT st e Int64

    flatparse FlatParse.Basic.Integers

    Parse any Int64 (big-endian).

  2. anyInt64le :: forall (st :: ZeroBitType) e . ParserT st e Int64

    flatparse FlatParse.Basic.Integers

    Parse any Int64 (little-endian).

  3. anyInt8 :: forall (st :: ZeroBitType) e . ParserT st e Int8

    flatparse FlatParse.Basic.Integers

    Parse any Int8.

  4. anyWord :: forall (st :: ZeroBitType) e . ParserT st e Word

    flatparse FlatParse.Basic.Integers

    Parse any Word (native size).

  5. anyWord16 :: forall (st :: ZeroBitType) e . ParserT st e Word16

    flatparse FlatParse.Basic.Integers

    Parse any Word16 (native byte order).

  6. anyWord16be :: forall (st :: ZeroBitType) e . ParserT st e Word16

    flatparse FlatParse.Basic.Integers

    Parse any Word16 (big-endian).

  7. anyWord16le :: forall (st :: ZeroBitType) e . ParserT st e Word16

    flatparse FlatParse.Basic.Integers

    Parse any Word16 (little-endian).

  8. anyWord32 :: forall (st :: ZeroBitType) e . ParserT st e Word32

    flatparse FlatParse.Basic.Integers

    Parse any Word32 (native byte order).

  9. anyWord32be :: forall (st :: ZeroBitType) e . ParserT st e Word32

    flatparse FlatParse.Basic.Integers

    Parse any Word32 (big-endian).

  10. anyWord32le :: forall (st :: ZeroBitType) e . ParserT st e Word32

    flatparse FlatParse.Basic.Integers

    Parse any Word32 (little-endian).

Page 61 of many | Previous | Next

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