find slightly smaller counter examples for a few bugs
This commit is contained in:
parent
ea8889397b
commit
d05834afb7
|
@ -8,6 +8,6 @@
|
|||
> [(subst x y M_x)
|
||||
298a299,302
|
||||
> (define small-counter-example
|
||||
> (term ((λ (x int) (λ (y (list int)) (hd y))) 1)))
|
||||
> (term (λ (x int) ((λ (x int) x) x))))
|
||||
> (test-equal (check small-counter-example) #f)
|
||||
>
|
||||
|
|
|
@ -45,6 +45,6 @@
|
|||
> (equal? t-type red-type))))))))))
|
||||
298a288,291
|
||||
> (define small-counter-example
|
||||
> (term ((λ (x int) (λ (y (list int)) (hd y))) 1)))
|
||||
> (term ((λ (a (list int)) (λ (x int) x)) nil)))
|
||||
> (test-equal (check small-counter-example) #f)
|
||||
>
|
||||
|
|
|
@ -297,7 +297,7 @@
|
|||
(generate-term stlc M #:i-th (pick-an-index 0.035)))
|
||||
|
||||
(define small-counter-example
|
||||
(term ((λ (x int) (λ (y (list int)) (hd y))) 1)))
|
||||
(term (λ (x int) ((λ (x int) x) x))))
|
||||
(test-equal (check small-counter-example) #f)
|
||||
|
||||
(define (ordered-enum-generator)
|
||||
|
|
|
@ -286,7 +286,7 @@
|
|||
(generate-term stlc M #:i-th (pick-an-index 0.035)))
|
||||
|
||||
(define small-counter-example
|
||||
(term ((λ (x int) (λ (y (list int)) (hd y))) 1)))
|
||||
(term ((λ (a (list int)) (λ (x int) x)) nil)))
|
||||
(test-equal (check small-counter-example) #f)
|
||||
|
||||
(define (ordered-enum-generator)
|
||||
|
|
|
@ -9,5 +9,5 @@
|
|||
270a271,274
|
||||
>
|
||||
> (define small-counter-example
|
||||
> (term ((λ (x (list int)) 1) 7)))
|
||||
> (term ((λ (x int) cons) cons)))
|
||||
> (test-equal (check small-counter-example) #f)
|
||||
|
|
|
@ -270,5 +270,5 @@
|
|||
(set! index (add1 index))))))
|
||||
|
||||
(define small-counter-example
|
||||
(term ((λ (x (list int)) 1) 7)))
|
||||
(term ((λ (x int) cons) cons)))
|
||||
(test-equal (check small-counter-example) #f)
|
||||
|
|
Loading…
Reference in New Issue
Block a user