[plt-scheme] scheme/mlist missing?
On Jul 28, Gregory Woodhouse wrote:
> The Reference discusses mutable pairs and mutable lists. I came
> across this looking for set-car! and set-cdr! Apparently, they are
> not there, but there is a set-mcar! and set-mcdr! for mutable lists -
> or so I thought
They are part of `scheme/base'.
> > (require scheme/mlist)
This doesn't exist -- but there is a `scheme/mpair' module with some
utilities.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!