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. fromList :: (Hashable k, Ord k) => [(k, a)] -> Map k a

    hashmap Data.HashMap

    Create a map from a list of key/value pairs.

  2. fromListWith :: (Hashable k, Ord k) => (a -> a -> a) -> [(k, a)] -> Map k a

    hashmap Data.HashMap

    Create a map from a list of key/value pairs with a combining function.

  3. fromListWithKey :: (Hashable k, Ord k) => (k -> a -> a -> a) -> [(k, a)] -> Map k a

    hashmap Data.HashMap

    Build a map from a list of key/value pairs with a combining function.

  4. toList :: Map k a -> [(k, a)]

    hashmap Data.HashMap

    Convert the map to a list of key/value pairs.

  5. fromList :: (Hashable a, Ord a) => [a] -> Set a

    hashmap Data.HashSet

    Create a set from a list of elements.

  6. toList :: Set a -> [a]

    hashmap Data.HashSet

    Convert the set to a list of elements.

  7. newtype RawResultList a

    haskoin-store-data Haskoin.Store.Data

    No documentation available.

  8. RawResultList :: [a] -> RawResultList a

    haskoin-store-data Haskoin.Store.Data

    No documentation available.

  9. newtype SerialList a

    haskoin-store-data Haskoin.Store.Data

    No documentation available.

  10. SerialList :: [a] -> SerialList a

    haskoin-store-data Haskoin.Store.Data

    No documentation available.

Page 200 of many | Previous | Next