-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This (very WIP) change introduces general `BoundaryTerm`s, which associat boundary information in variance terms in folds. This allows for a more complete algebra that is aware of separation terminals as terms are summed. Depth bounds are now correct (AFAICT). However, this still does not properly support the type of "coalescence" needed for tree wildcards. This needs a lot of cleaning up and reorganizing! Names, module hierarchy, oh my! `BoundaryTerm` may be useful for computing the bounds of breadth as well. For example, products of such terms are aware of boundary terminals, which may remove the need to examine terminal tokens while also propogating terminals into the next level of the fold.
- Loading branch information
1 parent
8860fe8
commit 828e7cf
Showing
7 changed files
with
670 additions
and
141 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
Oops, something went wrong.