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.

  1. 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 
    You can find both types of the codecs in this module for different map-like structures. See the following table for the heads up: TODO: table Note: in case of the missing key on the TOML side an empty map structure is returned.

  2. module Data.Trie.Map

    No documentation available.

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

  4. data Map k v

    ttrie Control.Concurrent.STM.Map

    A map from keys k to values v.

  5. module Data.TypeMap.Internal.Map

    No documentation available.

  6. module Data.TypeMap.Map

    No documentation available.

  7. Map :: MapType -> StorageEntryType

    web3-polkadot Network.Polkadot.Metadata.V10

    No documentation available.

  8. Map :: MapType -> StorageEntryType

    web3-polkadot Network.Polkadot.Metadata.V11

    No documentation available.

  9. Map :: MapType -> StorageEntryType

    web3-polkadot Network.Polkadot.Metadata.V13

    No documentation available.

  10. Map :: MapType -> StorageEntryType

    web3-polkadot Network.Polkadot.Metadata.V9

    No documentation available.

Page 46 of many | Previous | Next