<https://github.com/arrow-kt/arrow/issues/1729#iss...
# arrow-meta
s
Technically it is possible to replace original parser with custom implementation similar to how you did it with type checker (but without reflection). That parser can emit this new ast instead of Psi.
👀 1