[plt-scheme] scheme/mlist missing?

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Jul 29 03:06:54 EDT 2008

On Jul 29, Gregory Woodhouse wrote:
> 
> On Jul 28, 2008, at 11:42 PM, Eli Barzilay wrote:
> 
> > 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'.
> >
> 
> You mean mutable pairs, right? I don't think set-car! and set-cdr!  
> are there.

Yes.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.