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

Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. anyInt16le :: forall (st :: ZeroBitType) e . ParserT st e Int16

    flatparse FlatParse.Basic.Integers

    Parse any Int16 (little-endian).

  2. anyInt32 :: forall (st :: ZeroBitType) e . ParserT st e Int32

    flatparse FlatParse.Basic.Integers

    Parse any Int32 (native byte order).

  3. anyInt32be :: forall (st :: ZeroBitType) e . ParserT st e Int32

    flatparse FlatParse.Basic.Integers

    Parse any Int32 (big-endian).

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

    flatparse FlatParse.Basic.Integers

    Parse any Int32 (little-endian).

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

    flatparse FlatParse.Basic.Integers

    Parse any Int64 (native byte order).

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

    flatparse FlatParse.Basic.Integers

    Parse any Int64 (big-endian).

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

    flatparse FlatParse.Basic.Integers

    Parse any Int64 (little-endian).

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

    flatparse FlatParse.Basic.Integers

    Parse any Int8.

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

    flatparse FlatParse.Basic.Integers

    Parse any Word (native size).

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

    flatparse FlatParse.Basic.Integers

    Parse any Word16 (native byte order).

Page 59 of many | Previous | Next

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