- fvarId : Lean.FVarId
- userName : Lean.Name
Instances For
Equations
Instances For
def
Qq.Impl.mkIsDefEqResult
(val : Bool)
(decls : List PatVarDecl)
:
have a := mkIsDefEqType decls;
Q(«$a»)
Equations
Instances For
def
Qq.Impl.mkIsDefEqResultVal
(decls : List PatVarDecl)
:
(have a := mkIsDefEqType decls;
Q(«$a»)) →
Q(Bool)