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.
fromList :: (Hashable k, Ord k) => [(k, a)] -> Map k ahashmap Data.HashMap Create a map from a list of key/value pairs.
fromListWith :: (Hashable k, Ord k) => (a -> a -> a) -> [(k, a)] -> Map k ahashmap Data.HashMap Create a map from a list of key/value pairs with a combining function.
fromListWithKey :: (Hashable k, Ord k) => (k -> a -> a -> a) -> [(k, a)] -> Map k ahashmap Data.HashMap Build a map from a list of key/value pairs with a combining function.
-
hashmap Data.HashMap Convert the map to a list of key/value pairs.
fromList :: (Hashable a, Ord a) => [a] -> Set ahashmap Data.HashSet Create a set from a list of elements.
-
hashmap Data.HashSet Convert the set to a list of elements.
-
haskoin-store-data Haskoin.Store.Data No documentation available.
RawResultList :: [a] -> RawResultList ahaskoin-store-data Haskoin.Store.Data No documentation available.
-
haskoin-store-data Haskoin.Store.Data No documentation available.
SerialList :: [a] -> SerialList ahaskoin-store-data Haskoin.Store.Data No documentation available.