Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Split large mutually-recursive block in `TypeInference.Expr` into several modules: `Def`, `Expr`, `MatchClause` and `PolyExpr` - The mutual recursion is obtained by recursive first-class module of type `TypeCheckFix.tcfix` created in `TypeInference.Main` - Moved extraction of type hints to separate module
- Loading branch information