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.

  1. toListLE :: Bits b => b -> [Bool]

    bitwise Data.Bits.Bitwise

    Convert a Bits to a list of bits, in little-endian order.

  2. 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.

  3. fromListWith :: CryptHandle -> (v -> v -> v) -> [(Bytes, v)] -> IO (Map v)

    bytehash Data.Bytes.HashMap

    No documentation available.

  4. fromTrustedList :: [(Bytes, v)] -> Map v

    bytehash 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.

  5. fromList :: CryptHandle -> [(Bytes, Word)] -> IO Map

    bytehash Data.Bytes.HashMap.Word

    No documentation available.

  6. fromListWith :: CryptHandle -> (Word -> Word -> Word) -> [(Bytes, Word)] -> IO Map

    bytehash Data.Bytes.HashMap.Word

    No documentation available.

  7. fromTrustedList :: [(Bytes, Word)] -> Map

    bytehash 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.

  8. fromList :: List a -> [a]

    bytestring-conversion Data.ByteString.Conversion

    No documentation available.

  9. 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.

  10. fromListWithDef :: forall (v :: Type -> Type) a . Vector v a => a -> [a] -> Chimera v a

    chimera Data.Chimera

    Create a stream of values from a given prefix, followed by default value afterwards.

Page 159 of many | Previous | Next