Open damon-kwok opened 4 years ago
@damon-kwok please include all the information in the issue rather than referring to Zulip otherwise people will have to refer to the zulip and someone else will have to copy it over. You can provide a link for additional context but enough information to start addressing the issue should be included. This is missing valuable information.
Thanks.
Here are some zulip discussions that may be helpful in analyzing bugs:
@jasoncarr0 To add onto this: it does not work with: fun each(a: A, f: ({(B)} val | {(B): B} val) ): A^ => a but does work with: fun each(a: A, f: ({(B): B} val) ): A^ => a So I think there's an issue with unions here as the former should accept more arguments
@SeanTAllen: Yeah it appears to be a bug with the union type there, as it is rejecting it because it doesnt match one of them, rather than accepting it.