fix SRFI 1 docs on set-car! and set-cdr! (PR 9504)
svn: r10263
This commit is contained in:
parent
c9f5e15ee0
commit
9355b39761
|
@ -75,6 +75,12 @@ distributed as part of PLT Scheme's documentation).
|
||||||
|
|
||||||
@srfi[1]{List Library}
|
@srfi[1]{List Library}
|
||||||
|
|
||||||
|
This SRFI works with pairs and lists as in @schememodname[scheme] and
|
||||||
|
@schememodname[mzscheme], which are immutable, so it does not export
|
||||||
|
@schemeidfont{set-car!} and @schemeidfont{set-cdr!}. The other
|
||||||
|
provided bindings that end in @schemeidfont{!} are equivalent to the
|
||||||
|
corresponding bindings without @schemeidfont{!}.
|
||||||
|
|
||||||
@redirect[1 '(
|
@redirect[1 '(
|
||||||
(cons #f "cons")
|
(cons #f "cons")
|
||||||
(list #f "list")
|
(list #f "list")
|
||||||
|
@ -195,8 +201,6 @@ distributed as part of PLT Scheme's documentation).
|
||||||
(lset-difference #f "lset-difference")
|
(lset-difference #f "lset-difference")
|
||||||
(lset-xor #f "lset-xor")
|
(lset-xor #f "lset-xor")
|
||||||
(lset-diff+intersection #f "lset-diff+intersection")
|
(lset-diff+intersection #f "lset-diff+intersection")
|
||||||
(set-car! #f "set-car!")
|
|
||||||
(set-cdr! #f "set-cdr!")
|
|
||||||
)]
|
)]
|
||||||
|
|
||||||
@; ----------------------------------------
|
@; ----------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user