Split out the typevar module.

- cdsl.typevar defines TypeVar and TypeSet classes.
This commit is contained in:
Jakob Stoklund Olesen
2016-11-08 11:18:14 -08:00
parent eb688dc72d
commit 2e718c6554
5 changed files with 3 additions and 3 deletions

View File

@@ -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