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.
-
resource-pool Data.Pool.Internal Configuration of a Pool.
PoolConfig :: !IO a -> a -> IO () -> Double -> Int -> !Maybe Int -> PoolConfig aresource-pool Data.Pool.Internal No documentation available.
-
resource-pool Data.Pool.Introspection Striped resource pool based on Control.Concurrent.QSem.
-
resource-pool Data.Pool.Introspection Configuration of a Pool.
-
strict Data.Strict.Tuple The type of strict pairs.
-
weigh Weigh No documentation available.
-
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:
class
PolyMap (map :: Type -> Type)mono-traversable Data.Containers A guaranteed-polymorphic Map, which allows for more polymorphic versions of functions.
-
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
-
network-bsd Network.BSD Representation of the POSIX protoent structure defined in netdb.h.