Fix breakage from 3fceae2715
This commit is contained in:
parent
b752d2e09a
commit
e12e559878
|
@ -62,9 +62,9 @@
|
||||||
(define-values (? o) (strange-fun/ctc (λ (x) x)))
|
(define-values (? o) (strange-fun/ctc (λ (x) x)))
|
||||||
(test
|
(test
|
||||||
(o 4) => 4
|
(o 4) => 4
|
||||||
(o "string") =error> "contract violation"
|
(o "string") =error> "broke"
|
||||||
|
|
||||||
(bad-strange-fun/ctc (λ (x) x)) =error> "contract violation"))
|
(bad-strange-fun/ctc (λ (x) x)) =error> "broke"))
|
||||||
|
|
||||||
(test
|
(test
|
||||||
; ->i doesn't work
|
; ->i doesn't work
|
||||||
|
|
Loading…
Reference in New Issue
Block a user