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
fd8b1534
Commit
fd8b1534
authored
Feb 14, 2003
by
pfdietz
Browse files
More tests of CONS types.
parent
5da45f2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/subtypep.lsp
View file @
fd8b1534
...
...
@@ -348,6 +348,18 @@
collect t1)
nil)
(deftest subtypep.cons.3
(check-equivalence '(and (cons symbol *) (cons * symbol))
'(cons symbol symbol))
nil)
(deftest subtypep.cons.4
(check-equivalence '(and (cons (integer 0 10) *)
(cons (integer 5 15) (integer 10 20))
(cons * (integer 15 25)))
'(cons (integer 5 10) (integer 15 20)))
nil)
;;; SUBTYPEP on MEMBER types
(deftest subtypep.member.1
...
...
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