Happens in `rescript@v12.0.0-alpha.6` but NOT in `rescript@v11.1.6` ```rescript let a = null let b = undefined let res = a != b ``` yields ``` Unexpected Error File "compiler/core/js_exp_make.ml", line 1756, characters 12-18: Assertion failed ``` [Playgound link](https://rescript-lang.org/try?version=v12.0.0-alpha.6&module=esmodule&code=DYUwLgBAhhC8EDsCuxgChSQEZwkhAJiAGYCWCIBG4EATiAM64wCE8WQA) --- Thank you for filing! Check list: - [x] Is it a bug? Usage questions should often be asked in the [forum](https://forum.rescript-lang.org) instead. - [x] Concise, focused, friendly issue title & description. - [x] A [minimal, reproducible example](http://sscce.org). - [x] OS and browser versions, if relevant. - [ ] Is it already fixed in master? [Instructions](https://github.com/rescript-lang/rescript-compiler/blob/master/CONTRIBUTING.md#debugging-issues-from-ci-builds)