Move mutable list functions to the compatibility collect.

Mutable pair functions from racket/base are not moved.

original commit: 52439d528b78db6394798d9bdd39b2017de03a5e
This commit is contained in:
Vincent St-Amour 2012-07-27 16:22:40 -04:00
parent 2b8e955f68
commit 6b569fa82f
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ TR missed opt: pair.rkt 84:17 (set-mcdr! (ann (quote ()) (MListof Integer)) (ann
)
#lang typed/racket
(require racket/mpair)
(require compatibility/mpair)
;; car/cdr can be optimized if they are guaranteed to be applied only to
;; non-empty lists. otherwise, we miss a potential optimization

View File

@ -15,7 +15,7 @@
(only-in racket/private/pre-base new-apply-proc)
racket/promise racket/system
racket/function
racket/mpair
compatibility/mpair
racket/base
racket/set
racket/place