Seemingly a bug with type variables having Tuple as a lower bound #39277
Labels
docs
This change adds or pertains to documentation
types and dispatch
Types, subtyping and method dispatch
(Julia 1.5.3 and 1.0.5)
When a type variable has a
Tuple
lower bound, scoping of the type variable and allowed uses seem wrong.Allowed usage
Scoping
Correct scoping:
(Examples were made in cooperation with @BenChung)
The text was updated successfully, but these errors were encountered: