..
original commit: 363af87eeea46717a5154e3000420fc3ed758af1
This commit is contained in:
parent
699b451a46
commit
93acb4bc1f
|
@ -459,6 +459,17 @@
|
||||||
(i 1))
|
(i 1))
|
||||||
"<<unknown>>")
|
"<<unknown>>")
|
||||||
|
|
||||||
|
(test/spec-passed
|
||||||
|
'define/contract6
|
||||||
|
'(let ()
|
||||||
|
(define/contract contracted-func
|
||||||
|
(string? string? . -> . string?)
|
||||||
|
(lambda (label t)
|
||||||
|
t))
|
||||||
|
(contracted-func
|
||||||
|
"I'm a string constant with side effects"
|
||||||
|
"ans")))
|
||||||
|
|
||||||
(test/spec-passed
|
(test/spec-passed
|
||||||
'provide/contract1
|
'provide/contract1
|
||||||
'(let ()
|
'(let ()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user