Add tests for commit e53b0858c3

This commit is contained in:
Asumu Takikawa 2013-05-10 15:41:50 -04:00
parent 710e59bf13
commit ae7741fe60
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)))