Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. toList :: TMap c a -> [([c], a)]

    trie-simple Data.Trie.Map

    No documentation available.

  2. fromAscList :: Eq c => [[c]] -> TSet c

    trie-simple Data.Trie.Set

    No documentation available.

  3. fromList :: Ord c => [[c]] -> TSet c

    trie-simple Data.Trie.Set

    No documentation available.

  4. toAscList :: TSet c -> [[c]]

    trie-simple Data.Trie.Set

    No documentation available.

  5. toList :: TSet c -> [[c]]

    trie-simple Data.Trie.Set

    No documentation available.

  6. module Data.KVList

    This library provide a brief implementation for extensible records. It is sensitive to the ordering of key-value items, but has simple type constraints and provides short compile time.

  7. data KVList (kvs :: [Type])

    type-level-kv-list Data.KVList

    A value with type level key.

  8. toList :: TypeMap (OfType r) -> [r]

    type-map Data.TypeMap.Dynamic

    Reduce a constant type map into a plain list of values.

  9. toListMap :: (forall t . () => Proxy t -> Item tm t -> r) -> TypeMap tm -> [r]

    type-map Data.TypeMap.Dynamic

    Collapse a type map into a plain list of values.

  10. toList :: TypeMap (OfType r) -> [r]

    type-map Data.TypeMap.Dynamic.Alt

    Reduce a constant type map into a plain list of values.

Page 228 of many | Previous | Next