Remove note about empty list being the same as #f.
authorChris Hanson <org/chris-hanson/cph>
Tue, 7 Dec 2004 04:58:48 +0000 (04:58 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 7 Dec 2004 04:58:48 +0000 (04:58 +0000)
v7/doc/ref-manual/overview.texi

index 3982cb09cc9b55862ddd384fd57e1ab0cf73f05d..f51827e6d4659b14eef775905131724a1442e423 100644 (file)
@@ -1,5 +1,5 @@
 @c This file is part of the MIT/GNU Scheme Reference Manual.
-@c $Id: overview.texi,v 1.2 2004/11/19 16:41:52 cph Exp $
+@c $Id: overview.texi,v 1.3 2004/12/07 04:58:48 cph Exp $
 
 @c Copyright 1991,1992,1993,1994,1995 Massachusetts Institute of Technology
 @c Copyright 1996,1997,1999,2000,2001 Massachusetts Institute of Technology
@@ -524,11 +524,6 @@ word @dfn{false} to refer to any Scheme value that counts as false.  In
 conditional tests, all values count as true except for @code{#f}, which
 counts as false (@pxref{Conditionals}).
 
-Implementation note: In MIT/GNU Scheme, @code{#f} and the empty list are the
-same object, and the printed representation of @code{#f} is always
-@samp{()}.  As this contradicts the Scheme standard, MIT/GNU Scheme will be
-changed to make @code{#f} and the empty list different objects.
-
 @node External Representations, Disjointness of Types, True and False, Scheme Concepts
 @subsection External Representations