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
Minor update to the specification of special constants: * a binary integer requires an '0b' prefix * sequences of digits and underscores should neither start nor end with an underscore.These correspond to the support in SML/NJ and MLton. In particular,they rule out 0wx_FF_FFwhere an underscore immediately follows the prefix (much as anunderscore cannot immediately precede or follow "." or "e" in a realconstant).