Fix type and dead link

This commit is contained in:
Kurt B. Kaiser 2005-10-10 17:37:48 +00:00
parent fee56e59bb
commit 0647663c8c
1 changed files with 4 additions and 4 deletions

View File

@ -118,9 +118,9 @@ Specification
contained within a class definition, the name bindings that occur contained within a class definition, the name bindings that occur
in the class block are not visible to enclosed functions.) in the class block are not visible to enclosed functions.)
A class definition is an executable statement that may uses and A class definition is an executable statement that may contain
definitions of names. These references follow the normal rules uses and definitions of names. These references follow the normal
for name resolution. The namespace of the class definition rules for name resolution. The namespace of the class definition
becomes the attribute dictionary of the class. becomes the attribute dictionary of the class.
The following operations are name binding operations. If they The following operations are name binding operations. If they
@ -489,7 +489,7 @@ References
[1] Luca Cardelli. Compiling a functional language. In Proc. of [1] Luca Cardelli. Compiling a functional language. In Proc. of
the 1984 ACM Conference on Lisp and Functional Programming, the 1984 ACM Conference on Lisp and Functional Programming,
pp. 208-217, Aug. 1984 pp. 208-217, Aug. 1984
http://citeseer.nj.nec.com/cardelli84compiling.html http://citeseer.ist.psu.edu/cardelli84compiling.html
Copyright Copyright