and think this is pretty crazy. We should have a more standard way to get a Display and/or String object for all IR constructs. Probably we could continue to generalize/implement trait EnvDisplay and use env.display(x) for everything (and replace all existing uses so it's the obvious way to do it).
🚀 Feature Request
I just wrote this:
and we also have things like:
and think this is pretty crazy. We should have a more standard way to get a
Display
and/or String object for all IR constructs. Probably we could continue to generalize/implement traitEnvDisplay
and useenv.display(x)
for everything (and replace all existing uses so it's the obvious way to do it).