Fix documentation for packages and mutable lists.

As suggested by Matthew.

original commit: 800a328fe6524cc9aaac3d258d8bdeee3fca9337
This commit is contained in:
Vincent St-Amour 2012-07-31 16:34:29 -04:00
parent c9d00530aa
commit 5bb888e47e
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 compatibility/mpair)
(require compatibility/mlist)
;; 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
compatibility/mpair
compatibility/mlist
racket/base
racket/set
racket/place