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 :: NonEmpty a -> NESeq a

    nonempty-containers Data.Sequence.NonEmpty.Internal

    Create a sequence from a finite list of elements. There is a function toNonEmpty in the opposite direction for all instances of the Foldable1 class, including NESeq.

  2. fromList :: Ord a => NonEmpty a -> NESet a

    nonempty-containers Data.Set.NonEmpty

    O(n*log n). Create a set from a list of elements.

  3. fromList :: Ord a => NonEmpty a -> NESet a

    nonempty-containers Data.Set.NonEmpty.Internal

    O(n*log n). Create a set from a list of elements.

  4. fromList :: [a] -> Vector a

    rebase Rebase.Data.Vector

    No documentation available.

  5. fromList :: forall (m :: Type -> Type) a . Monad m => [a] -> Stream m a

    rebase Rebase.Data.Vector.Fusion.Stream.Monadic

    Convert a list to a Stream

  6. fromList :: Vector v a => [a] -> v a

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  7. fromList :: Prim a => [a] -> Vector a

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

  8. fromList :: Storable a => [a] -> Vector a

    rebase Rebase.Data.Vector.Storable

    No documentation available.

  9. fromList :: Unbox a => [a] -> Vector a

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

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

    rebase Rebase.Prelude

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

Page 17 of many | Previous | Next