Remove even more outdated crud.
This commit is contained in:
parent
7db6d798e8
commit
79488af494
|
@ -403,12 +403,9 @@ several from which to choose.
|
||||||
Besides the \ex{define-record} macro, which Shivers prefers\footnote{He wrote
|
Besides the \ex{define-record} macro, which Shivers prefers\footnote{He wrote
|
||||||
it.}, you might instead wish to employ the notationally-distinct
|
it.}, you might instead wish to employ the notationally-distinct
|
||||||
\ex{define-record-type} macro that Jonathan Rees
|
\ex{define-record-type} macro that Jonathan Rees
|
||||||
prefers,\footnote{He wrote it.}
|
prefers\footnote{He wrote it.}.
|
||||||
or the identically named but wholly different \ex{define-record-type}
|
It can be found in the
|
||||||
macro that Richard Kelsey prefers.\footnote{He wrote it.}
|
\ex{define-record-types} structure.
|
||||||
The former can be found in file \ex{rts/jar-defrecord.scm} and package
|
|
||||||
\ex{define-record-types}; the latter can be found in file
|
|
||||||
\ex{big/defrecord.scm} and package \ex{defrecord}.
|
|
||||||
|
|
||||||
Alternatively, you may define your own, of course.
|
Alternatively, you may define your own, of course.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue