• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. toList :: Transaction a -> [a]

    transaction Data.Transaction

    No documentation available.

  2. fromAscList :: Eq c => [([c], a)] -> TMap c a

    trie-simple Data.Trie.Map

    No documentation available.

  3. fromAscListWith :: Ord c => (a -> a -> a) -> [([c], a)] -> TMap c a

    trie-simple Data.Trie.Map

    No documentation available.

  4. fromList :: Ord c => [([c], a)] -> TMap c a

    trie-simple Data.Trie.Map

    No documentation available.

  5. fromListWith :: Ord c => (a -> a -> a) -> [([c], a)] -> TMap c a

    trie-simple Data.Trie.Map

    No documentation available.

  6. toAscList :: TMap c a -> [([c], a)]

    trie-simple Data.Trie.Map

    No documentation available.

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

    trie-simple Data.Trie.Map

    No documentation available.

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

    trie-simple Data.Trie.Set

    No documentation available.

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

    trie-simple Data.Trie.Set

    No documentation available.

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

    trie-simple Data.Trie.Set

    No documentation available.

Page 227 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete