Equations
- Aesop.RuleBuilder.hasConst c e = e.foldConsts false fun (c' : Lean.Name) (acc : Bool) => acc || c' == c
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Aesop.RuleBuilder.unfold input = do let decl ← liftM (Aesop.elabGlobalRuleIdent Aesop.BuilderName.unfold input.term) liftM (Aesop.RuleBuilder.unfoldCore decl)