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.
-
base-compat Data.Semigroup.Compat No documentation available.
-
cmdargs System.Console.CmdArgs.Annotate Any value, with a Data dictionary.
-
cmdargs System.Console.CmdArgs.Annotate No documentation available.
-
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}
-
generic-deriving Generics.Deriving.Monoid No documentation available.
-
Cabal-syntax Distribution.Compat.Semigroup No documentation available.
-
Cabal-syntax Distribution.Compat.Semigroup No documentation available.
-
hxt Text.XML.HXT.Arrow.Pickle.Schema No documentation available.
-
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}
-
relude Relude.Monoid No documentation available.