Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. fromMap :: (Ord i, Ord j) => ((i, j), (i, j)) -> Map (i, j) a -> Matrix i j a

    dsp Matrix.Sparse

    No documentation available.

  2. includeMap :: Monad m => HashMap Id Template -> Resolver m

    ede Text.EDE

    HashMap resolver for include expressions. The identifier component of the include expression is treated as a lookup key into the supplied HashMap. If the identifier doesn't exist in the HashMap, an Error is returned.

  3. fromHashMapText :: HashMap Text v -> KeyMap v

    ede Text.EDE.Internal.Compat

    Convert a HashMap Textto a KeyMap.

  4. toHashMapText :: KeyMap v -> HashMap Text v

    ede Text.EDE.Internal.Compat

    Convert a KeyMap to a HashMap Text.

  5. stableMap :: HasSAT s => Lens' s (HashMap (StableName ()) Literal)

    ersatz Ersatz.Problem

    No documentation available.

  6. data OpcodeMapper (m :: Type -> Type) a b

    evm-opcodes EVM.Opcode.Traversal

    An OpcodeMapper is a collection of four mapping functions that can map any Opcode' a to an Opcode' b. For each of the three opcodes that are annotated, JUMP, JUMPI and JUMPDEST, a separate mapping function is specified, and for any other opcode, a general mapping function is specified that falls back to the same opcode of type Opcode' b. See translate for an example of usage.

  7. OpcodeMapper :: (a -> m (Opcode' b)) -> (a -> m (Opcode' b)) -> (a -> m (Opcode' b)) -> (Opcode' a -> m (Maybe (Opcode' b))) -> OpcodeMapper (m :: Type -> Type) a b

    evm-opcodes EVM.Opcode.Traversal

    No documentation available.

  8. package expiring-cache-map

    General purpose simple caching. A simple general purpose shared state cache map with automatic expiration of values, for caching the results of accessing a resource such as reading a file. With variations for Ord and Hashable keys using Data.Map.Strict and Data.HashMap.Strict, respectively.

  9. type ECMMapSize = Int

    expiring-cache-map Caching.ExpiringCacheMap.Types

    Integer involved in the size of a key-value map.

  10. type ECMMapSize = Int

    expiring-cache-map Caching.ExpiringCacheMap.Utils.Types

    Integer involved in the size of a key-value map.

Page 1150 of many | Previous | Next