rescript-compiler
rescript-compiler copied to clipboard
PoC: IR for runtime representation
This PoC explores an IR for how types are represented at runtime in JS. This could be used to:
- Power type coercion.
- Improve error messages for coercion.