Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. clientList :: RedisCtx m f => m (f [ByteString])

    hedis Database.Redis.Sentinel

    No documentation available.

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

    vinyl Data.Vinyl.Core

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

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

    vinyl Data.Vinyl.Core

    No documentation available.

  4. type HList = Rec Identity

    vinyl Data.Vinyl.Derived

    Heterogeneous list whose elements are evaluated during list construction.

  5. type LazyHList = Rec Thunk

    vinyl Data.Vinyl.Derived

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

  6. data UnList (c :: b) (d :: a -> b -> Exp b) (e :: [a]) (f :: b)

    first-class-families Fcf.Data.List

    This is Foldr with its argument flipped.

  7. fromList :: (Eq k, Hashable k) => [(k, v)] -> InsOrdHashMap k v

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

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

    insert-ordered-containers Data.HashSet.InsOrd

    No documentation available.

Page 82 of many | Previous | Next