Fix documentation for packages and mutable lists.
As suggested by Matthew. original commit: 800a328fe6524cc9aaac3d258d8bdeee3fca9337
This commit is contained in:
parent
c9d00530aa
commit
5bb888e47e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user