Move typed-scheme to typed-racket collection.
Compatibilty typed-scheme collection left. original commit: d2e1cc02dc587b8ed29548b16a92ee4abcde4875
This commit is contained in:
parent
6247380066
commit
a5d9b3885a
|
@ -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))
|
||||
|
|
@ -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)
|
|
@ -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
Loading…
Reference in New Issue
Block a user