Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementing union-find for types (WIP) (apache#38)
* First pass at union-find * Misc. style * Simplify union-find interface; will keep the matter of unifying TYPES rather than type vars in a separate visitor * Whitespace * Whitespace for lint * Use pointer equality * Move union-find to separate files * Whitespace for linter * It was actually a mistake to compare the references at all
- Loading branch information