fix: use goal prefix in plain goal response
This commit is contained in:
parent
388ed62858
commit
a07e9df66e
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ def pretty (g : InteractiveGoal) : Format := Id.run do
|
|||
| none =>
|
||||
ret := ret ++ Format.group f!"{names} :{Format.nest indent (Format.line ++ hyp.type.stripTags)}"
|
||||
ret := addLine ret
|
||||
ret ++ f!"⊢ {Format.nest indent g.type.stripTags}"
|
||||
ret ++ f!"{g.goalPrefix}{Format.nest indent g.type.stripTags}"
|
||||
|
||||
end InteractiveGoal
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue