aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/POLYCAT-.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-01-26 19:40:22 +0000
committerdos-reis <gdr@axiomatics.org>2011-01-26 19:40:22 +0000
commit908960a455e09bf5440ab87ed288efc989f8b29e (patch)
tree1a5b46323e66a6302d10b4e1da8e9af6f8fdb4c1 /src/algebra/strap/POLYCAT-.lsp
parentd093a22f14e8f669b08ac407b4a2d6fc32d1e2ae (diff)
downloadopen-axiom-908960a455e09bf5440ab87ed288efc989f8b29e.tar.gz
Replace more occurences of LIST with %listlit.
Diffstat (limited to 'src/algebra/strap/POLYCAT-.lsp')
-rw-r--r--src/algebra/strap/POLYCAT-.lsp26
1 files changed, 12 insertions, 14 deletions
diff --git a/src/algebra/strap/POLYCAT-.lsp b/src/algebra/strap/POLYCAT-.lsp
index e5cbc3a6..9ad42dc5 100644
--- a/src/algebra/strap/POLYCAT-.lsp
+++ b/src/algebra/strap/POLYCAT-.lsp
@@ -1103,29 +1103,27 @@
(|HasCategory| |#2| '(|GcdDomain|))
(|HasCategory| |#2| '(|CommutativeRing|))
(|HasCategory| |#4|
- (LIST '|PatternMatchable| '(|Float|)))
+ '(|PatternMatchable| (|Float|)))
(|HasCategory| |#2|
- (LIST '|PatternMatchable| '(|Float|)))
+ '(|PatternMatchable| (|Float|)))
(|HasCategory| |#4|
- (LIST '|PatternMatchable| '(|Integer|)))
+ '(|PatternMatchable| (|Integer|)))
(|HasCategory| |#2|
- (LIST '|PatternMatchable| '(|Integer|)))
+ '(|PatternMatchable| (|Integer|)))
(|HasCategory| |#4|
- (LIST '|ConvertibleTo|
- (LIST '|Pattern| '(|Float|))))
+ '(|ConvertibleTo| (|Pattern| (|Float|))))
(|HasCategory| |#2|
- (LIST '|ConvertibleTo|
- (LIST '|Pattern| '(|Float|))))
+ '(|ConvertibleTo| (|Pattern| (|Float|))))
(|HasCategory| |#4|
- (LIST '|ConvertibleTo|
- (LIST '|Pattern| '(|Integer|))))
+ '(|ConvertibleTo|
+ (|Pattern| (|Integer|))))
(|HasCategory| |#2|
- (LIST '|ConvertibleTo|
- (LIST '|Pattern| '(|Integer|))))
+ '(|ConvertibleTo|
+ (|Pattern| (|Integer|))))
(|HasCategory| |#4|
- (LIST '|ConvertibleTo| '(|InputForm|)))
+ '(|ConvertibleTo| (|InputForm|)))
(|HasCategory| |#2|
- (LIST '|ConvertibleTo| '(|InputForm|)))))))
+ '(|ConvertibleTo| (|InputForm|)))))))
(|setShellEntry| $ 0 |dv$|)
(|setShellEntry| $ 3 |pv$|)
(|stuffDomainSlots| $)