Hoogle Search

Within LTS Haskell 22.17 (ghc-9.6.4)

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

  1. newtype All

    base Data.Monoid

    Boolean monoid under conjunction (&&).

    >>> getAll (All True <> mempty <> All False)
    False
    
    >>> getAll (mconcat (map (\x -> All (even x)) [2,4,6,7,8]))
    False
    

  2. All :: Bool -> All

    base Data.Monoid

    No documentation available.

  3. newtype All

    base Data.Semigroup

    Boolean monoid under conjunction (&&).

    >>> getAll (All True <> mempty <> All False)
    False
    
    >>> getAll (mconcat (map (\x -> All (even x)) [2,4,6,7,8]))
    False
    

  4. All :: Bool -> All

    base Data.Semigroup

    No documentation available.

  5. module Test.QuickCheck.All

    Note: the contents of this module are re-exported by Test.QuickCheck. You do not need to import it directly. Test all properties in the current module, using Template Haskell. You need to have a {-# LANGUAGE TemplateHaskell #-} pragma in your module for any of these to work.

  6. newtype () => All

    base-compat Data.Monoid.Compat

    Boolean monoid under conjunction (&&).

    >>> getAll (All True <> mempty <> All False)
    False
    
    >>> getAll (mconcat (map (\x -> All (even x)) [2,4,6,7,8]))
    False
    

  7. All :: Bool -> All

    base-compat Data.Monoid.Compat

    No documentation available.

  8. newtype () => All

    base-compat Data.Semigroup.Compat

    Boolean monoid under conjunction (&&).

    >>> getAll (All True <> mempty <> All False)
    False
    
    >>> getAll (mconcat (map (\x -> All (even x)) [2,4,6,7,8]))
    False
    

  9. All :: Bool -> All

    base-compat Data.Semigroup.Compat

    No documentation available.

  10. All :: Extractor

    hmatrix Numeric.LinearAlgebra.Data

    No documentation available.

Page 1 of many | Next