Closed ice1000 closed 5 years ago
https://github.com/owo-lang/voile-rs/blob/3fe3842f30ecc8149b538dd573f82c2f78543c82/src/check/expr.rs#L144
We can also solve the issue by either improving the conversion check (to a type-directed manner), use beta-normal eta-long reify-and-compare instead of conversion check, or do the same thing as in owo-lang/minitt-rs#25
@ice1000 has created a pull request #177 that might address this issue. Here's a table of the pull request status:
https://github.com/owo-lang/voile-rs/blob/3fe3842f30ecc8149b538dd573f82c2f78543c82/src/check/expr.rs#L144
We can also solve the issue by either improving the conversion check (to a type-directed manner), use beta-normal eta-long reify-and-compare instead of conversion check, or do the same thing as in owo-lang/minitt-rs#25