updated type variable description
This commit is contained in:
parent
a034251c23
commit
24a85c472e
|
@ -154,11 +154,6 @@ class Foo(EnvExperiment):
|
|||
* Type variable cannot occur alone in the result type, i.e. must be bound to the
|
||||
input parameters.
|
||||
|
||||
Questions:
|
||||
* Should we support things like optional type? (like the one in rust)
|
||||
* Would it be better to assert on the type variable directly instead of
|
||||
`type(x)` for type guards?
|
||||
|
||||
## Lifetime
|
||||
Probably need more discussions...
|
||||
|
||||
|
|
Loading…
Reference in New Issue