Add tests for commit e53b0858c32b845482

original commit: ae7741fe60c29fab381e3bd1a84c94d659bcf53b
This commit is contained in:
Asumu Takikawa 2013-05-10 15:41:50 -04:00
parent 1b953365ea
commit 826c793324
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#;
(exn-pred #rx"Expected result: AnyValues")
#lang typed/racket
(map "hello" "world")

View File

@ -0,0 +1,8 @@
#;
(exn-pred #rx"Expected result: AnyValues")
#lang typed/racket
(for/sum ([k (in-naturals)])
(/ 1 (* k k)))