You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using pp.raw to debug issues related to types doesn’t work as expected.
Steps to Reproduce
With set_option pp.raw true I’d expect to see all the gory details below, but #check doesn’t seem to heed it, and #print doesn’t seem to heed it when printing signatures.
This PR fixes a bug where the signature pretty printer would ignore the current setting of `pp.raw`. This fixes an issue where `#check ident` would not heed `pp.raw`. Closesleanprover#6090.
This PR fixes a bug where the signature pretty printer would ignore the
current setting of `pp.raw`. This fixes an issue where `#check ident`
would not heed `pp.raw`. Closes#6090.
Description
Using
pp.raw
to debug issues related to types doesn’t work as expected.Steps to Reproduce
With
set_option pp.raw true
I’d expect to see all the gory details below, but#check
doesn’t seem to heed it, and#print
doesn’t seem to heed it when printing signatures.Expected behavior: [Clear and concise description of what you expect to happen]
Actual behavior: [Clear and concise description of what actually happens]
Versions
Lean 4.15.0-nightly-2024-11-15
Target: x86_64-unknown-linux-gnu
Impact
Add 👍 to issues you consider important. If others are impacted by this issue, please ask them to add 👍 to it.
The text was updated successfully, but these errors were encountered: