effekt icon indicating copy to clipboard operation
effekt copied to clipboard

Add a pass that generates monomorphic variants of `inspect`

Open phischu opened this issue 8 months ago • 0 comments

To fix #474 we should add a core to core pass that looks for all calls to inspect[Foo](...) and (recursively) generates code inspect_Foo(...). This should serve many use cases. It is questionable if then all backends should use this.

phischu avatar Mar 28 '25 09:03 phischu