-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: redexes of Eval are independent
We test that reductions do not interfere with each other, in the sense that if a term has two subexpressions which are both redexes and we reduce one, then the other is a redex in the result. This holds unless the subexpression no longer exists (e.g. it was part of a now-elided 'let'), or it was a no longer required renaming.
- Loading branch information
Showing
1 changed file
with
36 additions
and
3 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