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