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
@ulysses4ever This seems like a typo:
https://github.com/ulysses4ever/julia-sts/blob/cecb805d069b8ad41220e46f182fc74f98f5afcb/src/utils.jl#L92-L93
If m.sig is a UnionAll, the function immediately returns. So then calling Base.unwrap_unionall(m.sig) is a noop. Right?
m.sig
Base.unwrap_unionall(m.sig)
The text was updated successfully, but these errors were encountered:
Yep, seems so.
Sorry, something went wrong.
No branches or pull requests
@ulysses4ever This seems like a typo:
https://github.com/ulysses4ever/julia-sts/blob/cecb805d069b8ad41220e46f182fc74f98f5afcb/src/utils.jl#L92-L93
If
m.sig
is a UnionAll, the function immediately returns. So then callingBase.unwrap_unionall(m.sig)
is a noop.Right?
The text was updated successfully, but these errors were encountered: