Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
- Lean.Meta.Tactic.Cbv.guardSimproc p s e = if p e = true then s e else pure Lean.Meta.Sym.Simp.Result.rfl
Instances For
Equations
- Lean.Meta.Tactic.Cbv.isProofTerm e = do let __do_lift ← liftM (Lean.Meta.Tactic.Cbv.isProof✝ e) pure (Lean.Meta.Sym.Simp.Result.rfl __do_lift)