You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
Note we are planning to provide numeric poly var support so that
#"1" is going to be compiled as 1 instead of "1"
Ideally, we should allow user to write #1 directly since it is compiled to 1 instead of "1"
Some more context are provided here: rescript-lang/rescript#5026