Hoogle Search
Within LTS Haskell 24.37 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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
PayloadTooLarge :: InvalidRequestwarp Network.Wai.Handler.Warp Since 3.3.22
-
warp Network.Wai.Handler.Warp TCP port number.
-
warp Network.Wai.Handler.Warp HTTP/2 push promise or sever push. This allows files only for backward-compatibility while the HTTP/2 library supports other types. Since: 3.2.7