Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fromList :: forall a (n :: Nat) . (Storable a, KnownNat n) => [a] -> Maybe (Vector n a)vector-sized Data.Vector.Storable.Sized O(n) Convert a list to a vector.
fromList :: forall a (n :: Nat) . (Unbox a, KnownNat n) => [a] -> Maybe (Vector n a)vector-sized Data.Vector.Unboxed.Sized O(n) Convert a list to a vector.
fromList :: (Ord a, ListLike a i, Eq i) => [a] -> CompletionTree ayi-core Yi.CompletionTree This function converts a list of completable elements to a CompletionTree It finds elements that share a common prefix and groups them.
fromList . toList = id
fromList :: HasCallStack => [a] -> NonEmpty abase-compat-batteries Data.List.NonEmpty.Compat Converts a normal list to a NonEmpty stream. Raises an error if given an empty list.
fromList :: Enum k => [(k, a)] -> EnumMap k aenummapset Data.EnumMap.Lazy No documentation available.
fromList :: Enum k => [(k, a)] -> EnumMap k aenummapset Data.EnumMap.Strict No documentation available.
fromList :: Enum k => [k] -> EnumSet kenummapset Data.EnumSet No documentation available.
fromList :: IsList l => [Item l] -> lghc-internal GHC.Internal.Exts The fromList function constructs the structure l from the given list of Item l
fromList :: IsList l => [Item l] -> lghc-internal GHC.Internal.IsList The fromList function constructs the structure l from the given list of Item l
fromList :: Manifest r e => Comp -> [e] -> Vector r emassiv Data.Massiv.Array Convert a flat list into a vector