fix: use goal prefix in plain goal response

This commit is contained in:
Sebastian Ullrich 2022-06-07 17:42:09 +02:00
parent 388ed62858
commit a07e9df66e

View file

@ -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