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.
clientList :: RedisCtx m f => m (f [ByteString])hedis Database.Redis.Sentinel No documentation available.
class
RecordToList (rs :: [u])vinyl Data.Vinyl.Core A record with uniform fields may be turned into a list.
recordToList :: RecordToList rs => Rec (Const a :: u -> Type) rs -> [a]vinyl Data.Vinyl.Core No documentation available.
-
vinyl Data.Vinyl.Derived Heterogeneous list whose elements are evaluated during list construction.
-
vinyl Data.Vinyl.Derived Heterogeneous list whose elements are left as-is during list construction (cf. HList).
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.
fromList :: (Eq k, Hashable k) => [(k, v)] -> InsOrdHashMap k vinsert-ordered-containers Data.HashMap.Strict.InsOrd No documentation available.
toList :: InsOrdHashMap k v -> [(k, v)]insert-ordered-containers Data.HashMap.Strict.InsOrd No documentation available.
toRevList :: InsOrdHashMap k v -> [(k, v)]insert-ordered-containers Data.HashMap.Strict.InsOrd No documentation available.
fromList :: (Eq k, Hashable k) => [k] -> InsOrdHashSet kinsert-ordered-containers Data.HashSet.InsOrd No documentation available.