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

Hoogle Search

Within LTS Haskell 24.56 (ghc-9.10.3)

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

  1. anyInt32le :: forall (st :: ZeroBitType) e . ParserT st e Int32

    flatparse FlatParse.Basic.Integers

    Parse any Int32 (little-endian).

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

    flatparse FlatParse.Basic.Integers

    Parse any Int64 (native byte order).

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

    flatparse FlatParse.Basic.Integers

    Parse any Int64 (big-endian).

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

    flatparse FlatParse.Basic.Integers

    Parse any Int64 (little-endian).

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

    flatparse FlatParse.Basic.Integers

    Parse any Int8.

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

    flatparse FlatParse.Basic.Integers

    Parse any Word (native size).

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

    flatparse FlatParse.Basic.Integers

    Parse any Word16 (native byte order).

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

    flatparse FlatParse.Basic.Integers

    Parse any Word16 (big-endian).

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

    flatparse FlatParse.Basic.Integers

    Parse any Word16 (little-endian).

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

    flatparse FlatParse.Basic.Integers

    Parse any Word32 (native byte order).

Page 61 of many | Previous | Next

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