-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR does the following: - Cleans up all the warnings in `POSet.scala` - Adds methods to `POSet` to compute all lower bounds or upper bounds of a given set of elements. - Modifies the least upper bound computation in `AddSortInjections.java` to use these new methods This is just to remove some duplication when computing joins and meets in the new type inference engine. --------- Co-authored-by: rv-jenkins <[email protected]>
- Loading branch information
1 parent
bdde319
commit d18ea8f
Showing
3 changed files
with
77 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters