Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

  1. Any :: Bool -> Any

    base-compat Data.Semigroup.Compat

    No documentation available.

  2. data Any

    cmdargs System.Console.CmdArgs.Annotate

    Any value, with a Data dictionary.

  3. Any :: a -> Any

    cmdargs System.Console.CmdArgs.Annotate

    No documentation available.

  4. newtype Any

    generic-deriving Generics.Deriving.Monoid

    Boolean monoid under disjunction (||).

    Any x <> Any y = Any (x || y)
    

    Examples

    >>> Any True <> mempty <> Any False
    Any {getAny = True}
    
    >>> mconcat (map (\x -> Any (even x)) [2,4,6,7,8])
    Any {getAny = True}
    
    >>> Any False <> mempty
    Any {getAny = False}
    

  5. Any :: Bool -> Any

    generic-deriving Generics.Deriving.Monoid

    No documentation available.

  6. newtype Any

    Cabal-syntax Distribution.Compat.Semigroup

    No documentation available.

  7. Any :: Bool -> Any

    Cabal-syntax Distribution.Compat.Semigroup

    No documentation available.

  8. Any :: Schema

    hxt Text.XML.HXT.Arrow.Pickle.Schema

    No documentation available.

  9. newtype Any

    relude Relude.Monoid

    Boolean monoid under disjunction (||).

    Any x <> Any y = Any (x || y)
    

    Examples

    >>> Any True <> mempty <> Any False
    Any {getAny = True}
    
    >>> mconcat (map (\x -> Any (even x)) [2,4,6,7,8])
    Any {getAny = True}
    
    >>> Any False <> mempty
    Any {getAny = False}
    

  10. Any :: Bool -> Any

    relude Relude.Monoid

    No documentation available.

Page 2 of many | Previous | Next