Add new test for redex production sort.
Running on the previous version caused unbounded recursion.
This commit is contained in:
parent
d0c73c12ab
commit
b182fe2c2c
|
@ -101,3 +101,14 @@
|
|||
|
||||
(try-it 100 NRep v)
|
||||
(try-it 100 NRep v2)
|
||||
|
||||
;; Test production sort
|
||||
(define-language rec
|
||||
(e (e e)
|
||||
v)
|
||||
(v (λ (x) e)
|
||||
x)
|
||||
(x variable-not-otherwise-mentioned))
|
||||
|
||||
(try-it 100 rec e)
|
||||
(try-it 100 rec v)
|
||||
|
|
Loading…
Reference in New Issue
Block a user