Expand description
Implements type unification, used by the Hindley-Milner type inference algorithm
Inspired by rust-hindley-milner and hindley-milner-python
Structs§
Enums§
- An error produced during type inference
- A Type::Variable or Type::Operator:
Type Aliases§
- A refcounted Type