aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/RNS.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/RNS.lsp
parentd093a22f14e8f669b08ac407b4a2d6fc32d1e2ae (diff)
downloadopen-axiom-908960a455e09bf5440ab87ed288efc989f8b29e.tar.gz
Replace more occurences of LIST with %listlit.
Diffstat (limited to 'src/algebra/strap/RNS.lsp')
-rw-r--r--src/algebra/strap/RNS.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/strap/RNS.lsp b/src/algebra/strap/RNS.lsp
index b7201edc..8554cdd2 100644
--- a/src/algebra/strap/RNS.lsp
+++ b/src/algebra/strap/RNS.lsp
@@ -7,8 +7,8 @@
(LET ((#0=#:G1381
(|sublisV|
(PAIR '(#1=#:G1377 #2=#:G1378 #3=#:G1379 #4=#:G1380)
- (LIST '(|Integer|) '(|Fraction| (|Integer|))
- '(|Pattern| (|Float|)) '(|Float|)))
+ '((|Integer|) (|Fraction| (|Integer|))
+ (|Pattern| (|Float|)) (|Float|)))
(|Join| (|Field|) (|OrderedRing|) (|RealConstant|)
(|RetractableTo| '#1#) (|RetractableTo| '#2#)
(|RadicalCategory|) (|ConvertibleTo| '#3#)