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.
-
memory Data.ByteArray.Pack Simple ByteArray Packer
PackerFail :: String -> Result amemory Data.ByteArray.Pack No documentation available.
PackerMore :: a -> MemView -> Result amemory Data.ByteArray.Pack No documentation available.
-
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) ParseFail :: String -> Result byteArray amemory Data.ByteArray.Parse No documentation available.
ParseMore :: (Maybe byteArray -> Result byteArray a) -> Result byteArray amemory Data.ByteArray.Parse No documentation available.
ParseOK :: byteArray -> a -> Result byteArray amemory Data.ByteArray.Parse No documentation available.
-
memory Data.ByteArray.Parse Simple ByteString parser structure
-
methods to manipulate raw memory representation
module Data.Text.Prettyprint.Doc.Render.Util.
Panic Deprecated: Use Prettyprinter.Render.Util.Panic instead.