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.
type
Wavenumber = Length :^ MOneunits-defs Data.Dimensions.SI No documentation available.
type
Wavenumber = MkQu_D Wavenumberunits-defs Data.Metrology.SI.MonoTypes No documentation available.
type
Wavenumber = MkQu_DLN Wavenumberunits-defs Data.Metrology.SI.PolyTypes No documentation available.
enumOf :: Eq k => Text -> [(Text, k)] -> UnjsonDef kunjson 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)]enumUnjsonDef :: (Eq a, Typeable a, Enum a, Bounded a, Data a) => UnjsonDef aunjson 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
setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig aunliftio-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.
PortNumber :: PortNumber -> PortIDwai-middleware-caching-redis Network.Wai.Middleware.RedisCache No documentation available.
-
Fixed size big integers for Haskell Web3 library. This package implements codec instances and other helper functions.
-
Big numbers and codecs for Haskell Web3 library.
blockNumber :: JsonRpc m => m Quantityweb3-ethereum Network.Ethereum.Api.Eth Returns the number of most recent block.