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 has been archived by the owner on Jun 14, 2022. It is now read-only.
There are tons of instances where you accept one of the (mutually disjoint) argument types, most significantly os.date (awww...). There is a tentative syntax reserved for such cases (function(...) -> ... & (...) -> ...), but its exact semantics is still vague. Its relation to subtyping and user functions should be also determined.
The text was updated successfully, but these errors were encountered:
There are tons of instances where you accept one of the (mutually disjoint) argument types, most significantly
os.date
(awww...). There is a tentative syntax reserved for such cases (function(...) -> ... & (...) -> ...
), but its exact semantics is still vague. Its relation to subtyping and user functions should be also determined.The text was updated successfully, but these errors were encountered: