-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement standard simplifications (#312)
There are many symbolic simplifications that the semantics require such as `+0 + x ⇥ x` and `if b then True else False ⇥ b`. This change implements those simplifications.
- Loading branch information
1 parent
404c97d
commit 00c79f5
Showing
1 changed file
with
71 additions
and
101 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