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.

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

    memory Data.ByteArray.Pack

    No documentation available.

  2. 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)
    

  3. ParseFail :: String -> Result byteArray a

    memory Data.ByteArray.Parse

    No documentation available.

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

    memory Data.ByteArray.Parse

    No documentation available.

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

    memory Data.ByteArray.Parse

    No documentation available.

  6. data Parser byteArray a

    memory Data.ByteArray.Parse

    Simple ByteString parser structure

  7. module Data.Memory.PtrMethods

    methods to manipulate raw memory representation

  8. PayloadTooLarge :: InvalidRequest

    warp Network.Wai.Handler.Warp

    Since 3.3.22

  9. type Port = Int

    warp Network.Wai.Handler.Warp

    TCP port number.

  10. data PushPromise

    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

Page 69 of many | Previous | Next