Move TypeVar and TypeSet into their own Python package.

These classes are not very entangled with the rest of __init__, and
we'll be expanding them a bit.
This commit is contained in:
Jakob Stoklund Olesen
2016-09-27 10:53:53 -07:00
parent d915718526
commit b06668aa8a
4 changed files with 102 additions and 95 deletions

View File

@@ -96,7 +96,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:: TypeVar
.. autoclass:: cretonne.typevar.TypeVar
:members:
If multiple operands refer to the same type variable they will be required to