Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
toListLE :: Bits b => b -> [Bool]bitwise Data.Bits.Bitwise Convert a Bits to a list of bits, in little-endian order.
fromList :: CryptHandle -> [(Bytes, v)] -> IO (Map v)bytehash Data.Bytes.HashMap Build a static hash map. This may be used on input that comes from an adversarial user. It always produces a perfect hash map.
fromListWith :: CryptHandle -> (v -> v -> v) -> [(Bytes, v)] -> IO (Map v)bytehash Data.Bytes.HashMap No documentation available.
fromTrustedList :: [(Bytes, v)] -> Map vbytehash Data.Bytes.HashMap Build a map from keys that are known at compile time. All keys must be 64 bytes or less. This uses a built-in source of entropy and is entirely deterministic. An adversarial user could feed this function keys that cause it to error out rather than completing.
fromList :: CryptHandle -> [(Bytes, Word)] -> IO Mapbytehash Data.Bytes.HashMap.Word No documentation available.
fromListWith :: CryptHandle -> (Word -> Word -> Word) -> [(Bytes, Word)] -> IO Mapbytehash Data.Bytes.HashMap.Word No documentation available.
fromTrustedList :: [(Bytes, Word)] -> Mapbytehash Data.Bytes.HashMap.Word Build a map from keys that are known at compile time. All keys must be 64 bytes or less. This uses a built-in source of entropy and is entirely deterministic. An adversarial user could feed this function keys that cause it to error out rather than completing.
-
bytestring-conversion Data.ByteString.Conversion No documentation available.
toList :: Cache k v -> IO [(k, v, Maybe TimeSpec)]cache Data.Cache Returns the cache content as a list. The third element of the tuple is the expiration date. Nothing means that it doesn't expire.
fromListWithDef :: forall (v :: Type -> Type) a . Vector v a => a -> [a] -> Chimera v achimera Data.Chimera Create a stream of values from a given prefix, followed by default value afterwards.