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.
-
sized Data.Sized If the given list is shorter than n, then returns Nothing Otherwise returns Sized f n a consisting of initial n element of given list. Since 0.7.0.0 (type changed)
-
sized Data.Sized fromList with the result length inferred. Since 0.7.0.0
-
sized Data.Sized Construct a Sized f n a by padding default value if the given list is short. Since 0.5.0.0 (type changed)
-
sized Data.Sized fromListWithDefault with the result length inferred. Since 0.7.0.0
toList :: forall (f :: Type -> Type) (n :: Nat) a . (CFoldable f, Dom f a) => Sized f n a -> [a]sized Data.Sized Convert to list. Since 0.7.0.0
-
sized Data.Sized Unsafe version of fromList. If the length of the given list does not equal to n, then something unusual happens. Since 0.7.0.0
-
sized Data.Sized unsafeFromList with the result length inferred. Since 0.7.0.0
fromList :: [a] -> Fix (ListF a)srtree Data.SRTree.Recursion No documentation available.
stream2list :: StreamF a [a] -> [a]srtree Data.SRTree.Recursion No documentation available.
toList :: Fix (ListF a) -> [a]srtree Data.SRTree.Recursion No documentation available.