We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
,
I can't actually find the bit that says to do: foo(a, b) not foo(a,b)
foo(a, b)
foo(a,b)
Nor for Union{A, B} not Union{A,B}
Union{A, B}
Union{A,B}
Maybe i am just missing it.
The text was updated successfully, but these errors were encountered:
maybe it's not there?!? it's sometimes surprising what is and what isn't wirtten down 😂
Would be good to add "write foo(a, b) not foo(a,b)"?
re the Union one, that's definitely not written down (and i'm not sure if/what we want to write down), but it was discussed recently in #70
Union
Sorry, something went wrong.
No branches or pull requests
I can't actually find the bit that says to do:
foo(a, b)
notfoo(a,b)
Nor for
Union{A, B}
notUnion{A,B}
Maybe i am just missing it.
The text was updated successfully, but these errors were encountered: