Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. PageContent :: Html -> !Maybe Text -> !HtmlUrl url -> !HtmlUrl url -> PageContent url

    yesod-core Yesod.Core.Widget

    No documentation available.

  2. data Piece typ

    yesod-core Yesod.Routes.TH.Types

    No documentation available.

  3. data Permissions

    path-io Path.IO

    No documentation available.

  4. data Property (m :: Type -> Type)

    tasty-smallcheck Test.Tasty.SmallCheck

    The type of properties over the monad m.

  5. ParseException :: String -> ConnectionException

    websockets Network.WebSockets

    The client sent garbage, i.e. we could not parse the WebSockets stream.

  6. data PendingConnection

    websockets Network.WebSockets

    A new client connected to the server. We haven't accepted the connection yet, though.

  7. data PermessageDeflate

    websockets Network.WebSockets

    Four extension parameters are defined for "permessage-deflate" to help endpoints manage per-connection resource usage.

    • "server_no_context_takeover"
    • "client_no_context_takeover"
    • "server_max_window_bits"
    • "client_max_window_bits"

  8. PermessageDeflate :: Bool -> Bool -> Int -> Int -> Int -> PermessageDeflate

    websockets Network.WebSockets

    No documentation available.

  9. PermessageDeflateCompression :: PermessageDeflate -> CompressionOptions

    websockets Network.WebSockets

    No documentation available.

  10. Ping :: ByteString -> ControlMessage

    websockets Network.WebSockets

    No documentation available.

Page 209 of many | Previous | Next