aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/VECTOR.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/VECTOR.lsp')
-rw-r--r--src/algebra/strap/VECTOR.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/algebra/strap/VECTOR.lsp b/src/algebra/strap/VECTOR.lsp
index e5e49ad7..30234ee7 100644
--- a/src/algebra/strap/VECTOR.lsp
+++ b/src/algebra/strap/VECTOR.lsp
@@ -60,9 +60,9 @@
(LIST '|Evalable|
(|devaluate| |#1|))))
(|HasCategory| |#1|
- (LIST '|CoercibleTo| '(|OutputForm|))))
+ '(|CoercibleTo| (|OutputForm|))))
(|HasCategory| |#1|
- (LIST '|ConvertibleTo| '(|InputForm|)))
+ '(|ConvertibleTo| (|InputForm|)))
(OR (|HasCategory| |#1| '(|OrderedSet|))
(|HasCategory| |#1| '(|SetCategory|)))
(|HasCategory| |#1| '(|OrderedSet|))
@@ -80,7 +80,7 @@
'(|RadicalCategory|))
(|HasCategory| |#1| '(|Ring|)))
(|HasCategory| |#1|
- (LIST '|CoercibleTo| '(|OutputForm|)))
+ '(|CoercibleTo| (|OutputForm|)))
(|HasCategory| |#1| '(|BasicType|))
(AND (|HasCategory| |#1| '(|SetCategory|))
(|HasCategory| |#1|