You need to import mutable-pairs-6
, like this:
(require rnrs/mutable-pairs-6)
Those procedures were moved to a different module and renamed to mcons
, mcar
, mcdr
, set-mcar!
, set-mcdr!
, mlist
to emphasize that they operate on mutable data, unlike their immutable counterparts.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…