Hoogle Search
Within LTS Haskell 24.60 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type family
ListToHKDTuple (f :: u -> Type) (ts :: [u])vinyl Data.Vinyl.FromTuple No documentation available.
type family
ListToMaybe (a1 :: [a]) :: Maybe asingletons-base Data.Maybe.Singletons No documentation available.
data
ListToMaybeSym0 (a1 :: TyFun [a] Maybe a)singletons-base Data.Maybe.Singletons No documentation available.
type family
ListToMaybeSym1 (a6989586621679588145 :: [a]) :: Maybe asingletons-base Data.Maybe.Singletons No documentation available.
-
massiv Data.Massiv.Core No documentation available.
-
massiv Data.Massiv.Core.List No documentation available.
-
recursion-schemes Data.Functor.Base Base functor of [].
-
recursion-schemes Data.Functor.Foldable Base functor of [].
-
Generic operations over list-like structures Written by John Goerzen, [email protected] Please start with the introduction at Data.ListLike#intro.
-
ListLike Data.ListLike The class implementing list-like functions. It is worth noting that types such as Map can be instances of ListLike. Due to their specific ways of operating, they may not behave in the expected way in some cases. For instance, cons may not increase the size of a map if the key you have given is already in the map; it will just replace the value already there. Implementators must define at least:
- singleton
- head
- tail
- null or genericLength