Hoogle Search

Within LTS Haskell 24.27 (ghc-9.10.3)

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

  1. toList :: InsOrdHashMap k v -> [(k, v)]

    insert-ordered-containers Data.HashMap.Strict.InsOrd

    No documentation available.

  2. toRevList :: InsOrdHashMap k v -> [(k, v)]

    insert-ordered-containers Data.HashMap.Strict.InsOrd

    No documentation available.

  3. fromList :: (Eq k, Hashable k) => [k] -> InsOrdHashSet k

    insert-ordered-containers Data.HashSet.InsOrd

    No documentation available.

  4. toList :: InsOrdHashSet k -> [k]

    insert-ordered-containers Data.HashSet.InsOrd

    No documentation available.

  5. class RecordToList (rs :: [u])

    vinyl Data.Vinyl.Core

    A record with uniform fields may be turned into a list.

  6. recordToList :: RecordToList rs => Rec (Const a :: u -> Type) rs -> [a]

    vinyl Data.Vinyl.Core

    No documentation available.

  7. type HList = Rec Identity

    vinyl Data.Vinyl.Derived

    Heterogeneous list whose elements are evaluated during list construction.

  8. type LazyHList = Rec Thunk

    vinyl Data.Vinyl.Derived

    Heterogeneous list whose elements are left as-is during list construction (cf. HList).

  9. fromPairList :: [(a, b)] -> T a b

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

  10. toPairList :: T a b -> [(a, b)]

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

Page 82 of many | Previous | Next