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.
fromMap :: (Ord i, Ord j) => ((i, j), (i, j)) -> Map (i, j) a -> Matrix i j adsp Matrix.Sparse No documentation available.
includeMap :: Monad m => HashMap Id Template -> Resolver mede 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.
fromHashMapText :: HashMap Text v -> KeyMap vede Text.EDE.Internal.Compat toHashMapText :: KeyMap v -> HashMap Text vede Text.EDE.Internal.Compat stableMap :: HasSAT s => Lens' s (HashMap (StableName ()) Literal)ersatz Ersatz.Problem No documentation available.
data
OpcodeMapper (m :: Type -> Type) a bevm-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.
-
evm-opcodes EVM.Opcode.Traversal No documentation available.
-
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.
-
expiring-cache-map Caching.ExpiringCacheMap.Types Integer involved in the size of a key-value map.
-
expiring-cache-map Caching.ExpiringCacheMap.Utils.Types Integer involved in the size of a key-value map.