Closed EdAyers closed 2 years ago
I have found metaprogramming uses for Lean.SubExpr outside of the delaborator. However it feels strange to write new methods for SubExpr in the Lean.PrettyPrinter.Delaborator namespace. Would you accept a PR to move it to the Lean namespace?
Lean.SubExpr
SubExpr
Lean.PrettyPrinter.Delaborator
Lean
Yes!
and thanks for asking.
I have found metaprogramming uses for
Lean.SubExpr
outside of the delaborator. However it feels strange to write new methods forSubExpr
in theLean.PrettyPrinter.Delaborator
namespace. Would you accept a PR to move it to theLean
namespace?