diff options
author | dos-reis <gdr@axiomatics.org> | 2008-08-31 22:09:16 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-08-31 22:09:16 +0000 |
commit | 25f1c7c591229dcd84d651542e33a24fc13f837c (patch) | |
tree | 04749229244fac305566d75320b8f9fc70d7ebab /src/algebra/equation2.spad.pamphlet | |
parent | c7514825ba2dfd72261b2049d826c36b2e5c0593 (diff) | |
download | open-axiom-25f1c7c591229dcd84d651542e33a24fc13f837c.tar.gz |
* algebra/stream.spad.pamphlet (Stream): Remove duplicate of concat.
* algebra/naalgc.spad.pamphlet (FramedNonAssociativeAlgebra):
disambiguate coordinates.
Diffstat (limited to 'src/algebra/equation2.spad.pamphlet')
-rw-r--r-- | src/algebra/equation2.spad.pamphlet | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/algebra/equation2.spad.pamphlet b/src/algebra/equation2.spad.pamphlet index 7aad51f6..169df9ed 100644 --- a/src/algebra/equation2.spad.pamphlet +++ b/src/algebra/equation2.spad.pamphlet @@ -143,12 +143,6 @@ Equation(S: Type): public == private where Rep := Record(lhs: S, rhs: S) eq1,eq2: $ s : S - if S has IntegralDomain then - factorAndSplit eq == - (S has factor : S -> Factored S) => - eq0 := rightZero eq - [equation(rcf.factor,0) for rcf in factors factor lhs eq0] - [eq] l:S = r:S == [l, r] equation(l, r) == [l, r] -- hack! See comment above. lhs eqn == eqn.lhs |