Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
1f5063eb
Commit
1f5063eb
authored
May 28, 2005
by
pfdietz
Browse files
Add a note to map.48
parent
3d86d143
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/map.lsp
View file @
1f5063eb
...
...
@@ -208,6 +208,7 @@
"abc")
(deftest map.48
:notes (:result-type-element-type-by-subtype)
(let ((type '(or (vector t 10) (vector t 5))))
(if (subtypep type '(vector t))
(equalpt (map type #'identity '(1 2 3 4 5)) #(1 2 3 4 5))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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