Hoogle Search
Within LTS Haskell 24.37 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
toListMap :: (forall t . () => Proxy t -> Item tm t -> r) -> TypeMap tm -> [r]type-map Data.TypeMap.Dynamic.Alt Collapse a type map into a plain list of values.
toList :: TypeMap (OfType r) -> [r]type-map Data.TypeMap.Internal.Dynamic Reduce a constant type map into a plain list of values.
toListMap :: (forall t . () => Proxy t -> Item tm t -> r) -> TypeMap tm -> [r]type-map Data.TypeMap.Internal.Dynamic Collapse a type map into a plain list of values.
-
type-map Data.TypeMap.Internal.List List-backed type-map.
-
type-map Data.TypeMap.List List-backed type-map.
toList :: TypeVector d -> TypeList ltype-map Data.TypeMap.Vector Convert from a vector to a list.
rList :: Riggable f => f a -> f [a]type-rig Data.TypeRig.Riggable No documentation available.
rList1 :: Riggable f => f a -> f (NonEmpty a)type-rig Data.TypeRig.Riggable No documentation available.
fromList :: Unboxable a => [a] -> Vector aunboxing-vector Data.Vector.Unboxing No documentation available.
fromListN :: Unboxable a => Int -> [a] -> Vector aunboxing-vector Data.Vector.Unboxing No documentation available.