Move typed-scheme to typed-racket collection.

Compatibilty typed-scheme collection left.

original commit: d2e1cc02dc587b8ed29548b16a92ee4abcde4875
This commit is contained in:
Sam Tobin-Hochstadt 2011-09-03 19:16:28 -04:00
parent 6247380066
commit a5d9b3885a
588 changed files with 90 additions and 93 deletions

View File

@ -1,6 +1,6 @@
#lang typed-scheme
(require typed-scheme/base-env/extra-procs)
(require typed-racket/base-env/extra-procs)
(map + (list 1 2 3) (list 10 20 30) (list 'a 'b 'c))

View File

@ -2,7 +2,7 @@
(exn-pred 10)
#lang typed-scheme
(require typed-scheme/base-env/extra-procs)
(require typed-racket/base-env/extra-procs)
(: map-with-funcs (All (b ...) ((b ... b -> b) ... b -> (b ... b -> (values b ... b)))))
(define (map-with-funcs . fs)

View File

@ -1,7 +1,7 @@
#lang racket
(require racket/runtime-path
rackunit rackunit/text-ui
typed-scheme/optimizer/logging)
typed-racket/optimizer/logging)
(provide optimization-tests missed-optimization-tests
test-opt test-missed-optimization test-file?

Some files were not shown because too many files have changed in this diff Show More