fix: add missing pp-spaces in grind_pattern (#11686)

This PR adds a pretty-printed space in `grind_pattern`.

[#lean4 > Some pretty printing quirks @
💬](https://leanprover.zulipchat.com/#narrow/channel/270676-lean4/topic/Some.20pretty.20printing.20quirks/near/563848793)

Co-authored-by: Kim Morrison <kim@tqft.net>
This commit is contained in:
damiano
2026-03-17 04:15:02 +00:00
committed by GitHub
parent e96b0ff39c
commit 6b604625f2
2 changed files with 6 additions and 1 deletions

View File

@@ -87,4 +87,9 @@ example : True := by {
trivial
}
/-- info: grind_pattern A => B, C -/
#guard_msgs in
#pp
grind_pattern A => B, C
end Damiano1