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
During parsing, attributes outside ( ) would be added to the function, and inside (...) to the pattern. Parsing async adds @res.async to function, and uncurried (. ...) also adds the attribute to the function.
Printing can be simplified.
Need checking that this does not break existing code.
The text was updated successfully, but these errors were encountered:
Context: rescript-lang/syntax#680
( )
would be added to the function, and inside(...)
to the pattern. Parsingasync
adds@res.async
to function, and uncurried(. ...)
also adds the attribute to the function.The text was updated successfully, but these errors were encountered: