Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Michael Raskin
cdr-walkability
Commits
866a00fd
Commit
866a00fd
authored
Nov 17, 2019
by
Michael Raskin
Browse files
Rename the function to REQUIRE-CDR
parent
dbc2406b
Changes
1
Hide whitespace changes
Inline
Side-by-side
cdr-packaging.txt
View file @
866a00fd
...
...
@@ -41,13 +41,13 @@ This CDR is based on CDR n. 14. An implementation of this CDR SHALL add
:CDR-NN to the COMMON-LISP:*FEATURES* global variable.
An implementation of CDR-NN SHALL have a package with name or nickname CDR-NN.
This package SHALL contain an external symbol named
PROB
E-CDR. The
CDR-NN:
PROB
E-CDR symbol MAY have a different home package. The CDR-NN package
This package SHALL contain an external symbol named
REQUIR
E-CDR. The
CDR-NN:
REQUIR
E-CDR symbol MAY have a different home package. The CDR-NN package
MAY also contain other symbols.
The
PROB
E-CDR symbol SHALL name a generic function.
The
REQUIR
E-CDR symbol SHALL name a generic function.
PROB
E-CDR (CDR-NUMBER): a generic function
REQUIR
E-CDR (CDR-NUMBER): a generic function
CDR-NUMBER: an integer, specifying the CDR number.
...
...
@@ -59,7 +59,7 @@ returned.
CDR implementations MAY be provided by third-party libraries. Such libraries
SHALL provide a separately loadable system for each implemented CDR, defining
the corresponding method
s
on
PROB
E-CDR.
the corresponding method on
REQUIR
E-CDR.
CDR-defined symbols
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment