Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
module Toml.Codec.Combinator.
Map TOML-specific combinators for converting between TOML and Haskell Map-like data types. There are two way to represent map-like structures with the tomland library.
- Map structure with the key and value represented as key-value
pairs:
foo = [ {myKey = "name", myVal = 42} , {myKey = "otherName", myVal = 100} ] - Map structure as a table with the TOML key as the map
key:
[foo] name = 42 otherName = 100
- Map structure with the key and value represented as key-value
pairs:
-
No documentation available.
module Control.Concurrent.STM.
Map A contention-free STM hash map. "Contention-free" means that the map will never cause spurious conflicts. A transaction operating on the map will only ever have to retry if another transaction is operating on the same key at the same time.
-
ttrie Control.Concurrent.STM.Map A map from keys k to values v.
module Data.TypeMap.Internal.
Map No documentation available.
-
No documentation available.
Map :: MapType -> StorageEntryTypeweb3-polkadot Network.Polkadot.Metadata.V10 No documentation available.
Map :: MapType -> StorageEntryTypeweb3-polkadot Network.Polkadot.Metadata.V11 No documentation available.
Map :: MapType -> StorageEntryTypeweb3-polkadot Network.Polkadot.Metadata.V13 No documentation available.
Map :: MapType -> StorageEntryTypeweb3-polkadot Network.Polkadot.Metadata.V9 No documentation available.