Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. type Wavenumber = Length :^ MOne

    units-defs Data.Dimensions.SI

    No documentation available.

  2. type Wavenumber = MkQu_D Wavenumber

    units-defs Data.Metrology.SI.MonoTypes

    No documentation available.

  3. type Wavenumber = MkQu_DLN Wavenumber

    units-defs Data.Metrology.SI.PolyTypes

    No documentation available.

  4. enumOf :: Eq k => Text -> [(Text, k)] -> UnjsonDef k

    unjson Data.Unjson

    Provide sum type support for parameterless constructors. For related functionality see disjointUnionOf. Example:

    data X = A | B
    
    unjsonX = enumOf "type_thing"
    [("a_thing", A),
    ("b_thing", B)]
    

  5. enumUnjsonDef :: (Eq a, Typeable a, Enum a, Bounded a, Data a) => UnjsonDef a

    unjson Data.Unjson

    Automatic sum type conversion with parameterless constructors. Basically an automatic version of enumOf. Example:

    data X = A | B deriving (Eq, Data, Enum, Bounded)
    
    instance Unjson X where unjsonDef = enumUnjsonDef
    

  6. setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig a

    unliftio-pool UnliftIO.Pool

    Set the number of stripes in the pool. If set to Nothing (the default value), the pool will create the amount of stripes equal to the number of capabilities. This ensures that threads never compete over access to the same stripe and results in a very good performance in a multi-threaded environment.

  7. PortNumber :: PortNumber -> PortID

    wai-middleware-caching-redis Network.Wai.Middleware.RedisCache

    No documentation available.

  8. package web3-bignum

    Fixed size big integers for Haskell Web3 library. This package implements codec instances and other helper functions.

  9. module Data.BigNum

    Big numbers and codecs for Haskell Web3 library.

  10. blockNumber :: JsonRpc m => m Quantity

    web3-ethereum Network.Ethereum.Api.Eth

    Returns the number of most recent block.

Page 547 of many | Previous | Next