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
6b3a2f25
Commit
6b3a2f25
authored
Jun 12, 2003
by
pfdietz
Browse files
Fixed thinko in character type name.
parent
f80f2843
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/slot-exists-p.lsp
View file @
6b3a2f25
...
...
@@ -59,7 +59,7 @@
(defclass slot-exists-p-class-02 ()
((a :type t) (b :type nil) (c :type symbol) (d :type cons)
(e :type float) (f :type single-float) (g :type short-float)
(h :type double-float) (i :type long-float) (j :type char)
(h :type double-float) (i :type long-float) (j :type char
acter
)
(k :type base-char) (l :type rational) (m :type ratio) (n :type integer)
(o :type fixnum) (p :type complex) (q :type condition)))
...
...
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