Minor documentation updates

release
Slava Pestov 2010-01-21 04:33:58 +13:00
parent 8b19b56a1c
commit 34287fd9d6
2 changed files with 5 additions and 0 deletions

View File

@ -202,6 +202,8 @@ ARTICLE: "tuple-introspection" "Tuple introspection"
} }
"Tuple classes can also be defined at run time:" "Tuple classes can also be defined at run time:"
{ $subsections define-tuple-class } { $subsections define-tuple-class }
"Tuples can be compared for slot equality even if the tuple class overrides " { $link equal? } ":"
{ $subsections tuple= }
{ $see-also "slots" "mirrors" } ; { $see-also "slots" "mirrors" } ;
ARTICLE: "tuple-examples" "Tuple examples" ARTICLE: "tuple-examples" "Tuple examples"

View File

@ -672,6 +672,9 @@ HELP: object
HELP: null HELP: null
{ $class-description { $class-description
"The canonical empty class with no instances." "The canonical empty class with no instances."
}
{ $notes
"Unlike " { $snippet "null" } " in Java or " { $snippet "NULL" } " in C++, this is not a value signifying empty, or nothing. Use " { $link f } " for this purpose."
} ; } ;
HELP: most HELP: most