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
Without the parentheses, the first macro also consumes the call to the second one. I'm not familiar enough with building macros to say whether this is normal and/or avoidable.
Multiple calls to the
@λ
inside a constructor or method call seem to produce an erroneousmatching non-exhaustive
error.If I instead place the calls to the
@λ
macro outside of the constructor, no matching error is produced.I would expect the behavior to be the same for both cases.
Interestingly, the error does not occur with a single
@λ
call:Manifest to reproduce
The text was updated successfully, but these errors were encountered: