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.
-
testing-feat Test.Feat.Enumerate 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}
-
testing-feat Test.Feat.Enumerate No documentation available.
-
No documentation available.
-
web-view Web.View No documentation available.
-
web-view Web.View.Types No documentation available.
module Data.Type.Witness.Specific.
All No documentation available.
data
All (a :: x -> Type) (b :: [x])Agda Agda.Utils.IndexedList Lists indexed by a type-level list. A value of type All p [x₁..xₙ] is a sequence of values of types p x₁, .., p xₙ.
type family
All (p :: k -> Constraint) (as :: [k])Agda Agda.Utils.TypeLevel All p as ensures that the constraint p is satisfied by all the types in as. (Types is between scare-quotes here because the code is actually kind polymorphic)
-
Hastructure Types No documentation available.
-
ace ACE.Types.Syntax "all"