Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
base-compat-batteries Data.Monoid.Compat Boolean monoid under conjunction (&&).
All x <> All y = All (x && y)
Examples
>>> All True <> mempty <> All False) All {getAll = False}
>>> mconcat (map (\x -> All (even x)) [2,4,6,7,8]) All {getAll = False}
>>> All True <> mempty All {getAll = True}
-
base-compat-batteries Data.Monoid.Compat No documentation available.
-
base-compat-batteries Data.Semigroup.Compat Boolean monoid under conjunction (&&).
All x <> All y = All (x && y)
Examples
>>> All True <> mempty <> All False) All {getAll = False}
>>> mconcat (map (\x -> All (even x)) [2,4,6,7,8]) All {getAll = False}
>>> All True <> mempty All {getAll = True}
-
base-compat-batteries Data.Semigroup.Compat No documentation available.
type family
All (a1 :: a ~> Bool) (a2 :: t a) :: Boolsingletons-base Data.Foldable.Singletons No documentation available.
type family
All (a1 :: a ~> Bool) (a2 :: t a) :: Boolsingletons-base Data.List.Singletons No documentation available.
type family
All (a1 :: a ~> Bool) (a2 :: t a) :: Boolsingletons-base Prelude.Singletons No documentation available.
-
process-extras System.Process.Run send process stdout to console stdout and process stderr to console stderr
All :: Annotation -> [ElementDecl] -> ChoiceOrSeqHaXml Text.XML.HaXml.Schema.XSDTypeModel No documentation available.
module Control.Arrow.Transformer.
All No documentation available.