Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Agda Agda.Syntax.Concrete Ordinary where.
-
Agda Agda.TypeChecking.MetaVars.Occurs Collect the *definitely* rigid variables in a monoid. We need to successively reduce the expression to do this.
pattern
ANY_ARROW :: GroupName ItemKindAllure Content.ItemKindActor No documentation available.
-
PyF PyF.Formatters Existential version of AlignMode
AnyAlign :: forall (k :: AlignForString) . AlignMode k -> AnyAlignPyF PyF.Formatters No documentation available.
-
agreeing Data.Agreement No documentation available.
-
bloodhound Database.Bloodhound.Common.Types No documentation available.
-
cond Data.Algebra.Boolean A boolean algebra regarded as a monoid under disjunction
-
cond Data.Algebra.Boolean No documentation available.
data
AnyMatch (f :: Type -> Type) (a :: ParamPred k v) (b :: f k) (c :: TyFun v Type)decidable Data.Type.Predicate.Param AnyMatch f takes a parmaeterized predicate on k (testing for a v) and turns it into a parameterized predicate on f k (testing for a v). It "lifts" the domain into f. An AnyMatch f p as is a predicate taking an argument a and testing if p a :: Predicate k is satisfied for any item in as :: f k. A ParamPred k v tests if a k can create some v. The resulting ParamPred (f k) v tests if any k in f k can create some v.