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.

  1. 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.

  2. 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.

  3. fromList :: (Ord a, ListLike a i, Eq i) => [a] -> CompletionTree a

    yi-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
    

  4. fromList :: HasCallStack => [a] -> NonEmpty a

    base-compat-batteries Data.List.NonEmpty.Compat

    Converts a normal list to a NonEmpty stream. Raises an error if given an empty list.

  5. fromList :: Enum k => [(k, a)] -> EnumMap k a

    enummapset Data.EnumMap.Lazy

    No documentation available.

  6. fromList :: Enum k => [(k, a)] -> EnumMap k a

    enummapset Data.EnumMap.Strict

    No documentation available.

  7. fromList :: Enum k => [k] -> EnumSet k

    enummapset Data.EnumSet

    No documentation available.

  8. fromList :: IsList l => [Item l] -> l

    ghc-internal GHC.Internal.Exts

    The fromList function constructs the structure l from the given list of Item l

  9. fromList :: IsList l => [Item l] -> l

    ghc-internal GHC.Internal.IsList

    The fromList function constructs the structure l from the given list of Item l

  10. fromList :: Manifest r e => Comp -> [e] -> Vector r e

    massiv Data.Massiv.Array

    Convert a flat list into a vector

Page 10 of many | Previous | Next