aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/RNS.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-30 20:06:08 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-30 20:06:08 +0000
commitb34d97dda5ce8c88d31412d11b1ad67da058480e (patch)
tree55222ea664797f046a2e7a8f807d36fb59438419 /src/algebra/strap/RNS.lsp
parentded226fca8f3a75d33602a7fbbc941c55e985fdf (diff)
downloadopen-axiom-b34d97dda5ce8c88d31412d11b1ad67da058480e.tar.gz
* interp/c-util.boot (middleEndExpand): Tidy.
* interp/g-util.boot (expandToVMForm): Likewise. (expandStore): Refine store to pair components. * algebra/any.spad.pamphlet (Scope): Use builtin operators. (Environment): Likewise. * algebra/domain.spad.pamphlet (FunctionDescriptor): Likewise. (ConstructorCall): Likewise. (FunctorData): Likewise. (OperatorSignature): Likewise. (Category): Likewise. (Domain): Likewise. * algebra/integer.spad.pamphlet (Integer): Likewise. (NonNegativeInteger): Likewise. * algebra/outform.spad.pamphlet: Likewise. * algebra/si.spad.pamphlet (SingleInteger): Likewise. * algebra/syntax.spad.pamphlet (Syntax): Likewise.
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 baaa933b..809ea623 100644
--- a/src/algebra/strap/RNS.lsp
+++ b/src/algebra/strap/RNS.lsp
@@ -4,9 +4,9 @@
(DEFPARAMETER |RealNumberSystem;AL| 'NIL)
(DEFUN |RealNumberSystem;| ()
- (LET ((#0=#:G1405
+ (LET ((#0=#:G1406
(|sublisV|
- (PAIR '(#1=#:G1401 #2=#:G1402 #3=#:G1403 #4=#:G1404)
+ (PAIR '(#1=#:G1402 #2=#:G1403 #3=#:G1404 #4=#:G1405)
(LIST '(|Integer|) '(|Fraction| (|Integer|))
'(|Pattern| (|Float|)) '(|Float|)))
(|Join| (|Field|) (|OrderedRing|) (|RealConstant|)