Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. allocSimpleConfig :: Socket -> BufferSize -> IO Config

    http2 Network.HTTP2.Client

    Making simple configuration whose IO is not efficient. A write buffer is allocated internally. WAI timeout manger is initialized with 30_000_000 microseconds.

  2. allocSimpleConfig' :: Socket -> BufferSize -> Int -> IO Config

    http2 Network.HTTP2.Client

    Making simple configuration whose IO is not efficient. A write buffer is allocated internally. The third argument is microseconds to initialize WAI timeout manager.

  3. allocSimpleConfig :: Socket -> BufferSize -> IO Config

    http2 Network.HTTP2.Server

    Making simple configuration whose IO is not efficient. A write buffer is allocated internally. WAI timeout manger is initialized with 30_000_000 microseconds.

  4. allocSimpleConfig' :: Socket -> BufferSize -> Int -> IO Config

    http2 Network.HTTP2.Server

    Making simple configuration whose IO is not efficient. A write buffer is allocated internally. The third argument is microseconds to initialize WAI timeout manager.

  5. allOf :: Parser s r -> Parser a s r

    incremental-parser Text.ParserCombinators.Incremental.Symmetric

    No documentation available.

  6. allCombinations :: [[a]] -> [[a]]

    liquid-fixpoint Language.Fixpoint.Misc

    No documentation available.

  7. allMap :: (Eq k, Hashable k) => (v -> Bool) -> HashMap k v -> Bool

    liquid-fixpoint Language.Fixpoint.Misc

    No documentation available.

  8. allowHO :: Config -> Bool

    liquid-fixpoint Language.Fixpoint.Types.Config

    allow higher order binders in the logic environment

  9. allowHOqs :: Config -> Bool

    liquid-fixpoint Language.Fixpoint.Types.Config

    allow higher order qualifiers

  10. allowHO :: forall (c :: Type -> Type) a . GInfo c a -> Bool

    liquid-fixpoint Language.Fixpoint.Types.Constraints

    No documentation available.

Page 112 of many | Previous | Next