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
In contrast to what is stated, /$ and /% are valid refinement! literals. Moreover /@does give an error when used as argument for type?, because it is lexed as / @ (try load "/@"). It certainly does not yield an email! value.
The text was updated successfully, but these errors were encountered:
In contrast to what is stated,
/$
and/%
are validrefinement!
literals. Moreover/@
does give an error when used as argument fortype?
, because it is lexed as/ @
(tryload "/@"
). It certainly does not yield anemail!
value.The text was updated successfully, but these errors were encountered: