Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. type ParseHook hookState = IORef hookState -> Request -> IO ()

    snap-server Snap.Internal.Http.Server.Types

    The ParseHook is called after the HTTP Request has been parsed by the server, but before the user handler starts running.

  2. data PerSessionData

    snap-server Snap.Internal.Http.Server.Types

    All of the things a session needs to service a single HTTP request.

  3. PerSessionData :: {-# UNPACK #-} !IORef Bool -> (Int -> Int) -> IO () -> !IORef Bool -> SendFileHandler -> ByteString -> Int -> ByteString -> Int -> !InputStream ByteString -> !OutputStream ByteString -> PerSessionData

    snap-server Snap.Internal.Http.Server.Types

    No documentation available.

  4. PreBound :: Socket -> SocketConfig

    snap-server Snap.Internal.Http.Server.Types

    No documentation available.

  5. data Property

    tasty-inspection-testing Test.Tasty.Inspection

    Properties of the obligation target to be checked.

  6. module Test.Tasty.Inspection.Plugin

    No documentation available.

  7. module TextShow.Data.Functor.Product

    TextShow instance for Product. Since: 3

  8. module TextShow.Data.Proxy

    TextShow instance for Proxy. Since: 2

  9. module TextShow.Foreign.Ptr

    TextShow instances for pointer types used in the Haskell Foreign Function Interface (FFI). Since: 2

  10. Pref :: ConType

    text-show TextShow.Generic

    No documentation available.

Page 417 of many | Previous | Next