Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. data PoolConfig a

    resource-pool Data.Pool.Internal

    Configuration of a Pool.

  2. PoolConfig :: !IO a -> a -> IO () -> Double -> Int -> !Maybe Int -> PoolConfig a

    resource-pool Data.Pool.Internal

    No documentation available.

  3. data Pool a

    resource-pool Data.Pool.Introspection

    Striped resource pool based on Control.Concurrent.QSem.

  4. data PoolConfig a

    resource-pool Data.Pool.Introspection

    Configuration of a Pool.

  5. data Pair a b

    strict Data.Strict.Tuple

    The type of strict pairs.

  6. Plain :: Format

    weigh Weigh

    No documentation available.

  7. module Lens.Micro.Platform

    This module is an approximation for Control.Lens from lens; by importing it you get all functions and instances from microlens, microlens-mtl, microlens-ghc, as well as the following instances:

  8. class PolyMap (map :: Type -> Type)

    mono-traversable Data.Containers

    A guaranteed-polymorphic Map, which allows for more polymorphic versions of functions.

  9. data PortNumber

    network-bsd Network.BSD

    Port number. Use the Num instance (i.e. use a literal) to create a PortNumber value.

    >>> 1 :: PortNumber
    1
    
    >>> read "1" :: PortNumber
    1
    
    >>> show (12345 :: PortNumber)
    "12345"
    
    >>> 50000 < (51000 :: PortNumber)
    True
    
    >>> 50000 < (52000 :: PortNumber)
    True
    
    >>> 50000 + (10000 :: PortNumber)
    60000
    

  10. data ProtocolEntry

    network-bsd Network.BSD

    Representation of the POSIX protoent structure defined in netdb.h.

Page 266 of many | Previous | Next