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
Karsten Poeck
ansi-test
Commits
ac995967
Commit
ac995967
authored
Mar 07, 2006
by
pfdietz
Browse files
Add symbol-or-list-p predicate for beyond ansi tests
parent
ce07b060
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/beyond-ansi/ba-aux.lsp
View file @
ac995967
...
...
@@ -21,6 +21,9 @@
(null (cddr x))
(function-name-p (cadr x)))))
(defun symbol-or-list-p (x)
(or (symbolp x) (listp x)))
(defun function-designator-p (x)
(or (functionp x)
(and (symbolp x) (not (macro-function x)) (not (special-operator-p x)))))
...
...
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