Split out the typevar module.
- cdsl.typevar defines TypeVar and TypeSet classes.
This commit is contained in:
@@ -102,7 +102,7 @@ instances that refer to a *type variable* instead of a concrete value type.
|
||||
Polymorphism only works for SSA value operands. Other operands have a fixed
|
||||
operand kind.
|
||||
|
||||
.. autoclass:: cretonne.typevar.TypeVar
|
||||
.. autoclass:: cdsl.typevar.TypeVar
|
||||
:members:
|
||||
|
||||
If multiple operands refer to the same type variable they will be required to
|
||||
|
||||
Reference in New Issue
Block a user