1
Fork 0

Combine TypeGeneralizer and Generalizer

This commit is contained in:
Michael Goulet 2023-05-04 19:39:20 +00:00
parent 2913ad6db0
commit 338e7642fb
4 changed files with 467 additions and 588 deletions

View file

@ -58,6 +58,7 @@ pub mod error_reporting;
pub mod free_regions;
mod freshen;
mod fudge;
mod generalize;
mod glb;
mod higher_ranked;
pub mod lattice;