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
clean up the ML code for: type_compare mutability_compare prim_compare;
for prim_compare, we should be able to match on pairs of arguments, with a catch-all
The text was updated successfully, but these errors were encountered:
Matching on pairs of arguments is currently outside of our ml subset. Make direct comparison of these compare functions with ecma262 text to see how we should implement to be syntactically close.
From #26 :
clean up the ML code for: type_compare mutability_compare prim_compare;
for prim_compare, we should be able to match on pairs of arguments, with a catch-all
The text was updated successfully, but these errors were encountered: