Hoogle Search

Within LTS Haskell 22.19 (ghc-9.6.4)

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

  1. module Control.Foldl.NonEmpty

    This module provides a Fold1 type that is a "non-empty" analog of the Fold type, meaning that it requires at least one input element in order to produce a result This module does not provide all of the same utilities as the Control.Foldl module. Instead, this module only provides the utilities which can make use of the non-empty input guarantee (e.g. head). For all other utilities you can convert them from the equivalent Fold using fromFold.

  2. newtype NonEmpty a

    smallcheck Test.SmallCheck.Series

    NonEmpty xs guarantees that xs is not null.

  3. NonEmpty :: [a] -> NonEmpty a

    smallcheck Test.SmallCheck.Series

    No documentation available.

  4. NonEmpty :: Q -> P

    regex-tdfa Text.Regex.TDFA.CorePattern

    No documentation available.

  5. module Data.NonEmpty

    No documentation available.

  6. module RIO.NonEmpty

    NonEmpty list. Import as:

    import qualified RIO.NonEmpty as NE
    
    This module does not export any partial functions. For those, see RIO.NonEmpty.Partial

  7. data () => NonEmpty a

    rio RIO.NonEmpty

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

  8. data () => NonEmpty a

    rio RIO.Prelude.Types

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

  9. module Control.Applicative.Combinators.NonEmpty

    The module provides NonEmpty list variants of some of the functions from Control.Applicative.Combinators.

  10. module Control.Monad.Combinators.NonEmpty

    The module provides NonEmpty list variants of some of the functions from Control.Monad.Combinators.

Page 2 of many | Previous | Next