Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. toDescList :: NESet a -> NonEmpty a

    nonempty-containers Data.Set.NonEmpty

    O(n). Convert the set to a descending non-empty list of elements.

  2. toList :: NESet a -> NonEmpty a

    nonempty-containers Data.Set.NonEmpty

    O(n). Convert the set to a non-empty 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. toList :: NESet a -> NonEmpty a

    nonempty-containers Data.Set.NonEmpty.Internal

    O(n). Convert the set to a non-empty list of elements.

  5. class GFieldWidthList (f :: Type -> Type)

    persistable-record Database.Record.Persistable

    Generic width value list of record fields.

  6. module Rebase.Data.DList

    No documentation available.

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

    rebase Rebase.Data.Vector

    No documentation available.

  8. fromListN :: Int -> [a] -> Vector a

    rebase Rebase.Data.Vector

    No documentation available.

  9. toList :: Vector a -> [a]

    rebase Rebase.Data.Vector

    No documentation available.

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

Page 139 of many | Previous | Next