Hoogle Search

Within LTS Haskell 24.17 (ghc-9.10.3)

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

  1. module Data.List.NonEmpty

    A NonEmpty list is one which always has at least one element, but is otherwise identical to the traditional list type in complexity and in terms of API. You will almost certainly want to import this module qualified.

  2. data NonEmpty a

    base Data.List.NonEmpty

    Non-empty (and non-strict) list type.

  3. data NonEmpty a

    base GHC.Base

    Non-empty (and non-strict) list type.

  4. NonEmpty :: [a] -> NonEmptyList a

    QuickCheck Test.QuickCheck

    No documentation available.

  5. NonEmpty :: [a] -> NonEmptyList a

    QuickCheck Test.QuickCheck.Modifiers

    No documentation available.

  6. NonEmpty :: [a] -> NonEmptyList a

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  7. module Options.Applicative.NonEmpty

    No documentation available.

  8. data NonEmpty a

    base-compat Data.List.NonEmpty.Compat

    Non-empty (and non-strict) list type.

  9. module Data.List.NonEmpty

    No documentation available.

  10. NonEmpty :: Q -> P

    regex-tdfa Text.Regex.TDFA.CorePattern

    No documentation available.

Page 1 of many | Next