Files
wasmtime/lib
Jakob Stoklund Olesen ce4cc8ce12 Fix the handling of special types in type variables.
- Allow the syntax "specials=True" to indicate that a type variable can
  assume all special types. Use this for the unconstrained type variable
  created in ast.py.
- Fix TypeSet.copy() to avoid deepcopy() which doesn't do the right
  thing for the self.specials set.
- Fix TypeSet.typeset_key() to just use the name of special types
  instead of the full SpecialType objects.
2018-01-16 10:29:31 -08:00
..
2018-01-08 16:19:16 -08:00
2017-11-23 14:08:47 -08:00
2017-11-08 10:40:37 -08:00
2018-01-08 16:19:16 -08:00