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. toAscList :: MultiSet a -> [a]

    multiset Data.MultiSet

    O(t). Convert the multiset to an ascending list of elements.

  2. toAscOccurList :: MultiSet a -> [(a, Occur)]

    multiset Data.MultiSet

    O(n). Convert the multiset to an ascending list of element/occurrence pairs.

  3. toList :: MultiSet a -> [a]

    multiset Data.MultiSet

    O(t). Convert the multiset to a list of elements.

  4. toOccurList :: MultiSet a -> [(a, Occur)]

    multiset Data.MultiSet

    O(n). Convert the multiset to a list of element/occurrence pairs.

  5. getHListElem :: ContainsType a c => HList c -> a

    multistate Data.HList.ContainsType

    No documentation available.

  6. setHListElem :: ContainsType a c => a -> HList c -> HList c

    multistate Data.HList.ContainsType

    No documentation available.

  7. module Data.HList.HList

    A GADT HList implementation There exist other implementations of HList on hackage, but none seem to be reliably maintained.

  8. data HList (a :: [Type])

    multistate Data.HList.HList

    No documentation available.

  9. toList :: Generator c => c -> [Elem c]

    reducers Data.Generator.Combinators

    Convert any Generator to a list of its contents. Specialization of reduce

  10. RSList :: [RichSExpr atom] -> RichSExpr atom

    s-cargot Data.SCargot.Repr

    No documentation available.

Page 169 of many | Previous | Next