Remove even more outdated crud.

This commit is contained in:
sperber 2002-11-13 12:30:15 +00:00
parent 7db6d798e8
commit 79488af494
1 changed files with 3 additions and 6 deletions

View File

@ -403,12 +403,9 @@ several from which to choose.
Besides the \ex{define-record} macro, which Shivers prefers\footnote{He wrote
it.}, you might instead wish to employ the notationally-distinct
\ex{define-record-type} macro that Jonathan Rees
prefers,\footnote{He wrote it.}
or the identically named but wholly different \ex{define-record-type}
macro that Richard Kelsey prefers.\footnote{He wrote it.}
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}.
prefers\footnote{He wrote it.}.
It can be found in the
\ex{define-record-types} structure.
Alternatively, you may define your own, of course.