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
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
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
#1directly since it is compiled to 1 instead of "1"Some more context are provided here: rescript-lang/rescript#5026
For the formal rules it would be:
Also an extra overflow check is needed