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
The Lean backend currently implements pretty::Pretty directly.
With #1603, Printers need to implement the trait PrettyAst rather than implementing multiple instances of the pretty::Pretty trait.
The Lean backend currently implements
pretty::Prettydirectly.With #1603,
Printers need to implement the traitPrettyAstrather than implementing multiple instances of thepretty::Prettytrait.(I need this issue to refer it in the code)