feat: display goal tag
This commit is contained in:
parent
d41325681d
commit
51904224db
1 changed files with 4 additions and 1 deletions
|
|
@ -43,6 +43,9 @@ match mctx.findDecl? mvarId with
|
|||
([], none, Format.nil);
|
||||
let fmt := pushPending varNames type? fmt;
|
||||
let fmt := addLine fmt;
|
||||
fmt ++ "⊢" ++ " " ++ Format.nest indent (pp mvarDecl.type)
|
||||
let fmt := fmt ++ "⊢" ++ " " ++ Format.nest indent (pp mvarDecl.type);
|
||||
match mvarDecl.userName with
|
||||
| Name.anonymous => fmt
|
||||
| name => "case " ++ format name ++ Format.line ++ fmt
|
||||
|
||||
end Lean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue