Equations
- EvalAuto.instInhabitedResult = { default := EvalAuto.Result.success }
Equations
- One or more equations did not get rendered due to their size.
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
- EvalAuto.Result.ofConcise? "S" = some EvalAuto.Result.success
- EvalAuto.Result.ofConcise? "N" = some EvalAuto.Result.nonProp
- EvalAuto.Result.ofConcise? "F" = some EvalAuto.Result.typeCheckFail
- EvalAuto.Result.ofConcise? "U" = some EvalAuto.Result.typeUnequal
- EvalAuto.Result.ofConcise? "T" = some EvalAuto.Result.nonterminate
- EvalAuto.Result.ofConcise? "G" = some EvalAuto.Result.subGoals
- EvalAuto.Result.ofConcise? x✝ = none
Instances For
Run tactic
on a metavariable with type e
and obtain the result
Equations
- One or more equations did not get rendered due to their size.