Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type family
AllN (h :: k -> Type -> l -> Type) (c :: k -> Constraint) :: l -> Constraintgenerics-sop Generics.SOP A generalization of All and All2. The family AllN expands to All or All2 depending on whether the argument is indexed by a list or a list of lists.
-
generics-sop Generics.SOP Require a constraint pointwise for every pair of elements from two lists. Example: The constraint
AllZip (~) '[ Int, Bool, Char ] '[ a, b, c ]
is equivalent to the constraint(Int ~ a, Bool ~ b, Char ~ c)
-
generics-sop Generics.SOP Require a constraint pointwise for every pair of elements from two lists of lists.
-
generics-sop Generics.SOP A generalization of AllZip and AllZip2. The family AllZipN expands to AllZip or AllZip2 depending on whther the argument is indexed by a list or a list of lists.
newtype
AllMatches (f :: Type -> Type) bregex-base Text.Regex.Base.RegexLike Used in results of RegexContext instances.
AllMatches :: f b -> AllMatches (f :: Type -> Type) bregex-base Text.Regex.Base.RegexLike No documentation available.
newtype
AllSubmatches (f :: Type -> Type) bregex-base Text.Regex.Base.RegexLike Used in results of RegexContext instances.
AllSubmatches :: f b -> AllSubmatches (f :: Type -> Type) bregex-base Text.Regex.Base.RegexLike No documentation available.
newtype
AllTextMatches (f :: Type -> Type) bregex-base Text.Regex.Base.RegexLike Used in results of RegexContext instances.
AllTextMatches :: f b -> AllTextMatches (f :: Type -> Type) bregex-base Text.Regex.Base.RegexLike No documentation available.