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. data Packer a

    memory Data.ByteArray.Pack

    Simple ByteArray Packer

  2. PackerFail :: String -> Result a

    memory Data.ByteArray.Pack

    No documentation available.

  3. PackerMore :: a -> MemView -> Result a

    memory Data.ByteArray.Pack

    No documentation available.

  4. module Data.ByteArray.Parse

    A very simple bytearray parser related to Parsec and Attoparsec Simple example:

    > parse ((,,) <$> take 2 <*> byte 0x20 <*> (bytes "abc" *> anyByte)) "xx abctest"
    ParseOK "est" ("xx", 116)
    

  5. ParseFail :: String -> Result byteArray a

    memory Data.ByteArray.Parse

    No documentation available.

  6. ParseMore :: (Maybe byteArray -> Result byteArray a) -> Result byteArray a

    memory Data.ByteArray.Parse

    No documentation available.

  7. ParseOK :: byteArray -> a -> Result byteArray a

    memory Data.ByteArray.Parse

    No documentation available.

  8. data Parser byteArray a

    memory Data.ByteArray.Parse

    Simple ByteString parser structure

  9. module Data.Memory.PtrMethods

    methods to manipulate raw memory representation

  10. module Data.Text.Prettyprint.Doc.Render.Util.Panic

    Deprecated: Use Prettyprinter.Render.Util.Panic instead.

Page 68 of many | Previous | Next