aboutsummaryrefslogtreecommitdiff
path: root/src/share
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2016-01-21 20:41:53 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2016-01-21 20:41:53 -0800
commit28501b2d6ae273f3be80b087f4e508ffcff3c182 (patch)
treea5c60bf60309952729342f67eedc2a5cc7889b13 /src/share
parente572854c495b63ee446831a7d61a27e5bc84550f (diff)
downloadopen-axiom-28501b2d6ae273f3be80b087f4e508ffcff3c182.tar.gz
getConstructorAncestorsFromDB: get them from generated code
Ancestors for category constructors are stored in databases with parameter names of the form #1, #2, etc. called "formals", instead of the user-writtern parameters in the input souce code. However, the ancestors as previously stored in generated code used the input source-level parameter names. Changed to formals, so no rewrite needed before making databases.
Diffstat (limited to 'src/share')
-rw-r--r--src/share/algebra/browse.daase8
-rw-r--r--src/share/algebra/category.daase4451
-rw-r--r--src/share/algebra/interp.daase1428
-rw-r--r--src/share/algebra/operation.daase2
4 files changed, 2943 insertions, 2946 deletions
diff --git a/src/share/algebra/browse.daase b/src/share/algebra/browse.daase
index c5762f0e..62c35125 100644
--- a/src/share/algebra/browse.daase
+++ b/src/share/algebra/browse.daase
@@ -1,5 +1,5 @@
-(1891991 . 3662084402)
+(1891953 . 3662386288)
(|OneDimensionalArrayAggregate&| A S)
((|constructor| (NIL "One-dimensional-array aggregates serves as models for one-dimensional arrays. Categorically,{} these aggregates are finite linear aggregates with the shallowly mutable property,{} that is,{} any component of the array may be changed without affecting the identity of the overall array. Array data structures are typically represented by a fixed area in storage and therefore cannot efficiently grow or shrink on demand as can list structures (see however \\spadtype{FlexibleArray} for a data structure which is a cross between a list and an array). Iteration over,{} and access to,{} elements of arrays is extremely fast (and often can be optimized to open-code). Insertion and deletion however is generally slow since an entirely new data structure must be created for the result.")))
NIL
@@ -1102,7 +1102,7 @@ NIL
((|HasCategory| |#2| (QUOTE (|Finite|))) (|HasCategory| |#2| (QUOTE (|Field|))))
(|FunctionFieldCategory| F UP UPUP)
((|constructor| (NIL "This category is a model for the function field of a plane algebraic curve.")) (|rationalPoints| (((|List| (|List| |#1|))) "\\spad{rationalPoints()} returns the list of all the affine rational points.")) (|nonSingularModel| (((|List| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{nonSingularModel(u)} returns the equations in \\spad{u1},{}...,{}un of an affine non-singular model for the curve.")) (|algSplitSimple| (((|Record| (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (|Mapping| |#2| |#2|)) "\\spad{algSplitSimple(f, D)} returns \\spad{[h,d,d',g]} such that \\spad{f=h/d},{} \\spad{h} is integral at all the normal places \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} \\spad{d' = Dd},{} \\spad{g = gcd(d, discriminant())} and \\spad{D} is the derivation to use. \\spad{f} must have at most simple finite poles.")) (|hyperelliptic| (((|Union| |#2| "failed")) "\\spad{hyperelliptic()} returns \\spad{p(x)} if the curve is the hyperelliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elliptic| (((|Union| |#2| "failed")) "\\spad{elliptic()} returns \\spad{p(x)} if the curve is the elliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elt| ((|#1| $ |#1| |#1|) "\\spad{elt(f,a,b)} or \\spad{f}(a,{} \\spad{b}) returns the value of \\spad{f} at the point \\spad{(x = a, y = b)} if it is not singular.")) (|primitivePart| (($ $) "\\spad{primitivePart(f)} removes the content of the denominator and the common content of the numerator of \\spad{f}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|)) "\\spad{differentiate(x, d)} extends the derivation \\spad{d} from UP to \\$ and applies it to \\spad{x}.")) (|integralDerivationMatrix| (((|Record| (|:| |num| (|Matrix| |#2|)) (|:| |den| |#2|)) (|Mapping| |#2| |#2|)) "\\spad{integralDerivationMatrix(d)} extends the derivation \\spad{d} from UP to \\$ and returns (\\spad{M},{} \\spad{Q}) such that the i^th row of \\spad{M} divided by \\spad{Q} form the coordinates of \\spad{d(wi)} with respect to \\spad{(w1,...,wn)} where \\spad{(w1,...,wn)} is the integral basis returned by integralBasis().")) (|integralRepresents| (($ (|Vector| |#2|) |#2|) "\\spad{integralRepresents([A1,...,An], D)} returns \\spad{(A1 w1+...+An wn)/D} where \\spad{(w1,...,wn)} is the integral basis of \\spad{integralBasis()}.")) (|integralCoordinates| (((|Record| (|:| |num| (|Vector| |#2|)) (|:| |den| |#2|)) $) "\\spad{integralCoordinates(f)} returns \\spad{[[A1,...,An], D]} such that \\spad{f = (A1 w1 +...+ An wn) / D} where \\spad{(w1,...,wn)} is the integral basis returned by \\spad{integralBasis()}.")) (|represents| (($ (|Vector| |#2|) |#2|) "\\spad{represents([A0,...,A(n-1)],D)} returns \\spad{(A0 + A1 y +...+ A(n-1)*y**(n-1))/D}.")) (|yCoordinates| (((|Record| (|:| |num| (|Vector| |#2|)) (|:| |den| |#2|)) $) "\\spad{yCoordinates(f)} returns \\spad{[[A1,...,An], D]} such that \\spad{f = (A1 + A2 y +...+ An y**(n-1)) / D}.")) (|inverseIntegralMatrixAtInfinity| (((|Matrix| (|Fraction| |#2|))) "\\spad{inverseIntegralMatrixAtInfinity()} returns \\spad{M} such that \\spad{M (v1,...,vn) = (1, y, ..., y**(n-1))} where \\spad{(v1,...,vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|integralMatrixAtInfinity| (((|Matrix| (|Fraction| |#2|))) "\\spad{integralMatrixAtInfinity()} returns \\spad{M} such that \\spad{(v1,...,vn) = M (1, y, ..., y**(n-1))} where \\spad{(v1,...,vn)} is the local integral basis at infinity returned by \\spad{infIntBasis()}.")) (|inverseIntegralMatrix| (((|Matrix| (|Fraction| |#2|))) "\\spad{inverseIntegralMatrix()} returns \\spad{M} such that \\spad{M (w1,...,wn) = (1, y, ..., y**(n-1))} where \\spad{(w1,...,wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|integralMatrix| (((|Matrix| (|Fraction| |#2|))) "\\spad{integralMatrix()} returns \\spad{M} such that \\spad{(w1,...,wn) = M (1, y, ..., y**(n-1))},{} where \\spad{(w1,...,wn)} is the integral basis of \\spadfunFrom{integralBasis}{FunctionFieldCategory}.")) (|reduceBasisAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{reduceBasisAtInfinity(b1,...,bn)} returns \\spad{(x**i * bj)} for all \\spad{i},{}\\spad{j} such that \\spad{x**i*bj} is locally integral at infinity.")) (|normalizeAtInfinity| (((|Vector| $) (|Vector| $)) "\\spad{normalizeAtInfinity(v)} makes \\spad{v} normal at infinity.")) (|complementaryBasis| (((|Vector| $) (|Vector| $)) "\\spad{complementaryBasis(b1,...,bn)} returns the complementary basis \\spad{(b1',...,bn')} of \\spad{(b1,...,bn)}.")) (|integral?| (((|Boolean|) $ |#2|) "\\spad{integral?(f, p)} tests whether \\spad{f} is locally integral at \\spad{p(x) = 0}.") (((|Boolean|) $ |#1|) "\\spad{integral?(f, a)} tests whether \\spad{f} is locally integral at \\spad{x = a}.") (((|Boolean|) $) "\\spad{integral?()} tests if \\spad{f} is integral over \\spad{k[x]}.")) (|integralAtInfinity?| (((|Boolean|) $) "\\spad{integralAtInfinity?()} tests if \\spad{f} is locally integral at infinity.")) (|integralBasisAtInfinity| (((|Vector| $)) "\\spad{integralBasisAtInfinity()} returns the local integral basis at infinity.")) (|integralBasis| (((|Vector| $)) "\\spad{integralBasis()} returns the integral basis for the curve.")) (|ramified?| (((|Boolean|) |#2|) "\\spad{ramified?(p)} tests whether \\spad{p(x) = 0} is ramified.") (((|Boolean|) |#1|) "\\spad{ramified?(a)} tests whether \\spad{x = a} is ramified.")) (|ramifiedAtInfinity?| (((|Boolean|)) "\\spad{ramifiedAtInfinity?()} tests if infinity is ramified.")) (|singular?| (((|Boolean|) |#2|) "\\spad{singular?(p)} tests whether \\spad{p(x) = 0} is singular.") (((|Boolean|) |#1|) "\\spad{singular?(a)} tests whether \\spad{x = a} is singular.")) (|singularAtInfinity?| (((|Boolean|)) "\\spad{singularAtInfinity?()} tests if there is a singularity at infinity.")) (|branchPoint?| (((|Boolean|) |#2|) "\\spad{branchPoint?(p)} tests whether \\spad{p(x) = 0} is a branch point.") (((|Boolean|) |#1|) "\\spad{branchPoint?(a)} tests whether \\spad{x = a} is a branch point.")) (|branchPointAtInfinity?| (((|Boolean|)) "\\spad{branchPointAtInfinity?()} tests if there is a branch point at infinity.")) (|rationalPoint?| (((|Boolean|) |#1| |#1|) "\\spad{rationalPoint?(a, b)} tests if \\spad{(x=a,y=b)} is on the curve.")) (|absolutelyIrreducible?| (((|Boolean|)) "\\spad{absolutelyIrreducible?()} tests if the curve absolutely irreducible?")) (|genus| (((|NonNegativeInteger|)) "\\spad{genus()} returns the genus of one absolutely irreducible component")) (|numberOfComponents| (((|NonNegativeInteger|)) "\\spad{numberOfComponents()} returns the number of absolutely irreducible components.")))
-((|noZeroDivisors| |has| (|Fraction| |#2|) . #1=((|Field|))) (|canonicalUnitNormal| |has| (|Fraction| |#2|) . #1#) ((|commutative| "*") . T))
+((|noZeroDivisors| |has| #1=(|Fraction| |#2|) . #2=((|Field|))) (|canonicalUnitNormal| |has| #1# . #2#) ((|commutative| "*") . T))
NIL
(|FunctionFieldCategoryFunctions2| R1 UP1 UPUP1 F1 R2 UP2 UPUP2 F2)
((|constructor| (NIL "Lifts a map from rings to function fields over them.")) (|map| ((|#8| (|Mapping| |#5| |#1|) |#4|) "\\spad{map(f, p)} lifts \\spad{f} to \\spad{F1} and applies it to \\spad{p}.")))
@@ -2606,7 +2606,7 @@ NIL
NIL
(|MonoidOperatorCategory| T$)
((|constructor| (NIL "This is the category of all domains that implement monoid operations")) (|neutralValue| ((|#1| $) "\\spad{neutralValue f} returns the neutral value of the monoid operation \\spad{f}.")))
-(((|%Rule| |neutrality| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|)) (SEQ (= (|f| |x| (|neutralValue| |f|)) |x|) (|exit| 1 (= (|f| (|neutralValue| |f|) |x|) |x|))))) . T) ((|%Rule| |associativity| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |#1|) (|:| |y| |#1|) (|:| |z| |#1|)) (= (|f| (|f| |x| |y|) |z|) (|f| |x| (|f| |y| |z|))))) . T))
+(((|%Rule| |neutrality| (|%Forall| (|%Sequence| #1=(|:| |f| $) #2=(|:| |x| |#1|)) (SEQ (= (|f| |x| #3=(|neutralValue| |f|)) |x|) (|exit| 1 (= (|f| #3# |x|) |x|))))) . T) ((|%Rule| |associativity| (|%Forall| (|%Sequence| #1# #2# (|:| |y| |#1|) (|:| |z| |#1|)) (= (|f| (|f| |x| |y|) |z|) (|f| |x| (|f| |y| |z|))))) . T))
NIL
(|MonomialExtensionTools| F UP)
((|constructor| (NIL "Tools for handling monomial extensions.")) (|decompose| (((|Record| (|:| |poly| |#2|) (|:| |normal| (|Fraction| |#2|)) (|:| |special| (|Fraction| |#2|))) (|Fraction| |#2|) (|Mapping| |#2| |#2|)) "\\spad{decompose(f, D)} returns \\spad{[p,n,s]} such that \\spad{f = p+n+s},{} all the squarefree factors of \\spad{denom(n)} are normal \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} \\spad{denom(s)} is special \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} and \\spad{n} and \\spad{s} are proper fractions (no pole at infinity). \\spad{D} is the derivation to use.")) (|normalDenom| ((|#2| (|Fraction| |#2|) (|Mapping| |#2| |#2|)) "\\spad{normalDenom(f, D)} returns the product of all the normal factors of \\spad{denom(f)}. \\spad{D} is the derivation to use.")) (|splitSquarefree| (((|Record| (|:| |normal| (|Factored| |#2|)) (|:| |special| (|Factored| |#2|))) |#2| (|Mapping| |#2| |#2|)) "\\spad{splitSquarefree(p, D)} returns \\spad{[n_1 n_2\\^2 ... n_m\\^m, s_1 s_2\\^2 ... s_q\\^q]} such that \\spad{p = n_1 n_2\\^2 ... n_m\\^m s_1 s_2\\^2 ... s_q\\^q},{} each \\spad{n_i} is normal \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D} and each \\spad{s_i} is special \\spad{w}.\\spad{r}.\\spad{t} \\spad{D}. \\spad{D} is the derivation to use.")) (|split| (((|Record| (|:| |normal| |#2|) (|:| |special| |#2|)) |#2| (|Mapping| |#2| |#2|)) "\\spad{split(p, D)} returns \\spad{[n,s]} such that \\spad{p = n s},{} all the squarefree factors of \\spad{n} are normal \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} and \\spad{s} is special \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D}. \\spad{D} is the derivation to use.")))
@@ -4800,4 +4800,4 @@ NIL
NIL
NIL
NIL
-((|Union| NIL 1891971 1891976 1891981 1891986) (|Record| NIL 1891951 1891956 1891961 1891966) (|Mapping| NIL 1891931 1891936 1891941 1891946) (|Enumeration| NIL 1891911 1891916 1891921 1891926) (|IntegerMod| "fmod.spad" 1891741 1891761 1891877 1891906) (|IntegerLinearDependence| "lindep.spad" 1890819 1890850 1891731 1891736) (|ZeroDimensionalSolvePackage| "zerodim.spad" 1880756 1880802 1890809 1890814) (|ParadoxicalCombinatorsForStreams| "ystream.spad" 1880222 1880262 1880746 1880751) (|YoungDiagram| "/Users/gdr/build/oa/src/algebra/YDIAGRAM.spad" 1879847 1879865 1880212 1880217) (|XRecursivePolynomial| "xpoly.spad" 1879033 1879070 1879686 1879748) (|XPolynomialRing| "xpoly.spad" 1876910 1876935 1878712 1878843) (|XPolynomialsCat| "xpoly.spad" 1876224 1876252 1876843 1876905) (|XPolynomial| "xpoly.spad" 1875754 1875773 1876063 1876125) (|XPBWPolynomial| "xlpoly.spad" 1874434 1874465 1875528 1875590) (|XFreeAlgebra| "xpoly.spad" 1871613 1871638 1874367 1874429) (|ExtensionField| "ffcat.spad" 1870082 1870104 1871528 1871608) (|ExtensionField&| "ffcat.spad" 1868478 1868503 1869927 1869932) (|XExponentialPackage| "xlpoly.spad" 1867721 1867763 1868468 1868473) (|XDistributedPolynomial| "xpoly.spad" 1867299 1867334 1867560 1867622) (|XAlgebra| "xpoly.spad" 1866996 1867012 1867289 1867294) (|WuWenTsunTriangularSet| "triset.spad" 1862878 1862914 1866528 1866533) (|WeightedPolynomials| "wtpol.spad" 1862115 1862175 1862782 1862787) (|WhileAst| "syntax.spad" 1861908 1861922 1862105 1862110) (|WhereAst| "syntax.spad" 1861574 1861588 1861898 1861903) (|WildFunctionFieldIntegralBasis| "intclos.spad" 1859214 1859259 1861564 1861569) (|WeierstrassPreparation| "weier.spad" 1857417 1857447 1859204 1859209) (|VectorSpace| "catdef.spad" 1857104 1857123 1857407 1857412) (|VectorSpace&| "catdef.spad" 1856788 1856810 1857094 1857099) (|Void| "void.spad" 1856464 1856474 1856778 1856783) (|ViewDefaultsPackage| "viewDef.spad" 1851649 1851674 1856454 1856459) (|ThreeDimensionalViewport| "view3D.spad" 1835589 1835619 1851639 1851644) (|TwoDimensionalViewport| "view2D.spad" 1823682 1823710 1835579 1835584) (|ViewportPackage| "viewpack.spad" 1821390 1821411 1823672 1823677) (|VectorFunctions2| "vector.spad" 1820016 1820042 1821380 1821385) (|Vector| "vector.spad" 1818871 1818885 1819125 1819130) (|VectorCategory| "vector.spad" 1816794 1816816 1818861 1818866) (|VectorCategory&| "vector.spad" 1814446 1814471 1816516 1816521) (|Variable| "variable.spad" 1814288 1814308 1814436 1814441) (|UnionType| "coerce.spad" 1813926 1813941 1814278 1814283) (|UTSodetools| "oderf.spad" 1813205 1813233 1813870 1813875) (|UnivariateTaylorSeriesODESolver| "utsode.spad" 1811393 1811441 1813195 1813200) (|UnivariateTaylorSeriesCategory| "pscat.spad" 1808837 1808880 1811283 1811388) (|UnivariateTaylorSeriesCategory&| "pscat.spad" 1805874 1805920 1808323 1808328) (|UnivariateTaylorSeriesFunctions2| "taylor.spad" 1805440 1805504 1805864 1805869) (|UnivariateTaylorSeries| "taylor.spad" 1800670 1800717 1804209 1804314) (|UnaryRecursiveAggregate| "aggcat.spad" 1795371 1795402 1800660 1800665) (|UnaryRecursiveAggregate&| "aggcat.spad" 1789985 1790019 1795277 1795282) (|UnivariatePuiseuxSeriesWithExponentialSingularity| "expexpan.spad" 1787843 1787915 1789325 1789470) (|UnivariatePuiseuxSeriesConstructor| "puiseux.spad" 1786117 1786168 1786521 1786671) (|UnivariatePuiseuxSeriesConstructorCategory| "puiseux.spad" 1784648 1784707 1785962 1786112) (|UnivariatePuiseuxSeriesConstructorCategory&| "puiseux.spad" 1783321 1783383 1784638 1784643) (|UnivariatePuiseuxSeriesCategory| "pscat.spad" 1781881 1781925 1783166 1783316) (|UnivariatePuiseuxSeriesFunctions2| "puiseux.spad" 1781394 1781477 1781871 1781876) (|UnivariatePuiseuxSeries| "puiseux.spad" 1779216 1779264 1780072 1780222) (|UnivariatePolynomialSquareFree| "poly.spad" 1777604 1777645 1779206 1779211) (|UnivariatePowerSeriesCategory| "pscat.spad" 1775365 1775415 1777494 1777599) (|UnivariatePowerSeriesCategory&| "pscat.spad" 1772871 1772924 1775003 1775008) (|UnivariatePolynomialCategoryFunctions2| "polycat.spad" 1772307 1772361 1772861 1772866) (|UnivariatePolynomialCategory| "polycat.spad" 1767298 1767334 1772085 1772302) (|UnivariatePolynomialCategory&| "polycat.spad" 1762210 1762249 1767000 1767005) (|UnivariatePolynomialMultiplicationPackage| "poly.spad" 1761104 1761155 1762200 1762205) (|UnivariatePolynomialDivisionPackage| "updivp.spad" 1760637 1760683 1761094 1761099) (|UnivariatePolynomialDecompositionPackage| "updecomp.spad" 1758861 1758912 1760627 1760632) (|UnivariatePolynomialCommonDenominator| "cden.spad" 1758044 1758094 1758851 1758856) (|UnivariatePolynomialFunctions2| "poly.spad" 1757381 1757429 1758034 1758039) (|UnivariatePolynomial| "poly.spad" 1755155 1755187 1755559 1755776) (|UniversalSegmentFunctions2| "seg.spad" 1754620 1754656 1755102 1755107) (|UniversalSegment| "seg.spad" 1753943 1753967 1754522 1754527) (|UnivariateFactorize| "unifact.spad" 1753030 1753058 1753933 1753938) (|UnivariateLaurentSeriesConstructor| "laurent.spad" 1749547 1749598 1749948 1750098) (|UnivariateLaurentSeriesConstructorCategory| "laurent.spad" 1747244 1747303 1749392 1749542) (|UnivariateLaurentSeriesConstructorCategory&| "laurent.spad" 1745046 1745108 1747197 1747202) (|UnivariateLaurentSeriesCategory| "pscat.spad" 1743257 1743301 1744891 1745041) (|UnivariateLaurentSeriesFunctions2| "laurent.spad" 1742741 1742824 1743247 1743252) (|UnivariateLaurentSeries| "laurent.spad" 1738401 1738449 1739366 1739710) (|UInt8| "data.spad" 1738276 1738287 1738391 1738396) (|UInt64| "data.spad" 1738149 1738161 1738266 1738271) (|UInt32| "data.spad" 1738022 1738034 1738139 1738144) (|UInt16| "data.spad" 1737895 1737907 1738012 1738017) (|UniqueFactorizationDomain| "catdef.spad" 1736955 1736986 1737838 1737890) (|UniqueFactorizationDomain&| "catdef.spad" 1736059 1736093 1736945 1736950) (|UserDefinedVariableOrdering| "setorder.spad" 1734916 1734949 1736049 1736054) (|UserDefinedPartialOrdering| "setorder.spad" 1732466 1732500 1734864 1734869) (|TypeAst| "syntax.spad" 1732381 1732394 1732456 1732461) (|Type| "coerce.spad" 1732312 1732322 1732371 1732376) (|TwoFactorize| "twofact.spad" 1730959 1730979 1732302 1732307) (|Tuple| "array1.spad" 1730439 1730452 1730846 1730851) (|TubePlotTools| "tube.spad" 1727296 1727315 1730429 1730434) (|TubePlot| "tube.spad" 1725938 1725960 1727286 1727291) (|TriangularSetCategory| "triset.spad" 1714013 1714048 1725928 1725933) (|TriangularSetCategory&| "triset.spad" 1702047 1702085 1713965 1713970) (|TaylorSeries| "mts.spad" 1700636 1700661 1701611 1701716) (|TranscendentalManipulations| "manip.spad" 1695055 1695092 1700399 1700404) (|TriangularMatrixOperations| "intclos.spad" 1693995 1694043 1695045 1695050) (|TrigonometricManipulations| "efstruc.spad" 1692503 1692539 1693985 1693990) (|TrigonometricFunctionCategory| "trigcat.spad" 1691989 1692024 1692493 1692498) (|TrigonometricFunctionCategory&| "trigcat.spad" 1691472 1691510 1691979 1691984) (|Tree| "tree.spad" 1690114 1690126 1691147 1691152) (|TranscendentalFunctionCategory| "trigcat.spad" 1689926 1689962 1690104 1690109) (|TranscendentalFunctionCategory&| "trigcat.spad" 1689735 1689774 1689916 1689921) (|TopLevelThreeSpace| "space.spad" 1689394 1689418 1689725 1689730) (|ToolsForSign| "sign.spad" 1689048 1689068 1689384 1689389) (|TextFile| "files.spad" 1687604 1687618 1689038 1689043) (|TexFormat1| "tex.spad" 1687153 1687171 1687594 1687599) (|TexFormat| "tex.spad" 1684341 1684356 1687143 1687148) (|TabulatedComputationPackage| "newdata.spad" 1682418 1682465 1684331 1684336) (|TableAggregate| "aggcat.spad" 1681672 1681706 1682408 1682413) (|TableAggregate&| "aggcat.spad" 1680923 1680960 1681662 1681667) (|TangentExpansions| "efstruc.spad" 1680317 1680342 1680913 1680918) (|TermAlgebraOperator| "term.spad" 1680025 1680052 1680307 1680312) (|Tableau| "tableau.spad" 1679602 1679617 1680015 1680020) (|Table| "table.spad" 1678406 1678431 1678678 1678683) (|TableauxBumpers| "tableau.spad" 1675173 1675196 1678396 1678401) (|System| "/Users/gdr/build/oa/src/algebra/SYSTEM.spad" 1674398 1674410 1675163 1675168) (|SystemSolvePackage| "syssolp.spad" 1671866 1671892 1674388 1674393) (|SystemPointer| "data.spad" 1671755 1671774 1671856 1671861) (|SystemNonNegativeInteger| "data.spad" 1670957 1670989 1671745 1671750) (|SystemInteger| "data.spad" 1670351 1670372 1670947 1670952) (|Syntax| "syntax.spad" 1666682 1666694 1670341 1670346) (|SymbolTable| "forttyp.spad" 1664850 1664867 1666672 1666677) (|TheSymbolTable| "forttyp.spad" 1660868 1660888 1664840 1664845) (|SymmetricPolynomial| "prtition.spad" 1659965 1659992 1660063 1660237) (|SymmetricFunctions| "efstruc.spad" 1659451 1659477 1659955 1659960) (|Symbol| "symbol.spad" 1656943 1656955 1659441 1659446) (|SparseUnivariateTaylorSeries| "suts.spad" 1654268 1654321 1655712 1655817) (|SparseUnivariatePuiseuxSeries| "supxs.spad" 1652071 1652125 1652946 1653096) (|SupFractionFactorizer| "allfact.spad" 1651158 1651194 1652061 1652066) (|SparseUnivariatePolynomialFunctions2| "poly.spad" 1650517 1650563 1651148 1651153) (|SparseUnivariatePolynomial| "poly.spad" 1647899 1647933 1648695 1648912) (|RationalFunctionSum| "sum.spad" 1646857 1646884 1647889 1647894) (|FunctionSpaceSum| "combfunc.spad" 1646477 1646503 1646847 1646852) (|SparseUnivariateLaurentSeries| "suls.spad" 1642100 1642154 1643084 1643434) (|SuchThatAst| "syntax.spad" 1641861 1641878 1642090 1642095) (|SuchThat| "suchthat.spad" 1641546 1641566 1641851 1641856) (|SubSpace| "newpoint.spad" 1633672 1633692 1641536 1641541) (|SubResultantPackage| "intrf.spad" 1632813 1632843 1633615 1633620) (|StreamTranscendentalFunctionsNonCommutative| "sttf.spad" 1629241 1629297 1632803 1632808) (|StreamTranscendentalFunctions| "sttf.spad" 1625314 1625356 1629231 1629236) (|StreamTaylorSeriesOperations| "sttaylor.spad" 1617946 1617982 1625201 1625206) (|StringTable| "table.spad" 1616888 1616913 1617045 1617050) (|String| "string.spad" 1615929 1615941 1616317 1616322) (|StreamFunctions3| "stream.spad" 1615489 1615517 1615919 1615924) (|StreamFunctions2| "stream.spad" 1614604 1614630 1615479 1615484) (|StreamFunctions1| "stream.spad" 1614297 1614321 1614594 1614599) (|Stream| "stream.spad" 1611298 1611312 1613792 1613797) (|StreamInfiniteProduct| "infprod.spad" 1610216 1610250 1611288 1611293) (|StepAst| "syntax.spad" 1609446 1609459 1610206 1610211) (|StepThrough| "catdef.spad" 1608755 1608772 1609436 1609441) (|SparseTable| "table.spad" 1607656 1607692 1607831 1607836) (|StreamAggregate| "aggcat.spad" 1606343 1606366 1607646 1607651) (|StreamAggregate&| "aggcat.spad" 1605027 1605053 1606333 1606338) (|Stack| "bags.spad" 1604521 1604534 1604773 1604778) (|SemiRing| "catdef.spad" 1604276 1604290 1604511 1604516) (|SquareFreeRegularTriangularSet| "sregset.spad" 1601879 1601923 1603808 1603813) (|SquareFreeRegularSetDecompositionPackage| "sregset.spad" 1600419 1600476 1601869 1601874) (|StringAggregate| "aggcat.spad" 1595612 1595633 1600409 1600414) (|StringAggregate&| "aggcat.spad" 1590802 1590826 1595602 1595607) (|SquareMatrix| "matrix.spad" 1589185 1589212 1589780 1589785) (|SplittingTree| "newdata.spad" 1583978 1584001 1588784 1588789) (|SplittingNode| "newdata.spad" 1580588 1580611 1583968 1583973) (|SpecialFunctionCategory| "trigcat.spad" 1579377 1579406 1580578 1580583) (|SpecialOutputPackage| "out.spad" 1577912 1577938 1579367 1579372) (|SpadAstExports| "syntax.spad" 1569992 1570012 1577902 1577907) (|SpadParser| "parsers.spad" 1569450 1569466 1569982 1569987) (|SpadAst| "syntax.spad" 1569147 1569160 1569440 1569445) (|ThreeSpaceCategory| "space.spad" 1553462 1553488 1569137 1569142) (|ThreeSpace| "space.spad" 1553231 1553249 1553452 1553457) (|SortPackage| "sortpak.spad" 1552764 1552785 1553179 1553184) (|TransSolvePackage| "transsolve.spad" 1550513 1550538 1552754 1552759) (|TransSolvePackageService| "transsolve.spad" 1548948 1548980 1550503 1550508) (|RadicalSolvePackage| "solverad.spad" 1544958 1544985 1548938 1548943) (|PolynomialSolveByFormulas| "solvefor.spad" 1543402 1543438 1544948 1544953) (|SquareFreeNormalizedTriangularSetCategory| "nsregset.spad" 1542986 1543041 1543392 1543397) (|SparseMultivariateTaylorSeries| "mts.spad" 1541246 1541299 1542550 1542655) (|SparseMultivariatePolynomial| "multpoly.spad" 1539376 1539421 1539791 1539965) (|SmithNormalForm| "smith.spad" 1538209 1538246 1539366 1539371) (|SquareMatrixCategory| "matcat.spad" 1536356 1536403 1538199 1538204) (|SquareMatrixCategory&| "matcat.spad" 1534364 1534414 1536210 1536215) (|ShallowlyMutableAggregate| "aggcat.spad" 1534028 1534061 1534354 1534359) (|StackAggregate| "aggcat.spad" 1533008 1533030 1534018 1534023) (|SingleInteger| "si.spad" 1532513 1532532 1532873 1533003) (|SimplifyAlgebraicNumberConvertPackage| "manip.spad" 1532207 1532250 1532503 1532508) (|RationalFunctionSign| "sign.spad" 1531315 1531343 1532197 1532202) (|ElementaryFunctionSign| "limitps.spad" 1530586 1530618 1531305 1531310) (|SignatureAst| "syntax.spad" 1529994 1530012 1530576 1530581) (|Signature| "domain.spad" 1529350 1529365 1529984 1529989) (|SturmHabichtPackage| "sturm.spad" 1527271 1527302 1529299 1529304) (|SplitHomogeneousDirectProduct| "gdirprod.spad" 1523996 1524049 1524539 1524544) (|SemiGroup| "catdef.spad" 1523598 1523613 1523986 1523991) (|SemiGroup&| "catdef.spad" 1523197 1523215 1523588 1523593) (|SemiGroupOperatorCategory| "catdef.spad" 1522889 1522923 1523022 1523192) (|SemiGroupOperation| "catdef.spad" 1522434 1522461 1522714 1522884) (|SymmetricGroupCombinatoricFunctions| "sgcf.spad" 1515541 1515582 1522424 1522429) (|SquareFreeRegularTriangularSetCategory| "sregset.spad" 1514474 1514526 1515531 1515536) (|SquareFreeRegularTriangularSetGcdPackage| "sregset.spad" 1513500 1513557 1514464 1514469) (|SquareFreeQuasiComponentPackage| "sregset.spad" 1508285 1508333 1513490 1513495) (|SExpressionOf| "sex.spad" 1508118 1508168 1508275 1508280) (|SExpressionCategory| "sex.spad" 1505930 1505986 1508108 1508113) (|SExpression| "sex.spad" 1505814 1505831 1505920 1505925) (|SetOfMIntegersInOneToN| "lodof.spad" 1504255 1504291 1505804 1505809) (|SetCategory| "catdef.spad" 1503732 1503749 1504245 1504250) (|SetCategory&| "catdef.spad" 1503206 1503226 1503722 1503727) (|SetAggregate| "aggcat.spad" 1499730 1499750 1503170 1503201) (|SetAggregate&| "aggcat.spad" 1496277 1496300 1499720 1499725) (|Set| "sets.spad" 1494656 1494667 1495755 1495786) (|SequenceAst| "syntax.spad" 1494351 1494368 1494646 1494651) (|SegmentExpansionCategory| "seg.spad" 1493486 1493520 1494341 1494346) (|SegmentCategory| "seg.spad" 1492399 1492422 1493476 1493481) (|SegmentBindingFunctions2| "seg.spad" 1492076 1492110 1492389 1492394) (|SegmentBinding| "seg.spad" 1491811 1491833 1492011 1492016) (|SegmentAst| "syntax.spad" 1491534 1491550 1491801 1491806) (|SegmentFunctions2| "seg.spad" 1490946 1490973 1491481 1491486) (|Segment| "seg.spad" 1490738 1490753 1490848 1490853) (|SequentialDifferentialVariable| "dpolcat.spad" 1489987 1490025 1490728 1490733) (|SequentialDifferentialPolynomial| "dpolcat.spad" 1487938 1487978 1488258 1488432) (|StructuralConstantsPackage| "naalg.spad" 1486004 1486038 1487928 1487933) (|Scope| "any.spad" 1485179 1485190 1485994 1485999) (|SortedCache| "kl.spad" 1483867 1483886 1485169 1485174) (|SpadSyntaxCategory| "syntax.spad" 1483761 1483785 1483857 1483862) (|SingletonAsOrderedSet| "misc.spad" 1483615 1483642 1483751 1483756) (|SAERationalFunctionAlgFactor| "algfact.spad" 1483303 1483348 1483605 1483610) (|SimpleAlgebraicExtensionAlgFactor| "algfact.spad" 1482974 1483024 1483293 1483298) (|SimpleAlgebraicExtension| "algext.spad" 1481390 1481427 1482022 1482139) (|RationalUnivariateRepresentationPackage| "zerodim.spad" 1479013 1479065 1481380 1481385) (|Ruleset| "rule.spad" 1478466 1478490 1479003 1479008) (|RuleCalled| "variable.spad" 1478311 1478331 1478456 1478461) (|RewriteRule| "rule.spad" 1476555 1476583 1478301 1478306) (|RuntimeValue| "any.spad" 1476281 1476299 1476545 1476550) (|RestrictAst| "syntax.spad" 1475990 1476007 1476271 1476276) (|RegularTriangularSetGcdPackage| "regset.spad" 1472405 1472452 1475980 1475985) (|RegularTriangularSetCategory| "regset.spad" 1462370 1462412 1472395 1472400) (|RegularTriangularSetCategory&| "regset.spad" 1452332 1452377 1462360 1462365) (|RegularSetDecompositionPackage| "regset.spad" 1450805 1450852 1452322 1452327) (|RealRootCharacterizationCategory| "reclos.spad" 1449160 1449219 1450795 1450800) (|RealRootCharacterizationCategory&| "reclos.spad" 1447512 1447574 1449150 1449155) (|RepeatAst| "syntax.spad" 1447208 1447223 1447502 1447507) (|RecursivePolynomialCategory| "newpoly.spad" 1426641 1426680 1447029 1447203) (|RecursivePolynomialCategory&| "newpoly.spad" 1405816 1405858 1426207 1426212) (|RomanNumeral| "integer.spad" 1405284 1405302 1405681 1405811) (|RightOpenIntervalRootCharacterization| "reclos.spad" 1404330 1404396 1405274 1405279) (|RealNumberSystem| "sf.spad" 1403306 1403328 1404245 1404325) (|RealNumberSystem&| "sf.spad" 1402354 1402379 1403296 1403301) (|RangeBinding| "seg.spad" 1401497 1401520 1402301 1402306) (|Rng| "catdef.spad" 1401105 1401114 1401487 1401492) (|Rng&| "catdef.spad" 1400710 1400722 1401095 1401100) (|RightModule| "catdef.spad" 1400483 1400502 1400700 1400705) (|RectangularMatrixCategoryFunctions2| "matfuns.spad" 1399871 1399960 1400473 1400478) (|RectangularMatrix| "matrix.spad" 1398968 1399001 1399325 1399330) (|RectangularMatrixCategory| "matcat.spad" 1394749 1394802 1398958 1398963) (|RectangularMatrixCategory&| "matcat.spad" 1390344 1390400 1394556 1394561) (|RightLinearSet| "catdef.spad" 1390037 1390059 1390334 1390339) (|RationalInterpolation| "rinterp.spad" 1389911 1389945 1390027 1390032) (|Ring| "catdef.spad" 1389519 1389529 1389901 1389906) (|Ring&| "catdef.spad" 1389124 1389137 1389509 1389514) (|RandomIntegerDistributions| "random.spad" 1388493 1388525 1389114 1389119) (|RegularChain| "zerodim.spad" 1386945 1386970 1387848 1387853) (|RGBColorSpace| "color.spad" 1386724 1386746 1386935 1386940) (|RGBColorModel| "color.spad" 1386276 1386298 1386714 1386719) (|RationalFunctionFactorizer| "allfact.spad" 1385715 1385749 1386266 1386271) (|RationalFunctionFactor| "algfact.spad" 1385431 1385462 1385705 1385710) (|RandomFloatDistributions| "random.spad" 1384406 1384436 1385421 1385426) (|RationalFunction| "rf.spad" 1382067 1382091 1384396 1384401) (|RetractSolvePackage| "nlinsol.spad" 1381470 1381499 1382057 1382062) (|RetractableTo| "coerce.spad" 1380888 1380909 1381460 1381465) (|RetractableTo&| "coerce.spad" 1380303 1380327 1380878 1380883) (|ReturnAst| "syntax.spad" 1380109 1380124 1380293 1380298) (|ResidueRing| "resring.spad" 1379480 1379531 1380075 1380104) (|ResolveLatticeCompletion| "void.spad" 1378783 1378815 1379470 1379475) (|RepeatedSquaring| "defaults.spad" 1378501 1378525 1378773 1378778) (|RepeatedDoubling| "defaults.spad" 1378195 1378219 1378491 1378496) (|RepresentationPackage2| "rep2.spad" 1367899 1367929 1378046 1378051) (|RepresentationPackage1| "rep1.spad" 1362092 1362122 1367841 1367846) (|RadicalEigenPackage| "radeigen.spad" 1359630 1359655 1362082 1362087) (|RegularTriangularSet| "regset.spad" 1357336 1357370 1359162 1359167) (|Reference| "boolean.spad" 1356848 1356865 1357326 1357331) (|ReductionOfOrder| "odeef.spad" 1356045 1356071 1356838 1356843) (|RealClosure| "reclos.spad" 1355048 1355076 1355760 1355840) (|RealSolvePackage| "acplot.spad" 1354175 1354197 1355038 1355043) (|RealZeroPackageQ| "real0q.spad" 1351460 1351488 1354165 1354170) (|RealZeroPackage| "realzero.spad" 1348292 1348319 1351450 1351455) (|RealConstant| "sf.spad" 1348155 1348173 1348282 1348287) (|ReduceAst| "syntax.spad" 1347870 1347885 1348145 1348150) (|ReducedDivisor| "pfo.spad" 1347514 1347550 1347860 1347865) (|RandomDistributions| "random.spad" 1347065 1347092 1347504 1347509) (|TranscendentalRischDESystem| "rdesys.spad" 1345909 1345947 1347055 1347060) (|TranscendentalRischDE| "rderf.spad" 1344034 1344066 1345899 1345904) (|ElementaryRischDESystem| "rdesys.spad" 1343117 1343150 1344024 1344029) (|ElementaryRischDE| "rdeef.spad" 1342117 1342144 1343107 1343112) (|RealClosedField| "reclos.spad" 1339336 1339357 1342032 1342112) (|RealClosedField&| "reclos.spad" 1336627 1336651 1339326 1339331) (|RecursiveAggregate| "aggcat.spad" 1334548 1334574 1336617 1336622) (|RecursiveAggregate&| "aggcat.spad" 1332339 1332368 1334411 1334416) (|RationalRetractions| "retract.spad" 1331683 1331710 1332329 1332334) (|RationalFactorize| "ratfact.spad" 1331361 1331387 1331673 1331678) (|RandomNumberSource| "random.spad" 1330665 1330689 1331351 1331356) (|RadixUtilities| "radix.spad" 1330410 1330430 1330655 1330660) (|RadixExpansion| "radix.spad" 1327391 1327416 1328948 1329028) (|RadicalFunctionField| "curve.spad" 1326237 1326287 1326369 1326501) (|RadicalCategory| "sf.spad" 1325820 1325841 1326227 1326232) (|RadicalCategory&| "sf.spad" 1325400 1325424 1325810 1325815) (|Queue| "bags.spad" 1324885 1324898 1325146 1325151) (|QuaternionCategoryFunctions2| "quat.spad" 1324480 1324524 1324875 1324880) (|QuaternionCategory| "quat.spad" 1322652 1322678 1324427 1324475) (|QuaternionCategory&| "quat.spad" 1320468 1320497 1322246 1322251) (|Quaternion| "quat.spad" 1319012 1319030 1319362 1319410) (|QueueAggregate| "aggcat.spad" 1317856 1317878 1319002 1319007) (|QuasiquoteAst| "syntax.spad" 1317614 1317633 1317846 1317851) (|QuadraticForm| "clifford.spad" 1317222 1317247 1317604 1317609) (|QuotientFieldCategoryFunctions2| "fraction.spad" 1316886 1316931 1317212 1317217) (|QuotientFieldCategory| "fraction.spad" 1315583 1315612 1316801 1316881) (|QuotientFieldCategory&| "fraction.spad" 1313712 1313744 1314933 1314938) (|QueryEquation| "alql.spad" 1313260 1313279 1313702 1313707) (|QuasiComponentPackage| "regset.spad" 1308156 1308194 1313250 1313255) (|QuasiAlgebraicSet2| "qalgset.spad" 1306136 1306170 1308146 1308151) (|QuasiAlgebraicSet| "qalgset.spad" 1302197 1302244 1306021 1306026) (|PAdicWildFunctionFieldIntegralBasis| "padiclib.spad" 1299584 1299634 1302187 1302192) (|PushVariables| "facutil.spad" 1298912 1298942 1299574 1299579) (|PartialTranscendentalFunctions| "ptranfn.spad" 1295020 1295058 1298902 1298907) (|PointPackage| "newpoint.spad" 1292098 1292118 1295010 1295015) (|PointFunctions2| "newpoint.spad" 1291908 1291935 1292088 1292093) (|PointCategory| "newpoint.spad" 1291174 1291195 1291898 1291903) (|PolynomialSquareFree| "poly.spad" 1290471 1290513 1291164 1291169) (|PseudoLinearNormalForm| "pseudolin.spad" 1289337 1289367 1290461 1290466) (|PolynomialSetUtilitiesPackage| "triset.spad" 1275979 1276022 1289179 1289184) (|PolynomialSetCategory| "polset.spad" 1270370 1270412 1275969 1275974) (|PolynomialSetCategory&| "polset.spad" 1264712 1264757 1270314 1270319) (|PlottableSpaceCurveCategory| "pcurve.spad" 1263686 1263719 1264702 1264707) (|PowerSeriesCategory| "pscat.spad" 1262444 1262490 1263576 1263681) (|PowerSeriesCategory&| "pscat.spad" 1261299 1261348 1262434 1262439) (|Partition| "prtition.spad" 1259990 1260005 1261289 1261294) (|PretendAst| "syntax.spad" 1259701 1259717 1259980 1259985) (|PseudoRemainderSequence| "prs.spad" 1249291 1249329 1259650 1259655) (|PriorityQueueAggregate| "aggcat.spad" 1248728 1248758 1249281 1249286) (|PropositionalLogic| "logic.spad" 1248316 1248340 1248718 1248723) (|PropositionalFormulaFunctions2| "logic.spad" 1247911 1247952 1248306 1248311) (|PropositionalFormulaFunctions1| "logic.spad" 1247289 1247328 1247901 1247906) (|PropositionalFormula| "logic.spad" 1245839 1245868 1247279 1247284) (|Property| "any.spad" 1245329 1245343 1245829 1245834) (|Product| "product.spad" 1244260 1244277 1244549 1244554) (|PrintPackage| "print.spad" 1244002 1244020 1244250 1244255) (|IntegerPrimesPackage| "intfact.spad" 1242245 1242273 1243992 1243997) (|PrimitiveElement| "primelt.spad" 1240356 1240380 1242235 1242240) (|PrimitiveFunctionCategory| "trigcat.spad" 1239976 1240007 1240346 1240351) (|PrimitiveArrayFunctions2| "array1.spad" 1238721 1238755 1239966 1239971) (|PrimitiveArray| "array1.spad" 1237933 1237955 1238115 1238120) (|PrecomputedAssociatedEquations| "lodof.spad" 1237287 1237327 1237923 1237928) (|PolynomialRing| "poly.spad" 1235780 1235804 1236491 1236665) (|PlottablePlaneCurveCategory| "pcurve.spad" 1234892 1234925 1235770 1235775) (|PortNumber| "net.spad" 1234675 1234691 1234882 1234887) (|PolynomialRoots| "manip.spad" 1233508 1233539 1234624 1234629) (|PolynomialCategoryLifting| "polycat.spad" 1232750 1232796 1233498 1233503) (|PolynomialCategoryQuotientFunctions| "rf.spad" 1230847 1230898 1232740 1232745) (|PolynomialCategory| "polycat.spad" 1224286 1224323 1230668 1230842) (|PolynomialCategory&| "polycat.spad" 1217229 1217269 1223614 1223619) (|PolynomialToUnivariatePolynomial| "poly.spad" 1216651 1216695 1217219 1217224) (|PolynomialFunctions2| "multpoly.spad" 1216230 1216260 1216641 1216646) (|Polynomial| "multpoly.spad" 1214245 1214263 1214768 1214942) (|RealPolynomialUtilitiesPackage| "reclos.spad" 1213173 1213230 1214192 1214197) (|PolToPol| "poltopol.spad" 1211915 1211936 1213163 1213168) (|Point| "newpoint.spad" 1210934 1210947 1211024 1211029) (|PolynomialNumberTheoryFunctions| "numtheor.spad" 1207607 1207644 1210924 1210929) (|PatternMatchTools| "patmatch1.spad" 1206367 1206396 1207597 1207602) (|PatternMatchSymbol| "patmatch1.spad" 1205900 1205926 1206357 1206362) (|PatternMatchQuotientFieldCategory| "patmatch2.spad" 1205460 1205505 1205890 1205895) (|FunctionSpaceAttachPredicates| "expr.spad" 1204903 1204944 1205450 1205455) (|AttachPredicates| "expr.spad" 1204380 1204404 1204893 1204898) (|PatternMatchPolynomialCategory| "patmatch2.spad" 1203415 1203461 1204295 1204300) (|PatternMatchListAggregate| "patmatch1.spad" 1202977 1203014 1203405 1203410) (|PatternMatchKernel| "patmatch1.spad" 1202540 1202568 1202967 1202972) (|PatternMatchIntegerNumberSystem| "patmatch2.spad" 1202091 1202130 1202530 1202535) (|PatternMatchFunctionSpace| "patmatch2.spad" 1201649 1201686 1202081 1202086) (|PatternMatchPushDown| "patmatch1.spad" 1200921 1200953 1201639 1201644) (|FunctionSpaceAssertions| "expr.spad" 1199879 1199912 1200911 1200916) (|PatternMatchAssertions| "expr.spad" 1198877 1198905 1199869 1199874) (|PlotTools| "plottool.spad" 1198650 1198665 1198867 1198872) (|Plot3D| "plot3d.spad" 1195110 1195122 1198640 1198645) (|PlotFunctions1| "plot.spad" 1194271 1194293 1195100 1195105) (|Plot| "plot.spad" 1189192 1189202 1194261 1194266) (|ParametricLinearEquations| "pleqn.spad" 1176571 1176621 1189182 1189187) (|PolynomialInterpolationAlgorithms| "pinterp.spad" 1176328 1176371 1176561 1176566) (|PolynomialInterpolation| "pinterp.spad" 1175933 1175969 1176318 1176323) (|PrincipalIdealDomain| "catdef.spad" 1174906 1174932 1175876 1175928) (|PiCoercions| "expr.spad" 1174554 1174573 1174896 1174901) (|PositiveInteger| "integer.spad" 1174150 1174171 1174520 1174549) (|PolyGroebner| "pgrobner.spad" 1172753 1172773 1174140 1174145) (|PermutationGroupExamples| "permgrps.spad" 1164404 1164434 1172743 1172748) (|PolynomialGcdPackage| "pgcd.spad" 1163340 1163375 1164394 1164399) (|PartialFractionPackage| "pfr.spad" 1162469 1162499 1163330 1163335) (|PartialFraction| "pfr.spad" 1159294 1159317 1162384 1162464) (|PointsOfFiniteOrderTools| "pfo.spad" 1158530 1158568 1159284 1159289) (|PointsOfFiniteOrderRational| "pfo.spad" 1157875 1157918 1158520 1158525) (|PointsOfFiniteOrder| "pfo.spad" 1157281 1157321 1157865 1157870) (|PolynomialFactorizationExplicit| "catdef.spad" 1154979 1155016 1157224 1157276) (|PolynomialFactorizationExplicit&| "catdef.spad" 1152668 1152708 1154916 1154921) (|PolynomialFactorizationByRecursionUnivariate| "pfbr.spad" 1150514 1150568 1152658 1152663) (|PolynomialFactorizationByRecursion| "pfbr.spad" 1148042 1148097 1150504 1150509) (|PrimeField| "pf.spad" 1147582 1147602 1147821 1147901) (|PermutationGroup| "permgrps.spad" 1142588 1142612 1147572 1147577) (|PermutationCategory| "perm.spad" 1141242 1141269 1142578 1142583) (|Permanent| "perman.spad" 1139791 1139812 1141232 1141237) (|Permutation| "perm.spad" 1135648 1135667 1139680 1139685) (|PendantTree| "tree.spad" 1135034 1135053 1135323 1135328) (|PartialDifferentialSpace| "catdef.spad" 1133825 1133857 1135024 1135029) (|PartialDifferentialSpace&| "catdef.spad" 1132613 1132648 1133815 1133820) (|PartialDifferentialRing| "catdef.spad" 1132444 1132475 1132603 1132608) (|PartialDifferentialModule| "catdef.spad" 1132259 1132294 1132434 1132439) (|PolynomialDecomposition| "pdecomp.spad" 1131712 1131746 1132249 1132254) (|PartialDifferentialDomain| "catdef.spad" 1131127 1131163 1131702 1131707) (|PartialDifferentialDomain&| "catdef.spad" 1130539 1130578 1131117 1131122) (|PolynomialComposition| "pdecomp.spad" 1130373 1130405 1130529 1130534) (|PoincareBirkhoffWittLyndonBasis| "xlpoly.spad" 1129125 1129171 1130363 1130368) (|PatternFunctions2| "pattern.spad" 1128848 1128875 1129115 1129120) (|PatternFunctions1| "pattern.spad" 1127181 1127208 1128838 1128843) (|Pattern| "pattern.spad" 1121751 1121766 1127171 1127176) (|PatternMatchResultFunctions2| "patmatch1.spad" 1121397 1121437 1121741 1121746) (|PatternMatchResult| "patmatch1.spad" 1118964 1118992 1121387 1121392) (|PatternMatch| "patmatch2.spad" 1117290 1117331 1118811 1118816) (|PatternMatchable| "patmatch1.spad" 1116705 1116729 1117280 1117285) (|PatternMatchListResult| "patmatch1.spad" 1115771 1115805 1116695 1116700) (|Patternable| "pattern.spad" 1115526 1115545 1115761 1115766) (|PartitionsAndPermutations| "partperm.spad" 1113559 1113590 1115516 1115521) (|ParametricSurface| "paramete.spad" 1112978 1113021 1113549 1113554) (|ParametricSurfaceFunctions2| "paramete.spad" 1112750 1112791 1112968 1112973) (|Parser| "parsers.spad" 1112266 1112278 1112740 1112745) (|ParametricSpaceCurve| "paramete.spad" 1111682 1111728 1112256 1112261) (|ParametricSpaceCurveFunctions2| "paramete.spad" 1111445 1111489 1111672 1111677) (|ParametricPlaneCurve| "paramete.spad" 1110889 1110935 1111435 1111440) (|ParametricPlaneCurveFunctions2| "paramete.spad" 1110652 1110696 1110879 1110884) (|ParameterAst| "syntax.spad" 1109770 1109788 1110642 1110647) (|PolynomialAN2Expression| "expr.spad" 1109161 1109190 1109760 1109765) (|Palette| "color.spad" 1108270 1108283 1109151 1109156) (|Pair| "mkrecord.spad" 1107499 1107514 1108070 1108075) (|PAdicRationalConstructor| "padic.spad" 1104776 1104816 1105961 1106041) (|PAdicRational| "padic.spad" 1102980 1103003 1103204 1103284) (|PAdicIntegerCategory| "padic.spad" 1101528 1101558 1102923 1102975) (|PAdicInteger| "padic.spad" 1101238 1101260 1101471 1101523) (|PadeApproximantPackage| "pade.spad" 1099907 1099946 1101228 1101233) (|PadeApproximants| "pade.spad" 1098645 1098675 1099897 1099902) (|OrdinaryWeightedPolynomials| "wtpol.spad" 1097914 1097969 1098549 1098554) (|OverloadSet| "domain.spad" 1097478 1097495 1097904 1097909) (|OrderedVariableList| "variable.spad" 1097242 1097282 1097468 1097473) (|OutputForm| "outform.spad" 1086642 1086658 1097232 1097237) (|OutputBinaryFile| "net.spad" 1086062 1086084 1086632 1086637) (|OutputByteConduit| "net.spad" 1085117 1085140 1086052 1086057) (|OutputByteConduit&| "net.spad" 1084169 1084195 1085107 1085112) (|OutputPackage| "out.spad" 1083276 1083295 1084159 1084164) (|OrdSetInts| "fnla.spad" 1082743 1082759 1083266 1083271) (|OrderedSemiGroup| "catdef.spad" 1082647 1082669 1082733 1082738) (|OrthogonalPolynomialFunctions| "special.spad" 1081114 1081151 1082573 1082578) (|UnivariateSkewPolynomial| "ore.spad" 1080550 1080602 1080801 1080806) (|SparseUnivariateSkewPolynomial| "ore.spad" 1079828 1079882 1080237 1080242) (|UnivariateSkewPolynomialCategoryOps| "ore.spad" 1077669 1077714 1079733 1079738) (|UnivariateSkewPolynomialCategory| "ore.spad" 1071860 1071900 1077659 1077664) (|UnivariateSkewPolynomialCategory&| "ore.spad" 1065871 1065914 1071673 1071678) (|OrderedType| "catdef.spad" 1065099 1065116 1065861 1065866) (|OrderedType&| "catdef.spad" 1064324 1064344 1065089 1065094) (|OrderedStructure| "catdef.spad" 1064079 1064108 1064256 1064261) (|OrderedSet| "catdef.spad" 1063771 1063787 1064069 1064074) (|OrderedRing| "catdef.spad" 1063589 1063606 1063761 1063766) (|OrderedMonoid| "catdef.spad" 1063433 1063452 1063579 1063584) (|OrderingFunctions| "gdirprod.spad" 1062550 1062581 1063423 1063428) (|OrderedFinite| "catdef.spad" 1062359 1062378 1062540 1062545) (|OrderedCompletionFunctions2| "complet.spad" 1061627 1061664 1062349 1062354) (|OrderedCompletion| "complet.spad" 1060217 1060242 1061314 1061319) (|OperatorSignature| "domain.spad" 1059864 1059887 1060207 1060212) (|OperationsQuery| "alql.spad" 1059432 1059453 1059854 1059859) (|OperatorCategory| "term.spad" 1058884 1058908 1059422 1059427) (|OperatorCategory&| "term.spad" 1058333 1058360 1058874 1058879) (|Operator| "opalg.spad" 1058083 1058099 1058169 1058174) (|OnePointCompletionFunctions2| "complet.spad" 1057481 1057519 1058073 1058078) (|OnePointCompletion| "complet.spad" 1056350 1056376 1057168 1057173) (|OrderedMultisetAggregate| "aggcat.spad" 1056124 1056156 1056314 1056345) (|OppositeMonogenicLinearOperator| "lodop.spad" 1055535 1055576 1056017 1056022) (|OrderedIntegralDomain| "catdef.spad" 1055296 1055323 1055478 1055530) (|OrderedFreeMonoid| "xpoly.spad" 1053412 1053437 1055244 1055249) (|OrderlyDifferentialVariable| "dpolcat.spad" 1052648 1052683 1053402 1053407) (|OrdinaryDifferentialRing| "lodop.spad" 1052286 1052334 1052476 1052606) (|OrderlyDifferentialPolynomial| "dpolcat.spad" 1050193 1050230 1050560 1050734) (|OrderedDirectProduct| "gdirprod.spad" 1047070 1047108 1047461 1047466) (|ODETools| "oderf.spad" 1045717 1045738 1047060 1047065) (|SystemODESolver| "odealg.spad" 1043402 1043428 1045707 1045712) (|RationalRicDE| "riccati.spad" 1039405 1039429 1043336 1043341) (|ReduceLODE| "odealg.spad" 1038800 1038828 1039395 1039400) (|RationalLODE| "oderf.spad" 1036427 1036450 1038790 1038795) (|PrimitiveRatRicDE| "riccati.spad" 1033509 1033542 1036417 1036422) (|PrimitiveRatDE| "oderf.spad" 1030899 1030929 1033499 1033504) (|PureAlgebraicLODE| "odealg.spad" 1030274 1030309 1030889 1030894) (|ODEIntegration| "oderf.spad" 1029701 1029725 1030264 1030269) (|ElementaryFunctionODESolver| "odeef.spad" 1025175 1025212 1029691 1029696) (|ConstantLODE| "oderf.spad" 1024714 1024738 1025165 1025170) (|OctonionCategoryFunctions2| "oct.spad" 1024331 1024373 1024704 1024709) (|Octonion| "oct.spad" 1022765 1022781 1023485 1023490) (|OrderedCancellationAbelianMonoid| "catdef.spad" 1022583 1022621 1022755 1022760) (|OctonionCategory| "oct.spad" 1020399 1020423 1022573 1022578) (|OctonionCategory&| "oct.spad" 1017820 1017847 1019997 1020002) (|OrderedAbelianSemiGroup| "catdef.spad" 1017614 1017643 1017810 1017815) (|OrderedAbelianMonoidSup| "catdef.spad" 1017115 1017144 1017604 1017609) (|OrderedAbelianMonoid| "catdef.spad" 1016855 1016881 1017105 1017110) (|OrderedAbelianMonoid&| "catdef.spad" 1016592 1016621 1016845 1016850) (|OrderedAbelianGroup| "catdef.spad" 1016113 1016138 1016582 1016587) (|OrderedAbelianGroup&| "catdef.spad" 1015631 1015659 1016103 1016108) (|NumericTubePlot| "tube.spad" 1015209 1015238 1015621 1015626) (|NumericalQuadrature| "numquad.spad" 1003168 1003193 1015199 1015204) (|NumericalOrdinaryDifferentialEquations| "numode.spad" 994484 994528 1003158 1003163) (|NumberFormats| "outform.spad" 993313 993332 994474 994479) (|Numeric| "numeric.spad" 985417 985432 993113 993118) (|NormalizedTriangularSetCategory| "nregset.spad" 983918 983963 985407 985412) (|NumberTheoreticPolynomialFunctions| "special.spad" 983446 983488 983844 983849) (|NewSparseUnivariatePolynomialFunctions2| "newpoly.spad" 982801 982850 983436 983441) (|NewSparseUnivariatePolynomial| "newpoly.spad" 976532 976569 980979 981196) (|NewSparseMultivariatePolynomial| "newpoly.spad" 974368 974416 974689 974863) (|NumericRealEigenPackage| "numeigen.spad" 972749 972784 974358 974363) (|NPCoef| "npcoef.spad" 971991 972015 972739 972744) (|NormRetractPackage| "twofact.spad" 971577 971628 971981 971986) (|NormalizationPackage| "nregset.spad" 969501 969538 971567 971572) (|NormInMonogenicAlgebra| "algcat.spad" 969169 969215 969491 969496) (|NoneFunctions1| "any.spad" 968833 968855 969159 969164) (|None| "any.spad" 968572 968582 968823 968828) (|NonLinearFirstOrderODESolver| "nlode.spad" 968037 968075 968562 968567) (|NonNegativeInteger| "integer.spad" 966908 966932 968003 968032) (|NonLinearSolvePackage| "nlinsol.spad" 965515 965544 966898 966903) (|NumberFieldIntegralBasis| "intclos.spad" 963057 963092 965505 965510) (|NetworkClientSocket| "net.spad" 963014 963042 963047 963052) (|NonCommutativeOperatorDivision| "lodop.spad" 961214 961254 963004 963009) (|NumericContinuedFraction| "contfrac.spad" 960838 960870 961204 961209) (|NumericComplexEigenPackage| "numeigen.spad" 958980 959018 960828 960833) (|NonAssociativeRing| "naalgc.spad" 958568 958592 958970 958975) (|NonAssociativeRing&| "naalgc.spad" 958153 958180 958558 958563) (|NonAssociativeRng| "naalgc.spad" 957538 957561 958143 958148) (|NonAssociativeRng&| "naalgc.spad" 956920 956946 957528 957533) (|NonAssociativeAlgebra| "naalgc.spad" 956488 956517 956910 956915) (|NonAssociativeAlgebra&| "naalgc.spad" 956053 956085 956478 956483) (|MultivariateSquareFree| "multsqfr.spad" 952991 953028 956043 956048) (|MultivariateFactorize| "multfact.spad" 952355 952391 952981 952986) (|MultivariateTaylorSeriesCategory| "pscat.spad" 950411 950462 952245 952350) (|MergeThing| "alql.spad" 950062 950080 950401 950406) (|MoreSystemCommands| "system.spad" 949480 949504 950052 950057) (|MultisetAggregate| "aggcat.spad" 949306 949331 949444 949475) (|Multiset| "mset.spad" 947147 947163 948900 948931) (|MonoidRing| "mring.spad" 944271 944291 946865 946870) (|MonoidRingFunctions2| "mring.spad" 943815 943847 944261 944266) (|MRationalFactorize| "allfact.spad" 943345 943378 943805 943810) (|MPolyCatRationalFunctionFactorizer| "allfact.spad" 941353 941404 943335 943340) (|MultivariatePolynomial| "multpoly.spad" 939494 939529 939873 940047) (|MPolyCatPolyFactorizer| "allfact.spad" 938738 938777 939484 939489) (|MPolyCatFunctions3| "poltopol.spad" 938539 938595 938728 938733) (|MPolyCatFunctions2| "poltopol.spad" 938177 938226 938529 938534) (|MonomialExtensionTools| "intrf.spad" 936512 936545 938167 938172) (|MonoidOperatorCategory| "catdef.spad" 935919 935950 936160 936507) (|MonoidOperation| "catdef.spad" 935325 935349 935594 935914) (|Monoid| "catdef.spad" 934659 934671 935315 935320) (|Monoid&| "catdef.spad" 933990 934005 934649 934654) (|MonogenicAlgebra| "algcat.spad" 932742 932769 933868 933985) (|MonogenicAlgebra&| "algcat.spad" 931473 931503 932602 932607) (|MonadWithUnit| "naalgc.spad" 929710 929729 931463 931468) (|MonadWithUnit&| "naalgc.spad" 927944 927966 929700 929705) (|Monad| "naalgc.spad" 927101 927112 927934 927939) (|Monad&| "naalgc.spad" 926255 926269 927091 927096) (|MoebiusTransform| "moebius.spad" 924991 925015 926245 926250) (|Module| "catdef.spad" 924879 924893 924981 924986) (|Module&| "catdef.spad" 924764 924781 924869 924874) (|ModularRing| "modring.spad" 924220 924276 924754 924759) (|ModuleOperator| "opalg.spad" 922879 922903 924056 924061) (|ModuleMonomial| "modmonom.spad" 922598 922628 922869 922874) (|ModMonic| "modmon.spad" 919962 919980 920683 920900) (|ModularField| "modring.spad" 919376 919433 919877 919957) (|MathMLFormat| "mathml.spad" 918226 918244 919366 919371) (|MultipleMap| "curve.spad" 917959 918002 918216 918221) (|MonogenicLinearOperator| "lodop.spad" 916431 916462 917949 917954) (|MultivariateLifting| "mlift.spad" 915026 915060 916421 916426) (|MakeUnaryCompiledFunction| "mkfunc.spad" 914542 914579 915016 915021) (|MakeRecord| "mkrecord.spad" 914122 914143 914532 914537) (|MakeFunction| "mkfunc.spad" 913519 913539 914112 914117) (|MakeFloatCompiledFunction| "mkfunc.spad" 912464 912497 913509 913514) (|MakeBinaryCompiledFunction| "mkfunc.spad" 911935 911977 912454 912459) (|ModularHermitianRowReduction| "divisor.spad" 910420 910456 911925 911930) (|MultFiniteFactorize| "mfinfact.spad" 909807 909842 910410 910415) (|MeshCreationRoutinesForThreeDimensions| "mesh.spad" 907566 907610 909797 909802) (|ModularDistinctDegreeFactorizer| "moddfact.spad" 905756 905795 907556 907561) (|MultiDictionary| "aggcat.spad" 905044 905067 905746 905751) (|MatrixCommonDenominator| "cden.spad" 904233 904266 905034 905039) (|Maybe| "any.spad" 903472 903486 904165 904170) (|StorageEfficientMatrixOperations| "matstor.spad" 900758 900798 903462 903467) (|Matrix| "matrix.spad" 899737 899751 900225 900230) (|MatrixLinearAlgebraFunctions| "matfuns.spad" 897051 897101 899593 899598) (|MatrixCategoryFunctions2| "matfuns.spad" 896311 896381 897041 897046) (|MatrixCategory| "matcat.spad" 888017 888051 896301 896306) (|MatrixCategory&| "matcat.spad" 879536 879573 887823 887828) (|MappingPackage3| "mappkg.spad" 878438 878465 879526 879531) (|MappingPackage2| "mappkg.spad" 877763 877788 878428 878433) (|MappingPackage1| "mappkg.spad" 876578 876601 877753 877758) (|MappingAst| "syntax.spad" 875909 875925 876568 876573) (|MappingPackageInternalHacks3| "mappkg.spad" 875695 875735 875899 875904) (|MappingPackageInternalHacks2| "mappkg.spad" 875438 875476 875685 875690) (|MappingPackageInternalHacks1| "mappkg.spad" 875056 875092 875428 875433) (|MacroAst| "syntax.spad" 874645 874659 875046 875051) (|LazyStreamAggregate| "stream.spad" 871882 871909 874635 874640) (|LazyStreamAggregate&| "stream.spad" 869116 869146 871872 871877) (|LyndonWord| "xlpoly.spad" 866158 866183 869106 869111) (|ConstructAst| "syntax.spad" 865932 865950 866148 866153) (|LieSquareMatrix| "lie.spad" 864564 864591 864971 864976) (|LinearSystemPolynomialPackage| "solvelin.spad" 864072 864116 864554 864559) (|LinearSystemMatrixPackage1| "solvelin.spad" 861895 861929 864062 864067) (|LinearSystemMatrixPackage| "solvelin.spad" 860733 860780 861885 861890) (|ListAggregate| "aggcat.spad" 860413 860434 860723 860728) (|ListAggregate&| "aggcat.spad" 860090 860114 860403 860408) (|LiePolynomial| "xlpoly.spad" 859089 859119 859994 859999) (|LinearPolynomialEquationByFractions| "fraction.spad" 858327 858370 859079 859084) (|Logic| "logic.spad" 857866 857877 858317 858322) (|Logic&| "logic.spad" 857402 857416 857856 857861) (|LinearOrdinaryDifferentialOperatorsOps| "lodo.spad" 856296 856344 857392 857397) (|LinearOrdinaryDifferentialOperatorFactorizer| "lodof.spad" 855281 855336 856230 856235) (|LinearOrdinaryDifferentialOperatorCategory| "lodo.spad" 853941 853991 855271 855276) (|LinearOrdinaryDifferentialOperatorCategory&| "lodo.spad" 852561 852614 853894 853899) (|LinearOrdinaryDifferentialOperator2| "lodo.spad" 851808 851853 852248 852253) (|LinearOrdinaryDifferentialOperator1| "lodo.spad" 851182 851225 851495 851500) (|LinearOrdinaryDifferentialOperator| "lodo.spad" 850540 850589 850869 850874) (|ElementaryFunctionLODESolver| "odeef.spad" 849320 849360 850530 850535) (|Localize| "fraction.spad" 848720 848740 849259 849264) (|LinearAggregate| "aggcat.spad" 844894 844917 848710 848715) (|LinearAggregate&| "aggcat.spad" 840981 841007 844800 844805) (|ListMonoidOps| "free.spad" 837738 837766 840971 840976) (|LeftModule| "catdef.spad" 837514 837532 837728 837733) (|ListMultiDictionary| "lmdict.spad" 836856 836883 837121 837126) (|LeftLinearSet| "catdef.spad" 836552 836573 836846 836851) (|Literal| "syntax.spad" 836453 836469 836542 836547) (|ListFunctions3| "list.spad" 835752 835778 836443 836448) (|ListToMap| "list.spad" 832672 832691 835742 835747) (|ListFunctions2| "list.spad" 831362 831386 832662 832667) (|List| "list.spad" 829411 829423 830756 830761) (|LinearSet| "catdef.spad" 829183 829200 829401 829406) (|LinearForm| "vector.spad" 828660 828680 829173 829178) (|LinearlyExplicitRingOver| "catdef.spad" 827381 827413 828650 828655) (|LinearElement| "vector.spad" 826755 826778 827278 827283) (|LinearDependence| "lindep.spad" 825616 825642 826693 826698) (|LinearBasis| "vector.spad" 825243 825267 825606 825611) (|RationalFunctionLimitPackage| "sign.spad" 823164 823200 825233 825238) (|PowerSeriesLimitPackage| "limitps.spad" 822053 822087 823154 823159) (|LieAlgebra| "xlpoly.spad" 821555 821573 822043 822048) (|LieAlgebra&| "xlpoly.spad" 821017 821038 821508 821513) (|AssociatedLieAlgebra| "lie.spad" 819401 819431 820693 820698) (|Library| "files.spad" 818169 818182 818620 818625) (|LinGroebnerPackage| "lingrob.spad" 815510 815541 818159 818164) (|LiouvillianFunctionCategory| "trigcat.spad" 814544 814577 815500 815505) (|LiouvillianFunction| "liouv.spad" 813486 813515 814534 814539) (|LexTriangularPackage| "zerodim.spad" 809091 809124 813476 813481) (|LieExponentials| "xlpoly.spad" 807372 807412 809081 809086) (|LetAst| "syntax.spad" 807067 807079 807362 807367) (|LeadingCoefDetermination| "leadcdet.spad" 805451 805490 807057 807062) (|LazardSetSolvingPackage| "nsregset.spad" 804174 804217 805441 805446) (|LaurentPolynomial| "gpol.spad" 802698 802726 803613 803665) (|LaplaceTransform| "laplace.spad" 802271 802297 802688 802693) (|LeftAlgebra| "derham.spad" 802048 802067 802261 802266) (|LeftAlgebra&| "derham.spad" 801822 801844 802038 802043) (|LocalAlgebra| "fraction.spad" 801277 801301 801769 801774) (|ConvertibleFrom| "coerce.spad" 801007 801030 801267 801272) (|KleeneTrivalentLogic| "logic.spad" 800533 800559 800997 801002) (|CoercibleFrom| "coerce.spad" 800268 800289 800523 800528) (|Kovacic| "kovacic.spad" 798998 799016 800258 800263) (|ConvertibleTo| "coerce.spad" 798709 798730 798988 798993) (|CoercibleTo| "coerce.spad" 798437 798456 798699 798704) (|KernelFunctions2| "kl.spad" 798126 798152 798427 798432) (|Kernel| "kl.spad" 796784 796798 797917 797922) (|KeyedDictionary| "aggcat.spad" 795890 795925 796774 796779) (|KeyedDictionary&| "aggcat.spad" 794993 795031 795880 795885) (|KeyedAccessFile| "files.spad" 793918 793947 794166 794171) (|JVMOpcode| "java.spad" 793824 793839 793908 793913) (|JVMMethodAccess| "java.spad" 792865 792886 793814 793819) (|JVMFieldAccess| "java.spad" 792169 792189 792855 792860) (|JVMConstantTag| "java.spad" 790886 790906 792159 792164) (|JVMClassFileAccess| "java.spad" 790316 790340 790876 790881) (|JVMBytecode| "java.spad" 790218 790235 790306 790311) (|AssociatedJordanAlgebra| "lie.spad" 788412 788445 789894 789899) (|JoinAst| "syntax.spad" 788109 788122 788402 788407) (|IndexedAggregate| "aggcat.spad" 786228 786266 788099 788104) (|IndexedAggregate&| "aggcat.spad" 784109 784150 785983 785988) (|InfiniteTuple| "ituple.spad" 783390 783411 784099 784104) (|InnerTrigonometricManipulations| "efstruc.spad" 782212 782256 783380 783385) (|InfiniteTupleFunctions3| "ituple.spad" 781697 781732 782202 782207) (|InfiniteTupleFunctions2| "ituple.spad" 781420 781453 781687 781692) (|InternalTypeForm| "compiler.spad" 780761 780783 781410 781415) (|InnerTaylorSeries| "taylor.spad" 778727 778757 780612 780710) (|InnerSparseUnivariatePowerSeries| "sups.spad" 771349 771394 777916 778021) (|InnerPolySum| "sum.spad" 770840 770866 771339 771344) (|IsAst| "syntax.spad" 770556 770567 770830 770835) (|InternalRationalUnivariateRepresentationPackage| "zerodim.spad" 769228 769292 770546 770551) (|IrrRepSymNatPackage| "irsn.spad" 767215 767240 769218 769223) (|IntegrationResultRFToFunction| "irexpand.spad" 765665 765702 767155 767160) (|IrredPolyOverFiniteField| "ffx.spad" 765244 765277 765655 765660) (|IntegerRoots| "intfact.spad" 763573 763593 765234 765239) (|InternalRepresentationForm| "compiler.spad" 762873 762905 763563 763568) (|IntegrationResultToFunction| "irexpand.spad" 762066 762103 762863 762868) (|IntegrationResultFunctions2| "intaux.spad" 761073 761110 762056 762061) (|IntegrationResult| "intaux.spad" 758886 758911 760943 760948) (|InternalPrintPackage| "newdata.spad" 758628 758654 758876 758881) (|InnerPrimeField| "pf.spad" 758154 758179 758407 758487) (|InnerPAdicInteger| "padic.spad" 757925 757966 758097 758149) (|IP4Address| "net.spad" 757474 757490 757915 757920) (|IOMode| "files.spad" 756992 757004 757464 757469) (|InputOutputBinaryFile| "net.spad" 756358 756385 756982 756987) (|InputOutputByteConduit| "net.spad" 756203 756231 756348 756353) (|InverseLaplaceTransform| "laplace.spad" 755835 755868 756193 756198) (|TranscendentalIntegration| "intrf.spad" 749210 749246 755825 755830) (|IntegrationTools| "rdeef.spad" 746949 746975 748778 748783) (|IntegerSolveLinearPolynomialEquation| "integer.spad" 746243 746285 746939 746944) (|Interval| "interval.spad" 745812 745828 746166 746238) (|RationalFunctionIntegration| "intrf.spad" 744223 744258 745802 745807) (|IntegerRetractions| "retract.spad" 743639 743665 744213 744218) (|RationalIntegration| "intrf.spad" 742361 742391 743629 743634) (|PatternMatchIntegration| "intpm.spad" 740806 740839 742081 742086) (|PureAlgebraicIntegration| "intaf.spad" 738624 738660 740695 740700) (|TranscendentalHermiteIntegration| "intrf.spad" 737872 737915 738614 738619) (|AlgebraicHermiteIntegration| "intalg.spad" 737521 737566 737862 737867) (|IntegerNumberTheoryFunctions| "numtheor.spad" 733934 733968 737511 737516) (|GenusZeroIntegration| "intaf.spad" 727644 727676 733823 733828) (|IntegerFactorizationPackage| "intfact.spad" 726686 726721 727634 727639) (|ElementaryIntegration| "intef.spad" 725082 725113 726676 726681) (|IntegralDomain| "catdef.spad" 723800 723820 725025 725077) (|IntegralDomain&| "catdef.spad" 722562 722585 723790 723795) (|IntervalCategory| "interval.spad" 720824 720848 722485 722557) (|IntegerBits| "random.spad" 720322 720339 720814 720819) (|AlgebraicIntegrate| "intalg.spad" 719498 719537 720312 720317) (|AlgebraicIntegration| "intaf.spad" 718984 719014 719488 719493) (|InnerTable| "table.spad" 717889 717928 718060 718065) (|Int8| "data.spad" 717767 717777 717879 717884) (|Int64| "data.spad" 717643 717654 717757 717762) (|Int32| "data.spad" 717519 717530 717633 717638) (|Int16| "data.spad" 717395 717406 717509 717514) (|Integer| "integer.spad" 717065 717078 717260 717390) (|IntegerNumberSystem| "si.spad" 714532 714557 716948 717060) (|IntegerNumberSystem&| "si.spad" 712103 712131 714522 714527) (|InnerPolySign| "sign.spad" 711562 711586 712093 712098) (|InfiniteProductPrimeField| "infprod.spad" 710635 710677 711552 711557) (|InfiniteProductFiniteField| "infprod.spad" 709699 709747 710625 710630) (|InnerMultFact| "multfact.spad" 708663 708691 709689 709694) (|InnerModularGcd| "modgcd.spad" 708154 708197 708653 708658) (|InnerNumericFloatSolvePackage| "numsolve.spad" 706428 706473 708144 708149) (|InfiniteProductCharacteristicZero| "infprod.spad" 705477 705527 706418 706423) (|InputFormFunctions1| "mkfunc.spad" 705085 705112 705467 705472) (|InputForm| "mkfunc.spad" 702289 702304 705075 705080) (|Infinity| "complet.spad" 701835 701849 702279 702284) (|InetClientStreamSocket| "net.spad" 701792 701820 701825 701830) (|InnerNumericEigenPackage| "numeigen.spad" 700320 700360 701782 701787) (|IndexedExponents| "multpoly.spad" 699940 699971 700215 700220) (|IncrementingMaps| "seg.spad" 699363 699387 699930 699935) (|InputBinaryFile| "net.spad" 698446 698467 699353 699358) (|InnerNormalBasisFieldFunctions| "ffnb.spad" 694268 694307 698436 698441) (|InputByteConduit| "net.spad" 692520 692542 694258 694263) (|InputByteConduit&| "net.spad" 690769 690794 692510 692515) (|InAst| "syntax.spad" 690427 690438 690759 690764) (|ImportAst| "syntax.spad" 690128 690143 690417 690422) (|InnerMatrixQuotientFieldFunctions| "matfuns.spad" 689141 689216 690034 690039) (|InnerMatrixLinearAlgebraFunctions| "matfuns.spad" 687681 687736 689047 689052) (|InnerFiniteField| "ffp.spad" 687126 687156 687411 687491) (|IfAst| "syntax.spad" 686737 686748 687116 687121) (|IndexedFlexibleArray| "array1.spad" 684415 684448 686131 686136) (|InnerFreeAbelianMonoid| "free.spad" 684239 684276 684353 684358) (|InnerEvalable| "equation1.spad" 683641 683664 684229 684234) (|InnerEvalable&| "equation1.spad" 683040 683066 683631 683636) (|IndexedProductTerm| "indexedp.spad" 682580 682608 683030 683035) (|IndexedDirectProductOrderedAbelianMonoidSup| "indexedp.spad" 682218 682271 682493 682498) (|IndexedDirectProductOrderedAbelianMonoid| "indexedp.spad" 681823 681873 682131 682136) (|IndexedDirectProductObject| "indexedp.spad" 681214 681250 681736 681741) (|IndexedDirectProductCategory| "indexedp.spad" 680086 680124 681204 681209) (|IndexedDirectProductAbelianMonoid| "indexedp.spad" 679723 679766 679999 680004) (|IndexedDirectProductAbelianGroup| "indexedp.spad" 679363 679405 679636 679641) (|Identifier| "syntax.spad" 679007 679023 679353 679358) (|IdempotentOperatorCategory| "catdef.spad" 678758 678793 678894 679002) (|IdealDecompositionPackage| "idecomp.spad" 675974 676015 678748 678753) (|PolynomialIdeals| "ideal.spad" 670912 670961 675908 675913) (|InnerCommonDenominator| "cden.spad" 670105 670141 670902 670907) (|IndexCard| "alql.spad" 669491 669506 670095 670100) (|IntegralBasisPolynomialTools| "padiclib.spad" 668072 668115 669481 669486) (|IndexedBits| "boolean.spad" 667420 667442 667562 667567) (|IntegralBasisTools| "intclos.spad" 664393 664424 667410 667415) (|ChineseRemainderToolsForIntegralBases| "padiclib.spad" 662865 662915 664383 664388) (|InnerTwoDimensionalArray| "array2.spad" 662402 662446 662611 662616) (|IndexedOneDimensionalArray| "array1.spad" 661626 661665 661796 661801) (|InnerAlgebraicNumber| "constant.spad" 659985 660011 661452 661532) (|InnerAlgFactor| "algfact.spad" 659588 659629 659975 659980) (|HyperbolicFunctionCategory| "trigcat.spad" 658988 659020 659578 659583) (|HyperbolicFunctionCategory&| "trigcat.spad" 658385 658420 658978 658983) (|Hostname| "net.spad" 658195 658209 658375 658380) (|HomotopicTo| "coerce.spad" 657929 657948 658185 658190) (|HomogeneousAggregate| "aggcat.spad" 657611 657639 657919 657924) (|HomogeneousAggregate&| "aggcat.spad" 657075 657106 657386 657391) (|HexadecimalExpansion| "radix.spad" 655230 655256 655613 655693) (|HeuGcd| "listgcd.spad" 654317 654332 655220 655225) (|HyperellipticFiniteDivisor| "divisor.spad" 653903 653947 654307 654312) (|Heap| "bags.spad" 653432 653444 653649 653654) (|HeadAst| "syntax.spad" 652968 652981 653422 653427) (|HomogeneousDirectProduct| "gdirprod.spad" 649837 649875 650236 650241) (|HomogeneousDistributedMultivariatePolynomial| "gdpoly.spad" 647699 647756 648357 648531) (|HallBasis| "fnla.spad" 645967 645982 647689 647694) (|HashTable| "table.spad" 644825 644863 645043 645048) (|HasAst| "syntax.spad" 644537 644549 644815 644820) (|Pi| "expr.spad" 644041 644049 644452 644532) (|GeneralTriangularSet| "triset.spad" 642848 642882 643573 643578) (|GeneralSparseTable| "table.spad" 641734 641785 641924 641929) (|GeneralUnivariatePowerSeries| "gseries.spad" 639567 639620 640412 640562) (|Group| "catdef.spad" 638949 638960 639557 639562) (|Group&| "catdef.spad" 638328 638342 638939 638944) (|GroebnerSolve| "groebsol.spad" 636815 636843 638318 638323) (|GradedModule| "carten.spad" 635386 635408 636805 636810) (|GradedModule&| "carten.spad" 633954 633979 635376 635381) (|GraphImage| "view2D.spad" 627027 627043 633944 633949) (|GraphicsDefaults| "grdef.spad" 625392 625414 627017 627022) (|GrayCode| "perman.spad" 623857 623871 625382 625387) (|GradedAlgebra| "carten.spad" 622941 622964 623847 623852) (|GradedAlgebra&| "carten.spad" 622022 622048 622931 622936) (|GeneralPolynomialSet| "polset.spad" 621364 621405 621594 621599) (|GosperSummationMethod| "sum.spad" 620622 620659 621354 621359) (|GeneralModulePolynomial| "modmonom.spad" 619771 619819 620612 620617) (|GeneralHenselPackage| "ghensel.spad" 618836 618868 619761 619766) (|GenerateUnivariatePowerSeries| "genups.spad" 615102 615142 618826 618831) (|GenUFactorize| "genufact.spad" 614668 614689 615092 615097) (|GeneralPolynomialGcdPackage| "gpgcd.spad" 614245 614287 614658 614663) (|GeneralizedMultivariateFactorize| "allfact.spad" 613667 613716 614235 614240) (|GenExEuclid| "geneez.spad" 611617 611639 613657 613662) (|GeneralDistributedMultivariatePolynomial| "gdpoly.spad" 609325 609380 610137 610311) (|GenericNonAssociativeAlgebra| "generic.spad" 603275 603328 609172 609177) (|GcdDomain| "catdef.spad" 602477 602492 603218 603270) (|GcdDomain&| "catdef.spad" 601723 601741 602467 602472) (|GroebnerInternalPackage| "gbintern.spad" 597722 597781 601713 601718) (|GroebnerFactorizationPackage| "groebf.spad" 593479 593543 597712 597717) (|EuclideanGroebnerBasisPackage| "gbeuclid.spad" 591334 591399 593469 593474) (|GroebnerPackage| "gb.spad" 588844 588895 591287 591292) (|GaussianFactorizationPackage| "gaussfac.spad" 588131 588165 588834 588839) (|GaloisGroupUtilities| "galutil.spad" 586422 586450 588070 588075) (|GaloisGroupPolynomialUtilities| "galpolyu.spad" 584848 584889 586412 586417) (|GaloisGroupFactorizationUtilities| "galfactu.spad" 583034 583080 584838 584843) (|GaloisGroupFactorizer| "galfact.spad" 573228 573258 583024 583029) (|FunctionDescriptor| "domain.spad" 572890 572914 573218 573223) (|Functorial| "catdef.spad" 572493 572511 572880 572885) (|FunctionCalled| "variable.spad" 572330 572354 572483 572488) (|FortranType| "forttyp.spad" 570621 570638 572320 572325) (|FunctionSpaceUnivariatePolynomialFactor| "funcpkgs.spad" 569477 569529 570546 570551) (|FortranScalarType| "forttyp.spad" 567731 567754 569467 569472) (|FunctionSpaceReduce| "pfo.spad" 567198 567227 567721 567726) (|FunctionSpacePrimitiveElement| "primelt.spad" 566018 566057 567132 567137) (|FunctionalSpecialFunction| "combfunc.spad" 564090 564125 566008 566013) (|FunctionSpaceIntegration| "integrat.spad" 563732 563766 564080 564085) (|FourierSeries| "fourier.spad" 562934 562957 563574 563652) (|FunctionSpaceComplexIntegration| "integrat.spad" 562226 562267 562924 562929) (|FiniteSetAggregateFunctions2| "aggcat2.spad" 560935 560977 562216 562221) (|FiniteSetAggregate| "aggcat.spad" 560044 560070 560899 560930) (|FiniteSetAggregate&| "aggcat.spad" 559094 559123 559952 559957) (|FunctionSpaceToUnivariatePowerSeries| "fs2ups.spad" 553575 553643 559084 559089) (|FunctionSpaceToExponentialExpansion| "fs2expxp.spad" 552683 552739 553565 553570) (|FunctionSpaceFunctions2| "fspace.spad" 552317 552354 552673 552678) (|FunctionSpace| "fspace.spad" 546655 546676 552173 552312) (|FunctionSpace&| "fspace.spad" 540586 540610 546107 546112) (|FactoredFunctionUtilities| "fr.spad" 539517 539550 540576 540581) (|FramedNonAssociativeAlgebra| "naalgc.spad" 534817 534852 539507 539512) (|FramedNonAssociativeAlgebra&| "naalgc.spad" 530077 530115 534770 534775) (|FramedNonAssociativeAlgebraFunctions2| "naalg.spad" 529490 529543 530067 530072) (|FramedModule| "divisor.spad" 528881 528917 529408 529413) (|FractionalIdealFunctions2| "divisor.spad" 528462 528517 528871 528876) (|FractionalIdeal| "divisor.spad" 527688 527718 528452 528457) (|FullyRetractableTo| "retract.spad" 527191 527217 527678 527683) (|FullyRetractableTo&| "retract.spad" 526567 526596 527057 527062) (|FramedAlgebra| "algcat.spad" 524970 524994 526557 526562) (|FramedAlgebra&| "algcat.spad" 523370 523397 524960 524965) (|FractionFunctions2| "fraction.spad" 522959 522987 523360 523365) (|Fraction| "fraction.spad" 520756 520772 521149 521358) (|FactoredFunctions2| "fr.spad" 520076 520104 520746 520751) (|Factored| "fr.spad" 514075 514091 519038 519090) (|FloatingPointSystem| "sf.spad" 510902 510927 513970 514070) (|FloatingPointSystem&| "sf.spad" 507722 507750 510793 510798) (|FieldOfPrimeCharacteristic| "ffcat.spad" 506757 506789 507637 507717) (|FieldOfPrimeCharacteristic&| "ffcat.spad" 505864 505899 506747 506752) (|FullyPatternMatchable| "patmatch1.spad" 505607 505636 505854 505859) (|FullPartialFractionExpansion| "fparfrac.spad" 504427 504466 505597 505602) (|FindOrderFinite| "pfo.spad" 504109 504142 504417 504422) (|FreeNilpotentLie| "fnla.spad" 503541 503577 504099 504104) (|FileNameCategory| "fname.spad" 502122 502144 503531 503536) (|FileName| "fname.spad" 502008 502022 502112 502117) (|FreeMonoid| "free.spad" 501673 501691 501956 501961) (|FreeMonoidCategory| "free.spad" 498826 498852 501663 501668) (|FreeModuleCat| "xpoly.spad" 496673 496702 498816 498821) (|FreeMagma| "xlpoly.spad" 494652 494676 496663 496668) (|FreeModule1| "xpoly.spad" 494017 494038 494595 494600) (|FreeModule| "poly.spad" 493634 493654 493881 493886) (|FloatingRealPackage| "numsolve.spad" 491360 491391 493624 493629) (|FloatingComplexPackage| "numsolve.spad" 488779 488813 491350 491355) (|Float| "float.spad" 485843 485854 488621 488774) (|FullyLinearlyExplicitRingOver| "catdef.spad" 485538 485575 485833 485838) (|FullyLinearlyExplicitRingOver&| "catdef.spad" 485162 485202 485460 485465) (|FiniteLinearAggregateSort| "defaults.spad" 484465 484500 485152 485157) (|FreeLieAlgebra| "xlpoly.spad" 482437 482468 484455 484460) (|FiniteLinearAggregateFunctions2| "aggcat2.spad" 481125 481170 482427 482432) (|FiniteLinearAggregate| "aggcat.spad" 478182 478211 481115 481120) (|FiniteLinearAggregate&| "aggcat.spad" 475065 475097 478001 478006) (|FiniteRankAlgebra| "algcat.spad" 473169 473197 475055 475060) (|FiniteRankAlgebra&| "algcat.spad" 471126 471157 473015 473020) (|Finite| "catdef.spad" 470274 470286 471116 471121) (|Finite&| "catdef.spad" 469419 469434 470264 470269) (|FiniteAggregate| "aggcat.spad" 466131 466154 469409 469414) (|FiniteAggregate&| "aggcat.spad" 462799 462825 466080 466085) (|FiniteRankNonAssociativeAlgebra| "naalgc.spad" 452352 452391 462789 462794) (|FiniteRankNonAssociativeAlgebra&| "naalgc.spad" 441856 441898 452296 452301) (|FileCategory| "files.spad" 440380 440407 441846 441851) (|File| "files.spad" 439961 439973 440370 440375) (|Field| "catdef.spad" 439453 439464 439876 439956) (|Field&| "catdef.spad" 439017 439031 439443 439448) (|FreeGroup| "free.spad" 437683 437700 439007 439012) (|FGLMIfCanPackage| "zerodim.spad" 436464 436493 437673 437678) (|FiniteFieldExtension| "ffp.spad" 435864 435897 436215 436295) (|FiniteFieldSolveLinearPolynomialEquation| "ffcat.spad" 435341 435396 435854 435859) (|FiniteFieldPolynomialPackage2| "ffpoly2.spad" 434378 434418 435331 435336) (|FiniteFieldPolynomialPackage| "ffpoly.spad" 425694 425731 434368 434373) (|FiniteFieldExtensionByPolynomial| "ffp.spad" 425104 425154 425445 425525) (|FiniteFieldNormalBasisExtension| "ffnb.spad" 423630 423679 424855 424935) (|FiniteFieldNormalBasisExtensionByPolynomial| "ffnb.spad" 422145 422203 423381 423461) (|FiniteFieldNormalBasis| "ffnb.spad" 420644 420685 421880 421960) (|FunctionFieldIntegralBasis| "intclos.spad" 418138 418177 420634 420639) (|FiniteFieldCategory| "ffcat.spad" 415719 415744 418053 418133) (|FiniteFieldCategory&| "ffcat.spad" 413372 413400 415709 415714) (|FiniteFieldHomomorphisms| "ffhom.spad" 412122 412161 413362 413367) (|FiniteFieldFunctions| "fff.spad" 409547 409576 412112 412117) (|FiniteFieldCyclicGroupExtension| "ffcg.spad" 408408 408457 409298 409378) (|FiniteFieldCyclicGroupExtensionByPolynomial| "ffcg.spad" 407299 407360 408159 408239) (|FiniteFieldCyclicGroup| "ffcg.spad" 406125 406166 407034 407114) (|FunctionFieldCategoryFunctions2| "curve.spad" 405843 405912 406115 406120) (|FunctionFieldCategory| "curve.spad" 399006 399043 405695 405838) (|FunctionFieldCategory&| "curve.spad" 392227 392267 398919 398924) (|FiniteField| "ffp.spad" 391720 391745 391962 392042) (|FullyEvalableOver| "equation2.spad" 391542 391567 391710 391715) (|FullyEvalableOver&| "equation2.spad" 391156 391184 391327 391332) (|FiniteDivisorCategory| "divisor.spad" 389237 389276 391146 391151) (|FiniteDivisorCategory&| "divisor.spad" 387315 387357 389227 389232) (|FiniteDivisorFunctions2| "divisor.spad" 386950 387011 387305 387310) (|FiniteDivisor| "divisor.spad" 386401 386432 386940 386945) (|FunctorData| "domain.spad" 385400 385417 386391 386396) (|FourierComponent| "fourier.spad" 384765 384789 385390 385395) (|FiniteAlgebraicExtensionField| "ffcat.spad" 377790 377827 384680 384760) (|FiniteAlgebraicExtensionField&| "ffcat.spad" 370849 370889 377742 377747) (|FlexibleArray| "array1.spad" 369199 369220 370243 370248) (|FiniteAbelianMonoidRing| "polycat.spad" 367314 367347 369089 369194) (|FiniteAbelianMonoidRing&| "polycat.spad" 365388 365424 367166 367171) (|FreeAbelianMonoid| "free.spad" 365023 365048 365308 365313) (|FreeAbelianMonoidCategory| "free.spad" 363320 363355 365013 365018) (|FreeAbelianGroup| "free.spad" 362937 362961 363207 363212) (|FactoringUtilities| "facutil.spad" 361133 361166 362927 362932) (|FactoredFunctions| "manip.spad" 360320 360345 361123 361128) (|ExponentialOfUnivariatePuiseuxSeries| "expexpan.spad" 357665 357722 358998 359148) (|ExpressionTubePlot| "tube.spad" 354937 354961 357655 357660) (|ExpressionSpaceODESolver| "exprode.spad" 352087 352121 354927 354932) (|ExpressionToUnivariatePowerSeries| "expr2ups.spad" 348178 348222 352077 352082) (|ExpressionFunctions2| "expr.spad" 347865 347895 348168 348173) (|Expression| "expr.spad" 345573 345591 346295 346434) (|ExponentialExpansion| "expexpan.spad" 343205 343248 343855 343935) (|ExitAst| "syntax.spad" 342936 342949 343195 343200) (|Exit| "void.spad" 342605 342615 342926 342931) (|EvaluateCycleIndicators| "cycles.spad" 342048 342079 342595 342600) (|Evalable| "equation1.spad" 341622 341638 342038 342043) (|Evalable&| "equation1.spad" 341193 341212 341612 341617) (|EuclideanDomain| "catdef.spad" 338787 338808 341136 341188) (|EuclideanDomain&| "catdef.spad" 336425 336449 338777 338782) (|ExpressionSpaceFunctions2| "fspace.spad" 335919 335954 336415 336420) (|ExpressionSpaceFunctions1| "fspace.spad" 335470 335505 335909 335914) (|ExpressionSpace| "fspace.spad" 328328 328349 335460 335465) (|ExpressionSpace&| "fspace.spad" 321088 321112 328223 328228) (|ErrorFunctions| "error.spad" 318403 318423 321078 321083) (|EqTable| "table.spad" 317265 317292 317479 317484) (|EquationFunctions2| "equation2.spad" 316967 316995 317255 317260) (|Equation| "equation2.spad" 313334 313350 315998 316003) (|EigenPackage| "eigen.spad" 309650 309670 313324 313329) (|Environment| "any.spad" 308319 308336 309640 309645) (|EntireRing| "catdef.spad" 308004 308020 308288 308314) (|EntireRing&| "catdef.spad" 307707 307726 307994 307999) (|EuclideanModularRing| "modring.spad" 307114 307181 307650 307702) (|EltableAggregate| "aggcat.spad" 305354 305387 307104 307109) (|EltableAggregate&| "aggcat.spad" 303507 303543 305260 305265) (|Eltable| "aggcat.spad" 302977 302995 303497 303502) (|EllipticFunctionsUnivariateTaylorSeries| "elfuts.spad" 302375 302431 302967 302972) (|ElementaryFunctionCategory| "trigcat.spad" 302040 302072 302365 302370) (|ElementaryFunctionCategory&| "trigcat.spad" 301702 301737 302030 302035) (|ExtensibleLinearAggregate| "aggcat.spad" 299660 299693 301692 301697) (|ExtensibleLinearAggregate&| "aggcat.spad" 297530 297566 299565 299570) (|Elaboration| "compiler.spad" 296867 296884 297520 297525) (|ElaboratedExpression| "syntax.spad" 295781 295807 296857 296862) (|ElementaryFunctionsUnivariatePuiseuxSeries| "efupxs.spad" 292514 292584 295734 295739) (|ElementaryFunctionsUnivariateLaurentSeries| "efuls.spad" 289307 289370 292467 292472) (|ElementaryFunctionStructurePackage| "efstruc.spad" 287294 287338 289297 289302) (|ElementaryFunction| "elemntry.spad" 282058 282086 287284 287289) (|ExtAlgBasis| "derham.spad" 280349 280366 282048 282053) (|DifferentialVariableCategory| "dpolcat.spad" 277329 277365 280339 280344) (|DifferentialVariableCategory&| "dpolcat.spad" 274306 274345 277319 277324) (|DifferentialSparseMultivariatePolynomial| "dpolcat.spad" 272272 272324 272615 272789) (|DifferentialSpaceExtension| "catdef.spad" 271550 271584 272262 272267) (|DifferentialSpaceExtension&| "catdef.spad" 270707 270744 271422 271427) (|DrawOptionFunctions1| "drawopt.spad" 270354 270382 270697 270702) (|DrawOptionFunctions0| "drawopt.spad" 265201 265227 270344 270349) (|DrawOption| "drawopt.spad" 259152 259168 265191 265196) (|TopLevelDrawFunctionsForPoints| "draw.spad" 257297 257333 259142 259147) (|DrawNumericHack| "numeric.spad" 256592 256615 257287 257292) (|DrawComplex| "drawpak.spad" 254061 254078 256582 256587) (|TopLevelDrawFunctionsForAlgebraicCurves| "draw.spad" 253571 253623 254051 254056) (|TopLevelDrawFunctionsForCompiledFunctions| "draw.spad" 243064 243111 253561 253566) (|TopLevelDrawFunctions| "draw.spad" 235921 235953 243054 243059) (|DequeueAggregate| "aggcat.spad" 234107 234131 235911 235916) (|DifferentialPolynomialCategory| "dpolcat.spad" 229389 229433 233928 234102) (|DifferentialPolynomialCategory&| "dpolcat.spad" 224789 224836 229331 229336) (|DirectProductModule| "lodop.spad" 222352 222385 222507 222512) (|DirectProductMatrixModule| "lodop.spad" 219922 219963 220070 220075) (|DomainTemplate| "domain.spad" 219681 219701 219912 219917) (|DomainConstructor| "domain.spad" 219421 219444 219671 219676) (|Domain| "domain.spad" 218528 218540 219411 219416) (|DistributedMultivariatePolynomial| "gdpoly.spad" 216447 216493 217048 217222) (|DifferentialModuleExtension| "catdef.spad" 216311 216346 216437 216442) (|DiscreteLogarithmPackage| "ffcat.spad" 215649 215681 216301 216306) (|DataList| "alql.spad" 214433 214449 215043 215048) (|DoublyLinkedAggregate| "aggcat.spad" 212831 212860 214423 214428) (|DivisionRing| "catdef.spad" 212388 212406 212800 212826) (|DivisionRing&| "catdef.spad" 211963 211984 212378 212383) (|DisplayPackage| "out.spad" 210141 210161 211953 211958) (|DirectProductFunctions2| "vector.spad" 208938 208977 210131 210136) (|DirectProduct| "vector.spad" 205555 205582 206206 206211) (|DirectProductCategory| "vector.spad" 204911 204946 205545 205550) (|DirectProductCategory&| "vector.spad" 203712 203750 204349 204354) (|DiophantineSolutionPackage| "solvedio.spad" 202513 202545 203702 203707) (|DictionaryOperations| "aggcat.spad" 201501 201529 202503 202508) (|DictionaryOperations&| "aggcat.spad" 200412 200443 201417 201422) (|Dioid| "catdef.spad" 200267 200278 200402 200407) (|DifferentialRing| "catdef.spad" 200101 200123 200257 200262) (|DifferentialSpace| "catdef.spad" 199665 199688 200091 200096) (|DifferentialSpace&| "catdef.spad" 199226 199252 199655 199660) (|DifferentialModule| "catdef.spad" 198721 198747 199216 199221) (|DifferentialDomain| "catdef.spad" 197870 197897 198711 198716) (|DifferentialDomain&| "catdef.spad" 197016 197046 197860 197865) (|DifferentialExtension| "catdef.spad" 196826 196855 197006 197011) (|Dictionary| "aggcat.spad" 196458 196476 196816 196821) (|Dictionary&| "aggcat.spad" 196087 196108 196448 196453) (|DenavitHartenbergMatrix| "dhmatrix.spad" 194481 194512 195647 195652) (|DoubleFloatSpecialFunctions| "special.spad" 188096 188129 194471 194476) (|DoubleFloat| "sf.spad" 184699 184716 187991 188091) (|DefiniteIntegrationTools| "defintrf.spad" 182912 182946 184689 184694) (|DeRhamComplex| "derham.spad" 180998 181041 182902 182907) (|Dequeue| "bags.spad" 180456 180471 180744 180749) (|DegreeReductionPackage| "degred.spad" 180053 180087 180446 180451) (|RationalFunctionDefiniteIntegration| "defintrf.spad" 177602 177645 180043 180048) (|ElementaryFunctionDefiniteIntegration| "defintef.spad" 176109 176156 177592 177597) (|DefinitionAst| "syntax.spad" 175482 175501 176099 176104) (|DecimalExpansion| "radix.spad" 173645 173667 174020 174100) (|DistinctDegreeFactorize| "ddfact.spad" 171449 171483 173635 173640) (|DoubleResultantPackage| "intalg.spad" 171033 171073 171439 171444) (|DualBasis| "vector.spad" 170652 170674 171023 171028) (|Database| "alql.spad" 169310 169326 170642 170647) (|DataArray| "data.spad" 168789 168809 169300 169305) (|CyclotomicPolynomialPackage| "cyclotom.spad" 168270 168303 168779 168784) (|CycleIndicators| "cycles.spad" 165040 165061 168260 168265) (|CoerceVectorMatrixPackage| "generic.spad" 164434 164467 165030 165035) (|ComplexTrigonometricManipulations| "efstruc.spad" 162907 162950 164424 164429) (|ConstructorKind| "domain.spad" 162497 162518 162897 162902) (|ConstructorCategory| "domain.spad" 161721 161746 162487 162492) (|ConstructorCategory&| "domain.spad" 160942 160970 161711 161716) (|ConstructorCall| "domain.spad" 160518 160541 160932 160937) (|Constructor| "domain.spad" 160200 160217 160508 160513) (|CyclicStreamTools| "stream.spad" 159430 159458 160190 160195) (|ComplexRootFindingPackage| "crfp.spad" 153179 153215 159420 159425) (|CoerceAst| "syntax.spad" 152892 152907 153169 153174) (|CRApackage| "cra.spad" 151951 151969 152882 152887) (|ComplexPatternMatch| "gaussian.spad" 151413 151445 151851 151856) (|CharacteristicPolynomialInMonogenicalAlgebra| "algcat.spad" 151076 151137 151403 151408) (|CoordinateSystems| "coordsys.spad" 146070 146095 151066 151071) (|Contour| "any.spad" 145492 145505 146060 146065) (|ContinuedFraction| "contfrac.spad" 141240 141265 145407 145487) (|Conduit| "net.spad" 140993 141006 141230 141235) (|CommutativeRing| "catdef.spad" 140682 140703 140959 140988) (|SubSpaceComponentProperty| "newpoint.spad" 140177 140208 140672 140677) (|ComplexPattern| "gaussian.spad" 139932 139959 140167 140172) (|ComplexFunctions2| "gaussian.spad" 139632 139659 139922 139927) (|Complex| "gaussian.spad" 136844 136859 137093 137467) (|CompilerPackage| "compiler.spad" 136380 136401 136834 136839) (|ComplexFactorization| "gaussian.spad" 135964 135996 136370 136375) (|ComplexCategory| "gaussian.spad" 133910 133933 135585 135959) (|ComplexCategory&| "gaussian.spad" 131487 131513 133165 133170) (|CommutativeOperatorCategory| "catdef.spad" 131209 131245 131347 131482) (|CommutativeOperation| "catdef.spad" 130781 130810 131069 131204) (|CommuteUnivariatePolynomialCategory| "polycat.spad" 130496 130547 130771 130776) (|CommonOperators| "op.spad" 130016 130037 130486 130491) (|CommaAst| "syntax.spad" 129773 129787 130006 130011) (|Commutator| "fnla.spad" 129576 129592 129763 129768) (|CombinatorialOpsCategory| "combfunc.spad" 128477 128507 129566 129571) (|IntegerCombinatoricFunctions| "combinat.spad" 127218 127254 128467 128472) (|CombinatorialFunction| "combfunc.spad" 124625 124656 127208 127213) (|Color| "color.spad" 123459 123470 124615 124620) (|ColonAst| "syntax.spad" 123119 123133 123449 123454) (|ComplexRootPackage| "cmplxrt.spad" 122814 122847 123109 123114) (|CollectAst| "syntax.spad" 122468 122484 122804 122809) (|TwoDimensionalPlotClipping| "clip.spad" 118552 118584 122458 122463) (|CliffordAlgebra| "clifford.spad" 117379 117408 118542 118547) (|Collection| "aggcat.spad" 115577 115595 117369 117374) (|Collection&| "aggcat.spad" 113594 113615 115389 115394) (|ComplexIntegerSolveLinearPolynomialEquation| "gaussian.spad" 112908 112962 113584 113589) (|ChangeOfVariable| "curve.spad" 111036 111068 112898 112903) (|CharacteristicZero| "catdef.spad" 110945 110969 111026 111031) (|CharacteristicPolynomialPackage| "eigen.spad" 110442 110481 110935 110940) (|CharacteristicNonZero| "catdef.spad" 110195 110222 110432 110437) (|Character| "string.spad" 107556 107571 110185 110190) (|CombinatorialFunctionCategory| "trigcat.spad" 106857 106892 107546 107551) (|CommonDenominator| "cden.spad" 106062 106091 106847 106852) (|CharacterClass| "string.spad" 104294 104314 105568 105599) (|Category| "domain.spad" 103362 103376 104284 104289) (|CategoryConstructor| "domain.spad" 103236 103261 103352 103357) (|CategoryAst| "syntax.spad" 102853 102870 103226 103231) (|CaseAst| "syntax.spad" 102562 102575 102843 102848) (|CartesianTensorFunctions2| "carten.spad" 101929 101979 102552 102557) (|CartesianTensor| "carten.spad" 97668 97705 101919 101924) (|CardinalNumber| "card.spad" 94943 94963 97634 97663) (|CapsuleAst| "syntax.spad" 94717 94733 94933 94938) (|CachableSet| "kl.spad" 94332 94349 94707 94712) (|CancellationAbelianMonoid| "catdef.spad" 93868 93899 94322 94327) (|ByteOrder| "data.spad" 93536 93551 93858 93863) (|ByteBuffer| "data.spad" 91756 91772 92970 92975) (|Byte| "data.spad" 91229 91239 91746 91751) (|BinaryTree| "tree.spad" 90362 90380 90904 90909) (|BinaryTournament| "tree.spad" 89421 89445 90037 90042) (|BinaryTreeCategory| "tree.spad" 88984 89010 89411 89416) (|BinaryTreeCategory&| "tree.spad" 88544 88573 88974 88979) (|BitAggregate| "aggcat.spad" 88022 88040 88534 88539) (|BitAggregate&| "aggcat.spad" 87497 87518 88012 88017) (|BinarySearchTree| "tree.spad" 86292 86316 87172 87177) (|BrillhartTests| "brill.spad" 84485 84508 86282 86287) (|BinaryRecursiveAggregate| "aggcat.spad" 83419 83451 84475 84480) (|BinaryRecursiveAggregate&| "aggcat.spad" 82266 82301 83325 83330) (|BalancedPAdicRational| "padic.spad" 80412 80443 80678 80758) (|BalancedPAdicInteger| "padic.spad" 80083 80113 80355 80407) (|BoundIntegerRoots| "oderf.spad" 79728 79756 80073 80078) (|BasicOperatorFunctions1| "op.spad" 77165 77196 79718 79723) (|BasicOperator| "op.spad" 72296 72315 77155 77160) (|Boolean| "boolean.spad" 71839 71852 72286 72291) (|BooleanLogic| "logic.spad" 71479 71497 71829 71834) (|BooleanLogic&| "logic.spad" 71116 71137 71469 71474) (|BiModule| "catdef.spad" 70949 70967 71106 71111) (|Bits| "boolean.spad" 70222 70232 70439 70444) (|BinaryOperatorCategory| "catdef.spad" 70084 70115 70212 70217) (|BinaryOperation| "catdef.spad" 69821 69845 70074 70079) (|Binding| "any.spad" 69237 69250 69811 69816) (|BinaryExpansion| "radix.spad" 67406 67427 67775 67855) (|BagAggregate| "aggcat.spad" 66725 66745 67396 67401) (|BagAggregate&| "aggcat.spad" 66041 66064 66715 66720) (|BezoutMatrix| "bezout.spad" 65163 65200 65983 65988) (|BalancedBinaryTree| "tree.spad" 62092 62118 64838 64843) (|BasicType| "catdef.spad" 61584 61599 62082 62087) (|BasicType&| "catdef.spad" 61073 61091 61574 61579) (|BalancedFactorisation| "oderf.spad" 60513 60545 61063 61068) (|Automorphism| "ore.spad" 59963 59983 60503 60508) (|AttributeRegistry| "attreg.spad" 58271 58294 59774 59958) (|AttributeAst| "syntax.spad" 57977 57995 58261 58266) (|ArcTrigonometricFunctionCategory| "trigcat.spad" 57416 57454 57967 57972) (|ArcTrigonometricFunctionCategory&| "trigcat.spad" 56852 56893 57406 57411) (|AbstractSyntaxCategory| "syntax.spad" 56735 56763 56842 56847) (|AbstractSyntaxCategory&| "syntax.spad" 56615 56646 56725 56730) (|ArrayStack| "bags.spad" 56084 56102 56361 56366) (|AssociatedEquations| "lodof.spad" 54897 54926 56037 56042) (|TwoDimensionalArray| "array2.spad" 54476 54503 54643 54648) (|OneDimensionalArrayFunctions2| "array1.spad" 53161 53200 54466 54471) (|OneDimensionalArray| "array1.spad" 52191 52218 52555 52560) (|TwoDimensionalArrayCategory| "array2.spad" 48474 48521 52181 52186) (|TwoDimensionalArrayCategory&| "array2.spad" 44754 44804 48464 48469) (|Arity| "term.spad" 44122 44133 44744 44749) (|ApplyRules| "rule.spad" 43401 43428 44112 44117) (|ApplyUnivariateSkewPolynomial| "ore.spad" 42992 43033 43391 43396) (|AnyFunctions1| "any.spad" 42051 42072 42982 42987) (|Any| "any.spad" 40900 40909 42041 42046) (|AntiSymm| "derham.spad" 39476 39499 40890 40895) (|AnonymousFunction| "variable.spad" 39169 39192 39466 39471) (|AlgebraicNumber| "constant.spad" 37618 37639 38995 39075) (|AbelianMonoidRing| "polycat.spad" 35924 35951 37508 37613) (|AbelianMonoidRing&| "polycat.spad" 34020 34050 35607 35612) (|AssociationList| "list.spad" 32544 32579 32908 32913) (|AlgebraGivenByStructuralConstants| "naalg.spad" 31680 31738 32449 32454) (|AlgebraPackage| "naalg.spad" 27437 27461 31623 31628) (|AlgebraicMultFact| "multfact.spad" 26614 26644 27427 27432) (|AlgebraicManipulations| "manip.spad" 24064 24096 26424 26429) (|AlgebraicFunctionField| "curve.spad" 22804 22852 23042 23174) (|AlgFactor| "algfact.spad" 21915 21933 22794 22799) (|Algebra| "catdef.spad" 21776 21791 21905 21910) (|Algebra&| "catdef.spad" 21634 21652 21766 21771) (|AssociationListAggregate| "aggcat.spad" 21149 21193 21624 21629) (|ArcHyperbolicFunctionCategory| "trigcat.spad" 20502 20537 21139 21144) (|Aggregate| "aggcat.spad" 19401 19416 20492 20497) (|Aggregate&| "aggcat.spad" 18297 18315 19391 19396) (|AlgebraicFunction| "algfunc.spad" 16714 16741 18230 18235) (|AddAst| "syntax.spad" 16395 16407 16704 16709) (|PlaneAlgebraicCurvePlot| "acplot.spad" 15250 15279 16385 16390) (|AlgebraicallyClosedFunctionSpace| "algfunc.spad" 13089 13129 15165 15245) (|AlgebraicallyClosedFunctionSpace&| "algfunc.spad" 11000 11043 13079 13084) (|AlgebraicallyClosedField| "algfunc.spad" 7744 7774 10915 10995) (|AlgebraicallyClosedField&| "algfunc.spad" 4560 4593 7734 7739) (|AbelianSemiGroup| "catdef.spad" 4086 4108 4550 4555) (|AbelianSemiGroup&| "catdef.spad" 3609 3634 4076 4081) (|AbelianMonoid| "catdef.spad" 3025 3044 3599 3604) (|AbelianMonoid&| "catdef.spad" 2438 2460 3015 3020) (|AbelianGroup| "catdef.spad" 2092 2110 2428 2433) (|AbelianGroup&| "catdef.spad" 1743 1764 2082 2087) (|OneDimensionalArrayAggregate| "aggcat.spad" 888 924 1733 1738) (|OneDimensionalArrayAggregate&| "aggcat.spad" 30 69 878 883)) \ No newline at end of file
+((|Union| NIL 1891933 1891938 1891943 1891948) (|Record| NIL 1891913 1891918 1891923 1891928) (|Mapping| NIL 1891893 1891898 1891903 1891908) (|Enumeration| NIL 1891873 1891878 1891883 1891888) (|IntegerMod| "fmod.spad" 1891703 1891723 1891839 1891868) (|IntegerLinearDependence| "lindep.spad" 1890781 1890812 1891693 1891698) (|ZeroDimensionalSolvePackage| "zerodim.spad" 1880718 1880764 1890771 1890776) (|ParadoxicalCombinatorsForStreams| "ystream.spad" 1880184 1880224 1880708 1880713) (|YoungDiagram| "/Users/gdr/build/oa/src/algebra/YDIAGRAM.spad" 1879809 1879827 1880174 1880179) (|XRecursivePolynomial| "xpoly.spad" 1878995 1879032 1879648 1879710) (|XPolynomialRing| "xpoly.spad" 1876872 1876897 1878674 1878805) (|XPolynomialsCat| "xpoly.spad" 1876186 1876214 1876805 1876867) (|XPolynomial| "xpoly.spad" 1875716 1875735 1876025 1876087) (|XPBWPolynomial| "xlpoly.spad" 1874396 1874427 1875490 1875552) (|XFreeAlgebra| "xpoly.spad" 1871575 1871600 1874329 1874391) (|ExtensionField| "ffcat.spad" 1870044 1870066 1871490 1871570) (|ExtensionField&| "ffcat.spad" 1868440 1868465 1869889 1869894) (|XExponentialPackage| "xlpoly.spad" 1867683 1867725 1868430 1868435) (|XDistributedPolynomial| "xpoly.spad" 1867261 1867296 1867522 1867584) (|XAlgebra| "xpoly.spad" 1866958 1866974 1867251 1867256) (|WuWenTsunTriangularSet| "triset.spad" 1862840 1862876 1866490 1866495) (|WeightedPolynomials| "wtpol.spad" 1862077 1862137 1862744 1862749) (|WhileAst| "syntax.spad" 1861870 1861884 1862067 1862072) (|WhereAst| "syntax.spad" 1861536 1861550 1861860 1861865) (|WildFunctionFieldIntegralBasis| "intclos.spad" 1859176 1859221 1861526 1861531) (|WeierstrassPreparation| "weier.spad" 1857379 1857409 1859166 1859171) (|VectorSpace| "catdef.spad" 1857066 1857085 1857369 1857374) (|VectorSpace&| "catdef.spad" 1856750 1856772 1857056 1857061) (|Void| "void.spad" 1856426 1856436 1856740 1856745) (|ViewDefaultsPackage| "viewDef.spad" 1851611 1851636 1856416 1856421) (|ThreeDimensionalViewport| "view3D.spad" 1835551 1835581 1851601 1851606) (|TwoDimensionalViewport| "view2D.spad" 1823644 1823672 1835541 1835546) (|ViewportPackage| "viewpack.spad" 1821352 1821373 1823634 1823639) (|VectorFunctions2| "vector.spad" 1819978 1820004 1821342 1821347) (|Vector| "vector.spad" 1818833 1818847 1819087 1819092) (|VectorCategory| "vector.spad" 1816756 1816778 1818823 1818828) (|VectorCategory&| "vector.spad" 1814408 1814433 1816478 1816483) (|Variable| "variable.spad" 1814250 1814270 1814398 1814403) (|UnionType| "coerce.spad" 1813888 1813903 1814240 1814245) (|UTSodetools| "oderf.spad" 1813167 1813195 1813832 1813837) (|UnivariateTaylorSeriesODESolver| "utsode.spad" 1811355 1811403 1813157 1813162) (|UnivariateTaylorSeriesCategory| "pscat.spad" 1808799 1808842 1811245 1811350) (|UnivariateTaylorSeriesCategory&| "pscat.spad" 1805836 1805882 1808285 1808290) (|UnivariateTaylorSeriesFunctions2| "taylor.spad" 1805402 1805466 1805826 1805831) (|UnivariateTaylorSeries| "taylor.spad" 1800632 1800679 1804171 1804276) (|UnaryRecursiveAggregate| "aggcat.spad" 1795333 1795364 1800622 1800627) (|UnaryRecursiveAggregate&| "aggcat.spad" 1789947 1789981 1795239 1795244) (|UnivariatePuiseuxSeriesWithExponentialSingularity| "expexpan.spad" 1787805 1787877 1789287 1789432) (|UnivariatePuiseuxSeriesConstructor| "puiseux.spad" 1786079 1786130 1786483 1786633) (|UnivariatePuiseuxSeriesConstructorCategory| "puiseux.spad" 1784610 1784669 1785924 1786074) (|UnivariatePuiseuxSeriesConstructorCategory&| "puiseux.spad" 1783283 1783345 1784600 1784605) (|UnivariatePuiseuxSeriesCategory| "pscat.spad" 1781843 1781887 1783128 1783278) (|UnivariatePuiseuxSeriesFunctions2| "puiseux.spad" 1781356 1781439 1781833 1781838) (|UnivariatePuiseuxSeries| "puiseux.spad" 1779178 1779226 1780034 1780184) (|UnivariatePolynomialSquareFree| "poly.spad" 1777566 1777607 1779168 1779173) (|UnivariatePowerSeriesCategory| "pscat.spad" 1775327 1775377 1777456 1777561) (|UnivariatePowerSeriesCategory&| "pscat.spad" 1772833 1772886 1774965 1774970) (|UnivariatePolynomialCategoryFunctions2| "polycat.spad" 1772269 1772323 1772823 1772828) (|UnivariatePolynomialCategory| "polycat.spad" 1767260 1767296 1772047 1772264) (|UnivariatePolynomialCategory&| "polycat.spad" 1762172 1762211 1766962 1766967) (|UnivariatePolynomialMultiplicationPackage| "poly.spad" 1761066 1761117 1762162 1762167) (|UnivariatePolynomialDivisionPackage| "updivp.spad" 1760599 1760645 1761056 1761061) (|UnivariatePolynomialDecompositionPackage| "updecomp.spad" 1758823 1758874 1760589 1760594) (|UnivariatePolynomialCommonDenominator| "cden.spad" 1758006 1758056 1758813 1758818) (|UnivariatePolynomialFunctions2| "poly.spad" 1757343 1757391 1757996 1758001) (|UnivariatePolynomial| "poly.spad" 1755117 1755149 1755521 1755738) (|UniversalSegmentFunctions2| "seg.spad" 1754582 1754618 1755064 1755069) (|UniversalSegment| "seg.spad" 1753905 1753929 1754484 1754489) (|UnivariateFactorize| "unifact.spad" 1752992 1753020 1753895 1753900) (|UnivariateLaurentSeriesConstructor| "laurent.spad" 1749509 1749560 1749910 1750060) (|UnivariateLaurentSeriesConstructorCategory| "laurent.spad" 1747206 1747265 1749354 1749504) (|UnivariateLaurentSeriesConstructorCategory&| "laurent.spad" 1745008 1745070 1747159 1747164) (|UnivariateLaurentSeriesCategory| "pscat.spad" 1743219 1743263 1744853 1745003) (|UnivariateLaurentSeriesFunctions2| "laurent.spad" 1742703 1742786 1743209 1743214) (|UnivariateLaurentSeries| "laurent.spad" 1738363 1738411 1739328 1739672) (|UInt8| "data.spad" 1738238 1738249 1738353 1738358) (|UInt64| "data.spad" 1738111 1738123 1738228 1738233) (|UInt32| "data.spad" 1737984 1737996 1738101 1738106) (|UInt16| "data.spad" 1737857 1737869 1737974 1737979) (|UniqueFactorizationDomain| "catdef.spad" 1736917 1736948 1737800 1737852) (|UniqueFactorizationDomain&| "catdef.spad" 1736021 1736055 1736907 1736912) (|UserDefinedVariableOrdering| "setorder.spad" 1734878 1734911 1736011 1736016) (|UserDefinedPartialOrdering| "setorder.spad" 1732428 1732462 1734826 1734831) (|TypeAst| "syntax.spad" 1732343 1732356 1732418 1732423) (|Type| "coerce.spad" 1732274 1732284 1732333 1732338) (|TwoFactorize| "twofact.spad" 1730921 1730941 1732264 1732269) (|Tuple| "array1.spad" 1730401 1730414 1730808 1730813) (|TubePlotTools| "tube.spad" 1727258 1727277 1730391 1730396) (|TubePlot| "tube.spad" 1725900 1725922 1727248 1727253) (|TriangularSetCategory| "triset.spad" 1713975 1714010 1725890 1725895) (|TriangularSetCategory&| "triset.spad" 1702009 1702047 1713927 1713932) (|TaylorSeries| "mts.spad" 1700598 1700623 1701573 1701678) (|TranscendentalManipulations| "manip.spad" 1695017 1695054 1700361 1700366) (|TriangularMatrixOperations| "intclos.spad" 1693957 1694005 1695007 1695012) (|TrigonometricManipulations| "efstruc.spad" 1692465 1692501 1693947 1693952) (|TrigonometricFunctionCategory| "trigcat.spad" 1691951 1691986 1692455 1692460) (|TrigonometricFunctionCategory&| "trigcat.spad" 1691434 1691472 1691941 1691946) (|Tree| "tree.spad" 1690076 1690088 1691109 1691114) (|TranscendentalFunctionCategory| "trigcat.spad" 1689888 1689924 1690066 1690071) (|TranscendentalFunctionCategory&| "trigcat.spad" 1689697 1689736 1689878 1689883) (|TopLevelThreeSpace| "space.spad" 1689356 1689380 1689687 1689692) (|ToolsForSign| "sign.spad" 1689010 1689030 1689346 1689351) (|TextFile| "files.spad" 1687566 1687580 1689000 1689005) (|TexFormat1| "tex.spad" 1687115 1687133 1687556 1687561) (|TexFormat| "tex.spad" 1684303 1684318 1687105 1687110) (|TabulatedComputationPackage| "newdata.spad" 1682380 1682427 1684293 1684298) (|TableAggregate| "aggcat.spad" 1681634 1681668 1682370 1682375) (|TableAggregate&| "aggcat.spad" 1680885 1680922 1681624 1681629) (|TangentExpansions| "efstruc.spad" 1680279 1680304 1680875 1680880) (|TermAlgebraOperator| "term.spad" 1679987 1680014 1680269 1680274) (|Tableau| "tableau.spad" 1679564 1679579 1679977 1679982) (|Table| "table.spad" 1678368 1678393 1678640 1678645) (|TableauxBumpers| "tableau.spad" 1675135 1675158 1678358 1678363) (|System| "/Users/gdr/build/oa/src/algebra/SYSTEM.spad" 1674360 1674372 1675125 1675130) (|SystemSolvePackage| "syssolp.spad" 1671828 1671854 1674350 1674355) (|SystemPointer| "data.spad" 1671717 1671736 1671818 1671823) (|SystemNonNegativeInteger| "data.spad" 1670919 1670951 1671707 1671712) (|SystemInteger| "data.spad" 1670313 1670334 1670909 1670914) (|Syntax| "syntax.spad" 1666644 1666656 1670303 1670308) (|SymbolTable| "forttyp.spad" 1664812 1664829 1666634 1666639) (|TheSymbolTable| "forttyp.spad" 1660830 1660850 1664802 1664807) (|SymmetricPolynomial| "prtition.spad" 1659927 1659954 1660025 1660199) (|SymmetricFunctions| "efstruc.spad" 1659413 1659439 1659917 1659922) (|Symbol| "symbol.spad" 1656905 1656917 1659403 1659408) (|SparseUnivariateTaylorSeries| "suts.spad" 1654230 1654283 1655674 1655779) (|SparseUnivariatePuiseuxSeries| "supxs.spad" 1652033 1652087 1652908 1653058) (|SupFractionFactorizer| "allfact.spad" 1651120 1651156 1652023 1652028) (|SparseUnivariatePolynomialFunctions2| "poly.spad" 1650479 1650525 1651110 1651115) (|SparseUnivariatePolynomial| "poly.spad" 1647861 1647895 1648657 1648874) (|RationalFunctionSum| "sum.spad" 1646819 1646846 1647851 1647856) (|FunctionSpaceSum| "combfunc.spad" 1646439 1646465 1646809 1646814) (|SparseUnivariateLaurentSeries| "suls.spad" 1642062 1642116 1643046 1643396) (|SuchThatAst| "syntax.spad" 1641823 1641840 1642052 1642057) (|SuchThat| "suchthat.spad" 1641508 1641528 1641813 1641818) (|SubSpace| "newpoint.spad" 1633634 1633654 1641498 1641503) (|SubResultantPackage| "intrf.spad" 1632775 1632805 1633577 1633582) (|StreamTranscendentalFunctionsNonCommutative| "sttf.spad" 1629203 1629259 1632765 1632770) (|StreamTranscendentalFunctions| "sttf.spad" 1625276 1625318 1629193 1629198) (|StreamTaylorSeriesOperations| "sttaylor.spad" 1617908 1617944 1625163 1625168) (|StringTable| "table.spad" 1616850 1616875 1617007 1617012) (|String| "string.spad" 1615891 1615903 1616279 1616284) (|StreamFunctions3| "stream.spad" 1615451 1615479 1615881 1615886) (|StreamFunctions2| "stream.spad" 1614566 1614592 1615441 1615446) (|StreamFunctions1| "stream.spad" 1614259 1614283 1614556 1614561) (|Stream| "stream.spad" 1611260 1611274 1613754 1613759) (|StreamInfiniteProduct| "infprod.spad" 1610178 1610212 1611250 1611255) (|StepAst| "syntax.spad" 1609408 1609421 1610168 1610173) (|StepThrough| "catdef.spad" 1608717 1608734 1609398 1609403) (|SparseTable| "table.spad" 1607618 1607654 1607793 1607798) (|StreamAggregate| "aggcat.spad" 1606305 1606328 1607608 1607613) (|StreamAggregate&| "aggcat.spad" 1604989 1605015 1606295 1606300) (|Stack| "bags.spad" 1604483 1604496 1604735 1604740) (|SemiRing| "catdef.spad" 1604238 1604252 1604473 1604478) (|SquareFreeRegularTriangularSet| "sregset.spad" 1601841 1601885 1603770 1603775) (|SquareFreeRegularSetDecompositionPackage| "sregset.spad" 1600381 1600438 1601831 1601836) (|StringAggregate| "aggcat.spad" 1595574 1595595 1600371 1600376) (|StringAggregate&| "aggcat.spad" 1590764 1590788 1595564 1595569) (|SquareMatrix| "matrix.spad" 1589147 1589174 1589742 1589747) (|SplittingTree| "newdata.spad" 1583940 1583963 1588746 1588751) (|SplittingNode| "newdata.spad" 1580550 1580573 1583930 1583935) (|SpecialFunctionCategory| "trigcat.spad" 1579339 1579368 1580540 1580545) (|SpecialOutputPackage| "out.spad" 1577874 1577900 1579329 1579334) (|SpadAstExports| "syntax.spad" 1569954 1569974 1577864 1577869) (|SpadParser| "parsers.spad" 1569412 1569428 1569944 1569949) (|SpadAst| "syntax.spad" 1569109 1569122 1569402 1569407) (|ThreeSpaceCategory| "space.spad" 1553424 1553450 1569099 1569104) (|ThreeSpace| "space.spad" 1553193 1553211 1553414 1553419) (|SortPackage| "sortpak.spad" 1552726 1552747 1553141 1553146) (|TransSolvePackage| "transsolve.spad" 1550475 1550500 1552716 1552721) (|TransSolvePackageService| "transsolve.spad" 1548910 1548942 1550465 1550470) (|RadicalSolvePackage| "solverad.spad" 1544920 1544947 1548900 1548905) (|PolynomialSolveByFormulas| "solvefor.spad" 1543364 1543400 1544910 1544915) (|SquareFreeNormalizedTriangularSetCategory| "nsregset.spad" 1542948 1543003 1543354 1543359) (|SparseMultivariateTaylorSeries| "mts.spad" 1541208 1541261 1542512 1542617) (|SparseMultivariatePolynomial| "multpoly.spad" 1539338 1539383 1539753 1539927) (|SmithNormalForm| "smith.spad" 1538171 1538208 1539328 1539333) (|SquareMatrixCategory| "matcat.spad" 1536318 1536365 1538161 1538166) (|SquareMatrixCategory&| "matcat.spad" 1534326 1534376 1536172 1536177) (|ShallowlyMutableAggregate| "aggcat.spad" 1533990 1534023 1534316 1534321) (|StackAggregate| "aggcat.spad" 1532970 1532992 1533980 1533985) (|SingleInteger| "si.spad" 1532475 1532494 1532835 1532965) (|SimplifyAlgebraicNumberConvertPackage| "manip.spad" 1532169 1532212 1532465 1532470) (|RationalFunctionSign| "sign.spad" 1531277 1531305 1532159 1532164) (|ElementaryFunctionSign| "limitps.spad" 1530548 1530580 1531267 1531272) (|SignatureAst| "syntax.spad" 1529956 1529974 1530538 1530543) (|Signature| "domain.spad" 1529312 1529327 1529946 1529951) (|SturmHabichtPackage| "sturm.spad" 1527233 1527264 1529261 1529266) (|SplitHomogeneousDirectProduct| "gdirprod.spad" 1523958 1524011 1524501 1524506) (|SemiGroup| "catdef.spad" 1523560 1523575 1523948 1523953) (|SemiGroup&| "catdef.spad" 1523159 1523177 1523550 1523555) (|SemiGroupOperatorCategory| "catdef.spad" 1522851 1522885 1522984 1523154) (|SemiGroupOperation| "catdef.spad" 1522396 1522423 1522676 1522846) (|SymmetricGroupCombinatoricFunctions| "sgcf.spad" 1515503 1515544 1522386 1522391) (|SquareFreeRegularTriangularSetCategory| "sregset.spad" 1514436 1514488 1515493 1515498) (|SquareFreeRegularTriangularSetGcdPackage| "sregset.spad" 1513462 1513519 1514426 1514431) (|SquareFreeQuasiComponentPackage| "sregset.spad" 1508247 1508295 1513452 1513457) (|SExpressionOf| "sex.spad" 1508080 1508130 1508237 1508242) (|SExpressionCategory| "sex.spad" 1505892 1505948 1508070 1508075) (|SExpression| "sex.spad" 1505776 1505793 1505882 1505887) (|SetOfMIntegersInOneToN| "lodof.spad" 1504217 1504253 1505766 1505771) (|SetCategory| "catdef.spad" 1503694 1503711 1504207 1504212) (|SetCategory&| "catdef.spad" 1503168 1503188 1503684 1503689) (|SetAggregate| "aggcat.spad" 1499692 1499712 1503132 1503163) (|SetAggregate&| "aggcat.spad" 1496239 1496262 1499682 1499687) (|Set| "sets.spad" 1494618 1494629 1495717 1495748) (|SequenceAst| "syntax.spad" 1494313 1494330 1494608 1494613) (|SegmentExpansionCategory| "seg.spad" 1493448 1493482 1494303 1494308) (|SegmentCategory| "seg.spad" 1492361 1492384 1493438 1493443) (|SegmentBindingFunctions2| "seg.spad" 1492038 1492072 1492351 1492356) (|SegmentBinding| "seg.spad" 1491773 1491795 1491973 1491978) (|SegmentAst| "syntax.spad" 1491496 1491512 1491763 1491768) (|SegmentFunctions2| "seg.spad" 1490908 1490935 1491443 1491448) (|Segment| "seg.spad" 1490700 1490715 1490810 1490815) (|SequentialDifferentialVariable| "dpolcat.spad" 1489949 1489987 1490690 1490695) (|SequentialDifferentialPolynomial| "dpolcat.spad" 1487900 1487940 1488220 1488394) (|StructuralConstantsPackage| "naalg.spad" 1485966 1486000 1487890 1487895) (|Scope| "any.spad" 1485141 1485152 1485956 1485961) (|SortedCache| "kl.spad" 1483829 1483848 1485131 1485136) (|SpadSyntaxCategory| "syntax.spad" 1483723 1483747 1483819 1483824) (|SingletonAsOrderedSet| "misc.spad" 1483577 1483604 1483713 1483718) (|SAERationalFunctionAlgFactor| "algfact.spad" 1483265 1483310 1483567 1483572) (|SimpleAlgebraicExtensionAlgFactor| "algfact.spad" 1482936 1482986 1483255 1483260) (|SimpleAlgebraicExtension| "algext.spad" 1481352 1481389 1481984 1482101) (|RationalUnivariateRepresentationPackage| "zerodim.spad" 1478975 1479027 1481342 1481347) (|Ruleset| "rule.spad" 1478428 1478452 1478965 1478970) (|RuleCalled| "variable.spad" 1478273 1478293 1478418 1478423) (|RewriteRule| "rule.spad" 1476517 1476545 1478263 1478268) (|RuntimeValue| "any.spad" 1476243 1476261 1476507 1476512) (|RestrictAst| "syntax.spad" 1475952 1475969 1476233 1476238) (|RegularTriangularSetGcdPackage| "regset.spad" 1472367 1472414 1475942 1475947) (|RegularTriangularSetCategory| "regset.spad" 1462332 1462374 1472357 1472362) (|RegularTriangularSetCategory&| "regset.spad" 1452294 1452339 1462322 1462327) (|RegularSetDecompositionPackage| "regset.spad" 1450767 1450814 1452284 1452289) (|RealRootCharacterizationCategory| "reclos.spad" 1449122 1449181 1450757 1450762) (|RealRootCharacterizationCategory&| "reclos.spad" 1447474 1447536 1449112 1449117) (|RepeatAst| "syntax.spad" 1447170 1447185 1447464 1447469) (|RecursivePolynomialCategory| "newpoly.spad" 1426603 1426642 1446991 1447165) (|RecursivePolynomialCategory&| "newpoly.spad" 1405778 1405820 1426169 1426174) (|RomanNumeral| "integer.spad" 1405246 1405264 1405643 1405773) (|RightOpenIntervalRootCharacterization| "reclos.spad" 1404292 1404358 1405236 1405241) (|RealNumberSystem| "sf.spad" 1403268 1403290 1404207 1404287) (|RealNumberSystem&| "sf.spad" 1402316 1402341 1403258 1403263) (|RangeBinding| "seg.spad" 1401459 1401482 1402263 1402268) (|Rng| "catdef.spad" 1401067 1401076 1401449 1401454) (|Rng&| "catdef.spad" 1400672 1400684 1401057 1401062) (|RightModule| "catdef.spad" 1400445 1400464 1400662 1400667) (|RectangularMatrixCategoryFunctions2| "matfuns.spad" 1399833 1399922 1400435 1400440) (|RectangularMatrix| "matrix.spad" 1398930 1398963 1399287 1399292) (|RectangularMatrixCategory| "matcat.spad" 1394711 1394764 1398920 1398925) (|RectangularMatrixCategory&| "matcat.spad" 1390306 1390362 1394518 1394523) (|RightLinearSet| "catdef.spad" 1389999 1390021 1390296 1390301) (|RationalInterpolation| "rinterp.spad" 1389873 1389907 1389989 1389994) (|Ring| "catdef.spad" 1389481 1389491 1389863 1389868) (|Ring&| "catdef.spad" 1389086 1389099 1389471 1389476) (|RandomIntegerDistributions| "random.spad" 1388455 1388487 1389076 1389081) (|RegularChain| "zerodim.spad" 1386907 1386932 1387810 1387815) (|RGBColorSpace| "color.spad" 1386686 1386708 1386897 1386902) (|RGBColorModel| "color.spad" 1386238 1386260 1386676 1386681) (|RationalFunctionFactorizer| "allfact.spad" 1385677 1385711 1386228 1386233) (|RationalFunctionFactor| "algfact.spad" 1385393 1385424 1385667 1385672) (|RandomFloatDistributions| "random.spad" 1384368 1384398 1385383 1385388) (|RationalFunction| "rf.spad" 1382029 1382053 1384358 1384363) (|RetractSolvePackage| "nlinsol.spad" 1381432 1381461 1382019 1382024) (|RetractableTo| "coerce.spad" 1380850 1380871 1381422 1381427) (|RetractableTo&| "coerce.spad" 1380265 1380289 1380840 1380845) (|ReturnAst| "syntax.spad" 1380071 1380086 1380255 1380260) (|ResidueRing| "resring.spad" 1379442 1379493 1380037 1380066) (|ResolveLatticeCompletion| "void.spad" 1378745 1378777 1379432 1379437) (|RepeatedSquaring| "defaults.spad" 1378463 1378487 1378735 1378740) (|RepeatedDoubling| "defaults.spad" 1378157 1378181 1378453 1378458) (|RepresentationPackage2| "rep2.spad" 1367861 1367891 1378008 1378013) (|RepresentationPackage1| "rep1.spad" 1362054 1362084 1367803 1367808) (|RadicalEigenPackage| "radeigen.spad" 1359592 1359617 1362044 1362049) (|RegularTriangularSet| "regset.spad" 1357298 1357332 1359124 1359129) (|Reference| "boolean.spad" 1356810 1356827 1357288 1357293) (|ReductionOfOrder| "odeef.spad" 1356007 1356033 1356800 1356805) (|RealClosure| "reclos.spad" 1355010 1355038 1355722 1355802) (|RealSolvePackage| "acplot.spad" 1354137 1354159 1355000 1355005) (|RealZeroPackageQ| "real0q.spad" 1351422 1351450 1354127 1354132) (|RealZeroPackage| "realzero.spad" 1348254 1348281 1351412 1351417) (|RealConstant| "sf.spad" 1348117 1348135 1348244 1348249) (|ReduceAst| "syntax.spad" 1347832 1347847 1348107 1348112) (|ReducedDivisor| "pfo.spad" 1347476 1347512 1347822 1347827) (|RandomDistributions| "random.spad" 1347027 1347054 1347466 1347471) (|TranscendentalRischDESystem| "rdesys.spad" 1345871 1345909 1347017 1347022) (|TranscendentalRischDE| "rderf.spad" 1343996 1344028 1345861 1345866) (|ElementaryRischDESystem| "rdesys.spad" 1343079 1343112 1343986 1343991) (|ElementaryRischDE| "rdeef.spad" 1342079 1342106 1343069 1343074) (|RealClosedField| "reclos.spad" 1339298 1339319 1341994 1342074) (|RealClosedField&| "reclos.spad" 1336589 1336613 1339288 1339293) (|RecursiveAggregate| "aggcat.spad" 1334510 1334536 1336579 1336584) (|RecursiveAggregate&| "aggcat.spad" 1332301 1332330 1334373 1334378) (|RationalRetractions| "retract.spad" 1331645 1331672 1332291 1332296) (|RationalFactorize| "ratfact.spad" 1331323 1331349 1331635 1331640) (|RandomNumberSource| "random.spad" 1330627 1330651 1331313 1331318) (|RadixUtilities| "radix.spad" 1330372 1330392 1330617 1330622) (|RadixExpansion| "radix.spad" 1327353 1327378 1328910 1328990) (|RadicalFunctionField| "curve.spad" 1326199 1326249 1326331 1326463) (|RadicalCategory| "sf.spad" 1325782 1325803 1326189 1326194) (|RadicalCategory&| "sf.spad" 1325362 1325386 1325772 1325777) (|Queue| "bags.spad" 1324847 1324860 1325108 1325113) (|QuaternionCategoryFunctions2| "quat.spad" 1324442 1324486 1324837 1324842) (|QuaternionCategory| "quat.spad" 1322614 1322640 1324389 1324437) (|QuaternionCategory&| "quat.spad" 1320430 1320459 1322208 1322213) (|Quaternion| "quat.spad" 1318974 1318992 1319324 1319372) (|QueueAggregate| "aggcat.spad" 1317818 1317840 1318964 1318969) (|QuasiquoteAst| "syntax.spad" 1317576 1317595 1317808 1317813) (|QuadraticForm| "clifford.spad" 1317184 1317209 1317566 1317571) (|QuotientFieldCategoryFunctions2| "fraction.spad" 1316848 1316893 1317174 1317179) (|QuotientFieldCategory| "fraction.spad" 1315545 1315574 1316763 1316843) (|QuotientFieldCategory&| "fraction.spad" 1313674 1313706 1314895 1314900) (|QueryEquation| "alql.spad" 1313222 1313241 1313664 1313669) (|QuasiComponentPackage| "regset.spad" 1308118 1308156 1313212 1313217) (|QuasiAlgebraicSet2| "qalgset.spad" 1306098 1306132 1308108 1308113) (|QuasiAlgebraicSet| "qalgset.spad" 1302159 1302206 1305983 1305988) (|PAdicWildFunctionFieldIntegralBasis| "padiclib.spad" 1299546 1299596 1302149 1302154) (|PushVariables| "facutil.spad" 1298874 1298904 1299536 1299541) (|PartialTranscendentalFunctions| "ptranfn.spad" 1294982 1295020 1298864 1298869) (|PointPackage| "newpoint.spad" 1292060 1292080 1294972 1294977) (|PointFunctions2| "newpoint.spad" 1291870 1291897 1292050 1292055) (|PointCategory| "newpoint.spad" 1291136 1291157 1291860 1291865) (|PolynomialSquareFree| "poly.spad" 1290433 1290475 1291126 1291131) (|PseudoLinearNormalForm| "pseudolin.spad" 1289299 1289329 1290423 1290428) (|PolynomialSetUtilitiesPackage| "triset.spad" 1275941 1275984 1289141 1289146) (|PolynomialSetCategory| "polset.spad" 1270332 1270374 1275931 1275936) (|PolynomialSetCategory&| "polset.spad" 1264674 1264719 1270276 1270281) (|PlottableSpaceCurveCategory| "pcurve.spad" 1263648 1263681 1264664 1264669) (|PowerSeriesCategory| "pscat.spad" 1262406 1262452 1263538 1263643) (|PowerSeriesCategory&| "pscat.spad" 1261261 1261310 1262396 1262401) (|Partition| "prtition.spad" 1259952 1259967 1261251 1261256) (|PretendAst| "syntax.spad" 1259663 1259679 1259942 1259947) (|PseudoRemainderSequence| "prs.spad" 1249253 1249291 1259612 1259617) (|PriorityQueueAggregate| "aggcat.spad" 1248690 1248720 1249243 1249248) (|PropositionalLogic| "logic.spad" 1248278 1248302 1248680 1248685) (|PropositionalFormulaFunctions2| "logic.spad" 1247873 1247914 1248268 1248273) (|PropositionalFormulaFunctions1| "logic.spad" 1247251 1247290 1247863 1247868) (|PropositionalFormula| "logic.spad" 1245801 1245830 1247241 1247246) (|Property| "any.spad" 1245291 1245305 1245791 1245796) (|Product| "product.spad" 1244222 1244239 1244511 1244516) (|PrintPackage| "print.spad" 1243964 1243982 1244212 1244217) (|IntegerPrimesPackage| "intfact.spad" 1242207 1242235 1243954 1243959) (|PrimitiveElement| "primelt.spad" 1240318 1240342 1242197 1242202) (|PrimitiveFunctionCategory| "trigcat.spad" 1239938 1239969 1240308 1240313) (|PrimitiveArrayFunctions2| "array1.spad" 1238683 1238717 1239928 1239933) (|PrimitiveArray| "array1.spad" 1237895 1237917 1238077 1238082) (|PrecomputedAssociatedEquations| "lodof.spad" 1237249 1237289 1237885 1237890) (|PolynomialRing| "poly.spad" 1235742 1235766 1236453 1236627) (|PlottablePlaneCurveCategory| "pcurve.spad" 1234854 1234887 1235732 1235737) (|PortNumber| "net.spad" 1234637 1234653 1234844 1234849) (|PolynomialRoots| "manip.spad" 1233470 1233501 1234586 1234591) (|PolynomialCategoryLifting| "polycat.spad" 1232712 1232758 1233460 1233465) (|PolynomialCategoryQuotientFunctions| "rf.spad" 1230809 1230860 1232702 1232707) (|PolynomialCategory| "polycat.spad" 1224248 1224285 1230630 1230804) (|PolynomialCategory&| "polycat.spad" 1217191 1217231 1223576 1223581) (|PolynomialToUnivariatePolynomial| "poly.spad" 1216613 1216657 1217181 1217186) (|PolynomialFunctions2| "multpoly.spad" 1216192 1216222 1216603 1216608) (|Polynomial| "multpoly.spad" 1214207 1214225 1214730 1214904) (|RealPolynomialUtilitiesPackage| "reclos.spad" 1213135 1213192 1214154 1214159) (|PolToPol| "poltopol.spad" 1211877 1211898 1213125 1213130) (|Point| "newpoint.spad" 1210896 1210909 1210986 1210991) (|PolynomialNumberTheoryFunctions| "numtheor.spad" 1207569 1207606 1210886 1210891) (|PatternMatchTools| "patmatch1.spad" 1206329 1206358 1207559 1207564) (|PatternMatchSymbol| "patmatch1.spad" 1205862 1205888 1206319 1206324) (|PatternMatchQuotientFieldCategory| "patmatch2.spad" 1205422 1205467 1205852 1205857) (|FunctionSpaceAttachPredicates| "expr.spad" 1204865 1204906 1205412 1205417) (|AttachPredicates| "expr.spad" 1204342 1204366 1204855 1204860) (|PatternMatchPolynomialCategory| "patmatch2.spad" 1203377 1203423 1204257 1204262) (|PatternMatchListAggregate| "patmatch1.spad" 1202939 1202976 1203367 1203372) (|PatternMatchKernel| "patmatch1.spad" 1202502 1202530 1202929 1202934) (|PatternMatchIntegerNumberSystem| "patmatch2.spad" 1202053 1202092 1202492 1202497) (|PatternMatchFunctionSpace| "patmatch2.spad" 1201611 1201648 1202043 1202048) (|PatternMatchPushDown| "patmatch1.spad" 1200883 1200915 1201601 1201606) (|FunctionSpaceAssertions| "expr.spad" 1199841 1199874 1200873 1200878) (|PatternMatchAssertions| "expr.spad" 1198839 1198867 1199831 1199836) (|PlotTools| "plottool.spad" 1198612 1198627 1198829 1198834) (|Plot3D| "plot3d.spad" 1195072 1195084 1198602 1198607) (|PlotFunctions1| "plot.spad" 1194233 1194255 1195062 1195067) (|Plot| "plot.spad" 1189154 1189164 1194223 1194228) (|ParametricLinearEquations| "pleqn.spad" 1176533 1176583 1189144 1189149) (|PolynomialInterpolationAlgorithms| "pinterp.spad" 1176290 1176333 1176523 1176528) (|PolynomialInterpolation| "pinterp.spad" 1175895 1175931 1176280 1176285) (|PrincipalIdealDomain| "catdef.spad" 1174868 1174894 1175838 1175890) (|PiCoercions| "expr.spad" 1174516 1174535 1174858 1174863) (|PositiveInteger| "integer.spad" 1174112 1174133 1174482 1174511) (|PolyGroebner| "pgrobner.spad" 1172715 1172735 1174102 1174107) (|PermutationGroupExamples| "permgrps.spad" 1164366 1164396 1172705 1172710) (|PolynomialGcdPackage| "pgcd.spad" 1163302 1163337 1164356 1164361) (|PartialFractionPackage| "pfr.spad" 1162431 1162461 1163292 1163297) (|PartialFraction| "pfr.spad" 1159256 1159279 1162346 1162426) (|PointsOfFiniteOrderTools| "pfo.spad" 1158492 1158530 1159246 1159251) (|PointsOfFiniteOrderRational| "pfo.spad" 1157837 1157880 1158482 1158487) (|PointsOfFiniteOrder| "pfo.spad" 1157243 1157283 1157827 1157832) (|PolynomialFactorizationExplicit| "catdef.spad" 1154941 1154978 1157186 1157238) (|PolynomialFactorizationExplicit&| "catdef.spad" 1152630 1152670 1154878 1154883) (|PolynomialFactorizationByRecursionUnivariate| "pfbr.spad" 1150476 1150530 1152620 1152625) (|PolynomialFactorizationByRecursion| "pfbr.spad" 1148004 1148059 1150466 1150471) (|PrimeField| "pf.spad" 1147544 1147564 1147783 1147863) (|PermutationGroup| "permgrps.spad" 1142550 1142574 1147534 1147539) (|PermutationCategory| "perm.spad" 1141204 1141231 1142540 1142545) (|Permanent| "perman.spad" 1139753 1139774 1141194 1141199) (|Permutation| "perm.spad" 1135610 1135629 1139642 1139647) (|PendantTree| "tree.spad" 1134996 1135015 1135285 1135290) (|PartialDifferentialSpace| "catdef.spad" 1133787 1133819 1134986 1134991) (|PartialDifferentialSpace&| "catdef.spad" 1132575 1132610 1133777 1133782) (|PartialDifferentialRing| "catdef.spad" 1132406 1132437 1132565 1132570) (|PartialDifferentialModule| "catdef.spad" 1132221 1132256 1132396 1132401) (|PolynomialDecomposition| "pdecomp.spad" 1131674 1131708 1132211 1132216) (|PartialDifferentialDomain| "catdef.spad" 1131089 1131125 1131664 1131669) (|PartialDifferentialDomain&| "catdef.spad" 1130501 1130540 1131079 1131084) (|PolynomialComposition| "pdecomp.spad" 1130335 1130367 1130491 1130496) (|PoincareBirkhoffWittLyndonBasis| "xlpoly.spad" 1129087 1129133 1130325 1130330) (|PatternFunctions2| "pattern.spad" 1128810 1128837 1129077 1129082) (|PatternFunctions1| "pattern.spad" 1127143 1127170 1128800 1128805) (|Pattern| "pattern.spad" 1121713 1121728 1127133 1127138) (|PatternMatchResultFunctions2| "patmatch1.spad" 1121359 1121399 1121703 1121708) (|PatternMatchResult| "patmatch1.spad" 1118926 1118954 1121349 1121354) (|PatternMatch| "patmatch2.spad" 1117252 1117293 1118773 1118778) (|PatternMatchable| "patmatch1.spad" 1116667 1116691 1117242 1117247) (|PatternMatchListResult| "patmatch1.spad" 1115733 1115767 1116657 1116662) (|Patternable| "pattern.spad" 1115488 1115507 1115723 1115728) (|PartitionsAndPermutations| "partperm.spad" 1113521 1113552 1115478 1115483) (|ParametricSurface| "paramete.spad" 1112940 1112983 1113511 1113516) (|ParametricSurfaceFunctions2| "paramete.spad" 1112712 1112753 1112930 1112935) (|Parser| "parsers.spad" 1112228 1112240 1112702 1112707) (|ParametricSpaceCurve| "paramete.spad" 1111644 1111690 1112218 1112223) (|ParametricSpaceCurveFunctions2| "paramete.spad" 1111407 1111451 1111634 1111639) (|ParametricPlaneCurve| "paramete.spad" 1110851 1110897 1111397 1111402) (|ParametricPlaneCurveFunctions2| "paramete.spad" 1110614 1110658 1110841 1110846) (|ParameterAst| "syntax.spad" 1109732 1109750 1110604 1110609) (|PolynomialAN2Expression| "expr.spad" 1109123 1109152 1109722 1109727) (|Palette| "color.spad" 1108232 1108245 1109113 1109118) (|Pair| "mkrecord.spad" 1107461 1107476 1108032 1108037) (|PAdicRationalConstructor| "padic.spad" 1104738 1104778 1105923 1106003) (|PAdicRational| "padic.spad" 1102942 1102965 1103166 1103246) (|PAdicIntegerCategory| "padic.spad" 1101490 1101520 1102885 1102937) (|PAdicInteger| "padic.spad" 1101200 1101222 1101433 1101485) (|PadeApproximantPackage| "pade.spad" 1099869 1099908 1101190 1101195) (|PadeApproximants| "pade.spad" 1098607 1098637 1099859 1099864) (|OrdinaryWeightedPolynomials| "wtpol.spad" 1097876 1097931 1098511 1098516) (|OverloadSet| "domain.spad" 1097440 1097457 1097866 1097871) (|OrderedVariableList| "variable.spad" 1097204 1097244 1097430 1097435) (|OutputForm| "outform.spad" 1086604 1086620 1097194 1097199) (|OutputBinaryFile| "net.spad" 1086024 1086046 1086594 1086599) (|OutputByteConduit| "net.spad" 1085079 1085102 1086014 1086019) (|OutputByteConduit&| "net.spad" 1084131 1084157 1085069 1085074) (|OutputPackage| "out.spad" 1083238 1083257 1084121 1084126) (|OrdSetInts| "fnla.spad" 1082705 1082721 1083228 1083233) (|OrderedSemiGroup| "catdef.spad" 1082609 1082631 1082695 1082700) (|OrthogonalPolynomialFunctions| "special.spad" 1081076 1081113 1082535 1082540) (|UnivariateSkewPolynomial| "ore.spad" 1080512 1080564 1080763 1080768) (|SparseUnivariateSkewPolynomial| "ore.spad" 1079790 1079844 1080199 1080204) (|UnivariateSkewPolynomialCategoryOps| "ore.spad" 1077631 1077676 1079695 1079700) (|UnivariateSkewPolynomialCategory| "ore.spad" 1071822 1071862 1077621 1077626) (|UnivariateSkewPolynomialCategory&| "ore.spad" 1065833 1065876 1071635 1071640) (|OrderedType| "catdef.spad" 1065061 1065078 1065823 1065828) (|OrderedType&| "catdef.spad" 1064286 1064306 1065051 1065056) (|OrderedStructure| "catdef.spad" 1064041 1064070 1064218 1064223) (|OrderedSet| "catdef.spad" 1063733 1063749 1064031 1064036) (|OrderedRing| "catdef.spad" 1063551 1063568 1063723 1063728) (|OrderedMonoid| "catdef.spad" 1063395 1063414 1063541 1063546) (|OrderingFunctions| "gdirprod.spad" 1062512 1062543 1063385 1063390) (|OrderedFinite| "catdef.spad" 1062321 1062340 1062502 1062507) (|OrderedCompletionFunctions2| "complet.spad" 1061589 1061626 1062311 1062316) (|OrderedCompletion| "complet.spad" 1060179 1060204 1061276 1061281) (|OperatorSignature| "domain.spad" 1059826 1059849 1060169 1060174) (|OperationsQuery| "alql.spad" 1059394 1059415 1059816 1059821) (|OperatorCategory| "term.spad" 1058846 1058870 1059384 1059389) (|OperatorCategory&| "term.spad" 1058295 1058322 1058836 1058841) (|Operator| "opalg.spad" 1058045 1058061 1058131 1058136) (|OnePointCompletionFunctions2| "complet.spad" 1057443 1057481 1058035 1058040) (|OnePointCompletion| "complet.spad" 1056312 1056338 1057130 1057135) (|OrderedMultisetAggregate| "aggcat.spad" 1056086 1056118 1056276 1056307) (|OppositeMonogenicLinearOperator| "lodop.spad" 1055497 1055538 1055979 1055984) (|OrderedIntegralDomain| "catdef.spad" 1055258 1055285 1055440 1055492) (|OrderedFreeMonoid| "xpoly.spad" 1053374 1053399 1055206 1055211) (|OrderlyDifferentialVariable| "dpolcat.spad" 1052610 1052645 1053364 1053369) (|OrdinaryDifferentialRing| "lodop.spad" 1052248 1052296 1052438 1052568) (|OrderlyDifferentialPolynomial| "dpolcat.spad" 1050155 1050192 1050522 1050696) (|OrderedDirectProduct| "gdirprod.spad" 1047032 1047070 1047423 1047428) (|ODETools| "oderf.spad" 1045679 1045700 1047022 1047027) (|SystemODESolver| "odealg.spad" 1043364 1043390 1045669 1045674) (|RationalRicDE| "riccati.spad" 1039367 1039391 1043298 1043303) (|ReduceLODE| "odealg.spad" 1038762 1038790 1039357 1039362) (|RationalLODE| "oderf.spad" 1036389 1036412 1038752 1038757) (|PrimitiveRatRicDE| "riccati.spad" 1033471 1033504 1036379 1036384) (|PrimitiveRatDE| "oderf.spad" 1030861 1030891 1033461 1033466) (|PureAlgebraicLODE| "odealg.spad" 1030236 1030271 1030851 1030856) (|ODEIntegration| "oderf.spad" 1029663 1029687 1030226 1030231) (|ElementaryFunctionODESolver| "odeef.spad" 1025137 1025174 1029653 1029658) (|ConstantLODE| "oderf.spad" 1024676 1024700 1025127 1025132) (|OctonionCategoryFunctions2| "oct.spad" 1024293 1024335 1024666 1024671) (|Octonion| "oct.spad" 1022727 1022743 1023447 1023452) (|OrderedCancellationAbelianMonoid| "catdef.spad" 1022545 1022583 1022717 1022722) (|OctonionCategory| "oct.spad" 1020361 1020385 1022535 1022540) (|OctonionCategory&| "oct.spad" 1017782 1017809 1019959 1019964) (|OrderedAbelianSemiGroup| "catdef.spad" 1017576 1017605 1017772 1017777) (|OrderedAbelianMonoidSup| "catdef.spad" 1017077 1017106 1017566 1017571) (|OrderedAbelianMonoid| "catdef.spad" 1016817 1016843 1017067 1017072) (|OrderedAbelianMonoid&| "catdef.spad" 1016554 1016583 1016807 1016812) (|OrderedAbelianGroup| "catdef.spad" 1016075 1016100 1016544 1016549) (|OrderedAbelianGroup&| "catdef.spad" 1015593 1015621 1016065 1016070) (|NumericTubePlot| "tube.spad" 1015171 1015200 1015583 1015588) (|NumericalQuadrature| "numquad.spad" 1003130 1003155 1015161 1015166) (|NumericalOrdinaryDifferentialEquations| "numode.spad" 994446 994490 1003120 1003125) (|NumberFormats| "outform.spad" 993275 993294 994436 994441) (|Numeric| "numeric.spad" 985379 985394 993075 993080) (|NormalizedTriangularSetCategory| "nregset.spad" 983880 983925 985369 985374) (|NumberTheoreticPolynomialFunctions| "special.spad" 983408 983450 983806 983811) (|NewSparseUnivariatePolynomialFunctions2| "newpoly.spad" 982763 982812 983398 983403) (|NewSparseUnivariatePolynomial| "newpoly.spad" 976494 976531 980941 981158) (|NewSparseMultivariatePolynomial| "newpoly.spad" 974330 974378 974651 974825) (|NumericRealEigenPackage| "numeigen.spad" 972711 972746 974320 974325) (|NPCoef| "npcoef.spad" 971953 971977 972701 972706) (|NormRetractPackage| "twofact.spad" 971539 971590 971943 971948) (|NormalizationPackage| "nregset.spad" 969463 969500 971529 971534) (|NormInMonogenicAlgebra| "algcat.spad" 969131 969177 969453 969458) (|NoneFunctions1| "any.spad" 968795 968817 969121 969126) (|None| "any.spad" 968534 968544 968785 968790) (|NonLinearFirstOrderODESolver| "nlode.spad" 967999 968037 968524 968529) (|NonNegativeInteger| "integer.spad" 966870 966894 967965 967994) (|NonLinearSolvePackage| "nlinsol.spad" 965477 965506 966860 966865) (|NumberFieldIntegralBasis| "intclos.spad" 963019 963054 965467 965472) (|NetworkClientSocket| "net.spad" 962976 963004 963009 963014) (|NonCommutativeOperatorDivision| "lodop.spad" 961176 961216 962966 962971) (|NumericContinuedFraction| "contfrac.spad" 960800 960832 961166 961171) (|NumericComplexEigenPackage| "numeigen.spad" 958942 958980 960790 960795) (|NonAssociativeRing| "naalgc.spad" 958530 958554 958932 958937) (|NonAssociativeRing&| "naalgc.spad" 958115 958142 958520 958525) (|NonAssociativeRng| "naalgc.spad" 957500 957523 958105 958110) (|NonAssociativeRng&| "naalgc.spad" 956882 956908 957490 957495) (|NonAssociativeAlgebra| "naalgc.spad" 956450 956479 956872 956877) (|NonAssociativeAlgebra&| "naalgc.spad" 956015 956047 956440 956445) (|MultivariateSquareFree| "multsqfr.spad" 952953 952990 956005 956010) (|MultivariateFactorize| "multfact.spad" 952317 952353 952943 952948) (|MultivariateTaylorSeriesCategory| "pscat.spad" 950373 950424 952207 952312) (|MergeThing| "alql.spad" 950024 950042 950363 950368) (|MoreSystemCommands| "system.spad" 949442 949466 950014 950019) (|MultisetAggregate| "aggcat.spad" 949268 949293 949406 949437) (|Multiset| "mset.spad" 947109 947125 948862 948893) (|MonoidRing| "mring.spad" 944233 944253 946827 946832) (|MonoidRingFunctions2| "mring.spad" 943777 943809 944223 944228) (|MRationalFactorize| "allfact.spad" 943307 943340 943767 943772) (|MPolyCatRationalFunctionFactorizer| "allfact.spad" 941315 941366 943297 943302) (|MultivariatePolynomial| "multpoly.spad" 939456 939491 939835 940009) (|MPolyCatPolyFactorizer| "allfact.spad" 938700 938739 939446 939451) (|MPolyCatFunctions3| "poltopol.spad" 938501 938557 938690 938695) (|MPolyCatFunctions2| "poltopol.spad" 938139 938188 938491 938496) (|MonomialExtensionTools| "intrf.spad" 936474 936507 938129 938134) (|MonoidOperatorCategory| "catdef.spad" 935908 935939 936149 936469) (|MonoidOperation| "catdef.spad" 935314 935338 935583 935903) (|Monoid| "catdef.spad" 934648 934660 935304 935309) (|Monoid&| "catdef.spad" 933979 933994 934638 934643) (|MonogenicAlgebra| "algcat.spad" 932731 932758 933857 933974) (|MonogenicAlgebra&| "algcat.spad" 931462 931492 932591 932596) (|MonadWithUnit| "naalgc.spad" 929699 929718 931452 931457) (|MonadWithUnit&| "naalgc.spad" 927933 927955 929689 929694) (|Monad| "naalgc.spad" 927090 927101 927923 927928) (|Monad&| "naalgc.spad" 926244 926258 927080 927085) (|MoebiusTransform| "moebius.spad" 924980 925004 926234 926239) (|Module| "catdef.spad" 924868 924882 924970 924975) (|Module&| "catdef.spad" 924753 924770 924858 924863) (|ModularRing| "modring.spad" 924209 924265 924743 924748) (|ModuleOperator| "opalg.spad" 922868 922892 924045 924050) (|ModuleMonomial| "modmonom.spad" 922587 922617 922858 922863) (|ModMonic| "modmon.spad" 919951 919969 920672 920889) (|ModularField| "modring.spad" 919365 919422 919866 919946) (|MathMLFormat| "mathml.spad" 918215 918233 919355 919360) (|MultipleMap| "curve.spad" 917948 917991 918205 918210) (|MonogenicLinearOperator| "lodop.spad" 916420 916451 917938 917943) (|MultivariateLifting| "mlift.spad" 915015 915049 916410 916415) (|MakeUnaryCompiledFunction| "mkfunc.spad" 914531 914568 915005 915010) (|MakeRecord| "mkrecord.spad" 914111 914132 914521 914526) (|MakeFunction| "mkfunc.spad" 913508 913528 914101 914106) (|MakeFloatCompiledFunction| "mkfunc.spad" 912453 912486 913498 913503) (|MakeBinaryCompiledFunction| "mkfunc.spad" 911924 911966 912443 912448) (|ModularHermitianRowReduction| "divisor.spad" 910409 910445 911914 911919) (|MultFiniteFactorize| "mfinfact.spad" 909796 909831 910399 910404) (|MeshCreationRoutinesForThreeDimensions| "mesh.spad" 907555 907599 909786 909791) (|ModularDistinctDegreeFactorizer| "moddfact.spad" 905745 905784 907545 907550) (|MultiDictionary| "aggcat.spad" 905033 905056 905735 905740) (|MatrixCommonDenominator| "cden.spad" 904222 904255 905023 905028) (|Maybe| "any.spad" 903461 903475 904154 904159) (|StorageEfficientMatrixOperations| "matstor.spad" 900747 900787 903451 903456) (|Matrix| "matrix.spad" 899726 899740 900214 900219) (|MatrixLinearAlgebraFunctions| "matfuns.spad" 897040 897090 899582 899587) (|MatrixCategoryFunctions2| "matfuns.spad" 896300 896370 897030 897035) (|MatrixCategory| "matcat.spad" 888006 888040 896290 896295) (|MatrixCategory&| "matcat.spad" 879525 879562 887812 887817) (|MappingPackage3| "mappkg.spad" 878427 878454 879515 879520) (|MappingPackage2| "mappkg.spad" 877752 877777 878417 878422) (|MappingPackage1| "mappkg.spad" 876567 876590 877742 877747) (|MappingAst| "syntax.spad" 875898 875914 876557 876562) (|MappingPackageInternalHacks3| "mappkg.spad" 875684 875724 875888 875893) (|MappingPackageInternalHacks2| "mappkg.spad" 875427 875465 875674 875679) (|MappingPackageInternalHacks1| "mappkg.spad" 875045 875081 875417 875422) (|MacroAst| "syntax.spad" 874634 874648 875035 875040) (|LazyStreamAggregate| "stream.spad" 871871 871898 874624 874629) (|LazyStreamAggregate&| "stream.spad" 869105 869135 871861 871866) (|LyndonWord| "xlpoly.spad" 866147 866172 869095 869100) (|ConstructAst| "syntax.spad" 865921 865939 866137 866142) (|LieSquareMatrix| "lie.spad" 864553 864580 864960 864965) (|LinearSystemPolynomialPackage| "solvelin.spad" 864061 864105 864543 864548) (|LinearSystemMatrixPackage1| "solvelin.spad" 861884 861918 864051 864056) (|LinearSystemMatrixPackage| "solvelin.spad" 860722 860769 861874 861879) (|ListAggregate| "aggcat.spad" 860402 860423 860712 860717) (|ListAggregate&| "aggcat.spad" 860079 860103 860392 860397) (|LiePolynomial| "xlpoly.spad" 859078 859108 859983 859988) (|LinearPolynomialEquationByFractions| "fraction.spad" 858316 858359 859068 859073) (|Logic| "logic.spad" 857855 857866 858306 858311) (|Logic&| "logic.spad" 857391 857405 857845 857850) (|LinearOrdinaryDifferentialOperatorsOps| "lodo.spad" 856285 856333 857381 857386) (|LinearOrdinaryDifferentialOperatorFactorizer| "lodof.spad" 855270 855325 856219 856224) (|LinearOrdinaryDifferentialOperatorCategory| "lodo.spad" 853930 853980 855260 855265) (|LinearOrdinaryDifferentialOperatorCategory&| "lodo.spad" 852550 852603 853883 853888) (|LinearOrdinaryDifferentialOperator2| "lodo.spad" 851797 851842 852237 852242) (|LinearOrdinaryDifferentialOperator1| "lodo.spad" 851171 851214 851484 851489) (|LinearOrdinaryDifferentialOperator| "lodo.spad" 850529 850578 850858 850863) (|ElementaryFunctionLODESolver| "odeef.spad" 849309 849349 850519 850524) (|Localize| "fraction.spad" 848709 848729 849248 849253) (|LinearAggregate| "aggcat.spad" 844883 844906 848699 848704) (|LinearAggregate&| "aggcat.spad" 840970 840996 844789 844794) (|ListMonoidOps| "free.spad" 837727 837755 840960 840965) (|LeftModule| "catdef.spad" 837503 837521 837717 837722) (|ListMultiDictionary| "lmdict.spad" 836845 836872 837110 837115) (|LeftLinearSet| "catdef.spad" 836541 836562 836835 836840) (|Literal| "syntax.spad" 836442 836458 836531 836536) (|ListFunctions3| "list.spad" 835741 835767 836432 836437) (|ListToMap| "list.spad" 832661 832680 835731 835736) (|ListFunctions2| "list.spad" 831351 831375 832651 832656) (|List| "list.spad" 829400 829412 830745 830750) (|LinearSet| "catdef.spad" 829172 829189 829390 829395) (|LinearForm| "vector.spad" 828649 828669 829162 829167) (|LinearlyExplicitRingOver| "catdef.spad" 827370 827402 828639 828644) (|LinearElement| "vector.spad" 826744 826767 827267 827272) (|LinearDependence| "lindep.spad" 825605 825631 826682 826687) (|LinearBasis| "vector.spad" 825232 825256 825595 825600) (|RationalFunctionLimitPackage| "sign.spad" 823153 823189 825222 825227) (|PowerSeriesLimitPackage| "limitps.spad" 822042 822076 823143 823148) (|LieAlgebra| "xlpoly.spad" 821544 821562 822032 822037) (|LieAlgebra&| "xlpoly.spad" 821006 821027 821497 821502) (|AssociatedLieAlgebra| "lie.spad" 819390 819420 820682 820687) (|Library| "files.spad" 818158 818171 818609 818614) (|LinGroebnerPackage| "lingrob.spad" 815499 815530 818148 818153) (|LiouvillianFunctionCategory| "trigcat.spad" 814533 814566 815489 815494) (|LiouvillianFunction| "liouv.spad" 813475 813504 814523 814528) (|LexTriangularPackage| "zerodim.spad" 809080 809113 813465 813470) (|LieExponentials| "xlpoly.spad" 807361 807401 809070 809075) (|LetAst| "syntax.spad" 807056 807068 807351 807356) (|LeadingCoefDetermination| "leadcdet.spad" 805440 805479 807046 807051) (|LazardSetSolvingPackage| "nsregset.spad" 804163 804206 805430 805435) (|LaurentPolynomial| "gpol.spad" 802687 802715 803602 803654) (|LaplaceTransform| "laplace.spad" 802260 802286 802677 802682) (|LeftAlgebra| "derham.spad" 802037 802056 802250 802255) (|LeftAlgebra&| "derham.spad" 801811 801833 802027 802032) (|LocalAlgebra| "fraction.spad" 801266 801290 801758 801763) (|ConvertibleFrom| "coerce.spad" 800996 801019 801256 801261) (|KleeneTrivalentLogic| "logic.spad" 800522 800548 800986 800991) (|CoercibleFrom| "coerce.spad" 800257 800278 800512 800517) (|Kovacic| "kovacic.spad" 798987 799005 800247 800252) (|ConvertibleTo| "coerce.spad" 798698 798719 798977 798982) (|CoercibleTo| "coerce.spad" 798426 798445 798688 798693) (|KernelFunctions2| "kl.spad" 798115 798141 798416 798421) (|Kernel| "kl.spad" 796773 796787 797906 797911) (|KeyedDictionary| "aggcat.spad" 795879 795914 796763 796768) (|KeyedDictionary&| "aggcat.spad" 794982 795020 795869 795874) (|KeyedAccessFile| "files.spad" 793907 793936 794155 794160) (|JVMOpcode| "java.spad" 793813 793828 793897 793902) (|JVMMethodAccess| "java.spad" 792854 792875 793803 793808) (|JVMFieldAccess| "java.spad" 792158 792178 792844 792849) (|JVMConstantTag| "java.spad" 790875 790895 792148 792153) (|JVMClassFileAccess| "java.spad" 790305 790329 790865 790870) (|JVMBytecode| "java.spad" 790207 790224 790295 790300) (|AssociatedJordanAlgebra| "lie.spad" 788401 788434 789883 789888) (|JoinAst| "syntax.spad" 788098 788111 788391 788396) (|IndexedAggregate| "aggcat.spad" 786217 786255 788088 788093) (|IndexedAggregate&| "aggcat.spad" 784098 784139 785972 785977) (|InfiniteTuple| "ituple.spad" 783379 783400 784088 784093) (|InnerTrigonometricManipulations| "efstruc.spad" 782201 782245 783369 783374) (|InfiniteTupleFunctions3| "ituple.spad" 781686 781721 782191 782196) (|InfiniteTupleFunctions2| "ituple.spad" 781409 781442 781676 781681) (|InternalTypeForm| "compiler.spad" 780750 780772 781399 781404) (|InnerTaylorSeries| "taylor.spad" 778716 778746 780601 780699) (|InnerSparseUnivariatePowerSeries| "sups.spad" 771338 771383 777905 778010) (|InnerPolySum| "sum.spad" 770829 770855 771328 771333) (|IsAst| "syntax.spad" 770545 770556 770819 770824) (|InternalRationalUnivariateRepresentationPackage| "zerodim.spad" 769217 769281 770535 770540) (|IrrRepSymNatPackage| "irsn.spad" 767204 767229 769207 769212) (|IntegrationResultRFToFunction| "irexpand.spad" 765654 765691 767144 767149) (|IrredPolyOverFiniteField| "ffx.spad" 765233 765266 765644 765649) (|IntegerRoots| "intfact.spad" 763562 763582 765223 765228) (|InternalRepresentationForm| "compiler.spad" 762862 762894 763552 763557) (|IntegrationResultToFunction| "irexpand.spad" 762055 762092 762852 762857) (|IntegrationResultFunctions2| "intaux.spad" 761062 761099 762045 762050) (|IntegrationResult| "intaux.spad" 758875 758900 760932 760937) (|InternalPrintPackage| "newdata.spad" 758617 758643 758865 758870) (|InnerPrimeField| "pf.spad" 758143 758168 758396 758476) (|InnerPAdicInteger| "padic.spad" 757914 757955 758086 758138) (|IP4Address| "net.spad" 757463 757479 757904 757909) (|IOMode| "files.spad" 756981 756993 757453 757458) (|InputOutputBinaryFile| "net.spad" 756347 756374 756971 756976) (|InputOutputByteConduit| "net.spad" 756192 756220 756337 756342) (|InverseLaplaceTransform| "laplace.spad" 755824 755857 756182 756187) (|TranscendentalIntegration| "intrf.spad" 749199 749235 755814 755819) (|IntegrationTools| "rdeef.spad" 746938 746964 748767 748772) (|IntegerSolveLinearPolynomialEquation| "integer.spad" 746232 746274 746928 746933) (|Interval| "interval.spad" 745801 745817 746155 746227) (|RationalFunctionIntegration| "intrf.spad" 744212 744247 745791 745796) (|IntegerRetractions| "retract.spad" 743628 743654 744202 744207) (|RationalIntegration| "intrf.spad" 742350 742380 743618 743623) (|PatternMatchIntegration| "intpm.spad" 740795 740828 742070 742075) (|PureAlgebraicIntegration| "intaf.spad" 738613 738649 740684 740689) (|TranscendentalHermiteIntegration| "intrf.spad" 737861 737904 738603 738608) (|AlgebraicHermiteIntegration| "intalg.spad" 737510 737555 737851 737856) (|IntegerNumberTheoryFunctions| "numtheor.spad" 733923 733957 737500 737505) (|GenusZeroIntegration| "intaf.spad" 727633 727665 733812 733817) (|IntegerFactorizationPackage| "intfact.spad" 726675 726710 727623 727628) (|ElementaryIntegration| "intef.spad" 725071 725102 726665 726670) (|IntegralDomain| "catdef.spad" 723789 723809 725014 725066) (|IntegralDomain&| "catdef.spad" 722551 722574 723779 723784) (|IntervalCategory| "interval.spad" 720813 720837 722474 722546) (|IntegerBits| "random.spad" 720311 720328 720803 720808) (|AlgebraicIntegrate| "intalg.spad" 719487 719526 720301 720306) (|AlgebraicIntegration| "intaf.spad" 718973 719003 719477 719482) (|InnerTable| "table.spad" 717878 717917 718049 718054) (|Int8| "data.spad" 717756 717766 717868 717873) (|Int64| "data.spad" 717632 717643 717746 717751) (|Int32| "data.spad" 717508 717519 717622 717627) (|Int16| "data.spad" 717384 717395 717498 717503) (|Integer| "integer.spad" 717054 717067 717249 717379) (|IntegerNumberSystem| "si.spad" 714521 714546 716937 717049) (|IntegerNumberSystem&| "si.spad" 712092 712120 714511 714516) (|InnerPolySign| "sign.spad" 711551 711575 712082 712087) (|InfiniteProductPrimeField| "infprod.spad" 710624 710666 711541 711546) (|InfiniteProductFiniteField| "infprod.spad" 709688 709736 710614 710619) (|InnerMultFact| "multfact.spad" 708652 708680 709678 709683) (|InnerModularGcd| "modgcd.spad" 708143 708186 708642 708647) (|InnerNumericFloatSolvePackage| "numsolve.spad" 706417 706462 708133 708138) (|InfiniteProductCharacteristicZero| "infprod.spad" 705466 705516 706407 706412) (|InputFormFunctions1| "mkfunc.spad" 705074 705101 705456 705461) (|InputForm| "mkfunc.spad" 702278 702293 705064 705069) (|Infinity| "complet.spad" 701824 701838 702268 702273) (|InetClientStreamSocket| "net.spad" 701781 701809 701814 701819) (|InnerNumericEigenPackage| "numeigen.spad" 700309 700349 701771 701776) (|IndexedExponents| "multpoly.spad" 699929 699960 700204 700209) (|IncrementingMaps| "seg.spad" 699352 699376 699919 699924) (|InputBinaryFile| "net.spad" 698435 698456 699342 699347) (|InnerNormalBasisFieldFunctions| "ffnb.spad" 694257 694296 698425 698430) (|InputByteConduit| "net.spad" 692509 692531 694247 694252) (|InputByteConduit&| "net.spad" 690758 690783 692499 692504) (|InAst| "syntax.spad" 690416 690427 690748 690753) (|ImportAst| "syntax.spad" 690117 690132 690406 690411) (|InnerMatrixQuotientFieldFunctions| "matfuns.spad" 689130 689205 690023 690028) (|InnerMatrixLinearAlgebraFunctions| "matfuns.spad" 687670 687725 689036 689041) (|InnerFiniteField| "ffp.spad" 687115 687145 687400 687480) (|IfAst| "syntax.spad" 686726 686737 687105 687110) (|IndexedFlexibleArray| "array1.spad" 684404 684437 686120 686125) (|InnerFreeAbelianMonoid| "free.spad" 684228 684265 684342 684347) (|InnerEvalable| "equation1.spad" 683630 683653 684218 684223) (|InnerEvalable&| "equation1.spad" 683029 683055 683620 683625) (|IndexedProductTerm| "indexedp.spad" 682569 682597 683019 683024) (|IndexedDirectProductOrderedAbelianMonoidSup| "indexedp.spad" 682207 682260 682482 682487) (|IndexedDirectProductOrderedAbelianMonoid| "indexedp.spad" 681812 681862 682120 682125) (|IndexedDirectProductObject| "indexedp.spad" 681203 681239 681725 681730) (|IndexedDirectProductCategory| "indexedp.spad" 680075 680113 681193 681198) (|IndexedDirectProductAbelianMonoid| "indexedp.spad" 679712 679755 679988 679993) (|IndexedDirectProductAbelianGroup| "indexedp.spad" 679352 679394 679625 679630) (|Identifier| "syntax.spad" 678996 679012 679342 679347) (|IdempotentOperatorCategory| "catdef.spad" 678747 678782 678883 678991) (|IdealDecompositionPackage| "idecomp.spad" 675963 676004 678737 678742) (|PolynomialIdeals| "ideal.spad" 670901 670950 675897 675902) (|InnerCommonDenominator| "cden.spad" 670094 670130 670891 670896) (|IndexCard| "alql.spad" 669480 669495 670084 670089) (|IntegralBasisPolynomialTools| "padiclib.spad" 668061 668104 669470 669475) (|IndexedBits| "boolean.spad" 667409 667431 667551 667556) (|IntegralBasisTools| "intclos.spad" 664382 664413 667399 667404) (|ChineseRemainderToolsForIntegralBases| "padiclib.spad" 662854 662904 664372 664377) (|InnerTwoDimensionalArray| "array2.spad" 662391 662435 662600 662605) (|IndexedOneDimensionalArray| "array1.spad" 661615 661654 661785 661790) (|InnerAlgebraicNumber| "constant.spad" 659974 660000 661441 661521) (|InnerAlgFactor| "algfact.spad" 659577 659618 659964 659969) (|HyperbolicFunctionCategory| "trigcat.spad" 658977 659009 659567 659572) (|HyperbolicFunctionCategory&| "trigcat.spad" 658374 658409 658967 658972) (|Hostname| "net.spad" 658184 658198 658364 658369) (|HomotopicTo| "coerce.spad" 657918 657937 658174 658179) (|HomogeneousAggregate| "aggcat.spad" 657600 657628 657908 657913) (|HomogeneousAggregate&| "aggcat.spad" 657064 657095 657375 657380) (|HexadecimalExpansion| "radix.spad" 655219 655245 655602 655682) (|HeuGcd| "listgcd.spad" 654306 654321 655209 655214) (|HyperellipticFiniteDivisor| "divisor.spad" 653892 653936 654296 654301) (|Heap| "bags.spad" 653421 653433 653638 653643) (|HeadAst| "syntax.spad" 652957 652970 653411 653416) (|HomogeneousDirectProduct| "gdirprod.spad" 649826 649864 650225 650230) (|HomogeneousDistributedMultivariatePolynomial| "gdpoly.spad" 647688 647745 648346 648520) (|HallBasis| "fnla.spad" 645956 645971 647678 647683) (|HashTable| "table.spad" 644814 644852 645032 645037) (|HasAst| "syntax.spad" 644526 644538 644804 644809) (|Pi| "expr.spad" 644030 644038 644441 644521) (|GeneralTriangularSet| "triset.spad" 642837 642871 643562 643567) (|GeneralSparseTable| "table.spad" 641723 641774 641913 641918) (|GeneralUnivariatePowerSeries| "gseries.spad" 639556 639609 640401 640551) (|Group| "catdef.spad" 638938 638949 639546 639551) (|Group&| "catdef.spad" 638317 638331 638928 638933) (|GroebnerSolve| "groebsol.spad" 636804 636832 638307 638312) (|GradedModule| "carten.spad" 635375 635397 636794 636799) (|GradedModule&| "carten.spad" 633943 633968 635365 635370) (|GraphImage| "view2D.spad" 627016 627032 633933 633938) (|GraphicsDefaults| "grdef.spad" 625381 625403 627006 627011) (|GrayCode| "perman.spad" 623846 623860 625371 625376) (|GradedAlgebra| "carten.spad" 622930 622953 623836 623841) (|GradedAlgebra&| "carten.spad" 622011 622037 622920 622925) (|GeneralPolynomialSet| "polset.spad" 621353 621394 621583 621588) (|GosperSummationMethod| "sum.spad" 620611 620648 621343 621348) (|GeneralModulePolynomial| "modmonom.spad" 619760 619808 620601 620606) (|GeneralHenselPackage| "ghensel.spad" 618825 618857 619750 619755) (|GenerateUnivariatePowerSeries| "genups.spad" 615091 615131 618815 618820) (|GenUFactorize| "genufact.spad" 614657 614678 615081 615086) (|GeneralPolynomialGcdPackage| "gpgcd.spad" 614234 614276 614647 614652) (|GeneralizedMultivariateFactorize| "allfact.spad" 613656 613705 614224 614229) (|GenExEuclid| "geneez.spad" 611606 611628 613646 613651) (|GeneralDistributedMultivariatePolynomial| "gdpoly.spad" 609314 609369 610126 610300) (|GenericNonAssociativeAlgebra| "generic.spad" 603264 603317 609161 609166) (|GcdDomain| "catdef.spad" 602466 602481 603207 603259) (|GcdDomain&| "catdef.spad" 601712 601730 602456 602461) (|GroebnerInternalPackage| "gbintern.spad" 597711 597770 601702 601707) (|GroebnerFactorizationPackage| "groebf.spad" 593468 593532 597701 597706) (|EuclideanGroebnerBasisPackage| "gbeuclid.spad" 591323 591388 593458 593463) (|GroebnerPackage| "gb.spad" 588833 588884 591276 591281) (|GaussianFactorizationPackage| "gaussfac.spad" 588120 588154 588823 588828) (|GaloisGroupUtilities| "galutil.spad" 586411 586439 588059 588064) (|GaloisGroupPolynomialUtilities| "galpolyu.spad" 584837 584878 586401 586406) (|GaloisGroupFactorizationUtilities| "galfactu.spad" 583023 583069 584827 584832) (|GaloisGroupFactorizer| "galfact.spad" 573217 573247 583013 583018) (|FunctionDescriptor| "domain.spad" 572879 572903 573207 573212) (|Functorial| "catdef.spad" 572482 572500 572869 572874) (|FunctionCalled| "variable.spad" 572319 572343 572472 572477) (|FortranType| "forttyp.spad" 570610 570627 572309 572314) (|FunctionSpaceUnivariatePolynomialFactor| "funcpkgs.spad" 569466 569518 570535 570540) (|FortranScalarType| "forttyp.spad" 567720 567743 569456 569461) (|FunctionSpaceReduce| "pfo.spad" 567187 567216 567710 567715) (|FunctionSpacePrimitiveElement| "primelt.spad" 566007 566046 567121 567126) (|FunctionalSpecialFunction| "combfunc.spad" 564079 564114 565997 566002) (|FunctionSpaceIntegration| "integrat.spad" 563721 563755 564069 564074) (|FourierSeries| "fourier.spad" 562923 562946 563563 563641) (|FunctionSpaceComplexIntegration| "integrat.spad" 562215 562256 562913 562918) (|FiniteSetAggregateFunctions2| "aggcat2.spad" 560924 560966 562205 562210) (|FiniteSetAggregate| "aggcat.spad" 560033 560059 560888 560919) (|FiniteSetAggregate&| "aggcat.spad" 559083 559112 559941 559946) (|FunctionSpaceToUnivariatePowerSeries| "fs2ups.spad" 553564 553632 559073 559078) (|FunctionSpaceToExponentialExpansion| "fs2expxp.spad" 552672 552728 553554 553559) (|FunctionSpaceFunctions2| "fspace.spad" 552306 552343 552662 552667) (|FunctionSpace| "fspace.spad" 546644 546665 552162 552301) (|FunctionSpace&| "fspace.spad" 540575 540599 546096 546101) (|FactoredFunctionUtilities| "fr.spad" 539506 539539 540565 540570) (|FramedNonAssociativeAlgebra| "naalgc.spad" 534806 534841 539496 539501) (|FramedNonAssociativeAlgebra&| "naalgc.spad" 530066 530104 534759 534764) (|FramedNonAssociativeAlgebraFunctions2| "naalg.spad" 529479 529532 530056 530061) (|FramedModule| "divisor.spad" 528870 528906 529397 529402) (|FractionalIdealFunctions2| "divisor.spad" 528451 528506 528860 528865) (|FractionalIdeal| "divisor.spad" 527677 527707 528441 528446) (|FullyRetractableTo| "retract.spad" 527180 527206 527667 527672) (|FullyRetractableTo&| "retract.spad" 526556 526585 527046 527051) (|FramedAlgebra| "algcat.spad" 524959 524983 526546 526551) (|FramedAlgebra&| "algcat.spad" 523359 523386 524949 524954) (|FractionFunctions2| "fraction.spad" 522948 522976 523349 523354) (|Fraction| "fraction.spad" 520745 520761 521138 521347) (|FactoredFunctions2| "fr.spad" 520065 520093 520735 520740) (|Factored| "fr.spad" 514064 514080 519027 519079) (|FloatingPointSystem| "sf.spad" 510891 510916 513959 514059) (|FloatingPointSystem&| "sf.spad" 507711 507739 510782 510787) (|FieldOfPrimeCharacteristic| "ffcat.spad" 506746 506778 507626 507706) (|FieldOfPrimeCharacteristic&| "ffcat.spad" 505853 505888 506736 506741) (|FullyPatternMatchable| "patmatch1.spad" 505596 505625 505843 505848) (|FullPartialFractionExpansion| "fparfrac.spad" 504416 504455 505586 505591) (|FindOrderFinite| "pfo.spad" 504098 504131 504406 504411) (|FreeNilpotentLie| "fnla.spad" 503530 503566 504088 504093) (|FileNameCategory| "fname.spad" 502111 502133 503520 503525) (|FileName| "fname.spad" 501997 502011 502101 502106) (|FreeMonoid| "free.spad" 501662 501680 501945 501950) (|FreeMonoidCategory| "free.spad" 498815 498841 501652 501657) (|FreeModuleCat| "xpoly.spad" 496662 496691 498805 498810) (|FreeMagma| "xlpoly.spad" 494641 494665 496652 496657) (|FreeModule1| "xpoly.spad" 494006 494027 494584 494589) (|FreeModule| "poly.spad" 493623 493643 493870 493875) (|FloatingRealPackage| "numsolve.spad" 491349 491380 493613 493618) (|FloatingComplexPackage| "numsolve.spad" 488768 488802 491339 491344) (|Float| "float.spad" 485832 485843 488610 488763) (|FullyLinearlyExplicitRingOver| "catdef.spad" 485527 485564 485822 485827) (|FullyLinearlyExplicitRingOver&| "catdef.spad" 485151 485191 485449 485454) (|FiniteLinearAggregateSort| "defaults.spad" 484454 484489 485141 485146) (|FreeLieAlgebra| "xlpoly.spad" 482426 482457 484444 484449) (|FiniteLinearAggregateFunctions2| "aggcat2.spad" 481114 481159 482416 482421) (|FiniteLinearAggregate| "aggcat.spad" 478171 478200 481104 481109) (|FiniteLinearAggregate&| "aggcat.spad" 475054 475086 477990 477995) (|FiniteRankAlgebra| "algcat.spad" 473158 473186 475044 475049) (|FiniteRankAlgebra&| "algcat.spad" 471115 471146 473004 473009) (|Finite| "catdef.spad" 470263 470275 471105 471110) (|Finite&| "catdef.spad" 469408 469423 470253 470258) (|FiniteAggregate| "aggcat.spad" 466120 466143 469398 469403) (|FiniteAggregate&| "aggcat.spad" 462788 462814 466069 466074) (|FiniteRankNonAssociativeAlgebra| "naalgc.spad" 452341 452380 462778 462783) (|FiniteRankNonAssociativeAlgebra&| "naalgc.spad" 441845 441887 452285 452290) (|FileCategory| "files.spad" 440369 440396 441835 441840) (|File| "files.spad" 439950 439962 440359 440364) (|Field| "catdef.spad" 439442 439453 439865 439945) (|Field&| "catdef.spad" 439006 439020 439432 439437) (|FreeGroup| "free.spad" 437672 437689 438996 439001) (|FGLMIfCanPackage| "zerodim.spad" 436453 436482 437662 437667) (|FiniteFieldExtension| "ffp.spad" 435853 435886 436204 436284) (|FiniteFieldSolveLinearPolynomialEquation| "ffcat.spad" 435330 435385 435843 435848) (|FiniteFieldPolynomialPackage2| "ffpoly2.spad" 434367 434407 435320 435325) (|FiniteFieldPolynomialPackage| "ffpoly.spad" 425683 425720 434357 434362) (|FiniteFieldExtensionByPolynomial| "ffp.spad" 425093 425143 425434 425514) (|FiniteFieldNormalBasisExtension| "ffnb.spad" 423619 423668 424844 424924) (|FiniteFieldNormalBasisExtensionByPolynomial| "ffnb.spad" 422134 422192 423370 423450) (|FiniteFieldNormalBasis| "ffnb.spad" 420633 420674 421869 421949) (|FunctionFieldIntegralBasis| "intclos.spad" 418127 418166 420623 420628) (|FiniteFieldCategory| "ffcat.spad" 415708 415733 418042 418122) (|FiniteFieldCategory&| "ffcat.spad" 413361 413389 415698 415703) (|FiniteFieldHomomorphisms| "ffhom.spad" 412111 412150 413351 413356) (|FiniteFieldFunctions| "fff.spad" 409536 409565 412101 412106) (|FiniteFieldCyclicGroupExtension| "ffcg.spad" 408397 408446 409287 409367) (|FiniteFieldCyclicGroupExtensionByPolynomial| "ffcg.spad" 407288 407349 408148 408228) (|FiniteFieldCyclicGroup| "ffcg.spad" 406114 406155 407023 407103) (|FunctionFieldCategoryFunctions2| "curve.spad" 405832 405901 406104 406109) (|FunctionFieldCategory| "curve.spad" 399006 399043 405695 405827) (|FunctionFieldCategory&| "curve.spad" 392227 392267 398919 398924) (|FiniteField| "ffp.spad" 391720 391745 391962 392042) (|FullyEvalableOver| "equation2.spad" 391542 391567 391710 391715) (|FullyEvalableOver&| "equation2.spad" 391156 391184 391327 391332) (|FiniteDivisorCategory| "divisor.spad" 389237 389276 391146 391151) (|FiniteDivisorCategory&| "divisor.spad" 387315 387357 389227 389232) (|FiniteDivisorFunctions2| "divisor.spad" 386950 387011 387305 387310) (|FiniteDivisor| "divisor.spad" 386401 386432 386940 386945) (|FunctorData| "domain.spad" 385400 385417 386391 386396) (|FourierComponent| "fourier.spad" 384765 384789 385390 385395) (|FiniteAlgebraicExtensionField| "ffcat.spad" 377790 377827 384680 384760) (|FiniteAlgebraicExtensionField&| "ffcat.spad" 370849 370889 377742 377747) (|FlexibleArray| "array1.spad" 369199 369220 370243 370248) (|FiniteAbelianMonoidRing| "polycat.spad" 367314 367347 369089 369194) (|FiniteAbelianMonoidRing&| "polycat.spad" 365388 365424 367166 367171) (|FreeAbelianMonoid| "free.spad" 365023 365048 365308 365313) (|FreeAbelianMonoidCategory| "free.spad" 363320 363355 365013 365018) (|FreeAbelianGroup| "free.spad" 362937 362961 363207 363212) (|FactoringUtilities| "facutil.spad" 361133 361166 362927 362932) (|FactoredFunctions| "manip.spad" 360320 360345 361123 361128) (|ExponentialOfUnivariatePuiseuxSeries| "expexpan.spad" 357665 357722 358998 359148) (|ExpressionTubePlot| "tube.spad" 354937 354961 357655 357660) (|ExpressionSpaceODESolver| "exprode.spad" 352087 352121 354927 354932) (|ExpressionToUnivariatePowerSeries| "expr2ups.spad" 348178 348222 352077 352082) (|ExpressionFunctions2| "expr.spad" 347865 347895 348168 348173) (|Expression| "expr.spad" 345573 345591 346295 346434) (|ExponentialExpansion| "expexpan.spad" 343205 343248 343855 343935) (|ExitAst| "syntax.spad" 342936 342949 343195 343200) (|Exit| "void.spad" 342605 342615 342926 342931) (|EvaluateCycleIndicators| "cycles.spad" 342048 342079 342595 342600) (|Evalable| "equation1.spad" 341622 341638 342038 342043) (|Evalable&| "equation1.spad" 341193 341212 341612 341617) (|EuclideanDomain| "catdef.spad" 338787 338808 341136 341188) (|EuclideanDomain&| "catdef.spad" 336425 336449 338777 338782) (|ExpressionSpaceFunctions2| "fspace.spad" 335919 335954 336415 336420) (|ExpressionSpaceFunctions1| "fspace.spad" 335470 335505 335909 335914) (|ExpressionSpace| "fspace.spad" 328328 328349 335460 335465) (|ExpressionSpace&| "fspace.spad" 321088 321112 328223 328228) (|ErrorFunctions| "error.spad" 318403 318423 321078 321083) (|EqTable| "table.spad" 317265 317292 317479 317484) (|EquationFunctions2| "equation2.spad" 316967 316995 317255 317260) (|Equation| "equation2.spad" 313334 313350 315998 316003) (|EigenPackage| "eigen.spad" 309650 309670 313324 313329) (|Environment| "any.spad" 308319 308336 309640 309645) (|EntireRing| "catdef.spad" 308004 308020 308288 308314) (|EntireRing&| "catdef.spad" 307707 307726 307994 307999) (|EuclideanModularRing| "modring.spad" 307114 307181 307650 307702) (|EltableAggregate| "aggcat.spad" 305354 305387 307104 307109) (|EltableAggregate&| "aggcat.spad" 303507 303543 305260 305265) (|Eltable| "aggcat.spad" 302977 302995 303497 303502) (|EllipticFunctionsUnivariateTaylorSeries| "elfuts.spad" 302375 302431 302967 302972) (|ElementaryFunctionCategory| "trigcat.spad" 302040 302072 302365 302370) (|ElementaryFunctionCategory&| "trigcat.spad" 301702 301737 302030 302035) (|ExtensibleLinearAggregate| "aggcat.spad" 299660 299693 301692 301697) (|ExtensibleLinearAggregate&| "aggcat.spad" 297530 297566 299565 299570) (|Elaboration| "compiler.spad" 296867 296884 297520 297525) (|ElaboratedExpression| "syntax.spad" 295781 295807 296857 296862) (|ElementaryFunctionsUnivariatePuiseuxSeries| "efupxs.spad" 292514 292584 295734 295739) (|ElementaryFunctionsUnivariateLaurentSeries| "efuls.spad" 289307 289370 292467 292472) (|ElementaryFunctionStructurePackage| "efstruc.spad" 287294 287338 289297 289302) (|ElementaryFunction| "elemntry.spad" 282058 282086 287284 287289) (|ExtAlgBasis| "derham.spad" 280349 280366 282048 282053) (|DifferentialVariableCategory| "dpolcat.spad" 277329 277365 280339 280344) (|DifferentialVariableCategory&| "dpolcat.spad" 274306 274345 277319 277324) (|DifferentialSparseMultivariatePolynomial| "dpolcat.spad" 272272 272324 272615 272789) (|DifferentialSpaceExtension| "catdef.spad" 271550 271584 272262 272267) (|DifferentialSpaceExtension&| "catdef.spad" 270707 270744 271422 271427) (|DrawOptionFunctions1| "drawopt.spad" 270354 270382 270697 270702) (|DrawOptionFunctions0| "drawopt.spad" 265201 265227 270344 270349) (|DrawOption| "drawopt.spad" 259152 259168 265191 265196) (|TopLevelDrawFunctionsForPoints| "draw.spad" 257297 257333 259142 259147) (|DrawNumericHack| "numeric.spad" 256592 256615 257287 257292) (|DrawComplex| "drawpak.spad" 254061 254078 256582 256587) (|TopLevelDrawFunctionsForAlgebraicCurves| "draw.spad" 253571 253623 254051 254056) (|TopLevelDrawFunctionsForCompiledFunctions| "draw.spad" 243064 243111 253561 253566) (|TopLevelDrawFunctions| "draw.spad" 235921 235953 243054 243059) (|DequeueAggregate| "aggcat.spad" 234107 234131 235911 235916) (|DifferentialPolynomialCategory| "dpolcat.spad" 229389 229433 233928 234102) (|DifferentialPolynomialCategory&| "dpolcat.spad" 224789 224836 229331 229336) (|DirectProductModule| "lodop.spad" 222352 222385 222507 222512) (|DirectProductMatrixModule| "lodop.spad" 219922 219963 220070 220075) (|DomainTemplate| "domain.spad" 219681 219701 219912 219917) (|DomainConstructor| "domain.spad" 219421 219444 219671 219676) (|Domain| "domain.spad" 218528 218540 219411 219416) (|DistributedMultivariatePolynomial| "gdpoly.spad" 216447 216493 217048 217222) (|DifferentialModuleExtension| "catdef.spad" 216311 216346 216437 216442) (|DiscreteLogarithmPackage| "ffcat.spad" 215649 215681 216301 216306) (|DataList| "alql.spad" 214433 214449 215043 215048) (|DoublyLinkedAggregate| "aggcat.spad" 212831 212860 214423 214428) (|DivisionRing| "catdef.spad" 212388 212406 212800 212826) (|DivisionRing&| "catdef.spad" 211963 211984 212378 212383) (|DisplayPackage| "out.spad" 210141 210161 211953 211958) (|DirectProductFunctions2| "vector.spad" 208938 208977 210131 210136) (|DirectProduct| "vector.spad" 205555 205582 206206 206211) (|DirectProductCategory| "vector.spad" 204911 204946 205545 205550) (|DirectProductCategory&| "vector.spad" 203712 203750 204349 204354) (|DiophantineSolutionPackage| "solvedio.spad" 202513 202545 203702 203707) (|DictionaryOperations| "aggcat.spad" 201501 201529 202503 202508) (|DictionaryOperations&| "aggcat.spad" 200412 200443 201417 201422) (|Dioid| "catdef.spad" 200267 200278 200402 200407) (|DifferentialRing| "catdef.spad" 200101 200123 200257 200262) (|DifferentialSpace| "catdef.spad" 199665 199688 200091 200096) (|DifferentialSpace&| "catdef.spad" 199226 199252 199655 199660) (|DifferentialModule| "catdef.spad" 198721 198747 199216 199221) (|DifferentialDomain| "catdef.spad" 197870 197897 198711 198716) (|DifferentialDomain&| "catdef.spad" 197016 197046 197860 197865) (|DifferentialExtension| "catdef.spad" 196826 196855 197006 197011) (|Dictionary| "aggcat.spad" 196458 196476 196816 196821) (|Dictionary&| "aggcat.spad" 196087 196108 196448 196453) (|DenavitHartenbergMatrix| "dhmatrix.spad" 194481 194512 195647 195652) (|DoubleFloatSpecialFunctions| "special.spad" 188096 188129 194471 194476) (|DoubleFloat| "sf.spad" 184699 184716 187991 188091) (|DefiniteIntegrationTools| "defintrf.spad" 182912 182946 184689 184694) (|DeRhamComplex| "derham.spad" 180998 181041 182902 182907) (|Dequeue| "bags.spad" 180456 180471 180744 180749) (|DegreeReductionPackage| "degred.spad" 180053 180087 180446 180451) (|RationalFunctionDefiniteIntegration| "defintrf.spad" 177602 177645 180043 180048) (|ElementaryFunctionDefiniteIntegration| "defintef.spad" 176109 176156 177592 177597) (|DefinitionAst| "syntax.spad" 175482 175501 176099 176104) (|DecimalExpansion| "radix.spad" 173645 173667 174020 174100) (|DistinctDegreeFactorize| "ddfact.spad" 171449 171483 173635 173640) (|DoubleResultantPackage| "intalg.spad" 171033 171073 171439 171444) (|DualBasis| "vector.spad" 170652 170674 171023 171028) (|Database| "alql.spad" 169310 169326 170642 170647) (|DataArray| "data.spad" 168789 168809 169300 169305) (|CyclotomicPolynomialPackage| "cyclotom.spad" 168270 168303 168779 168784) (|CycleIndicators| "cycles.spad" 165040 165061 168260 168265) (|CoerceVectorMatrixPackage| "generic.spad" 164434 164467 165030 165035) (|ComplexTrigonometricManipulations| "efstruc.spad" 162907 162950 164424 164429) (|ConstructorKind| "domain.spad" 162497 162518 162897 162902) (|ConstructorCategory| "domain.spad" 161721 161746 162487 162492) (|ConstructorCategory&| "domain.spad" 160942 160970 161711 161716) (|ConstructorCall| "domain.spad" 160518 160541 160932 160937) (|Constructor| "domain.spad" 160200 160217 160508 160513) (|CyclicStreamTools| "stream.spad" 159430 159458 160190 160195) (|ComplexRootFindingPackage| "crfp.spad" 153179 153215 159420 159425) (|CoerceAst| "syntax.spad" 152892 152907 153169 153174) (|CRApackage| "cra.spad" 151951 151969 152882 152887) (|ComplexPatternMatch| "gaussian.spad" 151413 151445 151851 151856) (|CharacteristicPolynomialInMonogenicalAlgebra| "algcat.spad" 151076 151137 151403 151408) (|CoordinateSystems| "coordsys.spad" 146070 146095 151066 151071) (|Contour| "any.spad" 145492 145505 146060 146065) (|ContinuedFraction| "contfrac.spad" 141240 141265 145407 145487) (|Conduit| "net.spad" 140993 141006 141230 141235) (|CommutativeRing| "catdef.spad" 140682 140703 140959 140988) (|SubSpaceComponentProperty| "newpoint.spad" 140177 140208 140672 140677) (|ComplexPattern| "gaussian.spad" 139932 139959 140167 140172) (|ComplexFunctions2| "gaussian.spad" 139632 139659 139922 139927) (|Complex| "gaussian.spad" 136844 136859 137093 137467) (|CompilerPackage| "compiler.spad" 136380 136401 136834 136839) (|ComplexFactorization| "gaussian.spad" 135964 135996 136370 136375) (|ComplexCategory| "gaussian.spad" 133910 133933 135585 135959) (|ComplexCategory&| "gaussian.spad" 131487 131513 133165 133170) (|CommutativeOperatorCategory| "catdef.spad" 131209 131245 131347 131482) (|CommutativeOperation| "catdef.spad" 130781 130810 131069 131204) (|CommuteUnivariatePolynomialCategory| "polycat.spad" 130496 130547 130771 130776) (|CommonOperators| "op.spad" 130016 130037 130486 130491) (|CommaAst| "syntax.spad" 129773 129787 130006 130011) (|Commutator| "fnla.spad" 129576 129592 129763 129768) (|CombinatorialOpsCategory| "combfunc.spad" 128477 128507 129566 129571) (|IntegerCombinatoricFunctions| "combinat.spad" 127218 127254 128467 128472) (|CombinatorialFunction| "combfunc.spad" 124625 124656 127208 127213) (|Color| "color.spad" 123459 123470 124615 124620) (|ColonAst| "syntax.spad" 123119 123133 123449 123454) (|ComplexRootPackage| "cmplxrt.spad" 122814 122847 123109 123114) (|CollectAst| "syntax.spad" 122468 122484 122804 122809) (|TwoDimensionalPlotClipping| "clip.spad" 118552 118584 122458 122463) (|CliffordAlgebra| "clifford.spad" 117379 117408 118542 118547) (|Collection| "aggcat.spad" 115577 115595 117369 117374) (|Collection&| "aggcat.spad" 113594 113615 115389 115394) (|ComplexIntegerSolveLinearPolynomialEquation| "gaussian.spad" 112908 112962 113584 113589) (|ChangeOfVariable| "curve.spad" 111036 111068 112898 112903) (|CharacteristicZero| "catdef.spad" 110945 110969 111026 111031) (|CharacteristicPolynomialPackage| "eigen.spad" 110442 110481 110935 110940) (|CharacteristicNonZero| "catdef.spad" 110195 110222 110432 110437) (|Character| "string.spad" 107556 107571 110185 110190) (|CombinatorialFunctionCategory| "trigcat.spad" 106857 106892 107546 107551) (|CommonDenominator| "cden.spad" 106062 106091 106847 106852) (|CharacterClass| "string.spad" 104294 104314 105568 105599) (|Category| "domain.spad" 103362 103376 104284 104289) (|CategoryConstructor| "domain.spad" 103236 103261 103352 103357) (|CategoryAst| "syntax.spad" 102853 102870 103226 103231) (|CaseAst| "syntax.spad" 102562 102575 102843 102848) (|CartesianTensorFunctions2| "carten.spad" 101929 101979 102552 102557) (|CartesianTensor| "carten.spad" 97668 97705 101919 101924) (|CardinalNumber| "card.spad" 94943 94963 97634 97663) (|CapsuleAst| "syntax.spad" 94717 94733 94933 94938) (|CachableSet| "kl.spad" 94332 94349 94707 94712) (|CancellationAbelianMonoid| "catdef.spad" 93868 93899 94322 94327) (|ByteOrder| "data.spad" 93536 93551 93858 93863) (|ByteBuffer| "data.spad" 91756 91772 92970 92975) (|Byte| "data.spad" 91229 91239 91746 91751) (|BinaryTree| "tree.spad" 90362 90380 90904 90909) (|BinaryTournament| "tree.spad" 89421 89445 90037 90042) (|BinaryTreeCategory| "tree.spad" 88984 89010 89411 89416) (|BinaryTreeCategory&| "tree.spad" 88544 88573 88974 88979) (|BitAggregate| "aggcat.spad" 88022 88040 88534 88539) (|BitAggregate&| "aggcat.spad" 87497 87518 88012 88017) (|BinarySearchTree| "tree.spad" 86292 86316 87172 87177) (|BrillhartTests| "brill.spad" 84485 84508 86282 86287) (|BinaryRecursiveAggregate| "aggcat.spad" 83419 83451 84475 84480) (|BinaryRecursiveAggregate&| "aggcat.spad" 82266 82301 83325 83330) (|BalancedPAdicRational| "padic.spad" 80412 80443 80678 80758) (|BalancedPAdicInteger| "padic.spad" 80083 80113 80355 80407) (|BoundIntegerRoots| "oderf.spad" 79728 79756 80073 80078) (|BasicOperatorFunctions1| "op.spad" 77165 77196 79718 79723) (|BasicOperator| "op.spad" 72296 72315 77155 77160) (|Boolean| "boolean.spad" 71839 71852 72286 72291) (|BooleanLogic| "logic.spad" 71479 71497 71829 71834) (|BooleanLogic&| "logic.spad" 71116 71137 71469 71474) (|BiModule| "catdef.spad" 70949 70967 71106 71111) (|Bits| "boolean.spad" 70222 70232 70439 70444) (|BinaryOperatorCategory| "catdef.spad" 70084 70115 70212 70217) (|BinaryOperation| "catdef.spad" 69821 69845 70074 70079) (|Binding| "any.spad" 69237 69250 69811 69816) (|BinaryExpansion| "radix.spad" 67406 67427 67775 67855) (|BagAggregate| "aggcat.spad" 66725 66745 67396 67401) (|BagAggregate&| "aggcat.spad" 66041 66064 66715 66720) (|BezoutMatrix| "bezout.spad" 65163 65200 65983 65988) (|BalancedBinaryTree| "tree.spad" 62092 62118 64838 64843) (|BasicType| "catdef.spad" 61584 61599 62082 62087) (|BasicType&| "catdef.spad" 61073 61091 61574 61579) (|BalancedFactorisation| "oderf.spad" 60513 60545 61063 61068) (|Automorphism| "ore.spad" 59963 59983 60503 60508) (|AttributeRegistry| "attreg.spad" 58271 58294 59774 59958) (|AttributeAst| "syntax.spad" 57977 57995 58261 58266) (|ArcTrigonometricFunctionCategory| "trigcat.spad" 57416 57454 57967 57972) (|ArcTrigonometricFunctionCategory&| "trigcat.spad" 56852 56893 57406 57411) (|AbstractSyntaxCategory| "syntax.spad" 56735 56763 56842 56847) (|AbstractSyntaxCategory&| "syntax.spad" 56615 56646 56725 56730) (|ArrayStack| "bags.spad" 56084 56102 56361 56366) (|AssociatedEquations| "lodof.spad" 54897 54926 56037 56042) (|TwoDimensionalArray| "array2.spad" 54476 54503 54643 54648) (|OneDimensionalArrayFunctions2| "array1.spad" 53161 53200 54466 54471) (|OneDimensionalArray| "array1.spad" 52191 52218 52555 52560) (|TwoDimensionalArrayCategory| "array2.spad" 48474 48521 52181 52186) (|TwoDimensionalArrayCategory&| "array2.spad" 44754 44804 48464 48469) (|Arity| "term.spad" 44122 44133 44744 44749) (|ApplyRules| "rule.spad" 43401 43428 44112 44117) (|ApplyUnivariateSkewPolynomial| "ore.spad" 42992 43033 43391 43396) (|AnyFunctions1| "any.spad" 42051 42072 42982 42987) (|Any| "any.spad" 40900 40909 42041 42046) (|AntiSymm| "derham.spad" 39476 39499 40890 40895) (|AnonymousFunction| "variable.spad" 39169 39192 39466 39471) (|AlgebraicNumber| "constant.spad" 37618 37639 38995 39075) (|AbelianMonoidRing| "polycat.spad" 35924 35951 37508 37613) (|AbelianMonoidRing&| "polycat.spad" 34020 34050 35607 35612) (|AssociationList| "list.spad" 32544 32579 32908 32913) (|AlgebraGivenByStructuralConstants| "naalg.spad" 31680 31738 32449 32454) (|AlgebraPackage| "naalg.spad" 27437 27461 31623 31628) (|AlgebraicMultFact| "multfact.spad" 26614 26644 27427 27432) (|AlgebraicManipulations| "manip.spad" 24064 24096 26424 26429) (|AlgebraicFunctionField| "curve.spad" 22804 22852 23042 23174) (|AlgFactor| "algfact.spad" 21915 21933 22794 22799) (|Algebra| "catdef.spad" 21776 21791 21905 21910) (|Algebra&| "catdef.spad" 21634 21652 21766 21771) (|AssociationListAggregate| "aggcat.spad" 21149 21193 21624 21629) (|ArcHyperbolicFunctionCategory| "trigcat.spad" 20502 20537 21139 21144) (|Aggregate| "aggcat.spad" 19401 19416 20492 20497) (|Aggregate&| "aggcat.spad" 18297 18315 19391 19396) (|AlgebraicFunction| "algfunc.spad" 16714 16741 18230 18235) (|AddAst| "syntax.spad" 16395 16407 16704 16709) (|PlaneAlgebraicCurvePlot| "acplot.spad" 15250 15279 16385 16390) (|AlgebraicallyClosedFunctionSpace| "algfunc.spad" 13089 13129 15165 15245) (|AlgebraicallyClosedFunctionSpace&| "algfunc.spad" 11000 11043 13079 13084) (|AlgebraicallyClosedField| "algfunc.spad" 7744 7774 10915 10995) (|AlgebraicallyClosedField&| "algfunc.spad" 4560 4593 7734 7739) (|AbelianSemiGroup| "catdef.spad" 4086 4108 4550 4555) (|AbelianSemiGroup&| "catdef.spad" 3609 3634 4076 4081) (|AbelianMonoid| "catdef.spad" 3025 3044 3599 3604) (|AbelianMonoid&| "catdef.spad" 2438 2460 3015 3020) (|AbelianGroup| "catdef.spad" 2092 2110 2428 2433) (|AbelianGroup&| "catdef.spad" 1743 1764 2082 2087) (|OneDimensionalArrayAggregate| "aggcat.spad" 888 924 1733 1738) (|OneDimensionalArrayAggregate&| "aggcat.spad" 30 69 878 883)) \ No newline at end of file
diff --git a/src/share/algebra/category.daase b/src/share/algebra/category.daase
index 834af7d6..58cf0564 100644
--- a/src/share/algebra/category.daase
+++ b/src/share/algebra/category.daase
@@ -1,100 +1,100 @@
-(283984 . 3662084404)
+(244683 . 3662386290)
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
+((($) . T) (((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T))
+(((#1=(|Integer|)) |has| (|Fraction| |#2|) (|RetractableTo| (|Integer|))) (((|Fraction| |#2|)) . T) (((|Fraction| #1#)) |has| (|Fraction| |#2|) (|RetractableTo| (|Fraction| (|Integer|)))))
+((((|Symbol|)) OR (|has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|))) (|has| (|Fraction| |#2|) (|PartialDifferentialSpace| (|Symbol|)))))
+((((|Symbol|)) |has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|))))
+((($ (|Symbol|)) OR (|has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|))) (|has| (|Fraction| |#2|) (|PartialDifferentialSpace| (|Symbol|)))))
((((|Fraction| |#2|) |#3|) . T))
-((((|Fraction| (|Integer|))) |has| #1=(|Fraction| |#2|) (|RetractableTo| (|Fraction| (|Integer|)))) (((|Integer|)) |has| #1# (|RetractableTo| (|Integer|))) ((#1#) . T))
+((($) . T) (((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T))
+((((|Integer|)) |has| (|Fraction| |#2|) (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| |#2|)) . T))
+((($) . T) (((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((#1=(|Integer|)) |has| (|Fraction| |#2|) (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| |#2|)) . T) (((|Fraction| #1#)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| |#2|)) . T) (((|Fraction| #1#)) . T))
((((|Fraction| |#2|)) . T))
-((((|Integer|)) |has| #1=(|Fraction| |#2|) (|LinearlyExplicitRingOver| (|Integer|))) ((#1#) . T))
((((|Fraction| |#2|)) . T))
((((|Fraction| |#2|) |#3|) . T))
-(|has| (|Fraction| |#2|) (|CharacteristicZero|))
((((|Fraction| |#2|) |#3|) . T))
-(|has| (|Fraction| |#2|) (|CharacteristicNonZero|))
-((((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(|has| (|Fraction| |#2|) (|DifferentialRing|))
-((($) OR (|has| (|Fraction| |#2|) (|DifferentialRing|)) (|has| (|Fraction| |#2|) (|DifferentialSpace|))))
-(OR (|has| (|Fraction| |#2|) (|DifferentialRing|)) (|has| (|Fraction| |#2|) (|DifferentialSpace|)))
((((|Fraction| |#2|)) . T))
-((($ (|Symbol|)) OR (|has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|))) (|has| (|Fraction| |#2|) (|PartialDifferentialSpace| (|Symbol|)))))
-((((|Symbol|)) OR (|has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|))) (|has| (|Fraction| |#2|) (|PartialDifferentialSpace| (|Symbol|)))))
-((((|Symbol|)) |has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|))))
+(|has| (|Fraction| |#2|) (|DifferentialSpace|))
+(|has| (|Fraction| |#2|) (|DifferentialRing|))
((((|Fraction| |#2|)) . T))
+((($) |has| (|Fraction| |#2|) (|DifferentialSpace|)))
(((|#3|) . T))
-(((#1=(|Fraction| |#2|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T) (($ $) . T))
-((((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
((((|OutputForm|)) . T))
-((((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-((((|Integer|)) |has| #1=(|Fraction| |#2|) (|LinearlyExplicitRingOver| (|Integer|))) ((#1#) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T) (((|Integer|)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| |#2|)) . T) (((|Fraction| #1#)) . T))
+(|has| (|Fraction| |#2|) (|CharacteristicZero|))
+(|has| (|Fraction| |#2|) (|CharacteristicNonZero|))
+((($ $) . T) ((#1=(|Fraction| |#2|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T))
+((($) . T) (((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T))
(((|#1| |#2| |#3|) . T))
-((((|Integer|) |#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
((((|SquareMatrix| |#2| |#1|)) . T) ((|#1|) . T))
-((((|OutputForm|)) . T))
((((|SquareMatrix| |#2| |#1|)) . T) ((|#1|) . T) (((|Integer|)) . T))
(((|#1|) . T))
-(((|#1|) . T))
+((((|Integer|) |#1|) . T))
+((((|OutputForm|)) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
-(((|#1|) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#1| |#2|) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#1| |#2|) . T))
+(((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((#1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))))
+(((|#1| |#2|) . T) (((|Integer|) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
-((((|OutputForm|)) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))))
+(((|#1| |#2|) . T) (((|Integer|) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#1| |#2|) . T) (((|UniversalSegment| #1=(|Integer|)) $) . T) ((#1# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-(((|#1| |#2|) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+((((|OutputForm|)) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
-((((|Integer|) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|#1| |#2|) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
-(((#1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-((((|Integer|) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) (((|UniversalSegment| (|Integer|)) $) . T) ((|#1| |#2|) . T))
-((((|Integer|) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|#1| |#2|) . T))
-(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
((($) . T))
-((((|Complex| (|Float|))) . T) (((|DoubleFloat|)) . T) (((|Float|)) . T))
+((((|Complex| (|Float|))) . T) (((|Float|)) . T))
((((|Fraction| #1=(|Integer|))) . T) ((#1#) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-(((#1=(|Fraction| (|Integer|)) #1#) . T) (($ $) . T))
-((($) . T))
-((($ $) . T) (((|Kernel| $) $) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
+((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
((((|Fraction| #1=(|Integer|))) . T) ((#1#) . T) (((|Kernel| $)) . T))
-((((|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $))) . T) (($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T) (((|Kernel| $)) . T))
+((($ $) . T) (((|Kernel| $) $) . T))
+((($) . T))
((((|OutputForm|)) . T))
+((((|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $))) . T) (($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T) (((|Kernel| $)) . T))
((((|OutputForm|)) . T))
(((|#1|) . T))
(((|#1|) . T))
+((($) . T) ((|#1|) . T))
+((($) . T) ((|#1|) . T) (((|Integer|)) . T))
((((|OutputForm|)) . T))
-(((|#1|) . T) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (($) . T))
(((|#1|) . T) (((|Integer|)) . T))
(((|#1|) . T))
((((|OutputForm|)) . T))
@@ -102,84 +102,84 @@
((((|NonNegativeInteger|)) . T))
((((|OutputForm|)) . T))
(((|#1|) . T))
+(|has| |#1| (|SetCategory|))
(|has| |#1| (|OrderedSet|))
(|has| |#1| (|OrderedSet|))
(((|#1|) . T))
-((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
-((((|Integer|) |#1|) . T))
-((((|UniversalSegment| (|Integer|)) $) . T) (((|Integer|) |#1|) . T))
+(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
((((|Integer|) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
-(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|))))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|Integer|) |#1|) . T))
+((((|UniversalSegment| #1=(|Integer|)) $) . T) ((#1# |#1|) . T))
+((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
(((|#1|) . T))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|SetCategory|)))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+(|has| |#1| (|SetCategory|))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
(((|#1|) . T))
-(|has| |#1| (|SetCategory|))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
(((|#1| #1=(|OneDimensionalArray| |#1|) #1#) . T))
(((|#1|) . T))
-(((|#1|) . T))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|SetCategory|)))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+(|has| |#1| (|SetCategory|))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
(((|#1|) . T))
-(|has| |#1| (|SetCategory|))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
+(((|#1|) . T))
(((|#1|) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
(((|#1| |#1|) . T))
((((|OutputForm|)) . T))
(((|#1|) . T))
-(((|#1|) . T))
(|has| |#1| (|SetCategory|))
(((|#1|) . T))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|SetCategory|))))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
(((|#1|) . T))
-((((|RadixExpansion| 2)) . T) (((|Fraction| (|Integer|))) . T) (((|OutputForm|)) . T))
+(|has| |#1| (|BasicType|))
+(((|#1|) . T))
+((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
+(((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
-((($) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((#1=(|Integer|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T) (($ $) . T))
((((|Integer|)) . T))
+((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
-((((|InputForm|)) . T) (((|Pattern| (|Integer|))) . T) (((|Float|)) . T) (((|DoubleFloat|)) . T))
-((((|Fraction| (|Integer|))) . T) (((|Integer|)) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T))
+((((|Pattern| (|Integer|))) . T) (((|InputForm|)) . T) (((|Float|)) . T) (((|DoubleFloat|)) . T))
+((((|RadixExpansion| 2)) . T) (((|Fraction| (|Integer|))) . T) (((|OutputForm|)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((($ $) . T) ((#1=(|Integer|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T))
+((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
((((|Integer|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
@@ -188,121 +188,121 @@
((((|Boolean|)) . T))
((((|Boolean|)) . T))
((((|Boolean|)) . T))
-((((|OutputForm|)) . T))
+((((|Integer|) (|Boolean|)) . T))
+((((|Boolean|)) . T))
((((|Boolean|)) . T))
((((|Boolean|)) . T))
((((|Boolean|)) . T))
((((|Integer|) (|Boolean|)) . T))
-((((|Integer|) (|Boolean|)) . T))
-((((|Integer|) (|Boolean|)) . T) (((|UniversalSegment| (|Integer|)) $) . T))
+((((|UniversalSegment| #1=(|Integer|)) $) . T) ((#1# (|Boolean|)) . T))
((((|InputForm|)) . T))
((((|Boolean|)) . T))
-((((|Boolean|)) . T))
+((((|OutputForm|)) . T))
((((|InputForm|)) . T))
((((|OutputForm|)) . T))
((((|Symbol|)) . T))
((((|OutputForm|)) . T))
((($) . T))
-((((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T))
((($) . T))
-((($ $) . T))
((($) . T))
((($) . T))
((($) . T))
+((($) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
+((($) . T) (((|Integer|)) . T))
+((($ $) . T))
((($) . T))
-((((|Integer|)) . T) (($) . T))
(((|#1|) . T))
-((((|OutputForm|)) . T))
+((($) . T) (((|BalancedPAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|BalancedPAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
((((|BalancedPAdicInteger| |#1|)) . T))
((((|BalancedPAdicInteger| |#1|)) . T))
-((((|BalancedPAdicInteger| |#1|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((($) . T) (((|Integer|)) . T) (((|BalancedPAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
-((((|BalancedPAdicInteger| |#1|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|BalancedPAdicInteger| |#1|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|BalancedPAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|BalancedPAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((#1=(|BalancedPAdicInteger| |#1|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T) (($ $) . T))
+((($) . T) (((|BalancedPAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
((((|BalancedPAdicInteger| |#1|)) . T))
+((($) . T) (((|BalancedPAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|BalancedPAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|BalancedPAdicInteger| |#1|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(((#1=(|BalancedPAdicInteger| |#1|) #1#) |has| #1# (|Evalable| #1#)) (((|Symbol|) #1#) |has| #1# (|InnerEvalable| (|Symbol|) #1#)))
((((|BalancedPAdicInteger| |#1|)) . T))
-((((|Symbol|) #1=(|BalancedPAdicInteger| |#1|)) |has| #1# (|InnerEvalable| (|Symbol|) #1#)) ((#1# #1#) |has| #1# (|Evalable| #1#)))
-(((#1=(|BalancedPAdicInteger| |#1|)) |has| #1# (|Evalable| #1#)))
-(((#1=(|BalancedPAdicInteger| |#1|) $) |has| #1# (|Eltable| #1# #1#)))
((((|BalancedPAdicInteger| |#1|)) . T))
-((($) . T) (((|BalancedPAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
((((|BalancedPAdicInteger| |#1|)) . T))
((((|BalancedPAdicInteger| |#1|)) . T))
+(((#1=(|BalancedPAdicInteger| |#1|)) |has| #1# (|Evalable| #1#)))
+(((#1=(|BalancedPAdicInteger| |#1|) $) |has| #1# (|Eltable| #1# #1#)))
((((|BalancedPAdicInteger| |#1|)) . T))
-((((|Integer|)) . T) (((|BalancedPAdicInteger| |#1|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
((((|BalancedPAdicInteger| |#1|)) . T))
+((((|OutputForm|)) . T))
+((($) . T) (((|BalancedPAdicInteger| |#1|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((($ $) . T) ((#1=(|BalancedPAdicInteger| |#1|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T))
+((($) . T) (((|BalancedPAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
((((|BalancedPAdicInteger| |#1|)) . T))
(((|#1|) . T))
-(((|#1|) . T))
(|has| |#1| (|SetCategory|))
(((|#1|) . T))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|SetCategory|))))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
(((|#1|) . T))
+(|has| |#1| (|BasicType|))
(((|#1|) . T))
(((|#1|) . T))
(|has| |#1| (|SetCategory|))
(((|#1|) . T))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|SetCategory|))))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
(((|#1|) . T))
+(|has| |#1| (|BasicType|))
(((|#1|) . T))
(((|#1|) . T))
(|has| |#1| (|SetCategory|))
(((|#1|) . T))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|SetCategory|))))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(((|#1|) . T))
+(|has| |#1| (|BasicType|))
(((|#1|) . T))
((((|OutputForm|)) . T))
((((|Byte|)) . T))
((((|Byte|)) . T))
((((|Integer|) (|Byte|)) . T))
-((((|UniversalSegment| (|Integer|)) $) . T) (((|Integer|) (|Byte|)) . T))
-((((|Integer|) (|Byte|)) . T))
((((|Byte|)) . T))
((((|Byte|)) . T))
((((|Byte|)) . T))
-((((|String|)) . T) (((|PrimitiveArray| (|Byte|))) . T) (((|OutputForm|)) . T))
((((|Byte|)) . T))
+((((|Integer|) (|Byte|)) . T))
+((((|UniversalSegment| #1=(|Integer|)) $) . T) ((#1# (|Byte|)) . T))
((((|Byte|)) . T))
+((((|String|)) . T) (((|PrimitiveArray| (|Byte|))) . T) (((|OutputForm|)) . T))
((((|Byte|)) . T))
((((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|NonNegativeInteger|)) . T))
((((|NonNegativeInteger|)) . T))
((((|OutputForm|)) . T))
((((|Integer|) |#3|) . T))
+(((|#3|) . T))
((((|Integer|) #1=(|NonNegativeInteger|)) . T) ((|#3| #1#) . T))
((((|OutputForm|)) . T))
-(((|#3|) . T))
((((|List| $)) . T) (((|List| |#3|)) . T) (((|SquareMatrix| |#2| |#3|)) . T) (((|DirectProduct| |#2| |#3|)) . T) ((|#3|) . T))
(((|#3| (|NonNegativeInteger|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|Identifier|)) . T))
((((|Constructor|)) . T) (((|OutputForm|)) . T))
@@ -327,96 +327,96 @@
(((|#2|) . T))
(((|#2| |#2|) . T))
(((|#2|) . T))
-(((|#2|) . T) (((|Integer|)) . T))
(((|#2|) . T) (($) . T))
-((((|OutputForm|)) . T))
(((|#2|) . T) (($) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
+(((|#2|) . T) (((|Integer|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|BinaryOperation| |#1|)) . T))
-(((|#1|) . T))
(((|#1| |#1| |#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|FiniteFieldCategory|)))
-((((|OutputForm|)) . T))
-(|has| |#1| (|CharacteristicZero|))
(((|#1|) . T))
-((((|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))))
+(OR (AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|Field|)))
+(|has| |#1| (|TranscendentalFunctionCategory|))
+(|has| |#1| (|TranscendentalFunctionCategory|))
+(|has| |#1| (|FiniteFieldCategory|))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
+(((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+(AND (|has| |#1| (|RadicalCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|)))
+(|has| |#1| (|EuclideanDomain|))
+(AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
+(((|#1|) . T))
+((((|Integer|)) |has| |#1| (|PatternMatchable| (|Integer|))) (((|Float|)) |has| |#1| (|PatternMatchable| (|Float|))))
((((|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))))
+((((|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))))
((($ (|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))))
-(((|#1|) . T))
-(OR (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|FiniteFieldCategory|)))
-((($) OR (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|FiniteFieldCategory|))))
-(OR (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|FiniteFieldCategory|)))
-(OR (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)))
-(OR (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)))
-(OR (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|IntegralDomain|)))
-(OR (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|IntegralDomain|)))
-(OR (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)))
-(OR (AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)))
+(((|#1| (|SparseUnivariatePolynomial| |#1|)) . T))
+((($) OR (AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
+(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) OR (AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|Field|)))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Field|)))
+(OR (AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|)))
+(((|#1| |#1|) |has| |#1| (|Evalable| |#1|)) (((|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)))
+(|has| |#1| (|TranscendentalFunctionCategory|))
+(|has| |#1| (|EuclideanDomain|))
(((|#1|) . T))
(((|#1|) . T))
-((((|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)) ((|#1| |#1|) |has| |#1| (|Evalable| |#1|)))
-(((|#1|) |has| |#1| (|Evalable| |#1|)))
-(((|#1| $) |has| |#1| (|Eltable| |#1| |#1|)))
(((|#1|) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) ((|#1|) . T))
-((($) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) ((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
-(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
(((|#1|) . T))
-((((|Integer|)) |has| |#1| (|PatternMatchable| (|Integer|))) (((|Float|)) |has| |#1| (|PatternMatchable| (|Float|))))
(((|#1|) . T))
-((((|Integer|)) . T) (($) OR (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((|#1|) . T))
-(((|#1|) . T) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
(((|#1| (|SparseUnivariatePolynomial| |#1|)) . T))
(((|#1| (|SparseUnivariatePolynomial| |#1|)) . T))
-((($) OR (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) ((|#1|) . T))
-((($) OR (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) ((|#1|) . T))
-((($) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) ((|#1|) . T))
-((($) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) ((|#1|) . T))
-((($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) ((|#1| |#1|) . T))
-((($) OR (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) ((|#1|) . T))
-(((|#1| (|SparseUnivariatePolynomial| |#1|)) . T))
-(|has| |#1| (|FiniteFieldCategory|))
(|has| |#1| (|FiniteFieldCategory|))
+(|has| |#1| (|Finite|))
(|has| |#1| (|FiniteFieldCategory|))
-(OR (|has| |#1| (|Finite|)) (|has| |#1| (|FiniteFieldCategory|)))
-(((|#1|) . T))
-((((|Complex| (|DoubleFloat|))) |has| |#1| . #1=((|RealConstant|))) (((|Complex| (|Float|))) |has| |#1| . #1#) (((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) (((|SparseUnivariatePolynomial| |#1|)) . T) (((|Pattern| (|Integer|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (((|Pattern| (|Float|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))))
-(AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(AND (|has| |#1| (|RadicalCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|)))
-(|has| |#1| (|TranscendentalFunctionCategory|))
-(|has| |#1| (|TranscendentalFunctionCategory|))
-(|has| |#1| (|TranscendentalFunctionCategory|))
+(|has| |#1| (|Field|))
+(((|#1|) |has| |#1| (|Evalable| |#1|)))
+(|has| |#1| (|EuclideanDomain|))
+(OR (AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|)))
+(((|#1| $) |has| |#1| (|Eltable| |#1| |#1|)))
(|has| |#1| (|TranscendentalFunctionCategory|))
+(|has| |#1| (|Field|))
+(((|#1|) . T))
+(|has| |#1| (|DifferentialSpace|))
+(|has| |#1| (|DifferentialRing|))
+(((|#1|) . T))
+((($) |has| |#1| (|DifferentialSpace|)))
+((((|SparseUnivariatePolynomial| |#1|)) . T) (((|Pattern| (|Integer|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (((|Pattern| #1=(|Float|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) (((|Complex| #1#)) |has| |#1| (|RealConstant|)) (((|Complex| (|DoubleFloat|))) |has| |#1| (|RealConstant|)))
+((((|OutputForm|)) . T))
+((($) OR (AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#1| (|Field|)) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
+(|has| |#1| (|CharacteristicZero|))
+(|has| |#1| (|CharacteristicNonZero|))
+((($ $) . T) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Field|)))
(|has| |#1| (|TranscendentalFunctionCategory|))
(|has| |#1| (|TranscendentalFunctionCategory|))
+((($) OR (AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
(((|#1|) . T))
((((|OutputForm|)) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T) (((|Fraction| |#1|)) . T) ((|#1|) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T) (((|Fraction| |#1|)) . T) ((|#1|) . T))
-((((|OutputForm|)) . T))
((($) . T) (((|Fraction| (|Integer|))) . T) (((|Fraction| |#1|)) . T) ((|#1|) . T))
((($) . T) (((|Fraction| (|Integer|))) . T) (((|Fraction| |#1|)) . T) ((|#1|) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T) (((|Fraction| |#1|)) . T) ((|#1|) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T) (((|Fraction| |#1|)) . T) ((|#1|) . T))
+((((|Fraction| (|Integer|))) . T) (((|Fraction| |#1|)) . T) (($) . T) ((|#1|) . T))
+((((|Fraction| (|Integer|))) . T) (((|Fraction| |#1|)) . T) (($) . T) ((|#1|) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T) (((|Fraction| |#1|)) . T) ((|#1|) . T) (((|Integer|)) . T))
((($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T) ((#2=(|Fraction| |#1|) #2#) . T) ((|#1| |#1|) . T))
-((((|Fraction| (|Integer|))) . T) (((|Fraction| |#1|)) . T) ((|#1|) . T) (((|Integer|)) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (((|Fraction| |#1|)) . T) ((|#1|) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T) (((|Fraction| |#1|)) . T) ((|#1|) . T) (((|Integer|)) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T) (((|Fraction| |#1|)) . T) ((|#1|) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T) (((|Fraction| |#1|)) . T) ((|#1|) . T))
((((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|Identifier|)) . T))
((((|OutputForm|)) . T))
@@ -426,313 +426,313 @@
((((|List| |#1|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
-((((|RadixExpansion| 10)) . T) (((|Fraction| (|Integer|))) . T) (((|OutputForm|)) . T))
+((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
+(((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
-((($) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((#1=(|Integer|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T) (($ $) . T))
((((|Integer|)) . T))
+((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
-((((|InputForm|)) . T) (((|Pattern| (|Integer|))) . T) (((|Float|)) . T) (((|DoubleFloat|)) . T))
-((((|Fraction| (|Integer|))) . T) (((|Integer|)) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T))
+((((|Pattern| (|Integer|))) . T) (((|InputForm|)) . T) (((|Float|)) . T) (((|DoubleFloat|)) . T))
+((((|RadixExpansion| 10)) . T) (((|Fraction| (|Integer|))) . T) (((|OutputForm|)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((($ $) . T) ((#1=(|Integer|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T))
+((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
((((|Integer|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#1|) . T))
(|has| |#1| (|SetCategory|))
(((|#1|) . T))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|SetCategory|))))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
+(((|#1|) . T))
(((|#1|) . T))
((((|Expression| |#1|)) . T))
((((|Expression| |#1|)) . T))
+((($) . T) (((|Expression| |#1|)) . T))
+((($) . T) (((|Expression| |#1|)) . T) (((|Integer|)) . T))
((((|OutputForm|)) . T))
-((((|Expression| |#1|)) . T) (((|Integer|)) . T) (($) . T))
-((((|Expression| |#1|)) . T) (($) . T))
((((|Expression| |#1|)) . T) (((|Integer|)) . T))
((((|Expression| |#1|)) . T))
((($) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
(((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((((|Float|)) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((((|InputForm|)) . T) (((|Pattern| #1=(|Float|))) . T) ((#1#) . T) (((|DoubleFloat|)) . T))
+((((|OutputForm|)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|InputForm|)) . T) (((|DoubleFloat|)) . T) (((|Float|)) . T) (((|Pattern| (|Float|))) . T))
-((((|OutputForm|)) . T))
-((((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T) (((|Integer|)) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
(((|#1| #1=(|Vector| |#1|) #1#) . T))
(((|#1|) . T))
-(((|#1|) . T))
(|has| |#1| (|SetCategory|))
-(((|#1|) . T))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|SetCategory|))))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
(((|#1| #1=(|Vector| |#1|) #1#) . T))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Ring|)))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|Ring|)))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|AbelianSemiGroup|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Finite|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedSet|)) (|has| |#2| (|Ring|)) (|has| |#2| (|SetCategory|)))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|AbelianSemiGroup|)) (|has| |#2| (|BasicType|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Finite|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedSet|)) (|has| |#2| (|Ring|)) (|has| |#2| (|SetCategory|)))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|AbelianSemiGroup|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|Ring|)))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|Ring|)))
-(((|#2| |#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Ring|))))
-(((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|Ring|))))
-(((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Ring|))))
-((((|OutputForm|)) OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|AbelianSemiGroup|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CoercibleTo| (|OutputForm|))) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Finite|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedSet|)) (|has| |#2| (|Ring|)) (|has| |#2| (|SetCategory|))) (((|Vector| |#2|)) . T))
-(((|#2|) |has| |#2| (|Ring|)))
-((((|Symbol|)) AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))))
-((((|Symbol|)) OR (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|Ring|)))))
-((($ (|Symbol|)) OR (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|Ring|)))))
-(((|#2|) |has| |#2| (|Ring|)))
-(OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|Ring|))))
-((($) OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|Ring|)))))
+(((|#2|) |has| |#2| (|Field|)))
+(OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (|has| |#2| (|SetCategory|)))
(|has| |#2| (|Ring|))
(|has| |#2| (|Ring|))
(|has| |#2| (|Ring|))
(|has| |#2| (|Ring|))
+(((|#2|) |has| |#2| (|Ring|)))
+(((|#2|) |has| |#2| (|Monoid|)))
+(((|#2|) |has| |#2| (|SetCategory|)) ((#1=(|Integer|)) AND (|has| |#2| (|RetractableTo| (|Integer|))) (|has| |#2| (|SetCategory|))) (((|Fraction| #1#)) AND (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#2| (|SetCategory|))))
+((((|Symbol|)) OR (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|Ring|)))))
+((((|Symbol|)) AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))))
+((($ (|Symbol|)) OR (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|Ring|)))))
+(|has| |#2| (|OrderedSet|))
+(|has| |#2| (|OrderedSet|))
+(|has| |#2| (|OrderedAbelianMonoidSup|))
+(|has| |#2| (|OrderedAbelianMonoidSup|))
+(|has| |#2| (|OrderedAbelianMonoidSup|))
+(|has| |#2| (|OrderedAbelianMonoidSup|))
(|has| |#2| (|Ring|))
-((((|Integer|)) OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Ring|))) ((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|Ring|))) (($) |has| |#2| (|Ring|)))
-(AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|)))
-(|has| |#2| (|Finite|))
-(((|#2|) . T))
-(((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
+(((|#2|) |has| |#2| (|CommutativeRing|)))
+(((|#2|) |has| |#2| (|Ring|)) (((|Integer|)) AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))))
+(((|#2|) |has| |#2| (|Monoid|)))
+((($) |has| |#2| (|Ring|)) ((|#2|) |has| |#2| (|Ring|)) (((|Integer|)) AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))))
+((($) |has| |#2| (|Ring|)) ((|#2|) |has| |#2| (|Monoid|)) (((|Integer|)) |has| |#2| (|AbelianGroup|)))
(((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
+((((|Integer|) |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-(((|#2|) |has| |#2| (|Ring|)))
-(((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Ring|))) (($) |has| |#2| (|Ring|)) (((|Integer|)) AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))))
-(((|#2|) |has| |#2| (|Ring|)) (((|Integer|)) AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))))
(((|#2|) |has| |#2| (|SetCategory|)))
-((((|Integer|)) OR (AND (|has| |#2| (|RetractableTo| (|Integer|))) (|has| |#2| (|SetCategory|))) (|has| |#2| (|Ring|))) ((|#2|) |has| |#2| (|SetCategory|)) (((|Fraction| (|Integer|))) AND (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#2| (|SetCategory|))))
-(((|#2|) |has| |#2| (|SetCategory|)) (((|Integer|)) AND (|has| |#2| (|RetractableTo| (|Integer|))) (|has| |#2| (|SetCategory|))) (((|Fraction| (|Integer|))) AND (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#2| (|SetCategory|))))
-((((|Integer|) |#2|) . T))
+(((|#2|) |has| |#2| (|Ring|)))
+(((|#2|) . T))
+(|has| |#2| (|Finite|))
+(((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
((((|Integer|) |#2|) . T))
((((|Integer|) |#2|) . T))
-(((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Monoid|))))
-(((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|))))
-(|has| |#2| (|OrderedAbelianMonoidSup|))
-(|has| |#2| (|OrderedAbelianMonoidSup|))
-(OR (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedSet|)))
-(OR (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedSet|)))
-(|has| |#2| (|OrderedAbelianMonoidSup|))
-(|has| |#2| (|OrderedAbelianMonoidSup|))
-(((|#2|) |has| |#2| (|Field|)))
+(((|#2|) |has| |#2| (|Ring|)))
+(OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|Ring|))))
+(AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|)))
+(((|#2|) |has| |#2| (|Ring|)))
+((($) OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|Ring|)))))
+((((|Vector| |#2|)) . T) (((|OutputForm|)) OR (|has| |#2| (|CoercibleTo| (|OutputForm|))) (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|)))))
+(((|#2|) |has| |#2| (|SetCategory|)) ((#1=(|Integer|)) OR (AND (|has| |#2| (|RetractableTo| (|Integer|))) (|has| |#2| (|SetCategory|))) (|has| |#2| (|Ring|))) (((|Fraction| #1#)) AND (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#2| (|SetCategory|))))
+(|has| |#2| (|CancellationAbelianMonoid|))
+(((|#2| |#2|) |has| |#2| (|Ring|)))
+(OR (|has| |#2| (|BasicType|)) (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))))
+(|has| |#2| (|AbelianSemiGroup|))
+(|has| |#2| (|AbelianMonoid|))
+(|has| |#2| (|AbelianGroup|))
(((|#1| |#2|) . T))
((((|List| |#1|)) . T))
((((|List| |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
-((((|List| |#1|)) . T) (((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+(|has| |#1| (|SetCategory|))
(((|#1|) . T))
-(OR (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
+(|has| |#1| (|OrderedSet|))
+(|has| |#1| (|OrderedSet|))
(((|#1|) . T))
-((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
-((((|Integer|) |#1|) . T))
-((((|UniversalSegment| (|Integer|)) $) . T) (((|Integer|) |#1|) . T))
+(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
((((|Integer|) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (|OrderedSet|))
-(|has| |#1| (|OrderedSet|))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|Integer|) |#1|) . T))
+((((|UniversalSegment| #1=(|Integer|)) $) . T) ((#1# |#1|) . T))
+((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
(((|#1|) . T))
+((((|List| |#1|)) . T) (((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
(((|#1|) . T))
-((((|InputForm|)) |has| |#2| (|ConvertibleTo| (|InputForm|))) (((|Pattern| (|Float|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Float|)))) (((|Pattern| (|Integer|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|)))))
-((($) . T))
-(((|#2| (|DirectProduct| (|#| |#1|) (|NonNegativeInteger|))) . T))
+(|has| |#2| (|PolynomialFactorizationExplicit|))
+((($) |has| |#2| (|CommutativeRing|)) ((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#2| (|CommutativeRing|)) ((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((((|OrderedVariableList| |#1|)) . T) ((|#2|) . T) ((#1=(|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
+(|has| |#2| (|PolynomialFactorizationExplicit|))
+((((|OrderedVariableList| |#1|)) . T))
+((((|OrderedVariableList| |#1|)) . T))
+((($ (|OrderedVariableList| |#1|)) . T))
+((($) |has| |#2| (|IntegralDomain|)) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) |has| |#2| (|IntegralDomain|)) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#2|) . T) ((#1=(|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#2|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#2| (|IntegralDomain|))
+((($ $) . T) ((#1=(|OrderedVariableList| |#1|) $) . T) ((#1# |#2|) . T))
+(|has| |#2| (|GcdDomain|))
+(((|#2|) . T))
(((|#2|) . T))
+(((|#2|) . T))
+(((|#2| (|DirectProduct| (|#| |#1|) (|NonNegativeInteger|))) . T))
+((($) . T))
+(|has| |#2| (|IntegralDomain|))
+((((|Pattern| (|Integer|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|)))) (((|Pattern| (|Float|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Float|)))) (((|InputForm|)) |has| |#2| (|ConvertibleTo| (|InputForm|))))
+(|has| |#2| (|CommutativeRing|))
((((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) . T))
-(|has| |#2| (|CharacteristicNonZero|))
+((($) |has| |#2| (|IntegralDomain|)) (((|OrderedVariableList| |#1|)) . T) ((|#2|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#2| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|))))))
(|has| |#2| (|CharacteristicZero|))
-(OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) . T) (($) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) . T) (($) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-(((#1=(|Fraction| (|Integer|)) #1#) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2| |#2|) . T) (($ $) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-(((|#2|) . T))
-(OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) |has| |#2| (|CommutativeRing|)) (($) OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) |has| |#2| (|CommutativeRing|)) (($) OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) |has| |#2| (|CommutativeRing|)) (($) OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
+(|has| |#2| (|CharacteristicNonZero|))
+((($ $) |has| |#2| (|CommutativeRing|)) ((|#2| |#2|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#2| (|IntegralDomain|)) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
(((|#2| (|DirectProduct| (|#| |#1|) (|NonNegativeInteger|))) . T))
-(((|#2|) . T))
-((($) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
-(((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
-(OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-((($ $) . T) ((#1=(|OrderedVariableList| |#1|) $) . T) ((#1# |#2|) . T))
-((((|OrderedVariableList| |#1|)) . T))
-((($ (|OrderedVariableList| |#1|)) . T))
-((((|OrderedVariableList| |#1|)) . T))
-(|has| |#2| (|PolynomialFactorizationExplicit|))
-(|has| |#2| (|PolynomialFactorizationExplicit|))
-((((|Fraction| (|Integer|))) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (((|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) ((|#2|) . T) (((|OrderedVariableList| |#1|)) . T))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) OR (|has| |#2| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|))))) ((|#2|) . T) (($) OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) (((|OrderedVariableList| |#1|)) . T))
(((|#2| (|DirectProduct| (|#| |#1|) (|NonNegativeInteger|)) (|OrderedVariableList| |#1|)) . T))
((((|OutputForm|)) . T))
((((|Identifier|)) . T))
((((|Constructor|)) . T) (((|OutputForm|)) . T))
((((|NonNegativeInteger|) (|Syntax|)) . T))
((((|OutputForm|)) . T))
-(((|#4| |#4|) OR (|has| |#4| (|CommutativeRing|)) (|has| |#4| (|Field|)) (|has| |#4| (|Ring|))))
-(((|#4|) OR (|has| |#4| (|CommutativeRing|)) (|has| |#4| (|Field|)) (|has| |#4| (|Monoid|)) (|has| |#4| (|Ring|))))
-(((|#4|) OR (|has| |#4| (|CommutativeRing|)) (|has| |#4| (|Field|)) (|has| |#4| (|Ring|))))
-((((|OutputForm|)) . T) (((|Vector| |#4|)) . T))
-(((|#4|) |has| |#4| (|Ring|)))
-((((|Symbol|)) AND (|has| |#4| (|PartialDifferentialRing| (|Symbol|))) (|has| |#4| (|Ring|))))
-((((|Symbol|)) OR (AND (|has| |#4| (|PartialDifferentialRing| (|Symbol|))) (|has| |#4| (|Ring|))) (AND (|has| |#4| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#4| (|Ring|)))))
-((($ (|Symbol|)) OR (AND (|has| |#4| (|PartialDifferentialRing| (|Symbol|))) (|has| |#4| (|Ring|))) (AND (|has| |#4| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#4| (|Ring|)))))
-(((|#4|) |has| |#4| (|Ring|)))
-(OR (AND (|has| |#4| (|DifferentialRing|)) (|has| |#4| (|Ring|))) (AND (|has| |#4| (|DifferentialSpace|)) (|has| |#4| (|Ring|))))
-((($) OR (AND (|has| |#4| (|DifferentialRing|)) (|has| |#4| (|Ring|))) (AND (|has| |#4| (|DifferentialSpace|)) (|has| |#4| (|Ring|)))))
+(((|#4|) |has| |#4| (|Field|)))
(|has| |#4| (|Ring|))
(|has| |#4| (|Ring|))
(|has| |#4| (|Ring|))
(|has| |#4| (|Ring|))
+(((|#4|) |has| |#4| (|Ring|)))
+(((|#4|) |has| |#4| (|Monoid|)))
+(((|#4|) |has| |#4| (|SetCategory|)) ((#1=(|Integer|)) AND (|has| |#4| (|RetractableTo| (|Integer|))) (|has| |#4| (|SetCategory|))) (((|Fraction| #1#)) AND (|has| |#4| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#4| (|SetCategory|))))
+((((|Symbol|)) OR (AND (|has| |#4| (|PartialDifferentialRing| (|Symbol|))) (|has| |#4| (|Ring|))) (AND (|has| |#4| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#4| (|Ring|)))))
+((((|Symbol|)) AND (|has| |#4| (|PartialDifferentialRing| (|Symbol|))) (|has| |#4| (|Ring|))))
+((($ (|Symbol|)) OR (AND (|has| |#4| (|PartialDifferentialRing| (|Symbol|))) (|has| |#4| (|Ring|))) (AND (|has| |#4| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#4| (|Ring|)))))
+(|has| |#4| (|OrderedSet|))
+(|has| |#4| (|OrderedSet|))
+(|has| |#4| (|OrderedAbelianMonoidSup|))
+(|has| |#4| (|OrderedAbelianMonoidSup|))
+(|has| |#4| (|OrderedAbelianMonoidSup|))
+(|has| |#4| (|OrderedAbelianMonoidSup|))
(|has| |#4| (|Ring|))
-(((|#3|) . T) ((|#2|) . T) (((|Integer|)) . T) ((|#4|) OR (|has| |#4| (|CommutativeRing|)) (|has| |#4| (|Field|)) (|has| |#4| (|Monoid|)) (|has| |#4| (|Ring|))) (($) |has| |#4| (|Ring|)))
-(AND (|has| |#4| (|DifferentialRing|)) (|has| |#4| (|Ring|)))
-(|has| |#4| (|Finite|))
-(((|#4|) . T))
-(((|#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
+(((|#4|) |has| |#4| (|CommutativeRing|)))
+(((|#4|) |has| |#4| (|Ring|)) (((|Integer|)) AND (|has| |#4| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#4| (|Ring|))))
+(((|#4|) |has| |#4| (|Monoid|)))
+(((|#3|) . T) ((|#2|) . T) (($) |has| |#4| (|Ring|)) ((|#4|) |has| |#4| (|Ring|)) (((|Integer|)) AND (|has| |#4| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#4| (|Ring|))))
+(((|#3|) . T) ((|#2|) . T) (($) |has| |#4| (|Ring|)) ((|#4|) |has| |#4| (|Monoid|)) (((|Integer|)) . T))
(((|#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
+((((|Integer|) |#4|) . T))
(((|#4|) . T))
(((|#4|) . T))
-(((|#4|) |has| |#4| (|Ring|)))
-(((|#3|) . T) ((|#2|) . T) ((|#4|) OR (|has| |#4| (|CommutativeRing|)) (|has| |#4| (|Field|)) (|has| |#4| (|Ring|))) (($) |has| |#4| (|Ring|)) (((|Integer|)) AND (|has| |#4| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#4| (|Ring|))))
-(((|#4|) |has| |#4| (|Ring|)) (((|Integer|)) AND (|has| |#4| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#4| (|Ring|))))
(((|#4|) |has| |#4| (|SetCategory|)))
-((((|Integer|)) OR (AND (|has| |#4| (|RetractableTo| (|Integer|))) (|has| |#4| (|SetCategory|))) (|has| |#4| (|Ring|))) ((|#4|) |has| |#4| (|SetCategory|)) (((|Fraction| (|Integer|))) AND (|has| |#4| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#4| (|SetCategory|))))
-(((|#4|) |has| |#4| (|SetCategory|)) (((|Integer|)) AND (|has| |#4| (|RetractableTo| (|Integer|))) (|has| |#4| (|SetCategory|))) (((|Fraction| (|Integer|))) AND (|has| |#4| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#4| (|SetCategory|))))
-((((|Integer|) |#4|) . T))
+(((|#4|) |has| |#4| (|Ring|)))
+(((|#4|) . T))
+(|has| |#4| (|Finite|))
+(((|#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
((((|Integer|) |#4|) . T))
((((|Integer|) |#4|) . T))
-(((|#4|) OR (|has| |#4| (|CommutativeRing|)) (|has| |#4| (|Field|)) (|has| |#4| (|Monoid|))))
-(((|#4|) OR (|has| |#4| (|CommutativeRing|)) (|has| |#4| (|Field|))))
-(|has| |#4| (|OrderedAbelianMonoidSup|))
-(|has| |#4| (|OrderedAbelianMonoidSup|))
-(OR (|has| |#4| (|OrderedAbelianMonoidSup|)) (|has| |#4| (|OrderedSet|)))
-(OR (|has| |#4| (|OrderedAbelianMonoidSup|)) (|has| |#4| (|OrderedSet|)))
-(|has| |#4| (|OrderedAbelianMonoidSup|))
-(|has| |#4| (|OrderedAbelianMonoidSup|))
-(((|#4|) |has| |#4| (|Field|)))
+(((|#4|) |has| |#4| (|Ring|)))
+(OR (AND (|has| |#4| (|DifferentialRing|)) (|has| |#4| (|Ring|))) (AND (|has| |#4| (|DifferentialSpace|)) (|has| |#4| (|Ring|))))
+(AND (|has| |#4| (|DifferentialRing|)) (|has| |#4| (|Ring|)))
+(((|#4|) |has| |#4| (|Ring|)))
+((($) OR (AND (|has| |#4| (|DifferentialRing|)) (|has| |#4| (|Ring|))) (AND (|has| |#4| (|DifferentialSpace|)) (|has| |#4| (|Ring|)))))
+((((|Vector| |#4|)) . T) (((|OutputForm|)) . T))
+(((|#4|) |has| |#4| (|SetCategory|)) ((#1=(|Integer|)) OR (AND (|has| |#4| (|RetractableTo| (|Integer|))) (|has| |#4| (|SetCategory|))) (|has| |#4| (|Ring|))) (((|Fraction| #1#)) AND (|has| |#4| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#4| (|SetCategory|))))
+(((|#4| |#4|) |has| |#4| (|Ring|)))
(((|#1| |#4|) . T))
-(((|#3| |#3|) OR (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|Ring|))))
-(((|#3|) OR (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|Monoid|)) (|has| |#3| (|Ring|))))
-(((|#3|) OR (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|Ring|))))
-((((|OutputForm|)) . T) (((|Vector| |#3|)) . T))
-(((|#3|) |has| |#3| (|Ring|)))
-((((|Symbol|)) AND (|has| |#3| (|PartialDifferentialRing| (|Symbol|))) (|has| |#3| (|Ring|))))
-((((|Symbol|)) OR (AND (|has| |#3| (|PartialDifferentialRing| (|Symbol|))) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#3| (|Ring|)))))
-((($ (|Symbol|)) OR (AND (|has| |#3| (|PartialDifferentialRing| (|Symbol|))) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#3| (|Ring|)))))
-(((|#3|) |has| |#3| (|Ring|)))
-(OR (AND (|has| |#3| (|DifferentialRing|)) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|DifferentialSpace|)) (|has| |#3| (|Ring|))))
-((($) OR (AND (|has| |#3| (|DifferentialRing|)) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|DifferentialSpace|)) (|has| |#3| (|Ring|)))))
+(((|#3|) |has| |#3| (|Field|)))
(|has| |#3| (|Ring|))
(|has| |#3| (|Ring|))
(|has| |#3| (|Ring|))
(|has| |#3| (|Ring|))
+(((|#3|) |has| |#3| (|Ring|)))
+(((|#3|) |has| |#3| (|Monoid|)))
+(((|#3|) |has| |#3| (|SetCategory|)) ((#1=(|Integer|)) AND (|has| |#3| (|RetractableTo| (|Integer|))) (|has| |#3| (|SetCategory|))) (((|Fraction| #1#)) AND (|has| |#3| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#3| (|SetCategory|))))
+((((|Symbol|)) OR (AND (|has| |#3| (|PartialDifferentialRing| (|Symbol|))) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#3| (|Ring|)))))
+((((|Symbol|)) AND (|has| |#3| (|PartialDifferentialRing| (|Symbol|))) (|has| |#3| (|Ring|))))
+((($ (|Symbol|)) OR (AND (|has| |#3| (|PartialDifferentialRing| (|Symbol|))) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#3| (|Ring|)))))
+(|has| |#3| (|OrderedSet|))
+(|has| |#3| (|OrderedSet|))
+(|has| |#3| (|OrderedAbelianMonoidSup|))
+(|has| |#3| (|OrderedAbelianMonoidSup|))
+(|has| |#3| (|OrderedAbelianMonoidSup|))
+(|has| |#3| (|OrderedAbelianMonoidSup|))
(|has| |#3| (|Ring|))
-(((|#2|) . T) (((|Integer|)) . T) ((|#3|) OR (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|Monoid|)) (|has| |#3| (|Ring|))) (($) |has| |#3| (|Ring|)))
-(AND (|has| |#3| (|DifferentialRing|)) (|has| |#3| (|Ring|)))
-(|has| |#3| (|Finite|))
-(((|#3|) . T))
-(((|#3|) AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| (|SetCategory|))))
+(((|#3|) |has| |#3| (|CommutativeRing|)))
+(((|#3|) |has| |#3| (|Ring|)) (((|Integer|)) AND (|has| |#3| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#3| (|Ring|))))
+(((|#3|) |has| |#3| (|Monoid|)))
+(((|#2|) . T) (($) |has| |#3| (|Ring|)) ((|#3|) |has| |#3| (|Ring|)) (((|Integer|)) AND (|has| |#3| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#3| (|Ring|))))
+(((|#2|) . T) (($) |has| |#3| (|Ring|)) ((|#3|) |has| |#3| (|Monoid|)) (((|Integer|)) . T))
(((|#3| |#3|) AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| (|SetCategory|))))
+((((|Integer|) |#3|) . T))
(((|#3|) . T))
(((|#3|) . T))
-(((|#3|) |has| |#3| (|Ring|)))
-(((|#2|) . T) ((|#3|) OR (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|Ring|))) (($) |has| |#3| (|Ring|)) (((|Integer|)) AND (|has| |#3| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#3| (|Ring|))))
-(((|#3|) |has| |#3| (|Ring|)) (((|Integer|)) AND (|has| |#3| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#3| (|Ring|))))
(((|#3|) |has| |#3| (|SetCategory|)))
-((((|Integer|)) OR (AND (|has| |#3| (|RetractableTo| (|Integer|))) (|has| |#3| (|SetCategory|))) (|has| |#3| (|Ring|))) ((|#3|) |has| |#3| (|SetCategory|)) (((|Fraction| (|Integer|))) AND (|has| |#3| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#3| (|SetCategory|))))
-(((|#3|) |has| |#3| (|SetCategory|)) (((|Integer|)) AND (|has| |#3| (|RetractableTo| (|Integer|))) (|has| |#3| (|SetCategory|))) (((|Fraction| (|Integer|))) AND (|has| |#3| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#3| (|SetCategory|))))
-((((|Integer|) |#3|) . T))
+(((|#3|) |has| |#3| (|Ring|)))
+(((|#3|) . T))
+(|has| |#3| (|Finite|))
+(((|#3|) AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| (|SetCategory|))))
((((|Integer|) |#3|) . T))
((((|Integer|) |#3|) . T))
-(((|#3|) OR (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|Monoid|))))
-(((|#3|) OR (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|))))
-(|has| |#3| (|OrderedAbelianMonoidSup|))
-(|has| |#3| (|OrderedAbelianMonoidSup|))
-(OR (|has| |#3| (|OrderedAbelianMonoidSup|)) (|has| |#3| (|OrderedSet|)))
-(OR (|has| |#3| (|OrderedAbelianMonoidSup|)) (|has| |#3| (|OrderedSet|)))
-(|has| |#3| (|OrderedAbelianMonoidSup|))
-(|has| |#3| (|OrderedAbelianMonoidSup|))
-(((|#3|) |has| |#3| (|Field|)))
+(((|#3|) |has| |#3| (|Ring|)))
+(OR (AND (|has| |#3| (|DifferentialRing|)) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|DifferentialSpace|)) (|has| |#3| (|Ring|))))
+(AND (|has| |#3| (|DifferentialRing|)) (|has| |#3| (|Ring|)))
+(((|#3|) |has| |#3| (|Ring|)))
+((($) OR (AND (|has| |#3| (|DifferentialRing|)) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|DifferentialSpace|)) (|has| |#3| (|Ring|)))))
+((((|Vector| |#3|)) . T) (((|OutputForm|)) . T))
+(((|#3|) |has| |#3| (|SetCategory|)) ((#1=(|Integer|)) OR (AND (|has| |#3| (|RetractableTo| (|Integer|))) (|has| |#3| (|SetCategory|))) (|has| |#3| (|Ring|))) (((|Fraction| #1#)) AND (|has| |#3| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#3| (|SetCategory|))))
+(((|#3| |#3|) |has| |#3| (|Ring|)))
(((|#1| |#3|) . T))
((((|OutputForm|)) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(OR (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|DifferentialSpace|)))
-((($) OR (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|DifferentialSpace|))))
-((((|OutputForm|)) . T))
-(|has| |#1| (|DifferentialRing|))
-((($) . T))
-(((|#1| (|IndexedExponents| |#3|) |#3|) . T))
(|has| |#1| (|PolynomialFactorizationExplicit|))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((((|SparseMultivariatePolynomial| |#1| |#2|)) . T) ((|#3|) . T) ((|#2|) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
(|has| |#1| (|PolynomialFactorizationExplicit|))
+(((|#1| (|IndexedExponents| |#3|) |#3|) . T))
((((|Integer|)) AND (|has| |#1| (|PatternMatchable| (|Integer|))) (|has| |#3| (|PatternMatchable| (|Integer|)))) (((|Float|)) AND (|has| |#1| (|PatternMatchable| (|Float|))) (|has| |#3| (|PatternMatchable| (|Float|)))))
-((((|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) ((|#3|) . T))
-((($ (|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (($ |#3|) . T))
-((((|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) ((|#3|) . T))
-((($ $) . T) ((|#2| $) |has| |#1| . #1=((|DifferentialRing|))) ((|#2| |#1|) |has| |#1| . #1#) ((|#3| |#1|) . T) ((|#3| $) . T))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-((((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|#1|) . T))
+(((|#3|) . T) (((|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))))
+(((|#3|) . T) (((|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))))
+((($ |#3|) . T) (($ (|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) ((|#3| $) . T) ((|#3| |#1|) . T) ((|#2| $) |has| |#1| (|DifferentialRing|)) ((|#2| |#1|) |has| |#1| (|DifferentialRing|)))
+(|has| |#1| (|GcdDomain|))
+(((|#1|) . T))
+(((|#1|) . T))
(((|#1|) . T))
(((|#1| (|IndexedExponents| |#3|)) . T))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
+((($) . T))
+(|has| |#1| (|IntegralDomain|))
+(((|#1|) . T))
+(|has| |#1| (|DifferentialSpace|))
+(|has| |#1| (|DifferentialRing|))
(((|#1|) . T))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
+((($) |has| |#1| (|DifferentialSpace|)))
+((((|Pattern| (|Integer|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Pattern| (|Integer|))))) (((|Pattern| (|Float|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (|has| |#3| (|ConvertibleTo| (|Pattern| (|Float|))))) (((|InputForm|)) AND (|has| |#1| (|ConvertibleTo| (|InputForm|))) (|has| |#3| (|ConvertibleTo| (|InputForm|)))))
+(|has| |#1| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+((((|SparseMultivariatePolynomial| |#1| |#2|)) . T) (($) |has| |#1| (|IntegralDomain|)) ((|#3|) . T) ((|#2|) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
(|has| |#1| (|CharacteristicZero|))
(|has| |#1| (|CharacteristicNonZero|))
-((($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((((|Integer|)) . T) (($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-(((|#1|) . T))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(((|#1| (|IndexedExponents| |#3|)) . T))
-((((|Pattern| (|Integer|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Pattern| (|Integer|))))) (((|Pattern| (|Float|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (|has| |#3| (|ConvertibleTo| (|Pattern| (|Float|))))) (((|InputForm|)) AND (|has| |#1| (|ConvertibleTo| (|InputForm|))) (|has| |#3| (|ConvertibleTo| (|InputForm|)))))
-((((|SparseMultivariatePolynomial| |#1| |#2|)) . T) ((|#3|) . T) ((|#1|) . T) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|#2|) . T))
-((((|SparseMultivariatePolynomial| |#1| |#2|)) . T) (((|Integer|)) . T) ((|#3|) . T) (($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((|#2|) . T))
(((|#1| |#2| |#3| (|IndexedExponents| |#3|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
@@ -741,85 +741,85 @@
((($) . T))
((($) . T))
((($) . T))
-(((|#2|) . T) (((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T))
((($) . T))
((($) . T))
-((($ $) . T))
((($) . T) (((|Integer|)) . T))
+(((|#2|) . T) (((|OutputForm|)) . T))
+((($) . T) (((|Integer|)) . T))
+((($ $) . T))
((($) . T))
((((|OutputForm|)) . T))
(((|#1|) |has| |#1| (|Field|)))
(((#1=(|Symbol|)) |has| |#1| (|PartialDifferentialRing| #1#)))
((($ #1=(|Symbol|)) |has| |#1| (|PartialDifferentialRing| #1#)))
((#1=((|Symbol|)) |has| |#1| (|PartialDifferentialRing| . #1#)))
-(((|#1|) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|))))
-(((|#1|) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|))))
-(((|#1|) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|Ring|))))
-(((|#1|) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|Ring|))))
-(((|#1| |#1|) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|Ring|))))
-((((|Integer|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|Ring|))))
-(((|#1|) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|Ring|))) (($) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|Ring|))))
-(OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|Ring|)))
-(OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|Ring|)))
-(OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|Ring|)))
+(((|#1|) |has| |#1| (|CommutativeRing|)))
+(((|#1|) |has| |#1| (|CommutativeRing|)))
+(((|#1|) |has| |#1| (|Ring|)))
+(((|#1|) |has| |#1| (|Ring|)))
+(((|#1| |#1|) |has| |#1| (|Ring|)))
+(|has| |#1| (|Ring|))
+(|has| |#1| (|Ring|))
+(((|#1|) |has| |#1| #1=(|Ring|)) (($) |has| |#1| #1#))
+((((|Integer|)) |has| |#1| (|Ring|)))
+(|has| |#1| (|Ring|))
(|has| |#1| (|Group|))
-(OR (|has| |#1| (|Group|)) (|has| |#1| (|Monoid|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|Ring|)))
-(OR (|has| |#1| (|Group|)) (|has| |#1| (|Monoid|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|Ring|)) (|has| |#1| (|SemiGroup|)))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|Ring|)))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|Ring|)))
-(((|#1|) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|Ring|))) (($) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|Ring|))) (((|Integer|)) OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|Ring|))))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|Ring|)))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|AbelianSemiGroup|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|Ring|)))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|AbelianSemiGroup|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|Group|)) (|has| |#1| (|Monoid|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|Ring|)) (|has| |#1| (|SemiGroup|)) (|has| |#1| (|SetCategory|)))
-((((|Boolean|)) |has| |#1| (|SetCategory|)) (((|OutputForm|)) OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|AbelianSemiGroup|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|Group|)) (|has| |#1| (|Monoid|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|Ring|)) (|has| |#1| (|SemiGroup|)) (|has| |#1| (|SetCategory|))))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|AbelianSemiGroup|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|Group|)) (|has| |#1| (|Monoid|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|Ring|)) (|has| |#1| (|SemiGroup|)) (|has| |#1| (|SetCategory|)))
+(|has| |#1| (|Monoid|))
+(|has| |#1| (|SemiGroup|))
+(((|#1|) |has| |#1| #1=(|Ring|)) (($) |has| |#1| #1#) (((|Integer|)) |has| |#1| (|AbelianGroup|)))
+(|has| |#1| (|AbelianGroup|))
+(|has| |#1| (|AbelianGroup|))
+(|has| |#1| (|AbelianGroup|))
+(|has| |#1| (|AbelianSemiGroup|))
+((((|Boolean|)) |has| |#1| #1=(|SetCategory|)) (((|OutputForm|)) |has| |#1| #1#))
+(|has| |#1| (|SetCategory|))
+(|has| |#1| (|SetCategory|))
((#1=((|Symbol|) |#1|) |has| |#1| (|InnerEvalable| . #1#)))
(((|#1|) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
-((((|OutputForm|)) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
+(((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((#1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))))
(((|#1| |#2|) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))))
(((|#1| |#2|) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-(((#1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
(((|#1| |#2|) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
-(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+((((|OutputForm|)) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
((((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T))
-(|has| (|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|) (|CharacteristicNonZero|))
-(|has| (|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|) (|CharacteristicZero|))
+((($) . T) (((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T) (((|Fraction| (|Integer|))) . T))
+((((|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T) (((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T))
((((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T))
+((($) . T) (((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T) (((|Fraction| (|Integer|))) . T))
((((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T))
-((((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((($) . T) (((|Integer|)) . T) (((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T) (((|Fraction| (|Integer|))) . T))
-((((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((#1=(|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T) (($ $) . T))
+((($) . T) (((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(((#1=(|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|) #1#) |has| #1# (|Evalable| #1#)) (((|Symbol|) #1#) |has| #1# (|InnerEvalable| (|Symbol|) #1#)))
((((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T))
((((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T))
-((((|Symbol|) #1=(|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) |has| #1# (|InnerEvalable| (|Symbol|) #1#)) ((#1# #1#) |has| #1# (|Evalable| #1#)))
-(((#1=(|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) |has| #1# (|Evalable| #1#)))
-(((#1=(|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|) $) |has| #1# (|Eltable| #1# #1#)))
((((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T))
-((($) . T) (((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T) (((|Fraction| (|Integer|))) . T))
((((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T))
+(((#1=(|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) |has| #1# (|Evalable| #1#)))
+(((#1=(|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|) $) |has| #1# (|Eltable| #1# #1#)))
((((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T))
((((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T))
-((((|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T) (((|Integer|)) . T) (((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T) (((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T))
+((((|OutputForm|)) . T))
+((((|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T) (($) . T) (((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(|has| (|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|) (|CharacteristicZero|))
+(|has| (|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|) (|CharacteristicNonZero|))
+((($ $) . T) ((#1=(|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T))
+((($) . T) (((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T) (((|Fraction| (|Integer|))) . T))
((((|UnivariatePuiseuxSeriesWithExponentialSingularity| |#1| |#2| |#3| |#4|)) . T))
(|has| |#1| (|IntegralDomain|))
(|has| |#1| (|IntegralDomain|))
@@ -835,127 +835,127 @@
(|has| |#1| (|IntegralDomain|))
(|has| |#1| (|IntegralDomain|))
(((|#1|) |has| |#1| (|IntegralDomain|)))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Ring|)))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|AbelianSemiGroup|)) (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Ring|)))
-((((|OutputForm|)) . T))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|AbelianSemiGroup|)) (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Ring|)))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Ring|)))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Ring|)))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Group|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Ring|)) (|has| |#1| (|SemiGroup|)))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Ring|)))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Group|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Ring|)) (|has| |#1| (|SemiGroup|)))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Ring|)))
-(|has| |#1| (|CharacteristicNonZero|))
-(|has| |#1| (|CharacteristicZero|))
-((((|Kernel| $) $) . T) (($ $) . T))
-((($) . T))
(|has| |#1| (|IntegralDomain|))
+(|has| |#1| (|Ring|))
+(|has| |#1| (|SemiGroup|))
+(|has| |#1| (|Ring|))
+(|has| |#1| (|Ring|))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|IntegralDomain|)))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|IntegralDomain|)))
+((((|AlgebraicNumber|)) AND (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|RetractableTo| (|Integer|)))) ((|#1|) . T) (((|Symbol|)) . T) ((#1=(|Polynomial| |#1|)) |has| |#1| (|Ring|)) (((|Kernel| $)) . T) ((#2=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|IntegralDomain|)) (((|Fraction| #2#)) OR (AND (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|RetractableTo| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
(|has| |#1| (|IntegralDomain|))
+(((|#1|) . T))
+((((|Integer|)) |has| |#1| (|PatternMatchable| (|Integer|))) (((|Float|)) |has| |#1| (|PatternMatchable| (|Float|))))
+((((|Symbol|)) |has| |#1| (|Ring|)))
+((((|Symbol|)) |has| |#1| (|Ring|)))
+((($ (|Symbol|)) |has| |#1| (|Ring|)))
+(|has| |#1| (|SemiGroup|))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|IntegralDomain|)))
+(((|#1|) |has| |#1| (|Ring|)) (((|Integer|)) AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|IntegralDomain|)))
+((($) |has| |#1| (|Ring|)) ((|#1|) |has| |#1| (|Ring|)) ((#1=(|Integer|)) AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|))) (((|Fraction| #1#)) |has| |#1| (|IntegralDomain|)))
+((($) |has| |#1| (|Ring|)) ((|#1|) |has| |#1| (|Ring|)) ((#1=(|Integer|)) OR (|has| |#1| (|AbelianGroup|)) (AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|)))) (((|Fraction| #1#)) |has| |#1| (|IntegralDomain|)))
(|has| |#1| (|IntegralDomain|))
+((($ $) . T) (((|Kernel| $) $) . T))
+(|has| |#1| (|Group|))
(|has| |#1| (|IntegralDomain|))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) |has| |#1| (|Ring|)))
(|has| |#1| (|IntegralDomain|))
+((($) . T))
(|has| |#1| (|IntegralDomain|))
(|has| |#1| (|IntegralDomain|))
-(((|#1|) |has| |#1| (|CommutativeRing|)) (($) |has| |#1| (|IntegralDomain|)) (((|Fraction| (|Integer|))) |has| |#1| (|IntegralDomain|)))
-((((|Integer|)) OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Ring|))) (($) OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Ring|))) ((|#1|) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Ring|))) (((|Fraction| (|Integer|))) |has| |#1| (|IntegralDomain|)))
-(((|#1|) |has| |#1| (|CommutativeRing|)) (($) |has| |#1| (|IntegralDomain|)) (((|Fraction| (|Integer|))) |has| |#1| (|IntegralDomain|)))
-(((|#1|) |has| |#1| (|CommutativeRing|)) (($) |has| |#1| (|IntegralDomain|)) (((|Fraction| (|Integer|))) |has| |#1| (|IntegralDomain|)))
(|has| |#1| (|IntegralDomain|))
-(((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|IntegralDomain|)) (($) |has| |#1| (|IntegralDomain|)))
-(((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|IntegralDomain|)) (($) |has| |#1| (|IntegralDomain|)))
-(((|#1| |#1|) |has| |#1| (|CommutativeRing|)) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|IntegralDomain|)) (($ $) |has| |#1| (|IntegralDomain|)))
+((((|Pattern| (|Integer|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (((|Pattern| (|Float|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
(|has| |#1| (|IntegralDomain|))
-(((|#1|) |has| |#1| (|Ring|)))
-((($) OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Ring|))) ((|#1|) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Ring|))) (((|Fraction| (|Integer|))) |has| |#1| (|IntegralDomain|)) (((|Integer|)) AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|))))
-(((|#1|) |has| |#1| (|Ring|)) (((|Integer|)) AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|))))
-(((|#1|) . T))
-((((|Integer|)) |has| |#1| (|PatternMatchable| (|Integer|))) (((|Float|)) |has| |#1| (|PatternMatchable| (|Float|))))
-(((|#1|) . T))
-(|has| |#1| (|Group|))
-((((|Symbol|)) |has| |#1| (|Ring|)))
-((($ (|Symbol|)) |has| |#1| (|Ring|)))
-((((|Symbol|)) |has| |#1| (|Ring|)))
-(((|#1|) . T))
-((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) (((|Pattern| (|Integer|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (((|Pattern| (|Float|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))))
-((((|AlgebraicNumber|)) AND (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|RetractableTo| (|Integer|)))) (((|Kernel| $)) . T) ((|#1|) . T) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) OR (AND (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|RetractableTo| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) (((|Fraction| (|Polynomial| |#1|))) |has| |#1| (|IntegralDomain|)) (((|Polynomial| |#1|)) |has| |#1| (|Ring|)) (((|Symbol|)) . T))
-((((|AlgebraicNumber|)) AND (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|RetractableTo| (|Integer|)))) (((|Integer|)) OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|RetractableTo| (|Integer|))) (|has| |#1| (|Ring|))) ((|#1|) . T) (((|Kernel| $)) . T) (($) |has| |#1| (|IntegralDomain|)) (((|Fraction| (|Integer|))) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) (((|Fraction| (|Polynomial| |#1|))) |has| |#1| (|IntegralDomain|)) (((|Polynomial| |#1|)) |has| |#1| (|Ring|)) (((|Symbol|)) . T))
-(((|#1|) . T))
-(|has| |#1| (|Field|))
-(|has| |#1| (|Field|))
-(|has| |#1| (|Field|))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-(|has| |#1| (|Field|))
-(|has| |#1| (|Field|))
((((|OutputForm|)) . T))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
+((((|AlgebraicNumber|)) AND (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|RetractableTo| (|Integer|)))) (($) |has| |#1| (|IntegralDomain|)) ((|#1|) . T) (((|Symbol|)) . T) ((#1=(|Polynomial| |#1|)) |has| |#1| (|Ring|)) (((|Kernel| $)) . T) ((#2=(|Integer|)) OR (|has| |#1| (|RetractableTo| (|Integer|))) (|has| |#1| (|Ring|))) (((|Fraction| #1#)) |has| |#1| (|IntegralDomain|)) (((|Fraction| #2#)) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
+(|has| |#1| (|CharacteristicZero|))
+(|has| |#1| (|CharacteristicNonZero|))
+(OR (|has| |#1| (|AbelianGroup|)) (AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|))))
+((($ $) |has| |#1| (|IntegralDomain|)) ((|#1| |#1|) |has| |#1| (|CommutativeRing|)) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|IntegralDomain|)))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|IntegralDomain|)))
+(OR (|has| |#1| (|AbelianSemiGroup|)) (AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|))))
+(OR (|has| |#1| (|AbelianSemiGroup|)) (AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|))))
+(OR (|has| |#1| (|AbelianGroup|)) (AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|))))
+(((|#1|) . T))
+(((|#1| (|Fraction| (|Integer|))) . T))
(|has| |#1| (|Field|))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(((|#1| (|Fraction| (|Integer|))) . T))
-(((|#1| (|Fraction| (|Integer|))) . T))
-(((|#1|) . T))
-(|has| |#1| (|CharacteristicZero|))
-(|has| |#1| (|CharacteristicNonZero|))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Integer|)) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|#1|) |has| |#1| (|CommutativeRing|)))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|#1|) |has| |#1| (|CommutativeRing|)))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|#1|) |has| |#1| (|CommutativeRing|)))
-((($) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|#1|) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|#1|) . T))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) ((|#1|) . T))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) ((|#1|) . T))
-(((#1=(|Fraction| (|Integer|)) #1#) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) ((|#1| |#1|) . T))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|#1|) |has| |#1| (|CommutativeRing|)))
+(|has| |#1| (|Field|))
(((|#1| (|Fraction| (|Integer|)) (|SingletonAsOrderedSet|)) . T))
((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
-((($ (|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
-((((|Fraction| (|Integer|)) |#1|) . T) (($ $) . T))
+((($ (|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|Field|))
+(((|#1|) . T))
+(|has| |#1| (|Field|))
+(|has| |#1| (|Field|))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) (((|Fraction| (|Integer|)) |#1|) . T))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|Field|))
(|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))
-((($) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))))
(|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))
+((($) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))))
+(|has| |#1| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|CharacteristicZero|))
+(|has| |#1| (|CharacteristicNonZero|))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1| (|Fraction| (|Integer|))) . T))
(((|#1|) . T))
(|has| |#1| (|OrderedSet|))
(|has| |#1| (|OrderedSet|))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| (|Integer|)) . T))
-(((#1=(|Integer|) #1#) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
+(((#1=(|Integer|) #1#) . T))
((((|Integer|)) . T))
-((((|OutputForm|)) . T))
((((|Integer|)) . T))
((((|OutputForm|)) . T))
(((|#1|) . T))
+((((|OutputForm|)) . T))
(((|#1|) . T))
(((|#1| (|NonNegativeInteger|)) . T))
(((|#1|) . T))
(((|#1|) . T))
+(|has| |#1| (|SetCategory|))
(|has| |#1| (|OrderedSet|))
(|has| |#1| (|OrderedSet|))
(((|#1|) . T))
-((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
-((((|Integer|) |#1|) . T))
-((((|UniversalSegment| (|Integer|)) $) . T) (((|Integer|) |#1|) . T))
+(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
((((|Integer|) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
-(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|))))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|Integer|) |#1|) . T))
+((((|UniversalSegment| #1=(|Integer|)) $) . T) ((#1# |#1|) . T))
+((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
(((|#1|) . T))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
(((|#1|) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
@@ -963,190 +963,190 @@
((((|OutputForm|)) . T))
(((|#1| |#2| |#3| |#4|) . T))
((((|PrimeField| |#1|)) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
((((|PrimeField| |#1|)) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((((|PrimeField| |#1|)) . T))
-((((|PrimeField| |#1|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|PrimeField| |#1|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((#1=(|PrimeField| |#1|) #1#) . T) (($ $) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|OutputForm|)) . T))
-((((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-((((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T) (((|Integer|)) . T))
-(|has| $ (|CharacteristicZero|))
((($) . T))
+((((|OutputForm|)) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(|has| $ (|CharacteristicZero|))
+((($ $) . T) ((#1=(|PrimeField| |#1|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
((((|PrimeField| |#1|)) . T))
((((|PrimeField| |#1|)) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
((((|PrimeField| |#1|)) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((((|PrimeField| |#1|)) . T))
-((((|PrimeField| |#1|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|PrimeField| |#1|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((#1=(|PrimeField| |#1|) #1#) . T) (($ $) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|OutputForm|)) . T))
-((((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-((((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T) (((|Integer|)) . T))
-(|has| $ (|CharacteristicZero|))
((($) . T))
+((((|OutputForm|)) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(|has| $ (|CharacteristicZero|))
+((($ $) . T) ((#1=(|PrimeField| |#1|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
((((|PrimeField| |#1|)) . T))
(((|#1|) . T))
+(|has| |#1| (|Finite|))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
(((|#1|) . T))
-(((|#1|) . T))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
-(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((|#1| |#1|) . T) (($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|OutputForm|)) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T) (((|Integer|)) . T))
-(|has| |#1| (|CharacteristicZero|))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
(|has| |#1| (|Finite|))
(|has| |#1| (|Finite|))
+(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
+(((|#1|) . T))
(|has| |#1| (|Finite|))
(|has| |#1| (|Finite|))
((($) |has| |#1| (|Finite|)))
-(|has| |#1| (|Finite|))
-(((|#1|) . T))
+((((|OutputForm|)) . T))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(|has| |#1| (|CharacteristicZero|))
+(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
+((($ $) . T) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
(((|#1|) . T))
(((|#1|) . T))
+(|has| |#1| (|Finite|))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
-(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((|#1| |#1|) . T) (($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|OutputForm|)) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T) (((|Integer|)) . T))
-(|has| |#1| (|CharacteristicZero|))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
(|has| |#1| (|Finite|))
(|has| |#1| (|Finite|))
+(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
+(((|#1|) . T))
(|has| |#1| (|Finite|))
(|has| |#1| (|Finite|))
((($) |has| |#1| (|Finite|)))
-(|has| |#1| (|Finite|))
+((((|OutputForm|)) . T))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(|has| |#1| (|CharacteristicZero|))
+(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
+((($ $) . T) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
(((|#1|) . T))
((((|PrimeField| |#1|)) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
((((|PrimeField| |#1|)) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((((|PrimeField| |#1|)) . T))
-((((|PrimeField| |#1|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|PrimeField| |#1|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((#1=(|PrimeField| |#1|) #1#) . T) (($ $) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|OutputForm|)) . T))
-((((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-((((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|PrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T) (((|Integer|)) . T))
-(|has| $ (|CharacteristicZero|))
((($) . T))
+((((|OutputForm|)) . T))
+((($) . T) (((|PrimeField| |#1|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(|has| $ (|CharacteristicZero|))
+((($ $) . T) ((#1=(|PrimeField| |#1|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
((((|PrimeField| |#1|)) . T))
(((|#1|) . T))
+(|has| |#1| (|Finite|))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
(((|#1|) . T))
-(((|#1|) . T))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
-(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((|#1| |#1|) . T) (($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|OutputForm|)) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T) (((|Integer|)) . T))
-(|has| |#1| (|CharacteristicZero|))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
(|has| |#1| (|Finite|))
(|has| |#1| (|Finite|))
+(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
+(((|#1|) . T))
(|has| |#1| (|Finite|))
(|has| |#1| (|Finite|))
((($) |has| |#1| (|Finite|)))
-(|has| |#1| (|Finite|))
-(((|#1|) . T))
+((((|OutputForm|)) . T))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(|has| |#1| (|CharacteristicZero|))
+(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
+((($ $) . T) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
(((|#1|) . T))
(((|#1|) . T))
+(|has| |#1| (|Finite|))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
-(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((|#1| |#1|) . T) (($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|OutputForm|)) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T) (((|Integer|)) . T))
-(|has| |#1| (|CharacteristicZero|))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
(|has| |#1| (|Finite|))
(|has| |#1| (|Finite|))
+(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
+(((|#1|) . T))
(|has| |#1| (|Finite|))
(|has| |#1| (|Finite|))
((($) |has| |#1| (|Finite|)))
-(|has| |#1| (|Finite|))
-(((|#1|) . T))
+((((|OutputForm|)) . T))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(|has| |#1| (|CharacteristicZero|))
+(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
+((($ $) . T) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
(((|#1|) . T))
(((|#1|) . T))
+(|has| |#1| (|Finite|))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
-(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((|#1| |#1|) . T) (($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|OutputForm|)) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T) (((|Integer|)) . T))
-(|has| |#1| (|CharacteristicZero|))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
(|has| |#1| (|Finite|))
(|has| |#1| (|Finite|))
+(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
+(((|#1|) . T))
(|has| |#1| (|Finite|))
(|has| |#1| (|Finite|))
((($) |has| |#1| (|Finite|)))
-(|has| |#1| (|Finite|))
-(((|#1|) . T))
+((((|OutputForm|)) . T))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(|has| |#1| (|CharacteristicZero|))
+(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
+((($ $) . T) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
(((|#1|) . T))
(((|#1|) . T))
+(|has| |#1| (|Finite|))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
-(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((|#1| |#1|) . T) (($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|OutputForm|)) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T) (((|Integer|)) . T))
-(|has| |#1| (|CharacteristicZero|))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
(|has| |#1| (|Finite|))
(|has| |#1| (|Finite|))
+(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
+(((|#1|) . T))
(|has| |#1| (|Finite|))
(|has| |#1| (|Finite|))
((($) |has| |#1| (|Finite|)))
-(|has| |#1| (|Finite|))
+((((|OutputForm|)) . T))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(|has| |#1| (|CharacteristicZero|))
+(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|)))
+((($ $) . T) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
@@ -1155,644 +1155,644 @@
((((|FileName|) |#1|) . T))
((((|DoubleFloat|)) . T))
((($) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
(((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((((|Float|)) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
-((($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|InputForm|)) . T) (((|String|)) . T) (((|DoubleFloat|)) . T) (((|Float|)) . T) (((|Pattern| (|Float|))) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((((|InputForm|)) . T) (((|String|)) . T) (((|Pattern| #1=(|Float|))) . T) ((#1#) . T) (((|DoubleFloat|)) . T))
((((|DoubleFloat|)) . T) (((|OutputForm|)) . T))
-((((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T) (((|Integer|)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)))
(((|#1|) |has| |#1| (|CommutativeRing|)))
-((((|List| (|IndexedProductTerm| |#1| |#2|))) . T))
(((|#1|) . T))
+((((|List| (|IndexedProductTerm| |#1| |#2|))) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
-((((|OutputForm|)) . T))
-(((|#1|) . T) (((|Integer|)) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1| |#1|) . T))
-(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) . T) (((|Integer|)) . T))
((((|OutputForm|)) . T))
-((((|Integer|)) . T) ((|#1|) . T))
+(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
+(((|#2|) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)))
(((|#1|) |has| |#1| (|CommutativeRing|)))
+(((|#1|) . T))
+(((|#1|) . T) (((|Integer|)) . T))
+(((|#1|) . T))
+((((|OutputForm|)) . T))
(((|#2|) . T))
-(((|#2|) . T))
+(((|#1| |#1|) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
((((|OrderedFreeMonoid| |#1|)) . T) (((|OutputForm|)) . T))
-((((|OutputForm|)) . T))
+(((|#1|) . T))
(|has| |#1| (|OrderedSet|))
(|has| |#1| (|OrderedSet|))
+((((|OutputForm|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#1|) . T))
-((((|String|)) . T))
((((|String|)) . T))
((((|String|)) . T) (((|OutputForm|)) . T))
+((((|String|)) . T))
(((|#3|) . T))
(((|#3|) . T))
(((|#3|) . T))
-((((|OutputForm|)) . T))
-(((|#3|) . T) (((|Integer|)) . T))
(((|#3|) . T))
(((|#3|) . T))
+(((|#3|) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
(((|#3| |#3|) . T))
(((|#3|) . T))
((((|Fraction| |#2|)) . T))
((($) . T))
((((|OutputForm|)) . T))
(|has| |#1| (|UniqueFactorizationDomain|))
-((#1=((|InputForm|)) |has| |#1| (|ConvertibleTo| . #1#)) (((|DoubleFloat|)) . #2=(|has| |#1| (|RealConstant|))) (((|Float|)) . #2#))
+((#1=((|InputForm|)) |has| |#1| (|ConvertibleTo| . #1#)) (((|Float|)) |has| |#1| (|RealConstant|)))
(|has| |#1| (|RealConstant|))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|UniqueFactorizationDomain|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|#1|) . T))
-(((|#1|) . T))
-((#1=($ $) |has| |#1| (|Eltable| . #1#)) ((|#1| $) |has| |#1| (|Eltable| |#1| |#1|)))
-((#1=($) |has| |#1| (|Evalable| . #1#)) ((|#1|) |has| |#1| (|Evalable| |#1|)))
+(|has| |#1| (|GcdDomain|))
+(((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
(((|#1|) . T))
((#1=((|Symbol|) $) |has| |#1| (|InnerEvalable| . #1#)) (($ $) |has| |#1| (|Evalable| $)) ((|#1| |#1|) |has| |#1| (|Evalable| |#1|)) (((|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)))
(((|#1|) . T))
-(|has| |#1| (|DifferentialRing|))
-((($) OR (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|DifferentialSpace|))))
-(OR (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|DifferentialSpace|)))
+((#1=($) |has| |#1| (|Evalable| . #1#)) ((|#1|) |has| |#1| (|Evalable| |#1|)))
+((#1=($ $) |has| |#1| (|Eltable| . #1#)) ((|#1| $) |has| |#1| (|Eltable| |#1| |#1|)))
(((|#1|) . T))
-((($ (|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))))
((((|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))))
((((|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))))
+((($ (|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))))
+(((|#1|) . T))
+(|has| |#1| (|DifferentialSpace|))
+(|has| |#1| (|DifferentialRing|))
+((($) |has| |#1| (|DifferentialSpace|)))
(((|#1|) . T))
-(((|#1|) . T) (($) . T))
-(((|#1| |#1|) . T) (($ $) . T))
(((|#1|) . T) (($) . T))
(((|#1|) . T) (($) . T))
-((((|OutputForm|)) . T))
-(((|#1|) . T) (((|Integer|)) . T) (($) . T))
(((|#1|) . T) (($) . T))
(((|#1|) . T) (($) . T))
(((|#1|) . T) (($) . T))
-((((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|#1|) . T) (((|Integer|)) . T) (($) . T))
+(((|#1|) . T) (($) . T) (((|Integer|)) . T))
((((|OutputForm|)) . T))
-(|has| |#1| (|CharacteristicNonZero|))
-(OR (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|OrderedIntegralDomain|)))
+((((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|#1|) . T) (($) . T) (((|Integer|)) . T))
+(((|#1| |#1|) . T) (($ $) . T))
+(((|#1|) . T) (($) . T))
+(|has| |#1| (|StepThrough|))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+(((|#1|) . T) (((|Symbol|)) |has| |#1| (|RetractableTo| (|Symbol|))) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Integer|))))
+(|has| |#1| (|RealConstant|))
+(|has| |#1| (|PolynomialFactorizationExplicit|))
(((|#1|) . T))
-((((|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))))
+((((|Integer|)) |has| |#1| (|PatternMatchable| (|Integer|))) (((|Float|)) |has| |#1| (|PatternMatchable| (|Float|))))
((((|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))))
+((((|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))))
((($ (|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))))
-(((|#1|) . T))
-(OR (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|DifferentialSpace|)))
-((($) OR (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|DifferentialSpace|))))
-(|has| |#1| (|DifferentialRing|))
-(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((($) . T) (((|Integer|)) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
-(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T) (($ $) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)) ((|#1| |#1|) |has| |#1| (|Evalable| |#1|)))
-(((|#1|) |has| |#1| (|Evalable| |#1|)))
-(((|#1| $) |has| |#1| (|Eltable| |#1| |#1|)))
-(((|#1|) . T))
-((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
-(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
-(((|#1|) . T))
-((((|Integer|)) |has| |#1| (|PatternMatchable| (|Integer|))) (((|Float|)) |has| |#1| (|PatternMatchable| (|Float|))))
+(|has| |#1| (|OrderedSet|))
+(|has| |#1| (|OrderedSet|))
(|has| |#1| (|OrderedIntegralDomain|))
(|has| |#1| (|OrderedIntegralDomain|))
(|has| |#1| (|OrderedIntegralDomain|))
-(OR (|has| |#1| (|OrderedIntegralDomain|)) (|has| |#1| (|OrderedSet|)))
-(OR (|has| |#1| (|OrderedIntegralDomain|)) (|has| |#1| (|OrderedSet|)))
(|has| |#1| (|OrderedIntegralDomain|))
(|has| |#1| (|OrderedIntegralDomain|))
(|has| |#1| (|OrderedIntegralDomain|))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) . T))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(((|#1| |#1|) |has| |#1| (|Evalable| |#1|)) (((|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)))
(((|#1|) . T))
-(|has| |#1| (|PolynomialFactorizationExplicit|))
-(|has| |#1| (|RealConstant|))
-((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) (((|Pattern| (|Integer|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (((|Pattern| (|Float|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (((|Float|)) . #1=(|has| |#1| (|RealConstant|))) (((|DoubleFloat|)) . #1#))
-((((|Integer|)) . T) ((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T) (((|Symbol|)) |has| |#1| (|RetractableTo| (|Symbol|))))
-((((|Fraction| (|Integer|))) |has| |#1| . #1=((|RetractableTo| (|Integer|)))) (((|Integer|)) |has| |#1| . #1#) (((|Symbol|)) |has| |#1| (|RetractableTo| (|Symbol|))) ((|#1|) . T))
-(|has| |#1| (|StepThrough|))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) |has| |#1| (|Evalable| |#1|)))
+(((|#1| $) |has| |#1| (|Eltable| |#1| |#1|)))
+(((|#1|) . T))
+(|has| |#1| (|DifferentialSpace|))
+(|has| |#1| (|DifferentialRing|))
+(((|#1|) . T))
+((($) |has| |#1| (|DifferentialSpace|)))
+((((|Pattern| (|Integer|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (((|Pattern| #1=(|Float|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((#1#) |has| |#1| (|RealConstant|)) (((|DoubleFloat|)) |has| |#1| (|RealConstant|)))
+((((|OutputForm|)) . T))
+((($) . T) ((|#1|) . T) (((|Symbol|)) |has| |#1| (|RetractableTo| (|Symbol|))) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(|has| |#1| (|CharacteristicZero|))
+(|has| |#1| (|CharacteristicNonZero|))
+((($ $) . T) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) . T))
(((|#1|) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((|OutputForm|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#1| |#1|) . T))
-(((|#1|) . T) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (($) . T))
+((($) . T) ((|#1|) . T))
+((($) . T) ((|#1|) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
(((|#1|) . T) (((|Integer|)) . T))
+(((|#1| |#1|) . T))
(((|#1|) . T))
((((|SExpression|)) . T) (((|Symbol|)) . T) (((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
-((((|Integer|) (|Fraction| (|Polynomial| |#1|))) . T))
+((((|Fraction| (|Polynomial| |#1|))) . T))
+((((|Fraction| (|Polynomial| |#1|))) . T))
((((|Fraction| (|Polynomial| |#1|))) . T))
((((|Fraction| (|Polynomial| |#1|))) . T))
((((|Fraction| (|Polynomial| |#1|))) . T))
((((|SquareMatrix| |#2| #1=(|Fraction| (|Polynomial| |#1|)))) . T) ((#1#) . T))
-((((|OutputForm|)) . T))
((((|SquareMatrix| |#2| #1=(|Fraction| (|Polynomial| |#1|)))) . T) ((#1#) . T) (((|Integer|)) . T))
((((|Fraction| (|Polynomial| |#1|))) . T))
-((((|Fraction| (|Polynomial| |#1|))) . T))
+((((|Integer|) (|Fraction| (|Polynomial| |#1|))) . T))
+((((|OutputForm|)) . T))
(((#1=(|Fraction| (|Polynomial| |#1|)) #1#) . T))
((((|Fraction| (|Polynomial| |#1|))) . T))
-((((|Fraction| (|Polynomial| |#1|))) . T))
-((((|InputForm|)) |has| |#2| (|ConvertibleTo| (|InputForm|))) (((|Pattern| (|Float|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Float|)))) (((|Pattern| (|Integer|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|)))))
-((($) . T))
-(((|#2| |#3|) . T))
+(|has| |#2| (|PolynomialFactorizationExplicit|))
+((($) |has| |#2| (|CommutativeRing|)) ((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#2| (|CommutativeRing|)) ((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((((|OrderedVariableList| |#1|)) . T) ((|#2|) . T) ((#1=(|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
+(|has| |#2| (|PolynomialFactorizationExplicit|))
+((((|OrderedVariableList| |#1|)) . T))
+((((|OrderedVariableList| |#1|)) . T))
+((($ (|OrderedVariableList| |#1|)) . T))
+((($) |has| |#2| (|IntegralDomain|)) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) |has| |#2| (|IntegralDomain|)) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#2|) . T) ((#1=(|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#2|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#2| (|IntegralDomain|))
+((($ $) . T) ((#1=(|OrderedVariableList| |#1|) $) . T) ((#1# |#2|) . T))
+(|has| |#2| (|GcdDomain|))
(((|#2|) . T))
+(((|#2|) . T))
+(((|#2|) . T))
+(((|#2| |#3|) . T))
+((($) . T))
+(|has| |#2| (|IntegralDomain|))
+((((|Pattern| (|Integer|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|)))) (((|Pattern| (|Float|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Float|)))) (((|InputForm|)) |has| |#2| (|ConvertibleTo| (|InputForm|))))
+(|has| |#2| (|CommutativeRing|))
((((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) . T))
-(|has| |#2| (|CharacteristicNonZero|))
+((($) |has| |#2| (|IntegralDomain|)) (((|OrderedVariableList| |#1|)) . T) ((|#2|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#2| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|))))))
(|has| |#2| (|CharacteristicZero|))
-(OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) . T) (($) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) . T) (($) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-(((#1=(|Fraction| (|Integer|)) #1#) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2| |#2|) . T) (($ $) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-(((|#2|) . T))
-(OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) |has| |#2| (|CommutativeRing|)) (($) OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) |has| |#2| (|CommutativeRing|)) (($) OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) |has| |#2| (|CommutativeRing|)) (($) OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
+(|has| |#2| (|CharacteristicNonZero|))
+((($ $) |has| |#2| (|CommutativeRing|)) ((|#2| |#2|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#2| (|IntegralDomain|)) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
(((|#2| |#3|) . T))
-(((|#2|) . T))
-((($) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
-(((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
-(OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-((($ $) . T) ((#1=(|OrderedVariableList| |#1|) $) . T) ((#1# |#2|) . T))
-((((|OrderedVariableList| |#1|)) . T))
-((($ (|OrderedVariableList| |#1|)) . T))
-((((|OrderedVariableList| |#1|)) . T))
-(|has| |#2| (|PolynomialFactorizationExplicit|))
-(|has| |#2| (|PolynomialFactorizationExplicit|))
-((((|Fraction| (|Integer|))) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (((|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) ((|#2|) . T) (((|OrderedVariableList| |#1|)) . T))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) OR (|has| |#2| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|))))) ((|#2|) . T) (($) OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) (((|OrderedVariableList| |#1|)) . T))
(((|#2| |#3| (|OrderedVariableList| |#1|)) . T))
-(((|#2| |#2|) . T) ((|#6| |#6|) . T))
(((|#2|) . T) ((|#6|) . T))
(((|#2|) . T) ((|#6|) . T))
-((((|OutputForm|)) . T))
-(((|#2|) . T) (((|Integer|)) . T) ((|#6|) . T))
(((|#2|) . T) ((|#6|) . T))
(((|#2|) . T) ((|#6|) . T))
+(((|#2|) . T) ((|#6|) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
+(((|#2| |#2|) . T) ((|#6| |#6|) . T))
(((|#2|) . T) ((|#6|) . T))
(((|#4|) . T))
-(((|#4|) . T))
-((((|List| |#4|)) . T) (((|OutputForm|)) . T))
-(((|#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
(((|#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
(((|#4|) . T))
(((|#4|) . T))
+(((|#4|) . T))
+(((|#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
((((|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))))
(((|#4|) . T))
+((((|OutputForm|)) . T) (((|List| |#4|)) . T))
(((|#1| |#2| |#3| |#4|) . T))
((((|OutputForm|)) . T))
+(((|#1| (|Fraction| (|Integer|))) . T))
(|has| |#1| (|Field|))
-(|has| |#1| (|Field|))
-(|has| |#1| (|Field|))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-(|has| |#1| (|Field|))
-(|has| |#1| (|Field|))
-((((|OutputForm|)) . T))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-(|has| |#1| (|Field|))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(((|#1| (|Fraction| (|Integer|))) . T))
-(((|#1| (|Fraction| (|Integer|))) . T))
-(((|#1|) . T))
-(|has| |#1| (|CharacteristicZero|))
-(|has| |#1| (|CharacteristicNonZero|))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Integer|)) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|#1|) |has| |#1| (|CommutativeRing|)))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|#1|) |has| |#1| (|CommutativeRing|)))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|#1|) |has| |#1| (|CommutativeRing|)))
-((($) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|#1|) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|#1|) . T))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) ((|#1|) . T))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) ((|#1|) . T))
-(((#1=(|Fraction| (|Integer|)) #1#) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) ((|#1| |#1|) . T))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|#1|) |has| |#1| (|CommutativeRing|)))
+(|has| |#1| (|Field|))
(((|#1| (|Fraction| (|Integer|)) (|SingletonAsOrderedSet|)) . T))
((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
-((($ (|Variable| |#2|)) . T) (($ (|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
-((((|Fraction| (|Integer|)) |#1|) . T) (($ $) . T))
+((($ (|Variable| |#2|)) . T) (($ (|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|Field|))
+(((|#1|) . T))
+(|has| |#1| (|Field|))
+(|has| |#1| (|Field|))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) (((|Fraction| (|Integer|)) |#1|) . T))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|Field|))
(|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))
-((($) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))))
(|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))
-(((|#1|) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+((($) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))))
+(|has| |#1| (|CommutativeRing|))
((((|OutputForm|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|CharacteristicZero|))
+(|has| |#1| (|CharacteristicNonZero|))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1| (|Fraction| (|Integer|))) . T))
+(((|#1|) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
+(((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((#1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))))
(((|#1| |#2|) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))))
(((|#1| |#2|) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-(((#1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
(((|#1| |#2|) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
-(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+((((|OutputForm|)) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
+(((|#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
+(((|#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
(((|#4|) . T))
-((((|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))))
(((|#4|) . T))
(((|#4|) . T))
-(((|#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
(((|#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
+((((|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))))
(((|#4|) . T))
((((|OutputForm|)) . T) (((|List| |#4|)) . T))
-(((|#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((|InputForm|)) . T) (((|Fraction| (|SparseUnivariatePolynomial| (|Integer|)))) . T) (((|DoubleFloat|)) . T) (((|Float|)) . T))
+((((|InputForm|)) . T) (((|Fraction| (|SparseUnivariatePolynomial| (|Integer|)))) . T) (((|Float|)) . T))
((((|Fraction| #1=(|Integer|))) . T) ((#1#) . T))
-((((|Float|)) . T) (((|DoubleFloat|)) . T) (((|OutputForm|)) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((((|Float|)) . T) (((|DoubleFloat|)) . T) (((|OutputForm|)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
-((((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
-((((|OutputForm|)) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
+(((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((#1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))))
(((|#1| |#2|) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))))
(((|#1| |#2|) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-(((#1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
(((|#1| |#2|) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
-(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+((((|OutputForm|)) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
-((((|InputForm|)) |has| |#2| (|ConvertibleTo| (|InputForm|))) (((|Pattern| (|Float|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Float|)))) (((|Pattern| (|Integer|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|)))))
-((($) . T))
-(((|#2| (|HomogeneousDirectProduct| (|#| |#1|) (|NonNegativeInteger|))) . T))
+(|has| |#2| (|PolynomialFactorizationExplicit|))
+((($) |has| |#2| (|CommutativeRing|)) ((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#2| (|CommutativeRing|)) ((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((((|OrderedVariableList| |#1|)) . T) ((|#2|) . T) ((#1=(|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
+(|has| |#2| (|PolynomialFactorizationExplicit|))
+((((|OrderedVariableList| |#1|)) . T))
+((((|OrderedVariableList| |#1|)) . T))
+((($ (|OrderedVariableList| |#1|)) . T))
+((($) |has| |#2| (|IntegralDomain|)) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) |has| |#2| (|IntegralDomain|)) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#2|) . T) ((#1=(|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#2|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#2| (|IntegralDomain|))
+((($ $) . T) ((#1=(|OrderedVariableList| |#1|) $) . T) ((#1# |#2|) . T))
+(|has| |#2| (|GcdDomain|))
+(((|#2|) . T))
+(((|#2|) . T))
(((|#2|) . T))
+(((|#2| (|HomogeneousDirectProduct| (|#| |#1|) (|NonNegativeInteger|))) . T))
+((($) . T))
+(|has| |#2| (|IntegralDomain|))
+((((|Pattern| (|Integer|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|)))) (((|Pattern| (|Float|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Float|)))) (((|InputForm|)) |has| |#2| (|ConvertibleTo| (|InputForm|))))
+(|has| |#2| (|CommutativeRing|))
((((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) . T))
-(|has| |#2| (|CharacteristicNonZero|))
+((($) |has| |#2| (|IntegralDomain|)) (((|OrderedVariableList| |#1|)) . T) ((|#2|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#2| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|))))))
(|has| |#2| (|CharacteristicZero|))
-(OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) . T) (($) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) . T) (($) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-(((#1=(|Fraction| (|Integer|)) #1#) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2| |#2|) . T) (($ $) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-(((|#2|) . T))
-(OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) |has| |#2| (|CommutativeRing|)) (($) OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) |has| |#2| (|CommutativeRing|)) (($) OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) |has| |#2| (|CommutativeRing|)) (($) OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
+(|has| |#2| (|CharacteristicNonZero|))
+((($ $) |has| |#2| (|CommutativeRing|)) ((|#2| |#2|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#2| (|IntegralDomain|)) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
(((|#2| (|HomogeneousDirectProduct| (|#| |#1|) (|NonNegativeInteger|))) . T))
-(((|#2|) . T))
-((($) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
-(((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
-(OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-((($ $) . T) ((#1=(|OrderedVariableList| |#1|) $) . T) ((#1# |#2|) . T))
-((((|OrderedVariableList| |#1|)) . T))
-((($ (|OrderedVariableList| |#1|)) . T))
-((((|OrderedVariableList| |#1|)) . T))
-(|has| |#2| (|PolynomialFactorizationExplicit|))
-(|has| |#2| (|PolynomialFactorizationExplicit|))
-((((|Fraction| (|Integer|))) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (((|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) ((|#2|) . T) (((|OrderedVariableList| |#1|)) . T))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) OR (|has| |#2| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|))))) ((|#2|) . T) (($) OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) (((|OrderedVariableList| |#1|)) . T))
(((|#2| (|HomogeneousDirectProduct| (|#| |#1|) (|NonNegativeInteger|)) (|OrderedVariableList| |#1|)) . T))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Ring|)))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|Ring|)))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|AbelianSemiGroup|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Finite|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedSet|)) (|has| |#2| (|Ring|)) (|has| |#2| (|SetCategory|)))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|AbelianSemiGroup|)) (|has| |#2| (|BasicType|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Finite|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedSet|)) (|has| |#2| (|Ring|)) (|has| |#2| (|SetCategory|)))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|AbelianSemiGroup|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|Ring|)))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|Ring|)))
-(((|#2| |#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Ring|))))
-(((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|Ring|))))
-(((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Ring|))))
-((((|OutputForm|)) OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|AbelianSemiGroup|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CoercibleTo| (|OutputForm|))) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Finite|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedSet|)) (|has| |#2| (|Ring|)) (|has| |#2| (|SetCategory|))) (((|Vector| |#2|)) . T))
-(((|#2|) |has| |#2| (|Ring|)))
-((((|Symbol|)) AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))))
-((((|Symbol|)) OR (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|Ring|)))))
-((($ (|Symbol|)) OR (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|Ring|)))))
-(((|#2|) |has| |#2| (|Ring|)))
-(OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|Ring|))))
-((($) OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|Ring|)))))
+(((|#2|) |has| |#2| (|Field|)))
+(OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (|has| |#2| (|SetCategory|)))
(|has| |#2| (|Ring|))
(|has| |#2| (|Ring|))
(|has| |#2| (|Ring|))
(|has| |#2| (|Ring|))
+(((|#2|) |has| |#2| (|Ring|)))
+(((|#2|) |has| |#2| (|Monoid|)))
+(((|#2|) |has| |#2| (|SetCategory|)) ((#1=(|Integer|)) AND (|has| |#2| (|RetractableTo| (|Integer|))) (|has| |#2| (|SetCategory|))) (((|Fraction| #1#)) AND (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#2| (|SetCategory|))))
+((((|Symbol|)) OR (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|Ring|)))))
+((((|Symbol|)) AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))))
+((($ (|Symbol|)) OR (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|Ring|)))))
+(|has| |#2| (|OrderedSet|))
+(|has| |#2| (|OrderedSet|))
+(|has| |#2| (|OrderedAbelianMonoidSup|))
+(|has| |#2| (|OrderedAbelianMonoidSup|))
+(|has| |#2| (|OrderedAbelianMonoidSup|))
+(|has| |#2| (|OrderedAbelianMonoidSup|))
(|has| |#2| (|Ring|))
-((((|Integer|)) OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Ring|))) ((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|Ring|))) (($) |has| |#2| (|Ring|)))
-(AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|)))
-(|has| |#2| (|Finite|))
-(((|#2|) . T))
-(((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
+(((|#2|) |has| |#2| (|CommutativeRing|)))
+(((|#2|) |has| |#2| (|Ring|)) (((|Integer|)) AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))))
+(((|#2|) |has| |#2| (|Monoid|)))
+((($) |has| |#2| (|Ring|)) ((|#2|) |has| |#2| (|Ring|)) (((|Integer|)) AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))))
+((($) |has| |#2| (|Ring|)) ((|#2|) |has| |#2| (|Monoid|)) (((|Integer|)) |has| |#2| (|AbelianGroup|)))
(((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
+((((|Integer|) |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-(((|#2|) |has| |#2| (|Ring|)))
-(((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Ring|))) (($) |has| |#2| (|Ring|)) (((|Integer|)) AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))))
-(((|#2|) |has| |#2| (|Ring|)) (((|Integer|)) AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))))
(((|#2|) |has| |#2| (|SetCategory|)))
-((((|Integer|)) OR (AND (|has| |#2| (|RetractableTo| (|Integer|))) (|has| |#2| (|SetCategory|))) (|has| |#2| (|Ring|))) ((|#2|) |has| |#2| (|SetCategory|)) (((|Fraction| (|Integer|))) AND (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#2| (|SetCategory|))))
-(((|#2|) |has| |#2| (|SetCategory|)) (((|Integer|)) AND (|has| |#2| (|RetractableTo| (|Integer|))) (|has| |#2| (|SetCategory|))) (((|Fraction| (|Integer|))) AND (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#2| (|SetCategory|))))
-((((|Integer|) |#2|) . T))
+(((|#2|) |has| |#2| (|Ring|)))
+(((|#2|) . T))
+(|has| |#2| (|Finite|))
+(((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
((((|Integer|) |#2|) . T))
((((|Integer|) |#2|) . T))
-(((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Monoid|))))
-(((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|))))
-(|has| |#2| (|OrderedAbelianMonoidSup|))
-(|has| |#2| (|OrderedAbelianMonoidSup|))
-(OR (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedSet|)))
-(OR (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedSet|)))
-(|has| |#2| (|OrderedAbelianMonoidSup|))
-(|has| |#2| (|OrderedAbelianMonoidSup|))
-(((|#2|) |has| |#2| (|Field|)))
+(((|#2|) |has| |#2| (|Ring|)))
+(OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|Ring|))))
+(AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|)))
+(((|#2|) |has| |#2| (|Ring|)))
+((($) OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|Ring|)))))
+((((|Vector| |#2|)) . T) (((|OutputForm|)) OR (|has| |#2| (|CoercibleTo| (|OutputForm|))) (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|)))))
+(((|#2|) |has| |#2| (|SetCategory|)) ((#1=(|Integer|)) OR (AND (|has| |#2| (|RetractableTo| (|Integer|))) (|has| |#2| (|SetCategory|))) (|has| |#2| (|Ring|))) (((|Fraction| #1#)) AND (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#2| (|SetCategory|))))
+(|has| |#2| (|CancellationAbelianMonoid|))
+(((|#2| |#2|) |has| |#2| (|Ring|)))
+(OR (|has| |#2| (|BasicType|)) (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))))
+(|has| |#2| (|AbelianSemiGroup|))
+(|has| |#2| (|AbelianMonoid|))
+(|has| |#2| (|AbelianGroup|))
(((|#1| |#2|) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
(((|#1|) . T))
-(((|#1|) . T))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|SetCategory|)))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+(|has| |#1| (|SetCategory|))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
(((|#1|) . T))
-(|has| |#1| (|SetCategory|))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
+(((|#1|) . T))
(((|#1|) . T))
((((|Integer|)) . T))
((((|OutputForm|)) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((|RadixExpansion| 16)) . T) (((|Fraction| (|Integer|))) . T) (((|OutputForm|)) . T))
+((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
+(((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
-((($) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((#1=(|Integer|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T) (($ $) . T))
((((|Integer|)) . T))
+((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
-((((|InputForm|)) . T) (((|Pattern| (|Integer|))) . T) (((|Float|)) . T) (((|DoubleFloat|)) . T))
-((((|Fraction| (|Integer|))) . T) (((|Integer|)) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T))
+((((|Pattern| (|Integer|))) . T) (((|InputForm|)) . T) (((|Float|)) . T) (((|DoubleFloat|)) . T))
+((((|RadixExpansion| 16)) . T) (((|Fraction| (|Integer|))) . T) (((|OutputForm|)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((($ $) . T) ((#1=(|Integer|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T))
+((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
((((|Integer|)) . T))
((((|String|)) . T) (((|OutputForm|)) . T))
((($) . T))
-((((|Complex| (|Float|))) . T) (((|DoubleFloat|)) . T) (((|Float|)) . T))
+((((|Complex| (|Float|))) . T) (((|Float|)) . T))
((((|Fraction| #1=(|Integer|))) . T) ((#1#) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-(((#1=(|Fraction| (|Integer|)) #1#) . T) (($ $) . T))
-((($) . T))
-((($ $) . T) (((|Kernel| $) $) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
+((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
((((|Fraction| #1=(|Integer|))) . T) ((#1#) . T) (((|Kernel| $)) . T))
-((((|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $))) . T) (($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T) (((|Kernel| $)) . T))
+((($ $) . T) (((|Kernel| $) $) . T))
+((($) . T))
((((|OutputForm|)) . T))
+((((|SparseMultivariatePolynomial| (|Integer|) (|Kernel| $))) . T) (($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T) (((|Kernel| $)) . T))
(((|#1|) . T))
+(|has| |#1| (|SetCategory|))
(|has| |#1| (|OrderedSet|))
(|has| |#1| (|OrderedSet|))
(((|#1|) . T))
-((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
-((((|Integer|) |#1|) . T))
-((((|UniversalSegment| (|Integer|)) $) . T) (((|Integer|) |#1|) . T))
+(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
((((|Integer|) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
-(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|))))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|Integer|) |#1|) . T))
+((((|UniversalSegment| #1=(|Integer|)) $) . T) ((#1# |#1|) . T))
+((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
(((|#1|) . T))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|SetCategory|)))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+(|has| |#1| (|SetCategory|))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
(((|#1|) . T))
-(|has| |#1| (|SetCategory|))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
(((|#1| |#2| |#3|) . T))
((((|Boolean|)) . T))
((((|Boolean|)) . T))
((((|Boolean|)) . T))
-((((|OutputForm|)) . T))
+((((|Integer|) (|Boolean|)) . T))
+((((|Boolean|)) . T))
((((|Boolean|)) . T))
((((|Boolean|)) . T))
((((|Boolean|)) . T))
((((|Integer|) (|Boolean|)) . T))
-((((|Integer|) (|Boolean|)) . T))
-((((|Integer|) (|Boolean|)) . T) (((|UniversalSegment| (|Integer|)) $) . T))
+((((|UniversalSegment| #1=(|Integer|)) $) . T) ((#1# (|Boolean|)) . T))
((((|InputForm|)) . T))
((((|Boolean|)) . T))
-((((|Boolean|)) . T))
+((((|OutputForm|)) . T))
((((|String|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
-((((|List| (|IndexedProductTerm| |#1| |#2|))) . T))
(((|#1|) . T))
+((((|List| (|IndexedProductTerm| |#1| |#2|))) . T))
(((|#1| |#2|) . T))
-((((|OutputForm|)) . T))
((((|Integer|)) . T))
-((((|List| (|IndexedProductTerm| |#1| |#2|))) . T))
+((((|OutputForm|)) . T))
(((|#1|) . T))
+((((|List| (|IndexedProductTerm| |#1| |#2|))) . T))
(((|#1| |#2|) . T))
((((|OutputForm|)) . T))
-((((|List| (|IndexedProductTerm| |#1| |#2|))) . T))
-(((|#1|) . T))
(AND (|has| |#1| (|SetCategory|)) (|has| |#2| (|SetCategory|)))
+(((|#1|) . T))
+((((|List| (|IndexedProductTerm| |#1| |#2|))) . T))
((((|OutputForm|)) AND (|has| |#1| (|SetCategory|)) (|has| |#2| (|SetCategory|))))
(((|#1| |#2|) . T))
-((((|List| (|IndexedProductTerm| |#1| |#2|))) . T))
(((|#1|) . T))
+((((|List| (|IndexedProductTerm| |#1| |#2|))) . T))
(((|#1| |#2|) . T))
((((|OutputForm|)) . T))
-((((|List| (|IndexedProductTerm| |#1| |#2|))) . T))
(((|#1|) . T))
+((((|List| (|IndexedProductTerm| |#1| |#2|))) . T))
(((|#1| |#2|) . T))
((((|OutputForm|)) . T))
((((|Pair| |#2| |#1|)) . T))
-((((|OutputForm|)) . T))
(((|#1|) . T))
+((((|OutputForm|)) . T))
(((|#1|) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
+(|has| |#1| (|SetCategory|))
(|has| |#1| (|OrderedSet|))
(|has| |#1| (|OrderedSet|))
(((|#1|) . T))
-((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
-((((|Integer|) |#1|) . T))
-((((|UniversalSegment| (|Integer|)) $) . T) (((|Integer|) |#1|) . T))
+(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
((((|Integer|) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
-(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|))))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|Integer|) |#1|) . T))
+((((|UniversalSegment| #1=(|Integer|)) $) . T) ((#1# |#1|) . T))
+((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
(((|#1|) . T))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
(((|#1|) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|InnerPrimeField| |#1|)) . T))
+((($) . T) (((|InnerPrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|InnerPrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
((((|InnerPrimeField| |#1|)) . T))
+((($) . T) (((|InnerPrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|InnerPrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|InnerPrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|InnerPrimeField| |#1|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((((|InnerPrimeField| |#1|)) . T))
-((((|InnerPrimeField| |#1|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|InnerPrimeField| |#1|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((#1=(|InnerPrimeField| |#1|) #1#) . T) (($ $) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|InnerPrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|InnerPrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|OutputForm|)) . T))
-((((|InnerPrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-((((|InnerPrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|InnerPrimeField| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T) (((|Integer|)) . T))
-(|has| $ (|CharacteristicZero|))
((($) . T))
+((((|OutputForm|)) . T))
+((($) . T) (((|InnerPrimeField| |#1|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(|has| $ (|CharacteristicZero|))
+((($ $) . T) ((#1=(|InnerPrimeField| |#1|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
((((|InnerPrimeField| |#1|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|OutputForm|)) . T))
-((((|List| (|IndexedProductTerm| (|NonNegativeInteger|) |#1|))) . T))
((((|NonNegativeInteger|)) . T))
+((((|List| (|IndexedProductTerm| (|NonNegativeInteger|) |#1|))) . T))
((((|NonNegativeInteger|) |#1|) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|IP4Address|)) . T))
((((|SExpression|)) . T))
-((((|List| $)) . T) (((|String|)) . T) (((|Symbol|)) . T) (((|Integer|)) . T) (((|DoubleFloat|)) . T) (((|OutputForm|)) . T))
-((((|Integer|) $) . T) (((|List| (|Integer|)) $) . T))
+((((|List| #1=(|Integer|)) $) . T) ((#1# $) . T))
+((((|OutputForm|)) . T) (((|DoubleFloat|)) . T) (((|Integer|)) . T) (((|Symbol|)) . T) (((|String|)) . T) (((|List| $)) . T))
((((|OutputForm|)) . T))
((((|String|) (|Symbol|) (|Integer|) (|DoubleFloat|) (|OutputForm|)) . T))
-((((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T))
-((($) . T))
-((($) . T))
-((($ $) . T))
-((($) . T))
-((($) . T))
((($) . T))
((($) . T))
-((((|Integer|)) . T) (($) . T))
((((|Integer|)) . T))
-((($) . T) (((|Integer|)) . T))
((((|Integer|)) . T))
-((((|InputForm|)) . T) ((#1=(|Integer|)) . T) (((|Pattern| #1#)) . T) (((|Float|)) . T) (((|DoubleFloat|)) . T))
+((($) . T))
((((|Integer|)) . T))
+((($) . T))
+((($) . T) (((|Integer|)) . T))
+((($) . T) (((|Integer|)) . T))
+((($) . T))
+((((|Pattern| #1=(|Integer|))) . T) ((#1#) . T) (((|InputForm|)) . T) (((|Float|)) . T) (((|DoubleFloat|)) . T))
((((|OutputForm|)) . T))
+((($) . T) (((|Integer|)) . T))
+((($ $) . T))
+((($) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|OutputForm|)) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
+(((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((#1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))))
(((|#1| |#2|) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))))
(((|#1| |#2|) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-(((#1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
(((|#1| |#2|) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
-(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+((((|OutputForm|)) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
((($) . T))
-((($ $) . T))
((($) . T))
+((((|Integer|)) . T))
((($) . T))
-((((|OutputForm|)) . T))
-((((|Integer|)) . T) (($) . T))
((($) . T))
((($) . T))
+((($) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
+((($) . T) (((|Integer|)) . T))
+((($ $) . T))
((($) . T))
-((((|Integer|)) . T) (($) . T))
-((((|Integer|)) . T))
(((|#1|) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((($) . T))
-((((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T))
((($) . T))
-((($ $) . T))
((($) . T))
((($) . T))
((($) . T))
+((($) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
+((($) . T) (((|Integer|)) . T))
+((($ $) . T))
((($) . T))
-((((|Integer|)) . T) (($) . T))
(((|#1|) . T))
((((|Integer|)) . T))
((($) . T))
@@ -1800,90 +1800,90 @@
((($) . T))
(|has| $ (|CharacteristicZero|))
((($) . T))
-((((|OutputForm|)) . T))
-((($) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((($) . T))
+((((|OutputForm|)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((#1=(|Fraction| (|Integer|)) #1#) . T))
((((|Fraction| (|Integer|))) . T))
((((|Fraction| (|Integer|))) . T))
-((((|OutputForm|)) . T))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
((((|Fraction| (|Integer|))) . T))
((((|Fraction| (|Integer|))) . T))
+((((|Fraction| (|Integer|))) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
+(((#1=(|Fraction| (|Integer|)) #1#) . T))
((((|Fraction| (|Integer|))) . T))
((((|Syntax|)) . T))
((((|Syntax|)) . T))
((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
-(|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))
-((((|OutputForm|)) . T))
-((($) |has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))
-(|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))
-((($ $) . T) (((|Integer|) |#1|) . T))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1| (|Integer|) (|SingletonAsOrderedSet|)) . T))
((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))))
-((($ (|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))))
((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))))
-(((|#1| (|Integer|) (|SingletonAsOrderedSet|)) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T))
-((($) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T))
-(|has| |#1| (|CharacteristicNonZero|))
-(|has| |#1| (|CharacteristicZero|))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))))
-(((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1| |#1|) . T) (($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))))
-(((|#1|) . T))
+((($ (|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|IntegralDomain|))
+(((|#1|) . T))
(|has| |#1| (|IntegralDomain|))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) |has| |#1| (|IntegralDomain|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) |has| |#1| (|IntegralDomain|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) |has| |#1| (|IntegralDomain|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) |has| |#1| (|IntegralDomain|)))
+((($ $) . T) (((|Integer|) |#1|) . T))
+(|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))
+(|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))
+((($) |has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))
+(|has| |#1| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|CharacteristicZero|))
+(|has| |#1| (|CharacteristicNonZero|))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(((|#1| (|Integer|)) . T))
(((|#1| (|Integer|)) . T))
((($) |has| |#1| (|IntegralDomain|)))
((($) |has| |#1| (|IntegralDomain|)))
-((($) |has| |#1| (|IntegralDomain|)))
(|has| |#1| (|IntegralDomain|))
(|has| |#1| (|IntegralDomain|))
+((($) |has| |#1| (|IntegralDomain|)))
(|has| |#1| (|IntegralDomain|))
((($) |has| |#1| (|IntegralDomain|)) ((|#1|) . T))
((($) |has| |#1| (|IntegralDomain|)) ((|#1|) . T))
((($ $) |has| |#1| (|IntegralDomain|)) ((|#1| |#1|) . T))
-((($) |has| |#1| (|IntegralDomain|)) (((|Integer|)) . T))
(((|#1|) . T) (($) . T))
-((((|OutputForm|)) . T))
(((|#1|) . T) (($) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) (((|Integer|)) . T))
((((|Syntax|)) . T))
((((|Syntax|)) . T))
((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|OutputForm|)) . T))
(((|#1|) . T))
((((|Syntax|)) . T))
-((((|TypeAst|)) . T) (((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|TypeAst|)) . T) (((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
+(((|#1|) |has| |#2| (|FiniteRankNonAssociativeAlgebra| |#1|)))
((((|Integer|) |#1|) |has| |#2| (|FramedNonAssociativeAlgebra| |#1|)))
-(((|#1|) OR (|has| |#2| (|FiniteRankNonAssociativeAlgebra| |#1|)) (|has| |#2| (|FramedNonAssociativeAlgebra| |#1|))))
((#1=(|#1|) |has| |#2| (|FramedNonAssociativeAlgebra| . #1#)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#2|) . T) (((|OutputForm|)) . T))
-(((|#1|) . T) (((|Integer|)) . T))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) . T) (((|Integer|)) . T))
+(((|#2|) . T) (((|OutputForm|)) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
((((|Byte|)) . T))
@@ -1896,24 +1896,24 @@
((((|Byte|)) . T) (((|JVMBytecode|)) . T))
((((|Byte|)) . T) (((|JVMBytecode|)) . T))
((((|Byte|)) . T) (((|JVMBytecode|)) . T) (((|OutputForm|)) . T))
-((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
+(((|#1|) . T) (((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
((((|String|) |#1|) . T))
+(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) (((|Record| (|:| |key| #1=(|String|)) (|:| |entry| |#1|)) (|Record| (|:| |key| #1#) (|:| |entry| |#1|))) |has| (|Record| (|:| |key| #1#) (|:| |entry| |#1|)) (|Evalable| (|Record| (|:| |key| #1#) (|:| |entry| |#1|)))))
((((|String|) |#1|) . T))
+(((|#1|) . T) (((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
+(((|#1|) . T) (((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
+((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) (((|Record| (|:| |key| #1=(|String|)) (|:| |entry| |#1|))) |has| (|Record| (|:| |key| #1#) (|:| |entry| |#1|)) (|Evalable| (|Record| (|:| |key| #1#) (|:| |entry| |#1|)))))
((((|String|) |#1|) . T))
-((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T) ((|#1|) . T))
-((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T) ((|#1|) . T))
-(((#1=(|Record| (|:| |key| (|String|)) (|:| |entry| |#1|)) #1#) |has| (|Record| (|:| |key| (|String|)) (|:| |entry| |#1|)) (|Evalable| (|Record| (|:| |key| (|String|)) (|:| |entry| |#1|)))) ((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) |has| (|Record| (|:| |key| (|String|)) (|:| |entry| |#1|)) (|Evalable| (|Record| (|:| |key| (|String|)) (|:| |entry| |#1|)))) ((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
((((|String|) |#1|) . T))
((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
-(((|#1|) . T) (((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
((((|String|) |#1|) . T))
((((|OutputForm|)) . T))
((((|FileName|) (|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
-((#1=((|InputForm|)) |has| |#1| (|ConvertibleTo| . #1#)) (((|Pattern| (|Float|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (((|Pattern| (|Integer|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))))
+((#1=((|InputForm|)) |has| |#1| (|ConvertibleTo| . #1#)) (((|Pattern| (|Integer|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (((|Pattern| (|Float|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))))
(((|#1|) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
@@ -1927,135 +1927,135 @@
(|has| |#1| (|OrderedRing|))
(((|#2|) . T))
(((|#2|) . T))
-((((|OutputForm|)) . T))
(((|#2|) . T))
(((|#2|) . T))
-(((|#2| |#2|) . T))
-(((|#2|) . T) (((|Integer|)) . T) (($) . T))
-(((|#2|) . T) (($) . T))
+((($) . T) ((|#2|) . T))
+((($) . T) ((|#2|) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
(((|#2|) . T) (((|Integer|)) . T))
+(((|#2| |#2|) . T))
(((|#2|) . T))
(|has| |#1| (|Field|))
(|has| |#1| (|Field|))
(|has| |#1| (|Field|))
(|has| |#1| (|CharacteristicNonZero|))
(|has| |#1| (|CharacteristicZero|))
-(((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|#1|) . T))
+(((|#2|) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
(((|#1|) . T))
((((|Fraction| |#2|)) . T))
((($) . T))
-((($ $) . T))
((($) . T))
((($) . T))
((($) . T))
+((($ $) . T))
((($) . T))
-(|has| |#2| (|DifferentialRing|))
-(((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|#1|) . T) (($) . T) (((|Integer|)) . T))
+((((|Symbol|)) OR (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))))
+((((|Symbol|)) |has| |#2| (|PartialDifferentialRing| (|Symbol|))))
+((($ (|Symbol|)) OR (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))))
((($) . T))
-((((|OutputForm|)) . T))
((($) . T) (((|Integer|)) . T))
-((($) OR (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|DifferentialSpace|))))
-(OR (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|DifferentialSpace|)))
(((|#2|) . T))
-((($ (|Symbol|)) OR (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))))
-((((|Symbol|)) OR (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))))
-((((|Symbol|)) |has| |#2| (|PartialDifferentialRing| (|Symbol|))))
+(|has| |#2| (|DifferentialSpace|))
+(|has| |#2| (|DifferentialRing|))
+((($) |has| |#2| (|DifferentialSpace|)))
+((((|OutputForm|)) . T))
+(((|#2|) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (($) . T) (((|Integer|)) . T))
(((|#2|) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|XPBWPolynomial| |#1| |#2|)) . T) (((|XDistributedPolynomial| |#1| |#2|)) . T) (((|OutputForm|)) . T))
-((((|Record| (|:| |key| (|String|)) (|:| |entry| (|Any|)))) . T))
-((((|OutputForm|)) . T))
+(((#1=(|Any|)) . T) (((|Record| (|:| |key| (|String|)) (|:| |entry| #1#))) . T))
((((|String|) (|Any|)) . T))
+((((|Record| (|:| |key| #1=(|String|)) (|:| |entry| #2=(|Any|))) (|Record| (|:| |key| #1#) (|:| |entry| #2#))) |has| (|Record| (|:| |key| #1#) (|:| |entry| #2#)) (|Evalable| (|Record| (|:| |key| #1#) (|:| |entry| #2#)))))
((((|String|) (|Any|)) . T))
-((((|Symbol|) #1=(|Any|)) . T) (((|String|) #1#) . T))
-((((|Record| (|:| |key| (|String|)) (|:| |entry| #1=(|Any|)))) . T) ((#1#) . T))
-((((|Record| (|:| |key| (|String|)) (|:| |entry| #1=(|Any|)))) . T) ((#1#) . T))
-(((#1=(|Record| (|:| |key| (|String|)) (|:| |entry| (|Any|))) #1#) |has| (|Record| (|:| |key| (|String|)) (|:| |entry| (|Any|))) (|Evalable| (|Record| (|:| |key| (|String|)) (|:| |entry| (|Any|))))))
-((((|Record| (|:| |key| (|String|)) (|:| |entry| (|Any|)))) |has| (|Record| (|:| |key| (|String|)) (|:| |entry| (|Any|))) (|Evalable| (|Record| (|:| |key| (|String|)) (|:| |entry| (|Any|))))))
+(((#1=(|Any|)) . T) (((|Record| (|:| |key| (|String|)) (|:| |entry| #1#))) . T))
+(((#1=(|Any|)) . T) (((|Record| (|:| |key| (|String|)) (|:| |entry| #1#))) . T))
+((((|Record| (|:| |key| (|String|)) (|:| |entry| (|Any|)))) . T))
+((((|Record| (|:| |key| #1=(|String|)) (|:| |entry| #2=(|Any|)))) |has| (|Record| (|:| |key| #1#) (|:| |entry| #2#)) (|Evalable| (|Record| (|:| |key| #1#) (|:| |entry| #2#)))))
((((|String|) (|Any|)) . T))
+((((|Symbol|) #1=(|Any|)) . T) (((|String|) #1#) . T))
((((|Record| (|:| |key| (|String|)) (|:| |entry| (|Any|)))) . T))
((((|Record| (|:| |key| (|String|)) (|:| |entry| (|Any|)))) . T))
-(((#1=(|Any|)) . T) (((|Record| (|:| |key| (|String|)) (|:| |entry| #1#))) . T))
((((|Record| (|:| |key| (|String|)) (|:| |entry| (|Any|)))) . T))
+((((|OutputForm|)) . T))
((((|Record| (|:| |key| (|String|)) (|:| |entry| (|Any|)))) . T))
((((|String|) (|Any|)) . T))
+(((|#1|) |has| |#2| (|FiniteRankNonAssociativeAlgebra| |#1|)))
((((|Integer|) |#1|) |has| |#2| (|FramedNonAssociativeAlgebra| |#1|)))
-(((|#1|) OR (|has| |#2| (|FiniteRankNonAssociativeAlgebra| |#1|)) (|has| |#2| (|FramedNonAssociativeAlgebra| |#1|))))
((#1=(|#1|) |has| |#2| (|FramedNonAssociativeAlgebra| . #1#)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#2|) . T) (((|OutputForm|)) . T))
-(((|#1|) . T) (((|Integer|)) . T))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) . T) (((|Integer|)) . T))
+(((|#2|) . T) (((|OutputForm|)) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
((((|OrderedVariableList| |#1|)) . T))
((((|OutputForm|)) . T))
-((((|List| (|IndexedProductTerm| |#1| (|LinearBasis| |#2|)))) . T))
(((|#1|) . T))
+((((|List| (|IndexedProductTerm| |#1| (|LinearBasis| |#2|)))) . T))
(((|#1| (|LinearBasis| |#2|)) . T))
((((|LinearBasis| |#2|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((|OutputForm|)) . T))
-(((|#1|) . T) (((|Integer|)) . T))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
((((|LinearElement| |#1| |#2|) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((|OutputForm|)) . T))
-(((|#1|) . T) (((|Integer|)) . T))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+(|has| |#1| (|SetCategory|))
(((|#1|) . T))
-(OR (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
+(|has| |#1| (|OrderedSet|))
+(|has| |#1| (|OrderedSet|))
(((|#1|) . T))
-((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
-((((|Integer|) |#1|) . T))
-((((|UniversalSegment| (|Integer|)) $) . T) (((|Integer|) |#1|) . T))
+(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
((((|Integer|) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (|OrderedSet|))
-(|has| |#1| (|OrderedSet|))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|Integer|) |#1|) . T))
+((((|UniversalSegment| #1=(|Integer|)) $) . T) ((#1# |#1|) . T))
+((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
(((|#1|) . T))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
(((|#1|) . T))
((((|Syntax|)) . T))
-(((|#1|) . T) (((|OutputForm|)) . T) (((|Syntax|)) . T))
+(((|#1|) . T) (((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
-(((|#1|) . T))
-(((|#1|) . T))
(|has| |#1| (|SetCategory|))
-(((|#1|) . T))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+(((|#1|) . T))
+(((|#1|) . T))
(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|SetCategory|))))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
+((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
+(((|#1|) . T))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
@@ -2067,183 +2067,183 @@
(|has| |#1| (|OrderedAbelianGroup|))
(|has| |#1| (|OrderedAbelianGroup|))
(|has| |#1| (|OrderedAbelianGroup|))
-(((|#2| |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((|OutputForm|)) . T))
-((((|Integer|)) . T) ((|#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
+(((|#2|) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
+(((|#2| |#2|) . T))
(((|#2|) . T))
-(((|#1| |#1|) . T))
(((|#1|) . T))
-((((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|#1|) . T))
(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
(((|#1|) |has| |#1| (|CommutativeRing|)))
(((|#1|) |has| |#1| (|CommutativeRing|)))
-((((|OutputForm|)) . T))
-(((|#1|) . T))
+((($) . T) ((|#1|) . T))
+((($) . T) ((|#1|) . T) (((|Integer|)) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
-(((|#1|) . T) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (($) . T))
-((((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|#1|) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
+(((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+(((|#1| |#1|) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)))
(((|#1|) . T))
-(((|#1| |#1|) . T))
(((|#1|) . T))
-((((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|#1|) . T))
(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
(((|#1|) |has| |#1| (|CommutativeRing|)))
(((|#1|) |has| |#1| (|CommutativeRing|)))
-((((|OutputForm|)) . T))
-(((|#1|) . T))
+((($) . T) ((|#1|) . T))
+((($) . T) ((|#1|) . T) (((|Integer|)) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
-(((|#1|) . T) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (($) . T))
-((((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|#1|) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
+(((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+(((|#1| |#1|) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)))
(((|#1|) . T))
-(((|#2| |#2|) . T) ((|#1| |#1|) . T))
(((|#1|) . T))
-((((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|#1|) . T))
(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
(((|#1|) |has| |#1| (|CommutativeRing|)))
(((|#1|) |has| |#1| (|CommutativeRing|)))
-((((|OutputForm|)) . T))
-(((|#1|) . T))
+((($) . T) ((|#1|) . T))
+((($) . T) ((|#1|) . T) (((|Integer|)) . T))
(((|#1|) . T))
+(((|#2| |#2|) . T) ((|#1| |#1|) . T))
+((((|OutputForm|)) . T))
+(((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
(((|#1| |#1|) . T))
-(((|#1|) . T) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (($) . T))
-((((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|#1|) . T) (((|Integer|)) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)))
(((|#1|) . T))
-(((|#2|) . T))
((((|LyndonWord| |#1|)) . T))
+(((|#2|) . T))
((((|LyndonWord| |#1|)) . T))
(((|#2| (|LyndonWord| |#1|)) . T))
(((|#2|) . T))
-(((|#2| |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((|XDistributedPolynomial| |#1| |#2|)) . T) (((|XRecursivePolynomial| |#1| |#2|)) . T) (((|OutputForm|)) . T))
-((((|Integer|)) . T) ((|#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-(((|#1| |#2|) . T))
-((((|Integer|) |#2|) . T))
-(((|#2|) . T))
-(((|#2|) . T))
-(((|#2|) . T))
-(((|#2|) |has| |#2| (ATTRIBUTE (|commutative| "*"))))
+(((|#2|) . T) (((|Integer|)) . T))
+((((|XRecursivePolynomial| |#1| |#2|)) . T) (((|XDistributedPolynomial| |#1| |#2|)) . T) (((|OutputForm|)) . T))
(((|#2| |#2|) . T))
+(((|#1| |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((|Matrix| |#2|)) . T) (((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T) ((|#2|) . T))
+((((|Integer|) |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((|Symbol|)) |has| |#2| (|PartialDifferentialRing| (|Symbol|))))
+(((|#2|) . T) ((#1=(|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
+(((|#1| |#1| |#2| #1=(|DirectProduct| |#1| |#2|) #1#) . T))
((((|Symbol|)) OR (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))))
+((((|Symbol|)) |has| |#2| (|PartialDifferentialRing| (|Symbol|))))
((($ (|Symbol|)) OR (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))))
(((|#2|) . T))
-(OR (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|DifferentialSpace|)))
-((($) OR (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|DifferentialSpace|))))
-(|has| |#2| (|DifferentialRing|))
+(((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
(((|#2|) . T))
((($) . T) ((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
-(((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) . T) ((|#2|) . T) (((|Integer|)) . T))
+(((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
+(((|#2|) . T))
+(((|#2|) . T))
(((|#2|) . T))
-((((|Integer|)) . T) ((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
-(((|#2|) . T) (((|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
-(((|#1| |#1| |#2| #1=(|DirectProduct| |#1| |#2|) #1#) . T))
(((|#2|) . T))
(((|#2|) . T))
-(((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
(((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
(((|#2|) . T))
+(|has| |#2| (|DifferentialSpace|))
+(|has| |#2| (|DifferentialRing|))
+(((|#2|) . T))
+((($) |has| |#2| (|DifferentialSpace|)))
+((((|Matrix| |#2|)) . T) (((|OutputForm|)) . T))
+(((|#2|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
+(((|#2| |#2|) . T))
+(((|#2|) |has| |#2| (ATTRIBUTE (|commutative| "*"))))
(((|#1| |#2| #1=(|DirectProduct| |#1| |#2|) #1#) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
(((|#1|) . T))
(((|#1|) . T))
((((|FreeMagma| |#1|)) . T) (((|OrderedFreeMonoid| |#1|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|Syntax|)) . T))
-((((|TypeAst|)) . T) (((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|TypeAst|)) . T) (((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((#1=((|InputForm|)) |has| |#1| (|ConvertibleTo| . #1#)))
(((|#1| #1=(|Vector| |#1|) #1#) . T))
(((|#1|) . T))
-(((|#1|) . T))
(|has| |#1| (|SetCategory|))
-(((|#1|) . T))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|SetCategory|))))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
(((|#1| #1=(|Vector| |#1|) #1#) . T))
((#1=((|OutputForm|)) |has| |#1| (|CoercibleTo| . #1#)))
(((|#1|) . T))
(((|#1|) . T))
((((|OutputForm|)) . T))
-(((|#1|) . T) (((|OutputForm|)) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(((|#1|) . T) (((|OutputForm|)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
-((((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
(|has| |#1| (|Finite|))
-(((|#1|) . T))
-(((|#1|) . T))
-((($) . T))
-((((|OutputForm|)) . T))
-((((|Fraction| $) (|Fraction| $)) |has| |#1| (|IntegralDomain|)) (($ $) . T) ((|#1| |#1|) . T))
-(|has| |#1| (|Field|))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(|has| |#1| (|Field|))
-(((|#1| (|NonNegativeInteger|) (|SingletonAsOrderedSet|)) . T))
(|has| |#1| (|PolynomialFactorizationExplicit|))
+(|has| |#1| (|StepThrough|))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1|) . T) (((|SingletonAsOrderedSet|)) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+(|has| |#1| (|Field|))
(|has| |#1| (|PolynomialFactorizationExplicit|))
+(((|#1| (|NonNegativeInteger|) (|SingletonAsOrderedSet|)) . T))
((((|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (((|SingletonAsOrderedSet|)) . T))
-((($ (|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (($ (|SingletonAsOrderedSet|)) . T))
((((|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) (((|SingletonAsOrderedSet|)) . T))
-((((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|#1|) . T))
+((($ (|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (($ (|SingletonAsOrderedSet|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) ((#1=(|SingletonAsOrderedSet|) $) . T) ((#1# |#1|) . T))
+(|has| |#1| (|GcdDomain|))
+(((|#1|) . T))
+(((|#1|) . T))
(((|#1|) . T))
(((|#1| (|NonNegativeInteger|)) . T))
+((($) . T))
+(|has| |#1| (|Field|))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) ((|#1| |#1|) . T) ((#1=(|Fraction| $) #1#) |has| |#1| (|IntegralDomain|)))
(((|#1|) . T))
+(((|#1|) . T))
+((($) . T))
+(|has| |#1| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+(((|#2|) . T) (($) |has| |#1| (|IntegralDomain|)) ((|#1|) . T) (((|SingletonAsOrderedSet|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
(|has| |#1| (|CharacteristicZero|))
(|has| |#1| (|CharacteristicNonZero|))
-(((|#2|) . T) (((|Integer|)) . T) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (((|SingletonAsOrderedSet|)) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((((|Integer|)) . T) (($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-(((|#1|) . T))
-((((|SingletonAsOrderedSet|)) . T) ((|#1|) . T) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(((|#1| (|NonNegativeInteger|)) . T))
-(((#1=(|SingletonAsOrderedSet|) |#1|) . T) ((#1# $) . T) (($ $) . T))
-((($) . T))
-(|has| |#1| (|StepThrough|))
(((|#1|) . T))
((((|Record| (|:| |index| |#1|) (|:| |exponent| |#2|))) . T))
((((|Record| (|:| |index| |#1|) (|:| |exponent| |#2|))) . T))
@@ -2258,51 +2258,51 @@
(|has| |#1| (|CharacteristicZero|))
(((|#2| |#2|) . T))
((((|BasicOperator|)) . T) ((|#1|) . T))
-((((|BasicOperator|)) . T) ((|#1|) . T) (((|Integer|)) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)) (($) . T))
-((((|OutputForm|)) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)) (($) . T) (((|Integer|)) . T))
-((((|Integer|)) . T))
+((((|OutputForm|)) . T))
+((((|BasicOperator|)) . T) ((|#1|) . T) (((|Integer|)) . T))
((($) . T))
-(((|#1|) . T) (((|OutputForm|)) . T))
((($) . T) (((|Integer|)) . T))
+(((|#1|) . T) (((|OutputForm|)) . T))
+((((|Integer|)) . T))
((((|OutputForm|)) . T))
((((|SemiGroupOperation| |#1|)) . T) (((|OutputForm|)) . T))
(((|#1|) . T))
(((|#1| |#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((|InputForm|)) |has| |#2| (|ConvertibleTo| (|InputForm|))) (((|Pattern| (|Float|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Float|)))) (((|Pattern| (|Integer|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|)))))
-((($) . T))
-(((|#2| (|IndexedExponents| (|OrderedVariableList| |#1|))) . T))
+(|has| |#2| (|PolynomialFactorizationExplicit|))
+((($) |has| |#2| (|CommutativeRing|)) ((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#2| (|CommutativeRing|)) ((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((((|OrderedVariableList| |#1|)) . T) ((|#2|) . T) ((#1=(|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
+(|has| |#2| (|PolynomialFactorizationExplicit|))
+((((|OrderedVariableList| |#1|)) . T))
+((((|OrderedVariableList| |#1|)) . T))
+((($ (|OrderedVariableList| |#1|)) . T))
+((($) |has| |#2| (|IntegralDomain|)) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) |has| |#2| (|IntegralDomain|)) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#2|) . T) ((#1=(|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#2|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#2| (|IntegralDomain|))
+((($ $) . T) ((#1=(|OrderedVariableList| |#1|) $) . T) ((#1# |#2|) . T))
+(|has| |#2| (|GcdDomain|))
+(((|#2|) . T))
+(((|#2|) . T))
(((|#2|) . T))
+(((|#2| (|IndexedExponents| (|OrderedVariableList| |#1|))) . T))
+((($) . T))
+(|has| |#2| (|IntegralDomain|))
+((((|Pattern| (|Integer|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|)))) (((|Pattern| (|Float|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Float|)))) (((|InputForm|)) |has| |#2| (|ConvertibleTo| (|InputForm|))))
+(|has| |#2| (|CommutativeRing|))
((((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) . T))
-(|has| |#2| (|CharacteristicNonZero|))
+((($) |has| |#2| (|IntegralDomain|)) (((|OrderedVariableList| |#1|)) . T) ((|#2|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#2| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|))))))
(|has| |#2| (|CharacteristicZero|))
-(OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) . T) (($) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) . T) (($) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-(((#1=(|Fraction| (|Integer|)) #1#) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2| |#2|) . T) (($ $) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-(((|#2|) . T))
-(OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) |has| |#2| (|CommutativeRing|)) (($) OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) |has| |#2| (|CommutativeRing|)) (($) OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) |has| |#2| (|CommutativeRing|)) (($) OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
+(|has| |#2| (|CharacteristicNonZero|))
+((($ $) |has| |#2| (|CommutativeRing|)) ((|#2| |#2|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#2| (|IntegralDomain|)) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
(((|#2| (|IndexedExponents| (|OrderedVariableList| |#1|))) . T))
-(((|#2|) . T))
-((($) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))) ((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
-(((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
-(OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-((($ $) . T) ((#1=(|OrderedVariableList| |#1|) $) . T) ((#1# |#2|) . T))
-((((|OrderedVariableList| |#1|)) . T))
-((($ (|OrderedVariableList| |#1|)) . T))
-((((|OrderedVariableList| |#1|)) . T))
-(|has| |#2| (|PolynomialFactorizationExplicit|))
-(|has| |#2| (|PolynomialFactorizationExplicit|))
-((((|Fraction| (|Integer|))) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (((|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) ((|#2|) . T) (((|OrderedVariableList| |#1|)) . T))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) OR (|has| |#2| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|))))) ((|#2|) . T) (($) OR (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) (((|OrderedVariableList| |#1|)) . T))
(((|#2| (|IndexedExponents| #1=(|OrderedVariableList| |#1|)) #1#) . T))
(AND (|has| |#1| (|Finite|)) (|has| |#2| (|Finite|)))
(((|#1|) |has| |#1| (|CommutativeRing|)))
@@ -2315,230 +2315,231 @@
(|has| |#1| (|CharacteristicZero|))
(((|#1|) . T))
(((|#1|) . T) ((|#2|) . T))
-(((|#1|) . T) ((|#2|) . T) (((|Integer|)) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)) (($) . T))
-((((|OutputForm|)) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)) (($) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
+(((|#1|) . T) ((|#2|) . T) (((|Integer|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((|OutputForm|)) . T))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
(((|#1|) . T))
((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
(((|#1|) . T))
+((((|OutputForm|)) . T))
(((|#1|) . T))
(((|#1|) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
-(((|#1| (|IndexedExponents| |#2|) |#2|) . T))
(|has| |#1| (|PolynomialFactorizationExplicit|))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((((|SparseMultivariatePolynomial| |#1| |#2|)) . T) ((|#2|) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
(|has| |#1| (|PolynomialFactorizationExplicit|))
+(((|#1| (|IndexedExponents| |#2|) |#2|) . T))
((((|Integer|)) AND (|has| |#1| (|PatternMatchable| (|Integer|))) (|has| |#2| (|PatternMatchable| (|Integer|)))) (((|Float|)) AND (|has| |#1| (|PatternMatchable| (|Float|))) (|has| |#2| (|PatternMatchable| (|Float|)))))
(((|#2|) . T))
-((($ |#2|) . T))
(((|#2|) . T))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-((((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|#1|) . T))
+((($ |#2|) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) ((|#2| $) . T) ((|#2| |#1|) . T))
+(|has| |#1| (|GcdDomain|))
+(((|#1|) . T))
(((|#1|) . T))
-(((|#1| (|IndexedExponents| |#2|)) . T))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
(((|#1|) . T))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
+(((|#1| (|IndexedExponents| |#2|)) . T))
+((($) . T))
+(|has| |#1| (|IntegralDomain|))
+((((|String|)) AND (|has| |#1| (|RetractableTo| (|Integer|))) (|has| |#2| (|ConvertibleTo| (|Symbol|)))) (((|Polynomial| |#1|)) |has| |#2| (|ConvertibleTo| (|Symbol|))) (((|Pattern| (|Integer|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (|has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|))))) (((|Pattern| (|Float|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (|has| |#2| (|ConvertibleTo| (|Pattern| (|Float|))))) (((|InputForm|)) AND (|has| |#1| (|ConvertibleTo| (|InputForm|))) (|has| |#2| (|ConvertibleTo| (|InputForm|)))))
+(|has| |#1| (|CommutativeRing|))
+((((|SparseMultivariatePolynomial| |#1| |#2|)) . T) (((|Polynomial| |#1|)) |has| |#2| (|ConvertibleTo| (|Symbol|))) (((|OutputForm|)) . T))
+((((|SparseMultivariatePolynomial| |#1| |#2|)) . T) (($) |has| |#1| (|IntegralDomain|)) ((|#2|) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
(|has| |#1| (|CharacteristicZero|))
(|has| |#1| (|CharacteristicNonZero|))
-((($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((((|SparseMultivariatePolynomial| |#1| |#2|)) . T) (((|Polynomial| |#1|)) |has| |#2| (|ConvertibleTo| (|Symbol|))) (((|OutputForm|)) . T))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-(((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (((|Integer|)) . T) (($) . T))
-((((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (($) . T))
-((((|SparseMultivariatePolynomial| |#1| |#2|)) . T) ((|#2|) . T) (($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) (((|Integer|)) . T))
-((($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-(((|#1|) . T))
-((((|SparseMultivariatePolynomial| |#1| |#2|)) . T) ((|#2|) . T) ((|#1|) . T) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(((|#1| (|IndexedExponents| |#2|)) . T))
-(((|#2| |#1|) . T) ((|#2| $) . T) (($ $) . T))
-((($) . T))
-((((|Polynomial| |#1|)) |has| |#2| (|ConvertibleTo| (|Symbol|))) (((|String|)) AND (|has| |#1| (|RetractableTo| (|Integer|))) (|has| |#2| (|ConvertibleTo| (|Symbol|)))) (((|Pattern| (|Integer|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (|has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|))))) (((|Pattern| (|Float|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (|has| |#2| (|ConvertibleTo| (|Pattern| (|Float|))))) (((|InputForm|)) AND (|has| |#1| (|ConvertibleTo| (|InputForm|))) (|has| |#2| (|ConvertibleTo| (|InputForm|)))))
(((|#1| (|IndexedExponents| |#2|) |#2|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((($) . T))
-((((|SparseUnivariatePolynomial| |#1|)) . T) (((|OutputForm|)) . T))
-((((|Fraction| $) (|Fraction| $)) |has| |#1| (|IntegralDomain|)) (($ $) . T) ((|#1| |#1|) . T))
-(|has| |#1| (|Field|))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(|has| |#1| (|Field|))
-(((|#1| (|NonNegativeInteger|) (|SingletonAsOrderedSet|)) . T))
(|has| |#1| (|PolynomialFactorizationExplicit|))
+(|has| |#1| (|StepThrough|))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((((|SparseUnivariatePolynomial| |#1|)) . T) ((|#1|) . T) (((|SingletonAsOrderedSet|)) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+(|has| |#1| (|Field|))
(|has| |#1| (|PolynomialFactorizationExplicit|))
+(((|#1| (|NonNegativeInteger|) (|SingletonAsOrderedSet|)) . T))
((((|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (((|SingletonAsOrderedSet|)) . T))
-((($ (|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (($ (|SingletonAsOrderedSet|)) . T))
((((|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) (((|SingletonAsOrderedSet|)) . T))
-((((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|#1|) . T))
+((($ (|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (($ (|SingletonAsOrderedSet|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) ((#1=(|SingletonAsOrderedSet|) $) . T) ((#1# |#1|) . T))
+(|has| |#1| (|GcdDomain|))
+(((|#1|) . T))
+(((|#1|) . T))
(((|#1|) . T))
(((|#1| (|NonNegativeInteger|)) . T))
+((($) . T))
+(|has| |#1| (|Field|))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) ((|#1| |#1|) . T) ((#1=(|Fraction| $) #1#) |has| |#1| (|IntegralDomain|)))
+(((|#1|) . T))
(((|#1|) . T))
+((($) . T))
+(|has| |#1| (|CommutativeRing|))
+((((|SparseUnivariatePolynomial| |#1|)) . T) (((|OutputForm|)) . T))
+((((|SparseUnivariatePolynomial| |#1|)) . T) (($) |has| |#1| (|IntegralDomain|)) ((|#1|) . T) (((|SingletonAsOrderedSet|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
(|has| |#1| (|CharacteristicZero|))
(|has| |#1| (|CharacteristicNonZero|))
-((((|SparseUnivariatePolynomial| |#1|)) . T) (((|Integer|)) . T) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (((|SingletonAsOrderedSet|)) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((((|Integer|)) . T) (($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-(((|#1|) . T))
-((((|SparseUnivariatePolynomial| |#1|)) . T) (((|SingletonAsOrderedSet|)) . T) ((|#1|) . T) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(((|#1| (|NonNegativeInteger|)) . T))
-(((#1=(|SingletonAsOrderedSet|) |#1|) . T) ((#1# $) . T) (($ $) . T))
-((($) . T))
-(|has| |#1| (|StepThrough|))
(((|#1|) . T))
(((|#1|) . T))
-(((|#1| |#1|) . T))
+(((|#1|) . T))
+((((|Quaternion| |#1|)) . T) ((|#1|) . T) ((#1=(|Integer|)) OR (|has| |#1| (|RetractableTo| (|Integer|))) (|has| (|Quaternion| |#1|) (|RetractableTo| (|Integer|)))) (((|Fraction| #1#)) OR (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| (|Quaternion| |#1|) (|RetractableTo| (|Fraction| (|Integer|))))))
+(|has| |#1| (|OrderedSet|))
+(|has| |#1| (|OrderedSet|))
(((|#1|) . T))
(((|#1|) . T))
-((((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T) ((|#1|) . T))
((($) . T) ((|#1|) . T))
+((($) . T) ((|#1|) . T) (((|Integer|)) . T))
+(((|#1| |#1|) |has| |#1| (|Evalable| |#1|)) (((|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)))
(((|#1|) . T))
+((((|Quaternion| |#1|)) . T) ((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (|CharacteristicNonZero|))
-(|has| |#1| (|CharacteristicZero|))
-((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
(|has| |#1| (|Finite|))
-(((|#1|) . T))
-(((|#1|) . T))
-((((|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)) ((|#1| |#1|) |has| |#1| (|Evalable| |#1|)))
(((|#1|) |has| |#1| (|Evalable| |#1|)))
(((|#1| $) |has| |#1| (|Eltable| |#1| |#1|)))
-((((|Quaternion| |#1|)) . T) ((|#1|) . T))
-((((|Quaternion| |#1|)) . T) (((|Integer|)) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| (|Quaternion| |#1|) (|RetractableTo| (|Fraction| (|Integer|))))))
-((((|Quaternion| |#1|)) . T) ((|#1|) . T) (((|Integer|)) OR (|has| |#1| (|RetractableTo| (|Integer|))) (|has| (|Quaternion| |#1|) (|RetractableTo| (|Integer|)))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| (|Quaternion| |#1|) (|RetractableTo| (|Fraction| (|Integer|))))))
-(|has| |#1| (|OrderedSet|))
-(|has| |#1| (|OrderedSet|))
+((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
+((((|OutputForm|)) . T))
+((((|Quaternion| |#1|)) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| (|Quaternion| |#1|) (|RetractableTo| (|Fraction| (|Integer|))))))
+(|has| |#1| (|CharacteristicZero|))
+(|has| |#1| (|CharacteristicNonZero|))
+(((|#1| |#1|) . T))
(((|#1|) . T))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Ring|)))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|Ring|)))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|AbelianSemiGroup|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Finite|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedSet|)) (|has| |#2| (|Ring|)) (|has| |#2| (|SetCategory|)))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|AbelianSemiGroup|)) (|has| |#2| (|BasicType|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Finite|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedSet|)) (|has| |#2| (|Ring|)) (|has| |#2| (|SetCategory|)))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|AbelianSemiGroup|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|Ring|)))
-(OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|Ring|)))
-(((|#2| |#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Ring|))))
-(((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|Ring|))))
-(((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Ring|))))
-((((|OutputForm|)) OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|AbelianSemiGroup|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|CoercibleTo| (|OutputForm|))) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Finite|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedSet|)) (|has| |#2| (|Ring|)) (|has| |#2| (|SetCategory|))) (((|Vector| |#2|)) . T))
-(((|#2|) |has| |#2| (|Ring|)))
-((((|Symbol|)) AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))))
-((((|Symbol|)) OR (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|Ring|)))))
-((($ (|Symbol|)) OR (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|Ring|)))))
-(((|#2|) |has| |#2| (|Ring|)))
-(OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|Ring|))))
-((($) OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|Ring|)))))
+(((|#1|) . T))
+(((|#2|) |has| |#2| (|Field|)))
+(OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (|has| |#2| (|SetCategory|)))
(|has| |#2| (|Ring|))
(|has| |#2| (|Ring|))
(|has| |#2| (|Ring|))
(|has| |#2| (|Ring|))
+(((|#2|) |has| |#2| (|Ring|)))
+(((|#2|) |has| |#2| (|Monoid|)))
+(((|#2|) |has| |#2| (|SetCategory|)) ((#1=(|Integer|)) AND (|has| |#2| (|RetractableTo| (|Integer|))) (|has| |#2| (|SetCategory|))) (((|Fraction| #1#)) AND (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#2| (|SetCategory|))))
+((((|Symbol|)) OR (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|Ring|)))))
+((((|Symbol|)) AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))))
+((($ (|Symbol|)) OR (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|Ring|)))))
+(|has| |#2| (|OrderedSet|))
+(|has| |#2| (|OrderedSet|))
+(|has| |#2| (|OrderedAbelianMonoidSup|))
+(|has| |#2| (|OrderedAbelianMonoidSup|))
+(|has| |#2| (|OrderedAbelianMonoidSup|))
+(|has| |#2| (|OrderedAbelianMonoidSup|))
(|has| |#2| (|Ring|))
-((((|Integer|)) OR (|has| |#2| (|AbelianGroup|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Ring|))) ((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|Ring|))) (($) |has| |#2| (|Ring|)))
-(AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|)))
-(|has| |#2| (|Finite|))
-(((|#2|) . T))
-(((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
+(((|#2|) |has| |#2| (|CommutativeRing|)))
+(((|#2|) |has| |#2| (|Ring|)) (((|Integer|)) AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))))
+(((|#2|) |has| |#2| (|Monoid|)))
+((($) |has| |#2| (|Ring|)) ((|#2|) |has| |#2| (|Ring|)) (((|Integer|)) AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))))
+((($) |has| |#2| (|Ring|)) ((|#2|) |has| |#2| (|Monoid|)) (((|Integer|)) |has| |#2| (|AbelianGroup|)))
(((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
+((((|Integer|) |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-(((|#2|) |has| |#2| (|Ring|)))
-(((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Ring|))) (($) |has| |#2| (|Ring|)) (((|Integer|)) AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))))
-(((|#2|) |has| |#2| (|Ring|)) (((|Integer|)) AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))))
(((|#2|) |has| |#2| (|SetCategory|)))
-((((|Integer|)) OR (AND (|has| |#2| (|RetractableTo| (|Integer|))) (|has| |#2| (|SetCategory|))) (|has| |#2| (|Ring|))) ((|#2|) |has| |#2| (|SetCategory|)) (((|Fraction| (|Integer|))) AND (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#2| (|SetCategory|))))
-(((|#2|) |has| |#2| (|SetCategory|)) (((|Integer|)) AND (|has| |#2| (|RetractableTo| (|Integer|))) (|has| |#2| (|SetCategory|))) (((|Fraction| (|Integer|))) AND (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#2| (|SetCategory|))))
-((((|Integer|) |#2|) . T))
+(((|#2|) |has| |#2| (|Ring|)))
+(((|#2|) . T))
+(|has| |#2| (|Finite|))
+(((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
((((|Integer|) |#2|) . T))
((((|Integer|) |#2|) . T))
-(((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|Monoid|))))
-(((|#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|))))
-(|has| |#2| (|OrderedAbelianMonoidSup|))
-(|has| |#2| (|OrderedAbelianMonoidSup|))
-(OR (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedSet|)))
-(OR (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedSet|)))
-(|has| |#2| (|OrderedAbelianMonoidSup|))
-(|has| |#2| (|OrderedAbelianMonoidSup|))
-(((|#2|) |has| |#2| (|Field|)))
+(((|#2|) |has| |#2| (|Ring|)))
+(OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|Ring|))))
+(AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|)))
+(((|#2|) |has| |#2| (|Ring|)))
+((($) OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|Ring|)))))
+((((|Vector| |#2|)) . T) (((|OutputForm|)) OR (|has| |#2| (|CoercibleTo| (|OutputForm|))) (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|)))))
+(((|#2|) |has| |#2| (|SetCategory|)) ((#1=(|Integer|)) OR (AND (|has| |#2| (|RetractableTo| (|Integer|))) (|has| |#2| (|SetCategory|))) (|has| |#2| (|Ring|))) (((|Fraction| #1#)) AND (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#2| (|SetCategory|))))
+(|has| |#2| (|CancellationAbelianMonoid|))
+(((|#2| |#2|) |has| |#2| (|Ring|)))
+(OR (|has| |#2| (|BasicType|)) (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))))
+(|has| |#2| (|AbelianSemiGroup|))
+(|has| |#2| (|AbelianMonoid|))
+(|has| |#2| (|AbelianGroup|))
(((|#1| |#2|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(OR (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|DifferentialSpace|)))
-((($) OR (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|DifferentialSpace|))))
-((((|OutputForm|)) . T))
-(|has| |#1| (|DifferentialRing|))
-((($) . T))
-(((|#1| (|IndexedExponents| #1=(|OrderlyDifferentialVariable| (|Symbol|))) #1#) . T))
(|has| |#1| (|PolynomialFactorizationExplicit|))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((((|SparseMultivariatePolynomial| |#1| #1=(|Symbol|))) . T) (((|OrderlyDifferentialVariable| #1#)) . T) ((#1#) . T) ((|#1|) . T) ((#2=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #2#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
(|has| |#1| (|PolynomialFactorizationExplicit|))
-((((|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (((|OrderlyDifferentialVariable| (|Symbol|))) . T))
-((($ (|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (($ (|OrderlyDifferentialVariable| (|Symbol|))) . T))
-((((|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) (((|OrderlyDifferentialVariable| (|Symbol|))) . T))
-((($ $) . T) ((#1=(|Symbol|) $) |has| |#1| . #2=((|DifferentialRing|))) ((#1# |#1|) |has| |#1| . #2#) ((#3=(|OrderlyDifferentialVariable| #1#) |#1|) . T) ((#3# $) . T))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-((((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|#1|) . T))
+(((|#1| (|IndexedExponents| #1=(|OrderlyDifferentialVariable| (|Symbol|))) #1#) . T))
+((((|OrderlyDifferentialVariable| (|Symbol|))) . T) (((|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))))
+((((|OrderlyDifferentialVariable| (|Symbol|))) . T) (((|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))))
+((($ (|OrderlyDifferentialVariable| (|Symbol|))) . T) (($ (|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) ((#1=(|OrderlyDifferentialVariable| #2=(|Symbol|)) $) . T) ((#1# |#1|) . T) ((#2# $) |has| |#1| (|DifferentialRing|)) ((#2# |#1|) |has| |#1| (|DifferentialRing|)))
+(|has| |#1| (|GcdDomain|))
+(((|#1|) . T))
+(((|#1|) . T))
(((|#1|) . T))
(((|#1| (|IndexedExponents| (|OrderlyDifferentialVariable| (|Symbol|)))) . T))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
+((($) . T))
+(|has| |#1| (|IntegralDomain|))
(((|#1|) . T))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
+(|has| |#1| (|DifferentialSpace|))
+(|has| |#1| (|DifferentialRing|))
+(((|#1|) . T))
+((($) |has| |#1| (|DifferentialSpace|)))
+(|has| |#1| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+((((|SparseMultivariatePolynomial| |#1| #1=(|Symbol|))) . T) (($) |has| |#1| (|IntegralDomain|)) (((|OrderlyDifferentialVariable| #1#)) . T) ((#1#) . T) ((|#1|) . T) ((#2=(|Integer|)) . T) (((|Fraction| #2#)) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
(|has| |#1| (|CharacteristicZero|))
(|has| |#1| (|CharacteristicNonZero|))
-((($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((((|Integer|)) . T) (($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-(((|#1|) . T))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(((|#1| (|IndexedExponents| (|OrderlyDifferentialVariable| (|Symbol|)))) . T))
-((((|SparseMultivariatePolynomial| |#1| #1=(|Symbol|))) . T) (((|OrderlyDifferentialVariable| #1#)) . T) ((|#1|) . T) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((#1#) . T))
-((((|SparseMultivariatePolynomial| |#1| #1=(|Symbol|))) . T) (((|Integer|)) . T) (((|OrderlyDifferentialVariable| #1#)) . T) (($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((#1#) . T))
(((|#1| #1=(|Symbol|) #2=(|OrderlyDifferentialVariable| #1#) (|IndexedExponents| #2#)) . T))
(|has| |#2| (|Field|))
(|has| |#2| (|Field|))
+((($) . #1=(|has| |#2| (|Field|))) (((|Fraction| (|Integer|))) . #1#))
+((($) . #1=(|has| |#2| (|Field|))) (((|Fraction| (|Integer|))) . #1#))
(|has| |#2| (|Field|))
(|has| |#2| (|Field|))
-((((|Fraction| (|Integer|))) . #1=(|has| |#2| (|Field|))) (($) . #1#))
-((((|Fraction| (|Integer|))) . #1=(|has| |#2| (|Field|))) (($) . #1#))
-((((|Fraction| (|Integer|))) . #1=(|has| |#2| (|Field|))) (($) . #1#))
(|has| |#2| (|Field|))
(|has| |#2| (|Field|))
(|has| |#2| (|Field|))
(|has| |#2| (|Field|))
+((($) . #1=(|has| |#2| (|Field|))) (((|Fraction| (|Integer|))) . #1#))
(|has| |#2| (|Field|))
(((|#2|) . T))
((($) . T))
-((((|Fraction| (|Integer|))) . #1=(|has| |#2| (|Field|))) (($) . #1#) ((|#2|) . T) (((|Integer|)) . T))
+((($) . #1=(|has| |#2| (|Field|))) (((|Fraction| (|Integer|))) . #1#) ((|#2|) . T) (((|Integer|)) . T))
((((|Fraction| (|Integer|))) |has| |#2| (|Field|)) (($) . T))
-(((|#2|) . T) (((|OutputForm|)) . T))
-((((|Fraction| (|Integer|))) |has| |#2| (|Field|)) (($) . T) (((|Integer|)) . T))
((((|Fraction| (|Integer|))) |has| |#2| (|Field|)) (($) . T))
((((|Fraction| (|Integer|))) |has| |#2| (|Field|)) (($) . T))
+((((|Fraction| (|Integer|))) |has| |#2| (|Field|)) (($) . T) (((|Integer|)) . T))
+(((|#2|) . T) (((|OutputForm|)) . T))
(((#1=(|Fraction| (|Integer|)) #1#) |has| |#2| (|Field|)) (($ $) . T))
+(((|#1|) . T))
((($) . T))
((((|OutputForm|)) . T))
(((|#1|) . T))
@@ -2547,23 +2548,21 @@
((((|OutputForm|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#1|) . T))
(|has| |#1| (|DifferentialRing|))
((($) |has| |#1| (|DifferentialRing|)))
(|has| |#1| (|DifferentialRing|))
-(((|#2|) |has| |#2| (|CommutativeRing|)))
-(((|#2| |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T) ((|#2|) . T))
-((($) . T) ((|#2|) . T))
(((|#2|) |has| |#2| (|CommutativeRing|)))
(((|#2|) |has| |#2| (|CommutativeRing|)))
-((((|Integer|)) . T) ((|#2|) |has| |#2| (|CommutativeRing|)))
+((($) . T) ((|#2|) . T))
+((($) . T) ((|#2|) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
+(((|#2|) |has| |#2| (|CommutativeRing|)) (((|Integer|)) . T))
+(((|#2| |#2|) . T))
+(((|#2|) |has| |#2| (|CommutativeRing|)))
(((|#2|) . T))
(|has| |#1| (|OrderedRing|))
-((($) |has| |#1| (|OrderedRing|)))
(|has| |#1| (|OrderedRing|))
(|has| |#1| (|OrderedRing|))
(|has| |#1| (|OrderedRing|))
@@ -2574,15 +2573,16 @@
(|has| |#1| (|OrderedRing|))
(|has| |#1| (|OrderedRing|))
(|has| |#1| (|OrderedRing|))
+((($) |has| |#1| (|OrderedRing|)))
(|has| |#1| (|OrderedRing|))
(|has| |#1| (|OrderedRing|))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|OrderedRing|)))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|OrderedRing|)))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|OrderedRing|)))
-((($) |has| |#1| (|OrderedRing|)) (((|Integer|)) OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|OrderedRing|))))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|OrderedRing|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|#1|) . T))
-((((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (((|Integer|)) OR (|has| |#1| (|OrderedRing|)) (|has| |#1| (|RetractableTo| (|Integer|)))) ((|#1|) . T))
+((($) |has| |#1| (|OrderedRing|)) (((|Integer|)) |has| |#1| (|AbelianGroup|)))
+(|has| |#1| (|AbelianGroup|))
+(|has| |#1| (|AbelianGroup|))
+(|has| |#1| (|AbelianGroup|))
+(|has| |#1| (|AbelianGroup|))
+(((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+(((|#1|) . T) ((#1=(|Integer|)) OR (|has| |#1| (|OrderedRing|)) (|has| |#1| (|RetractableTo| (|Integer|)))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
(((|#1|) . T))
((((|OutputForm|)) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)))
@@ -2595,14 +2595,13 @@
(|has| |#1| (|CharacteristicZero|))
(((|#1| |#1|) . T))
((((|BasicOperator|)) . T) ((|#1|) . T))
-((((|BasicOperator|)) . T) ((|#1|) . T) (((|Integer|)) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)) (($) . T))
-((((|OutputForm|)) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)) (($) . T) (((|Integer|)) . T))
((((|OutputForm|)) . T))
+((((|BasicOperator|)) . T) ((|#1|) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
((((|Identifier|)) . T))
(|has| |#1| (|OrderedRing|))
-((($) |has| |#1| (|OrderedRing|)))
(|has| |#1| (|OrderedRing|))
(|has| |#1| (|OrderedRing|))
(|has| |#1| (|OrderedRing|))
@@ -2613,45 +2612,46 @@
(|has| |#1| (|OrderedRing|))
(|has| |#1| (|OrderedRing|))
(|has| |#1| (|OrderedRing|))
+((($) |has| |#1| (|OrderedRing|)))
(|has| |#1| (|OrderedRing|))
(|has| |#1| (|OrderedRing|))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|OrderedRing|)))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|OrderedRing|)))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|OrderedRing|)))
-((($) |has| |#1| (|OrderedRing|)) (((|Integer|)) OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|OrderedRing|))))
-(OR (|has| |#1| (|AbelianGroup|)) (|has| |#1| (|OrderedRing|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|#1|) . T))
-((((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (((|Integer|)) OR (|has| |#1| (|OrderedRing|)) (|has| |#1| (|RetractableTo| (|Integer|)))) ((|#1|) . T))
+((($) |has| |#1| (|OrderedRing|)) (((|Integer|)) |has| |#1| (|AbelianGroup|)))
+(|has| |#1| (|AbelianGroup|))
+(|has| |#1| (|AbelianGroup|))
+(|has| |#1| (|AbelianGroup|))
+(|has| |#1| (|AbelianGroup|))
+(((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+(((|#1|) . T) ((#1=(|Integer|)) OR (|has| |#1| (|OrderedRing|)) (|has| |#1| (|RetractableTo| (|Integer|)))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
(((|#1|) . T))
((((|OutputForm|)) . T))
-(((|#1|) . T))
((#1=((|OutputForm|)) |has| |#1| (|CoercibleTo| . #1#)) ((|#1|) . T))
(((|#1|) . T))
-(((|#1|) |has| |#1| (|CommutativeRing|)))
-(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T) ((|#1|) . T))
-((($) . T) ((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
(((|#1|) |has| |#1| (|CommutativeRing|)))
(((|#1|) |has| |#1| (|CommutativeRing|)))
+((($) . T) ((|#1|) . T))
+((($) . T) ((|#1|) . T) (((|Integer|)) . T))
(((|#1|) . T))
-((((|Integer|)) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
-(((|#1|) . T) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+((((|OutputForm|)) . T))
+(((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+(((|#1| |#1|) . T))
+(((|#1|) |has| |#1| (|CommutativeRing|)))
(((|#1|) . T))
-(((|#2|) |has| |#2| (|CommutativeRing|)))
-(((|#2| |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T) ((|#2|) . T))
-((($) . T) ((|#2|) . T))
+(((|#2|) . T) ((#1=(|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
(((|#2|) |has| |#2| (|CommutativeRing|)))
(((|#2|) |has| |#2| (|CommutativeRing|)))
+((($) . T) ((|#2|) . T))
+((($) . T) ((|#2|) . T) (((|Integer|)) . T))
(((|#2|) . T))
-((((|Variable| |#1|)) . T) (((|Integer|)) . T) ((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
-(((|#2|) . T) (((|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
+((((|OutputForm|)) . T))
+((((|Variable| |#1|)) . T) ((|#2|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
+(((|#2| |#2|) . T))
+(((|#2|) |has| |#2| (|CommutativeRing|)))
(((|#2|) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
@@ -2666,87 +2666,87 @@
(((|#1| |#1|) |has| |#1| (|CommutativeRing|)))
(((|#1|) |has| |#1| (|CommutativeRing|)))
((((|Polynomial| |#1|)) . T))
-(((|#1|) |has| |#1| (|CommutativeRing|)) (((|Polynomial| |#1|)) . T) (((|Integer|)) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)) (($) . T))
-((((|Polynomial| |#1|)) . T) (((|OutputForm|)) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)) (($) . T) (((|Integer|)) . T))
+((((|Polynomial| |#1|)) . T) (((|OutputForm|)) . T))
+(((|#1|) |has| |#1| (|CommutativeRing|)) (((|Polynomial| |#1|)) . T) (((|Integer|)) . T))
((($) . T))
-((((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T))
((($) . T))
-((($ $) . T))
((($) . T))
((($) . T))
((($) . T))
+((($) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
+((($) . T) (((|Integer|)) . T))
+((($ $) . T))
((($) . T))
-((((|Integer|)) . T) (($) . T))
(((|#1|) . T))
-((((|OutputForm|)) . T))
-((((|PAdicInteger| |#1|)) . T))
-((((|PAdicInteger| |#1|)) . T))
-((((|PAdicInteger| |#1|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((($) . T) (((|Integer|)) . T) (((|PAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
-((((|PAdicInteger| |#1|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|PAdicInteger| |#1|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|PAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|PAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((#1=(|PAdicInteger| |#1|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T) (($ $) . T))
+((($) . T) (((|PAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|PAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
((((|PAdicInteger| |#1|)) . T))
((((|PAdicInteger| |#1|)) . T))
-((((|Symbol|) #1=(|PAdicInteger| |#1|)) |has| #1# (|InnerEvalable| (|Symbol|) #1#)) ((#1# #1#) |has| #1# (|Evalable| #1#)))
-(((#1=(|PAdicInteger| |#1|)) |has| #1# (|Evalable| #1#)))
-(((#1=(|PAdicInteger| |#1|) $) |has| #1# (|Eltable| #1# #1#)))
+((($) . T) (((|PAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
((((|PAdicInteger| |#1|)) . T))
((($) . T) (((|PAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|PAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|PAdicInteger| |#1|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(((#1=(|PAdicInteger| |#1|) #1#) |has| #1# (|Evalable| #1#)) (((|Symbol|) #1#) |has| #1# (|InnerEvalable| (|Symbol|) #1#)))
+((((|PAdicInteger| |#1|)) . T))
((((|PAdicInteger| |#1|)) . T))
((((|PAdicInteger| |#1|)) . T))
((((|PAdicInteger| |#1|)) . T))
-((((|Integer|)) . T) (((|PAdicInteger| |#1|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
+(((#1=(|PAdicInteger| |#1|)) |has| #1# (|Evalable| #1#)))
+(((#1=(|PAdicInteger| |#1|) $) |has| #1# (|Eltable| #1# #1#)))
((((|PAdicInteger| |#1|)) . T))
((((|PAdicInteger| |#1|)) . T))
((((|OutputForm|)) . T))
-(|has| |#2| (|CharacteristicNonZero|))
-(OR (|has| |#2| (|CharacteristicZero|)) (|has| |#2| (|OrderedIntegralDomain|)))
+((($) . T) (((|PAdicInteger| |#1|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((($ $) . T) ((#1=(|PAdicInteger| |#1|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T))
+((($) . T) (((|PAdicInteger| |#1|)) . T) (((|Fraction| (|Integer|))) . T))
+((((|PAdicInteger| |#1|)) . T))
+(|has| |#2| (|StepThrough|))
+((($) . T) ((|#2|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#2|) . T) (((|Fraction| (|Integer|))) . T))
+(((|#2|) . T) (((|Symbol|)) |has| |#2| (|RetractableTo| (|Symbol|))) ((#1=(|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#2| (|RetractableTo| (|Integer|))))
+(|has| |#2| (|RealConstant|))
+(|has| |#2| (|PolynomialFactorizationExplicit|))
(((|#2|) . T))
-((((|Symbol|)) |has| |#2| (|PartialDifferentialRing| (|Symbol|))))
+((((|Integer|)) |has| |#2| (|PatternMatchable| (|Integer|))) (((|Float|)) |has| |#2| (|PatternMatchable| (|Float|))))
((((|Symbol|)) OR (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))))
+((((|Symbol|)) |has| |#2| (|PartialDifferentialRing| (|Symbol|))))
((($ (|Symbol|)) OR (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))))
-(((|#2|) . T))
-(OR (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|DifferentialSpace|)))
-((($) OR (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|DifferentialSpace|))))
-(|has| |#2| (|DifferentialRing|))
-(((|#2|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((($) . T) (((|Integer|)) . T) ((|#2|) . T) (((|Fraction| (|Integer|))) . T))
-(((|#2|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((|#2|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-(((|#2|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#2|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#2| |#2|) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T) (($ $) . T))
-(((|#2|) . T))
-(((|#2|) . T))
-((((|Symbol|) |#2|) |has| |#2| (|InnerEvalable| (|Symbol|) |#2|)) ((|#2| |#2|) |has| |#2| (|Evalable| |#2|)))
-(((|#2|) |has| |#2| (|Evalable| |#2|)))
-(((|#2| $) |has| |#2| (|Eltable| |#2| |#2|)))
-(((|#2|) . T))
-((($) . T) ((|#2|) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
-(((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
-(((|#2|) . T))
-((((|Integer|)) |has| |#2| (|PatternMatchable| (|Integer|))) (((|Float|)) |has| |#2| (|PatternMatchable| (|Float|))))
+(|has| |#2| (|OrderedSet|))
+(|has| |#2| (|OrderedSet|))
(|has| |#2| (|OrderedIntegralDomain|))
(|has| |#2| (|OrderedIntegralDomain|))
(|has| |#2| (|OrderedIntegralDomain|))
-(OR (|has| |#2| (|OrderedIntegralDomain|)) (|has| |#2| (|OrderedSet|)))
-(OR (|has| |#2| (|OrderedIntegralDomain|)) (|has| |#2| (|OrderedSet|)))
(|has| |#2| (|OrderedIntegralDomain|))
(|has| |#2| (|OrderedIntegralDomain|))
(|has| |#2| (|OrderedIntegralDomain|))
+((($) . T) ((|#2|) . T) (((|Fraction| (|Integer|))) . T))
+(((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) . T) ((|#2|) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((|#2|) . T) ((#1=(|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) . T))
+((($) . T) ((|#2|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(((|#2| |#2|) |has| |#2| (|Evalable| |#2|)) (((|Symbol|) |#2|) |has| |#2| (|InnerEvalable| (|Symbol|) |#2|)))
+(((|#2|) . T))
(((|#2|) . T))
-(|has| |#2| (|PolynomialFactorizationExplicit|))
-(|has| |#2| (|RealConstant|))
-((((|InputForm|)) |has| |#2| (|ConvertibleTo| (|InputForm|))) (((|Pattern| (|Integer|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|)))) (((|Pattern| (|Float|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Float|)))) (((|Float|)) . #1=(|has| |#2| (|RealConstant|))) (((|DoubleFloat|)) . #1#))
-((((|Integer|)) . T) ((|#2|) . T) (($) . T) (((|Fraction| (|Integer|))) . T) (((|Symbol|)) |has| |#2| (|RetractableTo| (|Symbol|))))
-((((|Fraction| (|Integer|))) |has| |#2| . #1=((|RetractableTo| (|Integer|)))) (((|Integer|)) |has| |#2| . #1#) (((|Symbol|)) |has| |#2| (|RetractableTo| (|Symbol|))) ((|#2|) . T))
-(|has| |#2| (|StepThrough|))
+(((|#2|) . T))
+(((|#2|) . T))
+(((|#2|) |has| |#2| (|Evalable| |#2|)))
+(((|#2| $) |has| |#2| (|Eltable| |#2| |#2|)))
+(((|#2|) . T))
+(|has| |#2| (|DifferentialSpace|))
+(|has| |#2| (|DifferentialRing|))
+(((|#2|) . T))
+((($) |has| |#2| (|DifferentialSpace|)))
+((((|Pattern| (|Integer|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|)))) (((|Pattern| #1=(|Float|))) |has| |#2| (|ConvertibleTo| (|Pattern| (|Float|)))) (((|InputForm|)) |has| |#2| (|ConvertibleTo| (|InputForm|))) ((#1#) |has| |#2| (|RealConstant|)) (((|DoubleFloat|)) |has| |#2| (|RealConstant|)))
+((((|OutputForm|)) . T))
+((($) . T) ((|#2|) . T) (((|Symbol|)) |has| |#2| (|RetractableTo| (|Symbol|))) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(|has| |#2| (|CharacteristicZero|))
+(|has| |#2| (|CharacteristicNonZero|))
+((($ $) . T) ((|#2| |#2|) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
+((($) . T) ((|#2|) . T) (((|Fraction| (|Integer|))) . T))
(((|#2|) . T))
(AND (|has| |#1| (|SetCategory|)) (|has| |#2| (|SetCategory|)))
(AND (|has| |#1| (|SetCategory|)) (|has| |#2| (|SetCategory|)))
@@ -2754,7 +2754,7 @@
((((|Color|)) . T))
((((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
@@ -2764,19 +2764,19 @@
((((|LyndonWord| |#1|)) . T))
((((|LyndonWord| |#1|)) . T))
((((|OrderedFreeMonoid| |#1|)) . T) (((|OutputForm|)) . T))
+(|has| |#1| (|SetCategory|))
(((|#1|) . T))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|SetCategory|)))
-((((|Tree| |#1|)) . T) (((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
(((|#1|) . T))
-(|has| |#1| (|SetCategory|))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|Tree| |#1|)) . T) (((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
(((|#1|) . T))
-(((|#1| |#1|) . T))
-((((|OutputForm|)) . T))
(OR (|has| |#1| (|Finite|)) (|has| |#1| (|OrderedSet|)))
(OR (|has| |#1| (|Finite|)) (|has| |#1| (|OrderedSet|)))
+(((|#1| |#1|) . T))
+((((|OutputForm|)) . T))
(((|#1|) . T))
((((|List| (|Permutation| |#1|))) . T))
((((|List| (|Permutation| |#1|))) . T))
@@ -2787,131 +2787,131 @@
((($) . T))
(|has| $ (|CharacteristicZero|))
((($) . T))
-((((|OutputForm|)) . T))
-((($) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((($) . T))
+((((|OutputForm|)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| |#1|)) . T) (((|OutputForm|)) . T))
+((($) . T) (((|Fraction| (|Integer|))) . T))
+(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
+(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
+(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
+(((|#1|) . T) (($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((((|Fraction| |#1|)) . T) (((|OutputForm|)) . T))
+(((|#1|) . T) (($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
(((|#1| |#1|) . T) (($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
+(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
-((((|List| |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
+(|has| |#1| (|SetCategory|))
(|has| |#1| (|OrderedSet|))
(|has| |#1| (|OrderedSet|))
(((|#1|) . T))
-((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
-((((|Integer|) |#1|) . T))
-((((|UniversalSegment| (|Integer|)) $) . T) (((|Integer|) |#1|) . T))
+(((|#1|) . T))
+(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
((((|Integer|) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
-(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+(((|#1|) . T))
(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|))))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
+((((|Integer|) |#1|) . T))
+((((|UniversalSegment| #1=(|Integer|)) $) . T) ((#1# |#1|) . T))
+((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
+((((|List| |#1|)) . T))
(((|#1|) . T))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
(((|#1|) . T))
+(|has| |#1| (|PolynomialFactorizationExplicit|))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((((|Symbol|)) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+(|has| |#1| (|PolynomialFactorizationExplicit|))
+((((|Integer|)) |has| |#1| (|PatternMatchable| (|Integer|))) (((|Float|)) |has| |#1| (|PatternMatchable| (|Float|))))
+((((|Symbol|)) . T))
+((((|Symbol|)) . T))
+((($ (|Symbol|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) ((#1=(|Symbol|) $) . T) ((#1# |#1|) . T))
+(|has| |#1| (|GcdDomain|))
(((|#1|) . T))
(((|#1|) . T))
-((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) (((|Pattern| (|Float|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (((|Pattern| (|Integer|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))))
-((($) . T))
-(((|#1| (|IndexedExponents| (|Symbol|))) . T))
(((|#1|) . T))
+(((|#1| (|IndexedExponents| (|Symbol|))) . T))
+((($) . T))
+(|has| |#1| (|IntegralDomain|))
+((((|Pattern| (|Integer|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (((|Pattern| (|Float|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
+(|has| |#1| (|CommutativeRing|))
((((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T))
-(|has| |#1| (|CharacteristicNonZero|))
+((($) |has| |#1| (|IntegralDomain|)) (((|Symbol|)) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
(|has| |#1| (|CharacteristicZero|))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))))
-(((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1| |#1|) . T) (($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))))
-(((|#1|) . T))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))))
+(|has| |#1| (|CharacteristicNonZero|))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(((|#1| (|IndexedExponents| (|Symbol|))) . T))
-(((|#1|) . T))
-((($) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
-(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-((($ $) . T) ((#1=(|Symbol|) $) . T) ((#1# |#1|) . T))
-((((|Symbol|)) . T))
-((($ (|Symbol|)) . T))
-((((|Symbol|)) . T))
-((((|Float|)) |has| |#1| (|PatternMatchable| (|Float|))) (((|Integer|)) |has| |#1| (|PatternMatchable| (|Integer|))))
-(|has| |#1| (|PolynomialFactorizationExplicit|))
-(|has| |#1| (|PolynomialFactorizationExplicit|))
-((((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|#1|) . T) (((|Symbol|)) . T))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((|#1|) . T) (($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (((|Symbol|)) . T))
(((|#1| (|IndexedExponents| #1=(|Symbol|)) #1#) . T))
((((|SingleInteger|)) . T) (((|OutputForm|)) . T))
-(((|#1| |#2|) . T))
-(|has| |#1| (|IntegralDomain|))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|IntegralDomain|))
(((|#1|) . T))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)))
+(((|#1|) . T))
+(|has| |#1| (|IntegralDomain|))
+(|has| |#1| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
(|has| |#1| (|CharacteristicZero|))
(|has| |#1| (|CharacteristicNonZero|))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((((|OutputForm|)) . T))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-(((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (($) . T))
-((($) |has| |#1| (|IntegralDomain|)) ((|#1|) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) (((|Integer|)) . T))
-((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-(((|#1|) . T))
-(((|#1|) . T) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
+(|has| |#1| (|SetCategory|))
(|has| |#1| (|OrderedSet|))
(|has| |#1| (|OrderedSet|))
(((|#1|) . T))
-((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
-((((|Integer|) |#1|) . T))
-((((|UniversalSegment| (|Integer|)) $) . T) (((|Integer|) |#1|) . T))
+(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
((((|Integer|) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
-(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|))))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|Integer|) |#1|) . T))
+((((|UniversalSegment| #1=(|Integer|)) $) . T) ((#1# |#1|) . T))
+((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
(((|#1|) . T))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
(((|#1|) . T))
-(AND (|has| |#1| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedAbelianMonoidSup|)))
-(AND (|has| |#1| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedAbelianMonoidSup|)))
(OR (AND (|has| |#1| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedAbelianMonoidSup|))) (AND (|has| |#1| (|OrderedSet|)) (|has| |#2| (|OrderedSet|))))
(OR (AND (|has| |#1| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedAbelianMonoidSup|))) (AND (|has| |#1| (|OrderedSet|)) (|has| |#2| (|OrderedSet|))))
(AND (|has| |#1| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedAbelianMonoidSup|)))
(AND (|has| |#1| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedAbelianMonoidSup|)))
+(AND (|has| |#1| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedAbelianMonoidSup|)))
+(AND (|has| |#1| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|OrderedAbelianMonoidSup|)))
((((|Integer|)) AND (|has| |#1| (|AbelianGroup|)) (|has| |#2| (|AbelianGroup|))))
(AND (|has| |#1| (|AbelianGroup|)) (|has| |#2| (|AbelianGroup|)))
(AND (|has| |#1| (|Group|)) (|has| |#2| (|Group|)))
@@ -2926,210 +2926,210 @@
(((|#1|) . T))
((((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|List| (|PositiveInteger|))) . T) (((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|DirectProduct| |#1| |#2|) |#2|) . T))
-((((|OutputForm|)) . T))
((((|Integer|)) . T))
+((((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T))
-(|has| |#1| (|CharacteristicNonZero|))
-(|has| |#1| (|CharacteristicZero|))
-((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
-(((|#1|) . T))
-((((|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))))
+((($) |has| |#1| (|EntireRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
+((($) |has| |#1| (|EntireRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
+(((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
((((|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))))
+((((|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))))
((($ (|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))))
-(((|#1|) . T))
-(OR (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|DifferentialSpace|)))
-((($) OR (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|DifferentialSpace|))))
-(|has| |#1| (|DifferentialRing|))
-(|has| |#1| (|Field|))
-(OR (|has| |#1| (|EntireRing|)) (|has| |#1| (|Field|)))
-((((|Integer|)) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
-(((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
+(|has| |#1| (|OrderedSet|))
+(|has| |#1| (|OrderedSet|))
(((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
-((($) . T) (((|Integer|)) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
-(((|#1|) . T) (($) OR (|has| |#1| (|EntireRing|)) (|has| |#1| (|Field|))) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
-(((|#1|) . T) (($) OR (|has| |#1| (|EntireRing|)) (|has| |#1| (|Field|))) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
-(((|#1| |#1|) . T) (($ $) OR (|has| |#1| (|EntireRing|)) (|has| |#1| (|Field|))) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Field|)))
+(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
(((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|Field|)))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Field|)))
+(((|#1| |#1|) |has| |#1| (|Evalable| |#1|)) (((|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)))
+(((|#1|) . T))
+(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)) ((|#1| |#1|) |has| |#1| (|Evalable| |#1|)))
(((|#1|) |has| |#1| (|Evalable| |#1|)))
+(|has| |#1| (|EntireRing|))
(((|#1| $) |has| |#1| (|Eltable| |#1| |#1|)))
+(|has| |#1| (|Field|))
(((|#1|) . T))
-((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
-(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
-(((|#1|) . T))
-(((|#1|) . T) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
-(|has| |#1| (|OrderedSet|))
-(|has| |#1| (|OrderedSet|))
+(|has| |#1| (|DifferentialSpace|))
+(|has| |#1| (|DifferentialRing|))
(((|#1|) . T))
+((($) |has| |#1| (|DifferentialSpace|)))
+((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
+((((|OutputForm|)) . T))
+(((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#1| (|Field|)) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
+(|has| |#1| (|CharacteristicZero|))
+(|has| |#1| (|CharacteristicNonZero|))
+((($ $) |has| |#1| (|EntireRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Field|)))
+(((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|SetCategory|)))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+(|has| |#1| (|SetCategory|))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
(((|#1|) . T))
-(|has| |#1| (|SetCategory|))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
+(((|#1|) . T))
(((|#1|) . T))
+((($) . T) (((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T))
+(((#1=(|Integer|)) |has| (|Fraction| |#2|) (|RetractableTo| (|Integer|))) (((|Fraction| |#2|)) . T) (((|Fraction| #1#)) |has| (|Fraction| |#2|) (|RetractableTo| (|Fraction| (|Integer|)))))
+((((|Symbol|)) OR (|has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|))) (|has| (|Fraction| |#2|) (|PartialDifferentialSpace| (|Symbol|)))))
+((((|Symbol|)) |has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|))))
+((($ (|Symbol|)) OR (|has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|))) (|has| (|Fraction| |#2|) (|PartialDifferentialSpace| (|Symbol|)))))
((((|Fraction| |#2|) |#3|) . T))
-((((|Fraction| (|Integer|))) |has| #1=(|Fraction| |#2|) (|RetractableTo| (|Fraction| (|Integer|)))) (((|Integer|)) |has| #1# (|RetractableTo| (|Integer|))) ((#1#) . T))
+((($) . T) (((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T))
+((((|Integer|)) |has| (|Fraction| |#2|) (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| |#2|)) . T))
+((($) . T) (((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((#1=(|Integer|)) |has| (|Fraction| |#2|) (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| |#2|)) . T) (((|Fraction| #1#)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| |#2|)) . T) (((|Fraction| #1#)) . T))
((((|Fraction| |#2|)) . T))
-((((|Integer|)) |has| #1=(|Fraction| |#2|) (|LinearlyExplicitRingOver| (|Integer|))) ((#1#) . T))
((((|Fraction| |#2|)) . T))
((((|Fraction| |#2|) |#3|) . T))
-(|has| (|Fraction| |#2|) (|CharacteristicZero|))
((((|Fraction| |#2|) |#3|) . T))
-(|has| (|Fraction| |#2|) (|CharacteristicNonZero|))
-((((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(|has| (|Fraction| |#2|) (|DifferentialRing|))
-((($) OR (|has| (|Fraction| |#2|) (|DifferentialRing|)) (|has| (|Fraction| |#2|) (|DifferentialSpace|))))
-(OR (|has| (|Fraction| |#2|) (|DifferentialRing|)) (|has| (|Fraction| |#2|) (|DifferentialSpace|)))
((((|Fraction| |#2|)) . T))
-((($ (|Symbol|)) OR (|has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|))) (|has| (|Fraction| |#2|) (|PartialDifferentialSpace| (|Symbol|)))))
-((((|Symbol|)) OR (|has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|))) (|has| (|Fraction| |#2|) (|PartialDifferentialSpace| (|Symbol|)))))
-((((|Symbol|)) |has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|))))
+(|has| (|Fraction| |#2|) (|DifferentialSpace|))
+(|has| (|Fraction| |#2|) (|DifferentialRing|))
((((|Fraction| |#2|)) . T))
+((($) |has| (|Fraction| |#2|) (|DifferentialSpace|)))
(((|#3|) . T))
-(((#1=(|Fraction| |#2|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T) (($ $) . T))
-((((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
((((|OutputForm|)) . T))
-((((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-((((|Integer|)) |has| #1=(|Fraction| |#2|) (|LinearlyExplicitRingOver| (|Integer|))) ((#1#) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T) (((|Integer|)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| |#2|)) . T) (((|Fraction| #1#)) . T))
+(|has| (|Fraction| |#2|) (|CharacteristicZero|))
+(|has| (|Fraction| |#2|) (|CharacteristicNonZero|))
+((($ $) . T) ((#1=(|Fraction| |#2|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T))
+((($) . T) (((|Fraction| |#2|)) . T) (((|Fraction| (|Integer|))) . T))
(((|#1| |#2| |#3|) . T))
-((((|Fraction| (|Integer|))) . T) (((|OutputForm|)) . T))
+((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
+(((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
-((($) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((#1=(|Integer|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T) (($ $) . T))
((((|Integer|)) . T))
+((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
((((|Integer|)) . T))
-((((|InputForm|)) . T) (((|Pattern| (|Integer|))) . T) (((|Float|)) . T) (((|DoubleFloat|)) . T))
-((((|Fraction| (|Integer|))) . T) (((|Integer|)) . T))
-((((|Integer|)) . T) (($) . T) (((|Fraction| (|Integer|))) . T))
+((($) . T))
+((((|Pattern| (|Integer|))) . T) (((|InputForm|)) . T) (((|Float|)) . T) (((|DoubleFloat|)) . T))
+((((|Fraction| (|Integer|))) . T) (((|OutputForm|)) . T))
+((($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+((($ $) . T) ((#1=(|Integer|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) . T))
+((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
((((|Integer|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T))
-(((|#1|) . T) (($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T))
-(((|#1|) . T) (($) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-(((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) . T) ((#2=(|Integer|) #2#) . T) (($ $) . T))
-(((|#1|) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) . T) (((|Integer|)) . T) (($) . T))
+(((|#1|) . T) (($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(((|#1|) . T) (($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(((|#1|) . T) ((#1=(|Integer|)) OR (|has| |#1| (|RetractableTo| (|Integer|))) (|has| (|Fraction| (|Integer|)) (|RetractableTo| (|Integer|)))) (((|Fraction| #1#)) . T))
+(((|#1|) . T) (($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(((|#1|) . T) (($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(((|#1|) . T) (($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(((|#1|) . T) (($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
(((|#1|) . T) (((|Fraction| (|Integer|))) . T))
-(((|#1|) . T) (((|Integer|)) OR (|has| |#1| (|RetractableTo| (|Integer|))) (|has| (|Fraction| (|Integer|)) (|RetractableTo| (|Integer|)))) (((|Fraction| (|Integer|))) . T))
+((((|OutputForm|)) . T))
+(((|#1|) . T) (($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
+(((|#1| |#1|) . T) (($ $) . T) ((#1=(|Integer|) #1#) . T) ((#2=(|Fraction| #1#) #2#) . T))
+(((|#1|) . T) (($) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) . T))
((((|OutputForm|)) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#4|) . T))
-(((|#4|) . T))
-((((|List| |#4|)) . T) (((|OutputForm|)) . T))
-(((|#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
+(((|#1| |#2| |#3| |#4|) . T))
(((|#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
(((|#4|) . T))
(((|#4|) . T))
+(((|#4|) . T))
+(((|#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
((((|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))))
(((|#4|) . T))
-(((|#1| |#2| |#3| |#4|) . T))
+((((|OutputForm|)) . T) (((|List| |#4|)) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#1| |#1|) . T) (($ $) . T))
(((|#1|) . T) (($) . T))
(((|#1|) . T) (($) . T))
-((((|OutputForm|)) . T))
-(((|#1|) . T) (((|Integer|)) . T) (($) . T))
(((|#1|) . T) (($) . T))
+(((|#1|) . T) (($) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
(((|#1|) . T) (((|Integer|)) . T))
+(((|#1| |#1|) . T) (($ $) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
(((|#1| (|IndexedExponents| #1=(|OrderedVariableList| |#2|)) #1# (|NewSparseMultivariatePolynomial| |#1| #1#)) . T))
((((|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) . T))
-((((|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) . T))
-((((|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) . T) (((|OutputForm|)) . T))
-((((|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) |has| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)) (|Evalable| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))))
+(((|#1| (|IndexedExponents| #1=(|OrderedVariableList| |#2|)) #1# (|NewSparseMultivariatePolynomial| |#1| #1#)) . T))
(((#1=(|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)) #1#) |has| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)) (|Evalable| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))))
((((|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) . T))
((((|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) . T))
+((((|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) . T))
+((((|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) |has| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)) (|Evalable| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))))
((((|InputForm|)) |has| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)) (|ConvertibleTo| (|InputForm|))))
((((|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) . T))
-(((|#1| (|IndexedExponents| #1=(|OrderedVariableList| |#2|)) #1# (|NewSparseMultivariatePolynomial| |#1| #1#)) . T))
+((((|OutputForm|)) . T) (((|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) . T))
(((|#1| (|IndexedExponents| #1=(|OrderedVariableList| |#2|)) #1# (|NewSparseMultivariatePolynomial| |#1| #1#)) . T))
((#1=((|InputForm|)) |has| |#3| (|ConvertibleTo| . #1#)))
(((|#3|) |has| |#3| (|Field|)))
-(((|#3| |#3|) . T))
(((|#3|) . T))
(((|#3|) . T))
-((((|Matrix| |#3|)) . T) (((|OutputForm|)) . T))
-((((|Integer|)) . T) ((|#3|) . T))
+(((|#3|) |has| |#3| (|CommutativeRing|)))
+(((|#3|) |has| |#3| (|CommutativeRing|)))
(((|#3|) . T))
-(((|#3|) . T))
-(((|#3|) AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| (|SetCategory|))))
+(((|#3|) . T) (((|Integer|)) . T))
(((|#3| |#3|) AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| (|SetCategory|))))
(((|#3|) . T))
(((|#3|) . T))
-(((|#3|) OR (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|))))
-(((|#3|) OR (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|))))
+(((|#3|) . T))
+(((|#3|) AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| (|SetCategory|))))
+((((|Matrix| |#3|)) . T) (((|OutputForm|)) . T))
+(((|#3| |#3|) . T))
(((|#1| |#2| |#3| (|DirectProduct| |#2| |#3|) (|DirectProduct| |#1| |#3|)) . T))
-(|has| |#1| (|SetCategory|))
((((|OutputForm|)) |has| |#1| (|SetCategory|)))
(|has| |#1| (|SetCategory|))
+(|has| |#1| (|SetCategory|))
((((|OutputForm|)) . T))
(((|#1| |#2|) . T))
((((|Symbol|)) . T))
-((((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T))
((($) . T))
((($) . T))
-((($ $) . T))
-((($) . T))
+((((|Integer|)) . T))
+((((|Integer|)) . T))
((($) . T))
+((((|Integer|)) . T))
((($) . T))
+((($) . T) (((|Integer|)) . T))
+((($) . T) (((|Integer|)) . T))
((($) . T))
-((((|Integer|)) . T) (($) . T))
-((((|Integer|)) . T))
+((((|Pattern| #1=(|Integer|))) . T) ((#1#) . T) (((|InputForm|)) . T) (((|Float|)) . T) (((|DoubleFloat|)) . T))
+((((|OutputForm|)) . T))
((($) . T) (((|Integer|)) . T))
-((((|Integer|)) . T))
-((((|InputForm|)) . T) ((#1=(|Integer|)) . T) (((|Pattern| #1#)) . T) (((|Float|)) . T) (((|DoubleFloat|)) . T))
-((((|Integer|)) . T))
+((($ $) . T))
+((($) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|Equation| |#3|)) . T))
((((|Equation| |#3|)) . T))
@@ -3138,598 +3138,597 @@
((((|OutputForm|)) . T))
(((|#3| |#3|) . T))
((((|OutputForm|)) . T))
-((((|OutputForm|)) . T))
-(((|#2|) . T))
-(((|#1|) |has| |#1| (|Field|)))
-((((|Symbol|)) AND (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))))
+(|has| |#1| (|Field|))
+(|has| |#1| (|FiniteFieldCategory|))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
+(((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+(|has| |#1| (|Field|))
((((|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))))))
+((((|Symbol|)) AND (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))))
((($ (|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))))))
+((($) |has| |#1| (|Field|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
+(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) |has| |#1| (|Field|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|Field|)))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Field|)))
+(|has| |#1| (|Field|))
+(|has| |#1| (|Field|))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1| |#2|) . T))
+(((|#1| |#2|) . T))
+(|has| |#1| (|FiniteFieldCategory|))
+(|has| |#1| (|Finite|))
+(|has| |#1| (|FiniteFieldCategory|))
+(|has| |#1| (|Field|))
+(|has| |#1| (|Field|))
+(|has| |#1| (|Field|))
+(|has| |#1| (|Field|))
(((|#1|) |has| |#1| (|Field|)))
(OR (AND (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|Field|))) (AND (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|Field|))) (|has| |#1| (|FiniteFieldCategory|)))
-((($) OR (AND (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|Field|))) (AND (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|Field|))) (|has| |#1| (|FiniteFieldCategory|))))
(OR (AND (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|Field|))) (|has| |#1| (|FiniteFieldCategory|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)))
-(OR (|has| |#1| (|Finite|)) (|has| |#1| (|FiniteFieldCategory|)))
-(|has| |#1| (|FiniteFieldCategory|))
-(|has| |#1| (|FiniteFieldCategory|))
-(OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|FiniteFieldCategory|)))
-(|has| |#1| (|FiniteFieldCategory|))
-(((|#1| |#2|) . T))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) ((|#1|) . T))
-((($ $) . T) ((#1=(|Fraction| (|Integer|)) #1#) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) ((|#1| |#1|) . T))
-((($) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) ((|#1|) . T))
-((($) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) ((|#1|) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) ((|#1|) . T))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) ((|#1|) . T))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) ((|#1|) . T))
-((((|Integer|)) . T) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((|#1|) . T))
+(((|#1|) |has| |#1| (|Field|)))
+((($) OR (AND (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|Field|))) (AND (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|Field|))) (|has| |#1| (|FiniteFieldCategory|))))
+(((|#2|) . T))
+((((|OutputForm|)) . T))
+((($) |has| |#1| (|Field|)) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#1| (|Field|)) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
(|has| |#1| (|CharacteristicZero|))
-(((|#1| |#2|) . T))
-(((|#1|) . T))
-((($) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|FiniteFieldCategory|))) ((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
-(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
-(((|#1|) . T))
-(((|#1|) . T) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+(|has| |#1| (|CharacteristicNonZero|))
+((($ $) . T) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Field|)))
+((($) |has| |#1| (|Field|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Field|)))
(((|#1| |#2|) . T))
((((|Symbol|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(OR (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|DifferentialSpace|)))
-((($) OR (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|DifferentialSpace|))))
-((((|OutputForm|)) . T))
-(|has| |#1| (|DifferentialRing|))
-((($) . T))
-(((|#1| (|IndexedExponents| #1=(|SequentialDifferentialVariable| (|Symbol|))) #1#) . T))
(|has| |#1| (|PolynomialFactorizationExplicit|))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((((|SparseMultivariatePolynomial| |#1| #1=(|Symbol|))) . T) (((|SequentialDifferentialVariable| #1#)) . T) ((#1#) . T) ((|#1|) . T) ((#2=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #2#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
(|has| |#1| (|PolynomialFactorizationExplicit|))
-((((|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (((|SequentialDifferentialVariable| (|Symbol|))) . T))
-((($ (|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (($ (|SequentialDifferentialVariable| (|Symbol|))) . T))
-((((|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) (((|SequentialDifferentialVariable| (|Symbol|))) . T))
-((($ $) . T) ((#1=(|Symbol|) $) |has| |#1| . #2=((|DifferentialRing|))) ((#1# |#1|) |has| |#1| . #2#) ((#3=(|SequentialDifferentialVariable| #1#) |#1|) . T) ((#3# $) . T))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-((((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|#1|) . T))
+(((|#1| (|IndexedExponents| #1=(|SequentialDifferentialVariable| (|Symbol|))) #1#) . T))
+((((|SequentialDifferentialVariable| (|Symbol|))) . T) (((|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))))
+((((|SequentialDifferentialVariable| (|Symbol|))) . T) (((|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))))
+((($ (|SequentialDifferentialVariable| (|Symbol|))) . T) (($ (|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) ((#1=(|SequentialDifferentialVariable| #2=(|Symbol|)) $) . T) ((#1# |#1|) . T) ((#2# $) |has| |#1| (|DifferentialRing|)) ((#2# |#1|) |has| |#1| (|DifferentialRing|)))
+(|has| |#1| (|GcdDomain|))
+(((|#1|) . T))
+(((|#1|) . T))
(((|#1|) . T))
(((|#1| (|IndexedExponents| (|SequentialDifferentialVariable| (|Symbol|)))) . T))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
+((($) . T))
+(|has| |#1| (|IntegralDomain|))
+(((|#1|) . T))
+(|has| |#1| (|DifferentialSpace|))
+(|has| |#1| (|DifferentialRing|))
(((|#1|) . T))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
+((($) |has| |#1| (|DifferentialSpace|)))
+(|has| |#1| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+((((|SparseMultivariatePolynomial| |#1| #1=(|Symbol|))) . T) (($) |has| |#1| (|IntegralDomain|)) (((|SequentialDifferentialVariable| #1#)) . T) ((#1#) . T) ((|#1|) . T) ((#2=(|Integer|)) . T) (((|Fraction| #2#)) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
(|has| |#1| (|CharacteristicZero|))
(|has| |#1| (|CharacteristicNonZero|))
-((($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((((|Integer|)) . T) (($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-(((|#1|) . T))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(((|#1| (|IndexedExponents| (|SequentialDifferentialVariable| (|Symbol|)))) . T))
-((((|SparseMultivariatePolynomial| |#1| #1=(|Symbol|))) . T) (((|SequentialDifferentialVariable| #1#)) . T) ((|#1|) . T) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((#1#) . T))
-((((|SparseMultivariatePolynomial| |#1| #1=(|Symbol|))) . T) (((|Integer|)) . T) (((|SequentialDifferentialVariable| #1#)) . T) (($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((#1#) . T))
(((|#1| #1=(|Symbol|) #2=(|SequentialDifferentialVariable| #1#) (|IndexedExponents| #2#)) . T))
+(((|#1|) . T))
((($) . T))
((((|OutputForm|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#1|) . T))
(((|#1| (|List| |#1|)) |has| |#1| (|OrderedRing|)))
(|has| |#1| (|SetCategory|))
-(|has| |#1| (|SetCategory|))
-(|has| |#1| (|SetCategory|))
((((|OutputForm|)) |has| |#1| (|SetCategory|)))
(|has| |#1| (|SetCategory|))
+(|has| |#1| (|SetCategory|))
(((|#1|) . T))
(((|#1|) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
-(|has| (|Segment| |#1|) (|SetCategory|))
((((|OutputForm|)) |has| (|Segment| |#1|) (|SetCategory|)))
(|has| (|Segment| |#1|) (|SetCategory|))
+(|has| (|Segment| |#1|) (|SetCategory|))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#1|) . T))
-((((|OutputForm|)) . T))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
-(((|#1|) . T))
(|has| |#1| (|Finite|))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
(((|#1|) . T))
(((|#1|) . T))
+((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
(((|#1|) . T))
((((|OutputForm|)) . T))
-((((|List| $)) . T) (((|String|)) . T) (((|Symbol|)) . T) (((|Integer|)) . T) (((|DoubleFloat|)) . T) (((|OutputForm|)) . T))
-((((|Integer|) $) . T) (((|List| (|Integer|)) $) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((|OutputForm|)) . T))
+((((|List| #1=(|Integer|)) $) . T) ((#1# $) . T))
+((((|OutputForm|)) . T) (((|DoubleFloat|)) . T) (((|Integer|)) . T) (((|Symbol|)) . T) (((|String|)) . T) (((|List| $)) . T))
((((|OutputForm|)) . T))
((((|String|) (|Symbol|) (|Integer|) (|DoubleFloat|) (|OutputForm|)) . T))
-((((|List| $)) . T) ((|#1|) . T) ((|#2|) . T) ((|#3|) . T) ((|#4|) . T) ((|#5|) . T))
-((((|Integer|) $) . T) (((|List| (|Integer|)) $) . T))
+((((|List| #1=(|Integer|)) $) . T) ((#1# $) . T))
+(((|#5|) . T) ((|#4|) . T) ((|#3|) . T) ((|#2|) . T) ((|#1|) . T) (((|List| $)) . T))
((((|OutputForm|)) . T))
(((|#1| |#2| |#3| |#4| |#5|) . T))
((((|OutputForm|)) . T))
-(((|#1|) . T))
(((|#1| |#1| |#1|) . T))
(((|#1|) . T))
-(OR (|has| |#3| (|AbelianGroup|)) (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|Ring|)))
-(OR (|has| |#3| (|AbelianGroup|)) (|has| |#3| (|AbelianMonoid|)) (|has| |#3| (|CancellationAbelianMonoid|)) (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|OrderedAbelianMonoidSup|)) (|has| |#3| (|Ring|)))
-(OR (|has| |#3| (|AbelianGroup|)) (|has| |#3| (|AbelianMonoid|)) (|has| |#3| (|AbelianSemiGroup|)) (|has| |#3| (|CancellationAbelianMonoid|)) (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|Finite|)) (|has| |#3| (|Monoid|)) (|has| |#3| (|OrderedAbelianMonoidSup|)) (|has| |#3| (|OrderedSet|)) (|has| |#3| (|Ring|)) (|has| |#3| (|SetCategory|)))
-(OR (|has| |#3| (|AbelianGroup|)) (|has| |#3| (|AbelianMonoid|)) (|has| |#3| (|AbelianSemiGroup|)) (|has| |#3| (|BasicType|)) (|has| |#3| (|CancellationAbelianMonoid|)) (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|Finite|)) (|has| |#3| (|Monoid|)) (|has| |#3| (|OrderedAbelianMonoidSup|)) (|has| |#3| (|OrderedSet|)) (|has| |#3| (|Ring|)) (|has| |#3| (|SetCategory|)))
-(OR (|has| |#3| (|AbelianGroup|)) (|has| |#3| (|AbelianMonoid|)) (|has| |#3| (|AbelianSemiGroup|)) (|has| |#3| (|CancellationAbelianMonoid|)) (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|OrderedAbelianMonoidSup|)) (|has| |#3| (|Ring|)))
-(OR (|has| |#3| (|AbelianGroup|)) (|has| |#3| (|CancellationAbelianMonoid|)) (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|OrderedAbelianMonoidSup|)) (|has| |#3| (|Ring|)))
-(((|#3| |#3|) OR (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|Ring|))))
-(((|#3|) OR (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|Monoid|)) (|has| |#3| (|Ring|))))
-(((|#3|) OR (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|Ring|))))
-((((|OutputForm|)) OR (|has| |#3| (|AbelianGroup|)) (|has| |#3| (|AbelianMonoid|)) (|has| |#3| (|AbelianSemiGroup|)) (|has| |#3| (|CancellationAbelianMonoid|)) (|has| |#3| (|CoercibleTo| (|OutputForm|))) (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|Finite|)) (|has| |#3| (|Monoid|)) (|has| |#3| (|OrderedAbelianMonoidSup|)) (|has| |#3| (|OrderedSet|)) (|has| |#3| (|Ring|)) (|has| |#3| (|SetCategory|))) (((|Vector| |#3|)) . T))
-(((|#3|) |has| |#3| (|Ring|)))
-((((|Symbol|)) AND (|has| |#3| (|PartialDifferentialRing| (|Symbol|))) (|has| |#3| (|Ring|))))
-((((|Symbol|)) OR (AND (|has| |#3| (|PartialDifferentialRing| (|Symbol|))) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#3| (|Ring|)))))
-((($ (|Symbol|)) OR (AND (|has| |#3| (|PartialDifferentialRing| (|Symbol|))) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#3| (|Ring|)))))
-(((|#3|) |has| |#3| (|Ring|)))
-(OR (AND (|has| |#3| (|DifferentialRing|)) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|DifferentialSpace|)) (|has| |#3| (|Ring|))))
-((($) OR (AND (|has| |#3| (|DifferentialRing|)) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|DifferentialSpace|)) (|has| |#3| (|Ring|)))))
+(((|#1|) . T))
+(((|#3|) |has| |#3| (|Field|)))
+(OR (AND (|has| |#3| (|DifferentialRing|)) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|PartialDifferentialRing| (|Symbol|))) (|has| |#3| (|Ring|))) (|has| |#3| (|SetCategory|)))
(|has| |#3| (|Ring|))
(|has| |#3| (|Ring|))
(|has| |#3| (|Ring|))
(|has| |#3| (|Ring|))
+(((|#3|) |has| |#3| (|Ring|)))
+(((|#3|) |has| |#3| (|Monoid|)))
+(((|#3|) |has| |#3| (|SetCategory|)) ((#1=(|Integer|)) AND (|has| |#3| (|RetractableTo| (|Integer|))) (|has| |#3| (|SetCategory|))) (((|Fraction| #1#)) AND (|has| |#3| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#3| (|SetCategory|))))
+((((|Symbol|)) OR (AND (|has| |#3| (|PartialDifferentialRing| (|Symbol|))) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#3| (|Ring|)))))
+((((|Symbol|)) AND (|has| |#3| (|PartialDifferentialRing| (|Symbol|))) (|has| |#3| (|Ring|))))
+((($ (|Symbol|)) OR (AND (|has| |#3| (|PartialDifferentialRing| (|Symbol|))) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#3| (|Ring|)))))
+(|has| |#3| (|OrderedSet|))
+(|has| |#3| (|OrderedSet|))
+(|has| |#3| (|OrderedAbelianMonoidSup|))
+(|has| |#3| (|OrderedAbelianMonoidSup|))
+(|has| |#3| (|OrderedAbelianMonoidSup|))
+(|has| |#3| (|OrderedAbelianMonoidSup|))
(|has| |#3| (|Ring|))
-((((|Integer|)) OR (|has| |#3| (|AbelianGroup|)) (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|Ring|))) ((|#3|) OR (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|Monoid|)) (|has| |#3| (|Ring|))) (($) |has| |#3| (|Ring|)))
-(AND (|has| |#3| (|DifferentialRing|)) (|has| |#3| (|Ring|)))
-(|has| |#3| (|Finite|))
-(((|#3|) . T))
-(((|#3|) AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| (|SetCategory|))))
+(((|#3|) |has| |#3| (|CommutativeRing|)))
+(((|#3|) |has| |#3| (|Ring|)) (((|Integer|)) AND (|has| |#3| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#3| (|Ring|))))
+(((|#3|) |has| |#3| (|Monoid|)))
+((($) |has| |#3| (|Ring|)) ((|#3|) |has| |#3| (|Ring|)) (((|Integer|)) AND (|has| |#3| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#3| (|Ring|))))
+((($) |has| |#3| (|Ring|)) ((|#3|) |has| |#3| (|Monoid|)) (((|Integer|)) |has| |#3| (|AbelianGroup|)))
(((|#3| |#3|) AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| (|SetCategory|))))
+((((|Integer|) |#3|) . T))
(((|#3|) . T))
(((|#3|) . T))
-(((|#3|) |has| |#3| (|Ring|)))
-(((|#3|) OR (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|Ring|))) (($) |has| |#3| (|Ring|)) (((|Integer|)) AND (|has| |#3| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#3| (|Ring|))))
-(((|#3|) |has| |#3| (|Ring|)) (((|Integer|)) AND (|has| |#3| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#3| (|Ring|))))
(((|#3|) |has| |#3| (|SetCategory|)))
-((((|Integer|)) OR (AND (|has| |#3| (|RetractableTo| (|Integer|))) (|has| |#3| (|SetCategory|))) (|has| |#3| (|Ring|))) ((|#3|) |has| |#3| (|SetCategory|)) (((|Fraction| (|Integer|))) AND (|has| |#3| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#3| (|SetCategory|))))
-(((|#3|) |has| |#3| (|SetCategory|)) (((|Integer|)) AND (|has| |#3| (|RetractableTo| (|Integer|))) (|has| |#3| (|SetCategory|))) (((|Fraction| (|Integer|))) AND (|has| |#3| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#3| (|SetCategory|))))
-((((|Integer|) |#3|) . T))
+(((|#3|) |has| |#3| (|Ring|)))
+(((|#3|) . T))
+(|has| |#3| (|Finite|))
+(((|#3|) AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| (|SetCategory|))))
((((|Integer|) |#3|) . T))
((((|Integer|) |#3|) . T))
-(((|#3|) OR (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|)) (|has| |#3| (|Monoid|))))
-(((|#3|) OR (|has| |#3| (|CommutativeRing|)) (|has| |#3| (|Field|))))
-(|has| |#3| (|OrderedAbelianMonoidSup|))
-(|has| |#3| (|OrderedAbelianMonoidSup|))
-(OR (|has| |#3| (|OrderedAbelianMonoidSup|)) (|has| |#3| (|OrderedSet|)))
-(OR (|has| |#3| (|OrderedAbelianMonoidSup|)) (|has| |#3| (|OrderedSet|)))
-(|has| |#3| (|OrderedAbelianMonoidSup|))
-(|has| |#3| (|OrderedAbelianMonoidSup|))
-(((|#3|) |has| |#3| (|Field|)))
+(((|#3|) |has| |#3| (|Ring|)))
+(OR (AND (|has| |#3| (|DifferentialRing|)) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|DifferentialSpace|)) (|has| |#3| (|Ring|))))
+(AND (|has| |#3| (|DifferentialRing|)) (|has| |#3| (|Ring|)))
+(((|#3|) |has| |#3| (|Ring|)))
+((($) OR (AND (|has| |#3| (|DifferentialRing|)) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|DifferentialSpace|)) (|has| |#3| (|Ring|)))))
+((((|Vector| |#3|)) . T) (((|OutputForm|)) OR (|has| |#3| (|CoercibleTo| (|OutputForm|))) (AND (|has| |#3| (|DifferentialRing|)) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|PartialDifferentialRing| (|Symbol|))) (|has| |#3| (|Ring|)))))
+(((|#3|) |has| |#3| (|SetCategory|)) ((#1=(|Integer|)) OR (AND (|has| |#3| (|RetractableTo| (|Integer|))) (|has| |#3| (|SetCategory|))) (|has| |#3| (|Ring|))) (((|Fraction| #1#)) AND (|has| |#3| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#3| (|SetCategory|))))
+(|has| |#3| (|CancellationAbelianMonoid|))
+(((|#3| |#3|) |has| |#3| (|Ring|)))
+(OR (|has| |#3| (|BasicType|)) (AND (|has| |#3| (|DifferentialRing|)) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#3| (|Ring|))) (AND (|has| |#3| (|PartialDifferentialRing| (|Symbol|))) (|has| |#3| (|Ring|))))
+(|has| |#3| (|AbelianSemiGroup|))
+(|has| |#3| (|AbelianMonoid|))
+(|has| |#3| (|AbelianGroup|))
(((|#1| |#3|) . T))
((((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T))
((($) . T))
((($) . T))
-((($ $) . T))
-((($) . T))
-((($) . T))
-((($) . T))
-((($) . T))
-((((|Integer|)) . T) (($) . T))
((((|Integer|)) . T))
-((($) . T) (((|Integer|)) . T))
((((|Integer|)) . T))
-((((|InputForm|)) . T) ((#1=(|Integer|)) . T) (((|Pattern| #1#)) . T) (((|Float|)) . T) (((|DoubleFloat|)) . T))
+((($) . T))
((((|Integer|)) . T))
-((((|InputForm|)) AND (|has| |#1| (|ConvertibleTo| (|InputForm|))) (|has| |#2| (|ConvertibleTo| (|InputForm|)))) (((|Pattern| (|Float|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (|has| |#2| (|ConvertibleTo| (|Pattern| (|Float|))))) (((|Pattern| (|Integer|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (|has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|))))))
((($) . T))
-(((|#1| (|IndexedExponents| |#2|)) . T))
-(((|#1|) . T))
+((($) . T) (((|Integer|)) . T))
+((($) . T) (((|Integer|)) . T))
+((($) . T))
+((((|Pattern| #1=(|Integer|))) . T) ((#1#) . T) (((|InputForm|)) . T) (((|Float|)) . T) (((|DoubleFloat|)) . T))
((((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T))
-(|has| |#1| (|CharacteristicNonZero|))
-(|has| |#1| (|CharacteristicZero|))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))))
-(((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1| |#1|) . T) (($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))))
-(((|#1|) . T))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))))
-(((|#1| (|IndexedExponents| |#2|)) . T))
-(((|#1|) . T))
-((($) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
-(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
-(OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-((($ $) . T) ((|#2| $) . T) ((|#2| |#1|) . T))
-(((|#2|) . T))
-((($ |#2|) . T))
-(((|#2|) . T))
-((((|Float|)) AND (|has| |#1| (|PatternMatchable| (|Float|))) (|has| |#2| (|PatternMatchable| (|Float|)))) (((|Integer|)) AND (|has| |#1| (|PatternMatchable| (|Integer|))) (|has| |#2| (|PatternMatchable| (|Integer|)))))
+((($) . T) (((|Integer|)) . T))
+((($ $) . T))
+((($) . T))
(|has| |#1| (|PolynomialFactorizationExplicit|))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#2|) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
(|has| |#1| (|PolynomialFactorizationExplicit|))
-((((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|#1|) . T) ((|#2|) . T))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((|#1|) . T) (($) OR (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#2|) . T))
-(((|#1| (|IndexedExponents| |#2|) |#2|) . T))
-((($) . T))
-((($ $) . T) ((|#2| $) . T))
+((((|Integer|)) AND (|has| |#1| (|PatternMatchable| (|Integer|))) (|has| |#2| (|PatternMatchable| (|Integer|)))) (((|Float|)) AND (|has| |#1| (|PatternMatchable| (|Float|))) (|has| |#2| (|PatternMatchable| (|Float|)))))
(((|#2|) . T))
-((((|OutputForm|)) . T))
-((($ |#2|) . T))
(((|#2|) . T))
-(((|#1| (|IndexedExponents| |#2|) |#2|) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T))
-((($) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T))
-(|has| |#1| (|CharacteristicNonZero|))
-(|has| |#1| (|CharacteristicZero|))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))))
-(((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1| |#1|) . T) (($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))))
-(((|#1|) . T))
+((($ |#2|) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|IntegralDomain|))
+((($ $) . T) ((|#2| $) . T) ((|#2| |#1|) . T))
+(|has| |#1| (|GcdDomain|))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1| (|IndexedExponents| |#2|)) . T))
+((($) . T))
(|has| |#1| (|IntegralDomain|))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) |has| |#1| (|IntegralDomain|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) |has| |#1| (|IntegralDomain|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) |has| |#1| (|IntegralDomain|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) |has| |#1| (|IntegralDomain|)))
+((((|Pattern| (|Integer|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (|has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|))))) (((|Pattern| (|Float|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (|has| |#2| (|ConvertibleTo| (|Pattern| (|Float|))))) (((|InputForm|)) AND (|has| |#1| (|ConvertibleTo| (|InputForm|))) (|has| |#2| (|ConvertibleTo| (|InputForm|)))))
+(|has| |#1| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#2|) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
+(|has| |#1| (|CharacteristicZero|))
+(|has| |#1| (|CharacteristicNonZero|))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(((|#1| (|IndexedExponents| |#2|)) . T))
+(((|#1| (|IndexedExponents| |#2|) |#2|) . T))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(((|#1| (|IndexedExponents| |#2|) |#2|) . T))
+(((|#2|) . T))
+(((|#2|) . T))
+((($ |#2|) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) ((|#2| $) . T))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(((|#1|) . T))
+((($) . T))
+(|has| |#1| (|IntegralDomain|))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|CharacteristicZero|))
+(|has| |#1| (|CharacteristicNonZero|))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1| (|IndexedExponents| |#2|)) . T))
(((|#1| |#2|) . T))
((((|OutputForm|)) . T))
(((|#1|) . T))
((((|Syntax|)) . T))
-((((|Syntax|)) . T))
((((|Syntax|)) . T) (((|OutputForm|)) . T))
+((((|Syntax|)) . T))
((((|OutputForm|)) . T))
((((|SplittingNode| |#1| |#2|)) . T))
((((|SplittingNode| |#1| |#2|)) . T))
+(((#1=(|SplittingNode| |#1| |#2|) #1#) |has| (|SplittingNode| |#1| |#2|) (|Evalable| (|SplittingNode| |#1| |#2|))))
((((|SplittingNode| |#1| |#2|)) . T))
((((|SplittingNode| |#1| |#2|)) . T))
-(((#1=(|SplittingNode| |#1| |#2|) #1#) |has| (|SplittingNode| |#1| |#2|) (|Evalable| (|SplittingNode| |#1| |#2|))))
((((|SplittingNode| |#1| |#2|)) |has| (|SplittingNode| |#1| |#2|) (|Evalable| (|SplittingNode| |#1| |#2|))))
((((|OutputForm|)) . T))
((((|SplittingNode| |#1| |#2|)) . T))
((#1=((|InputForm|)) |has| |#2| (|ConvertibleTo| . #1#)))
-(((|#2|) |has| |#2| (ATTRIBUTE (|commutative| "*"))))
-(((|#2| |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((|Matrix| |#2|)) . T) (((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T) ((|#2|) . T))
-(((|#2|) OR (|has| |#2| (ATTRIBUTE (|commutative| "*"))) (|has| |#2| (|CommutativeRing|))))
-(((|#2|) OR (|has| |#2| (ATTRIBUTE (|commutative| "*"))) (|has| |#2| (|CommutativeRing|))))
-(((|#2|) . T))
-((((|Symbol|)) |has| |#2| (|PartialDifferentialRing| (|Symbol|))))
+(((|#2|) . T) ((#1=(|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
+(((|#1| |#1| |#2| #1=(|DirectProduct| |#1| |#2|) #1#) . T))
((((|Symbol|)) OR (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))))
+((((|Symbol|)) |has| |#2| (|PartialDifferentialRing| (|Symbol|))))
((($ (|Symbol|)) OR (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))))
+(((|#2|) OR (|has| |#2| (ATTRIBUTE (|commutative| "*"))) (|has| |#2| (|CommutativeRing|))))
+(((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
+(((|#2|) OR (|has| |#2| (ATTRIBUTE (|commutative| "*"))) (|has| |#2| (|CommutativeRing|))))
+((($) . T) ((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) . T) ((|#2|) . T) (((|Integer|)) . T))
+(((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
(((|#2|) . T))
-(OR (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|DifferentialSpace|)))
-((($) OR (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|DifferentialSpace|))))
-(|has| |#2| (|DifferentialRing|))
(((|#2|) . T))
-((($) . T) ((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
-(((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
(((|#2|) . T))
-((((|Integer|)) . T) ((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
-(((|#2|) . T) (((|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
-(((|#1| |#1| |#2| #1=(|DirectProduct| |#1| |#2|) #1#) . T))
(((|#2|) . T))
(((|#2|) . T))
-(((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
(((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
(((|#2|) . T))
+(|has| |#2| (|DifferentialSpace|))
+(|has| |#2| (|DifferentialRing|))
+(((|#2|) . T))
+((($) |has| |#2| (|DifferentialSpace|)))
+((((|Matrix| |#2|)) . T) (((|OutputForm|)) . T))
+(((|#2|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
+(((|#2| |#2|) . T))
+(((|#2|) |has| |#2| (ATTRIBUTE (|commutative| "*"))))
(((|#1| |#2| #1=(|DirectProduct| |#1| |#2|) #1#) . T))
(((|#1| |#2| |#3| |#4|) . T))
+(((|#4|) . T))
+(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
+(((|#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
(((|#4|) . T))
-((((|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))))
(((|#4|) . T))
(((|#4|) . T))
-(((|#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
(((|#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
+((((|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))))
(((|#4|) . T))
((((|OutputForm|)) . T) (((|List| |#4|)) . T))
-(((|#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
-(((|#1| |#2| |#3| |#4|) . T))
-(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|SetCategory|)))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+(|has| |#1| (|SetCategory|))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
(((|#1|) . T))
-(|has| |#1| (|SetCategory|))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
(((|#1|) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
-((((|OutputForm|)) . T))
+(((|#1|) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
+(((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((#1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))))
(((|#1| |#2|) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))))
(((|#1| |#2|) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-(((#1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
(((|#1| |#2|) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
-(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+((((|OutputForm|)) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
(((|#1|) . T))
((((|List| |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
+(|has| |#1| (|SetCategory|))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|SetCategory|)))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|Integer|) |#1|) . T))
(((|#1|) . T))
-(|has| |#1| (|SetCategory|))
(((|#1|) . T))
-((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
-((((|Integer|) |#1|) . T))
-((((|UniversalSegment| (|Integer|)) $) . T) (((|Integer|) |#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
((((|Integer|) |#1|) . T))
+((((|UniversalSegment| #1=(|Integer|)) $) . T) ((#1# |#1|) . T))
+((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
(((|#1|) . T))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
(((|#1|) . T))
((((|Character|)) . T))
((((|Character|)) . T))
((((|Character|)) . T))
-((((|OutputForm|)) . T))
+((((|Integer|) (|Character|)) . T))
((((|Character|)) . T))
((((|Character|)) . T))
((((|Character|)) . T))
-((((|Integer|) (|Character|)) . T))
-((((|Integer|) (|Character|)) . T))
-((((|Integer|) (|Character|)) . T) (((|UniversalSegment| (|Integer|)) $) . T))
((((|Character|)) . T))
+((((|Integer|) (|Character|)) . T))
+((((|UniversalSegment| #1=(|Integer|)) $) . T) ((#1# (|Character|)) . T))
((((|Character|)) . T))
-((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
((((|OutputForm|)) . T))
+(((|#1|) . T) (((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
((((|String|) |#1|) . T))
+(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) (((|Record| (|:| |key| #1=(|String|)) (|:| |entry| |#1|)) (|Record| (|:| |key| #1#) (|:| |entry| |#1|))) |has| (|Record| (|:| |key| #1#) (|:| |entry| |#1|)) (|Evalable| (|Record| (|:| |key| #1#) (|:| |entry| |#1|)))))
((((|String|) |#1|) . T))
+(((|#1|) . T) (((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
+(((|#1|) . T) (((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
+((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) (((|Record| (|:| |key| #1=(|String|)) (|:| |entry| |#1|))) |has| (|Record| (|:| |key| #1#) (|:| |entry| |#1|)) (|Evalable| (|Record| (|:| |key| #1#) (|:| |entry| |#1|)))))
((((|String|) |#1|) . T))
-((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T) ((|#1|) . T))
-((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T) ((|#1|) . T))
-(((#1=(|Record| (|:| |key| (|String|)) (|:| |entry| |#1|)) #1#) |has| (|Record| (|:| |key| (|String|)) (|:| |entry| |#1|)) (|Evalable| (|Record| (|:| |key| (|String|)) (|:| |entry| |#1|)))) ((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) |has| (|Record| (|:| |key| (|String|)) (|:| |entry| |#1|)) (|Evalable| (|Record| (|:| |key| (|String|)) (|:| |entry| |#1|)))) ((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
((((|String|) |#1|) . T))
((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
-(((|#1|) . T) (((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
+((((|OutputForm|)) . T))
((((|Record| (|:| |key| (|String|)) (|:| |entry| |#1|))) . T))
((((|String|) |#1|) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
+(((|#1| (|Integer|)) . T))
+(((|#1|) . T))
+(|has| |#1| (|Field|))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|CommutativeRing|)) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) . T))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
+(|has| |#1| (|Field|))
+(((|#1| (|Integer|) (|SingletonAsOrderedSet|)) . T))
((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
+((((|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
+((((|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
+((($ (|Variable| |#2|)) . T) (($ (|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
+((($) |has| |#1| (|IntegralDomain|)) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
-((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
-((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|Evalable| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)))))
+((($) |has| |#1| (|IntegralDomain|)) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
(((#1=(|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) #1#) AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|Evalable| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)))) (((|Symbol|) #1#) AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|InnerEvalable| (|Symbol|) (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)))))
-((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
-(|has| |#1| (|Field|))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-(|has| |#1| (|Field|))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Field|))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
+((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) . T))
+((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
+((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
+((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
(|has| |#1| (|Field|))
+((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|Evalable| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)))))
(|has| |#1| (|Field|))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) $) AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|Eltable| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)))) (((|Integer|) |#1|) . T))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Field|))
-(OR (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialRing|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))
-((($) OR (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialRing|))) (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialSpace|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))))
-(OR (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialRing|))) (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialSpace|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))
((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
-((($ (|Variable| |#2|)) . T) (($ (|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
-((((|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
-((((|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
+(OR (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialRing|))) (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialSpace|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))
+(OR (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialRing|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))
((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
+((($) OR (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialRing|))) (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialSpace|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))))
+(|has| |#1| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (|CommutativeRing|)) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(OR (|has| |#1| (|CharacteristicZero|)) (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|CharacteristicZero|))))
(OR (|has| |#1| (|CharacteristicNonZero|)) (AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|CharacteristicNonZero|))))
-((((|OutputForm|)) . T))
-(((|#1|) . T))
-((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) $) AND (|has| |#1| (|Field|)) (|has| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|Eltable| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)))) (($ $) . T) (((|Integer|) |#1|) . T))
-(((|#1| (|Integer|) (|SingletonAsOrderedSet|)) . T))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)))
-((($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) ((#1=(|Fraction| (|Integer|)) #1#) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((#2=(|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) #2#) |has| |#1| (|Field|)) ((|#1| |#1|) . T))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) . T))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) . T))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) (((|Integer|)) . T) (($) . T) ((|#1|) . T))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) (($) . T) ((|#1|) . T))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)))
-((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Integer|)) . T) ((|#1|) |has| |#1| (|CommutativeRing|)))
-((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) . T))
-(((|#1| (|Integer|)) . T))
-(((|#1| (|Integer|)) . T))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($ $) |has| |#1| (|CommutativeRing|)) ((#1=(|SparseUnivariateTaylorSeries| |#1| |#2| |#3|) #1#) |has| |#1| (|Field|)) ((|#1| |#1|) . T) ((#2=(|Fraction| (|Integer|)) #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1| (|Integer|)) . T))
(((|#1| (|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((($) . T))
-((((|OutputForm|)) . T))
-((((|Fraction| $) (|Fraction| $)) |has| |#1| (|IntegralDomain|)) (($ $) . T) ((|#1| |#1|) . T))
-(|has| |#1| (|Field|))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))
-(|has| |#1| (|Field|))
-(((|#1| (|NonNegativeInteger|) (|SingletonAsOrderedSet|)) . T))
(|has| |#1| (|PolynomialFactorizationExplicit|))
+(|has| |#1| (|StepThrough|))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1|) . T) (((|SingletonAsOrderedSet|)) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+(|has| |#1| (|Field|))
(|has| |#1| (|PolynomialFactorizationExplicit|))
+(((|#1| (|NonNegativeInteger|) (|SingletonAsOrderedSet|)) . T))
((((|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (((|SingletonAsOrderedSet|)) . T))
-((($ (|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (($ (|SingletonAsOrderedSet|)) . T))
((((|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) (((|SingletonAsOrderedSet|)) . T))
-((((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|#1|) . T))
+((($ (|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (($ (|SingletonAsOrderedSet|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1|) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) ((#1=(|SingletonAsOrderedSet|) $) . T) ((#1# |#1|) . T))
+(|has| |#1| (|GcdDomain|))
+(((|#1|) . T))
(((|#1|) . T))
-(((|#1| (|NonNegativeInteger|)) . T))
(((|#1|) . T))
-(|has| |#1| (|CharacteristicZero|))
-(|has| |#1| (|CharacteristicNonZero|))
-((((|Integer|)) . T) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (((|SingletonAsOrderedSet|)) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) . T) (((|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((((|Integer|)) . T) (($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|Field|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-(((|#1|) . T))
-((((|SingletonAsOrderedSet|)) . T) ((|#1|) . T) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
(((|#1| (|NonNegativeInteger|)) . T))
-(((#1=(|SingletonAsOrderedSet|) |#1|) . T) ((#1# $) . T) (($ $) . T))
((($) . T))
-(|has| |#1| (|StepThrough|))
+(|has| |#1| (|Field|))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) ((|#1| |#1|) . T) ((#1=(|Fraction| $) #1#) |has| |#1| (|IntegralDomain|)))
(((|#1|) . T))
-((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) . T) (((|SparseUnivariateLaurentSeries| |#1| |#2| |#3|)) . T))
(((|#1|) . T))
-(|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))
-((($) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))))
-(|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))
-((($ $) . T) (((|Fraction| (|Integer|)) |#1|) . T))
-((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
-((($ (|Variable| |#2|)) . T) (($ (|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
-((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
-(((|#1| (|Fraction| (|Integer|)) (|SingletonAsOrderedSet|)) . T))
-(|has| |#1| (|CharacteristicNonZero|))
+((($) . T))
+(|has| |#1| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) . T) (((|SingletonAsOrderedSet|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
(|has| |#1| (|CharacteristicZero|))
+(|has| |#1| (|CharacteristicNonZero|))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1| (|NonNegativeInteger|)) . T))
+(((|#1|) . T))
(((|#1|) . T))
(((|#1| (|Fraction| (|Integer|))) . T))
-(((|#1| (|Fraction| (|Integer|))) . T))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|Field|))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) . T) (((|SparseUnivariateLaurentSeries| |#1| |#2| |#3|)) . T))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Field|))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-((((|OutputForm|)) . T))
-(((|#1|) . T) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))))
-(((|#1|) . T) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))))
-(((|#1| |#1|) . T) (($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) ((#1=(|Fraction| (|Integer|)) #1#) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))))
-(((|#1|) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) . T))
-(|has| |#1| (|Field|))
-(|has| |#1| (|Field|))
-(((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))))
-(((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))))
-(((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))))
-((((|Variable| |#2|)) . T) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) . T) (((|SparseUnivariateLaurentSeries| |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (((|Integer|)) . T) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
+(((|#1| (|Fraction| (|Integer|)) (|SingletonAsOrderedSet|)) . T))
+((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
+((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
+((($ (|Variable| |#2|)) . T) (($ (|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Field|))
+(((|#1|) . T))
(|has| |#1| (|Field|))
(|has| |#1| (|Field|))
-(((|#1| (|SparseUnivariateLaurentSeries| |#1| |#2| |#3|)) . T))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) (((|Fraction| (|Integer|)) |#1|) . T))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|Field|))
+(|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))
+(|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))
+((($) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))))
+(|has| |#1| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+((((|Variable| |#2|)) . T) (((|SparseUnivariateTaylorSeries| |#1| |#2| |#3|)) . T) (($) |has| |#1| (|IntegralDomain|)) (((|SparseUnivariateLaurentSeries| |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (|CommutativeRing|)) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|CharacteristicZero|))
+(|has| |#1| (|CharacteristicNonZero|))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1| (|Fraction| (|Integer|))) . T))
+(((|#1| (|SparseUnivariateLaurentSeries| |#1| |#2| |#3|)) . T))
+(((|#1| (|NonNegativeInteger|)) . T))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(((|#1| (|NonNegativeInteger|)) . T))
-(((|#1| (|NonNegativeInteger|)) . T))
-(|has| |#1| (|IntegralDomain|))
-(|has| |#1| (|IntegralDomain|))
-(((|#1|) . T))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)))
-(|has| |#1| (|CharacteristicZero|))
-(|has| |#1| (|CharacteristicNonZero|))
-((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(((|#1| (|NonNegativeInteger|) (|SingletonAsOrderedSet|)) . T))
((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))))
-((($ (|Variable| |#2|)) . T) (($ (|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))))
((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))))
-((((|NonNegativeInteger|) |#1|) . T) (($ $) . T))
+((($ (|Variable| |#2|)) . T) (($ (|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(((|#1|) . T))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) (((|NonNegativeInteger|) |#1|) . T))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))
(|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))
((($) |has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|))))
+(|has| |#1| (|CommutativeRing|))
((((|OutputForm|)) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (($) . T))
-((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (((|Integer|)) . T))
-(|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|CharacteristicZero|))
+(|has| |#1| (|CharacteristicNonZero|))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1| (|NonNegativeInteger|)) . T))
(((|#1|) . T))
((((|Float|)) . T) (((|Integer|)) . T))
((((|Identifier|)) . T))
((((|Identifier|)) . T) (((|String|)) . T))
((((|Pattern| (|Float|))) . T) (((|Pattern| (|Integer|))) . T) (((|Symbol|)) . T) (((|InputForm|)) . T))
((((|OutputForm|)) . T))
-(((|#1| (|Partition|)) . T))
-(|has| |#1| (|IntegralDomain|))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1|) . T) ((#1=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|IntegralDomain|))
(((|#1|) . T))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)))
+(((|#1|) . T))
+(|has| |#1| (|IntegralDomain|))
+(|has| |#1| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))))
(|has| |#1| (|CharacteristicZero|))
(|has| |#1| (|CharacteristicNonZero|))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((((|OutputForm|)) . T))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-(((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (($) . T))
-((($) |has| |#1| (|IntegralDomain|)) ((|#1|) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) (((|Integer|)) . T))
-((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-(((|#1|) . T))
-(((|#1|) . T) (((|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))))
+(((|#1| (|Partition|)) . T))
(((|#1| (|Partition|)) . T))
((((|OutputForm|)) . T))
((((|Table| (|Symbol|) (|FortranType|))) . T) (((|OutputForm|)) . T))
@@ -3739,20 +3738,20 @@
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
-((((|OutputForm|)) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
+(((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((#1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))))
(((|#1| |#2|) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+(((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))))
(((|#1| |#2|) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|#2|) . T))
-(((#1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
-((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))))
(((|#1| |#2|) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
-(((|#2|) . T) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
+((((|OutputForm|)) . T))
((((|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T))
(((|#1| |#2|) . T))
((((|OutputForm|)) . T))
@@ -3764,387 +3763,385 @@
((((|FileName|) (|String|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#1|) . T))
(|has| |#1| (|SetCategory|))
-(((|#1|) . T))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|SetCategory|))))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
-((($) . T))
-((($ $) . T) (((|Symbol|) $) . T))
-((((|Symbol|)) . T))
-((((|OutputForm|)) . T))
-((($ (|Symbol|)) . T))
-((((|Symbol|)) . T))
-(((|#1| (|IndexedExponents| #1=(|Symbol|)) #1#) . T))
-((($) . T) (((|Integer|)) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T))
-((($) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T))
-(|has| |#1| (|CharacteristicNonZero|))
-(|has| |#1| (|CharacteristicZero|))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) . T) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))))
-(((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1| |#1|) . T) (($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))))
(((|#1|) . T))
-(|has| |#1| (|IntegralDomain|))
-(|has| |#1| (|IntegralDomain|))
-((((|Integer|)) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) |has| |#1| (|IntegralDomain|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) |has| |#1| (|IntegralDomain|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) |has| |#1| (|IntegralDomain|)))
-((((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|#1|) |has| |#1| (|CommutativeRing|)) (($) |has| |#1| (|IntegralDomain|)))
-(((|#1| (|IndexedExponents| (|Symbol|))) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
+(((|#1|) . T))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(((|#1| (|IndexedExponents| #1=(|Symbol|)) #1#) . T))
+((((|Symbol|)) . T))
+((((|Symbol|)) . T))
+((($ (|Symbol|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) (((|Symbol|) $) . T))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(((|#1|) . T))
+((($) . T))
+(|has| |#1| (|IntegralDomain|))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|CharacteristicZero|))
+(|has| |#1| (|CharacteristicNonZero|))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1| (|IndexedExponents| (|Symbol|))) . T))
(((|#1| (|Symbol|)) . T))
(|has| |#1| (|SetCategory|))
(|has| |#1| (|SetCategory|))
(|has| |#1| (|SetCategory|))
-(|has| |#1| (|SetCategory|))
-((((|PrimitiveArray| |#1|)) . T))
((#1=((|OutputForm|)) |has| |#1| (|CoercibleTo| . #1#)) (((|PrimitiveArray| |#1|)) . T))
((((|PrimitiveArray| |#1|)) . T))
+((((|PrimitiveArray| |#1|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
-((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
+(((|#1| (|Integer|)) . T))
+(((|#1|) . T))
+(|has| |#1| (|Field|))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|CommutativeRing|)) (((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) (((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) . T))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
+(|has| |#1| (|Field|))
+(((|#1| (|Integer|) (|SingletonAsOrderedSet|)) . T))
((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
+((((|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
+((((|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
+((($ (|Variable| |#2|)) . T) (($ (|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
+((($) |has| |#1| (|IntegralDomain|)) (((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
-((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
-((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|Evalable| (|UnivariateTaylorSeries| |#1| |#2| |#3|)))))
+((($) |has| |#1| (|IntegralDomain|)) (((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) (((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) (((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
(((#1=(|UnivariateTaylorSeries| |#1| |#2| |#3|) #1#) AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|Evalable| (|UnivariateTaylorSeries| |#1| |#2| |#3|)))) (((|Symbol|) #1#) AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|InnerEvalable| (|Symbol|) (|UnivariateTaylorSeries| |#1| |#2| |#3|)))))
-((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
-(|has| |#1| (|Field|))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-(|has| |#1| (|Field|))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Field|))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
+((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) . T))
+((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
+((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
+((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
(|has| |#1| (|Field|))
+((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|Evalable| (|UnivariateTaylorSeries| |#1| |#2| |#3|)))))
(|has| |#1| (|Field|))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) (((|UnivariateTaylorSeries| |#1| |#2| |#3|) $) AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|Eltable| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|UnivariateTaylorSeries| |#1| |#2| |#3|)))) (((|Integer|) |#1|) . T))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Field|))
-(OR (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialRing|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))
-((($) OR (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialRing|))) (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialSpace|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))))
-(OR (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialRing|))) (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialSpace|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))
((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
-((($ (|Variable| |#2|)) . T) (($ (|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
-((((|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
-((((|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
+(OR (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialRing|))) (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialSpace|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))
+(OR (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialRing|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))
((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)))
+((($) OR (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialRing|))) (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|DifferentialSpace|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))))
+(|has| |#1| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) (((|UnivariateTaylorSeries| |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (|CommutativeRing|)) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(OR (|has| |#1| (|CharacteristicZero|)) (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|CharacteristicZero|))))
(OR (|has| |#1| (|CharacteristicNonZero|)) (AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|CharacteristicNonZero|))))
-((((|OutputForm|)) . T))
-(((|#1|) . T))
-((((|UnivariateTaylorSeries| |#1| |#2| |#3|) $) AND (|has| |#1| (|Field|)) (|has| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|Eltable| (|UnivariateTaylorSeries| |#1| |#2| |#3|) (|UnivariateTaylorSeries| |#1| |#2| |#3|)))) (($ $) . T) (((|Integer|) |#1|) . T))
-(((|#1| (|Integer|) (|SingletonAsOrderedSet|)) . T))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)))
-((($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) ((#1=(|Fraction| (|Integer|)) #1#) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((#2=(|UnivariateTaylorSeries| |#1| |#2| |#3|) #2#) |has| |#1| (|Field|)) ((|#1| |#1|) . T))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) . T))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) . T))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) (((|Integer|)) . T) (($) . T) ((|#1|) . T))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) (($) . T) ((|#1|) . T))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)))
-((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Integer|)) . T) ((|#1|) |has| |#1| (|CommutativeRing|)))
-((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) . T))
-(((|#1| (|Integer|)) . T))
-(((|#1| (|Integer|)) . T))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($ $) |has| |#1| (|CommutativeRing|)) ((#1=(|UnivariateTaylorSeries| |#1| |#2| |#3|) #1#) |has| |#1| (|Field|)) ((|#1| |#1|) . T) ((#2=(|Fraction| (|Integer|)) #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) (((|UnivariateTaylorSeries| |#1| |#2| |#3|)) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1| (|Integer|)) . T))
+(((|#1| (|UnivariateTaylorSeries| |#1| |#2| |#3|)) . T))
+(((|#1| (|Integer|)) . T))
+(((|#1|) . T))
+(|has| |#1| (|Field|))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(((|#1| (|UnivariateTaylorSeries| |#1| |#2| |#3|)) . T))
-(((|#2|) |has| |#1| (|Field|)))
(AND (|has| |#1| (|Field|)) (|has| |#2| (|StepThrough|)))
-(((|#2|) . T) (((|Symbol|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Symbol|)))) (((|Integer|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Integer|)))) (((|Fraction| (|Integer|))) AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Integer|)))))
+((($) OR (|has| |#1| (|CommutativeRing|)) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))) ((|#2|) |has| |#1| (|Field|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) OR (|has| |#1| (|CommutativeRing|)) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))) ((|#2|) |has| |#1| (|Field|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#2|) . T) (((|Symbol|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Symbol|)))) ((#1=(|Integer|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Integer|)))) (((|Fraction| #1#)) AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Integer|)))))
(AND (|has| |#1| (|Field|)) (|has| |#2| (|RealConstant|)))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(((|#2|) |has| |#1| (|Field|)))
+(|has| |#1| (|Field|))
+(((|#1| (|Integer|) (|SingletonAsOrderedSet|)) . T))
(AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
(((|#2|) |has| |#1| (|Field|)))
+((((|Integer|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|PatternMatchable| (|Integer|)))) (((|Float|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|PatternMatchable| (|Float|)))))
+((((|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
+((((|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
+((($ (|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
+(OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedSet|))))
+(OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedSet|))))
(AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|)))
(AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|)))
(AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|)))
-(OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedSet|))))
-(OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedSet|))))
(AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|)))
(AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|)))
(AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|)))
-((((|Float|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|PatternMatchable| (|Float|)))) (((|Integer|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|PatternMatchable| (|Integer|)))))
+((($) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|#2|) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#2|) |has| |#1| (|Field|)) (((|Integer|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|)))))
+((($) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|#2|) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#2|) |has| |#1| (|Field|)) ((|#1|) . T) ((#1=(|Integer|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|)))) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#2|) |has| |#1| (|Field|)) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|)))
+(((|#2| |#2|) AND (|has| |#1| (|Field|)) (|has| |#2| (|Evalable| |#2|))) (((|Symbol|) |#2|) AND (|has| |#1| (|Field|)) (|has| |#2| (|InnerEvalable| (|Symbol|) |#2|))))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|Field|))
+(((|#2|) |has| |#1| (|Field|)) ((|#1|) . T))
(((|#2|) |has| |#1| (|Field|)))
-((((|Integer|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|)))) ((|#2|) |has| |#1| (|Field|)))
(((|#2|) |has| |#1| (|Field|)))
-(((|#2|) AND (|has| |#1| (|Field|)) (|has| |#2| (|Evalable| |#2|))))
-(((|#2| |#2|) AND (|has| |#1| (|Field|)) (|has| |#2| (|Evalable| |#2|))) (((|Symbol|) |#2|) AND (|has| |#1| (|Field|)) (|has| |#2| (|InnerEvalable| (|Symbol|) |#2|))))
(((|#2|) |has| |#1| (|Field|)))
(|has| |#1| (|Field|))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-(|has| |#1| (|Field|))
-(|has| |#1| (|Field|))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-(|has| |#1| (|Field|))
+(((|#2|) AND (|has| |#1| (|Field|)) (|has| |#2| (|Evalable| |#2|))))
(|has| |#1| (|Field|))
+(OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|)))
+((($ $) . T) ((|#2| $) AND (|has| |#1| (|Field|)) (|has| |#2| (|Eltable| |#2| |#2|))) (((|Integer|) |#1|) . T))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Field|))
-(OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialRing|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))
-((($) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialRing|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialSpace|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))))
-(OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialRing|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialSpace|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))
(((|#2|) |has| |#1| (|Field|)))
-((($ (|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
-((((|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
-((((|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))))
+(OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialRing|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialSpace|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))
+(OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialRing|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))
(((|#2|) |has| |#1| (|Field|)))
-((((|DoubleFloat|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|RealConstant|))) (((|Float|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|RealConstant|))) (((|Pattern| (|Float|))) AND (|has| |#1| (|Field|)) (|has| |#2| (|ConvertibleTo| (|Pattern| (|Float|))))) (((|Pattern| (|Integer|))) AND (|has| |#1| (|Field|)) (|has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|))))) (((|InputForm|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|ConvertibleTo| (|InputForm|)))))
+((($) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialRing|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialSpace|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))))
+((((|Pattern| (|Integer|))) AND (|has| |#1| (|Field|)) (|has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|))))) (((|Pattern| #1=(|Float|))) AND (|has| |#1| (|Field|)) (|has| |#2| (|ConvertibleTo| (|Pattern| (|Float|))))) (((|InputForm|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|ConvertibleTo| (|InputForm|)))) ((#1#) AND (|has| |#1| (|Field|)) (|has| |#2| (|RealConstant|))) (((|DoubleFloat|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|RealConstant|))))
+(OR (|has| |#1| (|CommutativeRing|)) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|))))
+((((|OutputForm|)) . T))
+((($) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|#2|) . T) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Symbol|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Symbol|)))) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Integer|))))))
(OR (|has| |#1| (|CharacteristicZero|)) (AND (|has| |#1| (|Field|)) (|has| |#2| (|CharacteristicZero|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))))
(OR (|has| |#1| (|CharacteristicNonZero|)) (AND (|has| |#1| (|Field|)) (|has| |#2| (|CharacteristicNonZero|))))
-((((|OutputForm|)) . T))
-(((|#1|) . T))
-(((|#2| $) AND (|has| |#1| (|Field|)) (|has| |#2| (|Eltable| |#2| |#2|))) (($ $) . T) (((|Integer|) |#1|) . T))
-(((|#1| (|Integer|) (|SingletonAsOrderedSet|)) . T))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) ((|#2|) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)))
-((($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) ((#1=(|Fraction| (|Integer|)) #1#) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|#2| |#2|) |has| |#1| (|Field|)) ((|#1| |#1|) . T))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|#2|) |has| |#1| (|Field|)) ((|#1|) . T))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|#2|) |has| |#1| (|Field|)) ((|#1|) . T))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|#2|) |has| |#1| (|Field|)) (((|Integer|)) . T) (($) . T) ((|#1|) . T))
-((((|Integer|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|)))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|#2|) |has| |#1| (|Field|)) (($) . T) ((|#1|) . T))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) ((|#2|) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)))
-((((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) ((|#2|) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)))
-(((|#2|) . T) (((|Symbol|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Symbol|)))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Integer|)) . T) ((|#1|) |has| |#1| (|CommutativeRing|)))
-(((|#2|) |has| |#1| (|Field|)) ((|#1|) . T))
-(((|#1| (|Integer|)) . T))
-(((|#1| (|Integer|)) . T))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($ $) OR (|has| |#1| (|CommutativeRing|)) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))) ((|#2| |#2|) |has| |#1| (|Field|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|#2|) |has| |#1| (|Field|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1| (|Integer|)) . T))
(((|#1| |#2|) . T))
(((|#1| (|Stream| |#1|)) |has| |#1| (|OrderedRing|)))
(|has| |#1| (|SetCategory|))
-(|has| |#1| (|SetCategory|))
-(|has| |#1| (|SetCategory|))
((((|OutputForm|)) |has| |#1| (|SetCategory|)))
(|has| |#1| (|SetCategory|))
+(|has| |#1| (|SetCategory|))
(((|#1|) . T))
(((|#1|) . T))
-(((|#2|) . T))
-(((|#2|) . T))
-((($) . T))
-((((|OutputForm|)) . T))
-((((|Fraction| $) (|Fraction| $)) |has| |#2| (|IntegralDomain|)) (($ $) . T) ((|#2| |#2|) . T))
-(|has| |#2| (|Field|))
-(OR (|has| |#2| (|Field|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#2| (|Field|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-(OR (|has| |#2| (|Field|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))
-(|has| |#2| (|Field|))
-(((|#2| (|NonNegativeInteger|) (|SingletonAsOrderedSet|)) . T))
(|has| |#2| (|PolynomialFactorizationExplicit|))
+(|has| |#2| (|StepThrough|))
+((($) |has| |#2| (|CommutativeRing|)) ((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#2| (|CommutativeRing|)) ((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#2|) . T) (((|SingletonAsOrderedSet|)) . T) ((#1=(|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) (((|Fraction| #1#)) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
+(|has| |#2| (|Field|))
(|has| |#2| (|PolynomialFactorizationExplicit|))
+(((|#2| (|NonNegativeInteger|) (|SingletonAsOrderedSet|)) . T))
((((|Symbol|)) OR (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))) (((|SingletonAsOrderedSet|)) . T))
-((($ (|Symbol|)) OR (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))) (($ (|SingletonAsOrderedSet|)) . T))
((((|Symbol|)) |has| |#2| (|PartialDifferentialRing| (|Symbol|))) (((|SingletonAsOrderedSet|)) . T))
-((((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) ((|#2|) . T))
+((($ (|Symbol|)) OR (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))) (($ (|SingletonAsOrderedSet|)) . T))
+((($) |has| |#2| (|IntegralDomain|)) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#2|) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))))
+((($) |has| |#2| (|IntegralDomain|)) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#2|) . T) ((#1=(|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (((|Fraction| #1#)) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#2|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#2| (|IntegralDomain|))
+((($ $) . T) ((#1=(|SingletonAsOrderedSet|) $) . T) ((#1# |#2|) . T))
+(|has| |#2| (|GcdDomain|))
+(((|#2|) . T))
+(((|#2|) . T))
(((|#2|) . T))
(((|#2| (|NonNegativeInteger|)) . T))
+((($) . T))
+(|has| |#2| (|Field|))
+(|has| |#2| (|IntegralDomain|))
+((($ $) . T) ((|#2| |#2|) . T) ((#1=(|Fraction| $) #1#) |has| |#2| (|IntegralDomain|)))
+(((|#2|) . T))
(((|#2|) . T))
+((($) . T))
+(|has| |#2| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+((((|Variable| |#1|)) . T) (($) |has| |#2| (|IntegralDomain|)) ((|#2|) . T) (((|SingletonAsOrderedSet|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) OR (|has| |#2| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|))))))
(|has| |#2| (|CharacteristicZero|))
(|has| |#2| (|CharacteristicNonZero|))
-((((|Variable| |#1|)) . T) (((|Integer|)) . T) (($) OR (|has| |#2| (|Field|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) (((|SingletonAsOrderedSet|)) . T) ((|#2|) . T) (((|Fraction| (|Integer|))) OR (|has| |#2| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|))))))
-((($) OR (|has| |#2| (|Field|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#2| (|Field|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
-((($) . T) (((|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) ((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
-((((|Integer|)) . T) (($) . T) ((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) ((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) ((|#2|) . T) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
-((($ $) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|Field|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) ((|#2| |#2|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#2| (|Field|)) (|has| |#2| (|GcdDomain|)) (|has| |#2| (|IntegralDomain|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
-(((|#2|) . T))
-((((|SingletonAsOrderedSet|)) . T) ((|#2|) . T) (((|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) (((|Fraction| (|Integer|))) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))))
+((($ $) |has| |#2| (|CommutativeRing|)) ((|#2| |#2|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#2| (|IntegralDomain|)) ((|#2|) |has| |#2| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#2| (|Algebra| (|Fraction| (|Integer|)))))
(((|#2| (|NonNegativeInteger|)) . T))
-(((#1=(|SingletonAsOrderedSet|) |#2|) . T) ((#1# $) . T) (($ $) . T))
-((($) . T))
-(|has| |#2| (|StepThrough|))
(((|#2|) . T))
-((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) . T) (((|UnivariateLaurentSeries| |#1| |#2| |#3|)) . T))
-(((|#1|) . T))
-(|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))
-((($) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))))
-(|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))
-((($ $) . T) (((|Fraction| (|Integer|)) |#1|) . T))
-((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
-((($ (|Variable| |#2|)) . T) (($ (|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
-((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
-(((|#1| (|Fraction| (|Integer|)) (|SingletonAsOrderedSet|)) . T))
-(|has| |#1| (|CharacteristicNonZero|))
-(|has| |#1| (|CharacteristicZero|))
(((|#1|) . T))
(((|#1| (|Fraction| (|Integer|))) . T))
-(((|#1| (|Fraction| (|Integer|))) . T))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|Field|))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((((|UnivariateTaylorSeries| |#1| |#2| |#3|)) . T) (((|UnivariateLaurentSeries| |#1| |#2| |#3|)) . T))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Field|))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-((((|OutputForm|)) . T))
-(((|#1|) . T) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))))
-(((|#1|) . T) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))))
-(((|#1| |#1|) . T) (($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) ((#1=(|Fraction| (|Integer|)) #1#) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))))
-(((|#1|) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) . T))
-(|has| |#1| (|Field|))
+(((|#1| (|Fraction| (|Integer|)) (|SingletonAsOrderedSet|)) . T))
+((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
+((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
+((($ (|Variable| |#2|)) . T) (($ (|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Field|))
-(((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))))
-(((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))))
-(((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))))
-((((|Variable| |#2|)) . T) (((|UnivariateTaylorSeries| |#1| |#2| |#3|)) . T) (((|UnivariateLaurentSeries| |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (((|Integer|)) . T) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
+(((|#1|) . T))
(|has| |#1| (|Field|))
(|has| |#1| (|Field|))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) (((|Fraction| (|Integer|)) |#1|) . T))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Field|))
-(((|#1| (|UnivariateLaurentSeries| |#1| |#2| |#3|)) . T))
-(((|#2|) . T))
-(((|#1|) . T))
(|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))
-((($) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))))
(|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))
-((($ $) . T) (((|Fraction| (|Integer|)) |#1|) . T))
-((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
-((($ (|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
-((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
-(((|#1| (|Fraction| (|Integer|)) (|SingletonAsOrderedSet|)) . T))
-(|has| |#1| (|CharacteristicNonZero|))
+((($) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))))
+(|has| |#1| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+((((|Variable| |#2|)) . T) (((|UnivariateTaylorSeries| |#1| |#2| |#3|)) . T) (($) |has| |#1| (|IntegralDomain|)) (((|UnivariateLaurentSeries| |#1| |#2| |#3|)) . T) ((|#1|) |has| |#1| (|CommutativeRing|)) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|CharacteristicZero|))
-(((|#1|) . T))
-(((|#1| (|Fraction| (|Integer|))) . T))
-(((|#1| (|Fraction| (|Integer|))) . T))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|CharacteristicNonZero|))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1| (|Fraction| (|Integer|))) . T))
+(((|#1| (|UnivariateLaurentSeries| |#1| |#2| |#3|)) . T))
+(((|#1|) . T))
+(((|#1| (|Fraction| (|Integer|))) . T))
+(|has| |#1| (|Field|))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#2|) . T))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Field|))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-((((|OutputForm|)) . T))
-(((|#1|) . T) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))))
-(((|#1|) . T) (($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))))
-(((|#1| |#1|) . T) (($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))) ((#1=(|Fraction| (|Integer|)) #1#) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))))
-(((|#1|) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) . T))
-(|has| |#1| (|Field|))
+(((|#1| (|Fraction| (|Integer|)) (|SingletonAsOrderedSet|)) . T))
+((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
+((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
+((($ (|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Field|))
-(((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))))
-(((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))))
-(((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))))
-(((|#2|) . T) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) (((|Integer|)) . T) (($) OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|))))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
-(OR (|has| |#1| (|Field|)) (|has| |#1| (|IntegralDomain|)))
+(((|#1|) . T))
(|has| |#1| (|Field|))
(|has| |#1| (|Field|))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) (((|Fraction| (|Integer|)) |#1|) . T))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Field|))
+(|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))
+(|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))
+((($) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))))
+(|has| |#1| (|CommutativeRing|))
+((((|OutputForm|)) . T))
+((($) |has| |#1| (|IntegralDomain|)) ((|#2|) . T) ((|#1|) |has| |#1| (|CommutativeRing|)) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|CharacteristicZero|))
+(|has| |#1| (|CharacteristicNonZero|))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1| (|Fraction| (|Integer|))) . T))
(((|#1| |#2|) . T))
-((((|UnivariatePuiseuxSeries| |#2| |#3| |#4|) (|ExponentialOfUnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T))
+((($) . T) ((#1=(|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T) (((|Fraction| (|Integer|))) |has| #1# (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((#1=(|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T) (((|Fraction| (|Integer|))) |has| #1# (|Algebra| (|Fraction| (|Integer|)))))
((((|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T))
-(|has| (|UnivariatePuiseuxSeries| |#2| |#3| |#4|) (|CharacteristicZero|))
-(|has| (|UnivariatePuiseuxSeries| |#2| |#3| |#4|) (|CharacteristicNonZero|))
((($) . T) ((#1=(|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) |has| #1# (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| #1# (|Algebra| (|Fraction| (|Integer|)))))
((($) . T) ((#1=(|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) |has| #1# (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| #1# (|Algebra| (|Fraction| (|Integer|)))))
-((((|OutputForm|)) . T))
-((($) . T) ((#1=(|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T) (((|Fraction| (|Integer|))) |has| #1# (|Algebra| (|Fraction| (|Integer|)))))
((($) . T) ((#1=(|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T) (((|Fraction| (|Integer|))) |has| #1# (|Algebra| (|Fraction| (|Integer|)))))
-((($ $) . T) ((#1=(|UnivariatePuiseuxSeries| |#2| |#3| |#4|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) |has| #1# (|Algebra| (|Fraction| (|Integer|)))))
-(((#1=(|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T) (((|Fraction| (|Integer|))) |has| #1# (|Algebra| (|Fraction| (|Integer|)))) (((|Integer|)) . T) (($) . T))
-(((#1=(|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T) (((|Fraction| (|Integer|))) |has| #1# (|Algebra| (|Fraction| (|Integer|)))) (($) . T))
-((($) . T) (((|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T) (((|Fraction| (|Integer|))) |has| (|UnivariatePuiseuxSeries| |#2| |#3| |#4|) (|Algebra| (|Fraction| (|Integer|)))) (((|Integer|)) . T))
-((($) . T) ((#1=(|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) |has| #1# (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| #1# (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((#1=(|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T) ((#2=(|Integer|)) . T) (((|Fraction| #2#)) |has| #1# (|Algebra| (|Fraction| (|Integer|)))))
((((|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T))
((((|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T))
+((((|OutputForm|)) . T))
+((($) . T) (((|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| (|UnivariatePuiseuxSeries| |#2| |#3| |#4|) (|Algebra| (|Fraction| (|Integer|)))))
+(|has| (|UnivariatePuiseuxSeries| |#2| |#3| |#4|) (|CharacteristicZero|))
+(|has| (|UnivariatePuiseuxSeries| |#2| |#3| |#4|) (|CharacteristicNonZero|))
+((($ $) . T) ((#1=(|UnivariatePuiseuxSeries| |#2| |#3| |#4|) #1#) . T) ((#2=(|Fraction| (|Integer|)) #2#) |has| #1# (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((#1=(|UnivariatePuiseuxSeries| |#2| |#3| |#4|)) |has| #1# (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| #1# (|Algebra| (|Fraction| (|Integer|)))))
((((|UnivariatePuiseuxSeries| |#2| |#3| |#4|) (|ExponentialOfUnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T))
+((((|UnivariatePuiseuxSeries| |#2| |#3| |#4|) (|ExponentialOfUnivariatePuiseuxSeries| |#2| |#3| |#4|)) . T))
+(((|#1| (|NonNegativeInteger|)) . T))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|CommutativeRing|)) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
-(((|#1| (|NonNegativeInteger|)) . T))
-(((|#1| (|NonNegativeInteger|)) . T))
-(|has| |#1| (|IntegralDomain|))
-(|has| |#1| (|IntegralDomain|))
-(((|#1|) . T))
-(OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|)))
-(|has| |#1| (|CharacteristicZero|))
-(|has| |#1| (|CharacteristicNonZero|))
-((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($ $) OR (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|IntegralDomain|))) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
-((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
(((|#1| (|NonNegativeInteger|) (|SingletonAsOrderedSet|)) . T))
((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))))
-((($ (|Variable| |#2|)) . T) (($ (|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))))
((((|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))))
-((((|NonNegativeInteger|) |#1|) . T) (($ $) . T))
+((($ (|Variable| |#2|)) . T) (($ (|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+((($) . T) ((|#1|) . T) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|IntegralDomain|))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(((|#1|) . T))
+(|has| |#1| (|IntegralDomain|))
+((($ $) . T) (((|NonNegativeInteger|) |#1|) . T))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))
(|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))
((($) |has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|))))
+(|has| |#1| (|CommutativeRing|))
((((|OutputForm|)) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (((|Integer|)) . T) (($) . T))
-(((|#1|) . T) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (($) . T))
-((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (((|Integer|)) . T))
-(|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) ((#1=(|Integer|)) . T) (((|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|CharacteristicZero|))
+(|has| |#1| (|CharacteristicNonZero|))
+((($ $) |has| |#1| (|CommutativeRing|)) ((|#1| |#1|) . T) ((#1=(|Fraction| (|Integer|)) #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+(|has| |#1| (|Algebra| (|Fraction| (|Integer|))))
+((($) |has| |#1| (|IntegralDomain|)) ((|#1|) |has| |#1| (|CommutativeRing|)) (((|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))))
+(((|#1| (|NonNegativeInteger|)) . T))
(((|#1|) . T))
((((|Symbol|)) . T) (((|OutputForm|)) . T))
(((|#1|) . T))
+(|has| |#1| (|SetCategory|))
+(|has| |#1| (|OrderedSet|))
+(|has| |#1| (|OrderedSet|))
(((|#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|BasicType|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
-((((|OutputForm|)) OR (|has| |#1| (|CoercibleTo| (|OutputForm|))) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|))))
-(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
(((|#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
+((((|Integer|) |#1|) . T))
(((|#1|) . T))
-(OR (|has| |#1| (|OrderedSet|)) (|has| |#1| (|SetCategory|)))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))))
((((|Integer|) |#1|) . T))
-((((|Integer|) |#1|) . T))
-((((|Integer|) |#1|) . T) (((|UniversalSegment| (|Integer|)) $) . T))
+((((|UniversalSegment| #1=(|Integer|)) $) . T) ((#1# |#1|) . T))
((((|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))))
(((|#1|) . T))
-(|has| |#1| (|OrderedSet|))
-(|has| |#1| (|OrderedSet|))
-(((|#1|) . T))
+((((|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))))
+(|has| |#1| (|BasicType|))
(((|#1|) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|OutputForm|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
((((|Syntax|)) . T))
-((((|OutputForm|)) . T) (((|Syntax|)) . T))
+((((|Syntax|)) . T) (((|OutputForm|)) . T))
((((|Syntax|)) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)))
(((|#1|) |has| |#1| (|CommutativeRing|)))
@@ -4153,106 +4150,106 @@
(((|#1| |#1|) |has| |#1| (|CommutativeRing|)))
(((|#1|) |has| |#1| (|CommutativeRing|)))
(((|#4|) . T))
-(((|#1|) |has| |#1| (|CommutativeRing|)) ((|#4|) . T) (((|Integer|)) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)) (($) . T))
-(((|#4|) . T) (((|OutputForm|)) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)) (($) . T) (((|Integer|)) . T))
+(((|#4|) . T) (((|OutputForm|)) . T))
+(((|#1|) |has| |#1| (|CommutativeRing|)) ((|#4|) . T) (((|Integer|)) . T))
+(((|#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
+(((|#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
(((|#4|) . T))
-((((|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))))
(((|#4|) . T))
(((|#4|) . T))
-(((|#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
(((|#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))))
+((((|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))))
(((|#4|) . T))
((((|OutputForm|)) . T) (((|List| |#4|)) . T))
-(((|#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2|) . T))
-(((|#2|) |has| |#2| (|CommutativeRing|)))
(((|#2|) . T))
+(((|#2|) |has| |#2| (|CommutativeRing|)))
(((|#1| |#2|) . T))
-(((|#2| |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((|OutputForm|)) . T))
-((($) . T) (((|Integer|)) . T) ((|#2|) . T))
-((($) . T) ((|#2|) . T))
-(((|#2|) . T))
+((((|OrderedFreeMonoid| |#1|)) . T))
(((|#2|) |has| |#2| (|CommutativeRing|)))
(((|#2|) |has| |#2| (|CommutativeRing|)))
-((((|OrderedFreeMonoid| |#1|)) . T))
+((($) . T) ((|#2|) . T))
+((($) . T) ((|#2|) . T) (((|Integer|)) . T))
+(((|#2|) . T))
+((((|OutputForm|)) . T))
(((|#2|) . T) (((|Integer|)) . T) (((|OrderedFreeMonoid| |#1|)) . T))
+(((|#2| |#2|) . T))
(((|#2| (|OrderedFreeMonoid| |#1|)) . T))
(((|#2| (|PoincareBirkhoffWittLyndonBasis| |#1|)) . T))
(((|#1| |#2|) . T))
-(((|#2|) |has| |#2| (|CommutativeRing|)))
-(((|#2| |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
+(((|#2|) . T))
+((((|PoincareBirkhoffWittLyndonBasis| |#1|)) . T) (((|OrderedFreeMonoid| |#1|)) . T))
(((|#2|) |has| |#2| (|CommutativeRing|)))
(((|#2|) |has| |#2| (|CommutativeRing|)))
+((($) . T) ((|#2|) . T))
+((($) . T) ((|#2|) . T) (((|Integer|)) . T))
(((|#2|) . T))
-(((|#2|) . T) (($) . T))
((((|XRecursivePolynomial| |#1| |#2|)) . T) (((|XDistributedPolynomial| |#1| |#2|)) . T) (((|OutputForm|)) . T))
-(((|#2|) . T) (($) . T) (((|Integer|)) . T))
-((((|PoincareBirkhoffWittLyndonBasis| |#1|)) . T) ((|#2|) . T) (((|Integer|)) . T) (((|OrderedFreeMonoid| |#1|)) . T))
-((((|PoincareBirkhoffWittLyndonBasis| |#1|)) . T) (((|OrderedFreeMonoid| |#1|)) . T))
-(((|#2|) . T))
+((((|PoincareBirkhoffWittLyndonBasis| |#1|)) . T) ((|#2|) . T) (((|OrderedFreeMonoid| |#1|)) . T) (((|Integer|)) . T))
+(((|#2| |#2|) . T))
+(((|#2|) |has| |#2| (|CommutativeRing|)))
(((|#1| |#2|) . T))
((((|Symbol|) |#1|) . T))
-(((|#1|) |has| |#1| (|CommutativeRing|)))
-(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
+(((|#1|) . T))
+((((|OrderedFreeMonoid| (|Symbol|))) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)))
(((|#1|) |has| |#1| (|CommutativeRing|)))
+((($) . T) ((|#1|) . T))
+((($) . T) ((|#1|) . T) (((|Integer|)) . T))
(((|#1|) . T))
-(((|#1|) . T) (($) . T))
((((|OutputForm|)) . T))
-(((|#1|) . T) (($) . T) (((|Integer|)) . T))
-(((|#1|) . T) (((|Integer|)) . T) (((|OrderedFreeMonoid| (|Symbol|))) . T))
-((((|OrderedFreeMonoid| (|Symbol|))) . T))
-(((|#1|) . T))
+(((|#1|) . T) (((|OrderedFreeMonoid| (|Symbol|))) . T) (((|Integer|)) . T))
+(((|#1| |#1|) . T))
+(((|#1|) |has| |#1| (|CommutativeRing|)))
((((|Symbol|) |#1|) . T))
-(((|#1|) . T))
(((|#2|) . T))
+(((|#1|) . T))
(((|#1| |#2|) . T))
-(((|#1|) |has| |#1| (|CommutativeRing|)))
-(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) |has| |#1| (|CommutativeRing|)))
(((|#1|) |has| |#1| (|CommutativeRing|)))
+(((|#1| |#1|) . T))
+(((|#1|) |has| |#1| (|CommutativeRing|)))
(((|#1|) . T))
-(((|#2|) . T) ((|#1|) . T) (((|Integer|)) . T))
(((|#1|) . T) (($) . T))
-((((|OutputForm|)) . T))
(((|#1|) . T) (($) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
+(((|#2|) . T) ((|#1|) . T) (((|Integer|)) . T))
(((|#1| |#2|) . T))
-(((|#2|) |has| |#2| (|CommutativeRing|)))
-(((|#2| |#2|) . T))
(((|#2|) . T))
(((|#2|) . T))
+(((|#2|) . T))
+((((|OrderedFreeMonoid| |#1|)) . T))
(((|#2|) |has| |#2| (|CommutativeRing|)))
(((|#2|) |has| |#2| (|CommutativeRing|)))
+((($) . T) ((|#2|) . T))
+((($) . T) ((|#2|) . T) (((|Integer|)) . T))
(((|#2|) . T))
-(((|#2|) . T) (($) . T))
((((|OutputForm|)) . T))
-(((|#2|) . T) (($) . T) (((|Integer|)) . T))
-(((|#2|) . T) (((|Integer|)) . T) (((|OrderedFreeMonoid| |#1|)) . T))
-((((|OrderedFreeMonoid| |#1|)) . T))
-(((|#2|) . T))
+(((|#2|) . T) (((|OrderedFreeMonoid| |#1|)) . T) (((|Integer|)) . T))
+(((|#2| |#2|) . T))
+(((|#2|) |has| |#2| (|CommutativeRing|)))
(((|#1| |#2|) . T))
((((|Partition|)) . T))
((((|Partition|)) . T))
((((|Partition|)) . T) (((|OutputForm|)) . T))
((((|Integer|)) . T))
-((($ $) . T))
((($) . T))
((($) . T))
-((((|OutputForm|)) . T))
-((((|Integer|)) . T) (($) . T))
((($) . T))
+((($) . T) (((|Integer|)) . T))
+((((|OutputForm|)) . T))
((((|Integer|)) . T))
-(((|IntegerMod| . |CommutativeRing|) T) ((|IntegerMod| . |CoercibleFrom|) 283961) ((|IntegerMod| . |Rng|) T) ((|IntegerMod| . |SemiGroup|) T) ((|IntegerMod| . |SemiRing|) T) ((|IntegerMod| . |Monoid|) T) ((|IntegerMod| . |Ring|) T) ((|IntegerMod| . |LeftModule|) 283948) ((|IntegerMod| . |LeftLinearSet|) 283915) ((|IntegerMod| . |CancellationAbelianMonoid|) T) ((|IntegerMod| . |AbelianSemiGroup|) T) ((|IntegerMod| . |BasicType|) T) ((|IntegerMod| . |Join|) T) ((|IntegerMod| . |Type|) T) ((|IntegerMod| . |CoercibleTo|) 283889) ((|IntegerMod| . |SetCategory|) T) ((|IntegerMod| . |AbelianMonoid|) T) ((|IntegerMod| . |AbelianGroup|) T) ((|IntegerMod| . |RightModule|) 283876) ((|IntegerMod| . |RightLinearSet|) 283863) ((|IntegerMod| . |BiModule|) 283848) ((|IntegerMod| . |Finite|) T) ((|IntegerMod| . |ConvertibleTo|) 283825) ((|IntegerMod| . |StepThrough|) T) ((|YoungDiagram| . |SetCategory|) T) ((|YoungDiagram| . |CoercibleTo|) 283777) ((|YoungDiagram| . |Type|) T) ((|YoungDiagram| . |Join|) T) ((|YoungDiagram| . |BasicType|) T) ((|YoungDiagram| . |HomotopicTo|) 283752) ((|YoungDiagram| . |CoercibleFrom|) 283727) ((|XRecursivePolynomial| . |XPolynomialsCat|) 283706) ((|XRecursivePolynomial| . |Functorial|) 283690) ((|XRecursivePolynomial| . |Join|) T) ((|XRecursivePolynomial| . |Type|) T) ((|XRecursivePolynomial| . |RetractableTo|) 283652) ((|XRecursivePolynomial| . |CoercibleFrom|) 283581) ((|XRecursivePolynomial| . |Ring|) T) ((|XRecursivePolynomial| . |Monoid|) T) ((|XRecursivePolynomial| . |SemiRing|) T) ((|XRecursivePolynomial| . |SemiGroup|) T) ((|XRecursivePolynomial| . |Rng|) T) ((|XRecursivePolynomial| . |AbelianGroup|) T) ((|XRecursivePolynomial| . |LeftLinearSet|) 283535) ((|XRecursivePolynomial| . |AbelianMonoid|) T) ((|XRecursivePolynomial| . |SetCategory|) T) ((|XRecursivePolynomial| . |CoercibleTo|) 283509) ((|XRecursivePolynomial| . |BasicType|) T) ((|XRecursivePolynomial| . |AbelianSemiGroup|) T) ((|XRecursivePolynomial| . |CancellationAbelianMonoid|) T) ((|XRecursivePolynomial| . |LeftModule|) 283483) ((|XRecursivePolynomial| . |XAlgebra|) 283467) ((|XRecursivePolynomial| . |Module|) 283424) ((|XRecursivePolynomial| . |LinearSet|) 283381) ((|XRecursivePolynomial| . |RightModule|) 283365) ((|XRecursivePolynomial| . |RightLinearSet|) 283349) ((|XRecursivePolynomial| . |BiModule|) 283328) ((|XRecursivePolynomial| . |Algebra|) 283285) ((|XRecursivePolynomial| . |XFreeAlgebra|) 283264) ((|XPolynomialRing| . |Ring|) T) ((|XPolynomialRing| . |Monoid|) T) ((|XPolynomialRing| . |SemiRing|) T) ((|XPolynomialRing| . |SemiGroup|) T) ((|XPolynomialRing| . |Rng|) T) ((|XPolynomialRing| . |AbelianGroup|) T) ((|XPolynomialRing| . |LeftLinearSet|) 283218) ((|XPolynomialRing| . |AbelianMonoid|) T) ((|XPolynomialRing| . |SetCategory|) T) ((|XPolynomialRing| . |CoercibleTo|) 283192) ((|XPolynomialRing| . |Type|) T) ((|XPolynomialRing| . |Join|) T) ((|XPolynomialRing| . |BasicType|) T) ((|XPolynomialRing| . |AbelianSemiGroup|) T) ((|XPolynomialRing| . |CancellationAbelianMonoid|) T) ((|XPolynomialRing| . |LeftModule|) 283166) ((|XPolynomialRing| . |CoercibleFrom|) 283117) ((|XPolynomialRing| . |XAlgebra|) 283101) ((|XPolynomialRing| . |Module|) 283058) ((|XPolynomialRing| . |LinearSet|) 283015) ((|XPolynomialRing| . |RightModule|) 282999) ((|XPolynomialRing| . |RightLinearSet|) 282983) ((|XPolynomialRing| . |BiModule|) 282962) ((|XPolynomialRing| . |Algebra|) 282919) ((|XPolynomialRing| . |FreeModuleCat|) 282898) ((|XPolynomialRing| . |RetractableTo|) 282882) ((|XPolynomialRing| . |Functorial|) 282866) ((|XPolynomial| . |XPolynomialsCat|) 282839) ((|XPolynomial| . |Functorial|) 282823) ((|XPolynomial| . |Join|) T) ((|XPolynomial| . |Type|) T) ((|XPolynomial| . |RetractableTo|) 282779) ((|XPolynomial| . |CoercibleFrom|) 282702) ((|XPolynomial| . |Ring|) T) ((|XPolynomial| . |Monoid|) T) ((|XPolynomial| . |SemiRing|) T) ((|XPolynomial| . |SemiGroup|) T) ((|XPolynomial| . |Rng|) T) ((|XPolynomial| . |AbelianGroup|) T) ((|XPolynomial| . |LeftLinearSet|) 282656) ((|XPolynomial| . |AbelianMonoid|) T) ((|XPolynomial| . |SetCategory|) T) ((|XPolynomial| . |CoercibleTo|) 282630) ((|XPolynomial| . |BasicType|) T) ((|XPolynomial| . |AbelianSemiGroup|) T) ((|XPolynomial| . |CancellationAbelianMonoid|) T) ((|XPolynomial| . |LeftModule|) 282604) ((|XPolynomial| . |XAlgebra|) 282588) ((|XPolynomial| . |Module|) 282545) ((|XPolynomial| . |LinearSet|) 282502) ((|XPolynomial| . |RightModule|) 282486) ((|XPolynomial| . |RightLinearSet|) 282470) ((|XPolynomial| . |BiModule|) 282449) ((|XPolynomial| . |Algebra|) 282406) ((|XPolynomial| . |XFreeAlgebra|) 282379) ((|XPBWPolynomial| . |XPolynomialsCat|) 282358) ((|XPBWPolynomial| . |Functorial|) 282342) ((|XPBWPolynomial| . |Join|) T) ((|XPBWPolynomial| . |Type|) T) ((|XPBWPolynomial| . |RetractableTo|) 282255) ((|XPBWPolynomial| . |CoercibleFrom|) 282135) ((|XPBWPolynomial| . |Ring|) T) ((|XPBWPolynomial| . |Monoid|) T) ((|XPBWPolynomial| . |SemiRing|) T) ((|XPBWPolynomial| . |SemiGroup|) T) ((|XPBWPolynomial| . |Rng|) T) ((|XPBWPolynomial| . |AbelianGroup|) T) ((|XPBWPolynomial| . |LeftLinearSet|) 282089) ((|XPBWPolynomial| . |AbelianMonoid|) T) ((|XPBWPolynomial| . |SetCategory|) T) ((|XPBWPolynomial| . |CoercibleTo|) 281975) ((|XPBWPolynomial| . |BasicType|) T) ((|XPBWPolynomial| . |AbelianSemiGroup|) T) ((|XPBWPolynomial| . |CancellationAbelianMonoid|) T) ((|XPBWPolynomial| . |LeftModule|) 281949) ((|XPBWPolynomial| . |XAlgebra|) 281933) ((|XPBWPolynomial| . |Module|) 281890) ((|XPBWPolynomial| . |LinearSet|) 281847) ((|XPBWPolynomial| . |RightModule|) 281831) ((|XPBWPolynomial| . |RightLinearSet|) 281815) ((|XPBWPolynomial| . |BiModule|) 281794) ((|XPBWPolynomial| . |Algebra|) 281751) ((|XPBWPolynomial| . |XFreeAlgebra|) 281730) ((|XPBWPolynomial| . |FreeModuleCat|) 281673) ((|XDistributedPolynomial| . |FreeModuleCat|) 281630) ((|XDistributedPolynomial| . |CoercibleFrom|) 281559) ((|XDistributedPolynomial| . |RetractableTo|) 281521) ((|XDistributedPolynomial| . |LinearSet|) 281478) ((|XDistributedPolynomial| . |Module|) 281435) ((|XDistributedPolynomial| . |Functorial|) 281419) ((|XDistributedPolynomial| . |LeftModule|) 281393) ((|XDistributedPolynomial| . |LeftLinearSet|) 281347) ((|XDistributedPolynomial| . |CancellationAbelianMonoid|) T) ((|XDistributedPolynomial| . |AbelianSemiGroup|) T) ((|XDistributedPolynomial| . |BasicType|) T) ((|XDistributedPolynomial| . |Join|) T) ((|XDistributedPolynomial| . |Type|) T) ((|XDistributedPolynomial| . |CoercibleTo|) 281321) ((|XDistributedPolynomial| . |SetCategory|) T) ((|XDistributedPolynomial| . |AbelianMonoid|) T) ((|XDistributedPolynomial| . |AbelianGroup|) T) ((|XDistributedPolynomial| . |RightModule|) 281305) ((|XDistributedPolynomial| . |RightLinearSet|) 281289) ((|XDistributedPolynomial| . |BiModule|) 281268) ((|XDistributedPolynomial| . |XPolynomialsCat|) 281247) ((|XDistributedPolynomial| . |Ring|) T) ((|XDistributedPolynomial| . |Monoid|) T) ((|XDistributedPolynomial| . |SemiRing|) T) ((|XDistributedPolynomial| . |SemiGroup|) T) ((|XDistributedPolynomial| . |Rng|) T) ((|XDistributedPolynomial| . |XAlgebra|) 281231) ((|XDistributedPolynomial| . |Algebra|) 281188) ((|XDistributedPolynomial| . |XFreeAlgebra|) 281167) ((|WuWenTsunTriangularSet| . |TriangularSetCategory|) 281136) ((|WuWenTsunTriangularSet| . |ShallowlyMutableAggregate|) 281120) ((|WuWenTsunTriangularSet| . |CoercibleTo|) 281072) ((|WuWenTsunTriangularSet| . |Collection|) 281056) ((|WuWenTsunTriangularSet| . |Aggregate|) T) ((|WuWenTsunTriangularSet| . |Join|) T) ((|WuWenTsunTriangularSet| . |Type|) T) ((|WuWenTsunTriangularSet| . |BasicType|) T) ((|WuWenTsunTriangularSet| . |Evalable|) 280980) ((|WuWenTsunTriangularSet| . |InnerEvalable|) 280899) ((|WuWenTsunTriangularSet| . |Functorial|) 280883) ((|WuWenTsunTriangularSet| . |SetCategory|) T) ((|WuWenTsunTriangularSet| . |HomogeneousAggregate|) 280867) ((|WuWenTsunTriangularSet| . |ConvertibleTo|) 280803) ((|WuWenTsunTriangularSet| . |FiniteAggregate|) 280787) ((|WuWenTsunTriangularSet| . |PolynomialSetCategory|) 280756) ((|WeightedPolynomials| . |Ring|) T) ((|WeightedPolynomials| . |Monoid|) T) ((|WeightedPolynomials| . |SemiRing|) T) ((|WeightedPolynomials| . |SemiGroup|) T) ((|WeightedPolynomials| . |Rng|) T) ((|WeightedPolynomials| . |AbelianGroup|) T) ((|WeightedPolynomials| . |LeftLinearSet|) 280683) ((|WeightedPolynomials| . |AbelianMonoid|) T) ((|WeightedPolynomials| . |SetCategory|) T) ((|WeightedPolynomials| . |CoercibleTo|) 280644) ((|WeightedPolynomials| . |Type|) T) ((|WeightedPolynomials| . |Join|) T) ((|WeightedPolynomials| . |BasicType|) T) ((|WeightedPolynomials| . |AbelianSemiGroup|) T) ((|WeightedPolynomials| . |CancellationAbelianMonoid|) T) ((|WeightedPolynomials| . |LeftModule|) 280591) ((|WeightedPolynomials| . |CoercibleFrom|) 280515) ((|WeightedPolynomials| . |HomotopicTo|) 280499) ((|WeightedPolynomials| . |Algebra|) 280456) ((|WeightedPolynomials| . |BiModule|) 280408) ((|WeightedPolynomials| . |RightLinearSet|) 280365) ((|WeightedPolynomials| . |RightModule|) 280322) ((|WeightedPolynomials| . |LinearSet|) 280279) ((|WeightedPolynomials| . |Module|) 280236) ((|WhileAst| . |SpadSyntaxCategory|) T) ((|WhileAst| . |HomotopicTo|) 280214) ((|WhileAst| . |CoercibleTo|) 280169) ((|WhileAst| . |CoercibleFrom|) 280147) ((|WhileAst| . |SetCategory|) T) ((|WhileAst| . |Type|) T) ((|WhileAst| . |Join|) T) ((|WhileAst| . |BasicType|) T) ((|WhileAst| . |AbstractSyntaxCategory|) T) ((|WhereAst| . |SpadSyntaxCategory|) T) ((|WhereAst| . |HomotopicTo|) 280125) ((|WhereAst| . |CoercibleTo|) 280080) ((|WhereAst| . |CoercibleFrom|) 280058) ((|WhereAst| . |SetCategory|) T) ((|WhereAst| . |Type|) T) ((|WhereAst| . |Join|) T) ((|WhereAst| . |BasicType|) T) ((|WhereAst| . |AbstractSyntaxCategory|) T) ((|Void| . |CoercibleTo|) 280032) ((|ThreeDimensionalViewport| . |SetCategory|) T) ((|ThreeDimensionalViewport| . |CoercibleTo|) 280006) ((|ThreeDimensionalViewport| . |Type|) T) ((|ThreeDimensionalViewport| . |Join|) T) ((|ThreeDimensionalViewport| . |BasicType|) T) ((|TwoDimensionalViewport| . |SetCategory|) T) ((|TwoDimensionalViewport| . |CoercibleTo|) 279980) ((|TwoDimensionalViewport| . |Type|) T) ((|TwoDimensionalViewport| . |Join|) T) ((|TwoDimensionalViewport| . |BasicType|) T) ((|Vector| . |VectorCategory|) 279964) ((|Vector| . |FiniteLinearAggregate|) 279948) ((|Vector| . |OrderedType|) 279919) ((|Vector| . |OrderedSet|) 279890) ((|Vector| . |Collection|) 279874) ((|Vector| . |ConvertibleTo|) 279810) ((|Vector| . |Eltable|) 279739) ((|Vector| . |IndexedAggregate|) 279711) ((|Vector| . |EltableAggregate|) 279683) ((|Vector| . |LinearAggregate|) 279667) ((|Vector| . |HomogeneousAggregate|) 279651) ((|Vector| . |SetCategory|) 279588) ((|Vector| . |Functorial|) 279572) ((|Vector| . |InnerEvalable|) 279491) ((|Vector| . |Evalable|) 279415) ((|Vector| . |CoercibleTo|) 279289) ((|Vector| . |BasicType|) 279199) ((|Vector| . |Type|) T) ((|Vector| . |Join|) T) ((|Vector| . |Aggregate|) T) ((|Vector| . |FiniteAggregate|) 279183) ((|Vector| . |ShallowlyMutableAggregate|) 279167) ((|Vector| . |OneDimensionalArrayAggregate|) 279151) ((|Variable| . |SetCategory|) T) ((|Variable| . |CoercibleTo|) 279106) ((|Variable| . |Type|) T) ((|Variable| . |Join|) T) ((|Variable| . |BasicType|) T) ((|UnivariateTaylorSeries| . |UnivariateTaylorSeriesCategory|) 279090) ((|UnivariateTaylorSeries| . |DifferentialRing|) 279027) ((|UnivariateTaylorSeries| . |CoercibleFrom|) 278851) ((|UnivariateTaylorSeries| . |LeftModule|) 278748) ((|UnivariateTaylorSeries| . |LeftLinearSet|) 278625) ((|UnivariateTaylorSeries| . |CancellationAbelianMonoid|) T) ((|UnivariateTaylorSeries| . |AbelianSemiGroup|) T) ((|UnivariateTaylorSeries| . |BasicType|) T) ((|UnivariateTaylorSeries| . |CoercibleTo|) 278599) ((|UnivariateTaylorSeries| . |SetCategory|) T) ((|UnivariateTaylorSeries| . |AbelianMonoid|) T) ((|UnivariateTaylorSeries| . |AbelianGroup|) T) ((|UnivariateTaylorSeries| . |Rng|) T) ((|UnivariateTaylorSeries| . |SemiGroup|) T) ((|UnivariateTaylorSeries| . |SemiRing|) T) ((|UnivariateTaylorSeries| . |Monoid|) T) ((|UnivariateTaylorSeries| . |Ring|) T) ((|UnivariateTaylorSeries| . |DifferentialDomain|) 278530) ((|UnivariateTaylorSeries| . |Join|) T) ((|UnivariateTaylorSeries| . |Type|) T) ((|UnivariateTaylorSeries| . |DifferentialSpace|) 278467) ((|UnivariateTaylorSeries| . |Eltable|) 278416) ((|UnivariateTaylorSeries| . |PartialDifferentialRing|) 278280) ((|UnivariateTaylorSeries| . |PartialDifferentialDomain|) 278114) ((|UnivariateTaylorSeries| . |PartialDifferentialSpace|) 277978) ((|UnivariateTaylorSeries| . |PowerSeriesCategory|) 277913) ((|UnivariateTaylorSeries| . |Algebra|) 277757) ((|UnivariateTaylorSeries| . |BiModule|) 277576) ((|UnivariateTaylorSeries| . |RightLinearSet|) 277409) ((|UnivariateTaylorSeries| . |RightModule|) 277242) ((|UnivariateTaylorSeries| . |LinearSet|) 277086) ((|UnivariateTaylorSeries| . |Module|) 276930) ((|UnivariateTaylorSeries| . |CharacteristicNonZero|) 276890) ((|UnivariateTaylorSeries| . |CharacteristicZero|) 276853) ((|UnivariateTaylorSeries| . |CommutativeRing|) 276782) ((|UnivariateTaylorSeries| . |Functorial|) 276766) ((|UnivariateTaylorSeries| . |IntegralDomain|) 276733) ((|UnivariateTaylorSeries| . |EntireRing|) 276700) ((|UnivariateTaylorSeries| . |AbelianMonoidRing|) 276661) ((|UnivariateTaylorSeries| . |UnivariatePowerSeriesCategory|) 276622) ((|UnivariateTaylorSeries| . |ArcHyperbolicFunctionCategory|) 276571) ((|UnivariateTaylorSeries| . |ArcTrigonometricFunctionCategory|) 276520) ((|UnivariateTaylorSeries| . |ElementaryFunctionCategory|) 276469) ((|UnivariateTaylorSeries| . |HyperbolicFunctionCategory|) 276418) ((|UnivariateTaylorSeries| . |TrigonometricFunctionCategory|) 276367) ((|UnivariateTaylorSeries| . |TranscendentalFunctionCategory|) 276316) ((|UnivariateTaylorSeries| . |RadicalCategory|) 276265) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |FiniteAbelianMonoidRing|) 276155) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |RetractableTo|) 276101) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |FullyRetractableTo|) 276047) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |Algebra|) 275878) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |CoercibleFrom|) 275679) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |LeftModule|) 275536) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |LeftLinearSet|) 275373) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |Rng|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |SemiGroup|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |SemiRing|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |Monoid|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |Ring|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |BiModule|) 275217) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |RightLinearSet|) 275074) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |RightModule|) 274931) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |AbelianGroup|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |AbelianMonoid|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |SetCategory|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |CoercibleTo|) 274905) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |Type|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |Join|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |BasicType|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |AbelianSemiGroup|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |CancellationAbelianMonoid|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |LinearSet|) 274736) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |Module|) 274567) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |CharacteristicNonZero|) 274489) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |CharacteristicZero|) 274414) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |CommutativeRing|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |Functorial|) 274360) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |IntegralDomain|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |EntireRing|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |AbelianMonoidRing|) 274250) ((|UnivariatePuiseuxSeriesConstructor| . |UnivariatePuiseuxSeriesConstructorCategory|) 274229) ((|UnivariatePuiseuxSeriesConstructor| . |Field|) 274205) ((|UnivariatePuiseuxSeriesConstructor| . |UniqueFactorizationDomain|) 274181) ((|UnivariatePuiseuxSeriesConstructor| . |PrincipalIdealDomain|) 274157) ((|UnivariatePuiseuxSeriesConstructor| . |IntegralDomain|) 274096) ((|UnivariatePuiseuxSeriesConstructor| . |CommutativeRing|) 274002) ((|UnivariatePuiseuxSeriesConstructor| . |CoercibleFrom|) 273757) ((|UnivariatePuiseuxSeriesConstructor| . |Module|) 273545) ((|UnivariatePuiseuxSeriesConstructor| . |LinearSet|) 273333) ((|UnivariatePuiseuxSeriesConstructor| . |Algebra|) 273121) ((|UnivariatePuiseuxSeriesConstructor| . |GcdDomain|) 273097) ((|UnivariatePuiseuxSeriesConstructor| . |EuclideanDomain|) 273073) ((|UnivariatePuiseuxSeriesConstructor| . |LeftModule|) 272942) ((|UnivariatePuiseuxSeriesConstructor| . |LeftLinearSet|) 272791) ((|UnivariatePuiseuxSeriesConstructor| . |Rng|) T) ((|UnivariatePuiseuxSeriesConstructor| . |SemiGroup|) T) ((|UnivariatePuiseuxSeriesConstructor| . |SemiRing|) T) ((|UnivariatePuiseuxSeriesConstructor| . |Monoid|) T) ((|UnivariatePuiseuxSeriesConstructor| . |Ring|) T) ((|UnivariatePuiseuxSeriesConstructor| . |BiModule|) 272559) ((|UnivariatePuiseuxSeriesConstructor| . |RightLinearSet|) 272341) ((|UnivariatePuiseuxSeriesConstructor| . |RightModule|) 272123) ((|UnivariatePuiseuxSeriesConstructor| . |AbelianGroup|) T) ((|UnivariatePuiseuxSeriesConstructor| . |AbelianMonoid|) T) ((|UnivariatePuiseuxSeriesConstructor| . |SetCategory|) T) ((|UnivariatePuiseuxSeriesConstructor| . |CoercibleTo|) 272097) ((|UnivariatePuiseuxSeriesConstructor| . |Type|) T) ((|UnivariatePuiseuxSeriesConstructor| . |Join|) T) ((|UnivariatePuiseuxSeriesConstructor| . |BasicType|) T) ((|UnivariatePuiseuxSeriesConstructor| . |AbelianSemiGroup|) T) ((|UnivariatePuiseuxSeriesConstructor| . |CancellationAbelianMonoid|) T) ((|UnivariatePuiseuxSeriesConstructor| . |EntireRing|) 272036) ((|UnivariatePuiseuxSeriesConstructor| . |DivisionRing|) 272012) ((|UnivariatePuiseuxSeriesConstructor| . |RadicalCategory|) 271961) ((|UnivariatePuiseuxSeriesConstructor| . |TranscendentalFunctionCategory|) 271910) ((|UnivariatePuiseuxSeriesConstructor| . |TrigonometricFunctionCategory|) 271859) ((|UnivariatePuiseuxSeriesConstructor| . |HyperbolicFunctionCategory|) 271808) ((|UnivariatePuiseuxSeriesConstructor| . |ElementaryFunctionCategory|) 271757) ((|UnivariatePuiseuxSeriesConstructor| . |ArcTrigonometricFunctionCategory|) 271706) ((|UnivariatePuiseuxSeriesConstructor| . |ArcHyperbolicFunctionCategory|) 271655) ((|UnivariatePuiseuxSeriesConstructor| . |UnivariatePowerSeriesCategory|) 271614) ((|UnivariatePuiseuxSeriesConstructor| . |AbelianMonoidRing|) 271573) ((|UnivariatePuiseuxSeriesConstructor| . |Functorial|) 271557) ((|UnivariatePuiseuxSeriesConstructor| . |CharacteristicZero|) 271520) ((|UnivariatePuiseuxSeriesConstructor| . |CharacteristicNonZero|) 271480) ((|UnivariatePuiseuxSeriesConstructor| . |PowerSeriesCategory|) 271413) ((|UnivariatePuiseuxSeriesConstructor| . |PartialDifferentialSpace|) 271275) ((|UnivariatePuiseuxSeriesConstructor| . |PartialDifferentialDomain|) 271135) ((|UnivariatePuiseuxSeriesConstructor| . |PartialDifferentialRing|) 270997) ((|UnivariatePuiseuxSeriesConstructor| . |Eltable|) 270944) ((|UnivariatePuiseuxSeriesConstructor| . |DifferentialSpace|) 270879) ((|UnivariatePuiseuxSeriesConstructor| . |DifferentialDomain|) 270808) ((|UnivariatePuiseuxSeriesConstructor| . |DifferentialRing|) 270743) ((|UnivariatePuiseuxSeriesConstructor| . |UnivariatePuiseuxSeriesCategory|) 270727) ((|UnivariatePuiseuxSeriesConstructor| . |RetractableTo|) 270711) ((|UnivariatePuiseuxSeries| . |UnivariatePuiseuxSeriesConstructorCategory|) 270652) ((|UnivariatePuiseuxSeries| . |Field|) 270628) ((|UnivariatePuiseuxSeries| . |UniqueFactorizationDomain|) 270604) ((|UnivariatePuiseuxSeries| . |PrincipalIdealDomain|) 270580) ((|UnivariatePuiseuxSeries| . |IntegralDomain|) 270519) ((|UnivariatePuiseuxSeries| . |CommutativeRing|) 270425) ((|UnivariatePuiseuxSeries| . |CoercibleFrom|) 270066) ((|UnivariatePuiseuxSeries| . |Module|) 269854) ((|UnivariatePuiseuxSeries| . |LinearSet|) 269642) ((|UnivariatePuiseuxSeries| . |Algebra|) 269430) ((|UnivariatePuiseuxSeries| . |GcdDomain|) 269406) ((|UnivariatePuiseuxSeries| . |EuclideanDomain|) 269382) ((|UnivariatePuiseuxSeries| . |LeftModule|) 269251) ((|UnivariatePuiseuxSeries| . |LeftLinearSet|) 269100) ((|UnivariatePuiseuxSeries| . |Rng|) T) ((|UnivariatePuiseuxSeries| . |SemiGroup|) T) ((|UnivariatePuiseuxSeries| . |SemiRing|) T) ((|UnivariatePuiseuxSeries| . |Monoid|) T) ((|UnivariatePuiseuxSeries| . |Ring|) T) ((|UnivariatePuiseuxSeries| . |BiModule|) 268868) ((|UnivariatePuiseuxSeries| . |RightLinearSet|) 268650) ((|UnivariatePuiseuxSeries| . |RightModule|) 268432) ((|UnivariatePuiseuxSeries| . |AbelianGroup|) T) ((|UnivariatePuiseuxSeries| . |AbelianMonoid|) T) ((|UnivariatePuiseuxSeries| . |SetCategory|) T) ((|UnivariatePuiseuxSeries| . |CoercibleTo|) 268406) ((|UnivariatePuiseuxSeries| . |Type|) T) ((|UnivariatePuiseuxSeries| . |Join|) T) ((|UnivariatePuiseuxSeries| . |BasicType|) T) ((|UnivariatePuiseuxSeries| . |AbelianSemiGroup|) T) ((|UnivariatePuiseuxSeries| . |CancellationAbelianMonoid|) T) ((|UnivariatePuiseuxSeries| . |EntireRing|) 268345) ((|UnivariatePuiseuxSeries| . |DivisionRing|) 268321) ((|UnivariatePuiseuxSeries| . |RadicalCategory|) 268270) ((|UnivariatePuiseuxSeries| . |TranscendentalFunctionCategory|) 268219) ((|UnivariatePuiseuxSeries| . |TrigonometricFunctionCategory|) 268168) ((|UnivariatePuiseuxSeries| . |HyperbolicFunctionCategory|) 268117) ((|UnivariatePuiseuxSeries| . |ElementaryFunctionCategory|) 268066) ((|UnivariatePuiseuxSeries| . |ArcTrigonometricFunctionCategory|) 268015) ((|UnivariatePuiseuxSeries| . |ArcHyperbolicFunctionCategory|) 267964) ((|UnivariatePuiseuxSeries| . |UnivariatePowerSeriesCategory|) 267923) ((|UnivariatePuiseuxSeries| . |AbelianMonoidRing|) 267882) ((|UnivariatePuiseuxSeries| . |Functorial|) 267866) ((|UnivariatePuiseuxSeries| . |CharacteristicZero|) 267829) ((|UnivariatePuiseuxSeries| . |CharacteristicNonZero|) 267789) ((|UnivariatePuiseuxSeries| . |PowerSeriesCategory|) 267722) ((|UnivariatePuiseuxSeries| . |PartialDifferentialSpace|) 267584) ((|UnivariatePuiseuxSeries| . |PartialDifferentialDomain|) 267416) ((|UnivariatePuiseuxSeries| . |PartialDifferentialRing|) 267278) ((|UnivariatePuiseuxSeries| . |Eltable|) 267225) ((|UnivariatePuiseuxSeries| . |DifferentialSpace|) 267160) ((|UnivariatePuiseuxSeries| . |DifferentialDomain|) 267089) ((|UnivariatePuiseuxSeries| . |DifferentialRing|) 267024) ((|UnivariatePuiseuxSeries| . |UnivariatePuiseuxSeriesCategory|) 267008) ((|UnivariatePuiseuxSeries| . |RetractableTo|) 266904) ((|UnivariatePolynomial| . |UnivariatePolynomialCategory|) 266888) ((|UnivariatePolynomial| . |StepThrough|) 266858) ((|UnivariatePolynomial| . |ConvertibleTo|) NIL) ((|UnivariatePolynomial| . |Evalable|) 266845) ((|UnivariatePolynomial| . |InnerEvalable|) 266774) ((|UnivariatePolynomial| . |FiniteAbelianMonoidRing|) 266735) ((|UnivariatePolynomial| . |RetractableTo|) 266545) ((|UnivariatePolynomial| . |FullyRetractableTo|) 266529) ((|UnivariatePolynomial| . |Algebra|) 266269) ((|UnivariatePolynomial| . |BiModule|) 265989) ((|UnivariatePolynomial| . |RightLinearSet|) 265723) ((|UnivariatePolynomial| . |RightModule|) 265457) ((|UnivariatePolynomial| . |LeftLinearSet|) 265334) ((|UnivariatePolynomial| . |LeftModule|) 265163) ((|UnivariatePolynomial| . |LinearSet|) 264903) ((|UnivariatePolynomial| . |Module|) 264643) ((|UnivariatePolynomial| . |CoercibleFrom|) 264269) ((|UnivariatePolynomial| . |CharacteristicNonZero|) 264229) ((|UnivariatePolynomial| . |CharacteristicZero|) 264192) ((|UnivariatePolynomial| . |Functorial|) 264176) ((|UnivariatePolynomial| . |AbelianMonoidRing|) 264137) ((|UnivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 264121) ((|UnivariatePolynomial| . |LinearlyExplicitRingOver|) 264037) ((|UnivariatePolynomial| . |PartialDifferentialRing|) 263935) ((|UnivariatePolynomial| . |PartialDifferentialDomain|) 263771) ((|UnivariatePolynomial| . |PartialDifferentialSpace|) 263611) ((|UnivariatePolynomial| . |PatternMatchable|) NIL) ((|UnivariatePolynomial| . |PolynomialFactorizationExplicit|) 263561) ((|UnivariatePolynomial| . |UniqueFactorizationDomain|) 263511) ((|UnivariatePolynomial| . |PolynomialCategory|) 263446) ((|UnivariatePolynomial| . |PrincipalIdealDomain|) 263422) ((|UnivariatePolynomial| . |IntegralDomain|) 263285) ((|UnivariatePolynomial| . |EntireRing|) 263148) ((|UnivariatePolynomial| . |CommutativeRing|) 262978) ((|UnivariatePolynomial| . |GcdDomain|) 262873) ((|UnivariatePolynomial| . |EuclideanDomain|) 262849) ((|UnivariatePolynomial| . |Eltable|) 262752) ((|UnivariatePolynomial| . |DifferentialRing|) T) ((|UnivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|UnivariatePolynomial| . |AbelianSemiGroup|) T) ((|UnivariatePolynomial| . |BasicType|) T) ((|UnivariatePolynomial| . |CoercibleTo|) 262726) ((|UnivariatePolynomial| . |SetCategory|) T) ((|UnivariatePolynomial| . |AbelianMonoid|) T) ((|UnivariatePolynomial| . |AbelianGroup|) T) ((|UnivariatePolynomial| . |Rng|) T) ((|UnivariatePolynomial| . |SemiGroup|) T) ((|UnivariatePolynomial| . |SemiRing|) T) ((|UnivariatePolynomial| . |Monoid|) T) ((|UnivariatePolynomial| . |Ring|) T) ((|UnivariatePolynomial| . |DifferentialDomain|) 262713) ((|UnivariatePolynomial| . |Join|) T) ((|UnivariatePolynomial| . |Type|) T) ((|UnivariatePolynomial| . |DifferentialSpace|) T) ((|UnivariatePolynomial| . |DifferentialSpaceExtension|) 262697) ((|UnivariatePolynomial| . |DifferentialExtension|) 262681) ((|UniversalSegment| . |SegmentCategory|) 262665) ((|UniversalSegment| . |ConvertibleFrom|) 262649) ((|UniversalSegment| . |SetCategory|) 262619) ((|UniversalSegment| . |CoercibleTo|) 262570) ((|UniversalSegment| . |Type|) 262540) ((|UniversalSegment| . |Join|) 262510) ((|UniversalSegment| . |BasicType|) 262480) ((|UniversalSegment| . |SegmentExpansionCategory|) 262425) ((|UnivariateLaurentSeriesConstructor| . |UnivariateLaurentSeriesConstructorCategory|) 262404) ((|UnivariateLaurentSeriesConstructor| . |RadicalCategory|) 262353) ((|UnivariateLaurentSeriesConstructor| . |TranscendentalFunctionCategory|) 262302) ((|UnivariateLaurentSeriesConstructor| . |TrigonometricFunctionCategory|) 262251) ((|UnivariateLaurentSeriesConstructor| . |HyperbolicFunctionCategory|) 262200) ((|UnivariateLaurentSeriesConstructor| . |ElementaryFunctionCategory|) 262149) ((|UnivariateLaurentSeriesConstructor| . |ArcTrigonometricFunctionCategory|) 262098) ((|UnivariateLaurentSeriesConstructor| . |ArcHyperbolicFunctionCategory|) 262047) ((|UnivariateLaurentSeriesConstructor| . |UnivariatePowerSeriesCategory|) 262019) ((|UnivariateLaurentSeriesConstructor| . |AbelianMonoidRing|) 261991) ((|UnivariateLaurentSeriesConstructor| . |Functorial|) 261945) ((|UnivariateLaurentSeriesConstructor| . |CoercibleFrom|) 261616) ((|UnivariateLaurentSeriesConstructor| . |Module|) 261374) ((|UnivariateLaurentSeriesConstructor| . |LinearSet|) 261132) ((|UnivariateLaurentSeriesConstructor| . |LeftModule|) 260874) ((|UnivariateLaurentSeriesConstructor| . |LeftLinearSet|) 260693) ((|UnivariateLaurentSeriesConstructor| . |RightModule|) 260445) ((|UnivariateLaurentSeriesConstructor| . |RightLinearSet|) 260197) ((|UnivariateLaurentSeriesConstructor| . |BiModule|) 259930) ((|UnivariateLaurentSeriesConstructor| . |Algebra|) 259688) ((|UnivariateLaurentSeriesConstructor| . |PowerSeriesCategory|) 259634) ((|UnivariateLaurentSeriesConstructor| . |Eltable|) 259521) ((|UnivariateLaurentSeriesConstructor| . |UnivariateLaurentSeriesCategory|) 259505) ((|UnivariateLaurentSeriesConstructor| . |Rng|) T) ((|UnivariateLaurentSeriesConstructor| . |SemiGroup|) T) ((|UnivariateLaurentSeriesConstructor| . |SemiRing|) T) ((|UnivariateLaurentSeriesConstructor| . |Monoid|) T) ((|UnivariateLaurentSeriesConstructor| . |Ring|) T) ((|UnivariateLaurentSeriesConstructor| . |AbelianGroup|) T) ((|UnivariateLaurentSeriesConstructor| . |AbelianMonoid|) T) ((|UnivariateLaurentSeriesConstructor| . |SetCategory|) T) ((|UnivariateLaurentSeriesConstructor| . |CoercibleTo|) 259479) ((|UnivariateLaurentSeriesConstructor| . |Type|) T) ((|UnivariateLaurentSeriesConstructor| . |Join|) T) ((|UnivariateLaurentSeriesConstructor| . |BasicType|) T) ((|UnivariateLaurentSeriesConstructor| . |AbelianSemiGroup|) T) ((|UnivariateLaurentSeriesConstructor| . |CancellationAbelianMonoid|) T) ((|UnivariateLaurentSeriesConstructor| . |CharacteristicNonZero|) 259366) ((|UnivariateLaurentSeriesConstructor| . |CharacteristicZero|) 259191) ((|UnivariateLaurentSeriesConstructor| . |ConvertibleTo|) 258734) ((|UnivariateLaurentSeriesConstructor| . |DifferentialExtension|) 258701) ((|UnivariateLaurentSeriesConstructor| . |PartialDifferentialRing|) 258490) ((|UnivariateLaurentSeriesConstructor| . |PartialDifferentialSpace|) 258197) ((|UnivariateLaurentSeriesConstructor| . |PartialDifferentialDomain|) 257902) ((|UnivariateLaurentSeriesConstructor| . |DifferentialSpaceExtension|) 257869) ((|UnivariateLaurentSeriesConstructor| . |DifferentialSpace|) 257685) ((|UnivariateLaurentSeriesConstructor| . |DifferentialDomain|) 257495) ((|UnivariateLaurentSeriesConstructor| . |DifferentialRing|) 257375) ((|UnivariateLaurentSeriesConstructor| . |Field|) 257351) ((|UnivariateLaurentSeriesConstructor| . |UniqueFactorizationDomain|) 257327) ((|UnivariateLaurentSeriesConstructor| . |PrincipalIdealDomain|) 257303) ((|UnivariateLaurentSeriesConstructor| . |IntegralDomain|) 257242) ((|UnivariateLaurentSeriesConstructor| . |CommutativeRing|) 257148) ((|UnivariateLaurentSeriesConstructor| . |GcdDomain|) 257124) ((|UnivariateLaurentSeriesConstructor| . |EuclideanDomain|) 257100) ((|UnivariateLaurentSeriesConstructor| . |EntireRing|) 257039) ((|UnivariateLaurentSeriesConstructor| . |DivisionRing|) 257015) ((|UnivariateLaurentSeriesConstructor| . |FullyEvalableOver|) 256982) ((|UnivariateLaurentSeriesConstructor| . |InnerEvalable|) 256813) ((|UnivariateLaurentSeriesConstructor| . |Evalable|) 256743) ((|UnivariateLaurentSeriesConstructor| . |FullyLinearlyExplicitRingOver|) 256710) ((|UnivariateLaurentSeriesConstructor| . |LinearlyExplicitRingOver|) 256580) ((|UnivariateLaurentSeriesConstructor| . |FullyPatternMatchable|) 256547) ((|UnivariateLaurentSeriesConstructor| . |PatternMatchable|) 256370) ((|UnivariateLaurentSeriesConstructor| . |OrderedIntegralDomain|) 256301) ((|UnivariateLaurentSeriesConstructor| . |OrderedAbelianGroup|) 256232) ((|UnivariateLaurentSeriesConstructor| . |OrderedAbelianMonoid|) 256163) ((|UnivariateLaurentSeriesConstructor| . |OrderedSet|) 256032) ((|UnivariateLaurentSeriesConstructor| . |OrderedType|) 255901) ((|UnivariateLaurentSeriesConstructor| . |OrderedAbelianSemiGroup|) 255832) ((|UnivariateLaurentSeriesConstructor| . |OrderedCancellationAbelianMonoid|) 255763) ((|UnivariateLaurentSeriesConstructor| . |OrderedRing|) 255694) ((|UnivariateLaurentSeriesConstructor| . |Patternable|) 255661) ((|UnivariateLaurentSeriesConstructor| . |PolynomialFactorizationExplicit|) 255582) ((|UnivariateLaurentSeriesConstructor| . |RealConstant|) 255522) ((|UnivariateLaurentSeriesConstructor| . |RetractableTo|) 255237) ((|UnivariateLaurentSeriesConstructor| . |StepThrough|) 255178) ((|UnivariateLaurentSeriesConstructor| . |QuotientFieldCategory|) 255145) ((|UnivariateLaurentSeries| . |UnivariateLaurentSeriesConstructorCategory|) 255087) ((|UnivariateLaurentSeries| . |RadicalCategory|) 255036) ((|UnivariateLaurentSeries| . |TranscendentalFunctionCategory|) 254985) ((|UnivariateLaurentSeries| . |TrigonometricFunctionCategory|) 254934) ((|UnivariateLaurentSeries| . |HyperbolicFunctionCategory|) 254883) ((|UnivariateLaurentSeries| . |ElementaryFunctionCategory|) 254832) ((|UnivariateLaurentSeries| . |ArcTrigonometricFunctionCategory|) 254781) ((|UnivariateLaurentSeries| . |ArcHyperbolicFunctionCategory|) 254730) ((|UnivariateLaurentSeries| . |UnivariatePowerSeriesCategory|) 254702) ((|UnivariateLaurentSeries| . |AbelianMonoidRing|) 254674) ((|UnivariateLaurentSeries| . |Functorial|) 254591) ((|UnivariateLaurentSeries| . |CoercibleFrom|) 254309) ((|UnivariateLaurentSeries| . |Module|) 254030) ((|UnivariateLaurentSeries| . |LinearSet|) 253751) ((|UnivariateLaurentSeries| . |LeftModule|) 253553) ((|UnivariateLaurentSeries| . |LeftLinearSet|) 253335) ((|UnivariateLaurentSeries| . |RightModule|) 253050) ((|UnivariateLaurentSeries| . |RightLinearSet|) 252765) ((|UnivariateLaurentSeries| . |BiModule|) 252459) ((|UnivariateLaurentSeries| . |Algebra|) 252180) ((|UnivariateLaurentSeries| . |PowerSeriesCategory|) 252126) ((|UnivariateLaurentSeries| . |Eltable|) 251865) ((|UnivariateLaurentSeries| . |UnivariateLaurentSeriesCategory|) 251849) ((|UnivariateLaurentSeries| . |Rng|) T) ((|UnivariateLaurentSeries| . |SemiGroup|) T) ((|UnivariateLaurentSeries| . |SemiRing|) T) ((|UnivariateLaurentSeries| . |Monoid|) T) ((|UnivariateLaurentSeries| . |Ring|) T) ((|UnivariateLaurentSeries| . |AbelianGroup|) T) ((|UnivariateLaurentSeries| . |AbelianMonoid|) T) ((|UnivariateLaurentSeries| . |SetCategory|) T) ((|UnivariateLaurentSeries| . |CoercibleTo|) 251823) ((|UnivariateLaurentSeries| . |Type|) T) ((|UnivariateLaurentSeries| . |Join|) T) ((|UnivariateLaurentSeries| . |BasicType|) T) ((|UnivariateLaurentSeries| . |AbelianSemiGroup|) T) ((|UnivariateLaurentSeries| . |CancellationAbelianMonoid|) T) ((|UnivariateLaurentSeries| . |CharacteristicNonZero|) 251673) ((|UnivariateLaurentSeries| . |CharacteristicZero|) 251529) ((|UnivariateLaurentSeries| . |ConvertibleTo|) NIL) ((|UnivariateLaurentSeries| . |DifferentialExtension|) 251459) ((|UnivariateLaurentSeries| . |PartialDifferentialRing|) 251211) ((|UnivariateLaurentSeries| . |PartialDifferentialSpace|) 250844) ((|UnivariateLaurentSeries| . |PartialDifferentialDomain|) 250447) ((|UnivariateLaurentSeries| . |DifferentialSpaceExtension|) 250377) ((|UnivariateLaurentSeries| . |DifferentialSpace|) 250119) ((|UnivariateLaurentSeries| . |DifferentialDomain|) 249855) ((|UnivariateLaurentSeries| . |DifferentialRing|) 249698) ((|UnivariateLaurentSeries| . |Field|) 249674) ((|UnivariateLaurentSeries| . |UniqueFactorizationDomain|) 249650) ((|UnivariateLaurentSeries| . |PrincipalIdealDomain|) 249626) ((|UnivariateLaurentSeries| . |IntegralDomain|) 249565) ((|UnivariateLaurentSeries| . |CommutativeRing|) 249471) ((|UnivariateLaurentSeries| . |GcdDomain|) 249447) ((|UnivariateLaurentSeries| . |EuclideanDomain|) 249423) ((|UnivariateLaurentSeries| . |EntireRing|) 249362) ((|UnivariateLaurentSeries| . |DivisionRing|) 249338) ((|UnivariateLaurentSeries| . |FullyEvalableOver|) 249268) ((|UnivariateLaurentSeries| . |InnerEvalable|) 248913) ((|UnivariateLaurentSeries| . |Evalable|) 248732) ((|UnivariateLaurentSeries| . |FullyLinearlyExplicitRingOver|) 248662) ((|UnivariateLaurentSeries| . |LinearlyExplicitRingOver|) 248592) ((|UnivariateLaurentSeries| . |FullyPatternMatchable|) 248522) ((|UnivariateLaurentSeries| . |PatternMatchable|) NIL) ((|UnivariateLaurentSeries| . |OrderedIntegralDomain|) NIL) ((|UnivariateLaurentSeries| . |OrderedAbelianGroup|) NIL) ((|UnivariateLaurentSeries| . |OrderedAbelianMonoid|) NIL) ((|UnivariateLaurentSeries| . |OrderedSet|) NIL) ((|UnivariateLaurentSeries| . |OrderedType|) NIL) ((|UnivariateLaurentSeries| . |OrderedAbelianSemiGroup|) NIL) ((|UnivariateLaurentSeries| . |OrderedCancellationAbelianMonoid|) NIL) ((|UnivariateLaurentSeries| . |OrderedRing|) NIL) ((|UnivariateLaurentSeries| . |Patternable|) 248452) ((|UnivariateLaurentSeries| . |PolynomialFactorizationExplicit|) NIL) ((|UnivariateLaurentSeries| . |RealConstant|) NIL) ((|UnivariateLaurentSeries| . |RetractableTo|) 248399) ((|UnivariateLaurentSeries| . |StepThrough|) NIL) ((|UnivariateLaurentSeries| . |QuotientFieldCategory|) 248329) ((|UInt8| . |OrderedFinite|) T) ((|UInt8| . |OrderedType|) T) ((|UInt8| . |OrderedSet|) T) ((|UInt8| . |SetCategory|) T) ((|UInt8| . |CoercibleTo|) 248303) ((|UInt8| . |Type|) T) ((|UInt8| . |Join|) T) ((|UInt8| . |BasicType|) T) ((|UInt8| . |Finite|) T) ((|UInt8| . |Logic|) T) ((|UInt64| . |OrderedFinite|) T) ((|UInt64| . |OrderedType|) T) ((|UInt64| . |OrderedSet|) T) ((|UInt64| . |SetCategory|) T) ((|UInt64| . |CoercibleTo|) 248277) ((|UInt64| . |Type|) T) ((|UInt64| . |Join|) T) ((|UInt64| . |BasicType|) T) ((|UInt64| . |Finite|) T) ((|UInt64| . |Logic|) T) ((|UInt32| . |OrderedFinite|) T) ((|UInt32| . |OrderedType|) T) ((|UInt32| . |OrderedSet|) T) ((|UInt32| . |SetCategory|) T) ((|UInt32| . |CoercibleTo|) 248251) ((|UInt32| . |Type|) T) ((|UInt32| . |Join|) T) ((|UInt32| . |BasicType|) T) ((|UInt32| . |Finite|) T) ((|UInt32| . |Logic|) T) ((|UInt16| . |OrderedFinite|) T) ((|UInt16| . |OrderedType|) T) ((|UInt16| . |OrderedSet|) T) ((|UInt16| . |SetCategory|) T) ((|UInt16| . |CoercibleTo|) 248225) ((|UInt16| . |Type|) T) ((|UInt16| . |Join|) T) ((|UInt16| . |BasicType|) T) ((|UInt16| . |Finite|) T) ((|UInt16| . |Logic|) T) ((|TypeAst| . |SpadSyntaxCategory|) T) ((|TypeAst| . |HomotopicTo|) 248203) ((|TypeAst| . |CoercibleTo|) 248158) ((|TypeAst| . |CoercibleFrom|) 248136) ((|TypeAst| . |SetCategory|) T) ((|TypeAst| . |Type|) T) ((|TypeAst| . |Join|) T) ((|TypeAst| . |BasicType|) T) ((|TypeAst| . |AbstractSyntaxCategory|) T) ((|Tuple| . |HomotopicTo|) 248101) ((|Tuple| . |CoercibleTo|) 248011) ((|Tuple| . |CoercibleFrom|) 247976) ((|Tuple| . |SetCategory|) 247946) ((|Tuple| . |Type|) 247916) ((|Tuple| . |Join|) 247886) ((|Tuple| . |BasicType|) 247856) ((|TaylorSeries| . |MultivariateTaylorSeriesCategory|) 247829) ((|TaylorSeries| . |ArcHyperbolicFunctionCategory|) 247778) ((|TaylorSeries| . |ArcTrigonometricFunctionCategory|) 247727) ((|TaylorSeries| . |ElementaryFunctionCategory|) 247676) ((|TaylorSeries| . |HyperbolicFunctionCategory|) 247625) ((|TaylorSeries| . |TrigonometricFunctionCategory|) 247574) ((|TaylorSeries| . |TranscendentalFunctionCategory|) 247523) ((|TaylorSeries| . |RadicalCategory|) 247472) ((|TaylorSeries| . |AbelianMonoidRing|) 247424) ((|TaylorSeries| . |Algebra|) 247268) ((|TaylorSeries| . |LinearSet|) 247112) ((|TaylorSeries| . |Module|) 246956) ((|TaylorSeries| . |CoercibleFrom|) 246780) ((|TaylorSeries| . |EntireRing|) 246747) ((|TaylorSeries| . |IntegralDomain|) 246714) ((|TaylorSeries| . |Functorial|) 246698) ((|TaylorSeries| . |BiModule|) 246517) ((|TaylorSeries| . |RightLinearSet|) 246350) ((|TaylorSeries| . |RightModule|) 246183) ((|TaylorSeries| . |CommutativeRing|) 246112) ((|TaylorSeries| . |CharacteristicZero|) 246075) ((|TaylorSeries| . |CharacteristicNonZero|) 246035) ((|TaylorSeries| . |LeftModule|) 245932) ((|TaylorSeries| . |LeftLinearSet|) 245809) ((|TaylorSeries| . |PowerSeriesCategory|) 245754) ((|TaylorSeries| . |PartialDifferentialSpace|) 245732) ((|TaylorSeries| . |Type|) T) ((|TaylorSeries| . |Join|) T) ((|TaylorSeries| . |PartialDifferentialDomain|) 245708) ((|TaylorSeries| . |Ring|) T) ((|TaylorSeries| . |Monoid|) T) ((|TaylorSeries| . |SemiRing|) T) ((|TaylorSeries| . |SemiGroup|) T) ((|TaylorSeries| . |Rng|) T) ((|TaylorSeries| . |AbelianGroup|) T) ((|TaylorSeries| . |AbelianMonoid|) T) ((|TaylorSeries| . |SetCategory|) T) ((|TaylorSeries| . |CoercibleTo|) 245682) ((|TaylorSeries| . |BasicType|) T) ((|TaylorSeries| . |AbelianSemiGroup|) T) ((|TaylorSeries| . |CancellationAbelianMonoid|) T) ((|TaylorSeries| . |PartialDifferentialRing|) 245660) ((|TaylorSeries| . |InnerEvalable|) 245624) ((|TaylorSeries| . |Evalable|) 245611) ((|Tree| . |RecursiveAggregate|) 245595) ((|Tree| . |Aggregate|) T) ((|Tree| . |Join|) T) ((|Tree| . |Type|) T) ((|Tree| . |BasicType|) 245533) ((|Tree| . |CoercibleTo|) 245435) ((|Tree| . |Evalable|) 245359) ((|Tree| . |InnerEvalable|) 245278) ((|Tree| . |Functorial|) 245262) ((|Tree| . |SetCategory|) 245232) ((|Tree| . |HomogeneousAggregate|) 245216) ((|Tree| . |FiniteAggregate|) 245200) ((|Tree| . |ShallowlyMutableAggregate|) 245184) ((|TextFile| . |FileCategory|) 245149) ((|TextFile| . |BasicType|) T) ((|TextFile| . |Join|) T) ((|TextFile| . |Type|) T) ((|TextFile| . |CoercibleTo|) 245123) ((|TextFile| . |SetCategory|) T) ((|TexFormat| . |SetCategory|) T) ((|TexFormat| . |CoercibleTo|) 245097) ((|TexFormat| . |Type|) T) ((|TexFormat| . |Join|) T) ((|TexFormat| . |BasicType|) T) ((|TexFormat| . |CoercibleFrom|) 245071) ((|TermAlgebraOperator| . |OperatorCategory|) 245055) ((|TermAlgebraOperator| . |BasicType|) T) ((|TermAlgebraOperator| . |Join|) T) ((|TermAlgebraOperator| . |Type|) T) ((|TermAlgebraOperator| . |CoercibleTo|) 245029) ((|TermAlgebraOperator| . |SetCategory|) T) ((|Tableau| . |CoercibleTo|) 245003) ((|Table| . |TableAggregate|) 244982) ((|Table| . |Dictionary|) 244924) ((|Table| . |BagAggregate|) 244866) ((|Table| . |ShallowlyMutableAggregate|) 244795) ((|Table| . |Collection|) 244737) ((|Table| . |ConvertibleTo|) NIL) ((|Table| . |DictionaryOperations|) 244679) ((|Table| . |IndexedAggregate|) 244658) ((|Table| . |Evalable|) 244418) ((|Table| . |InnerEvalable|) 244166) ((|Table| . |Functorial|) 244095) ((|Table| . |HomogeneousAggregate|) 244024) ((|Table| . |Eltable|) 244003) ((|Table| . |EltableAggregate|) 243982) ((|Table| . |KeyedDictionary|) 243961) ((|Table| . |SetCategory|) T) ((|Table| . |CoercibleTo|) 243935) ((|Table| . |BasicType|) T) ((|Table| . |Type|) T) ((|Table| . |Join|) T) ((|Table| . |Aggregate|) T) ((|Table| . |FiniteAggregate|) 243877) ((|SystemPointer| . |SetCategory|) T) ((|SystemPointer| . |CoercibleTo|) 243851) ((|SystemPointer| . |Type|) T) ((|SystemPointer| . |Join|) T) ((|SystemPointer| . |BasicType|) T) ((|SystemNonNegativeInteger| . |OrderedFinite|) T) ((|SystemNonNegativeInteger| . |OrderedType|) T) ((|SystemNonNegativeInteger| . |OrderedSet|) T) ((|SystemNonNegativeInteger| . |SetCategory|) T) ((|SystemNonNegativeInteger| . |CoercibleTo|) 243825) ((|SystemNonNegativeInteger| . |Type|) T) ((|SystemNonNegativeInteger| . |Join|) T) ((|SystemNonNegativeInteger| . |BasicType|) T) ((|SystemNonNegativeInteger| . |Finite|) T) ((|SystemNonNegativeInteger| . |Logic|) T) ((|SystemInteger| . |OrderedFinite|) T) ((|SystemInteger| . |OrderedType|) T) ((|SystemInteger| . |OrderedSet|) T) ((|SystemInteger| . |SetCategory|) T) ((|SystemInteger| . |CoercibleTo|) 243799) ((|SystemInteger| . |Type|) T) ((|SystemInteger| . |Join|) T) ((|SystemInteger| . |BasicType|) T) ((|SystemInteger| . |Finite|) T) ((|Syntax| . |UnionType|) T) ((|Syntax| . |SetCategory|) T) ((|Syntax| . |CoercibleTo|) 243751) ((|Syntax| . |Type|) T) ((|Syntax| . |Join|) T) ((|Syntax| . |BasicType|) T) ((|Syntax| . |RetractableTo|) 243662) ((|Syntax| . |CoercibleFrom|) 243573) ((|SymbolTable| . |CoercibleTo|) 243502) ((|TheSymbolTable| . |CoercibleTo|) 243476) ((|SymmetricPolynomial| . |FiniteAbelianMonoidRing|) 243446) ((|SymmetricPolynomial| . |RetractableTo|) 243290) ((|SymmetricPolynomial| . |FullyRetractableTo|) 243274) ((|SymmetricPolynomial| . |Algebra|) 243118) ((|SymmetricPolynomial| . |CoercibleFrom|) 242908) ((|SymmetricPolynomial| . |LeftModule|) 242805) ((|SymmetricPolynomial| . |LeftLinearSet|) 242682) ((|SymmetricPolynomial| . |Rng|) T) ((|SymmetricPolynomial| . |SemiGroup|) T) ((|SymmetricPolynomial| . |SemiRing|) T) ((|SymmetricPolynomial| . |Monoid|) T) ((|SymmetricPolynomial| . |Ring|) T) ((|SymmetricPolynomial| . |BiModule|) 242501) ((|SymmetricPolynomial| . |RightLinearSet|) 242334) ((|SymmetricPolynomial| . |RightModule|) 242167) ((|SymmetricPolynomial| . |AbelianGroup|) T) ((|SymmetricPolynomial| . |AbelianMonoid|) T) ((|SymmetricPolynomial| . |SetCategory|) T) ((|SymmetricPolynomial| . |CoercibleTo|) 242141) ((|SymmetricPolynomial| . |Type|) T) ((|SymmetricPolynomial| . |Join|) T) ((|SymmetricPolynomial| . |BasicType|) T) ((|SymmetricPolynomial| . |AbelianSemiGroup|) T) ((|SymmetricPolynomial| . |CancellationAbelianMonoid|) T) ((|SymmetricPolynomial| . |LinearSet|) 241985) ((|SymmetricPolynomial| . |Module|) 241829) ((|SymmetricPolynomial| . |CharacteristicNonZero|) 241789) ((|SymmetricPolynomial| . |CharacteristicZero|) 241752) ((|SymmetricPolynomial| . |CommutativeRing|) 241681) ((|SymmetricPolynomial| . |Functorial|) 241665) ((|SymmetricPolynomial| . |IntegralDomain|) 241632) ((|SymmetricPolynomial| . |EntireRing|) 241599) ((|SymmetricPolynomial| . |AbelianMonoidRing|) 241569) ((|Symbol| . |OrderedSet|) T) ((|Symbol| . |CoercibleTo|) 241543) ((|Symbol| . |SetCategory|) T) ((|Symbol| . |BasicType|) T) ((|Symbol| . |Join|) T) ((|Symbol| . |Type|) T) ((|Symbol| . |OrderedType|) T) ((|Symbol| . |ConvertibleTo|) 241437) ((|Symbol| . |CoercibleFrom|) 241392) ((|Symbol| . |RetractableTo|) 241366) ((|Symbol| . |PatternMatchable|) 241325) ((|SparseUnivariateTaylorSeries| . |UnivariateTaylorSeriesCategory|) 241309) ((|SparseUnivariateTaylorSeries| . |DifferentialRing|) 241246) ((|SparseUnivariateTaylorSeries| . |CoercibleFrom|) 241070) ((|SparseUnivariateTaylorSeries| . |LeftModule|) 240967) ((|SparseUnivariateTaylorSeries| . |LeftLinearSet|) 240844) ((|SparseUnivariateTaylorSeries| . |CancellationAbelianMonoid|) T) ((|SparseUnivariateTaylorSeries| . |AbelianSemiGroup|) T) ((|SparseUnivariateTaylorSeries| . |BasicType|) T) ((|SparseUnivariateTaylorSeries| . |CoercibleTo|) 240818) ((|SparseUnivariateTaylorSeries| . |SetCategory|) T) ((|SparseUnivariateTaylorSeries| . |AbelianMonoid|) T) ((|SparseUnivariateTaylorSeries| . |AbelianGroup|) T) ((|SparseUnivariateTaylorSeries| . |Rng|) T) ((|SparseUnivariateTaylorSeries| . |SemiGroup|) T) ((|SparseUnivariateTaylorSeries| . |SemiRing|) T) ((|SparseUnivariateTaylorSeries| . |Monoid|) T) ((|SparseUnivariateTaylorSeries| . |Ring|) T) ((|SparseUnivariateTaylorSeries| . |DifferentialDomain|) 240749) ((|SparseUnivariateTaylorSeries| . |Join|) T) ((|SparseUnivariateTaylorSeries| . |Type|) T) ((|SparseUnivariateTaylorSeries| . |DifferentialSpace|) 240686) ((|SparseUnivariateTaylorSeries| . |Eltable|) 240635) ((|SparseUnivariateTaylorSeries| . |PartialDifferentialRing|) 240499) ((|SparseUnivariateTaylorSeries| . |PartialDifferentialDomain|) 240333) ((|SparseUnivariateTaylorSeries| . |PartialDifferentialSpace|) 240197) ((|SparseUnivariateTaylorSeries| . |PowerSeriesCategory|) 240132) ((|SparseUnivariateTaylorSeries| . |Algebra|) 239976) ((|SparseUnivariateTaylorSeries| . |BiModule|) 239795) ((|SparseUnivariateTaylorSeries| . |RightLinearSet|) 239628) ((|SparseUnivariateTaylorSeries| . |RightModule|) 239461) ((|SparseUnivariateTaylorSeries| . |LinearSet|) 239305) ((|SparseUnivariateTaylorSeries| . |Module|) 239149) ((|SparseUnivariateTaylorSeries| . |CharacteristicNonZero|) 239109) ((|SparseUnivariateTaylorSeries| . |CharacteristicZero|) 239072) ((|SparseUnivariateTaylorSeries| . |CommutativeRing|) 239001) ((|SparseUnivariateTaylorSeries| . |Functorial|) 238985) ((|SparseUnivariateTaylorSeries| . |IntegralDomain|) 238952) ((|SparseUnivariateTaylorSeries| . |EntireRing|) 238919) ((|SparseUnivariateTaylorSeries| . |AbelianMonoidRing|) 238880) ((|SparseUnivariateTaylorSeries| . |UnivariatePowerSeriesCategory|) 238841) ((|SparseUnivariateTaylorSeries| . |ArcHyperbolicFunctionCategory|) 238790) ((|SparseUnivariateTaylorSeries| . |ArcTrigonometricFunctionCategory|) 238739) ((|SparseUnivariateTaylorSeries| . |ElementaryFunctionCategory|) 238688) ((|SparseUnivariateTaylorSeries| . |HyperbolicFunctionCategory|) 238637) ((|SparseUnivariateTaylorSeries| . |TrigonometricFunctionCategory|) 238586) ((|SparseUnivariateTaylorSeries| . |TranscendentalFunctionCategory|) 238535) ((|SparseUnivariateTaylorSeries| . |RadicalCategory|) 238484) ((|SparseUnivariatePuiseuxSeries| . |UnivariatePuiseuxSeriesConstructorCategory|) 238419) ((|SparseUnivariatePuiseuxSeries| . |Field|) 238395) ((|SparseUnivariatePuiseuxSeries| . |UniqueFactorizationDomain|) 238371) ((|SparseUnivariatePuiseuxSeries| . |PrincipalIdealDomain|) 238347) ((|SparseUnivariatePuiseuxSeries| . |IntegralDomain|) 238286) ((|SparseUnivariatePuiseuxSeries| . |CommutativeRing|) 238192) ((|SparseUnivariatePuiseuxSeries| . |CoercibleFrom|) 237821) ((|SparseUnivariatePuiseuxSeries| . |Module|) 237609) ((|SparseUnivariatePuiseuxSeries| . |LinearSet|) 237397) ((|SparseUnivariatePuiseuxSeries| . |Algebra|) 237185) ((|SparseUnivariatePuiseuxSeries| . |GcdDomain|) 237161) ((|SparseUnivariatePuiseuxSeries| . |EuclideanDomain|) 237137) ((|SparseUnivariatePuiseuxSeries| . |LeftModule|) 237006) ((|SparseUnivariatePuiseuxSeries| . |LeftLinearSet|) 236855) ((|SparseUnivariatePuiseuxSeries| . |Rng|) T) ((|SparseUnivariatePuiseuxSeries| . |SemiGroup|) T) ((|SparseUnivariatePuiseuxSeries| . |SemiRing|) T) ((|SparseUnivariatePuiseuxSeries| . |Monoid|) T) ((|SparseUnivariatePuiseuxSeries| . |Ring|) T) ((|SparseUnivariatePuiseuxSeries| . |BiModule|) 236623) ((|SparseUnivariatePuiseuxSeries| . |RightLinearSet|) 236405) ((|SparseUnivariatePuiseuxSeries| . |RightModule|) 236187) ((|SparseUnivariatePuiseuxSeries| . |AbelianGroup|) T) ((|SparseUnivariatePuiseuxSeries| . |AbelianMonoid|) T) ((|SparseUnivariatePuiseuxSeries| . |SetCategory|) T) ((|SparseUnivariatePuiseuxSeries| . |CoercibleTo|) 236161) ((|SparseUnivariatePuiseuxSeries| . |Type|) T) ((|SparseUnivariatePuiseuxSeries| . |Join|) T) ((|SparseUnivariatePuiseuxSeries| . |BasicType|) T) ((|SparseUnivariatePuiseuxSeries| . |AbelianSemiGroup|) T) ((|SparseUnivariatePuiseuxSeries| . |CancellationAbelianMonoid|) T) ((|SparseUnivariatePuiseuxSeries| . |EntireRing|) 236100) ((|SparseUnivariatePuiseuxSeries| . |DivisionRing|) 236076) ((|SparseUnivariatePuiseuxSeries| . |RadicalCategory|) 236025) ((|SparseUnivariatePuiseuxSeries| . |TranscendentalFunctionCategory|) 235974) ((|SparseUnivariatePuiseuxSeries| . |TrigonometricFunctionCategory|) 235923) ((|SparseUnivariatePuiseuxSeries| . |HyperbolicFunctionCategory|) 235872) ((|SparseUnivariatePuiseuxSeries| . |ElementaryFunctionCategory|) 235821) ((|SparseUnivariatePuiseuxSeries| . |ArcTrigonometricFunctionCategory|) 235770) ((|SparseUnivariatePuiseuxSeries| . |ArcHyperbolicFunctionCategory|) 235719) ((|SparseUnivariatePuiseuxSeries| . |UnivariatePowerSeriesCategory|) 235678) ((|SparseUnivariatePuiseuxSeries| . |AbelianMonoidRing|) 235637) ((|SparseUnivariatePuiseuxSeries| . |Functorial|) 235621) ((|SparseUnivariatePuiseuxSeries| . |CharacteristicZero|) 235584) ((|SparseUnivariatePuiseuxSeries| . |CharacteristicNonZero|) 235544) ((|SparseUnivariatePuiseuxSeries| . |PowerSeriesCategory|) 235477) ((|SparseUnivariatePuiseuxSeries| . |PartialDifferentialSpace|) 235339) ((|SparseUnivariatePuiseuxSeries| . |PartialDifferentialDomain|) 235171) ((|SparseUnivariatePuiseuxSeries| . |PartialDifferentialRing|) 235033) ((|SparseUnivariatePuiseuxSeries| . |Eltable|) 234980) ((|SparseUnivariatePuiseuxSeries| . |DifferentialSpace|) 234915) ((|SparseUnivariatePuiseuxSeries| . |DifferentialDomain|) 234844) ((|SparseUnivariatePuiseuxSeries| . |DifferentialRing|) 234779) ((|SparseUnivariatePuiseuxSeries| . |UnivariatePuiseuxSeriesCategory|) 234763) ((|SparseUnivariatePuiseuxSeries| . |RetractableTo|) 234647) ((|SparseUnivariatePolynomial| . |UnivariatePolynomialCategory|) 234631) ((|SparseUnivariatePolynomial| . |StepThrough|) 234601) ((|SparseUnivariatePolynomial| . |ConvertibleTo|) NIL) ((|SparseUnivariatePolynomial| . |Evalable|) 234588) ((|SparseUnivariatePolynomial| . |InnerEvalable|) 234517) ((|SparseUnivariatePolynomial| . |FiniteAbelianMonoidRing|) 234478) ((|SparseUnivariatePolynomial| . |RetractableTo|) 234288) ((|SparseUnivariatePolynomial| . |FullyRetractableTo|) 234272) ((|SparseUnivariatePolynomial| . |Algebra|) 234012) ((|SparseUnivariatePolynomial| . |BiModule|) 233732) ((|SparseUnivariatePolynomial| . |RightLinearSet|) 233466) ((|SparseUnivariatePolynomial| . |RightModule|) 233200) ((|SparseUnivariatePolynomial| . |LeftLinearSet|) 233077) ((|SparseUnivariatePolynomial| . |LeftModule|) 232906) ((|SparseUnivariatePolynomial| . |LinearSet|) 232646) ((|SparseUnivariatePolynomial| . |Module|) 232386) ((|SparseUnivariatePolynomial| . |CoercibleFrom|) 232038) ((|SparseUnivariatePolynomial| . |CharacteristicNonZero|) 231998) ((|SparseUnivariatePolynomial| . |CharacteristicZero|) 231961) ((|SparseUnivariatePolynomial| . |Functorial|) 231945) ((|SparseUnivariatePolynomial| . |AbelianMonoidRing|) 231906) ((|SparseUnivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 231890) ((|SparseUnivariatePolynomial| . |LinearlyExplicitRingOver|) 231806) ((|SparseUnivariatePolynomial| . |PartialDifferentialRing|) 231704) ((|SparseUnivariatePolynomial| . |PartialDifferentialDomain|) 231540) ((|SparseUnivariatePolynomial| . |PartialDifferentialSpace|) 231380) ((|SparseUnivariatePolynomial| . |PatternMatchable|) NIL) ((|SparseUnivariatePolynomial| . |PolynomialFactorizationExplicit|) 231330) ((|SparseUnivariatePolynomial| . |UniqueFactorizationDomain|) 231280) ((|SparseUnivariatePolynomial| . |PolynomialCategory|) 231215) ((|SparseUnivariatePolynomial| . |PrincipalIdealDomain|) 231191) ((|SparseUnivariatePolynomial| . |IntegralDomain|) 231054) ((|SparseUnivariatePolynomial| . |EntireRing|) 230917) ((|SparseUnivariatePolynomial| . |CommutativeRing|) 230747) ((|SparseUnivariatePolynomial| . |GcdDomain|) 230642) ((|SparseUnivariatePolynomial| . |EuclideanDomain|) 230618) ((|SparseUnivariatePolynomial| . |Eltable|) 230521) ((|SparseUnivariatePolynomial| . |DifferentialRing|) T) ((|SparseUnivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|SparseUnivariatePolynomial| . |AbelianSemiGroup|) T) ((|SparseUnivariatePolynomial| . |BasicType|) T) ((|SparseUnivariatePolynomial| . |CoercibleTo|) 230495) ((|SparseUnivariatePolynomial| . |SetCategory|) T) ((|SparseUnivariatePolynomial| . |AbelianMonoid|) T) ((|SparseUnivariatePolynomial| . |AbelianGroup|) T) ((|SparseUnivariatePolynomial| . |Rng|) T) ((|SparseUnivariatePolynomial| . |SemiGroup|) T) ((|SparseUnivariatePolynomial| . |SemiRing|) T) ((|SparseUnivariatePolynomial| . |Monoid|) T) ((|SparseUnivariatePolynomial| . |Ring|) T) ((|SparseUnivariatePolynomial| . |DifferentialDomain|) 230482) ((|SparseUnivariatePolynomial| . |Join|) T) ((|SparseUnivariatePolynomial| . |Type|) T) ((|SparseUnivariatePolynomial| . |DifferentialSpace|) T) ((|SparseUnivariatePolynomial| . |DifferentialSpaceExtension|) 230466) ((|SparseUnivariatePolynomial| . |DifferentialExtension|) 230450) ((|SparseUnivariateLaurentSeries| . |UnivariateLaurentSeriesConstructorCategory|) 230386) ((|SparseUnivariateLaurentSeries| . |RadicalCategory|) 230335) ((|SparseUnivariateLaurentSeries| . |TranscendentalFunctionCategory|) 230284) ((|SparseUnivariateLaurentSeries| . |TrigonometricFunctionCategory|) 230233) ((|SparseUnivariateLaurentSeries| . |HyperbolicFunctionCategory|) 230182) ((|SparseUnivariateLaurentSeries| . |ElementaryFunctionCategory|) 230131) ((|SparseUnivariateLaurentSeries| . |ArcTrigonometricFunctionCategory|) 230080) ((|SparseUnivariateLaurentSeries| . |ArcHyperbolicFunctionCategory|) 230029) ((|SparseUnivariateLaurentSeries| . |UnivariatePowerSeriesCategory|) 230001) ((|SparseUnivariateLaurentSeries| . |AbelianMonoidRing|) 229973) ((|SparseUnivariateLaurentSeries| . |Functorial|) 229884) ((|SparseUnivariateLaurentSeries| . |CoercibleFrom|) 229596) ((|SparseUnivariateLaurentSeries| . |Module|) 229311) ((|SparseUnivariateLaurentSeries| . |LinearSet|) 229026) ((|SparseUnivariateLaurentSeries| . |LeftModule|) 228822) ((|SparseUnivariateLaurentSeries| . |LeftLinearSet|) 228598) ((|SparseUnivariateLaurentSeries| . |RightModule|) 228307) ((|SparseUnivariateLaurentSeries| . |RightLinearSet|) 228016) ((|SparseUnivariateLaurentSeries| . |BiModule|) 227704) ((|SparseUnivariateLaurentSeries| . |Algebra|) 227419) ((|SparseUnivariateLaurentSeries| . |PowerSeriesCategory|) 227365) ((|SparseUnivariateLaurentSeries| . |Eltable|) 227080) ((|SparseUnivariateLaurentSeries| . |UnivariateLaurentSeriesCategory|) 227064) ((|SparseUnivariateLaurentSeries| . |Rng|) T) ((|SparseUnivariateLaurentSeries| . |SemiGroup|) T) ((|SparseUnivariateLaurentSeries| . |SemiRing|) T) ((|SparseUnivariateLaurentSeries| . |Monoid|) T) ((|SparseUnivariateLaurentSeries| . |Ring|) T) ((|SparseUnivariateLaurentSeries| . |AbelianGroup|) T) ((|SparseUnivariateLaurentSeries| . |AbelianMonoid|) T) ((|SparseUnivariateLaurentSeries| . |SetCategory|) T) ((|SparseUnivariateLaurentSeries| . |CoercibleTo|) 227038) ((|SparseUnivariateLaurentSeries| . |Type|) T) ((|SparseUnivariateLaurentSeries| . |Join|) T) ((|SparseUnivariateLaurentSeries| . |BasicType|) T) ((|SparseUnivariateLaurentSeries| . |AbelianSemiGroup|) T) ((|SparseUnivariateLaurentSeries| . |CancellationAbelianMonoid|) T) ((|SparseUnivariateLaurentSeries| . |CharacteristicNonZero|) 226882) ((|SparseUnivariateLaurentSeries| . |CharacteristicZero|) 226732) ((|SparseUnivariateLaurentSeries| . |ConvertibleTo|) NIL) ((|SparseUnivariateLaurentSeries| . |DifferentialExtension|) 226656) ((|SparseUnivariateLaurentSeries| . |PartialDifferentialRing|) 226402) ((|SparseUnivariateLaurentSeries| . |PartialDifferentialSpace|) 226023) ((|SparseUnivariateLaurentSeries| . |PartialDifferentialDomain|) 225614) ((|SparseUnivariateLaurentSeries| . |DifferentialSpaceExtension|) 225538) ((|SparseUnivariateLaurentSeries| . |DifferentialSpace|) 225268) ((|SparseUnivariateLaurentSeries| . |DifferentialDomain|) 224992) ((|SparseUnivariateLaurentSeries| . |DifferentialRing|) 224829) ((|SparseUnivariateLaurentSeries| . |Field|) 224805) ((|SparseUnivariateLaurentSeries| . |UniqueFactorizationDomain|) 224781) ((|SparseUnivariateLaurentSeries| . |PrincipalIdealDomain|) 224757) ((|SparseUnivariateLaurentSeries| . |IntegralDomain|) 224696) ((|SparseUnivariateLaurentSeries| . |CommutativeRing|) 224602) ((|SparseUnivariateLaurentSeries| . |GcdDomain|) 224578) ((|SparseUnivariateLaurentSeries| . |EuclideanDomain|) 224554) ((|SparseUnivariateLaurentSeries| . |EntireRing|) 224493) ((|SparseUnivariateLaurentSeries| . |DivisionRing|) 224469) ((|SparseUnivariateLaurentSeries| . |FullyEvalableOver|) 224393) ((|SparseUnivariateLaurentSeries| . |InnerEvalable|) 224008) ((|SparseUnivariateLaurentSeries| . |Evalable|) 223809) ((|SparseUnivariateLaurentSeries| . |FullyLinearlyExplicitRingOver|) 223733) ((|SparseUnivariateLaurentSeries| . |LinearlyExplicitRingOver|) 223657) ((|SparseUnivariateLaurentSeries| . |FullyPatternMatchable|) 223581) ((|SparseUnivariateLaurentSeries| . |PatternMatchable|) NIL) ((|SparseUnivariateLaurentSeries| . |OrderedIntegralDomain|) NIL) ((|SparseUnivariateLaurentSeries| . |OrderedAbelianGroup|) NIL) ((|SparseUnivariateLaurentSeries| . |OrderedAbelianMonoid|) NIL) ((|SparseUnivariateLaurentSeries| . |OrderedSet|) NIL) ((|SparseUnivariateLaurentSeries| . |OrderedType|) NIL) ((|SparseUnivariateLaurentSeries| . |OrderedAbelianSemiGroup|) NIL) ((|SparseUnivariateLaurentSeries| . |OrderedCancellationAbelianMonoid|) NIL) ((|SparseUnivariateLaurentSeries| . |OrderedRing|) NIL) ((|SparseUnivariateLaurentSeries| . |Patternable|) 223505) ((|SparseUnivariateLaurentSeries| . |PolynomialFactorizationExplicit|) NIL) ((|SparseUnivariateLaurentSeries| . |RealConstant|) NIL) ((|SparseUnivariateLaurentSeries| . |RetractableTo|) 223446) ((|SparseUnivariateLaurentSeries| . |StepThrough|) NIL) ((|SparseUnivariateLaurentSeries| . |QuotientFieldCategory|) 223370) ((|SuchThatAst| . |SpadSyntaxCategory|) T) ((|SuchThatAst| . |HomotopicTo|) 223348) ((|SuchThatAst| . |CoercibleTo|) 223303) ((|SuchThatAst| . |CoercibleFrom|) 223281) ((|SuchThatAst| . |SetCategory|) T) ((|SuchThatAst| . |Type|) T) ((|SuchThatAst| . |Join|) T) ((|SuchThatAst| . |BasicType|) T) ((|SuchThatAst| . |AbstractSyntaxCategory|) T) ((|SuchThat| . |SetCategory|) T) ((|SuchThat| . |CoercibleTo|) 223255) ((|SuchThat| . |Type|) T) ((|SuchThat| . |Join|) T) ((|SuchThat| . |BasicType|) T) ((|SubSpace| . |SetCategory|) T) ((|SubSpace| . |CoercibleTo|) 223229) ((|SubSpace| . |Type|) T) ((|SubSpace| . |Join|) T) ((|SubSpace| . |BasicType|) T) ((|StringTable| . |TableAggregate|) 223202) ((|StringTable| . |Dictionary|) 223138) ((|StringTable| . |BagAggregate|) 223074) ((|StringTable| . |ShallowlyMutableAggregate|) 222997) ((|StringTable| . |Collection|) 222933) ((|StringTable| . |ConvertibleTo|) NIL) ((|StringTable| . |DictionaryOperations|) 222869) ((|StringTable| . |IndexedAggregate|) 222842) ((|StringTable| . |Evalable|) 222584) ((|StringTable| . |InnerEvalable|) 222314) ((|StringTable| . |Functorial|) 222237) ((|StringTable| . |HomogeneousAggregate|) 222160) ((|StringTable| . |Eltable|) 222133) ((|StringTable| . |EltableAggregate|) 222106) ((|StringTable| . |KeyedDictionary|) 222079) ((|StringTable| . |SetCategory|) T) ((|StringTable| . |CoercibleTo|) 222053) ((|StringTable| . |BasicType|) T) ((|StringTable| . |Type|) T) ((|StringTable| . |Join|) T) ((|StringTable| . |Aggregate|) T) ((|StringTable| . |FiniteAggregate|) 221989) ((|String| . |StringAggregate|) T) ((|String| . |FiniteLinearAggregate|) 221964) ((|String| . |OrderedType|) T) ((|String| . |OrderedSet|) T) ((|String| . |Collection|) 221939) ((|String| . |ConvertibleTo|) NIL) ((|String| . |Eltable|) 221859) ((|String| . |IndexedAggregate|) 221822) ((|String| . |EltableAggregate|) 221785) ((|String| . |LinearAggregate|) 221760) ((|String| . |HomogeneousAggregate|) 221735) ((|String| . |SetCategory|) T) ((|String| . |Functorial|) 221710) ((|String| . |InnerEvalable|) NIL) ((|String| . |Evalable|) NIL) ((|String| . |CoercibleTo|) 221684) ((|String| . |BasicType|) T) ((|String| . |Type|) T) ((|String| . |Join|) T) ((|String| . |Aggregate|) T) ((|String| . |FiniteAggregate|) 221659) ((|String| . |ShallowlyMutableAggregate|) 221634) ((|String| . |OneDimensionalArrayAggregate|) 221609) ((|Stream| . |LazyStreamAggregate|) 221593) ((|Stream| . |LinearAggregate|) 221577) ((|Stream| . |EltableAggregate|) 221549) ((|Stream| . |Eltable|) 221478) ((|Stream| . |IndexedAggregate|) 221450) ((|Stream| . |ConvertibleTo|) 221386) ((|Stream| . |HomogeneousAggregate|) 221370) ((|Stream| . |SetCategory|) 221340) ((|Stream| . |Functorial|) 221324) ((|Stream| . |InnerEvalable|) 221243) ((|Stream| . |Evalable|) 221167) ((|Stream| . |CoercibleTo|) 221069) ((|Stream| . |BasicType|) 221007) ((|Stream| . |Type|) T) ((|Stream| . |Join|) T) ((|Stream| . |Aggregate|) T) ((|Stream| . |Collection|) 220991) ((|Stream| . |UnaryRecursiveAggregate|) 220975) ((|Stream| . |RecursiveAggregate|) 220959) ((|Stream| . |StreamAggregate|) 220943) ((|Stream| . |CoercibleFrom|) 220918) ((|Stream| . |ShallowlyMutableAggregate|) 220902) ((|StepAst| . |SpadSyntaxCategory|) T) ((|StepAst| . |HomotopicTo|) 220880) ((|StepAst| . |CoercibleTo|) 220835) ((|StepAst| . |CoercibleFrom|) 220813) ((|StepAst| . |SetCategory|) T) ((|StepAst| . |Type|) T) ((|StepAst| . |Join|) T) ((|StepAst| . |BasicType|) T) ((|StepAst| . |AbstractSyntaxCategory|) T) ((|SparseTable| . |TableAggregate|) 220792) ((|SparseTable| . |Dictionary|) 220734) ((|SparseTable| . |BagAggregate|) 220676) ((|SparseTable| . |ShallowlyMutableAggregate|) 220605) ((|SparseTable| . |Collection|) 220547) ((|SparseTable| . |ConvertibleTo|) NIL) ((|SparseTable| . |DictionaryOperations|) 220489) ((|SparseTable| . |IndexedAggregate|) 220468) ((|SparseTable| . |Evalable|) 220228) ((|SparseTable| . |InnerEvalable|) 219976) ((|SparseTable| . |Functorial|) 219905) ((|SparseTable| . |HomogeneousAggregate|) 219834) ((|SparseTable| . |Eltable|) 219813) ((|SparseTable| . |EltableAggregate|) 219792) ((|SparseTable| . |KeyedDictionary|) 219771) ((|SparseTable| . |SetCategory|) T) ((|SparseTable| . |CoercibleTo|) 219745) ((|SparseTable| . |BasicType|) T) ((|SparseTable| . |Type|) T) ((|SparseTable| . |Join|) T) ((|SparseTable| . |Aggregate|) T) ((|SparseTable| . |FiniteAggregate|) 219687) ((|Stack| . |StackAggregate|) 219671) ((|Stack| . |FiniteAggregate|) 219655) ((|Stack| . |HomogeneousAggregate|) 219639) ((|Stack| . |SetCategory|) 219609) ((|Stack| . |Functorial|) 219593) ((|Stack| . |InnerEvalable|) 219512) ((|Stack| . |Evalable|) 219436) ((|Stack| . |CoercibleTo|) 219338) ((|Stack| . |BasicType|) 219276) ((|Stack| . |Type|) T) ((|Stack| . |Join|) T) ((|Stack| . |Aggregate|) T) ((|Stack| . |ShallowlyMutableAggregate|) 219260) ((|Stack| . |BagAggregate|) 219244) ((|SquareFreeRegularTriangularSet| . |SquareFreeRegularTriangularSetCategory|) 219213) ((|SquareFreeRegularTriangularSet| . |TriangularSetCategory|) 219182) ((|SquareFreeRegularTriangularSet| . |ShallowlyMutableAggregate|) 219166) ((|SquareFreeRegularTriangularSet| . |CoercibleTo|) 219118) ((|SquareFreeRegularTriangularSet| . |Collection|) 219102) ((|SquareFreeRegularTriangularSet| . |Aggregate|) T) ((|SquareFreeRegularTriangularSet| . |Join|) T) ((|SquareFreeRegularTriangularSet| . |Type|) T) ((|SquareFreeRegularTriangularSet| . |BasicType|) T) ((|SquareFreeRegularTriangularSet| . |Evalable|) 219026) ((|SquareFreeRegularTriangularSet| . |InnerEvalable|) 218945) ((|SquareFreeRegularTriangularSet| . |Functorial|) 218929) ((|SquareFreeRegularTriangularSet| . |SetCategory|) T) ((|SquareFreeRegularTriangularSet| . |HomogeneousAggregate|) 218913) ((|SquareFreeRegularTriangularSet| . |ConvertibleTo|) 218849) ((|SquareFreeRegularTriangularSet| . |FiniteAggregate|) 218833) ((|SquareFreeRegularTriangularSet| . |PolynomialSetCategory|) 218802) ((|SquareFreeRegularTriangularSet| . |RegularTriangularSetCategory|) 218771) ((|SquareMatrix| . |SquareMatrixCategory|) 218715) ((|SquareMatrix| . |FiniteAggregate|) 218699) ((|SquareMatrix| . |Aggregate|) T) ((|SquareMatrix| . |Evalable|) 218623) ((|SquareMatrix| . |InnerEvalable|) 218542) ((|SquareMatrix| . |Functorial|) 218526) ((|SquareMatrix| . |HomogeneousAggregate|) 218510) ((|SquareMatrix| . |RectangularMatrixCategory|) 218449) ((|SquareMatrix| . |RetractableTo|) 218293) ((|SquareMatrix| . |CoercibleFrom|) 218174) ((|SquareMatrix| . |FullyRetractableTo|) 218158) ((|SquareMatrix| . |LinearlyExplicitRingOver|) 218074) ((|SquareMatrix| . |LeftModule|) 217980) ((|SquareMatrix| . |FullyLinearlyExplicitRingOver|) 217964) ((|SquareMatrix| . |DifferentialRing|) 217929) ((|SquareMatrix| . |DifferentialDomain|) 217848) ((|SquareMatrix| . |DifferentialSpace|) 217773) ((|SquareMatrix| . |DifferentialSpaceExtension|) 217757) ((|SquareMatrix| . |PartialDifferentialDomain|) 217629) ((|SquareMatrix| . |PartialDifferentialSpace|) 217503) ((|SquareMatrix| . |PartialDifferentialRing|) 217435) ((|SquareMatrix| . |DifferentialExtension|) 217419) ((|SquareMatrix| . |Module|) 217326) ((|SquareMatrix| . |LinearSet|) 217233) ((|SquareMatrix| . |LeftLinearSet|) 217187) ((|SquareMatrix| . |CancellationAbelianMonoid|) T) ((|SquareMatrix| . |AbelianSemiGroup|) T) ((|SquareMatrix| . |BasicType|) T) ((|SquareMatrix| . |Join|) T) ((|SquareMatrix| . |Type|) T) ((|SquareMatrix| . |CoercibleTo|) 217137) ((|SquareMatrix| . |SetCategory|) T) ((|SquareMatrix| . |AbelianMonoid|) T) ((|SquareMatrix| . |AbelianGroup|) T) ((|SquareMatrix| . |RightModule|) 217121) ((|SquareMatrix| . |RightLinearSet|) 217105) ((|SquareMatrix| . |BiModule|) 217084) ((|SquareMatrix| . |Ring|) T) ((|SquareMatrix| . |Monoid|) T) ((|SquareMatrix| . |SemiRing|) T) ((|SquareMatrix| . |SemiGroup|) T) ((|SquareMatrix| . |Rng|) T) ((|SquareMatrix| . |Algebra|) 217029) ((|SquareMatrix| . |ConvertibleTo|) 216970) ((|SplittingTree| . |RecursiveAggregate|) 216931) ((|SplittingTree| . |Aggregate|) T) ((|SplittingTree| . |Join|) T) ((|SplittingTree| . |Type|) T) ((|SplittingTree| . |BasicType|) T) ((|SplittingTree| . |CoercibleTo|) 216905) ((|SplittingTree| . |Evalable|) 216795) ((|SplittingTree| . |InnerEvalable|) 216678) ((|SplittingTree| . |Functorial|) 216639) ((|SplittingTree| . |SetCategory|) T) ((|SplittingTree| . |HomogeneousAggregate|) 216600) ((|SplittingTree| . |FiniteAggregate|) 216561) ((|SplittingTree| . |ShallowlyMutableAggregate|) 216522) ((|SplittingNode| . |SetCategory|) T) ((|SplittingNode| . |CoercibleTo|) 216496) ((|SplittingNode| . |Type|) T) ((|SplittingNode| . |Join|) T) ((|SplittingNode| . |BasicType|) T) ((|SpadAst| . |SpadAstExports|) T) ((|SpadAst| . |UnionType|) T) ((|SpadAst| . |AbstractSyntaxCategory|) T) ((|SpadAst| . |BasicType|) T) ((|SpadAst| . |Join|) T) ((|SpadAst| . |Type|) T) ((|SpadAst| . |CoercibleTo|) 216451) ((|SpadAst| . |SetCategory|) T) ((|SpadAst| . |CoercibleFrom|) 216429) ((|SpadAst| . |HomotopicTo|) 216407) ((|SpadAst| . |SpadSyntaxCategory|) T) ((|ThreeSpace| . |ThreeSpaceCategory|) 216391) ((|ThreeSpace| . |BasicType|) T) ((|ThreeSpace| . |Join|) T) ((|ThreeSpace| . |Type|) T) ((|ThreeSpace| . |CoercibleTo|) 216365) ((|ThreeSpace| . |SetCategory|) T) ((|SparseMultivariateTaylorSeries| . |MultivariateTaylorSeriesCategory|) 216344) ((|SparseMultivariateTaylorSeries| . |ArcHyperbolicFunctionCategory|) 216293) ((|SparseMultivariateTaylorSeries| . |ArcTrigonometricFunctionCategory|) 216242) ((|SparseMultivariateTaylorSeries| . |ElementaryFunctionCategory|) 216191) ((|SparseMultivariateTaylorSeries| . |HyperbolicFunctionCategory|) 216140) ((|SparseMultivariateTaylorSeries| . |TrigonometricFunctionCategory|) 216089) ((|SparseMultivariateTaylorSeries| . |TranscendentalFunctionCategory|) 216038) ((|SparseMultivariateTaylorSeries| . |RadicalCategory|) 215987) ((|SparseMultivariateTaylorSeries| . |AbelianMonoidRing|) 215945) ((|SparseMultivariateTaylorSeries| . |Algebra|) 215789) ((|SparseMultivariateTaylorSeries| . |LinearSet|) 215633) ((|SparseMultivariateTaylorSeries| . |Module|) 215477) ((|SparseMultivariateTaylorSeries| . |CoercibleFrom|) 215301) ((|SparseMultivariateTaylorSeries| . |EntireRing|) 215268) ((|SparseMultivariateTaylorSeries| . |IntegralDomain|) 215235) ((|SparseMultivariateTaylorSeries| . |Functorial|) 215219) ((|SparseMultivariateTaylorSeries| . |BiModule|) 215038) ((|SparseMultivariateTaylorSeries| . |RightLinearSet|) 214871) ((|SparseMultivariateTaylorSeries| . |RightModule|) 214704) ((|SparseMultivariateTaylorSeries| . |CommutativeRing|) 214633) ((|SparseMultivariateTaylorSeries| . |CharacteristicZero|) 214596) ((|SparseMultivariateTaylorSeries| . |CharacteristicNonZero|) 214556) ((|SparseMultivariateTaylorSeries| . |LeftModule|) 214453) ((|SparseMultivariateTaylorSeries| . |LeftLinearSet|) 214330) ((|SparseMultivariateTaylorSeries| . |PowerSeriesCategory|) 214283) ((|SparseMultivariateTaylorSeries| . |PartialDifferentialSpace|) 214267) ((|SparseMultivariateTaylorSeries| . |Type|) T) ((|SparseMultivariateTaylorSeries| . |Join|) T) ((|SparseMultivariateTaylorSeries| . |PartialDifferentialDomain|) 214249) ((|SparseMultivariateTaylorSeries| . |Ring|) T) ((|SparseMultivariateTaylorSeries| . |Monoid|) T) ((|SparseMultivariateTaylorSeries| . |SemiRing|) T) ((|SparseMultivariateTaylorSeries| . |SemiGroup|) T) ((|SparseMultivariateTaylorSeries| . |Rng|) T) ((|SparseMultivariateTaylorSeries| . |AbelianGroup|) T) ((|SparseMultivariateTaylorSeries| . |AbelianMonoid|) T) ((|SparseMultivariateTaylorSeries| . |SetCategory|) T) ((|SparseMultivariateTaylorSeries| . |CoercibleTo|) 214223) ((|SparseMultivariateTaylorSeries| . |BasicType|) T) ((|SparseMultivariateTaylorSeries| . |AbelianSemiGroup|) T) ((|SparseMultivariateTaylorSeries| . |CancellationAbelianMonoid|) T) ((|SparseMultivariateTaylorSeries| . |PartialDifferentialRing|) 214207) ((|SparseMultivariateTaylorSeries| . |InnerEvalable|) 214177) ((|SparseMultivariateTaylorSeries| . |Evalable|) 214164) ((|SparseMultivariatePolynomial| . |PolynomialCategory|) 214117) ((|SparseMultivariatePolynomial| . |CoercibleFrom|) 213813) ((|SparseMultivariatePolynomial| . |RetractableTo|) 213644) ((|SparseMultivariatePolynomial| . |UniqueFactorizationDomain|) 213594) ((|SparseMultivariatePolynomial| . |PolynomialFactorizationExplicit|) 213544) ((|SparseMultivariatePolynomial| . |PatternMatchable|) 213323) ((|SparseMultivariatePolynomial| . |PartialDifferentialSpace|) 213307) ((|SparseMultivariatePolynomial| . |PartialDifferentialDomain|) 213289) ((|SparseMultivariatePolynomial| . |PartialDifferentialRing|) 213273) ((|SparseMultivariatePolynomial| . |InnerEvalable|) 213225) ((|SparseMultivariatePolynomial| . |GcdDomain|) 213143) ((|SparseMultivariatePolynomial| . |LinearlyExplicitRingOver|) 213059) ((|SparseMultivariatePolynomial| . |LeftModule|) 212888) ((|SparseMultivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 212872) ((|SparseMultivariatePolynomial| . |AbelianMonoidRing|) 212830) ((|SparseMultivariatePolynomial| . |Algebra|) 212593) ((|SparseMultivariatePolynomial| . |LinearSet|) 212356) ((|SparseMultivariatePolynomial| . |Module|) 212119) ((|SparseMultivariatePolynomial| . |EntireRing|) 212005) ((|SparseMultivariatePolynomial| . |IntegralDomain|) 211891) ((|SparseMultivariatePolynomial| . |Functorial|) 211875) ((|SparseMultivariatePolynomial| . |BiModule|) 211618) ((|SparseMultivariatePolynomial| . |RightLinearSet|) 211375) ((|SparseMultivariatePolynomial| . |RightModule|) 211132) ((|SparseMultivariatePolynomial| . |CommutativeRing|) 210985) ((|SparseMultivariatePolynomial| . |CharacteristicZero|) 210948) ((|SparseMultivariatePolynomial| . |CharacteristicNonZero|) 210908) ((|SparseMultivariatePolynomial| . |LeftLinearSet|) 210785) ((|SparseMultivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|SparseMultivariatePolynomial| . |AbelianSemiGroup|) T) ((|SparseMultivariatePolynomial| . |BasicType|) T) ((|SparseMultivariatePolynomial| . |Join|) T) ((|SparseMultivariatePolynomial| . |Type|) T) ((|SparseMultivariatePolynomial| . |CoercibleTo|) 210759) ((|SparseMultivariatePolynomial| . |SetCategory|) T) ((|SparseMultivariatePolynomial| . |AbelianMonoid|) T) ((|SparseMultivariatePolynomial| . |AbelianGroup|) T) ((|SparseMultivariatePolynomial| . |Ring|) T) ((|SparseMultivariatePolynomial| . |Monoid|) T) ((|SparseMultivariatePolynomial| . |SemiRing|) T) ((|SparseMultivariatePolynomial| . |SemiGroup|) T) ((|SparseMultivariatePolynomial| . |Rng|) T) ((|SparseMultivariatePolynomial| . |FullyRetractableTo|) 210743) ((|SparseMultivariatePolynomial| . |FiniteAbelianMonoidRing|) 210701) ((|SparseMultivariatePolynomial| . |Evalable|) 210688) ((|SparseMultivariatePolynomial| . |ConvertibleTo|) 210295) ((|SingleInteger| . |IntegerNumberSystem|) T) ((|SingleInteger| . |UniqueFactorizationDomain|) T) ((|SingleInteger| . |StepThrough|) T) ((|SingleInteger| . |RetractableTo|) 210272) ((|SingleInteger| . |ConvertibleTo|) 210158) ((|SingleInteger| . |RealConstant|) T) ((|SingleInteger| . |PatternMatchable|) 210135) ((|SingleInteger| . |OrderedRing|) T) ((|SingleInteger| . |OrderedCancellationAbelianMonoid|) T) ((|SingleInteger| . |OrderedAbelianSemiGroup|) T) ((|SingleInteger| . |OrderedType|) T) ((|SingleInteger| . |OrderedSet|) T) ((|SingleInteger| . |OrderedAbelianMonoid|) T) ((|SingleInteger| . |OrderedAbelianGroup|) T) ((|SingleInteger| . |OrderedIntegralDomain|) T) ((|SingleInteger| . |LeftModule|) 210102) ((|SingleInteger| . |LinearlyExplicitRingOver|) 210079) ((|SingleInteger| . |PrincipalIdealDomain|) T) ((|SingleInteger| . |IntegralDomain|) T) ((|SingleInteger| . |EntireRing|) T) ((|SingleInteger| . |CommutativeRing|) T) ((|SingleInteger| . |CoercibleFrom|) 210046) ((|SingleInteger| . |Module|) 210033) ((|SingleInteger| . |LinearSet|) 210020) ((|SingleInteger| . |RightModule|) 210007) ((|SingleInteger| . |RightLinearSet|) 209994) ((|SingleInteger| . |BiModule|) 209979) ((|SingleInteger| . |Algebra|) 209966) ((|SingleInteger| . |GcdDomain|) T) ((|SingleInteger| . |EuclideanDomain|) T) ((|SingleInteger| . |DifferentialSpace|) T) ((|SingleInteger| . |DifferentialDomain|) 209953) ((|SingleInteger| . |DifferentialRing|) T) ((|SingleInteger| . |CombinatorialFunctionCategory|) T) ((|SingleInteger| . |Ring|) T) ((|SingleInteger| . |Monoid|) T) ((|SingleInteger| . |SemiRing|) T) ((|SingleInteger| . |SemiGroup|) T) ((|SingleInteger| . |Rng|) T) ((|SingleInteger| . |AbelianGroup|) T) ((|SingleInteger| . |LeftLinearSet|) 209920) ((|SingleInteger| . |AbelianMonoid|) T) ((|SingleInteger| . |SetCategory|) T) ((|SingleInteger| . |CoercibleTo|) 209894) ((|SingleInteger| . |Type|) T) ((|SingleInteger| . |Join|) T) ((|SingleInteger| . |BasicType|) T) ((|SingleInteger| . |AbelianSemiGroup|) T) ((|SingleInteger| . |CancellationAbelianMonoid|) T) ((|SingleInteger| . |CharacteristicZero|) T) ((|SingleInteger| . |OrderedFinite|) T) ((|SingleInteger| . |Finite|) T) ((|SingleInteger| . |BooleanLogic|) T) ((|SingleInteger| . |Logic|) T) ((|SignatureAst| . |SpadSyntaxCategory|) T) ((|SignatureAst| . |HomotopicTo|) 209872) ((|SignatureAst| . |CoercibleTo|) 209827) ((|SignatureAst| . |CoercibleFrom|) 209805) ((|SignatureAst| . |SetCategory|) T) ((|SignatureAst| . |Type|) T) ((|SignatureAst| . |Join|) T) ((|SignatureAst| . |BasicType|) T) ((|SignatureAst| . |AbstractSyntaxCategory|) T) ((|Signature| . |SetCategory|) T) ((|Signature| . |CoercibleTo|) 209779) ((|Signature| . |Type|) T) ((|Signature| . |Join|) T) ((|Signature| . |BasicType|) T) ((|SplitHomogeneousDirectProduct| . |DirectProductCategory|) 209758) ((|SplitHomogeneousDirectProduct| . |VectorSpace|) 209725) ((|SplitHomogeneousDirectProduct| . |OrderedCancellationAbelianMonoid|) 209683) ((|SplitHomogeneousDirectProduct| . |OrderedAbelianSemiGroup|) 209641) ((|SplitHomogeneousDirectProduct| . |OrderedType|) 209566) ((|SplitHomogeneousDirectProduct| . |OrderedSet|) 209491) ((|SplitHomogeneousDirectProduct| . |OrderedAbelianMonoid|) 209449) ((|SplitHomogeneousDirectProduct| . |OrderedAbelianMonoidSup|) 209407) ((|SplitHomogeneousDirectProduct| . |Module|) 209336) ((|SplitHomogeneousDirectProduct| . |LinearSet|) 209241) ((|SplitHomogeneousDirectProduct| . |EltableAggregate|) 209213) ((|SplitHomogeneousDirectProduct| . |Eltable|) 209185) ((|SplitHomogeneousDirectProduct| . |IndexedAggregate|) 209157) ((|SplitHomogeneousDirectProduct| . |RetractableTo|) 208908) ((|SplitHomogeneousDirectProduct| . |CoercibleFrom|) 208632) ((|SplitHomogeneousDirectProduct| . |FullyRetractableTo|) 208593) ((|SplitHomogeneousDirectProduct| . |LinearlyExplicitRingOver|) 208465) ((|SplitHomogeneousDirectProduct| . |LeftModule|) 208250) ((|SplitHomogeneousDirectProduct| . |FullyLinearlyExplicitRingOver|) 208218) ((|SplitHomogeneousDirectProduct| . |HomogeneousAggregate|) 208202) ((|SplitHomogeneousDirectProduct| . |Functorial|) 208186) ((|SplitHomogeneousDirectProduct| . |InnerEvalable|) 208105) ((|SplitHomogeneousDirectProduct| . |Evalable|) 208029) ((|SplitHomogeneousDirectProduct| . |Aggregate|) T) ((|SplitHomogeneousDirectProduct| . |FiniteAggregate|) 208013) ((|SplitHomogeneousDirectProduct| . |Finite|) 207988) ((|SplitHomogeneousDirectProduct| . |DifferentialRing|) 207925) ((|SplitHomogeneousDirectProduct| . |LeftLinearSet|) 207655) ((|SplitHomogeneousDirectProduct| . |Rng|) 207632) ((|SplitHomogeneousDirectProduct| . |SemiGroup|) 207609) ((|SplitHomogeneousDirectProduct| . |SemiRing|) 207586) ((|SplitHomogeneousDirectProduct| . |Monoid|) 207563) ((|SplitHomogeneousDirectProduct| . |Ring|) 207540) ((|SplitHomogeneousDirectProduct| . |DifferentialDomain|) 207403) ((|SplitHomogeneousDirectProduct| . |DifferentialSpace|) 207272) ((|SplitHomogeneousDirectProduct| . |DifferentialSpaceExtension|) 207240) ((|SplitHomogeneousDirectProduct| . |PartialDifferentialDomain|) 207056) ((|SplitHomogeneousDirectProduct| . |PartialDifferentialSpace|) 206874) ((|SplitHomogeneousDirectProduct| . |PartialDifferentialRing|) 206778) ((|SplitHomogeneousDirectProduct| . |DifferentialExtension|) 206746) ((|SplitHomogeneousDirectProduct| . |CoercibleTo|) 206291) ((|SplitHomogeneousDirectProduct| . |RightModule|) 206198) ((|SplitHomogeneousDirectProduct| . |RightLinearSet|) 206081) ((|SplitHomogeneousDirectProduct| . |BiModule|) 205983) ((|SplitHomogeneousDirectProduct| . |CancellationAbelianMonoid|) 205785) ((|SplitHomogeneousDirectProduct| . |AbelianSemiGroup|) 205522) ((|SplitHomogeneousDirectProduct| . |BasicType|) 205127) ((|SplitHomogeneousDirectProduct| . |Join|) T) ((|SplitHomogeneousDirectProduct| . |Type|) T) ((|SplitHomogeneousDirectProduct| . |SetCategory|) 204759) ((|SplitHomogeneousDirectProduct| . |AbelianMonoid|) 204530) ((|SplitHomogeneousDirectProduct| . |AbelianGroup|) 204416) ((|SemiGroupOperation| . |SemiGroupOperatorCategory|) 204400) ((|SemiGroupOperation| . |MappingCategory|) 204374) ((|SemiGroupOperation| . |Type|) T) ((|SemiGroupOperation| . |BinaryOperatorCategory|) 204358) ((|SemiGroupOperation| . |SetCategory|) T) ((|SemiGroupOperation| . |CoercibleTo|) 204332) ((|SemiGroupOperation| . |Join|) T) ((|SemiGroupOperation| . |BasicType|) T) ((|SExpressionOf| . |SExpressionCategory|) 204296) ((|SExpressionOf| . |BasicType|) T) ((|SExpressionOf| . |CoercibleTo|) 204270) ((|SExpressionOf| . |SetCategory|) T) ((|SExpressionOf| . |Eltable|) 204214) ((|SExpressionOf| . |Type|) T) ((|SExpressionOf| . |Join|) T) ((|SExpressionOf| . |ConvertibleFrom|) 204127) ((|SExpression| . |SExpressionCategory|) 204051) ((|SExpression| . |BasicType|) T) ((|SExpression| . |CoercibleTo|) 204025) ((|SExpression| . |SetCategory|) T) ((|SExpression| . |Eltable|) 203969) ((|SExpression| . |Type|) T) ((|SExpression| . |Join|) T) ((|SExpression| . |ConvertibleFrom|) 203842) ((|SetOfMIntegersInOneToN| . |Finite|) T) ((|SetOfMIntegersInOneToN| . |BasicType|) T) ((|SetOfMIntegersInOneToN| . |Join|) T) ((|SetOfMIntegersInOneToN| . |Type|) T) ((|SetOfMIntegersInOneToN| . |CoercibleTo|) 203816) ((|SetOfMIntegersInOneToN| . |SetCategory|) T) ((|Set| . |FiniteSetAggregate|) 203800) ((|Set| . |SetAggregate|) 203784) ((|Set| . |FiniteAggregate|) 203768) ((|Set| . |Finite|) 203743) ((|Set| . |DictionaryOperations|) 203727) ((|Set| . |ConvertibleTo|) 203663) ((|Set| . |Collection|) 203647) ((|Set| . |HomogeneousAggregate|) 203631) ((|Set| . |SetCategory|) T) ((|Set| . |Functorial|) 203615) ((|Set| . |InnerEvalable|) 203534) ((|Set| . |Evalable|) 203458) ((|Set| . |CoercibleTo|) 203432) ((|Set| . |BasicType|) T) ((|Set| . |Type|) T) ((|Set| . |Join|) T) ((|Set| . |Aggregate|) T) ((|Set| . |ShallowlyMutableAggregate|) 203416) ((|Set| . |BagAggregate|) 203400) ((|Set| . |Dictionary|) 203384) ((|SequenceAst| . |SpadSyntaxCategory|) T) ((|SequenceAst| . |HomotopicTo|) 203362) ((|SequenceAst| . |CoercibleTo|) 203317) ((|SequenceAst| . |CoercibleFrom|) 203295) ((|SequenceAst| . |SetCategory|) T) ((|SequenceAst| . |Type|) T) ((|SequenceAst| . |Join|) T) ((|SequenceAst| . |BasicType|) T) ((|SequenceAst| . |AbstractSyntaxCategory|) T) ((|SegmentBinding| . |Type|) T) ((|SegmentBinding| . |Join|) T) ((|SegmentBinding| . |SetCategory|) 203253) ((|SegmentBinding| . |CoercibleTo|) 203192) ((|SegmentBinding| . |BasicType|) 203150) ((|SegmentAst| . |SpadSyntaxCategory|) T) ((|SegmentAst| . |HomotopicTo|) 203128) ((|SegmentAst| . |CoercibleTo|) 203083) ((|SegmentAst| . |CoercibleFrom|) 203061) ((|SegmentAst| . |SetCategory|) T) ((|SegmentAst| . |Type|) T) ((|SegmentAst| . |Join|) T) ((|SegmentAst| . |BasicType|) T) ((|SegmentAst| . |AbstractSyntaxCategory|) T) ((|Segment| . |SegmentCategory|) 203045) ((|Segment| . |ConvertibleFrom|) 203029) ((|Segment| . |SetCategory|) 202999) ((|Segment| . |CoercibleTo|) 202950) ((|Segment| . |Type|) 202920) ((|Segment| . |Join|) 202890) ((|Segment| . |BasicType|) 202860) ((|Segment| . |SegmentExpansionCategory|) 202807) ((|SequentialDifferentialVariable| . |DifferentialVariableCategory|) 202791) ((|SequentialDifferentialVariable| . |CoercibleFrom|) 202775) ((|SequentialDifferentialVariable| . |RetractableTo|) 202759) ((|SequentialDifferentialVariable| . |OrderedType|) T) ((|SequentialDifferentialVariable| . |BasicType|) T) ((|SequentialDifferentialVariable| . |SetCategory|) T) ((|SequentialDifferentialVariable| . |CoercibleTo|) 202733) ((|SequentialDifferentialVariable| . |OrderedSet|) T) ((|SequentialDifferentialVariable| . |DifferentialDomain|) 202720) ((|SequentialDifferentialVariable| . |Join|) T) ((|SequentialDifferentialVariable| . |Type|) T) ((|SequentialDifferentialVariable| . |DifferentialSpace|) T) ((|SequentialDifferentialPolynomial| . |DifferentialPolynomialCategory|) 202623) ((|SequentialDifferentialPolynomial| . |CoercibleFrom|) 202213) ((|SequentialDifferentialPolynomial| . |RetractableTo|) 201938) ((|SequentialDifferentialPolynomial| . |ConvertibleTo|) NIL) ((|SequentialDifferentialPolynomial| . |FiniteAbelianMonoidRing|) 201855) ((|SequentialDifferentialPolynomial| . |FullyRetractableTo|) 201839) ((|SequentialDifferentialPolynomial| . |Algebra|) 201602) ((|SequentialDifferentialPolynomial| . |BiModule|) 201345) ((|SequentialDifferentialPolynomial| . |RightLinearSet|) 201102) ((|SequentialDifferentialPolynomial| . |RightModule|) 200859) ((|SequentialDifferentialPolynomial| . |LeftLinearSet|) 200736) ((|SequentialDifferentialPolynomial| . |LeftModule|) 200565) ((|SequentialDifferentialPolynomial| . |LinearSet|) 200328) ((|SequentialDifferentialPolynomial| . |Module|) 200091) ((|SequentialDifferentialPolynomial| . |CharacteristicNonZero|) 200051) ((|SequentialDifferentialPolynomial| . |CharacteristicZero|) 200014) ((|SequentialDifferentialPolynomial| . |CommutativeRing|) 199867) ((|SequentialDifferentialPolynomial| . |Functorial|) 199851) ((|SequentialDifferentialPolynomial| . |IntegralDomain|) 199737) ((|SequentialDifferentialPolynomial| . |EntireRing|) 199623) ((|SequentialDifferentialPolynomial| . |AbelianMonoidRing|) 199540) ((|SequentialDifferentialPolynomial| . |FullyLinearlyExplicitRingOver|) 199524) ((|SequentialDifferentialPolynomial| . |LinearlyExplicitRingOver|) 199440) ((|SequentialDifferentialPolynomial| . |GcdDomain|) 199358) ((|SequentialDifferentialPolynomial| . |InnerEvalable|) 199185) ((|SequentialDifferentialPolynomial| . |PartialDifferentialRing|) 199063) ((|SequentialDifferentialPolynomial| . |PartialDifferentialDomain|) 198879) ((|SequentialDifferentialPolynomial| . |PartialDifferentialSpace|) 198699) ((|SequentialDifferentialPolynomial| . |PatternMatchable|) NIL) ((|SequentialDifferentialPolynomial| . |PolynomialFactorizationExplicit|) 198649) ((|SequentialDifferentialPolynomial| . |UniqueFactorizationDomain|) 198599) ((|SequentialDifferentialPolynomial| . |PolynomialCategory|) 198509) ((|SequentialDifferentialPolynomial| . |Evalable|) 198496) ((|SequentialDifferentialPolynomial| . |DifferentialRing|) 198461) ((|SequentialDifferentialPolynomial| . |CancellationAbelianMonoid|) T) ((|SequentialDifferentialPolynomial| . |AbelianSemiGroup|) T) ((|SequentialDifferentialPolynomial| . |BasicType|) T) ((|SequentialDifferentialPolynomial| . |CoercibleTo|) 198435) ((|SequentialDifferentialPolynomial| . |SetCategory|) T) ((|SequentialDifferentialPolynomial| . |AbelianMonoid|) T) ((|SequentialDifferentialPolynomial| . |AbelianGroup|) T) ((|SequentialDifferentialPolynomial| . |Rng|) T) ((|SequentialDifferentialPolynomial| . |SemiGroup|) T) ((|SequentialDifferentialPolynomial| . |SemiRing|) T) ((|SequentialDifferentialPolynomial| . |Monoid|) T) ((|SequentialDifferentialPolynomial| . |Ring|) T) ((|SequentialDifferentialPolynomial| . |DifferentialDomain|) 198354) ((|SequentialDifferentialPolynomial| . |Join|) T) ((|SequentialDifferentialPolynomial| . |Type|) T) ((|SequentialDifferentialPolynomial| . |DifferentialSpace|) 198279) ((|SequentialDifferentialPolynomial| . |DifferentialSpaceExtension|) 198263) ((|SequentialDifferentialPolynomial| . |DifferentialExtension|) 198247) ((|Scope| . |CoercibleTo|) 198221) ((|SingletonAsOrderedSet| . |OrderedSet|) T) ((|SingletonAsOrderedSet| . |CoercibleTo|) 198195) ((|SingletonAsOrderedSet| . |SetCategory|) T) ((|SingletonAsOrderedSet| . |BasicType|) T) ((|SingletonAsOrderedSet| . |Join|) T) ((|SingletonAsOrderedSet| . |Type|) T) ((|SingletonAsOrderedSet| . |OrderedType|) T) ((|SingletonAsOrderedSet| . |ConvertibleTo|) 198173) ((|SimpleAlgebraicExtension| . |MonogenicAlgebra|) 198152) ((|SimpleAlgebraicExtension| . |RetractableTo|) 197996) ((|SimpleAlgebraicExtension| . |FullyRetractableTo|) 197980) ((|SimpleAlgebraicExtension| . |LinearlyExplicitRingOver|) 197896) ((|SimpleAlgebraicExtension| . |LeftModule|) 197710) ((|SimpleAlgebraicExtension| . |FullyLinearlyExplicitRingOver|) 197694) ((|SimpleAlgebraicExtension| . |FiniteRankAlgebra|) 197673) ((|SimpleAlgebraicExtension| . |CharacteristicZero|) 197636) ((|SimpleAlgebraicExtension| . |CoercibleFrom|) 197383) ((|SimpleAlgebraicExtension| . |Module|) 197206) ((|SimpleAlgebraicExtension| . |LinearSet|) 197029) ((|SimpleAlgebraicExtension| . |LeftLinearSet|) 196891) ((|SimpleAlgebraicExtension| . |RightModule|) 196773) ((|SimpleAlgebraicExtension| . |RightLinearSet|) 196655) ((|SimpleAlgebraicExtension| . |BiModule|) 196523) ((|SimpleAlgebraicExtension| . |Algebra|) 196346) ((|SimpleAlgebraicExtension| . |FramedAlgebra|) 196325) ((|SimpleAlgebraicExtension| . |FieldOfPrimeCharacteristic|) 196287) ((|SimpleAlgebraicExtension| . |CharacteristicNonZero|) 196205) ((|SimpleAlgebraicExtension| . |StepThrough|) 196167) ((|SimpleAlgebraicExtension| . |FiniteFieldCategory|) 196129) ((|SimpleAlgebraicExtension| . |Finite|) 196062) ((|SimpleAlgebraicExtension| . |DivisionRing|) 195996) ((|SimpleAlgebraicExtension| . |EntireRing|) 195930) ((|SimpleAlgebraicExtension| . |EuclideanDomain|) 195864) ((|SimpleAlgebraicExtension| . |GcdDomain|) 195798) ((|SimpleAlgebraicExtension| . |IntegralDomain|) 195732) ((|SimpleAlgebraicExtension| . |PrincipalIdealDomain|) 195666) ((|SimpleAlgebraicExtension| . |UniqueFactorizationDomain|) 195600) ((|SimpleAlgebraicExtension| . |Field|) 195534) ((|SimpleAlgebraicExtension| . |DifferentialRing|) 195428) ((|SimpleAlgebraicExtension| . |DifferentialDomain|) 195252) ((|SimpleAlgebraicExtension| . |DifferentialSpace|) 195082) ((|SimpleAlgebraicExtension| . |DifferentialSpaceExtension|) 195049) ((|SimpleAlgebraicExtension| . |PartialDifferentialDomain|) 194863) ((|SimpleAlgebraicExtension| . |PartialDifferentialSpace|) 194679) ((|SimpleAlgebraicExtension| . |PartialDifferentialRing|) 194582) ((|SimpleAlgebraicExtension| . |DifferentialExtension|) 194549) ((|SimpleAlgebraicExtension| . |ConvertibleTo|) 194533) ((|SimpleAlgebraicExtension| . |AbelianGroup|) T) ((|SimpleAlgebraicExtension| . |AbelianMonoid|) T) ((|SimpleAlgebraicExtension| . |SetCategory|) T) ((|SimpleAlgebraicExtension| . |CoercibleTo|) 194507) ((|SimpleAlgebraicExtension| . |Type|) T) ((|SimpleAlgebraicExtension| . |Join|) T) ((|SimpleAlgebraicExtension| . |BasicType|) T) ((|SimpleAlgebraicExtension| . |AbelianSemiGroup|) T) ((|SimpleAlgebraicExtension| . |CancellationAbelianMonoid|) T) ((|SimpleAlgebraicExtension| . |Ring|) T) ((|SimpleAlgebraicExtension| . |Monoid|) T) ((|SimpleAlgebraicExtension| . |SemiRing|) T) ((|SimpleAlgebraicExtension| . |SemiGroup|) T) ((|SimpleAlgebraicExtension| . |Rng|) T) ((|SimpleAlgebraicExtension| . |CommutativeRing|) T) ((|Ruleset| . |SetCategory|) T) ((|Ruleset| . |CoercibleTo|) 194481) ((|Ruleset| . |Type|) T) ((|Ruleset| . |Join|) T) ((|Ruleset| . |BasicType|) T) ((|Ruleset| . |Eltable|) 194460) ((|RuleCalled| . |SetCategory|) T) ((|RuleCalled| . |CoercibleTo|) 194434) ((|RuleCalled| . |Type|) T) ((|RuleCalled| . |Join|) T) ((|RuleCalled| . |BasicType|) T) ((|RewriteRule| . |SetCategory|) T) ((|RewriteRule| . |CoercibleTo|) 194408) ((|RewriteRule| . |Type|) T) ((|RewriteRule| . |Join|) T) ((|RewriteRule| . |BasicType|) T) ((|RewriteRule| . |Eltable|) 194387) ((|RewriteRule| . |RetractableTo|) 194358) ((|RewriteRule| . |CoercibleFrom|) 194329) ((|RuntimeValue| . |Type|) T) ((|RuntimeValue| . |Join|) T) ((|RestrictAst| . |SpadSyntaxCategory|) T) ((|RestrictAst| . |HomotopicTo|) 194307) ((|RestrictAst| . |CoercibleTo|) 194262) ((|RestrictAst| . |CoercibleFrom|) 194240) ((|RestrictAst| . |SetCategory|) T) ((|RestrictAst| . |Type|) T) ((|RestrictAst| . |Join|) T) ((|RestrictAst| . |BasicType|) T) ((|RestrictAst| . |AbstractSyntaxCategory|) T) ((|RepeatAst| . |SpadSyntaxCategory|) T) ((|RepeatAst| . |HomotopicTo|) 194218) ((|RepeatAst| . |CoercibleTo|) 194173) ((|RepeatAst| . |CoercibleFrom|) 194151) ((|RepeatAst| . |SetCategory|) T) ((|RepeatAst| . |Type|) T) ((|RepeatAst| . |Join|) T) ((|RepeatAst| . |BasicType|) T) ((|RepeatAst| . |AbstractSyntaxCategory|) T) ((|RomanNumeral| . |IntegerNumberSystem|) T) ((|RomanNumeral| . |UniqueFactorizationDomain|) T) ((|RomanNumeral| . |StepThrough|) T) ((|RomanNumeral| . |RetractableTo|) 194128) ((|RomanNumeral| . |ConvertibleTo|) 194014) ((|RomanNumeral| . |RealConstant|) T) ((|RomanNumeral| . |PatternMatchable|) 193991) ((|RomanNumeral| . |OrderedRing|) T) ((|RomanNumeral| . |OrderedCancellationAbelianMonoid|) T) ((|RomanNumeral| . |OrderedAbelianSemiGroup|) T) ((|RomanNumeral| . |OrderedType|) T) ((|RomanNumeral| . |OrderedSet|) T) ((|RomanNumeral| . |OrderedAbelianMonoid|) T) ((|RomanNumeral| . |OrderedAbelianGroup|) T) ((|RomanNumeral| . |OrderedIntegralDomain|) T) ((|RomanNumeral| . |LeftModule|) 193958) ((|RomanNumeral| . |LinearlyExplicitRingOver|) 193935) ((|RomanNumeral| . |PrincipalIdealDomain|) T) ((|RomanNumeral| . |IntegralDomain|) T) ((|RomanNumeral| . |EntireRing|) T) ((|RomanNumeral| . |CommutativeRing|) T) ((|RomanNumeral| . |CoercibleFrom|) 193902) ((|RomanNumeral| . |Module|) 193889) ((|RomanNumeral| . |LinearSet|) 193876) ((|RomanNumeral| . |RightModule|) 193863) ((|RomanNumeral| . |RightLinearSet|) 193850) ((|RomanNumeral| . |BiModule|) 193835) ((|RomanNumeral| . |Algebra|) 193822) ((|RomanNumeral| . |GcdDomain|) T) ((|RomanNumeral| . |EuclideanDomain|) T) ((|RomanNumeral| . |DifferentialSpace|) T) ((|RomanNumeral| . |DifferentialDomain|) 193809) ((|RomanNumeral| . |DifferentialRing|) T) ((|RomanNumeral| . |CombinatorialFunctionCategory|) T) ((|RomanNumeral| . |Ring|) T) ((|RomanNumeral| . |Monoid|) T) ((|RomanNumeral| . |SemiRing|) T) ((|RomanNumeral| . |SemiGroup|) T) ((|RomanNumeral| . |Rng|) T) ((|RomanNumeral| . |AbelianGroup|) T) ((|RomanNumeral| . |LeftLinearSet|) 193776) ((|RomanNumeral| . |AbelianMonoid|) T) ((|RomanNumeral| . |SetCategory|) T) ((|RomanNumeral| . |CoercibleTo|) 193750) ((|RomanNumeral| . |Type|) T) ((|RomanNumeral| . |Join|) T) ((|RomanNumeral| . |BasicType|) T) ((|RomanNumeral| . |AbelianSemiGroup|) T) ((|RomanNumeral| . |CancellationAbelianMonoid|) T) ((|RomanNumeral| . |CharacteristicZero|) T) ((|RomanNumeral| . |ConvertibleFrom|) 193728) ((|RightOpenIntervalRootCharacterization| . |RealRootCharacterizationCategory|) 193707) ((|RightOpenIntervalRootCharacterization| . |BasicType|) T) ((|RightOpenIntervalRootCharacterization| . |Join|) T) ((|RightOpenIntervalRootCharacterization| . |Type|) T) ((|RightOpenIntervalRootCharacterization| . |CoercibleTo|) 193681) ((|RightOpenIntervalRootCharacterization| . |SetCategory|) T) ((|RangeBinding| . |Type|) T) ((|RangeBinding| . |Join|) T) ((|RangeBinding| . |SetCategory|) 193651) ((|RangeBinding| . |CoercibleTo|) 193602) ((|RangeBinding| . |BasicType|) 193572) ((|RectangularMatrix| . |RectangularMatrixCategory|) 193490) ((|RectangularMatrix| . |LinearSet|) 193419) ((|RectangularMatrix| . |Module|) 193348) ((|RectangularMatrix| . |HomogeneousAggregate|) 193332) ((|RectangularMatrix| . |Functorial|) 193316) ((|RectangularMatrix| . |InnerEvalable|) 193235) ((|RectangularMatrix| . |Evalable|) 193159) ((|RectangularMatrix| . |Aggregate|) T) ((|RectangularMatrix| . |FiniteAggregate|) 193143) ((|RectangularMatrix| . |LeftModule|) 193127) ((|RectangularMatrix| . |LeftLinearSet|) 193091) ((|RectangularMatrix| . |CancellationAbelianMonoid|) T) ((|RectangularMatrix| . |AbelianSemiGroup|) T) ((|RectangularMatrix| . |BasicType|) T) ((|RectangularMatrix| . |Join|) T) ((|RectangularMatrix| . |Type|) T) ((|RectangularMatrix| . |CoercibleTo|) 193041) ((|RectangularMatrix| . |SetCategory|) T) ((|RectangularMatrix| . |AbelianMonoid|) T) ((|RectangularMatrix| . |AbelianGroup|) T) ((|RectangularMatrix| . |RightModule|) 193025) ((|RectangularMatrix| . |RightLinearSet|) 193009) ((|RectangularMatrix| . |BiModule|) 192988) ((|RectangularMatrix| . |VectorSpace|) 192955) ((|RectangularMatrix| . |ConvertibleTo|) 192896) ((|RegularChain| . |RegularTriangularSetCategory|) 192778) ((|RegularChain| . |PolynomialSetCategory|) 192660) ((|RegularChain| . |FiniteAggregate|) 192579) ((|RegularChain| . |ConvertibleTo|) 192450) ((|RegularChain| . |HomogeneousAggregate|) 192369) ((|RegularChain| . |SetCategory|) T) ((|RegularChain| . |Functorial|) 192288) ((|RegularChain| . |InnerEvalable|) 192045) ((|RegularChain| . |Evalable|) 191809) ((|RegularChain| . |CoercibleTo|) 191696) ((|RegularChain| . |BasicType|) T) ((|RegularChain| . |Type|) T) ((|RegularChain| . |Join|) T) ((|RegularChain| . |Aggregate|) T) ((|RegularChain| . |Collection|) 191615) ((|RegularChain| . |ShallowlyMutableAggregate|) 191534) ((|RegularChain| . |TriangularSetCategory|) 191416) ((|ReturnAst| . |SpadSyntaxCategory|) T) ((|ReturnAst| . |HomotopicTo|) 191394) ((|ReturnAst| . |CoercibleTo|) 191349) ((|ReturnAst| . |CoercibleFrom|) 191327) ((|ReturnAst| . |SetCategory|) T) ((|ReturnAst| . |Type|) T) ((|ReturnAst| . |Join|) T) ((|ReturnAst| . |BasicType|) T) ((|ReturnAst| . |AbstractSyntaxCategory|) T) ((|ResidueRing| . |CommutativeRing|) T) ((|ResidueRing| . |CoercibleFrom|) 191291) ((|ResidueRing| . |Rng|) T) ((|ResidueRing| . |SemiGroup|) T) ((|ResidueRing| . |SemiRing|) T) ((|ResidueRing| . |Monoid|) T) ((|ResidueRing| . |Ring|) T) ((|ResidueRing| . |LeftModule|) 191265) ((|ResidueRing| . |LeftLinearSet|) 191219) ((|ResidueRing| . |CancellationAbelianMonoid|) T) ((|ResidueRing| . |AbelianSemiGroup|) T) ((|ResidueRing| . |BasicType|) T) ((|ResidueRing| . |Join|) T) ((|ResidueRing| . |Type|) T) ((|ResidueRing| . |CoercibleTo|) 191193) ((|ResidueRing| . |SetCategory|) T) ((|ResidueRing| . |AbelianMonoid|) T) ((|ResidueRing| . |AbelianGroup|) T) ((|ResidueRing| . |RightModule|) 191167) ((|ResidueRing| . |RightLinearSet|) 191141) ((|ResidueRing| . |BiModule|) 191108) ((|ResidueRing| . |Algebra|) 191092) ((|ResidueRing| . |LinearSet|) 191076) ((|ResidueRing| . |Module|) 191060) ((|RegularTriangularSet| . |RegularTriangularSetCategory|) 191029) ((|RegularTriangularSet| . |PolynomialSetCategory|) 190998) ((|RegularTriangularSet| . |FiniteAggregate|) 190982) ((|RegularTriangularSet| . |ConvertibleTo|) 190918) ((|RegularTriangularSet| . |HomogeneousAggregate|) 190902) ((|RegularTriangularSet| . |SetCategory|) T) ((|RegularTriangularSet| . |Functorial|) 190886) ((|RegularTriangularSet| . |InnerEvalable|) 190805) ((|RegularTriangularSet| . |Evalable|) 190729) ((|RegularTriangularSet| . |CoercibleTo|) 190681) ((|RegularTriangularSet| . |BasicType|) T) ((|RegularTriangularSet| . |Type|) T) ((|RegularTriangularSet| . |Join|) T) ((|RegularTriangularSet| . |Aggregate|) T) ((|RegularTriangularSet| . |Collection|) 190665) ((|RegularTriangularSet| . |ShallowlyMutableAggregate|) 190649) ((|RegularTriangularSet| . |TriangularSetCategory|) 190618) ((|Reference| . |SetCategory|) T) ((|Reference| . |CoercibleTo|) 190592) ((|Reference| . |Type|) T) ((|Reference| . |Join|) T) ((|Reference| . |BasicType|) T) ((|RealClosure| . |RealClosedField|) T) ((|RealClosure| . |RadicalCategory|) T) ((|RealClosure| . |OrderedAbelianGroup|) T) ((|RealClosure| . |OrderedAbelianMonoid|) T) ((|RealClosure| . |OrderedSet|) T) ((|RealClosure| . |OrderedType|) T) ((|RealClosure| . |OrderedAbelianSemiGroup|) T) ((|RealClosure| . |OrderedCancellationAbelianMonoid|) T) ((|RealClosure| . |OrderedRing|) T) ((|RealClosure| . |RetractableTo|) 190418) ((|RealClosure| . |FullyRetractableTo|) 190369) ((|RealClosure| . |DivisionRing|) T) ((|RealClosure| . |EntireRing|) T) ((|RealClosure| . |EuclideanDomain|) T) ((|RealClosure| . |GcdDomain|) T) ((|RealClosure| . |Algebra|) 190290) ((|RealClosure| . |LinearSet|) 190211) ((|RealClosure| . |Module|) 190132) ((|RealClosure| . |CoercibleFrom|) 190053) ((|RealClosure| . |IntegralDomain|) T) ((|RealClosure| . |PrincipalIdealDomain|) T) ((|RealClosure| . |UniqueFactorizationDomain|) T) ((|RealClosure| . |Field|) T) ((|RealClosure| . |BiModule|) 189953) ((|RealClosure| . |RightLinearSet|) 189874) ((|RealClosure| . |RightModule|) 189795) ((|RealClosure| . |CommutativeRing|) T) ((|RealClosure| . |CharacteristicZero|) T) ((|RealClosure| . |LeftModule|) 189716) ((|RealClosure| . |LeftLinearSet|) 189637) ((|RealClosure| . |CancellationAbelianMonoid|) T) ((|RealClosure| . |AbelianSemiGroup|) T) ((|RealClosure| . |BasicType|) T) ((|RealClosure| . |Join|) T) ((|RealClosure| . |Type|) T) ((|RealClosure| . |CoercibleTo|) 189611) ((|RealClosure| . |SetCategory|) T) ((|RealClosure| . |AbelianMonoid|) T) ((|RealClosure| . |AbelianGroup|) T) ((|RealClosure| . |Ring|) T) ((|RealClosure| . |Monoid|) T) ((|RealClosure| . |SemiRing|) T) ((|RealClosure| . |SemiGroup|) T) ((|RealClosure| . |Rng|) T) ((|ReduceAst| . |SpadSyntaxCategory|) T) ((|ReduceAst| . |HomotopicTo|) 189589) ((|ReduceAst| . |CoercibleTo|) 189544) ((|ReduceAst| . |CoercibleFrom|) 189522) ((|ReduceAst| . |SetCategory|) T) ((|ReduceAst| . |Type|) T) ((|ReduceAst| . |Join|) T) ((|ReduceAst| . |BasicType|) T) ((|ReduceAst| . |AbstractSyntaxCategory|) T) ((|RadixExpansion| . |QuotientFieldCategory|) 189499) ((|RadixExpansion| . |StepThrough|) T) ((|RadixExpansion| . |CoercibleFrom|) 189433) ((|RadixExpansion| . |RetractableTo|) 189377) ((|RadixExpansion| . |ConvertibleTo|) 189278) ((|RadixExpansion| . |RealConstant|) T) ((|RadixExpansion| . |PolynomialFactorizationExplicit|) NIL) ((|RadixExpansion| . |Patternable|) 189255) ((|RadixExpansion| . |OrderedRing|) T) ((|RadixExpansion| . |OrderedCancellationAbelianMonoid|) T) ((|RadixExpansion| . |OrderedAbelianSemiGroup|) T) ((|RadixExpansion| . |OrderedType|) T) ((|RadixExpansion| . |OrderedSet|) T) ((|RadixExpansion| . |OrderedAbelianMonoid|) T) ((|RadixExpansion| . |OrderedAbelianGroup|) T) ((|RadixExpansion| . |OrderedIntegralDomain|) T) ((|RadixExpansion| . |PatternMatchable|) 189232) ((|RadixExpansion| . |FullyPatternMatchable|) 189209) ((|RadixExpansion| . |LinearlyExplicitRingOver|) 189186) ((|RadixExpansion| . |FullyLinearlyExplicitRingOver|) 189163) ((|RadixExpansion| . |Eltable|) NIL) ((|RadixExpansion| . |Evalable|) NIL) ((|RadixExpansion| . |InnerEvalable|) NIL) ((|RadixExpansion| . |Functorial|) 189140) ((|RadixExpansion| . |FullyEvalableOver|) 189117) ((|RadixExpansion| . |DivisionRing|) T) ((|RadixExpansion| . |BiModule|) 189035) ((|RadixExpansion| . |RightLinearSet|) 188969) ((|RadixExpansion| . |RightModule|) 188903) ((|RadixExpansion| . |EntireRing|) T) ((|RadixExpansion| . |Module|) 188837) ((|RadixExpansion| . |LinearSet|) 188771) ((|RadixExpansion| . |LeftModule|) 188705) ((|RadixExpansion| . |LeftLinearSet|) 188639) ((|RadixExpansion| . |Algebra|) 188573) ((|RadixExpansion| . |EuclideanDomain|) T) ((|RadixExpansion| . |GcdDomain|) T) ((|RadixExpansion| . |CommutativeRing|) T) ((|RadixExpansion| . |IntegralDomain|) T) ((|RadixExpansion| . |PrincipalIdealDomain|) T) ((|RadixExpansion| . |UniqueFactorizationDomain|) T) ((|RadixExpansion| . |Field|) T) ((|RadixExpansion| . |DifferentialRing|) T) ((|RadixExpansion| . |DifferentialDomain|) 188560) ((|RadixExpansion| . |DifferentialSpace|) T) ((|RadixExpansion| . |DifferentialSpaceExtension|) 188537) ((|RadixExpansion| . |PartialDifferentialDomain|) NIL) ((|RadixExpansion| . |PartialDifferentialSpace|) NIL) ((|RadixExpansion| . |PartialDifferentialRing|) NIL) ((|RadixExpansion| . |DifferentialExtension|) 188514) ((|RadixExpansion| . |CharacteristicZero|) T) ((|RadixExpansion| . |CharacteristicNonZero|) NIL) ((|RadixExpansion| . |CancellationAbelianMonoid|) T) ((|RadixExpansion| . |AbelianSemiGroup|) T) ((|RadixExpansion| . |BasicType|) T) ((|RadixExpansion| . |Join|) T) ((|RadixExpansion| . |Type|) T) ((|RadixExpansion| . |CoercibleTo|) 188455) ((|RadixExpansion| . |SetCategory|) T) ((|RadixExpansion| . |AbelianMonoid|) T) ((|RadixExpansion| . |AbelianGroup|) T) ((|RadixExpansion| . |Ring|) T) ((|RadixExpansion| . |Monoid|) T) ((|RadixExpansion| . |SemiRing|) T) ((|RadixExpansion| . |SemiGroup|) T) ((|RadixExpansion| . |Rng|) T) ((|RadicalFunctionField| . |FunctionFieldCategory|) 188429) ((|RadicalFunctionField| . |CommutativeRing|) T) ((|RadicalFunctionField| . |CoercibleFrom|) 188337) ((|RadicalFunctionField| . |Rng|) T) ((|RadicalFunctionField| . |SemiGroup|) T) ((|RadicalFunctionField| . |SemiRing|) T) ((|RadicalFunctionField| . |Monoid|) T) ((|RadicalFunctionField| . |Ring|) T) ((|RadicalFunctionField| . |LeftModule|) 188195) ((|RadicalFunctionField| . |LeftLinearSet|) 188103) ((|RadicalFunctionField| . |CancellationAbelianMonoid|) T) ((|RadicalFunctionField| . |AbelianSemiGroup|) T) ((|RadicalFunctionField| . |BasicType|) T) ((|RadicalFunctionField| . |Join|) T) ((|RadicalFunctionField| . |Type|) T) ((|RadicalFunctionField| . |CoercibleTo|) 188077) ((|RadicalFunctionField| . |SetCategory|) T) ((|RadicalFunctionField| . |AbelianMonoid|) T) ((|RadicalFunctionField| . |AbelianGroup|) T) ((|RadicalFunctionField| . |RightModule|) 188005) ((|RadicalFunctionField| . |RightLinearSet|) 187933) ((|RadicalFunctionField| . |BiModule|) 187845) ((|RadicalFunctionField| . |ConvertibleTo|) 187829) ((|RadicalFunctionField| . |DifferentialExtension|) 187800) ((|RadicalFunctionField| . |PartialDifferentialRing|) 187719) ((|RadicalFunctionField| . |PartialDifferentialSpace|) 187567) ((|RadicalFunctionField| . |PartialDifferentialDomain|) 187413) ((|RadicalFunctionField| . |DifferentialSpaceExtension|) 187384) ((|RadicalFunctionField| . |DifferentialSpace|) 187283) ((|RadicalFunctionField| . |DifferentialDomain|) 187176) ((|RadicalFunctionField| . |DifferentialRing|) 187128) ((|RadicalFunctionField| . |Field|) T) ((|RadicalFunctionField| . |UniqueFactorizationDomain|) T) ((|RadicalFunctionField| . |PrincipalIdealDomain|) T) ((|RadicalFunctionField| . |IntegralDomain|) T) ((|RadicalFunctionField| . |Module|) 187056) ((|RadicalFunctionField| . |LinearSet|) 186984) ((|RadicalFunctionField| . |Algebra|) 186912) ((|RadicalFunctionField| . |GcdDomain|) T) ((|RadicalFunctionField| . |EuclideanDomain|) T) ((|RadicalFunctionField| . |EntireRing|) T) ((|RadicalFunctionField| . |DivisionRing|) T) ((|RadicalFunctionField| . |Finite|) NIL) ((|RadicalFunctionField| . |FiniteFieldCategory|) NIL) ((|RadicalFunctionField| . |StepThrough|) NIL) ((|RadicalFunctionField| . |CharacteristicNonZero|) 186859) ((|RadicalFunctionField| . |FieldOfPrimeCharacteristic|) NIL) ((|RadicalFunctionField| . |FramedAlgebra|) 186825) ((|RadicalFunctionField| . |CharacteristicZero|) 186775) ((|RadicalFunctionField| . |FiniteRankAlgebra|) 186741) ((|RadicalFunctionField| . |FullyLinearlyExplicitRingOver|) 186712) ((|RadicalFunctionField| . |LinearlyExplicitRingOver|) 186613) ((|RadicalFunctionField| . |FullyRetractableTo|) 186584) ((|RadicalFunctionField| . |RetractableTo|) 186414) ((|RadicalFunctionField| . |MonogenicAlgebra|) 186380) ((|Queue| . |QueueAggregate|) 186364) ((|Queue| . |FiniteAggregate|) 186348) ((|Queue| . |HomogeneousAggregate|) 186332) ((|Queue| . |SetCategory|) 186302) ((|Queue| . |Functorial|) 186286) ((|Queue| . |InnerEvalable|) 186205) ((|Queue| . |Evalable|) 186129) ((|Queue| . |CoercibleTo|) 186031) ((|Queue| . |BasicType|) 185969) ((|Queue| . |Type|) T) ((|Queue| . |Join|) T) ((|Queue| . |Aggregate|) T) ((|Queue| . |ShallowlyMutableAggregate|) 185953) ((|Queue| . |BagAggregate|) 185937) ((|Quaternion| . |QuaternionCategory|) 185921) ((|Quaternion| . |OrderedType|) 185892) ((|Quaternion| . |OrderedSet|) 185863) ((|Quaternion| . |RetractableTo|) 185707) ((|Quaternion| . |FullyRetractableTo|) 185691) ((|Quaternion| . |LinearlyExplicitRingOver|) 185607) ((|Quaternion| . |LeftModule|) 185463) ((|Quaternion| . |FullyLinearlyExplicitRingOver|) 185447) ((|Quaternion| . |Eltable|) 185400) ((|Quaternion| . |Evalable|) 185359) ((|Quaternion| . |InnerEvalable|) 185248) ((|Quaternion| . |Functorial|) 185232) ((|Quaternion| . |FullyEvalableOver|) 185216) ((|Quaternion| . |Algebra|) 185150) ((|Quaternion| . |BiModule|) 185010) ((|Quaternion| . |RightLinearSet|) 184884) ((|Quaternion| . |RightModule|) 184758) ((|Quaternion| . |LeftLinearSet|) 184662) ((|Quaternion| . |LinearSet|) 184596) ((|Quaternion| . |Module|) 184530) ((|Quaternion| . |CoercibleFrom|) 184383) ((|Quaternion| . |EntireRing|) 184326) ((|Quaternion| . |DivisionRing|) 184302) ((|Quaternion| . |DifferentialRing|) 184267) ((|Quaternion| . |DifferentialDomain|) 184186) ((|Quaternion| . |DifferentialSpace|) 184111) ((|Quaternion| . |DifferentialSpaceExtension|) 184095) ((|Quaternion| . |PartialDifferentialDomain|) 183967) ((|Quaternion| . |PartialDifferentialSpace|) 183841) ((|Quaternion| . |PartialDifferentialRing|) 183773) ((|Quaternion| . |DifferentialExtension|) 183757) ((|Quaternion| . |ConvertibleTo|) 183693) ((|Quaternion| . |CharacteristicZero|) 183656) ((|Quaternion| . |CharacteristicNonZero|) 183616) ((|Quaternion| . |CancellationAbelianMonoid|) T) ((|Quaternion| . |AbelianSemiGroup|) T) ((|Quaternion| . |BasicType|) T) ((|Quaternion| . |Join|) T) ((|Quaternion| . |Type|) T) ((|Quaternion| . |CoercibleTo|) 183590) ((|Quaternion| . |SetCategory|) T) ((|Quaternion| . |AbelianMonoid|) T) ((|Quaternion| . |AbelianGroup|) T) ((|Quaternion| . |Ring|) T) ((|Quaternion| . |Monoid|) T) ((|Quaternion| . |SemiRing|) T) ((|Quaternion| . |SemiGroup|) T) ((|Quaternion| . |Rng|) T) ((|QuasiquoteAst| . |SpadSyntaxCategory|) T) ((|QuasiquoteAst| . |HomotopicTo|) 183568) ((|QuasiquoteAst| . |CoercibleTo|) 183523) ((|QuasiquoteAst| . |CoercibleFrom|) 183501) ((|QuasiquoteAst| . |SetCategory|) T) ((|QuasiquoteAst| . |Type|) T) ((|QuasiquoteAst| . |Join|) T) ((|QuasiquoteAst| . |BasicType|) T) ((|QuasiquoteAst| . |AbstractSyntaxCategory|) T) ((|QuadraticForm| . |AbelianGroup|) T) ((|QuadraticForm| . |LeftLinearSet|) 183478) ((|QuadraticForm| . |AbelianMonoid|) T) ((|QuadraticForm| . |SetCategory|) T) ((|QuadraticForm| . |CoercibleTo|) 183452) ((|QuadraticForm| . |Type|) T) ((|QuadraticForm| . |Join|) T) ((|QuadraticForm| . |BasicType|) T) ((|QuadraticForm| . |AbelianSemiGroup|) T) ((|QuadraticForm| . |CancellationAbelianMonoid|) T) ((|QuadraticForm| . |Eltable|) 183408) ((|QueryEquation| . |CoercibleTo|) 183382) ((|QuasiAlgebraicSet| . |SetCategory|) T) ((|QuasiAlgebraicSet| . |CoercibleTo|) 183356) ((|QuasiAlgebraicSet| . |Type|) T) ((|QuasiAlgebraicSet| . |Join|) T) ((|QuasiAlgebraicSet| . |BasicType|) T) ((|Partition| . |OrderedCancellationAbelianMonoid|) T) ((|Partition| . |OrderedAbelianSemiGroup|) T) ((|Partition| . |OrderedType|) T) ((|Partition| . |OrderedSet|) T) ((|Partition| . |OrderedAbelianMonoid|) T) ((|Partition| . |AbelianMonoid|) T) ((|Partition| . |SetCategory|) T) ((|Partition| . |CoercibleTo|) 183293) ((|Partition| . |Type|) T) ((|Partition| . |Join|) T) ((|Partition| . |BasicType|) T) ((|Partition| . |AbelianSemiGroup|) T) ((|Partition| . |CancellationAbelianMonoid|) T) ((|PretendAst| . |SpadSyntaxCategory|) T) ((|PretendAst| . |HomotopicTo|) 183271) ((|PretendAst| . |CoercibleTo|) 183226) ((|PretendAst| . |CoercibleFrom|) 183204) ((|PretendAst| . |SetCategory|) T) ((|PretendAst| . |Type|) T) ((|PretendAst| . |Join|) T) ((|PretendAst| . |BasicType|) T) ((|PretendAst| . |AbstractSyntaxCategory|) T) ((|PropositionalFormula| . |PropositionalLogic|) T) ((|PropositionalFormula| . |BasicType|) T) ((|PropositionalFormula| . |CoercibleTo|) 183178) ((|PropositionalFormula| . |SetCategory|) T) ((|PropositionalFormula| . |Logic|) T) ((|PropositionalFormula| . |Join|) T) ((|PropositionalFormula| . |Type|) T) ((|PropositionalFormula| . |BooleanLogic|) T) ((|PropositionalFormula| . |CoercibleFrom|) 183162) ((|Property| . |CoercibleTo|) 183136) ((|Product| . |SetCategory|) T) ((|Product| . |CoercibleTo|) 183110) ((|Product| . |Type|) T) ((|Product| . |Join|) T) ((|Product| . |BasicType|) T) ((|Product| . |Finite|) 183055) ((|Product| . |Monoid|) 182943) ((|Product| . |SemiGroup|) 182831) ((|Product| . |AbelianMonoid|) 182511) ((|Product| . |AbelianSemiGroup|) 182191) ((|Product| . |CancellationAbelianMonoid|) 181939) ((|Product| . |Group|) 181886) ((|Product| . |AbelianGroup|) 181819) ((|Product| . |LeftLinearSet|) 181736) ((|Product| . |OrderedAbelianMonoidSup|) 181647) ((|Product| . |OrderedAbelianMonoid|) 181558) ((|Product| . |OrderedSet|) 181402) ((|Product| . |OrderedType|) 181246) ((|Product| . |OrderedAbelianSemiGroup|) 181157) ((|Product| . |OrderedCancellationAbelianMonoid|) 181068) ((|PrimitiveArray| . |OneDimensionalArrayAggregate|) 181052) ((|PrimitiveArray| . |ShallowlyMutableAggregate|) 181036) ((|PrimitiveArray| . |FiniteAggregate|) 181020) ((|PrimitiveArray| . |Aggregate|) T) ((|PrimitiveArray| . |Join|) T) ((|PrimitiveArray| . |Type|) T) ((|PrimitiveArray| . |BasicType|) 180930) ((|PrimitiveArray| . |CoercibleTo|) 180804) ((|PrimitiveArray| . |Evalable|) 180728) ((|PrimitiveArray| . |InnerEvalable|) 180647) ((|PrimitiveArray| . |Functorial|) 180631) ((|PrimitiveArray| . |SetCategory|) 180568) ((|PrimitiveArray| . |HomogeneousAggregate|) 180552) ((|PrimitiveArray| . |LinearAggregate|) 180536) ((|PrimitiveArray| . |EltableAggregate|) 180508) ((|PrimitiveArray| . |Eltable|) 180437) ((|PrimitiveArray| . |IndexedAggregate|) 180409) ((|PrimitiveArray| . |ConvertibleTo|) 180345) ((|PrimitiveArray| . |Collection|) 180329) ((|PrimitiveArray| . |OrderedSet|) 180300) ((|PrimitiveArray| . |OrderedType|) 180271) ((|PrimitiveArray| . |FiniteLinearAggregate|) 180255) ((|PolynomialRing| . |FiniteAbelianMonoidRing|) 180234) ((|PolynomialRing| . |RetractableTo|) 180078) ((|PolynomialRing| . |FullyRetractableTo|) 180062) ((|PolynomialRing| . |Algebra|) 179906) ((|PolynomialRing| . |CoercibleFrom|) 179696) ((|PolynomialRing| . |LeftModule|) 179593) ((|PolynomialRing| . |LeftLinearSet|) 179470) ((|PolynomialRing| . |Rng|) T) ((|PolynomialRing| . |SemiGroup|) T) ((|PolynomialRing| . |SemiRing|) T) ((|PolynomialRing| . |Monoid|) T) ((|PolynomialRing| . |Ring|) T) ((|PolynomialRing| . |BiModule|) 179289) ((|PolynomialRing| . |RightLinearSet|) 179122) ((|PolynomialRing| . |RightModule|) 178955) ((|PolynomialRing| . |AbelianGroup|) T) ((|PolynomialRing| . |AbelianMonoid|) T) ((|PolynomialRing| . |SetCategory|) T) ((|PolynomialRing| . |CoercibleTo|) 178929) ((|PolynomialRing| . |Type|) T) ((|PolynomialRing| . |Join|) T) ((|PolynomialRing| . |BasicType|) T) ((|PolynomialRing| . |AbelianSemiGroup|) T) ((|PolynomialRing| . |CancellationAbelianMonoid|) T) ((|PolynomialRing| . |LinearSet|) 178773) ((|PolynomialRing| . |Module|) 178617) ((|PolynomialRing| . |CharacteristicNonZero|) 178577) ((|PolynomialRing| . |CharacteristicZero|) 178540) ((|PolynomialRing| . |CommutativeRing|) 178469) ((|PolynomialRing| . |Functorial|) 178453) ((|PolynomialRing| . |IntegralDomain|) 178420) ((|PolynomialRing| . |EntireRing|) 178387) ((|PolynomialRing| . |AbelianMonoidRing|) 178366) ((|PortNumber| . |SetCategory|) T) ((|PortNumber| . |CoercibleTo|) 178314) ((|PortNumber| . |Type|) T) ((|PortNumber| . |Join|) T) ((|PortNumber| . |BasicType|) T) ((|Polynomial| . |PolynomialCategory|) 178259) ((|Polynomial| . |CoercibleFrom|) 177949) ((|Polynomial| . |RetractableTo|) 177774) ((|Polynomial| . |UniqueFactorizationDomain|) 177724) ((|Polynomial| . |PolynomialFactorizationExplicit|) 177674) ((|Polynomial| . |PatternMatchable|) 177555) ((|Polynomial| . |PartialDifferentialSpace|) 177533) ((|Polynomial| . |PartialDifferentialDomain|) 177509) ((|Polynomial| . |PartialDifferentialRing|) 177487) ((|Polynomial| . |InnerEvalable|) 177431) ((|Polynomial| . |GcdDomain|) 177349) ((|Polynomial| . |LinearlyExplicitRingOver|) 177265) ((|Polynomial| . |LeftModule|) 177094) ((|Polynomial| . |FullyLinearlyExplicitRingOver|) 177078) ((|Polynomial| . |AbelianMonoidRing|) 177030) ((|Polynomial| . |Algebra|) 176793) ((|Polynomial| . |LinearSet|) 176556) ((|Polynomial| . |Module|) 176319) ((|Polynomial| . |EntireRing|) 176205) ((|Polynomial| . |IntegralDomain|) 176091) ((|Polynomial| . |Functorial|) 176075) ((|Polynomial| . |BiModule|) 175818) ((|Polynomial| . |RightLinearSet|) 175575) ((|Polynomial| . |RightModule|) 175332) ((|Polynomial| . |CommutativeRing|) 175185) ((|Polynomial| . |CharacteristicZero|) 175148) ((|Polynomial| . |CharacteristicNonZero|) 175108) ((|Polynomial| . |LeftLinearSet|) 174985) ((|Polynomial| . |CancellationAbelianMonoid|) T) ((|Polynomial| . |AbelianSemiGroup|) T) ((|Polynomial| . |BasicType|) T) ((|Polynomial| . |Join|) T) ((|Polynomial| . |Type|) T) ((|Polynomial| . |CoercibleTo|) 174959) ((|Polynomial| . |SetCategory|) T) ((|Polynomial| . |AbelianMonoid|) T) ((|Polynomial| . |AbelianGroup|) T) ((|Polynomial| . |Ring|) T) ((|Polynomial| . |Monoid|) T) ((|Polynomial| . |SemiRing|) T) ((|Polynomial| . |SemiGroup|) T) ((|Polynomial| . |Rng|) T) ((|Polynomial| . |FullyRetractableTo|) 174943) ((|Polynomial| . |FiniteAbelianMonoidRing|) 174895) ((|Polynomial| . |Evalable|) 174882) ((|Polynomial| . |ConvertibleTo|) 174660) ((|Point| . |PointCategory|) 174644) ((|Point| . |OneDimensionalArrayAggregate|) 174628) ((|Point| . |ShallowlyMutableAggregate|) 174612) ((|Point| . |FiniteAggregate|) 174596) ((|Point| . |Aggregate|) T) ((|Point| . |Join|) T) ((|Point| . |Type|) T) ((|Point| . |BasicType|) 174506) ((|Point| . |CoercibleTo|) 174380) ((|Point| . |Evalable|) 174304) ((|Point| . |InnerEvalable|) 174223) ((|Point| . |Functorial|) 174207) ((|Point| . |SetCategory|) 174144) ((|Point| . |HomogeneousAggregate|) 174128) ((|Point| . |LinearAggregate|) 174112) ((|Point| . |EltableAggregate|) 174084) ((|Point| . |Eltable|) 174013) ((|Point| . |IndexedAggregate|) 173985) ((|Point| . |ConvertibleTo|) 173921) ((|Point| . |Collection|) 173905) ((|Point| . |OrderedSet|) 173876) ((|Point| . |OrderedType|) 173847) ((|Point| . |FiniteLinearAggregate|) 173831) ((|Point| . |VectorCategory|) 173815) ((|Point| . |ConvertibleFrom|) 173790) ((|Plot3D| . |PlottableSpaceCurveCategory|) T) ((|Plot3D| . |CoercibleTo|) 173764) ((|Plot| . |PlottablePlaneCurveCategory|) T) ((|Plot| . |CoercibleTo|) 173738) ((|PositiveInteger| . |OrderedAbelianSemiGroup|) T) ((|PositiveInteger| . |OrderedType|) T) ((|PositiveInteger| . |OrderedSet|) T) ((|PositiveInteger| . |SetCategory|) T) ((|PositiveInteger| . |CoercibleTo|) 173712) ((|PositiveInteger| . |Type|) T) ((|PositiveInteger| . |Join|) T) ((|PositiveInteger| . |BasicType|) T) ((|PositiveInteger| . |AbelianSemiGroup|) T) ((|PositiveInteger| . |Monoid|) T) ((|PositiveInteger| . |SemiGroup|) T) ((|PartialFraction| . |Field|) T) ((|PartialFraction| . |UniqueFactorizationDomain|) T) ((|PartialFraction| . |PrincipalIdealDomain|) T) ((|PartialFraction| . |IntegralDomain|) T) ((|PartialFraction| . |CommutativeRing|) T) ((|PartialFraction| . |CoercibleFrom|) 173633) ((|PartialFraction| . |Module|) 173574) ((|PartialFraction| . |LinearSet|) 173515) ((|PartialFraction| . |Algebra|) 173456) ((|PartialFraction| . |GcdDomain|) T) ((|PartialFraction| . |EuclideanDomain|) T) ((|PartialFraction| . |LeftModule|) 173397) ((|PartialFraction| . |LeftLinearSet|) 173318) ((|PartialFraction| . |Rng|) T) ((|PartialFraction| . |SemiGroup|) T) ((|PartialFraction| . |SemiRing|) T) ((|PartialFraction| . |Monoid|) T) ((|PartialFraction| . |Ring|) T) ((|PartialFraction| . |BiModule|) 173245) ((|PartialFraction| . |RightLinearSet|) 173186) ((|PartialFraction| . |RightModule|) 173127) ((|PartialFraction| . |AbelianGroup|) T) ((|PartialFraction| . |AbelianMonoid|) T) ((|PartialFraction| . |SetCategory|) T) ((|PartialFraction| . |CoercibleTo|) 173075) ((|PartialFraction| . |Type|) T) ((|PartialFraction| . |Join|) T) ((|PartialFraction| . |BasicType|) T) ((|PartialFraction| . |AbelianSemiGroup|) T) ((|PartialFraction| . |CancellationAbelianMonoid|) T) ((|PartialFraction| . |EntireRing|) T) ((|PartialFraction| . |DivisionRing|) T) ((|PrimeField| . |FiniteFieldCategory|) T) ((|PrimeField| . |StepThrough|) T) ((|PrimeField| . |Finite|) T) ((|PrimeField| . |CharacteristicNonZero|) T) ((|PrimeField| . |Field|) T) ((|PrimeField| . |UniqueFactorizationDomain|) T) ((|PrimeField| . |PrincipalIdealDomain|) T) ((|PrimeField| . |IntegralDomain|) T) ((|PrimeField| . |CommutativeRing|) T) ((|PrimeField| . |CoercibleFrom|) 173009) ((|PrimeField| . |Module|) 172963) ((|PrimeField| . |LinearSet|) 172917) ((|PrimeField| . |Algebra|) 172871) ((|PrimeField| . |GcdDomain|) T) ((|PrimeField| . |EuclideanDomain|) T) ((|PrimeField| . |BiModule|) 172816) ((|PrimeField| . |RightLinearSet|) 172770) ((|PrimeField| . |RightModule|) 172724) ((|PrimeField| . |LeftLinearSet|) 172658) ((|PrimeField| . |LeftModule|) 172612) ((|PrimeField| . |EntireRing|) T) ((|PrimeField| . |DivisionRing|) T) ((|PrimeField| . |FieldOfPrimeCharacteristic|) T) ((|PrimeField| . |DifferentialSpace|) T) ((|PrimeField| . |Type|) T) ((|PrimeField| . |Join|) T) ((|PrimeField| . |DifferentialDomain|) 172599) ((|PrimeField| . |Ring|) T) ((|PrimeField| . |Monoid|) T) ((|PrimeField| . |SemiRing|) T) ((|PrimeField| . |SemiGroup|) T) ((|PrimeField| . |Rng|) T) ((|PrimeField| . |AbelianGroup|) T) ((|PrimeField| . |AbelianMonoid|) T) ((|PrimeField| . |SetCategory|) T) ((|PrimeField| . |CoercibleTo|) 172573) ((|PrimeField| . |BasicType|) T) ((|PrimeField| . |AbelianSemiGroup|) T) ((|PrimeField| . |CancellationAbelianMonoid|) T) ((|PrimeField| . |DifferentialRing|) T) ((|PrimeField| . |FiniteAlgebraicExtensionField|) 172560) ((|PrimeField| . |CharacteristicZero|) 172526) ((|PrimeField| . |RetractableTo|) 172513) ((|PrimeField| . |VectorSpace|) 172500) ((|PrimeField| . |ExtensionField|) 172487) ((|PrimeField| . |ConvertibleTo|) 172464) ((|PermutationGroup| . |SetCategory|) T) ((|PermutationGroup| . |CoercibleTo|) 172400) ((|PermutationGroup| . |Type|) T) ((|PermutationGroup| . |Join|) T) ((|PermutationGroup| . |BasicType|) T) ((|PermutationGroup| . |HomotopicTo|) 172359) ((|PermutationGroup| . |CoercibleFrom|) 172318) ((|Permutation| . |PermutationCategory|) 172302) ((|Permutation| . |OrderedType|) 172244) ((|Permutation| . |OrderedSet|) 172186) ((|Permutation| . |Monoid|) T) ((|Permutation| . |SetCategory|) T) ((|Permutation| . |CoercibleTo|) 172160) ((|Permutation| . |BasicType|) T) ((|Permutation| . |SemiGroup|) T) ((|Permutation| . |Group|) T) ((|Permutation| . |Type|) T) ((|Permutation| . |Join|) T) ((|Permutation| . |Eltable|) 172139) ((|PendantTree| . |BinaryRecursiveAggregate|) 172123) ((|PendantTree| . |HomogeneousAggregate|) 172107) ((|PendantTree| . |SetCategory|) 172077) ((|PendantTree| . |Functorial|) 172061) ((|PendantTree| . |InnerEvalable|) 171980) ((|PendantTree| . |Evalable|) 171904) ((|PendantTree| . |CoercibleTo|) 171784) ((|PendantTree| . |BasicType|) 171722) ((|PendantTree| . |Type|) T) ((|PendantTree| . |Join|) T) ((|PendantTree| . |Aggregate|) T) ((|PendantTree| . |RecursiveAggregate|) 171706) ((|PoincareBirkhoffWittLyndonBasis| . |OrderedSet|) T) ((|PoincareBirkhoffWittLyndonBasis| . |CoercibleTo|) 171645) ((|PoincareBirkhoffWittLyndonBasis| . |SetCategory|) T) ((|PoincareBirkhoffWittLyndonBasis| . |BasicType|) T) ((|PoincareBirkhoffWittLyndonBasis| . |Join|) T) ((|PoincareBirkhoffWittLyndonBasis| . |Type|) T) ((|PoincareBirkhoffWittLyndonBasis| . |OrderedType|) T) ((|PoincareBirkhoffWittLyndonBasis| . |RetractableTo|) 171614) ((|PoincareBirkhoffWittLyndonBasis| . |CoercibleFrom|) 171583) ((|Pattern| . |SetCategory|) T) ((|Pattern| . |CoercibleTo|) 171557) ((|Pattern| . |Type|) T) ((|Pattern| . |Join|) T) ((|Pattern| . |BasicType|) T) ((|Pattern| . |RetractableTo|) 171522) ((|Pattern| . |CoercibleFrom|) 171487) ((|PatternMatchResult| . |SetCategory|) T) ((|PatternMatchResult| . |CoercibleTo|) 171461) ((|PatternMatchResult| . |Type|) T) ((|PatternMatchResult| . |Join|) T) ((|PatternMatchResult| . |BasicType|) T) ((|PatternMatchListResult| . |SetCategory|) T) ((|PatternMatchListResult| . |CoercibleTo|) 171435) ((|PatternMatchListResult| . |Type|) T) ((|PatternMatchListResult| . |Join|) T) ((|PatternMatchListResult| . |BasicType|) T) ((|ParameterAst| . |SpadSyntaxCategory|) T) ((|ParameterAst| . |HomotopicTo|) 171413) ((|ParameterAst| . |CoercibleTo|) 171368) ((|ParameterAst| . |CoercibleFrom|) 171346) ((|ParameterAst| . |SetCategory|) T) ((|ParameterAst| . |Type|) T) ((|ParameterAst| . |Join|) T) ((|ParameterAst| . |BasicType|) T) ((|ParameterAst| . |AbstractSyntaxCategory|) T) ((|ParameterAst| . |UnionType|) T) ((|Palette| . |SetCategory|) T) ((|Palette| . |CoercibleTo|) 171320) ((|Palette| . |Type|) T) ((|Palette| . |Join|) T) ((|Palette| . |BasicType|) T) ((|Palette| . |CoercibleFrom|) 171299) ((|Pair| . |Type|) T) ((|Pair| . |Join|) T) ((|Pair| . |CoercibleTo|) 171116) ((|Pair| . |SetCategory|) 171051) ((|Pair| . |BasicType|) 170986) ((|PAdicRationalConstructor| . |QuotientFieldCategory|) 170970) ((|PAdicRationalConstructor| . |StepThrough|) 170940) ((|PAdicRationalConstructor| . |RetractableTo|) 170759) ((|PAdicRationalConstructor| . |CoercibleFrom|) 170625) ((|PAdicRationalConstructor| . |ConvertibleTo|) 170328) ((|PAdicRationalConstructor| . |RealConstant|) 170297) ((|PAdicRationalConstructor| . |PolynomialFactorizationExplicit|) 170247) ((|PAdicRationalConstructor| . |Patternable|) 170231) ((|PAdicRationalConstructor| . |OrderedRing|) 170191) ((|PAdicRationalConstructor| . |OrderedCancellationAbelianMonoid|) 170151) ((|PAdicRationalConstructor| . |OrderedAbelianSemiGroup|) 170111) ((|PAdicRationalConstructor| . |OrderedType|) 170038) ((|PAdicRationalConstructor| . |OrderedSet|) 169965) ((|PAdicRationalConstructor| . |OrderedAbelianMonoid|) 169925) ((|PAdicRationalConstructor| . |OrderedAbelianGroup|) 169885) ((|PAdicRationalConstructor| . |OrderedIntegralDomain|) 169845) ((|PAdicRationalConstructor| . |PatternMatchable|) 169726) ((|PAdicRationalConstructor| . |FullyPatternMatchable|) 169710) ((|PAdicRationalConstructor| . |LinearlyExplicitRingOver|) 169626) ((|PAdicRationalConstructor| . |LeftModule|) 169499) ((|PAdicRationalConstructor| . |FullyLinearlyExplicitRingOver|) 169483) ((|PAdicRationalConstructor| . |Eltable|) 169436) ((|PAdicRationalConstructor| . |Evalable|) 169395) ((|PAdicRationalConstructor| . |InnerEvalable|) 169284) ((|PAdicRationalConstructor| . |Functorial|) 169268) ((|PAdicRationalConstructor| . |FullyEvalableOver|) 169252) ((|PAdicRationalConstructor| . |DivisionRing|) T) ((|PAdicRationalConstructor| . |BiModule|) 169179) ((|PAdicRationalConstructor| . |RightLinearSet|) 169120) ((|PAdicRationalConstructor| . |RightModule|) 169061) ((|PAdicRationalConstructor| . |EntireRing|) T) ((|PAdicRationalConstructor| . |Module|) 169002) ((|PAdicRationalConstructor| . |LinearSet|) 168943) ((|PAdicRationalConstructor| . |LeftLinearSet|) 168864) ((|PAdicRationalConstructor| . |Algebra|) 168805) ((|PAdicRationalConstructor| . |EuclideanDomain|) T) ((|PAdicRationalConstructor| . |GcdDomain|) T) ((|PAdicRationalConstructor| . |CommutativeRing|) T) ((|PAdicRationalConstructor| . |IntegralDomain|) T) ((|PAdicRationalConstructor| . |PrincipalIdealDomain|) T) ((|PAdicRationalConstructor| . |UniqueFactorizationDomain|) T) ((|PAdicRationalConstructor| . |Field|) T) ((|PAdicRationalConstructor| . |DifferentialRing|) 168770) ((|PAdicRationalConstructor| . |DifferentialDomain|) 168689) ((|PAdicRationalConstructor| . |DifferentialSpace|) 168614) ((|PAdicRationalConstructor| . |DifferentialSpaceExtension|) 168598) ((|PAdicRationalConstructor| . |PartialDifferentialDomain|) 168470) ((|PAdicRationalConstructor| . |PartialDifferentialSpace|) 168344) ((|PAdicRationalConstructor| . |PartialDifferentialRing|) 168276) ((|PAdicRationalConstructor| . |DifferentialExtension|) 168260) ((|PAdicRationalConstructor| . |CharacteristicZero|) 168179) ((|PAdicRationalConstructor| . |CharacteristicNonZero|) 168139) ((|PAdicRationalConstructor| . |CancellationAbelianMonoid|) T) ((|PAdicRationalConstructor| . |AbelianSemiGroup|) T) ((|PAdicRationalConstructor| . |BasicType|) T) ((|PAdicRationalConstructor| . |Join|) T) ((|PAdicRationalConstructor| . |Type|) T) ((|PAdicRationalConstructor| . |CoercibleTo|) 168113) ((|PAdicRationalConstructor| . |SetCategory|) T) ((|PAdicRationalConstructor| . |AbelianMonoid|) T) ((|PAdicRationalConstructor| . |AbelianGroup|) T) ((|PAdicRationalConstructor| . |Ring|) T) ((|PAdicRationalConstructor| . |Monoid|) T) ((|PAdicRationalConstructor| . |SemiRing|) T) ((|PAdicRationalConstructor| . |SemiGroup|) T) ((|PAdicRationalConstructor| . |Rng|) T) ((|PAdicRational| . |QuotientFieldCategory|) 168080) ((|PAdicRational| . |StepThrough|) NIL) ((|PAdicRational| . |RetractableTo|) 168047) ((|PAdicRational| . |CoercibleFrom|) 167951) ((|PAdicRational| . |ConvertibleTo|) NIL) ((|PAdicRational| . |RealConstant|) NIL) ((|PAdicRational| . |PolynomialFactorizationExplicit|) NIL) ((|PAdicRational| . |Patternable|) 167918) ((|PAdicRational| . |OrderedRing|) NIL) ((|PAdicRational| . |OrderedCancellationAbelianMonoid|) NIL) ((|PAdicRational| . |OrderedAbelianSemiGroup|) NIL) ((|PAdicRational| . |OrderedType|) NIL) ((|PAdicRational| . |OrderedSet|) NIL) ((|PAdicRational| . |OrderedAbelianMonoid|) NIL) ((|PAdicRational| . |OrderedAbelianGroup|) NIL) ((|PAdicRational| . |OrderedIntegralDomain|) NIL) ((|PAdicRational| . |PatternMatchable|) NIL) ((|PAdicRational| . |FullyPatternMatchable|) 167885) ((|PAdicRational| . |LinearlyExplicitRingOver|) 167852) ((|PAdicRational| . |LeftModule|) 167776) ((|PAdicRational| . |FullyLinearlyExplicitRingOver|) 167743) ((|PAdicRational| . |Eltable|) 167679) ((|PAdicRational| . |Evalable|) 167620) ((|PAdicRational| . |InnerEvalable|) 167495) ((|PAdicRational| . |Functorial|) 167462) ((|PAdicRational| . |FullyEvalableOver|) 167429) ((|PAdicRational| . |DivisionRing|) T) ((|PAdicRational| . |BiModule|) 167337) ((|PAdicRational| . |RightLinearSet|) 167261) ((|PAdicRational| . |RightModule|) 167185) ((|PAdicRational| . |EntireRing|) T) ((|PAdicRational| . |Module|) 167109) ((|PAdicRational| . |LinearSet|) 167033) ((|PAdicRational| . |LeftLinearSet|) 166937) ((|PAdicRational| . |Algebra|) 166861) ((|PAdicRational| . |EuclideanDomain|) T) ((|PAdicRational| . |GcdDomain|) T) ((|PAdicRational| . |CommutativeRing|) T) ((|PAdicRational| . |IntegralDomain|) T) ((|PAdicRational| . |PrincipalIdealDomain|) T) ((|PAdicRational| . |UniqueFactorizationDomain|) T) ((|PAdicRational| . |Field|) T) ((|PAdicRational| . |DifferentialRing|) NIL) ((|PAdicRational| . |DifferentialDomain|) NIL) ((|PAdicRational| . |DifferentialSpace|) NIL) ((|PAdicRational| . |DifferentialSpaceExtension|) 166828) ((|PAdicRational| . |PartialDifferentialDomain|) NIL) ((|PAdicRational| . |PartialDifferentialSpace|) NIL) ((|PAdicRational| . |PartialDifferentialRing|) NIL) ((|PAdicRational| . |DifferentialExtension|) 166795) ((|PAdicRational| . |CharacteristicZero|) T) ((|PAdicRational| . |CharacteristicNonZero|) NIL) ((|PAdicRational| . |CancellationAbelianMonoid|) T) ((|PAdicRational| . |AbelianSemiGroup|) T) ((|PAdicRational| . |BasicType|) T) ((|PAdicRational| . |Join|) T) ((|PAdicRational| . |Type|) T) ((|PAdicRational| . |CoercibleTo|) 166769) ((|PAdicRational| . |SetCategory|) T) ((|PAdicRational| . |AbelianMonoid|) T) ((|PAdicRational| . |AbelianGroup|) T) ((|PAdicRational| . |Ring|) T) ((|PAdicRational| . |Monoid|) T) ((|PAdicRational| . |SemiRing|) T) ((|PAdicRational| . |SemiGroup|) T) ((|PAdicRational| . |Rng|) T) ((|PAdicInteger| . |PAdicIntegerCategory|) 166753) ((|PAdicInteger| . |PrincipalIdealDomain|) T) ((|PAdicInteger| . |IntegralDomain|) T) ((|PAdicInteger| . |EntireRing|) T) ((|PAdicInteger| . |CommutativeRing|) T) ((|PAdicInteger| . |CoercibleFrom|) 166720) ((|PAdicInteger| . |Module|) 166707) ((|PAdicInteger| . |LinearSet|) 166694) ((|PAdicInteger| . |RightModule|) 166681) ((|PAdicInteger| . |RightLinearSet|) 166668) ((|PAdicInteger| . |BiModule|) 166653) ((|PAdicInteger| . |Algebra|) 166640) ((|PAdicInteger| . |GcdDomain|) T) ((|PAdicInteger| . |EuclideanDomain|) T) ((|PAdicInteger| . |Ring|) T) ((|PAdicInteger| . |Monoid|) T) ((|PAdicInteger| . |SemiRing|) T) ((|PAdicInteger| . |SemiGroup|) T) ((|PAdicInteger| . |Rng|) T) ((|PAdicInteger| . |AbelianGroup|) T) ((|PAdicInteger| . |LeftLinearSet|) 166607) ((|PAdicInteger| . |AbelianMonoid|) T) ((|PAdicInteger| . |SetCategory|) T) ((|PAdicInteger| . |CoercibleTo|) 166581) ((|PAdicInteger| . |Type|) T) ((|PAdicInteger| . |Join|) T) ((|PAdicInteger| . |BasicType|) T) ((|PAdicInteger| . |AbelianSemiGroup|) T) ((|PAdicInteger| . |CancellationAbelianMonoid|) T) ((|PAdicInteger| . |LeftModule|) 166568) ((|PAdicInteger| . |CharacteristicZero|) T) ((|OrdinaryWeightedPolynomials| . |Ring|) T) ((|OrdinaryWeightedPolynomials| . |Monoid|) T) ((|OrdinaryWeightedPolynomials| . |SemiRing|) T) ((|OrdinaryWeightedPolynomials| . |SemiGroup|) T) ((|OrdinaryWeightedPolynomials| . |Rng|) T) ((|OrdinaryWeightedPolynomials| . |AbelianGroup|) T) ((|OrdinaryWeightedPolynomials| . |LeftLinearSet|) 166495) ((|OrdinaryWeightedPolynomials| . |AbelianMonoid|) T) ((|OrdinaryWeightedPolynomials| . |SetCategory|) T) ((|OrdinaryWeightedPolynomials| . |CoercibleTo|) 166441) ((|OrdinaryWeightedPolynomials| . |Type|) T) ((|OrdinaryWeightedPolynomials| . |Join|) T) ((|OrdinaryWeightedPolynomials| . |BasicType|) T) ((|OrdinaryWeightedPolynomials| . |AbelianSemiGroup|) T) ((|OrdinaryWeightedPolynomials| . |CancellationAbelianMonoid|) T) ((|OrdinaryWeightedPolynomials| . |LeftModule|) 166388) ((|OrdinaryWeightedPolynomials| . |CoercibleFrom|) 166297) ((|OrdinaryWeightedPolynomials| . |HomotopicTo|) 166266) ((|OrdinaryWeightedPolynomials| . |Algebra|) 166223) ((|OrdinaryWeightedPolynomials| . |BiModule|) 166175) ((|OrdinaryWeightedPolynomials| . |RightLinearSet|) 166132) ((|OrdinaryWeightedPolynomials| . |RightModule|) 166089) ((|OrdinaryWeightedPolynomials| . |LinearSet|) 166046) ((|OrdinaryWeightedPolynomials| . |Module|) 166003) ((|OverloadSet| . |SetCategory|) T) ((|OverloadSet| . |CoercibleTo|) 165977) ((|OverloadSet| . |Type|) T) ((|OverloadSet| . |Join|) T) ((|OverloadSet| . |BasicType|) T) ((|OrderedVariableList| . |OrderedFinite|) T) ((|OrderedVariableList| . |OrderedType|) T) ((|OrderedVariableList| . |OrderedSet|) T) ((|OrderedVariableList| . |SetCategory|) T) ((|OrderedVariableList| . |CoercibleTo|) 165951) ((|OrderedVariableList| . |Type|) T) ((|OrderedVariableList| . |Join|) T) ((|OrderedVariableList| . |BasicType|) T) ((|OrderedVariableList| . |Finite|) T) ((|OrderedVariableList| . |ConvertibleTo|) 165845) ((|OutputForm| . |SetCategory|) T) ((|OutputForm| . |CoercibleTo|) 165819) ((|OutputForm| . |Type|) T) ((|OutputForm| . |Join|) T) ((|OutputForm| . |BasicType|) T) ((|OutputBinaryFile| . |OutputByteConduit|) T) ((|OutputBinaryFile| . |Conduit|) T) ((|OutputBinaryFile| . |CoercibleTo|) 165793) ((|OrdSetInts| . |OrderedSet|) T) ((|OrdSetInts| . |CoercibleTo|) 165767) ((|OrdSetInts| . |SetCategory|) T) ((|OrdSetInts| . |BasicType|) T) ((|OrdSetInts| . |Join|) T) ((|OrdSetInts| . |Type|) T) ((|OrdSetInts| . |OrderedType|) T) ((|UnivariateSkewPolynomial| . |UnivariateSkewPolynomialCategory|) 165751) ((|UnivariateSkewPolynomial| . |RetractableTo|) 165595) ((|UnivariateSkewPolynomial| . |CoercibleFrom|) 165450) ((|UnivariateSkewPolynomial| . |FullyRetractableTo|) 165434) ((|UnivariateSkewPolynomial| . |Module|) 165391) ((|UnivariateSkewPolynomial| . |LinearSet|) 165348) ((|UnivariateSkewPolynomial| . |LeftModule|) 165322) ((|UnivariateSkewPolynomial| . |LeftLinearSet|) 165276) ((|UnivariateSkewPolynomial| . |CancellationAbelianMonoid|) T) ((|UnivariateSkewPolynomial| . |AbelianSemiGroup|) T) ((|UnivariateSkewPolynomial| . |BasicType|) T) ((|UnivariateSkewPolynomial| . |Join|) T) ((|UnivariateSkewPolynomial| . |Type|) T) ((|UnivariateSkewPolynomial| . |CoercibleTo|) 165250) ((|UnivariateSkewPolynomial| . |SetCategory|) T) ((|UnivariateSkewPolynomial| . |AbelianMonoid|) T) ((|UnivariateSkewPolynomial| . |AbelianGroup|) T) ((|UnivariateSkewPolynomial| . |RightModule|) 165234) ((|UnivariateSkewPolynomial| . |RightLinearSet|) 165218) ((|UnivariateSkewPolynomial| . |BiModule|) 165197) ((|UnivariateSkewPolynomial| . |Ring|) T) ((|UnivariateSkewPolynomial| . |Monoid|) T) ((|UnivariateSkewPolynomial| . |SemiRing|) T) ((|UnivariateSkewPolynomial| . |SemiGroup|) T) ((|UnivariateSkewPolynomial| . |Rng|) T) ((|UnivariateSkewPolynomial| . |Algebra|) 165154) ((|SparseUnivariateSkewPolynomial| . |UnivariateSkewPolynomialCategory|) 165138) ((|SparseUnivariateSkewPolynomial| . |RetractableTo|) 164982) ((|SparseUnivariateSkewPolynomial| . |CoercibleFrom|) 164863) ((|SparseUnivariateSkewPolynomial| . |FullyRetractableTo|) 164847) ((|SparseUnivariateSkewPolynomial| . |Module|) 164804) ((|SparseUnivariateSkewPolynomial| . |LinearSet|) 164761) ((|SparseUnivariateSkewPolynomial| . |LeftModule|) 164735) ((|SparseUnivariateSkewPolynomial| . |LeftLinearSet|) 164689) ((|SparseUnivariateSkewPolynomial| . |CancellationAbelianMonoid|) T) ((|SparseUnivariateSkewPolynomial| . |AbelianSemiGroup|) T) ((|SparseUnivariateSkewPolynomial| . |BasicType|) T) ((|SparseUnivariateSkewPolynomial| . |Join|) T) ((|SparseUnivariateSkewPolynomial| . |Type|) T) ((|SparseUnivariateSkewPolynomial| . |CoercibleTo|) 164663) ((|SparseUnivariateSkewPolynomial| . |SetCategory|) T) ((|SparseUnivariateSkewPolynomial| . |AbelianMonoid|) T) ((|SparseUnivariateSkewPolynomial| . |AbelianGroup|) T) ((|SparseUnivariateSkewPolynomial| . |RightModule|) 164647) ((|SparseUnivariateSkewPolynomial| . |RightLinearSet|) 164631) ((|SparseUnivariateSkewPolynomial| . |BiModule|) 164610) ((|SparseUnivariateSkewPolynomial| . |Ring|) T) ((|SparseUnivariateSkewPolynomial| . |Monoid|) T) ((|SparseUnivariateSkewPolynomial| . |SemiRing|) T) ((|SparseUnivariateSkewPolynomial| . |SemiGroup|) T) ((|SparseUnivariateSkewPolynomial| . |Rng|) T) ((|SparseUnivariateSkewPolynomial| . |Algebra|) 164567) ((|OrderedStructure| . |OrderedType|) T) ((|OrderedStructure| . |Type|) T) ((|OrderedStructure| . |Join|) T) ((|OrderedStructure| . |BasicType|) T) ((|OrderedStructure| . |HomotopicTo|) 164551) ((|OrderedStructure| . |CoercibleTo|) 164480) ((|OrderedStructure| . |CoercibleFrom|) 164464) ((|OrderedCompletion| . |SetCategory|) T) ((|OrderedCompletion| . |CoercibleTo|) 164438) ((|OrderedCompletion| . |Type|) T) ((|OrderedCompletion| . |Join|) T) ((|OrderedCompletion| . |BasicType|) T) ((|OrderedCompletion| . |FullyRetractableTo|) 164422) ((|OrderedCompletion| . |CoercibleFrom|) 164232) ((|OrderedCompletion| . |RetractableTo|) 164076) ((|OrderedCompletion| . |AbelianGroup|) 164011) ((|OrderedCompletion| . |LeftLinearSet|) 163897) ((|OrderedCompletion| . |AbelianMonoid|) 163832) ((|OrderedCompletion| . |AbelianSemiGroup|) 163767) ((|OrderedCompletion| . |CancellationAbelianMonoid|) 163702) ((|OrderedCompletion| . |OrderedRing|) 163672) ((|OrderedCompletion| . |OrderedCancellationAbelianMonoid|) 163642) ((|OrderedCompletion| . |OrderedAbelianSemiGroup|) 163612) ((|OrderedCompletion| . |OrderedType|) 163582) ((|OrderedCompletion| . |OrderedSet|) 163552) ((|OrderedCompletion| . |OrderedAbelianMonoid|) 163522) ((|OrderedCompletion| . |OrderedAbelianGroup|) 163492) ((|OrderedCompletion| . |Ring|) 163462) ((|OrderedCompletion| . |Monoid|) 163432) ((|OrderedCompletion| . |SemiRing|) 163402) ((|OrderedCompletion| . |SemiGroup|) 163372) ((|OrderedCompletion| . |Rng|) 163342) ((|OrderedCompletion| . |LeftModule|) 163306) ((|OrderedCompletion| . |CharacteristicZero|) 163276) ((|OperatorSignature| . |OperatorCategory|) 163250) ((|OperatorSignature| . |BasicType|) T) ((|OperatorSignature| . |Join|) T) ((|OperatorSignature| . |Type|) T) ((|OperatorSignature| . |CoercibleTo|) 163224) ((|OperatorSignature| . |SetCategory|) T) ((|Operator| . |Ring|) T) ((|Operator| . |Monoid|) T) ((|Operator| . |SemiRing|) T) ((|Operator| . |SemiGroup|) T) ((|Operator| . |Rng|) T) ((|Operator| . |AbelianGroup|) T) ((|Operator| . |LeftLinearSet|) 163151) ((|Operator| . |AbelianMonoid|) T) ((|Operator| . |SetCategory|) T) ((|Operator| . |CoercibleTo|) 163125) ((|Operator| . |Type|) T) ((|Operator| . |Join|) T) ((|Operator| . |BasicType|) T) ((|Operator| . |AbelianSemiGroup|) T) ((|Operator| . |CancellationAbelianMonoid|) T) ((|Operator| . |LeftModule|) 163072) ((|Operator| . |CoercibleFrom|) 163010) ((|Operator| . |RetractableTo|) 162968) ((|Operator| . |Eltable|) 162947) ((|Operator| . |CharacteristicZero|) 162910) ((|Operator| . |CharacteristicNonZero|) 162870) ((|Operator| . |Algebra|) 162827) ((|Operator| . |BiModule|) 162779) ((|Operator| . |RightLinearSet|) 162736) ((|Operator| . |RightModule|) 162693) ((|Operator| . |LinearSet|) 162650) ((|Operator| . |Module|) 162607) ((|OnePointCompletion| . |SetCategory|) T) ((|OnePointCompletion| . |CoercibleTo|) 162581) ((|OnePointCompletion| . |Type|) T) ((|OnePointCompletion| . |Join|) T) ((|OnePointCompletion| . |BasicType|) T) ((|OnePointCompletion| . |FullyRetractableTo|) 162565) ((|OnePointCompletion| . |CoercibleFrom|) 162375) ((|OnePointCompletion| . |RetractableTo|) 162219) ((|OnePointCompletion| . |AbelianGroup|) 162154) ((|OnePointCompletion| . |LeftLinearSet|) 162040) ((|OnePointCompletion| . |AbelianMonoid|) 161975) ((|OnePointCompletion| . |AbelianSemiGroup|) 161910) ((|OnePointCompletion| . |CancellationAbelianMonoid|) 161845) ((|OnePointCompletion| . |OrderedRing|) 161815) ((|OnePointCompletion| . |OrderedCancellationAbelianMonoid|) 161785) ((|OnePointCompletion| . |OrderedAbelianSemiGroup|) 161755) ((|OnePointCompletion| . |OrderedType|) 161725) ((|OnePointCompletion| . |OrderedSet|) 161695) ((|OnePointCompletion| . |OrderedAbelianMonoid|) 161665) ((|OnePointCompletion| . |OrderedAbelianGroup|) 161635) ((|OnePointCompletion| . |Ring|) 161605) ((|OnePointCompletion| . |Monoid|) 161575) ((|OnePointCompletion| . |SemiRing|) 161545) ((|OnePointCompletion| . |SemiGroup|) 161515) ((|OnePointCompletion| . |Rng|) 161485) ((|OnePointCompletion| . |LeftModule|) 161449) ((|OnePointCompletion| . |CharacteristicZero|) 161419) ((|OppositeMonogenicLinearOperator| . |MonogenicLinearOperator|) 161403) ((|OppositeMonogenicLinearOperator| . |CoercibleFrom|) 161340) ((|OppositeMonogenicLinearOperator| . |Module|) 161297) ((|OppositeMonogenicLinearOperator| . |LinearSet|) 161254) ((|OppositeMonogenicLinearOperator| . |LeftModule|) 161228) ((|OppositeMonogenicLinearOperator| . |LeftLinearSet|) 161182) ((|OppositeMonogenicLinearOperator| . |CancellationAbelianMonoid|) T) ((|OppositeMonogenicLinearOperator| . |AbelianSemiGroup|) T) ((|OppositeMonogenicLinearOperator| . |BasicType|) T) ((|OppositeMonogenicLinearOperator| . |Join|) T) ((|OppositeMonogenicLinearOperator| . |Type|) T) ((|OppositeMonogenicLinearOperator| . |CoercibleTo|) 161156) ((|OppositeMonogenicLinearOperator| . |SetCategory|) T) ((|OppositeMonogenicLinearOperator| . |AbelianMonoid|) T) ((|OppositeMonogenicLinearOperator| . |AbelianGroup|) T) ((|OppositeMonogenicLinearOperator| . |RightModule|) 161140) ((|OppositeMonogenicLinearOperator| . |RightLinearSet|) 161124) ((|OppositeMonogenicLinearOperator| . |BiModule|) 161103) ((|OppositeMonogenicLinearOperator| . |Ring|) T) ((|OppositeMonogenicLinearOperator| . |Monoid|) T) ((|OppositeMonogenicLinearOperator| . |SemiRing|) T) ((|OppositeMonogenicLinearOperator| . |SemiGroup|) T) ((|OppositeMonogenicLinearOperator| . |Rng|) T) ((|OppositeMonogenicLinearOperator| . |Algebra|) 161060) ((|OppositeMonogenicLinearOperator| . |DifferentialRing|) 161025) ((|OppositeMonogenicLinearOperator| . |DifferentialDomain|) 160984) ((|OppositeMonogenicLinearOperator| . |DifferentialSpace|) 160949) ((|OrderedFreeMonoid| . |FreeMonoidCategory|) 160933) ((|OrderedFreeMonoid| . |CoercibleFrom|) 160917) ((|OrderedFreeMonoid| . |RetractableTo|) 160901) ((|OrderedFreeMonoid| . |OrderedType|) T) ((|OrderedFreeMonoid| . |OrderedSet|) T) ((|OrderedFreeMonoid| . |SemiGroup|) T) ((|OrderedFreeMonoid| . |BasicType|) T) ((|OrderedFreeMonoid| . |Join|) T) ((|OrderedFreeMonoid| . |Type|) T) ((|OrderedFreeMonoid| . |CoercibleTo|) 160875) ((|OrderedFreeMonoid| . |SetCategory|) T) ((|OrderedFreeMonoid| . |Monoid|) T) ((|OrderedFreeMonoid| . |OrderedMonoid|) T) ((|OrderedFreeMonoid| . |OrderedSemiGroup|) T) ((|OrderlyDifferentialVariable| . |DifferentialVariableCategory|) 160859) ((|OrderlyDifferentialVariable| . |CoercibleFrom|) 160843) ((|OrderlyDifferentialVariable| . |RetractableTo|) 160827) ((|OrderlyDifferentialVariable| . |OrderedType|) T) ((|OrderlyDifferentialVariable| . |BasicType|) T) ((|OrderlyDifferentialVariable| . |SetCategory|) T) ((|OrderlyDifferentialVariable| . |CoercibleTo|) 160801) ((|OrderlyDifferentialVariable| . |OrderedSet|) T) ((|OrderlyDifferentialVariable| . |DifferentialDomain|) 160788) ((|OrderlyDifferentialVariable| . |Join|) T) ((|OrderlyDifferentialVariable| . |Type|) T) ((|OrderlyDifferentialVariable| . |DifferentialSpace|) T) ((|OrdinaryDifferentialRing| . |BiModule|) 160716) ((|OrdinaryDifferentialRing| . |RightLinearSet|) 160653) ((|OrdinaryDifferentialRing| . |RightModule|) 160590) ((|OrdinaryDifferentialRing| . |AbelianGroup|) T) ((|OrdinaryDifferentialRing| . |LeftLinearSet|) 160507) ((|OrdinaryDifferentialRing| . |AbelianMonoid|) T) ((|OrdinaryDifferentialRing| . |SetCategory|) T) ((|OrdinaryDifferentialRing| . |CoercibleTo|) 160468) ((|OrdinaryDifferentialRing| . |Type|) T) ((|OrdinaryDifferentialRing| . |Join|) T) ((|OrdinaryDifferentialRing| . |BasicType|) T) ((|OrdinaryDifferentialRing| . |AbelianSemiGroup|) T) ((|OrdinaryDifferentialRing| . |CancellationAbelianMonoid|) T) ((|OrdinaryDifferentialRing| . |LeftModule|) 160405) ((|OrdinaryDifferentialRing| . |DifferentialRing|) T) ((|OrdinaryDifferentialRing| . |CoercibleFrom|) 160300) ((|OrdinaryDifferentialRing| . |Rng|) T) ((|OrdinaryDifferentialRing| . |SemiGroup|) T) ((|OrdinaryDifferentialRing| . |SemiRing|) T) ((|OrdinaryDifferentialRing| . |Monoid|) T) ((|OrdinaryDifferentialRing| . |Ring|) T) ((|OrdinaryDifferentialRing| . |DifferentialDomain|) 160287) ((|OrdinaryDifferentialRing| . |DifferentialSpace|) T) ((|OrdinaryDifferentialRing| . |HomotopicTo|) 160271) ((|OrdinaryDifferentialRing| . |Field|) 160247) ((|OrdinaryDifferentialRing| . |UniqueFactorizationDomain|) 160223) ((|OrdinaryDifferentialRing| . |PrincipalIdealDomain|) 160199) ((|OrdinaryDifferentialRing| . |IntegralDomain|) 160175) ((|OrdinaryDifferentialRing| . |CommutativeRing|) 160151) ((|OrdinaryDifferentialRing| . |Module|) 160079) ((|OrdinaryDifferentialRing| . |LinearSet|) 160007) ((|OrdinaryDifferentialRing| . |Algebra|) 159935) ((|OrdinaryDifferentialRing| . |GcdDomain|) 159911) ((|OrdinaryDifferentialRing| . |EuclideanDomain|) 159887) ((|OrdinaryDifferentialRing| . |EntireRing|) 159863) ((|OrdinaryDifferentialRing| . |DivisionRing|) 159839) ((|OrderlyDifferentialPolynomial| . |DifferentialPolynomialCategory|) 159745) ((|OrderlyDifferentialPolynomial| . |CoercibleFrom|) 159338) ((|OrderlyDifferentialPolynomial| . |RetractableTo|) 159066) ((|OrderlyDifferentialPolynomial| . |ConvertibleTo|) NIL) ((|OrderlyDifferentialPolynomial| . |FiniteAbelianMonoidRing|) 158986) ((|OrderlyDifferentialPolynomial| . |FullyRetractableTo|) 158970) ((|OrderlyDifferentialPolynomial| . |Algebra|) 158733) ((|OrderlyDifferentialPolynomial| . |BiModule|) 158476) ((|OrderlyDifferentialPolynomial| . |RightLinearSet|) 158233) ((|OrderlyDifferentialPolynomial| . |RightModule|) 157990) ((|OrderlyDifferentialPolynomial| . |LeftLinearSet|) 157867) ((|OrderlyDifferentialPolynomial| . |LeftModule|) 157696) ((|OrderlyDifferentialPolynomial| . |LinearSet|) 157459) ((|OrderlyDifferentialPolynomial| . |Module|) 157222) ((|OrderlyDifferentialPolynomial| . |CharacteristicNonZero|) 157182) ((|OrderlyDifferentialPolynomial| . |CharacteristicZero|) 157145) ((|OrderlyDifferentialPolynomial| . |CommutativeRing|) 156998) ((|OrderlyDifferentialPolynomial| . |Functorial|) 156982) ((|OrderlyDifferentialPolynomial| . |IntegralDomain|) 156868) ((|OrderlyDifferentialPolynomial| . |EntireRing|) 156754) ((|OrderlyDifferentialPolynomial| . |AbelianMonoidRing|) 156674) ((|OrderlyDifferentialPolynomial| . |FullyLinearlyExplicitRingOver|) 156658) ((|OrderlyDifferentialPolynomial| . |LinearlyExplicitRingOver|) 156574) ((|OrderlyDifferentialPolynomial| . |GcdDomain|) 156492) ((|OrderlyDifferentialPolynomial| . |InnerEvalable|) 156322) ((|OrderlyDifferentialPolynomial| . |PartialDifferentialRing|) 156203) ((|OrderlyDifferentialPolynomial| . |PartialDifferentialDomain|) 156022) ((|OrderlyDifferentialPolynomial| . |PartialDifferentialSpace|) 155845) ((|OrderlyDifferentialPolynomial| . |PatternMatchable|) NIL) ((|OrderlyDifferentialPolynomial| . |PolynomialFactorizationExplicit|) 155795) ((|OrderlyDifferentialPolynomial| . |UniqueFactorizationDomain|) 155745) ((|OrderlyDifferentialPolynomial| . |PolynomialCategory|) 155658) ((|OrderlyDifferentialPolynomial| . |Evalable|) 155645) ((|OrderlyDifferentialPolynomial| . |DifferentialRing|) 155610) ((|OrderlyDifferentialPolynomial| . |CancellationAbelianMonoid|) T) ((|OrderlyDifferentialPolynomial| . |AbelianSemiGroup|) T) ((|OrderlyDifferentialPolynomial| . |BasicType|) T) ((|OrderlyDifferentialPolynomial| . |CoercibleTo|) 155584) ((|OrderlyDifferentialPolynomial| . |SetCategory|) T) ((|OrderlyDifferentialPolynomial| . |AbelianMonoid|) T) ((|OrderlyDifferentialPolynomial| . |AbelianGroup|) T) ((|OrderlyDifferentialPolynomial| . |Rng|) T) ((|OrderlyDifferentialPolynomial| . |SemiGroup|) T) ((|OrderlyDifferentialPolynomial| . |SemiRing|) T) ((|OrderlyDifferentialPolynomial| . |Monoid|) T) ((|OrderlyDifferentialPolynomial| . |Ring|) T) ((|OrderlyDifferentialPolynomial| . |DifferentialDomain|) 155503) ((|OrderlyDifferentialPolynomial| . |Join|) T) ((|OrderlyDifferentialPolynomial| . |Type|) T) ((|OrderlyDifferentialPolynomial| . |DifferentialSpace|) 155428) ((|OrderlyDifferentialPolynomial| . |DifferentialSpaceExtension|) 155412) ((|OrderlyDifferentialPolynomial| . |DifferentialExtension|) 155396) ((|OrderedDirectProduct| . |DirectProductCategory|) 155375) ((|OrderedDirectProduct| . |VectorSpace|) 155342) ((|OrderedDirectProduct| . |OrderedCancellationAbelianMonoid|) 155300) ((|OrderedDirectProduct| . |OrderedAbelianSemiGroup|) 155258) ((|OrderedDirectProduct| . |OrderedType|) 155183) ((|OrderedDirectProduct| . |OrderedSet|) 155108) ((|OrderedDirectProduct| . |OrderedAbelianMonoid|) 155066) ((|OrderedDirectProduct| . |OrderedAbelianMonoidSup|) 155024) ((|OrderedDirectProduct| . |Module|) 154953) ((|OrderedDirectProduct| . |LinearSet|) 154858) ((|OrderedDirectProduct| . |EltableAggregate|) 154830) ((|OrderedDirectProduct| . |Eltable|) 154802) ((|OrderedDirectProduct| . |IndexedAggregate|) 154774) ((|OrderedDirectProduct| . |RetractableTo|) 154525) ((|OrderedDirectProduct| . |CoercibleFrom|) 154249) ((|OrderedDirectProduct| . |FullyRetractableTo|) 154210) ((|OrderedDirectProduct| . |LinearlyExplicitRingOver|) 154082) ((|OrderedDirectProduct| . |LeftModule|) 153867) ((|OrderedDirectProduct| . |FullyLinearlyExplicitRingOver|) 153835) ((|OrderedDirectProduct| . |HomogeneousAggregate|) 153819) ((|OrderedDirectProduct| . |Functorial|) 153803) ((|OrderedDirectProduct| . |InnerEvalable|) 153722) ((|OrderedDirectProduct| . |Evalable|) 153646) ((|OrderedDirectProduct| . |Aggregate|) T) ((|OrderedDirectProduct| . |FiniteAggregate|) 153630) ((|OrderedDirectProduct| . |Finite|) 153605) ((|OrderedDirectProduct| . |DifferentialRing|) 153542) ((|OrderedDirectProduct| . |LeftLinearSet|) 153272) ((|OrderedDirectProduct| . |Rng|) 153249) ((|OrderedDirectProduct| . |SemiGroup|) 153226) ((|OrderedDirectProduct| . |SemiRing|) 153203) ((|OrderedDirectProduct| . |Monoid|) 153180) ((|OrderedDirectProduct| . |Ring|) 153157) ((|OrderedDirectProduct| . |DifferentialDomain|) 153020) ((|OrderedDirectProduct| . |DifferentialSpace|) 152889) ((|OrderedDirectProduct| . |DifferentialSpaceExtension|) 152857) ((|OrderedDirectProduct| . |PartialDifferentialDomain|) 152673) ((|OrderedDirectProduct| . |PartialDifferentialSpace|) 152491) ((|OrderedDirectProduct| . |PartialDifferentialRing|) 152395) ((|OrderedDirectProduct| . |DifferentialExtension|) 152363) ((|OrderedDirectProduct| . |CoercibleTo|) 151908) ((|OrderedDirectProduct| . |RightModule|) 151815) ((|OrderedDirectProduct| . |RightLinearSet|) 151698) ((|OrderedDirectProduct| . |BiModule|) 151600) ((|OrderedDirectProduct| . |CancellationAbelianMonoid|) 151402) ((|OrderedDirectProduct| . |AbelianSemiGroup|) 151139) ((|OrderedDirectProduct| . |BasicType|) 150744) ((|OrderedDirectProduct| . |Join|) T) ((|OrderedDirectProduct| . |Type|) T) ((|OrderedDirectProduct| . |SetCategory|) 150376) ((|OrderedDirectProduct| . |AbelianMonoid|) 150147) ((|OrderedDirectProduct| . |AbelianGroup|) 150033) ((|Octonion| . |OctonionCategory|) 150017) ((|Octonion| . |OrderedType|) 149988) ((|Octonion| . |OrderedSet|) 149959) ((|Octonion| . |RetractableTo|) 149636) ((|Octonion| . |CoercibleFrom|) 149413) ((|Octonion| . |FullyRetractableTo|) 149369) ((|Octonion| . |Eltable|) 149322) ((|Octonion| . |Evalable|) 149281) ((|Octonion| . |InnerEvalable|) 149170) ((|Octonion| . |Functorial|) 149154) ((|Octonion| . |FullyEvalableOver|) 149138) ((|Octonion| . |Finite|) 149113) ((|Octonion| . |ConvertibleTo|) 149049) ((|Octonion| . |CharacteristicZero|) 149012) ((|Octonion| . |CharacteristicNonZero|) 148972) ((|Octonion| . |Module|) 148956) ((|Octonion| . |LinearSet|) 148940) ((|Octonion| . |LeftModule|) 148914) ((|Octonion| . |LeftLinearSet|) 148868) ((|Octonion| . |CancellationAbelianMonoid|) T) ((|Octonion| . |AbelianSemiGroup|) T) ((|Octonion| . |BasicType|) T) ((|Octonion| . |Join|) T) ((|Octonion| . |Type|) T) ((|Octonion| . |CoercibleTo|) 148842) ((|Octonion| . |SetCategory|) T) ((|Octonion| . |AbelianMonoid|) T) ((|Octonion| . |AbelianGroup|) T) ((|Octonion| . |RightModule|) 148826) ((|Octonion| . |RightLinearSet|) 148810) ((|Octonion| . |BiModule|) 148789) ((|Octonion| . |Ring|) T) ((|Octonion| . |Monoid|) T) ((|Octonion| . |SemiRing|) T) ((|Octonion| . |SemiGroup|) T) ((|Octonion| . |Rng|) T) ((|Octonion| . |Algebra|) 148773) ((|NewSparseUnivariatePolynomial| . |UnivariatePolynomialCategory|) 148757) ((|NewSparseUnivariatePolynomial| . |StepThrough|) 148727) ((|NewSparseUnivariatePolynomial| . |ConvertibleTo|) NIL) ((|NewSparseUnivariatePolynomial| . |Evalable|) 148714) ((|NewSparseUnivariatePolynomial| . |InnerEvalable|) 148643) ((|NewSparseUnivariatePolynomial| . |FiniteAbelianMonoidRing|) 148604) ((|NewSparseUnivariatePolynomial| . |RetractableTo|) 148370) ((|NewSparseUnivariatePolynomial| . |FullyRetractableTo|) 148354) ((|NewSparseUnivariatePolynomial| . |Algebra|) 148094) ((|NewSparseUnivariatePolynomial| . |BiModule|) 147814) ((|NewSparseUnivariatePolynomial| . |RightLinearSet|) 147548) ((|NewSparseUnivariatePolynomial| . |RightModule|) 147282) ((|NewSparseUnivariatePolynomial| . |LeftLinearSet|) 147159) ((|NewSparseUnivariatePolynomial| . |LeftModule|) 146988) ((|NewSparseUnivariatePolynomial| . |LinearSet|) 146728) ((|NewSparseUnivariatePolynomial| . |Module|) 146468) ((|NewSparseUnivariatePolynomial| . |CoercibleFrom|) 146076) ((|NewSparseUnivariatePolynomial| . |CharacteristicNonZero|) 146036) ((|NewSparseUnivariatePolynomial| . |CharacteristicZero|) 145999) ((|NewSparseUnivariatePolynomial| . |Functorial|) 145983) ((|NewSparseUnivariatePolynomial| . |AbelianMonoidRing|) 145944) ((|NewSparseUnivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 145928) ((|NewSparseUnivariatePolynomial| . |LinearlyExplicitRingOver|) 145844) ((|NewSparseUnivariatePolynomial| . |PartialDifferentialRing|) 145742) ((|NewSparseUnivariatePolynomial| . |PartialDifferentialDomain|) 145578) ((|NewSparseUnivariatePolynomial| . |PartialDifferentialSpace|) 145418) ((|NewSparseUnivariatePolynomial| . |PatternMatchable|) NIL) ((|NewSparseUnivariatePolynomial| . |PolynomialFactorizationExplicit|) 145368) ((|NewSparseUnivariatePolynomial| . |UniqueFactorizationDomain|) 145318) ((|NewSparseUnivariatePolynomial| . |PolynomialCategory|) 145253) ((|NewSparseUnivariatePolynomial| . |PrincipalIdealDomain|) 145229) ((|NewSparseUnivariatePolynomial| . |IntegralDomain|) 145092) ((|NewSparseUnivariatePolynomial| . |EntireRing|) 144955) ((|NewSparseUnivariatePolynomial| . |CommutativeRing|) 144785) ((|NewSparseUnivariatePolynomial| . |GcdDomain|) 144680) ((|NewSparseUnivariatePolynomial| . |EuclideanDomain|) 144656) ((|NewSparseUnivariatePolynomial| . |Eltable|) 144559) ((|NewSparseUnivariatePolynomial| . |DifferentialRing|) T) ((|NewSparseUnivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|NewSparseUnivariatePolynomial| . |AbelianSemiGroup|) T) ((|NewSparseUnivariatePolynomial| . |BasicType|) T) ((|NewSparseUnivariatePolynomial| . |CoercibleTo|) 144489) ((|NewSparseUnivariatePolynomial| . |SetCategory|) T) ((|NewSparseUnivariatePolynomial| . |AbelianMonoid|) T) ((|NewSparseUnivariatePolynomial| . |AbelianGroup|) T) ((|NewSparseUnivariatePolynomial| . |Rng|) T) ((|NewSparseUnivariatePolynomial| . |SemiGroup|) T) ((|NewSparseUnivariatePolynomial| . |SemiRing|) T) ((|NewSparseUnivariatePolynomial| . |Monoid|) T) ((|NewSparseUnivariatePolynomial| . |Ring|) T) ((|NewSparseUnivariatePolynomial| . |DifferentialDomain|) 144476) ((|NewSparseUnivariatePolynomial| . |Join|) T) ((|NewSparseUnivariatePolynomial| . |Type|) T) ((|NewSparseUnivariatePolynomial| . |DifferentialSpace|) T) ((|NewSparseUnivariatePolynomial| . |DifferentialSpaceExtension|) 144460) ((|NewSparseUnivariatePolynomial| . |DifferentialExtension|) 144444) ((|NewSparseMultivariatePolynomial| . |RecursivePolynomialCategory|) 144397) ((|NewSparseMultivariatePolynomial| . |ConvertibleTo|) 143836) ((|NewSparseMultivariatePolynomial| . |Evalable|) 143823) ((|NewSparseMultivariatePolynomial| . |InnerEvalable|) 143775) ((|NewSparseMultivariatePolynomial| . |FiniteAbelianMonoidRing|) 143733) ((|NewSparseMultivariatePolynomial| . |RetractableTo|) 143513) ((|NewSparseMultivariatePolynomial| . |FullyRetractableTo|) 143497) ((|NewSparseMultivariatePolynomial| . |Algebra|) 143260) ((|NewSparseMultivariatePolynomial| . |CoercibleFrom|) 142905) ((|NewSparseMultivariatePolynomial| . |LeftModule|) 142734) ((|NewSparseMultivariatePolynomial| . |LeftLinearSet|) 142611) ((|NewSparseMultivariatePolynomial| . |Rng|) T) ((|NewSparseMultivariatePolynomial| . |SemiGroup|) T) ((|NewSparseMultivariatePolynomial| . |SemiRing|) T) ((|NewSparseMultivariatePolynomial| . |Monoid|) T) ((|NewSparseMultivariatePolynomial| . |Ring|) T) ((|NewSparseMultivariatePolynomial| . |BiModule|) 142354) ((|NewSparseMultivariatePolynomial| . |RightLinearSet|) 142111) ((|NewSparseMultivariatePolynomial| . |RightModule|) 141868) ((|NewSparseMultivariatePolynomial| . |AbelianGroup|) T) ((|NewSparseMultivariatePolynomial| . |AbelianMonoid|) T) ((|NewSparseMultivariatePolynomial| . |SetCategory|) T) ((|NewSparseMultivariatePolynomial| . |CoercibleTo|) 141727) ((|NewSparseMultivariatePolynomial| . |Type|) T) ((|NewSparseMultivariatePolynomial| . |Join|) T) ((|NewSparseMultivariatePolynomial| . |BasicType|) T) ((|NewSparseMultivariatePolynomial| . |AbelianSemiGroup|) T) ((|NewSparseMultivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|NewSparseMultivariatePolynomial| . |LinearSet|) 141490) ((|NewSparseMultivariatePolynomial| . |Module|) 141253) ((|NewSparseMultivariatePolynomial| . |CharacteristicNonZero|) 141213) ((|NewSparseMultivariatePolynomial| . |CharacteristicZero|) 141176) ((|NewSparseMultivariatePolynomial| . |CommutativeRing|) 141029) ((|NewSparseMultivariatePolynomial| . |Functorial|) 141013) ((|NewSparseMultivariatePolynomial| . |IntegralDomain|) 140899) ((|NewSparseMultivariatePolynomial| . |EntireRing|) 140785) ((|NewSparseMultivariatePolynomial| . |AbelianMonoidRing|) 140743) ((|NewSparseMultivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 140727) ((|NewSparseMultivariatePolynomial| . |LinearlyExplicitRingOver|) 140643) ((|NewSparseMultivariatePolynomial| . |GcdDomain|) 140561) ((|NewSparseMultivariatePolynomial| . |PartialDifferentialRing|) 140545) ((|NewSparseMultivariatePolynomial| . |PartialDifferentialDomain|) 140527) ((|NewSparseMultivariatePolynomial| . |PartialDifferentialSpace|) 140511) ((|NewSparseMultivariatePolynomial| . |PatternMatchable|) 140290) ((|NewSparseMultivariatePolynomial| . |PolynomialFactorizationExplicit|) 140240) ((|NewSparseMultivariatePolynomial| . |UniqueFactorizationDomain|) 140190) ((|NewSparseMultivariatePolynomial| . |PolynomialCategory|) 140143) ((|None| . |SetCategory|) T) ((|None| . |CoercibleTo|) 140117) ((|None| . |Type|) T) ((|None| . |Join|) T) ((|None| . |BasicType|) T) ((|NonNegativeInteger| . |OrderedAbelianMonoidSup|) T) ((|NonNegativeInteger| . |CancellationAbelianMonoid|) T) ((|NonNegativeInteger| . |AbelianSemiGroup|) T) ((|NonNegativeInteger| . |BasicType|) T) ((|NonNegativeInteger| . |Join|) T) ((|NonNegativeInteger| . |Type|) T) ((|NonNegativeInteger| . |CoercibleTo|) 140091) ((|NonNegativeInteger| . |SetCategory|) T) ((|NonNegativeInteger| . |AbelianMonoid|) T) ((|NonNegativeInteger| . |OrderedAbelianMonoid|) T) ((|NonNegativeInteger| . |OrderedSet|) T) ((|NonNegativeInteger| . |OrderedType|) T) ((|NonNegativeInteger| . |OrderedAbelianSemiGroup|) T) ((|NonNegativeInteger| . |OrderedCancellationAbelianMonoid|) T) ((|NonNegativeInteger| . |Monoid|) T) ((|NonNegativeInteger| . |SemiGroup|) T) ((|Multiset| . |MultisetAggregate|) 140075) ((|Multiset| . |SetAggregate|) 140059) ((|Multiset| . |DictionaryOperations|) 140043) ((|Multiset| . |ConvertibleTo|) 139979) ((|Multiset| . |Collection|) 139963) ((|Multiset| . |HomogeneousAggregate|) 139947) ((|Multiset| . |SetCategory|) T) ((|Multiset| . |Functorial|) 139931) ((|Multiset| . |InnerEvalable|) 139850) ((|Multiset| . |Evalable|) 139774) ((|Multiset| . |CoercibleTo|) 139748) ((|Multiset| . |BasicType|) T) ((|Multiset| . |Type|) T) ((|Multiset| . |Join|) T) ((|Multiset| . |Aggregate|) T) ((|Multiset| . |ShallowlyMutableAggregate|) 139732) ((|Multiset| . |BagAggregate|) 139716) ((|Multiset| . |MultiDictionary|) 139700) ((|Multiset| . |FiniteAggregate|) 139684) ((|MonoidRing| . |Ring|) T) ((|MonoidRing| . |Monoid|) T) ((|MonoidRing| . |SemiRing|) T) ((|MonoidRing| . |SemiGroup|) T) ((|MonoidRing| . |Rng|) T) ((|MonoidRing| . |AbelianGroup|) T) ((|MonoidRing| . |LeftLinearSet|) 139611) ((|MonoidRing| . |AbelianMonoid|) T) ((|MonoidRing| . |SetCategory|) T) ((|MonoidRing| . |CoercibleTo|) 139585) ((|MonoidRing| . |Type|) T) ((|MonoidRing| . |Join|) T) ((|MonoidRing| . |BasicType|) T) ((|MonoidRing| . |AbelianSemiGroup|) T) ((|MonoidRing| . |CancellationAbelianMonoid|) T) ((|MonoidRing| . |LeftModule|) 139532) ((|MonoidRing| . |CoercibleFrom|) 139483) ((|MonoidRing| . |RetractableTo|) 139454) ((|MonoidRing| . |Functorial|) 139438) ((|MonoidRing| . |CharacteristicZero|) 139401) ((|MonoidRing| . |CharacteristicNonZero|) 139361) ((|MonoidRing| . |Algebra|) 139318) ((|MonoidRing| . |BiModule|) 139270) ((|MonoidRing| . |RightLinearSet|) 139227) ((|MonoidRing| . |RightModule|) 139184) ((|MonoidRing| . |LinearSet|) 139141) ((|MonoidRing| . |Module|) 139098) ((|MonoidRing| . |Finite|) 139043) ((|MultivariatePolynomial| . |PolynomialCategory|) 138970) ((|MultivariatePolynomial| . |CoercibleFrom|) 138642) ((|MultivariatePolynomial| . |RetractableTo|) 138449) ((|MultivariatePolynomial| . |UniqueFactorizationDomain|) 138399) ((|MultivariatePolynomial| . |PolynomialFactorizationExplicit|) 138349) ((|MultivariatePolynomial| . |PatternMatchable|) NIL) ((|MultivariatePolynomial| . |PartialDifferentialSpace|) 138309) ((|MultivariatePolynomial| . |PartialDifferentialDomain|) 138267) ((|MultivariatePolynomial| . |PartialDifferentialRing|) 138227) ((|MultivariatePolynomial| . |InnerEvalable|) 138153) ((|MultivariatePolynomial| . |GcdDomain|) 138071) ((|MultivariatePolynomial| . |LinearlyExplicitRingOver|) 137987) ((|MultivariatePolynomial| . |LeftModule|) 137816) ((|MultivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 137800) ((|MultivariatePolynomial| . |AbelianMonoidRing|) 137734) ((|MultivariatePolynomial| . |Algebra|) 137497) ((|MultivariatePolynomial| . |LinearSet|) 137260) ((|MultivariatePolynomial| . |Module|) 137023) ((|MultivariatePolynomial| . |EntireRing|) 136909) ((|MultivariatePolynomial| . |IntegralDomain|) 136795) ((|MultivariatePolynomial| . |Functorial|) 136779) ((|MultivariatePolynomial| . |BiModule|) 136522) ((|MultivariatePolynomial| . |RightLinearSet|) 136279) ((|MultivariatePolynomial| . |RightModule|) 136036) ((|MultivariatePolynomial| . |CommutativeRing|) 135889) ((|MultivariatePolynomial| . |CharacteristicZero|) 135852) ((|MultivariatePolynomial| . |CharacteristicNonZero|) 135812) ((|MultivariatePolynomial| . |LeftLinearSet|) 135689) ((|MultivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|MultivariatePolynomial| . |AbelianSemiGroup|) T) ((|MultivariatePolynomial| . |BasicType|) T) ((|MultivariatePolynomial| . |Join|) T) ((|MultivariatePolynomial| . |Type|) T) ((|MultivariatePolynomial| . |CoercibleTo|) 135663) ((|MultivariatePolynomial| . |SetCategory|) T) ((|MultivariatePolynomial| . |AbelianMonoid|) T) ((|MultivariatePolynomial| . |AbelianGroup|) T) ((|MultivariatePolynomial| . |Ring|) T) ((|MultivariatePolynomial| . |Monoid|) T) ((|MultivariatePolynomial| . |SemiRing|) T) ((|MultivariatePolynomial| . |SemiGroup|) T) ((|MultivariatePolynomial| . |Rng|) T) ((|MultivariatePolynomial| . |FullyRetractableTo|) 135647) ((|MultivariatePolynomial| . |FiniteAbelianMonoidRing|) 135581) ((|MultivariatePolynomial| . |Evalable|) 135568) ((|MultivariatePolynomial| . |ConvertibleTo|) 135346) ((|MonoidOperation| . |MonoidOperatorCategory|) 135330) ((|MonoidOperation| . |BinaryOperatorCategory|) 135314) ((|MonoidOperation| . |Type|) T) ((|MonoidOperation| . |MappingCategory|) 135288) ((|MonoidOperation| . |SemiGroupOperatorCategory|) 135272) ((|MonoidOperation| . |SetCategory|) T) ((|MonoidOperation| . |CoercibleTo|) 135210) ((|MonoidOperation| . |Join|) T) ((|MonoidOperation| . |BasicType|) T) ((|MoebiusTransform| . |Group|) T) ((|MoebiusTransform| . |SemiGroup|) T) ((|MoebiusTransform| . |BasicType|) T) ((|MoebiusTransform| . |Join|) T) ((|MoebiusTransform| . |Type|) T) ((|MoebiusTransform| . |CoercibleTo|) 135184) ((|MoebiusTransform| . |SetCategory|) T) ((|MoebiusTransform| . |Monoid|) T) ((|ModularRing| . |Ring|) T) ((|ModularRing| . |Monoid|) T) ((|ModularRing| . |SemiRing|) T) ((|ModularRing| . |SemiGroup|) T) ((|ModularRing| . |Rng|) T) ((|ModularRing| . |AbelianGroup|) T) ((|ModularRing| . |LeftLinearSet|) 135151) ((|ModularRing| . |AbelianMonoid|) T) ((|ModularRing| . |SetCategory|) T) ((|ModularRing| . |CoercibleTo|) 135112) ((|ModularRing| . |Type|) T) ((|ModularRing| . |Join|) T) ((|ModularRing| . |BasicType|) T) ((|ModularRing| . |AbelianSemiGroup|) T) ((|ModularRing| . |CancellationAbelianMonoid|) T) ((|ModularRing| . |LeftModule|) 135099) ((|ModularRing| . |CoercibleFrom|) 135076) ((|ModuleOperator| . |Ring|) T) ((|ModuleOperator| . |Monoid|) T) ((|ModuleOperator| . |SemiRing|) T) ((|ModuleOperator| . |SemiGroup|) T) ((|ModuleOperator| . |Rng|) T) ((|ModuleOperator| . |AbelianGroup|) T) ((|ModuleOperator| . |LeftLinearSet|) 135003) ((|ModuleOperator| . |AbelianMonoid|) T) ((|ModuleOperator| . |SetCategory|) T) ((|ModuleOperator| . |CoercibleTo|) 134977) ((|ModuleOperator| . |Type|) T) ((|ModuleOperator| . |Join|) T) ((|ModuleOperator| . |BasicType|) T) ((|ModuleOperator| . |AbelianSemiGroup|) T) ((|ModuleOperator| . |CancellationAbelianMonoid|) T) ((|ModuleOperator| . |LeftModule|) 134924) ((|ModuleOperator| . |CoercibleFrom|) 134862) ((|ModuleOperator| . |RetractableTo|) 134820) ((|ModuleOperator| . |Eltable|) 134799) ((|ModuleOperator| . |CharacteristicZero|) 134762) ((|ModuleOperator| . |CharacteristicNonZero|) 134722) ((|ModuleOperator| . |Algebra|) 134679) ((|ModuleOperator| . |BiModule|) 134631) ((|ModuleOperator| . |RightLinearSet|) 134588) ((|ModuleOperator| . |RightModule|) 134545) ((|ModuleOperator| . |LinearSet|) 134502) ((|ModuleOperator| . |Module|) 134459) ((|ModuleMonomial| . |OrderedSet|) T) ((|ModuleMonomial| . |CoercibleTo|) 134373) ((|ModuleMonomial| . |SetCategory|) T) ((|ModuleMonomial| . |BasicType|) T) ((|ModuleMonomial| . |Join|) T) ((|ModuleMonomial| . |Type|) T) ((|ModuleMonomial| . |OrderedType|) T) ((|ModuleMonomial| . |HomotopicTo|) 134310) ((|ModuleMonomial| . |CoercibleFrom|) 134247) ((|ModMonic| . |UnivariatePolynomialCategory|) 134231) ((|ModMonic| . |StepThrough|) 134201) ((|ModMonic| . |ConvertibleTo|) NIL) ((|ModMonic| . |Evalable|) 134188) ((|ModMonic| . |InnerEvalable|) 134117) ((|ModMonic| . |FiniteAbelianMonoidRing|) 134078) ((|ModMonic| . |RetractableTo|) 133888) ((|ModMonic| . |FullyRetractableTo|) 133872) ((|ModMonic| . |Algebra|) 133612) ((|ModMonic| . |BiModule|) 133332) ((|ModMonic| . |RightLinearSet|) 133066) ((|ModMonic| . |RightModule|) 132800) ((|ModMonic| . |LeftLinearSet|) 132677) ((|ModMonic| . |LeftModule|) 132506) ((|ModMonic| . |LinearSet|) 132246) ((|ModMonic| . |Module|) 131986) ((|ModMonic| . |CoercibleFrom|) 131625) ((|ModMonic| . |CharacteristicNonZero|) 131585) ((|ModMonic| . |CharacteristicZero|) 131548) ((|ModMonic| . |Functorial|) 131532) ((|ModMonic| . |AbelianMonoidRing|) 131493) ((|ModMonic| . |FullyLinearlyExplicitRingOver|) 131477) ((|ModMonic| . |LinearlyExplicitRingOver|) 131393) ((|ModMonic| . |PartialDifferentialRing|) 131291) ((|ModMonic| . |PartialDifferentialDomain|) 131127) ((|ModMonic| . |PartialDifferentialSpace|) 130967) ((|ModMonic| . |PatternMatchable|) NIL) ((|ModMonic| . |PolynomialFactorizationExplicit|) 130917) ((|ModMonic| . |UniqueFactorizationDomain|) 130867) ((|ModMonic| . |PolynomialCategory|) 130802) ((|ModMonic| . |PrincipalIdealDomain|) 130778) ((|ModMonic| . |IntegralDomain|) 130641) ((|ModMonic| . |EntireRing|) 130504) ((|ModMonic| . |CommutativeRing|) 130334) ((|ModMonic| . |GcdDomain|) 130229) ((|ModMonic| . |EuclideanDomain|) 130205) ((|ModMonic| . |Eltable|) 130108) ((|ModMonic| . |DifferentialRing|) T) ((|ModMonic| . |CancellationAbelianMonoid|) T) ((|ModMonic| . |AbelianSemiGroup|) T) ((|ModMonic| . |BasicType|) T) ((|ModMonic| . |CoercibleTo|) 130082) ((|ModMonic| . |SetCategory|) T) ((|ModMonic| . |AbelianMonoid|) T) ((|ModMonic| . |AbelianGroup|) T) ((|ModMonic| . |Rng|) T) ((|ModMonic| . |SemiGroup|) T) ((|ModMonic| . |SemiRing|) T) ((|ModMonic| . |Monoid|) T) ((|ModMonic| . |Ring|) T) ((|ModMonic| . |DifferentialDomain|) 130069) ((|ModMonic| . |Join|) T) ((|ModMonic| . |Type|) T) ((|ModMonic| . |DifferentialSpace|) T) ((|ModMonic| . |DifferentialSpaceExtension|) 130053) ((|ModMonic| . |DifferentialExtension|) 130037) ((|ModMonic| . |Finite|) 130012) ((|ModularField| . |Field|) T) ((|ModularField| . |UniqueFactorizationDomain|) T) ((|ModularField| . |PrincipalIdealDomain|) T) ((|ModularField| . |IntegralDomain|) T) ((|ModularField| . |CommutativeRing|) T) ((|ModularField| . |CoercibleFrom|) 129946) ((|ModularField| . |Module|) 129900) ((|ModularField| . |LinearSet|) 129854) ((|ModularField| . |Algebra|) 129808) ((|ModularField| . |GcdDomain|) T) ((|ModularField| . |EuclideanDomain|) T) ((|ModularField| . |LeftModule|) 129762) ((|ModularField| . |LeftLinearSet|) 129696) ((|ModularField| . |Rng|) T) ((|ModularField| . |SemiGroup|) T) ((|ModularField| . |SemiRing|) T) ((|ModularField| . |Monoid|) T) ((|ModularField| . |Ring|) T) ((|ModularField| . |BiModule|) 129641) ((|ModularField| . |RightLinearSet|) 129595) ((|ModularField| . |RightModule|) 129549) ((|ModularField| . |AbelianGroup|) T) ((|ModularField| . |AbelianMonoid|) T) ((|ModularField| . |SetCategory|) T) ((|ModularField| . |CoercibleTo|) 129510) ((|ModularField| . |Type|) T) ((|ModularField| . |Join|) T) ((|ModularField| . |BasicType|) T) ((|ModularField| . |AbelianSemiGroup|) T) ((|ModularField| . |CancellationAbelianMonoid|) T) ((|ModularField| . |EntireRing|) T) ((|ModularField| . |DivisionRing|) T) ((|MathMLFormat| . |SetCategory|) T) ((|MathMLFormat| . |CoercibleTo|) 129484) ((|MathMLFormat| . |Type|) T) ((|MathMLFormat| . |Join|) T) ((|MathMLFormat| . |BasicType|) T) ((|Maybe| . |UnionType|) T) ((|Maybe| . |RetractableTo|) 129468) ((|Maybe| . |CoercibleFrom|) 129452) ((|Maybe| . |CoercibleTo|) 129394) ((|Matrix| . |MatrixCategory|) 129355) ((|Matrix| . |FiniteAggregate|) 129339) ((|Matrix| . |Aggregate|) T) ((|Matrix| . |Join|) T) ((|Matrix| . |Type|) T) ((|Matrix| . |BasicType|) 129277) ((|Matrix| . |CoercibleTo|) 129179) ((|Matrix| . |Evalable|) 129103) ((|Matrix| . |InnerEvalable|) 129022) ((|Matrix| . |Functorial|) 129006) ((|Matrix| . |SetCategory|) 128976) ((|Matrix| . |HomogeneousAggregate|) 128960) ((|Matrix| . |ShallowlyMutableAggregate|) 128944) ((|Matrix| . |TwoDimensionalArrayCategory|) 128905) ((|Matrix| . |ConvertibleTo|) 128846) ((|MappingAst| . |SpadSyntaxCategory|) T) ((|MappingAst| . |HomotopicTo|) 128824) ((|MappingAst| . |CoercibleTo|) 128759) ((|MappingAst| . |CoercibleFrom|) 128737) ((|MappingAst| . |SetCategory|) T) ((|MappingAst| . |Type|) T) ((|MappingAst| . |Join|) T) ((|MappingAst| . |BasicType|) T) ((|MappingAst| . |AbstractSyntaxCategory|) T) ((|MacroAst| . |SpadSyntaxCategory|) T) ((|MacroAst| . |HomotopicTo|) 128715) ((|MacroAst| . |CoercibleTo|) 128670) ((|MacroAst| . |CoercibleFrom|) 128648) ((|MacroAst| . |SetCategory|) T) ((|MacroAst| . |Type|) T) ((|MacroAst| . |Join|) T) ((|MacroAst| . |BasicType|) T) ((|MacroAst| . |AbstractSyntaxCategory|) T) ((|LyndonWord| . |OrderedSet|) T) ((|LyndonWord| . |CoercibleTo|) 128560) ((|LyndonWord| . |SetCategory|) T) ((|LyndonWord| . |BasicType|) T) ((|LyndonWord| . |Join|) T) ((|LyndonWord| . |Type|) T) ((|LyndonWord| . |OrderedType|) T) ((|LyndonWord| . |RetractableTo|) 128544) ((|LyndonWord| . |CoercibleFrom|) 128528) ((|ConstructAst| . |SpadSyntaxCategory|) T) ((|ConstructAst| . |HomotopicTo|) 128506) ((|ConstructAst| . |CoercibleTo|) 128461) ((|ConstructAst| . |CoercibleFrom|) 128439) ((|ConstructAst| . |SetCategory|) T) ((|ConstructAst| . |Type|) T) ((|ConstructAst| . |Join|) T) ((|ConstructAst| . |BasicType|) T) ((|ConstructAst| . |AbstractSyntaxCategory|) T) ((|LieSquareMatrix| . |SquareMatrixCategory|) 128383) ((|LieSquareMatrix| . |FiniteAggregate|) 128367) ((|LieSquareMatrix| . |Aggregate|) T) ((|LieSquareMatrix| . |Evalable|) 128291) ((|LieSquareMatrix| . |InnerEvalable|) 128210) ((|LieSquareMatrix| . |Functorial|) 128194) ((|LieSquareMatrix| . |HomogeneousAggregate|) 128178) ((|LieSquareMatrix| . |RectangularMatrixCategory|) 128117) ((|LieSquareMatrix| . |RetractableTo|) 127961) ((|LieSquareMatrix| . |CoercibleFrom|) 127842) ((|LieSquareMatrix| . |FullyRetractableTo|) 127826) ((|LieSquareMatrix| . |LinearlyExplicitRingOver|) 127742) ((|LieSquareMatrix| . |LeftModule|) 127648) ((|LieSquareMatrix| . |FullyLinearlyExplicitRingOver|) 127632) ((|LieSquareMatrix| . |DifferentialRing|) 127597) ((|LieSquareMatrix| . |DifferentialDomain|) 127516) ((|LieSquareMatrix| . |DifferentialSpace|) 127441) ((|LieSquareMatrix| . |DifferentialSpaceExtension|) 127425) ((|LieSquareMatrix| . |PartialDifferentialDomain|) 127297) ((|LieSquareMatrix| . |PartialDifferentialSpace|) 127171) ((|LieSquareMatrix| . |PartialDifferentialRing|) 127103) ((|LieSquareMatrix| . |DifferentialExtension|) 127087) ((|LieSquareMatrix| . |Module|) 127071) ((|LieSquareMatrix| . |LinearSet|) 127055) ((|LieSquareMatrix| . |LeftLinearSet|) 127009) ((|LieSquareMatrix| . |CancellationAbelianMonoid|) T) ((|LieSquareMatrix| . |AbelianSemiGroup|) T) ((|LieSquareMatrix| . |BasicType|) T) ((|LieSquareMatrix| . |Join|) T) ((|LieSquareMatrix| . |Type|) T) ((|LieSquareMatrix| . |CoercibleTo|) 126959) ((|LieSquareMatrix| . |SetCategory|) T) ((|LieSquareMatrix| . |AbelianMonoid|) T) ((|LieSquareMatrix| . |AbelianGroup|) T) ((|LieSquareMatrix| . |RightModule|) 126943) ((|LieSquareMatrix| . |RightLinearSet|) 126927) ((|LieSquareMatrix| . |BiModule|) 126906) ((|LieSquareMatrix| . |Ring|) T) ((|LieSquareMatrix| . |Monoid|) T) ((|LieSquareMatrix| . |SemiRing|) T) ((|LieSquareMatrix| . |SemiGroup|) T) ((|LieSquareMatrix| . |Rng|) T) ((|LieSquareMatrix| . |Algebra|) 126851) ((|LieSquareMatrix| . |FramedNonAssociativeAlgebra|) 126835) ((|LieSquareMatrix| . |NonAssociativeAlgebra|) 126819) ((|LieSquareMatrix| . |Monad|) T) ((|LieSquareMatrix| . |NonAssociativeRng|) T) ((|LieSquareMatrix| . |FiniteRankNonAssociativeAlgebra|) 126803) ((|LieSquareMatrix| . |Eltable|) 126775) ((|LiePolynomial| . |FreeLieAlgebra|) 126754) ((|LiePolynomial| . |Module|) 126738) ((|LiePolynomial| . |LinearSet|) 126722) ((|LiePolynomial| . |LeftModule|) 126706) ((|LiePolynomial| . |LeftLinearSet|) 126670) ((|LiePolynomial| . |CancellationAbelianMonoid|) T) ((|LiePolynomial| . |AbelianSemiGroup|) T) ((|LiePolynomial| . |BasicType|) T) ((|LiePolynomial| . |Join|) T) ((|LiePolynomial| . |Type|) T) ((|LiePolynomial| . |CoercibleTo|) 126556) ((|LiePolynomial| . |SetCategory|) T) ((|LiePolynomial| . |AbelianMonoid|) T) ((|LiePolynomial| . |AbelianGroup|) T) ((|LiePolynomial| . |RightModule|) 126540) ((|LiePolynomial| . |RightLinearSet|) 126524) ((|LiePolynomial| . |BiModule|) 126503) ((|LiePolynomial| . |LieAlgebra|) 126487) ((|LiePolynomial| . |FreeModuleCat|) 126451) ((|LiePolynomial| . |CoercibleFrom|) 126420) ((|LiePolynomial| . |RetractableTo|) 126389) ((|LiePolynomial| . |Functorial|) 126373) ((|LinearOrdinaryDifferentialOperator2| . |LinearOrdinaryDifferentialOperatorCategory|) 126357) ((|LinearOrdinaryDifferentialOperator2| . |Algebra|) 126314) ((|LinearOrdinaryDifferentialOperator2| . |CoercibleFrom|) 126195) ((|LinearOrdinaryDifferentialOperator2| . |LeftModule|) 126169) ((|LinearOrdinaryDifferentialOperator2| . |LeftLinearSet|) 126123) ((|LinearOrdinaryDifferentialOperator2| . |Rng|) T) ((|LinearOrdinaryDifferentialOperator2| . |SemiGroup|) T) ((|LinearOrdinaryDifferentialOperator2| . |SemiRing|) T) ((|LinearOrdinaryDifferentialOperator2| . |Monoid|) T) ((|LinearOrdinaryDifferentialOperator2| . |Ring|) T) ((|LinearOrdinaryDifferentialOperator2| . |BiModule|) 126102) ((|LinearOrdinaryDifferentialOperator2| . |RightLinearSet|) 126086) ((|LinearOrdinaryDifferentialOperator2| . |RightModule|) 126070) ((|LinearOrdinaryDifferentialOperator2| . |AbelianGroup|) T) ((|LinearOrdinaryDifferentialOperator2| . |AbelianMonoid|) T) ((|LinearOrdinaryDifferentialOperator2| . |SetCategory|) T) ((|LinearOrdinaryDifferentialOperator2| . |CoercibleTo|) 126044) ((|LinearOrdinaryDifferentialOperator2| . |BasicType|) T) ((|LinearOrdinaryDifferentialOperator2| . |AbelianSemiGroup|) T) ((|LinearOrdinaryDifferentialOperator2| . |CancellationAbelianMonoid|) T) ((|LinearOrdinaryDifferentialOperator2| . |LinearSet|) 126001) ((|LinearOrdinaryDifferentialOperator2| . |Module|) 125958) ((|LinearOrdinaryDifferentialOperator2| . |FullyRetractableTo|) 125942) ((|LinearOrdinaryDifferentialOperator2| . |RetractableTo|) 125786) ((|LinearOrdinaryDifferentialOperator2| . |UnivariateSkewPolynomialCategory|) 125770) ((|LinearOrdinaryDifferentialOperator2| . |Type|) T) ((|LinearOrdinaryDifferentialOperator2| . |Join|) T) ((|LinearOrdinaryDifferentialOperator2| . |Eltable|) 125731) ((|LinearOrdinaryDifferentialOperator1| . |LinearOrdinaryDifferentialOperatorCategory|) 125715) ((|LinearOrdinaryDifferentialOperator1| . |Algebra|) 125672) ((|LinearOrdinaryDifferentialOperator1| . |CoercibleFrom|) 125553) ((|LinearOrdinaryDifferentialOperator1| . |LeftModule|) 125527) ((|LinearOrdinaryDifferentialOperator1| . |LeftLinearSet|) 125481) ((|LinearOrdinaryDifferentialOperator1| . |Rng|) T) ((|LinearOrdinaryDifferentialOperator1| . |SemiGroup|) T) ((|LinearOrdinaryDifferentialOperator1| . |SemiRing|) T) ((|LinearOrdinaryDifferentialOperator1| . |Monoid|) T) ((|LinearOrdinaryDifferentialOperator1| . |Ring|) T) ((|LinearOrdinaryDifferentialOperator1| . |BiModule|) 125460) ((|LinearOrdinaryDifferentialOperator1| . |RightLinearSet|) 125444) ((|LinearOrdinaryDifferentialOperator1| . |RightModule|) 125428) ((|LinearOrdinaryDifferentialOperator1| . |AbelianGroup|) T) ((|LinearOrdinaryDifferentialOperator1| . |AbelianMonoid|) T) ((|LinearOrdinaryDifferentialOperator1| . |SetCategory|) T) ((|LinearOrdinaryDifferentialOperator1| . |CoercibleTo|) 125402) ((|LinearOrdinaryDifferentialOperator1| . |BasicType|) T) ((|LinearOrdinaryDifferentialOperator1| . |AbelianSemiGroup|) T) ((|LinearOrdinaryDifferentialOperator1| . |CancellationAbelianMonoid|) T) ((|LinearOrdinaryDifferentialOperator1| . |LinearSet|) 125359) ((|LinearOrdinaryDifferentialOperator1| . |Module|) 125316) ((|LinearOrdinaryDifferentialOperator1| . |FullyRetractableTo|) 125300) ((|LinearOrdinaryDifferentialOperator1| . |RetractableTo|) 125144) ((|LinearOrdinaryDifferentialOperator1| . |UnivariateSkewPolynomialCategory|) 125128) ((|LinearOrdinaryDifferentialOperator1| . |Type|) T) ((|LinearOrdinaryDifferentialOperator1| . |Join|) T) ((|LinearOrdinaryDifferentialOperator1| . |Eltable|) 125107) ((|LinearOrdinaryDifferentialOperator| . |LinearOrdinaryDifferentialOperatorCategory|) 125091) ((|LinearOrdinaryDifferentialOperator| . |Algebra|) 125048) ((|LinearOrdinaryDifferentialOperator| . |CoercibleFrom|) 124929) ((|LinearOrdinaryDifferentialOperator| . |LeftModule|) 124903) ((|LinearOrdinaryDifferentialOperator| . |LeftLinearSet|) 124857) ((|LinearOrdinaryDifferentialOperator| . |Rng|) T) ((|LinearOrdinaryDifferentialOperator| . |SemiGroup|) T) ((|LinearOrdinaryDifferentialOperator| . |SemiRing|) T) ((|LinearOrdinaryDifferentialOperator| . |Monoid|) T) ((|LinearOrdinaryDifferentialOperator| . |Ring|) T) ((|LinearOrdinaryDifferentialOperator| . |BiModule|) 124836) ((|LinearOrdinaryDifferentialOperator| . |RightLinearSet|) 124820) ((|LinearOrdinaryDifferentialOperator| . |RightModule|) 124804) ((|LinearOrdinaryDifferentialOperator| . |AbelianGroup|) T) ((|LinearOrdinaryDifferentialOperator| . |AbelianMonoid|) T) ((|LinearOrdinaryDifferentialOperator| . |SetCategory|) T) ((|LinearOrdinaryDifferentialOperator| . |CoercibleTo|) 124778) ((|LinearOrdinaryDifferentialOperator| . |BasicType|) T) ((|LinearOrdinaryDifferentialOperator| . |AbelianSemiGroup|) T) ((|LinearOrdinaryDifferentialOperator| . |CancellationAbelianMonoid|) T) ((|LinearOrdinaryDifferentialOperator| . |LinearSet|) 124735) ((|LinearOrdinaryDifferentialOperator| . |Module|) 124692) ((|LinearOrdinaryDifferentialOperator| . |FullyRetractableTo|) 124676) ((|LinearOrdinaryDifferentialOperator| . |RetractableTo|) 124520) ((|LinearOrdinaryDifferentialOperator| . |UnivariateSkewPolynomialCategory|) 124504) ((|LinearOrdinaryDifferentialOperator| . |Type|) T) ((|LinearOrdinaryDifferentialOperator| . |Join|) T) ((|LinearOrdinaryDifferentialOperator| . |Eltable|) 124483) ((|Localize| . |Module|) 124467) ((|Localize| . |LinearSet|) 124451) ((|Localize| . |LeftModule|) 124435) ((|Localize| . |LeftLinearSet|) 124399) ((|Localize| . |CancellationAbelianMonoid|) T) ((|Localize| . |AbelianSemiGroup|) T) ((|Localize| . |BasicType|) T) ((|Localize| . |Join|) T) ((|Localize| . |Type|) T) ((|Localize| . |CoercibleTo|) 124373) ((|Localize| . |SetCategory|) T) ((|Localize| . |AbelianMonoid|) T) ((|Localize| . |AbelianGroup|) T) ((|Localize| . |RightModule|) 124357) ((|Localize| . |RightLinearSet|) 124341) ((|Localize| . |BiModule|) 124320) ((|Localize| . |OrderedAbelianGroup|) 124282) ((|Localize| . |OrderedAbelianMonoid|) 124244) ((|Localize| . |OrderedSet|) 124206) ((|Localize| . |OrderedType|) 124168) ((|Localize| . |OrderedAbelianSemiGroup|) 124130) ((|Localize| . |OrderedCancellationAbelianMonoid|) 124092) ((|ListMonoidOps| . |SetCategory|) T) ((|ListMonoidOps| . |CoercibleTo|) 124066) ((|ListMonoidOps| . |Type|) T) ((|ListMonoidOps| . |Join|) T) ((|ListMonoidOps| . |BasicType|) T) ((|ListMonoidOps| . |RetractableTo|) 124050) ((|ListMonoidOps| . |CoercibleFrom|) 124034) ((|ListMultiDictionary| . |MultiDictionary|) 124018) ((|ListMultiDictionary| . |BagAggregate|) 124002) ((|ListMultiDictionary| . |ShallowlyMutableAggregate|) 123986) ((|ListMultiDictionary| . |Aggregate|) T) ((|ListMultiDictionary| . |Join|) T) ((|ListMultiDictionary| . |Type|) T) ((|ListMultiDictionary| . |BasicType|) 123924) ((|ListMultiDictionary| . |CoercibleTo|) 123826) ((|ListMultiDictionary| . |Evalable|) 123750) ((|ListMultiDictionary| . |InnerEvalable|) 123669) ((|ListMultiDictionary| . |Functorial|) 123653) ((|ListMultiDictionary| . |SetCategory|) 123623) ((|ListMultiDictionary| . |HomogeneousAggregate|) 123607) ((|ListMultiDictionary| . |Collection|) 123591) ((|ListMultiDictionary| . |ConvertibleTo|) 123527) ((|ListMultiDictionary| . |DictionaryOperations|) 123511) ((|ListMultiDictionary| . |FiniteAggregate|) 123495) ((|Literal| . |SpadSyntaxCategory|) T) ((|Literal| . |HomotopicTo|) 123473) ((|Literal| . |CoercibleTo|) 123415) ((|Literal| . |CoercibleFrom|) 123393) ((|Literal| . |SetCategory|) T) ((|Literal| . |Type|) T) ((|Literal| . |Join|) T) ((|Literal| . |BasicType|) T) ((|Literal| . |AbstractSyntaxCategory|) T) ((|List| . |ListAggregate|) 123377) ((|List| . |UnaryRecursiveAggregate|) 123361) ((|List| . |RecursiveAggregate|) 123345) ((|List| . |StreamAggregate|) 123329) ((|List| . |FiniteAggregate|) 123313) ((|List| . |OrderedSet|) 123284) ((|List| . |OrderedType|) 123255) ((|List| . |FiniteLinearAggregate|) 123239) ((|List| . |LinearAggregate|) 123223) ((|List| . |EltableAggregate|) 123195) ((|List| . |Eltable|) 123124) ((|List| . |IndexedAggregate|) 123096) ((|List| . |ConvertibleTo|) 123032) ((|List| . |HomogeneousAggregate|) 123016) ((|List| . |SetCategory|) 122953) ((|List| . |Functorial|) 122937) ((|List| . |InnerEvalable|) 122856) ((|List| . |Evalable|) 122780) ((|List| . |CoercibleTo|) 122654) ((|List| . |BasicType|) 122564) ((|List| . |Type|) T) ((|List| . |Join|) T) ((|List| . |Aggregate|) T) ((|List| . |Collection|) 122548) ((|List| . |ShallowlyMutableAggregate|) 122532) ((|List| . |ExtensibleLinearAggregate|) 122516) ((|LinearForm| . |VectorSpace|) 122500) ((|LinearForm| . |BiModule|) 122479) ((|LinearForm| . |RightLinearSet|) 122463) ((|LinearForm| . |RightModule|) 122447) ((|LinearForm| . |AbelianGroup|) T) ((|LinearForm| . |LeftLinearSet|) 122411) ((|LinearForm| . |AbelianMonoid|) T) ((|LinearForm| . |SetCategory|) T) ((|LinearForm| . |CoercibleTo|) 122385) ((|LinearForm| . |Type|) T) ((|LinearForm| . |Join|) T) ((|LinearForm| . |BasicType|) T) ((|LinearForm| . |AbelianSemiGroup|) T) ((|LinearForm| . |CancellationAbelianMonoid|) T) ((|LinearForm| . |LeftModule|) 122369) ((|LinearForm| . |LinearSet|) 122353) ((|LinearForm| . |Module|) 122337) ((|LinearForm| . |Eltable|) 122293) ((|LinearElement| . |VectorSpace|) 122277) ((|LinearElement| . |BiModule|) 122256) ((|LinearElement| . |RightLinearSet|) 122240) ((|LinearElement| . |RightModule|) 122224) ((|LinearElement| . |AbelianGroup|) T) ((|LinearElement| . |LeftLinearSet|) 122188) ((|LinearElement| . |AbelianMonoid|) T) ((|LinearElement| . |SetCategory|) T) ((|LinearElement| . |CoercibleTo|) 122162) ((|LinearElement| . |Type|) T) ((|LinearElement| . |Join|) T) ((|LinearElement| . |BasicType|) T) ((|LinearElement| . |AbelianSemiGroup|) T) ((|LinearElement| . |CancellationAbelianMonoid|) T) ((|LinearElement| . |LeftModule|) 122146) ((|LinearElement| . |LinearSet|) 122130) ((|LinearElement| . |Module|) 122114) ((|LinearElement| . |CoercibleFrom|) 122082) ((|LinearElement| . |IndexedDirectProductCategory|) 122045) ((|LinearElement| . |Functorial|) 122029) ((|LinearElement| . |ConvertibleFrom|) 121960) ((|LinearBasis| . |OrderedFinite|) T) ((|LinearBasis| . |OrderedType|) T) ((|LinearBasis| . |OrderedSet|) T) ((|LinearBasis| . |SetCategory|) T) ((|LinearBasis| . |CoercibleTo|) 121934) ((|LinearBasis| . |Type|) T) ((|LinearBasis| . |Join|) T) ((|LinearBasis| . |BasicType|) T) ((|LinearBasis| . |Finite|) T) ((|LinearBasis| . |CoercibleFrom|) 121894) ((|AssociatedLieAlgebra| . |NonAssociativeAlgebra|) 121878) ((|AssociatedLieAlgebra| . |Monad|) T) ((|AssociatedLieAlgebra| . |NonAssociativeRng|) T) ((|AssociatedLieAlgebra| . |BiModule|) 121857) ((|AssociatedLieAlgebra| . |RightLinearSet|) 121841) ((|AssociatedLieAlgebra| . |RightModule|) 121825) ((|AssociatedLieAlgebra| . |AbelianGroup|) T) ((|AssociatedLieAlgebra| . |LeftLinearSet|) 121789) ((|AssociatedLieAlgebra| . |AbelianMonoid|) T) ((|AssociatedLieAlgebra| . |SetCategory|) T) ((|AssociatedLieAlgebra| . |CoercibleTo|) 121750) ((|AssociatedLieAlgebra| . |Type|) T) ((|AssociatedLieAlgebra| . |Join|) T) ((|AssociatedLieAlgebra| . |BasicType|) T) ((|AssociatedLieAlgebra| . |AbelianSemiGroup|) T) ((|AssociatedLieAlgebra| . |CancellationAbelianMonoid|) T) ((|AssociatedLieAlgebra| . |LeftModule|) 121734) ((|AssociatedLieAlgebra| . |LinearSet|) 121718) ((|AssociatedLieAlgebra| . |Module|) 121702) ((|AssociatedLieAlgebra| . |FramedNonAssociativeAlgebra|) 121638) ((|AssociatedLieAlgebra| . |FiniteRankNonAssociativeAlgebra|) 121519) ((|AssociatedLieAlgebra| . |Eltable|) 121447) ((|Library| . |TableAggregate|) 121417) ((|Library| . |Dictionary|) 121350) ((|Library| . |BagAggregate|) 121283) ((|Library| . |ShallowlyMutableAggregate|) 121201) ((|Library| . |Collection|) 121134) ((|Library| . |ConvertibleTo|) NIL) ((|Library| . |DictionaryOperations|) 121067) ((|Library| . |IndexedAggregate|) 121037) ((|Library| . |Evalable|) 120843) ((|Library| . |InnerEvalable|) 120642) ((|Library| . |Functorial|) 120560) ((|Library| . |HomogeneousAggregate|) 120478) ((|Library| . |Eltable|) 120422) ((|Library| . |EltableAggregate|) 120392) ((|Library| . |KeyedDictionary|) 120362) ((|Library| . |SetCategory|) T) ((|Library| . |CoercibleTo|) 120336) ((|Library| . |BasicType|) T) ((|Library| . |Type|) T) ((|Library| . |Join|) T) ((|Library| . |Aggregate|) T) ((|Library| . |FiniteAggregate|) 120269) ((|LieExponentials| . |Group|) T) ((|LieExponentials| . |SemiGroup|) T) ((|LieExponentials| . |BasicType|) T) ((|LieExponentials| . |Join|) T) ((|LieExponentials| . |Type|) T) ((|LieExponentials| . |CoercibleTo|) 120161) ((|LieExponentials| . |SetCategory|) T) ((|LieExponentials| . |Monoid|) T) ((|LetAst| . |SpadSyntaxCategory|) T) ((|LetAst| . |HomotopicTo|) 120139) ((|LetAst| . |CoercibleTo|) 120094) ((|LetAst| . |CoercibleFrom|) 120072) ((|LetAst| . |SetCategory|) T) ((|LetAst| . |Type|) T) ((|LetAst| . |Join|) T) ((|LetAst| . |BasicType|) T) ((|LetAst| . |AbstractSyntaxCategory|) T) ((|LaurentPolynomial| . |DifferentialExtension|) 120056) ((|LaurentPolynomial| . |PartialDifferentialRing|) 119988) ((|LaurentPolynomial| . |PartialDifferentialSpace|) 119862) ((|LaurentPolynomial| . |PartialDifferentialDomain|) 119734) ((|LaurentPolynomial| . |DifferentialSpaceExtension|) 119718) ((|LaurentPolynomial| . |DifferentialSpace|) 119643) ((|LaurentPolynomial| . |Type|) T) ((|LaurentPolynomial| . |Join|) T) ((|LaurentPolynomial| . |DifferentialDomain|) 119562) ((|LaurentPolynomial| . |Ring|) T) ((|LaurentPolynomial| . |Monoid|) T) ((|LaurentPolynomial| . |SemiRing|) T) ((|LaurentPolynomial| . |SemiGroup|) T) ((|LaurentPolynomial| . |Rng|) T) ((|LaurentPolynomial| . |AbelianGroup|) T) ((|LaurentPolynomial| . |LeftLinearSet|) 119529) ((|LaurentPolynomial| . |AbelianMonoid|) T) ((|LaurentPolynomial| . |SetCategory|) T) ((|LaurentPolynomial| . |CoercibleTo|) 119503) ((|LaurentPolynomial| . |BasicType|) T) ((|LaurentPolynomial| . |AbelianSemiGroup|) T) ((|LaurentPolynomial| . |CancellationAbelianMonoid|) T) ((|LaurentPolynomial| . |LeftModule|) 119490) ((|LaurentPolynomial| . |CoercibleFrom|) 119348) ((|LaurentPolynomial| . |DifferentialRing|) 119313) ((|LaurentPolynomial| . |IntegralDomain|) T) ((|LaurentPolynomial| . |EntireRing|) T) ((|LaurentPolynomial| . |CommutativeRing|) T) ((|LaurentPolynomial| . |Module|) 119300) ((|LaurentPolynomial| . |LinearSet|) 119287) ((|LaurentPolynomial| . |RightModule|) 119274) ((|LaurentPolynomial| . |RightLinearSet|) 119261) ((|LaurentPolynomial| . |BiModule|) 119246) ((|LaurentPolynomial| . |Algebra|) 119233) ((|LaurentPolynomial| . |ConvertibleTo|) 119204) ((|LaurentPolynomial| . |FullyRetractableTo|) 119188) ((|LaurentPolynomial| . |RetractableTo|) 119019) ((|LaurentPolynomial| . |CharacteristicZero|) 118982) ((|LaurentPolynomial| . |CharacteristicNonZero|) 118942) ((|LaurentPolynomial| . |EuclideanDomain|) 118918) ((|LaurentPolynomial| . |GcdDomain|) 118894) ((|LaurentPolynomial| . |PrincipalIdealDomain|) 118870) ((|LocalAlgebra| . |Algebra|) 118854) ((|LocalAlgebra| . |CoercibleFrom|) 118818) ((|LocalAlgebra| . |LeftModule|) 118792) ((|LocalAlgebra| . |LeftLinearSet|) 118746) ((|LocalAlgebra| . |Rng|) T) ((|LocalAlgebra| . |SemiGroup|) T) ((|LocalAlgebra| . |SemiRing|) T) ((|LocalAlgebra| . |Monoid|) T) ((|LocalAlgebra| . |Ring|) T) ((|LocalAlgebra| . |BiModule|) 118725) ((|LocalAlgebra| . |RightLinearSet|) 118709) ((|LocalAlgebra| . |RightModule|) 118693) ((|LocalAlgebra| . |AbelianGroup|) T) ((|LocalAlgebra| . |AbelianMonoid|) T) ((|LocalAlgebra| . |SetCategory|) T) ((|LocalAlgebra| . |CoercibleTo|) 118667) ((|LocalAlgebra| . |Type|) T) ((|LocalAlgebra| . |Join|) T) ((|LocalAlgebra| . |BasicType|) T) ((|LocalAlgebra| . |AbelianSemiGroup|) T) ((|LocalAlgebra| . |CancellationAbelianMonoid|) T) ((|LocalAlgebra| . |LinearSet|) 118651) ((|LocalAlgebra| . |Module|) 118635) ((|LocalAlgebra| . |OrderedRing|) 118605) ((|LocalAlgebra| . |OrderedCancellationAbelianMonoid|) 118575) ((|LocalAlgebra| . |OrderedAbelianSemiGroup|) 118545) ((|LocalAlgebra| . |OrderedType|) 118515) ((|LocalAlgebra| . |OrderedSet|) 118485) ((|LocalAlgebra| . |OrderedAbelianMonoid|) 118455) ((|LocalAlgebra| . |OrderedAbelianGroup|) 118425) ((|LocalAlgebra| . |CharacteristicZero|) 118395) ((|KleeneTrivalentLogic| . |PropositionalLogic|) T) ((|KleeneTrivalentLogic| . |BasicType|) T) ((|KleeneTrivalentLogic| . |CoercibleTo|) 118369) ((|KleeneTrivalentLogic| . |SetCategory|) T) ((|KleeneTrivalentLogic| . |Logic|) T) ((|KleeneTrivalentLogic| . |Join|) T) ((|KleeneTrivalentLogic| . |Type|) T) ((|KleeneTrivalentLogic| . |BooleanLogic|) T) ((|KleeneTrivalentLogic| . |Finite|) T) ((|Kernel| . |CachableSet|) T) ((|Kernel| . |BasicType|) T) ((|Kernel| . |Join|) T) ((|Kernel| . |Type|) T) ((|Kernel| . |CoercibleTo|) 118343) ((|Kernel| . |SetCategory|) T) ((|Kernel| . |OrderedSet|) T) ((|Kernel| . |OrderedType|) T) ((|Kernel| . |Patternable|) 118327) ((|Kernel| . |ConvertibleTo|) 118110) ((|KeyedAccessFile| . |FileCategory|) 118033) ((|KeyedAccessFile| . |BasicType|) T) ((|KeyedAccessFile| . |Join|) T) ((|KeyedAccessFile| . |Type|) T) ((|KeyedAccessFile| . |CoercibleTo|) 118007) ((|KeyedAccessFile| . |SetCategory|) T) ((|KeyedAccessFile| . |TableAggregate|) 117980) ((|KeyedAccessFile| . |Dictionary|) 117916) ((|KeyedAccessFile| . |BagAggregate|) 117852) ((|KeyedAccessFile| . |ShallowlyMutableAggregate|) 117775) ((|KeyedAccessFile| . |Collection|) 117711) ((|KeyedAccessFile| . |ConvertibleTo|) NIL) ((|KeyedAccessFile| . |DictionaryOperations|) 117647) ((|KeyedAccessFile| . |IndexedAggregate|) 117620) ((|KeyedAccessFile| . |Evalable|) 117362) ((|KeyedAccessFile| . |InnerEvalable|) 117092) ((|KeyedAccessFile| . |Functorial|) 117015) ((|KeyedAccessFile| . |HomogeneousAggregate|) 116938) ((|KeyedAccessFile| . |Eltable|) 116911) ((|KeyedAccessFile| . |EltableAggregate|) 116884) ((|KeyedAccessFile| . |KeyedDictionary|) 116857) ((|KeyedAccessFile| . |Aggregate|) T) ((|KeyedAccessFile| . |FiniteAggregate|) 116793) ((|JVMOpcode| . |SetCategory|) T) ((|JVMOpcode| . |CoercibleTo|) 116726) ((|JVMOpcode| . |Type|) T) ((|JVMOpcode| . |Join|) T) ((|JVMOpcode| . |BasicType|) T) ((|JVMOpcode| . |HomotopicTo|) 116682) ((|JVMOpcode| . |CoercibleFrom|) 116638) ((|JVMMethodAccess| . |SetCategory|) T) ((|JVMMethodAccess| . |CoercibleTo|) 116612) ((|JVMMethodAccess| . |Type|) T) ((|JVMMethodAccess| . |Join|) T) ((|JVMMethodAccess| . |BasicType|) T) ((|JVMMethodAccess| . |Logic|) T) ((|JVMFieldAccess| . |SetCategory|) T) ((|JVMFieldAccess| . |CoercibleTo|) 116586) ((|JVMFieldAccess| . |Type|) T) ((|JVMFieldAccess| . |Join|) T) ((|JVMFieldAccess| . |BasicType|) T) ((|JVMFieldAccess| . |Logic|) T) ((|JVMConstantTag| . |SetCategory|) T) ((|JVMConstantTag| . |CoercibleTo|) 116543) ((|JVMConstantTag| . |Type|) T) ((|JVMConstantTag| . |Join|) T) ((|JVMConstantTag| . |BasicType|) T) ((|JVMClassFileAccess| . |SetCategory|) T) ((|JVMClassFileAccess| . |CoercibleTo|) 116517) ((|JVMClassFileAccess| . |Type|) T) ((|JVMClassFileAccess| . |Join|) T) ((|JVMClassFileAccess| . |BasicType|) T) ((|JVMClassFileAccess| . |Logic|) T) ((|JVMBytecode| . |SetCategory|) T) ((|JVMBytecode| . |CoercibleTo|) 116474) ((|JVMBytecode| . |Type|) T) ((|JVMBytecode| . |Join|) T) ((|JVMBytecode| . |BasicType|) T) ((|JVMBytecode| . |HomotopicTo|) 116454) ((|JVMBytecode| . |CoercibleFrom|) 116434) ((|AssociatedJordanAlgebra| . |NonAssociativeAlgebra|) 116418) ((|AssociatedJordanAlgebra| . |Monad|) T) ((|AssociatedJordanAlgebra| . |NonAssociativeRng|) T) ((|AssociatedJordanAlgebra| . |BiModule|) 116397) ((|AssociatedJordanAlgebra| . |RightLinearSet|) 116381) ((|AssociatedJordanAlgebra| . |RightModule|) 116365) ((|AssociatedJordanAlgebra| . |AbelianGroup|) T) ((|AssociatedJordanAlgebra| . |LeftLinearSet|) 116329) ((|AssociatedJordanAlgebra| . |AbelianMonoid|) T) ((|AssociatedJordanAlgebra| . |SetCategory|) T) ((|AssociatedJordanAlgebra| . |CoercibleTo|) 116290) ((|AssociatedJordanAlgebra| . |Type|) T) ((|AssociatedJordanAlgebra| . |Join|) T) ((|AssociatedJordanAlgebra| . |BasicType|) T) ((|AssociatedJordanAlgebra| . |AbelianSemiGroup|) T) ((|AssociatedJordanAlgebra| . |CancellationAbelianMonoid|) T) ((|AssociatedJordanAlgebra| . |LeftModule|) 116274) ((|AssociatedJordanAlgebra| . |LinearSet|) 116258) ((|AssociatedJordanAlgebra| . |Module|) 116242) ((|AssociatedJordanAlgebra| . |FramedNonAssociativeAlgebra|) 116178) ((|AssociatedJordanAlgebra| . |FiniteRankNonAssociativeAlgebra|) 116059) ((|AssociatedJordanAlgebra| . |Eltable|) 115987) ((|JoinAst| . |SpadSyntaxCategory|) T) ((|JoinAst| . |HomotopicTo|) 115965) ((|JoinAst| . |CoercibleTo|) 115900) ((|JoinAst| . |CoercibleFrom|) 115878) ((|JoinAst| . |SetCategory|) T) ((|JoinAst| . |Type|) T) ((|JoinAst| . |Join|) T) ((|JoinAst| . |BasicType|) T) ((|JoinAst| . |AbstractSyntaxCategory|) T) ((|InfiniteTuple| . |Functorial|) 115862) ((|InfiniteTuple| . |Join|) T) ((|InfiniteTuple| . |Type|) T) ((|InfiniteTuple| . |CoercibleTo|) 115836) ((|InternalTypeForm| . |SetCategory|) T) ((|InternalTypeForm| . |CoercibleTo|) 115791) ((|InternalTypeForm| . |Type|) T) ((|InternalTypeForm| . |Join|) T) ((|InternalTypeForm| . |BasicType|) T) ((|InternalTypeForm| . |HomotopicTo|) 115769) ((|InternalTypeForm| . |CoercibleFrom|) 115747) ((|InnerTaylorSeries| . |Ring|) T) ((|InnerTaylorSeries| . |Monoid|) T) ((|InnerTaylorSeries| . |SemiRing|) T) ((|InnerTaylorSeries| . |SemiGroup|) T) ((|InnerTaylorSeries| . |Rng|) T) ((|InnerTaylorSeries| . |AbelianGroup|) T) ((|InnerTaylorSeries| . |LeftLinearSet|) 115701) ((|InnerTaylorSeries| . |AbelianMonoid|) T) ((|InnerTaylorSeries| . |SetCategory|) T) ((|InnerTaylorSeries| . |CoercibleTo|) 115675) ((|InnerTaylorSeries| . |Type|) T) ((|InnerTaylorSeries| . |Join|) T) ((|InnerTaylorSeries| . |BasicType|) T) ((|InnerTaylorSeries| . |AbelianSemiGroup|) T) ((|InnerTaylorSeries| . |CancellationAbelianMonoid|) T) ((|InnerTaylorSeries| . |LeftModule|) 115649) ((|InnerTaylorSeries| . |CoercibleFrom|) 115590) ((|InnerTaylorSeries| . |BiModule|) 115531) ((|InnerTaylorSeries| . |RightLinearSet|) 115479) ((|InnerTaylorSeries| . |RightModule|) 115427) ((|InnerTaylorSeries| . |IntegralDomain|) 115394) ((|InnerTaylorSeries| . |EntireRing|) 115361) ((|InnerTaylorSeries| . |CommutativeRing|) 115328) ((|InnerTaylorSeries| . |Module|) 115289) ((|InnerTaylorSeries| . |LinearSet|) 115250) ((|InnerTaylorSeries| . |Algebra|) 115211) ((|InnerSparseUnivariatePowerSeries| . |UnivariatePowerSeriesCategory|) 115183) ((|InnerSparseUnivariatePowerSeries| . |AbelianMonoidRing|) 115155) ((|InnerSparseUnivariatePowerSeries| . |Algebra|) 114999) ((|InnerSparseUnivariatePowerSeries| . |LinearSet|) 114843) ((|InnerSparseUnivariatePowerSeries| . |Module|) 114687) ((|InnerSparseUnivariatePowerSeries| . |CoercibleFrom|) 114511) ((|InnerSparseUnivariatePowerSeries| . |EntireRing|) 114478) ((|InnerSparseUnivariatePowerSeries| . |IntegralDomain|) 114445) ((|InnerSparseUnivariatePowerSeries| . |Functorial|) 114429) ((|InnerSparseUnivariatePowerSeries| . |BiModule|) 114248) ((|InnerSparseUnivariatePowerSeries| . |RightLinearSet|) 114081) ((|InnerSparseUnivariatePowerSeries| . |RightModule|) 113914) ((|InnerSparseUnivariatePowerSeries| . |CommutativeRing|) 113843) ((|InnerSparseUnivariatePowerSeries| . |CharacteristicZero|) 113806) ((|InnerSparseUnivariatePowerSeries| . |CharacteristicNonZero|) 113766) ((|InnerSparseUnivariatePowerSeries| . |LeftModule|) 113663) ((|InnerSparseUnivariatePowerSeries| . |LeftLinearSet|) 113540) ((|InnerSparseUnivariatePowerSeries| . |PowerSeriesCategory|) 113486) ((|InnerSparseUnivariatePowerSeries| . |PartialDifferentialSpace|) 113361) ((|InnerSparseUnivariatePowerSeries| . |PartialDifferentialDomain|) 113234) ((|InnerSparseUnivariatePowerSeries| . |PartialDifferentialRing|) 113109) ((|InnerSparseUnivariatePowerSeries| . |Eltable|) 113069) ((|InnerSparseUnivariatePowerSeries| . |DifferentialSpace|) 113017) ((|InnerSparseUnivariatePowerSeries| . |Type|) T) ((|InnerSparseUnivariatePowerSeries| . |Join|) T) ((|InnerSparseUnivariatePowerSeries| . |DifferentialDomain|) 112959) ((|InnerSparseUnivariatePowerSeries| . |Ring|) T) ((|InnerSparseUnivariatePowerSeries| . |Monoid|) T) ((|InnerSparseUnivariatePowerSeries| . |SemiRing|) T) ((|InnerSparseUnivariatePowerSeries| . |SemiGroup|) T) ((|InnerSparseUnivariatePowerSeries| . |Rng|) T) ((|InnerSparseUnivariatePowerSeries| . |AbelianGroup|) T) ((|InnerSparseUnivariatePowerSeries| . |AbelianMonoid|) T) ((|InnerSparseUnivariatePowerSeries| . |SetCategory|) T) ((|InnerSparseUnivariatePowerSeries| . |CoercibleTo|) 112933) ((|InnerSparseUnivariatePowerSeries| . |BasicType|) T) ((|InnerSparseUnivariatePowerSeries| . |AbelianSemiGroup|) T) ((|InnerSparseUnivariatePowerSeries| . |CancellationAbelianMonoid|) T) ((|InnerSparseUnivariatePowerSeries| . |DifferentialRing|) 112881) ((|IsAst| . |SpadSyntaxCategory|) T) ((|IsAst| . |HomotopicTo|) 112859) ((|IsAst| . |CoercibleTo|) 112814) ((|IsAst| . |CoercibleFrom|) 112792) ((|IsAst| . |SetCategory|) T) ((|IsAst| . |Type|) T) ((|IsAst| . |Join|) T) ((|IsAst| . |BasicType|) T) ((|IsAst| . |AbstractSyntaxCategory|) T) ((|InternalRepresentationForm| . |SetCategory|) T) ((|InternalRepresentationForm| . |CoercibleTo|) 112747) ((|InternalRepresentationForm| . |Type|) T) ((|InternalRepresentationForm| . |Join|) T) ((|InternalRepresentationForm| . |BasicType|) T) ((|InternalRepresentationForm| . |HomotopicTo|) 112725) ((|InternalRepresentationForm| . |CoercibleFrom|) 112703) ((|IntegrationResult| . |Module|) 112667) ((|IntegrationResult| . |LinearSet|) 112631) ((|IntegrationResult| . |LeftModule|) 112595) ((|IntegrationResult| . |LeftLinearSet|) 112539) ((|IntegrationResult| . |CancellationAbelianMonoid|) T) ((|IntegrationResult| . |AbelianSemiGroup|) T) ((|IntegrationResult| . |BasicType|) T) ((|IntegrationResult| . |Join|) T) ((|IntegrationResult| . |Type|) T) ((|IntegrationResult| . |CoercibleTo|) 112513) ((|IntegrationResult| . |SetCategory|) T) ((|IntegrationResult| . |AbelianMonoid|) T) ((|IntegrationResult| . |AbelianGroup|) T) ((|IntegrationResult| . |RightModule|) 112477) ((|IntegrationResult| . |RightLinearSet|) 112441) ((|IntegrationResult| . |BiModule|) 112398) ((|IntegrationResult| . |RetractableTo|) 112382) ((|IntegrationResult| . |CoercibleFrom|) 112366) ((|InnerPrimeField| . |FiniteFieldCategory|) T) ((|InnerPrimeField| . |StepThrough|) T) ((|InnerPrimeField| . |Finite|) T) ((|InnerPrimeField| . |CharacteristicNonZero|) T) ((|InnerPrimeField| . |Field|) T) ((|InnerPrimeField| . |UniqueFactorizationDomain|) T) ((|InnerPrimeField| . |PrincipalIdealDomain|) T) ((|InnerPrimeField| . |IntegralDomain|) T) ((|InnerPrimeField| . |CommutativeRing|) T) ((|InnerPrimeField| . |CoercibleFrom|) 112300) ((|InnerPrimeField| . |Module|) 112254) ((|InnerPrimeField| . |LinearSet|) 112208) ((|InnerPrimeField| . |Algebra|) 112162) ((|InnerPrimeField| . |GcdDomain|) T) ((|InnerPrimeField| . |EuclideanDomain|) T) ((|InnerPrimeField| . |BiModule|) 112107) ((|InnerPrimeField| . |RightLinearSet|) 112061) ((|InnerPrimeField| . |RightModule|) 112015) ((|InnerPrimeField| . |LeftLinearSet|) 111949) ((|InnerPrimeField| . |LeftModule|) 111903) ((|InnerPrimeField| . |EntireRing|) T) ((|InnerPrimeField| . |DivisionRing|) T) ((|InnerPrimeField| . |FieldOfPrimeCharacteristic|) T) ((|InnerPrimeField| . |DifferentialSpace|) T) ((|InnerPrimeField| . |Type|) T) ((|InnerPrimeField| . |Join|) T) ((|InnerPrimeField| . |DifferentialDomain|) 111890) ((|InnerPrimeField| . |Ring|) T) ((|InnerPrimeField| . |Monoid|) T) ((|InnerPrimeField| . |SemiRing|) T) ((|InnerPrimeField| . |SemiGroup|) T) ((|InnerPrimeField| . |Rng|) T) ((|InnerPrimeField| . |AbelianGroup|) T) ((|InnerPrimeField| . |AbelianMonoid|) T) ((|InnerPrimeField| . |SetCategory|) T) ((|InnerPrimeField| . |CoercibleTo|) 111864) ((|InnerPrimeField| . |BasicType|) T) ((|InnerPrimeField| . |AbelianSemiGroup|) T) ((|InnerPrimeField| . |CancellationAbelianMonoid|) T) ((|InnerPrimeField| . |DifferentialRing|) T) ((|InnerPrimeField| . |FiniteAlgebraicExtensionField|) 111851) ((|InnerPrimeField| . |CharacteristicZero|) 111817) ((|InnerPrimeField| . |RetractableTo|) 111804) ((|InnerPrimeField| . |VectorSpace|) 111791) ((|InnerPrimeField| . |ExtensionField|) 111778) ((|InnerPrimeField| . |ConvertibleTo|) 111755) ((|InnerPAdicInteger| . |PAdicIntegerCategory|) 111739) ((|InnerPAdicInteger| . |PrincipalIdealDomain|) T) ((|InnerPAdicInteger| . |IntegralDomain|) T) ((|InnerPAdicInteger| . |EntireRing|) T) ((|InnerPAdicInteger| . |CommutativeRing|) T) ((|InnerPAdicInteger| . |CoercibleFrom|) 111706) ((|InnerPAdicInteger| . |Module|) 111693) ((|InnerPAdicInteger| . |LinearSet|) 111680) ((|InnerPAdicInteger| . |RightModule|) 111667) ((|InnerPAdicInteger| . |RightLinearSet|) 111654) ((|InnerPAdicInteger| . |BiModule|) 111639) ((|InnerPAdicInteger| . |Algebra|) 111626) ((|InnerPAdicInteger| . |GcdDomain|) T) ((|InnerPAdicInteger| . |EuclideanDomain|) T) ((|InnerPAdicInteger| . |Ring|) T) ((|InnerPAdicInteger| . |Monoid|) T) ((|InnerPAdicInteger| . |SemiRing|) T) ((|InnerPAdicInteger| . |SemiGroup|) T) ((|InnerPAdicInteger| . |Rng|) T) ((|InnerPAdicInteger| . |AbelianGroup|) T) ((|InnerPAdicInteger| . |LeftLinearSet|) 111593) ((|InnerPAdicInteger| . |AbelianMonoid|) T) ((|InnerPAdicInteger| . |SetCategory|) T) ((|InnerPAdicInteger| . |CoercibleTo|) 111567) ((|InnerPAdicInteger| . |Type|) T) ((|InnerPAdicInteger| . |Join|) T) ((|InnerPAdicInteger| . |BasicType|) T) ((|InnerPAdicInteger| . |AbelianSemiGroup|) T) ((|InnerPAdicInteger| . |CancellationAbelianMonoid|) T) ((|InnerPAdicInteger| . |LeftModule|) 111554) ((|InnerPAdicInteger| . |CharacteristicZero|) T) ((|IP4Address| . |SetCategory|) T) ((|IP4Address| . |CoercibleTo|) 111528) ((|IP4Address| . |Type|) T) ((|IP4Address| . |Join|) T) ((|IP4Address| . |BasicType|) T) ((|IOMode| . |SetCategory|) T) ((|IOMode| . |CoercibleTo|) 111502) ((|IOMode| . |Type|) T) ((|IOMode| . |Join|) T) ((|IOMode| . |BasicType|) T) ((|InputOutputBinaryFile| . |InputOutputByteConduit|) T) ((|InputOutputBinaryFile| . |OutputByteConduit|) T) ((|InputOutputBinaryFile| . |Conduit|) T) ((|InputOutputBinaryFile| . |InputByteConduit|) T) ((|InputOutputBinaryFile| . |CoercibleTo|) 111476) ((|Interval| . |IntervalCategory|) 111460) ((|Interval| . |ArcHyperbolicFunctionCategory|) T) ((|Interval| . |ArcTrigonometricFunctionCategory|) T) ((|Interval| . |ElementaryFunctionCategory|) T) ((|Interval| . |HyperbolicFunctionCategory|) T) ((|Interval| . |TrigonometricFunctionCategory|) T) ((|Interval| . |TranscendentalFunctionCategory|) T) ((|Interval| . |RetractableTo|) 111437) ((|Interval| . |RadicalCategory|) T) ((|Interval| . |OrderedType|) T) ((|Interval| . |OrderedSet|) T) ((|Interval| . |IntegralDomain|) T) ((|Interval| . |EntireRing|) T) ((|Interval| . |CommutativeRing|) T) ((|Interval| . |CoercibleFrom|) 111404) ((|Interval| . |Module|) 111391) ((|Interval| . |LinearSet|) 111378) ((|Interval| . |LeftModule|) 111365) ((|Interval| . |LeftLinearSet|) 111332) ((|Interval| . |CancellationAbelianMonoid|) T) ((|Interval| . |AbelianSemiGroup|) T) ((|Interval| . |BasicType|) T) ((|Interval| . |Join|) T) ((|Interval| . |Type|) T) ((|Interval| . |CoercibleTo|) 111306) ((|Interval| . |SetCategory|) T) ((|Interval| . |AbelianMonoid|) T) ((|Interval| . |AbelianGroup|) T) ((|Interval| . |RightModule|) 111293) ((|Interval| . |RightLinearSet|) 111280) ((|Interval| . |BiModule|) 111265) ((|Interval| . |Ring|) T) ((|Interval| . |Monoid|) T) ((|Interval| . |SemiRing|) T) ((|Interval| . |SemiGroup|) T) ((|Interval| . |Rng|) T) ((|Interval| . |Algebra|) 111252) ((|Interval| . |GcdDomain|) T) ((|InnerTable| . |TableAggregate|) 111231) ((|InnerTable| . |Dictionary|) 111173) ((|InnerTable| . |BagAggregate|) 111115) ((|InnerTable| . |ShallowlyMutableAggregate|) 111044) ((|InnerTable| . |Collection|) 110986) ((|InnerTable| . |ConvertibleTo|) NIL) ((|InnerTable| . |DictionaryOperations|) 110928) ((|InnerTable| . |IndexedAggregate|) 110907) ((|InnerTable| . |Evalable|) 110667) ((|InnerTable| . |InnerEvalable|) 110415) ((|InnerTable| . |Functorial|) 110344) ((|InnerTable| . |HomogeneousAggregate|) 110273) ((|InnerTable| . |Eltable|) 110252) ((|InnerTable| . |EltableAggregate|) 110231) ((|InnerTable| . |KeyedDictionary|) 110210) ((|InnerTable| . |SetCategory|) T) ((|InnerTable| . |CoercibleTo|) 110184) ((|InnerTable| . |BasicType|) T) ((|InnerTable| . |Type|) T) ((|InnerTable| . |Join|) T) ((|InnerTable| . |Aggregate|) T) ((|InnerTable| . |FiniteAggregate|) 110126) ((|Int8| . |OrderedFinite|) T) ((|Int8| . |OrderedType|) T) ((|Int8| . |OrderedSet|) T) ((|Int8| . |SetCategory|) T) ((|Int8| . |CoercibleTo|) 110100) ((|Int8| . |Type|) T) ((|Int8| . |Join|) T) ((|Int8| . |BasicType|) T) ((|Int8| . |Finite|) T) ((|Int64| . |OrderedFinite|) T) ((|Int64| . |OrderedType|) T) ((|Int64| . |OrderedSet|) T) ((|Int64| . |SetCategory|) T) ((|Int64| . |CoercibleTo|) 110074) ((|Int64| . |Type|) T) ((|Int64| . |Join|) T) ((|Int64| . |BasicType|) T) ((|Int64| . |Finite|) T) ((|Int32| . |OrderedFinite|) T) ((|Int32| . |OrderedType|) T) ((|Int32| . |OrderedSet|) T) ((|Int32| . |SetCategory|) T) ((|Int32| . |CoercibleTo|) 110048) ((|Int32| . |Type|) T) ((|Int32| . |Join|) T) ((|Int32| . |BasicType|) T) ((|Int32| . |Finite|) T) ((|Int16| . |OrderedFinite|) T) ((|Int16| . |OrderedType|) T) ((|Int16| . |OrderedSet|) T) ((|Int16| . |SetCategory|) T) ((|Int16| . |CoercibleTo|) 110022) ((|Int16| . |Type|) T) ((|Int16| . |Join|) T) ((|Int16| . |BasicType|) T) ((|Int16| . |Finite|) T) ((|Integer| . |IntegerNumberSystem|) T) ((|Integer| . |UniqueFactorizationDomain|) T) ((|Integer| . |StepThrough|) T) ((|Integer| . |RetractableTo|) 109999) ((|Integer| . |ConvertibleTo|) 109885) ((|Integer| . |RealConstant|) T) ((|Integer| . |PatternMatchable|) 109862) ((|Integer| . |OrderedRing|) T) ((|Integer| . |OrderedCancellationAbelianMonoid|) T) ((|Integer| . |OrderedAbelianSemiGroup|) T) ((|Integer| . |OrderedType|) T) ((|Integer| . |OrderedSet|) T) ((|Integer| . |OrderedAbelianMonoid|) T) ((|Integer| . |OrderedAbelianGroup|) T) ((|Integer| . |OrderedIntegralDomain|) T) ((|Integer| . |LeftModule|) 109829) ((|Integer| . |LinearlyExplicitRingOver|) 109806) ((|Integer| . |PrincipalIdealDomain|) T) ((|Integer| . |IntegralDomain|) T) ((|Integer| . |EntireRing|) T) ((|Integer| . |CommutativeRing|) T) ((|Integer| . |CoercibleFrom|) 109773) ((|Integer| . |Module|) 109760) ((|Integer| . |LinearSet|) 109747) ((|Integer| . |RightModule|) 109734) ((|Integer| . |RightLinearSet|) 109721) ((|Integer| . |BiModule|) 109706) ((|Integer| . |Algebra|) 109693) ((|Integer| . |GcdDomain|) T) ((|Integer| . |EuclideanDomain|) T) ((|Integer| . |DifferentialSpace|) T) ((|Integer| . |DifferentialDomain|) 109680) ((|Integer| . |DifferentialRing|) T) ((|Integer| . |CombinatorialFunctionCategory|) T) ((|Integer| . |Ring|) T) ((|Integer| . |Monoid|) T) ((|Integer| . |SemiRing|) T) ((|Integer| . |SemiGroup|) T) ((|Integer| . |Rng|) T) ((|Integer| . |AbelianGroup|) T) ((|Integer| . |LeftLinearSet|) 109647) ((|Integer| . |AbelianMonoid|) T) ((|Integer| . |SetCategory|) T) ((|Integer| . |CoercibleTo|) 109621) ((|Integer| . |Type|) T) ((|Integer| . |Join|) T) ((|Integer| . |BasicType|) T) ((|Integer| . |AbelianSemiGroup|) T) ((|Integer| . |CancellationAbelianMonoid|) T) ((|Integer| . |CharacteristicZero|) T) ((|InputForm| . |SExpressionCategory|) 109545) ((|InputForm| . |BasicType|) T) ((|InputForm| . |CoercibleTo|) 109519) ((|InputForm| . |SetCategory|) T) ((|InputForm| . |Eltable|) 109463) ((|InputForm| . |Type|) T) ((|InputForm| . |Join|) T) ((|InputForm| . |ConvertibleFrom|) 109336) ((|InputForm| . |ConvertibleTo|) 109309) ((|InetClientStreamSocket| . |NetworkClientSocket|) 109283) ((|InetClientStreamSocket| . |InputByteConduit|) T) ((|InetClientStreamSocket| . |Conduit|) T) ((|InetClientStreamSocket| . |OutputByteConduit|) T) ((|InetClientStreamSocket| . |InputOutputByteConduit|) T) ((|InetClientStreamSocket| . |CoercibleTo|) 109257) ((|IndexedExponents| . |OrderedAbelianMonoidSup|) T) ((|IndexedExponents| . |CancellationAbelianMonoid|) T) ((|IndexedExponents| . |AbelianSemiGroup|) T) ((|IndexedExponents| . |BasicType|) T) ((|IndexedExponents| . |Join|) T) ((|IndexedExponents| . |Type|) T) ((|IndexedExponents| . |CoercibleTo|) 109231) ((|IndexedExponents| . |SetCategory|) T) ((|IndexedExponents| . |AbelianMonoid|) T) ((|IndexedExponents| . |OrderedAbelianMonoid|) T) ((|IndexedExponents| . |OrderedSet|) T) ((|IndexedExponents| . |OrderedType|) T) ((|IndexedExponents| . |OrderedAbelianSemiGroup|) T) ((|IndexedExponents| . |OrderedCancellationAbelianMonoid|) T) ((|IndexedExponents| . |IndexedDirectProductCategory|) 109192) ((|IndexedExponents| . |Functorial|) 109158) ((|IndexedExponents| . |ConvertibleFrom|) 109087) ((|InputBinaryFile| . |InputByteConduit|) T) ((|InputBinaryFile| . |Conduit|) T) ((|InputBinaryFile| . |CoercibleTo|) 109061) ((|InAst| . |SpadSyntaxCategory|) T) ((|InAst| . |HomotopicTo|) 109039) ((|InAst| . |CoercibleTo|) 108994) ((|InAst| . |CoercibleFrom|) 108972) ((|InAst| . |SetCategory|) T) ((|InAst| . |Type|) T) ((|InAst| . |Join|) T) ((|InAst| . |BasicType|) T) ((|InAst| . |AbstractSyntaxCategory|) T) ((|ImportAst| . |SpadSyntaxCategory|) T) ((|ImportAst| . |HomotopicTo|) 108950) ((|ImportAst| . |CoercibleTo|) 108905) ((|ImportAst| . |CoercibleFrom|) 108883) ((|ImportAst| . |SetCategory|) T) ((|ImportAst| . |Type|) T) ((|ImportAst| . |Join|) T) ((|ImportAst| . |BasicType|) T) ((|ImportAst| . |AbstractSyntaxCategory|) T) ((|InnerFiniteField| . |FiniteAlgebraicExtensionField|) 108847) ((|InnerFiniteField| . |DifferentialRing|) T) ((|InnerFiniteField| . |DifferentialDomain|) 108834) ((|InnerFiniteField| . |DifferentialSpace|) T) ((|InnerFiniteField| . |Finite|) T) ((|InnerFiniteField| . |StepThrough|) T) ((|InnerFiniteField| . |FiniteFieldCategory|) T) ((|InnerFiniteField| . |CharacteristicZero|) 108800) ((|InnerFiniteField| . |CoercibleFrom|) 108701) ((|InnerFiniteField| . |LeftModule|) 108622) ((|InnerFiniteField| . |LeftLinearSet|) 108523) ((|InnerFiniteField| . |CancellationAbelianMonoid|) T) ((|InnerFiniteField| . |AbelianSemiGroup|) T) ((|InnerFiniteField| . |BasicType|) T) ((|InnerFiniteField| . |Join|) T) ((|InnerFiniteField| . |Type|) T) ((|InnerFiniteField| . |CoercibleTo|) 108497) ((|InnerFiniteField| . |SetCategory|) T) ((|InnerFiniteField| . |AbelianMonoid|) T) ((|InnerFiniteField| . |AbelianGroup|) T) ((|InnerFiniteField| . |Rng|) T) ((|InnerFiniteField| . |SemiGroup|) T) ((|InnerFiniteField| . |SemiRing|) T) ((|InnerFiniteField| . |Monoid|) T) ((|InnerFiniteField| . |Ring|) T) ((|InnerFiniteField| . |Field|) T) ((|InnerFiniteField| . |UniqueFactorizationDomain|) T) ((|InnerFiniteField| . |PrincipalIdealDomain|) T) ((|InnerFiniteField| . |IntegralDomain|) T) ((|InnerFiniteField| . |CommutativeRing|) T) ((|InnerFiniteField| . |Module|) 108418) ((|InnerFiniteField| . |LinearSet|) 108339) ((|InnerFiniteField| . |Algebra|) 108293) ((|InnerFiniteField| . |GcdDomain|) T) ((|InnerFiniteField| . |EuclideanDomain|) T) ((|InnerFiniteField| . |BiModule|) 108198) ((|InnerFiniteField| . |RightLinearSet|) 108119) ((|InnerFiniteField| . |RightModule|) 108040) ((|InnerFiniteField| . |EntireRing|) T) ((|InnerFiniteField| . |DivisionRing|) T) ((|InnerFiniteField| . |FieldOfPrimeCharacteristic|) T) ((|InnerFiniteField| . |CharacteristicNonZero|) T) ((|InnerFiniteField| . |RetractableTo|) 108004) ((|InnerFiniteField| . |VectorSpace|) 107968) ((|InnerFiniteField| . |ExtensionField|) 107932) ((|IfAst| . |SpadSyntaxCategory|) T) ((|IfAst| . |HomotopicTo|) 107910) ((|IfAst| . |CoercibleTo|) 107865) ((|IfAst| . |CoercibleFrom|) 107843) ((|IfAst| . |SetCategory|) T) ((|IfAst| . |Type|) T) ((|IfAst| . |Join|) T) ((|IfAst| . |BasicType|) T) ((|IfAst| . |AbstractSyntaxCategory|) T) ((|IndexedFlexibleArray| . |OneDimensionalArrayAggregate|) 107827) ((|IndexedFlexibleArray| . |ShallowlyMutableAggregate|) 107811) ((|IndexedFlexibleArray| . |FiniteAggregate|) 107795) ((|IndexedFlexibleArray| . |Aggregate|) T) ((|IndexedFlexibleArray| . |Join|) T) ((|IndexedFlexibleArray| . |Type|) T) ((|IndexedFlexibleArray| . |BasicType|) 107705) ((|IndexedFlexibleArray| . |CoercibleTo|) 107579) ((|IndexedFlexibleArray| . |Evalable|) 107503) ((|IndexedFlexibleArray| . |InnerEvalable|) 107422) ((|IndexedFlexibleArray| . |Functorial|) 107406) ((|IndexedFlexibleArray| . |SetCategory|) 107343) ((|IndexedFlexibleArray| . |HomogeneousAggregate|) 107327) ((|IndexedFlexibleArray| . |LinearAggregate|) 107311) ((|IndexedFlexibleArray| . |EltableAggregate|) 107283) ((|IndexedFlexibleArray| . |Eltable|) 107212) ((|IndexedFlexibleArray| . |IndexedAggregate|) 107184) ((|IndexedFlexibleArray| . |ConvertibleTo|) 107120) ((|IndexedFlexibleArray| . |Collection|) 107104) ((|IndexedFlexibleArray| . |OrderedSet|) 107075) ((|IndexedFlexibleArray| . |OrderedType|) 107046) ((|IndexedFlexibleArray| . |FiniteLinearAggregate|) 107030) ((|IndexedFlexibleArray| . |ExtensibleLinearAggregate|) 107014) ((|InnerFreeAbelianMonoid| . |FreeAbelianMonoidCategory|) 106993) ((|InnerFreeAbelianMonoid| . |CoercibleFrom|) 106977) ((|InnerFreeAbelianMonoid| . |RetractableTo|) 106961) ((|InnerFreeAbelianMonoid| . |AbelianMonoid|) T) ((|InnerFreeAbelianMonoid| . |SetCategory|) T) ((|InnerFreeAbelianMonoid| . |CoercibleTo|) 106935) ((|InnerFreeAbelianMonoid| . |Type|) T) ((|InnerFreeAbelianMonoid| . |Join|) T) ((|InnerFreeAbelianMonoid| . |BasicType|) T) ((|InnerFreeAbelianMonoid| . |AbelianSemiGroup|) T) ((|InnerFreeAbelianMonoid| . |CancellationAbelianMonoid|) T) ((|IndexedProductTerm| . |BasicType|) T) ((|IndexedProductTerm| . |Join|) T) ((|IndexedProductTerm| . |Type|) T) ((|IndexedProductTerm| . |CoercibleTo|) 106905) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |OrderedAbelianMonoidSup|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |CancellationAbelianMonoid|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |AbelianSemiGroup|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |BasicType|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |Join|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |Type|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |CoercibleTo|) 106879) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |SetCategory|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |AbelianMonoid|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |OrderedAbelianMonoid|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |OrderedSet|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |OrderedType|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |OrderedAbelianSemiGroup|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |OrderedCancellationAbelianMonoid|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |IndexedDirectProductCategory|) 106858) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |Functorial|) 106842) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |ConvertibleFrom|) 106789) ((|IndexedDirectProductOrderedAbelianMonoid| . |OrderedAbelianMonoid|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |OrderedSet|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |OrderedType|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |OrderedAbelianSemiGroup|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |AbelianSemiGroup|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |BasicType|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |Join|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |Type|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |CoercibleTo|) 106763) ((|IndexedDirectProductOrderedAbelianMonoid| . |SetCategory|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |AbelianMonoid|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |IndexedDirectProductCategory|) 106742) ((|IndexedDirectProductOrderedAbelianMonoid| . |Functorial|) 106726) ((|IndexedDirectProductOrderedAbelianMonoid| . |ConvertibleFrom|) 106673) ((|IndexedDirectProductObject| . |IndexedDirectProductCategory|) 106652) ((|IndexedDirectProductObject| . |CoercibleTo|) 106568) ((|IndexedDirectProductObject| . |SetCategory|) 106503) ((|IndexedDirectProductObject| . |Functorial|) 106487) ((|IndexedDirectProductObject| . |ConvertibleFrom|) 106434) ((|IndexedDirectProductObject| . |Type|) T) ((|IndexedDirectProductObject| . |Join|) T) ((|IndexedDirectProductObject| . |BasicType|) T) ((|IndexedDirectProductAbelianMonoid| . |AbelianMonoid|) T) ((|IndexedDirectProductAbelianMonoid| . |SetCategory|) T) ((|IndexedDirectProductAbelianMonoid| . |CoercibleTo|) 106408) ((|IndexedDirectProductAbelianMonoid| . |Type|) T) ((|IndexedDirectProductAbelianMonoid| . |Join|) T) ((|IndexedDirectProductAbelianMonoid| . |BasicType|) T) ((|IndexedDirectProductAbelianMonoid| . |AbelianSemiGroup|) T) ((|IndexedDirectProductAbelianMonoid| . |IndexedDirectProductCategory|) 106387) ((|IndexedDirectProductAbelianMonoid| . |Functorial|) 106371) ((|IndexedDirectProductAbelianMonoid| . |ConvertibleFrom|) 106318) ((|IndexedDirectProductAbelianGroup| . |AbelianGroup|) T) ((|IndexedDirectProductAbelianGroup| . |LeftLinearSet|) 106295) ((|IndexedDirectProductAbelianGroup| . |AbelianMonoid|) T) ((|IndexedDirectProductAbelianGroup| . |SetCategory|) T) ((|IndexedDirectProductAbelianGroup| . |CoercibleTo|) 106269) ((|IndexedDirectProductAbelianGroup| . |Type|) T) ((|IndexedDirectProductAbelianGroup| . |Join|) T) ((|IndexedDirectProductAbelianGroup| . |BasicType|) T) ((|IndexedDirectProductAbelianGroup| . |AbelianSemiGroup|) T) ((|IndexedDirectProductAbelianGroup| . |CancellationAbelianMonoid|) T) ((|IndexedDirectProductAbelianGroup| . |IndexedDirectProductCategory|) 106248) ((|IndexedDirectProductAbelianGroup| . |Functorial|) 106232) ((|IndexedDirectProductAbelianGroup| . |ConvertibleFrom|) 106179) ((|Identifier| . |SetCategory|) T) ((|Identifier| . |CoercibleTo|) 106153) ((|Identifier| . |Type|) T) ((|Identifier| . |Join|) T) ((|Identifier| . |BasicType|) T) ((|PolynomialIdeals| . |SetCategory|) T) ((|PolynomialIdeals| . |CoercibleTo|) 106127) ((|PolynomialIdeals| . |Type|) T) ((|PolynomialIdeals| . |Join|) T) ((|PolynomialIdeals| . |BasicType|) T) ((|IndexCard| . |OrderedSet|) T) ((|IndexCard| . |CoercibleTo|) 106101) ((|IndexCard| . |SetCategory|) T) ((|IndexCard| . |BasicType|) T) ((|IndexCard| . |Join|) T) ((|IndexCard| . |Type|) T) ((|IndexCard| . |OrderedType|) T) ((|IndexCard| . |CoercibleFrom|) 106079) ((|IndexedBits| . |BitAggregate|) T) ((|IndexedBits| . |FiniteLinearAggregate|) 106056) ((|IndexedBits| . |OrderedType|) T) ((|IndexedBits| . |OrderedSet|) T) ((|IndexedBits| . |Collection|) 106033) ((|IndexedBits| . |ConvertibleTo|) 106008) ((|IndexedBits| . |Eltable|) 105930) ((|IndexedBits| . |IndexedAggregate|) 105895) ((|IndexedBits| . |EltableAggregate|) 105860) ((|IndexedBits| . |LinearAggregate|) 105837) ((|IndexedBits| . |HomogeneousAggregate|) 105814) ((|IndexedBits| . |SetCategory|) T) ((|IndexedBits| . |Functorial|) 105791) ((|IndexedBits| . |InnerEvalable|) NIL) ((|IndexedBits| . |Evalable|) NIL) ((|IndexedBits| . |CoercibleTo|) 105765) ((|IndexedBits| . |BasicType|) T) ((|IndexedBits| . |Aggregate|) T) ((|IndexedBits| . |FiniteAggregate|) 105742) ((|IndexedBits| . |ShallowlyMutableAggregate|) 105719) ((|IndexedBits| . |OneDimensionalArrayAggregate|) 105696) ((|IndexedBits| . |Logic|) T) ((|IndexedBits| . |Join|) T) ((|IndexedBits| . |Type|) T) ((|IndexedBits| . |BooleanLogic|) T) ((|InnerTwoDimensionalArray| . |TwoDimensionalArrayCategory|) 105670) ((|InnerTwoDimensionalArray| . |ShallowlyMutableAggregate|) 105654) ((|InnerTwoDimensionalArray| . |HomogeneousAggregate|) 105638) ((|InnerTwoDimensionalArray| . |SetCategory|) 105608) ((|InnerTwoDimensionalArray| . |Functorial|) 105592) ((|InnerTwoDimensionalArray| . |InnerEvalable|) 105511) ((|InnerTwoDimensionalArray| . |Evalable|) 105435) ((|InnerTwoDimensionalArray| . |CoercibleTo|) 105337) ((|InnerTwoDimensionalArray| . |BasicType|) 105275) ((|InnerTwoDimensionalArray| . |Type|) T) ((|InnerTwoDimensionalArray| . |Join|) T) ((|InnerTwoDimensionalArray| . |Aggregate|) T) ((|InnerTwoDimensionalArray| . |FiniteAggregate|) 105259) ((|IndexedOneDimensionalArray| . |OneDimensionalArrayAggregate|) 105243) ((|IndexedOneDimensionalArray| . |ShallowlyMutableAggregate|) 105227) ((|IndexedOneDimensionalArray| . |FiniteAggregate|) 105211) ((|IndexedOneDimensionalArray| . |Aggregate|) T) ((|IndexedOneDimensionalArray| . |Join|) T) ((|IndexedOneDimensionalArray| . |Type|) T) ((|IndexedOneDimensionalArray| . |BasicType|) 105121) ((|IndexedOneDimensionalArray| . |CoercibleTo|) 104995) ((|IndexedOneDimensionalArray| . |Evalable|) 104919) ((|IndexedOneDimensionalArray| . |InnerEvalable|) 104838) ((|IndexedOneDimensionalArray| . |Functorial|) 104822) ((|IndexedOneDimensionalArray| . |SetCategory|) 104759) ((|IndexedOneDimensionalArray| . |HomogeneousAggregate|) 104743) ((|IndexedOneDimensionalArray| . |LinearAggregate|) 104727) ((|IndexedOneDimensionalArray| . |EltableAggregate|) 104699) ((|IndexedOneDimensionalArray| . |Eltable|) 104628) ((|IndexedOneDimensionalArray| . |IndexedAggregate|) 104600) ((|IndexedOneDimensionalArray| . |ConvertibleTo|) 104536) ((|IndexedOneDimensionalArray| . |Collection|) 104520) ((|IndexedOneDimensionalArray| . |OrderedSet|) 104491) ((|IndexedOneDimensionalArray| . |OrderedType|) 104462) ((|IndexedOneDimensionalArray| . |FiniteLinearAggregate|) 104446) ((|InnerAlgebraicNumber| . |ExpressionSpace|) T) ((|InnerAlgebraicNumber| . |BasicType|) T) ((|InnerAlgebraicNumber| . |Join|) T) ((|InnerAlgebraicNumber| . |Type|) T) ((|InnerAlgebraicNumber| . |CoercibleTo|) 104420) ((|InnerAlgebraicNumber| . |SetCategory|) T) ((|InnerAlgebraicNumber| . |CoercibleFrom|) 104267) ((|InnerAlgebraicNumber| . |RetractableTo|) 104195) ((|InnerAlgebraicNumber| . |InnerEvalable|) 104157) ((|InnerAlgebraicNumber| . |Evalable|) 104144) ((|InnerAlgebraicNumber| . |AlgebraicallyClosedField|) T) ((|InnerAlgebraicNumber| . |RadicalCategory|) T) ((|InnerAlgebraicNumber| . |DivisionRing|) T) ((|InnerAlgebraicNumber| . |BiModule|) 104089) ((|InnerAlgebraicNumber| . |RightLinearSet|) 104043) ((|InnerAlgebraicNumber| . |RightModule|) 103997) ((|InnerAlgebraicNumber| . |EntireRing|) T) ((|InnerAlgebraicNumber| . |Module|) 103951) ((|InnerAlgebraicNumber| . |LinearSet|) 103905) ((|InnerAlgebraicNumber| . |LeftModule|) 103839) ((|InnerAlgebraicNumber| . |LeftLinearSet|) 103773) ((|InnerAlgebraicNumber| . |CancellationAbelianMonoid|) T) ((|InnerAlgebraicNumber| . |AbelianSemiGroup|) T) ((|InnerAlgebraicNumber| . |AbelianMonoid|) T) ((|InnerAlgebraicNumber| . |AbelianGroup|) T) ((|InnerAlgebraicNumber| . |Ring|) T) ((|InnerAlgebraicNumber| . |Monoid|) T) ((|InnerAlgebraicNumber| . |SemiRing|) T) ((|InnerAlgebraicNumber| . |SemiGroup|) T) ((|InnerAlgebraicNumber| . |Rng|) T) ((|InnerAlgebraicNumber| . |Algebra|) 103727) ((|InnerAlgebraicNumber| . |EuclideanDomain|) T) ((|InnerAlgebraicNumber| . |GcdDomain|) T) ((|InnerAlgebraicNumber| . |CommutativeRing|) T) ((|InnerAlgebraicNumber| . |IntegralDomain|) T) ((|InnerAlgebraicNumber| . |PrincipalIdealDomain|) T) ((|InnerAlgebraicNumber| . |UniqueFactorizationDomain|) T) ((|InnerAlgebraicNumber| . |Field|) T) ((|InnerAlgebraicNumber| . |LinearlyExplicitRingOver|) 103676) ((|InnerAlgebraicNumber| . |RealConstant|) T) ((|InnerAlgebraicNumber| . |ConvertibleTo|) 103601) ((|InnerAlgebraicNumber| . |CharacteristicZero|) T) ((|InnerAlgebraicNumber| . |DifferentialRing|) T) ((|InnerAlgebraicNumber| . |DifferentialDomain|) 103588) ((|InnerAlgebraicNumber| . |DifferentialSpace|) T) ((|Hostname| . |SetCategory|) T) ((|Hostname| . |CoercibleTo|) 103543) ((|Hostname| . |Type|) T) ((|Hostname| . |Join|) T) ((|Hostname| . |BasicType|) T) ((|HexadecimalExpansion| . |QuotientFieldCategory|) 103520) ((|HexadecimalExpansion| . |StepThrough|) T) ((|HexadecimalExpansion| . |CoercibleFrom|) 103454) ((|HexadecimalExpansion| . |RetractableTo|) 103398) ((|HexadecimalExpansion| . |ConvertibleTo|) 103299) ((|HexadecimalExpansion| . |RealConstant|) T) ((|HexadecimalExpansion| . |PolynomialFactorizationExplicit|) NIL) ((|HexadecimalExpansion| . |Patternable|) 103276) ((|HexadecimalExpansion| . |OrderedRing|) T) ((|HexadecimalExpansion| . |OrderedCancellationAbelianMonoid|) T) ((|HexadecimalExpansion| . |OrderedAbelianSemiGroup|) T) ((|HexadecimalExpansion| . |OrderedType|) T) ((|HexadecimalExpansion| . |OrderedSet|) T) ((|HexadecimalExpansion| . |OrderedAbelianMonoid|) T) ((|HexadecimalExpansion| . |OrderedAbelianGroup|) T) ((|HexadecimalExpansion| . |OrderedIntegralDomain|) T) ((|HexadecimalExpansion| . |PatternMatchable|) 103253) ((|HexadecimalExpansion| . |FullyPatternMatchable|) 103230) ((|HexadecimalExpansion| . |LinearlyExplicitRingOver|) 103207) ((|HexadecimalExpansion| . |FullyLinearlyExplicitRingOver|) 103184) ((|HexadecimalExpansion| . |Eltable|) NIL) ((|HexadecimalExpansion| . |Evalable|) NIL) ((|HexadecimalExpansion| . |InnerEvalable|) NIL) ((|HexadecimalExpansion| . |Functorial|) 103161) ((|HexadecimalExpansion| . |FullyEvalableOver|) 103138) ((|HexadecimalExpansion| . |DivisionRing|) T) ((|HexadecimalExpansion| . |BiModule|) 103056) ((|HexadecimalExpansion| . |RightLinearSet|) 102990) ((|HexadecimalExpansion| . |RightModule|) 102924) ((|HexadecimalExpansion| . |EntireRing|) T) ((|HexadecimalExpansion| . |Module|) 102858) ((|HexadecimalExpansion| . |LinearSet|) 102792) ((|HexadecimalExpansion| . |LeftModule|) 102726) ((|HexadecimalExpansion| . |LeftLinearSet|) 102660) ((|HexadecimalExpansion| . |Algebra|) 102594) ((|HexadecimalExpansion| . |EuclideanDomain|) T) ((|HexadecimalExpansion| . |GcdDomain|) T) ((|HexadecimalExpansion| . |CommutativeRing|) T) ((|HexadecimalExpansion| . |IntegralDomain|) T) ((|HexadecimalExpansion| . |PrincipalIdealDomain|) T) ((|HexadecimalExpansion| . |UniqueFactorizationDomain|) T) ((|HexadecimalExpansion| . |Field|) T) ((|HexadecimalExpansion| . |DifferentialRing|) T) ((|HexadecimalExpansion| . |DifferentialDomain|) 102581) ((|HexadecimalExpansion| . |DifferentialSpace|) T) ((|HexadecimalExpansion| . |DifferentialSpaceExtension|) 102558) ((|HexadecimalExpansion| . |PartialDifferentialDomain|) NIL) ((|HexadecimalExpansion| . |PartialDifferentialSpace|) NIL) ((|HexadecimalExpansion| . |PartialDifferentialRing|) NIL) ((|HexadecimalExpansion| . |DifferentialExtension|) 102535) ((|HexadecimalExpansion| . |CharacteristicZero|) T) ((|HexadecimalExpansion| . |CharacteristicNonZero|) NIL) ((|HexadecimalExpansion| . |CancellationAbelianMonoid|) T) ((|HexadecimalExpansion| . |AbelianSemiGroup|) T) ((|HexadecimalExpansion| . |BasicType|) T) ((|HexadecimalExpansion| . |Join|) T) ((|HexadecimalExpansion| . |Type|) T) ((|HexadecimalExpansion| . |CoercibleTo|) 102446) ((|HexadecimalExpansion| . |SetCategory|) T) ((|HexadecimalExpansion| . |AbelianMonoid|) T) ((|HexadecimalExpansion| . |AbelianGroup|) T) ((|HexadecimalExpansion| . |Ring|) T) ((|HexadecimalExpansion| . |Monoid|) T) ((|HexadecimalExpansion| . |SemiRing|) T) ((|HexadecimalExpansion| . |SemiGroup|) T) ((|HexadecimalExpansion| . |Rng|) T) ((|HyperellipticFiniteDivisor| . |FiniteDivisorCategory|) 102415) ((|HyperellipticFiniteDivisor| . |CancellationAbelianMonoid|) T) ((|HyperellipticFiniteDivisor| . |AbelianSemiGroup|) T) ((|HyperellipticFiniteDivisor| . |BasicType|) T) ((|HyperellipticFiniteDivisor| . |Join|) T) ((|HyperellipticFiniteDivisor| . |Type|) T) ((|HyperellipticFiniteDivisor| . |CoercibleTo|) 102389) ((|HyperellipticFiniteDivisor| . |SetCategory|) T) ((|HyperellipticFiniteDivisor| . |AbelianMonoid|) T) ((|HyperellipticFiniteDivisor| . |LeftLinearSet|) 102366) ((|HyperellipticFiniteDivisor| . |AbelianGroup|) T) ((|Heap| . |PriorityQueueAggregate|) 102350) ((|Heap| . |FiniteAggregate|) 102334) ((|Heap| . |HomogeneousAggregate|) 102318) ((|Heap| . |SetCategory|) 102288) ((|Heap| . |Functorial|) 102272) ((|Heap| . |InnerEvalable|) 102191) ((|Heap| . |Evalable|) 102115) ((|Heap| . |CoercibleTo|) 102017) ((|Heap| . |BasicType|) 101955) ((|Heap| . |Type|) T) ((|Heap| . |Join|) T) ((|Heap| . |Aggregate|) T) ((|Heap| . |ShallowlyMutableAggregate|) 101939) ((|Heap| . |BagAggregate|) 101923) ((|HeadAst| . |SpadSyntaxCategory|) T) ((|HeadAst| . |HomotopicTo|) 101901) ((|HeadAst| . |CoercibleTo|) 101856) ((|HeadAst| . |CoercibleFrom|) 101834) ((|HeadAst| . |SetCategory|) T) ((|HeadAst| . |Type|) T) ((|HeadAst| . |Join|) T) ((|HeadAst| . |BasicType|) T) ((|HeadAst| . |AbstractSyntaxCategory|) T) ((|HomogeneousDirectProduct| . |DirectProductCategory|) 101813) ((|HomogeneousDirectProduct| . |VectorSpace|) 101780) ((|HomogeneousDirectProduct| . |OrderedCancellationAbelianMonoid|) 101738) ((|HomogeneousDirectProduct| . |OrderedAbelianSemiGroup|) 101696) ((|HomogeneousDirectProduct| . |OrderedType|) 101621) ((|HomogeneousDirectProduct| . |OrderedSet|) 101546) ((|HomogeneousDirectProduct| . |OrderedAbelianMonoid|) 101504) ((|HomogeneousDirectProduct| . |OrderedAbelianMonoidSup|) 101462) ((|HomogeneousDirectProduct| . |Module|) 101391) ((|HomogeneousDirectProduct| . |LinearSet|) 101296) ((|HomogeneousDirectProduct| . |EltableAggregate|) 101268) ((|HomogeneousDirectProduct| . |Eltable|) 101240) ((|HomogeneousDirectProduct| . |IndexedAggregate|) 101212) ((|HomogeneousDirectProduct| . |RetractableTo|) 100963) ((|HomogeneousDirectProduct| . |CoercibleFrom|) 100687) ((|HomogeneousDirectProduct| . |FullyRetractableTo|) 100648) ((|HomogeneousDirectProduct| . |LinearlyExplicitRingOver|) 100520) ((|HomogeneousDirectProduct| . |LeftModule|) 100305) ((|HomogeneousDirectProduct| . |FullyLinearlyExplicitRingOver|) 100273) ((|HomogeneousDirectProduct| . |HomogeneousAggregate|) 100257) ((|HomogeneousDirectProduct| . |Functorial|) 100241) ((|HomogeneousDirectProduct| . |InnerEvalable|) 100160) ((|HomogeneousDirectProduct| . |Evalable|) 100084) ((|HomogeneousDirectProduct| . |Aggregate|) T) ((|HomogeneousDirectProduct| . |FiniteAggregate|) 100068) ((|HomogeneousDirectProduct| . |Finite|) 100043) ((|HomogeneousDirectProduct| . |DifferentialRing|) 99980) ((|HomogeneousDirectProduct| . |LeftLinearSet|) 99710) ((|HomogeneousDirectProduct| . |Rng|) 99687) ((|HomogeneousDirectProduct| . |SemiGroup|) 99664) ((|HomogeneousDirectProduct| . |SemiRing|) 99641) ((|HomogeneousDirectProduct| . |Monoid|) 99618) ((|HomogeneousDirectProduct| . |Ring|) 99595) ((|HomogeneousDirectProduct| . |DifferentialDomain|) 99458) ((|HomogeneousDirectProduct| . |DifferentialSpace|) 99327) ((|HomogeneousDirectProduct| . |DifferentialSpaceExtension|) 99295) ((|HomogeneousDirectProduct| . |PartialDifferentialDomain|) 99111) ((|HomogeneousDirectProduct| . |PartialDifferentialSpace|) 98929) ((|HomogeneousDirectProduct| . |PartialDifferentialRing|) 98833) ((|HomogeneousDirectProduct| . |DifferentialExtension|) 98801) ((|HomogeneousDirectProduct| . |CoercibleTo|) 98346) ((|HomogeneousDirectProduct| . |RightModule|) 98253) ((|HomogeneousDirectProduct| . |RightLinearSet|) 98136) ((|HomogeneousDirectProduct| . |BiModule|) 98038) ((|HomogeneousDirectProduct| . |CancellationAbelianMonoid|) 97840) ((|HomogeneousDirectProduct| . |AbelianSemiGroup|) 97577) ((|HomogeneousDirectProduct| . |BasicType|) 97182) ((|HomogeneousDirectProduct| . |Join|) T) ((|HomogeneousDirectProduct| . |Type|) T) ((|HomogeneousDirectProduct| . |SetCategory|) 96814) ((|HomogeneousDirectProduct| . |AbelianMonoid|) 96585) ((|HomogeneousDirectProduct| . |AbelianGroup|) 96471) ((|HomogeneousDistributedMultivariatePolynomial| . |PolynomialCategory|) 96363) ((|HomogeneousDistributedMultivariatePolynomial| . |CoercibleFrom|) 96035) ((|HomogeneousDistributedMultivariatePolynomial| . |RetractableTo|) 95842) ((|HomogeneousDistributedMultivariatePolynomial| . |UniqueFactorizationDomain|) 95792) ((|HomogeneousDistributedMultivariatePolynomial| . |PolynomialFactorizationExplicit|) 95742) ((|HomogeneousDistributedMultivariatePolynomial| . |PatternMatchable|) NIL) ((|HomogeneousDistributedMultivariatePolynomial| . |PartialDifferentialSpace|) 95702) ((|HomogeneousDistributedMultivariatePolynomial| . |PartialDifferentialDomain|) 95660) ((|HomogeneousDistributedMultivariatePolynomial| . |PartialDifferentialRing|) 95620) ((|HomogeneousDistributedMultivariatePolynomial| . |InnerEvalable|) 95546) ((|HomogeneousDistributedMultivariatePolynomial| . |GcdDomain|) 95464) ((|HomogeneousDistributedMultivariatePolynomial| . |LinearlyExplicitRingOver|) 95380) ((|HomogeneousDistributedMultivariatePolynomial| . |LeftModule|) 95209) ((|HomogeneousDistributedMultivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 95193) ((|HomogeneousDistributedMultivariatePolynomial| . |AbelianMonoidRing|) 95114) ((|HomogeneousDistributedMultivariatePolynomial| . |Algebra|) 94877) ((|HomogeneousDistributedMultivariatePolynomial| . |LinearSet|) 94640) ((|HomogeneousDistributedMultivariatePolynomial| . |Module|) 94403) ((|HomogeneousDistributedMultivariatePolynomial| . |EntireRing|) 94289) ((|HomogeneousDistributedMultivariatePolynomial| . |IntegralDomain|) 94175) ((|HomogeneousDistributedMultivariatePolynomial| . |Functorial|) 94159) ((|HomogeneousDistributedMultivariatePolynomial| . |BiModule|) 93902) ((|HomogeneousDistributedMultivariatePolynomial| . |RightLinearSet|) 93659) ((|HomogeneousDistributedMultivariatePolynomial| . |RightModule|) 93416) ((|HomogeneousDistributedMultivariatePolynomial| . |CommutativeRing|) 93269) ((|HomogeneousDistributedMultivariatePolynomial| . |CharacteristicZero|) 93232) ((|HomogeneousDistributedMultivariatePolynomial| . |CharacteristicNonZero|) 93192) ((|HomogeneousDistributedMultivariatePolynomial| . |LeftLinearSet|) 93069) ((|HomogeneousDistributedMultivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |AbelianSemiGroup|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |BasicType|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |Join|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |Type|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |CoercibleTo|) 93043) ((|HomogeneousDistributedMultivariatePolynomial| . |SetCategory|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |AbelianMonoid|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |AbelianGroup|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |Ring|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |Monoid|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |SemiRing|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |SemiGroup|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |Rng|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |FullyRetractableTo|) 93027) ((|HomogeneousDistributedMultivariatePolynomial| . |FiniteAbelianMonoidRing|) 92948) ((|HomogeneousDistributedMultivariatePolynomial| . |Evalable|) 92935) ((|HomogeneousDistributedMultivariatePolynomial| . |ConvertibleTo|) 92713) ((|HashTable| . |TableAggregate|) 92692) ((|HashTable| . |Dictionary|) 92634) ((|HashTable| . |BagAggregate|) 92576) ((|HashTable| . |ShallowlyMutableAggregate|) 92505) ((|HashTable| . |Collection|) 92447) ((|HashTable| . |ConvertibleTo|) NIL) ((|HashTable| . |DictionaryOperations|) 92389) ((|HashTable| . |IndexedAggregate|) 92368) ((|HashTable| . |Evalable|) 92128) ((|HashTable| . |InnerEvalable|) 91876) ((|HashTable| . |Functorial|) 91805) ((|HashTable| . |HomogeneousAggregate|) 91734) ((|HashTable| . |Eltable|) 91713) ((|HashTable| . |EltableAggregate|) 91692) ((|HashTable| . |KeyedDictionary|) 91671) ((|HashTable| . |SetCategory|) T) ((|HashTable| . |CoercibleTo|) 91645) ((|HashTable| . |BasicType|) T) ((|HashTable| . |Type|) T) ((|HashTable| . |Join|) T) ((|HashTable| . |Aggregate|) T) ((|HashTable| . |FiniteAggregate|) 91587) ((|HasAst| . |SpadSyntaxCategory|) T) ((|HasAst| . |HomotopicTo|) 91565) ((|HasAst| . |CoercibleTo|) 91520) ((|HasAst| . |CoercibleFrom|) 91498) ((|HasAst| . |SetCategory|) T) ((|HasAst| . |Type|) T) ((|HasAst| . |Join|) T) ((|HasAst| . |BasicType|) T) ((|HasAst| . |AbstractSyntaxCategory|) T) ((|Pi| . |Field|) T) ((|Pi| . |UniqueFactorizationDomain|) T) ((|Pi| . |PrincipalIdealDomain|) T) ((|Pi| . |IntegralDomain|) T) ((|Pi| . |CommutativeRing|) T) ((|Pi| . |CoercibleFrom|) 91432) ((|Pi| . |Module|) 91386) ((|Pi| . |LinearSet|) 91340) ((|Pi| . |Algebra|) 91294) ((|Pi| . |GcdDomain|) T) ((|Pi| . |EuclideanDomain|) T) ((|Pi| . |LeftModule|) 91248) ((|Pi| . |LeftLinearSet|) 91182) ((|Pi| . |Rng|) T) ((|Pi| . |SemiGroup|) T) ((|Pi| . |SemiRing|) T) ((|Pi| . |Monoid|) T) ((|Pi| . |Ring|) T) ((|Pi| . |BiModule|) 91127) ((|Pi| . |RightLinearSet|) 91081) ((|Pi| . |RightModule|) 91035) ((|Pi| . |AbelianGroup|) T) ((|Pi| . |AbelianMonoid|) T) ((|Pi| . |SetCategory|) T) ((|Pi| . |CoercibleTo|) 90967) ((|Pi| . |Type|) T) ((|Pi| . |Join|) T) ((|Pi| . |BasicType|) T) ((|Pi| . |AbelianSemiGroup|) T) ((|Pi| . |CancellationAbelianMonoid|) T) ((|Pi| . |EntireRing|) T) ((|Pi| . |DivisionRing|) T) ((|Pi| . |CharacteristicZero|) T) ((|Pi| . |RetractableTo|) 90916) ((|Pi| . |RealConstant|) T) ((|Pi| . |ConvertibleTo|) 90785) ((|GeneralTriangularSet| . |TriangularSetCategory|) 90754) ((|GeneralTriangularSet| . |ShallowlyMutableAggregate|) 90738) ((|GeneralTriangularSet| . |CoercibleTo|) 90690) ((|GeneralTriangularSet| . |Collection|) 90674) ((|GeneralTriangularSet| . |Aggregate|) T) ((|GeneralTriangularSet| . |Join|) T) ((|GeneralTriangularSet| . |Type|) T) ((|GeneralTriangularSet| . |BasicType|) T) ((|GeneralTriangularSet| . |Evalable|) 90598) ((|GeneralTriangularSet| . |InnerEvalable|) 90517) ((|GeneralTriangularSet| . |Functorial|) 90501) ((|GeneralTriangularSet| . |SetCategory|) T) ((|GeneralTriangularSet| . |HomogeneousAggregate|) 90485) ((|GeneralTriangularSet| . |ConvertibleTo|) 90421) ((|GeneralTriangularSet| . |FiniteAggregate|) 90405) ((|GeneralTriangularSet| . |PolynomialSetCategory|) 90374) ((|GeneralSparseTable| . |TableAggregate|) 90353) ((|GeneralSparseTable| . |Dictionary|) 90295) ((|GeneralSparseTable| . |BagAggregate|) 90237) ((|GeneralSparseTable| . |ShallowlyMutableAggregate|) 90166) ((|GeneralSparseTable| . |Collection|) 90108) ((|GeneralSparseTable| . |ConvertibleTo|) NIL) ((|GeneralSparseTable| . |DictionaryOperations|) 90050) ((|GeneralSparseTable| . |IndexedAggregate|) 90029) ((|GeneralSparseTable| . |Evalable|) 89789) ((|GeneralSparseTable| . |InnerEvalable|) 89537) ((|GeneralSparseTable| . |Functorial|) 89466) ((|GeneralSparseTable| . |HomogeneousAggregate|) 89395) ((|GeneralSparseTable| . |Eltable|) 89374) ((|GeneralSparseTable| . |EltableAggregate|) 89353) ((|GeneralSparseTable| . |KeyedDictionary|) 89332) ((|GeneralSparseTable| . |SetCategory|) T) ((|GeneralSparseTable| . |CoercibleTo|) 89306) ((|GeneralSparseTable| . |BasicType|) T) ((|GeneralSparseTable| . |Type|) T) ((|GeneralSparseTable| . |Join|) T) ((|GeneralSparseTable| . |Aggregate|) T) ((|GeneralSparseTable| . |FiniteAggregate|) 89248) ((|GeneralUnivariatePowerSeries| . |UnivariatePuiseuxSeriesCategory|) 89232) ((|GeneralUnivariatePowerSeries| . |DifferentialRing|) 89167) ((|GeneralUnivariatePowerSeries| . |DifferentialDomain|) 89096) ((|GeneralUnivariatePowerSeries| . |DifferentialSpace|) 89031) ((|GeneralUnivariatePowerSeries| . |Eltable|) 88978) ((|GeneralUnivariatePowerSeries| . |PartialDifferentialRing|) 88840) ((|GeneralUnivariatePowerSeries| . |PartialDifferentialDomain|) 88672) ((|GeneralUnivariatePowerSeries| . |PartialDifferentialSpace|) 88534) ((|GeneralUnivariatePowerSeries| . |PowerSeriesCategory|) 88467) ((|GeneralUnivariatePowerSeries| . |Algebra|) 88255) ((|GeneralUnivariatePowerSeries| . |BiModule|) 88023) ((|GeneralUnivariatePowerSeries| . |RightLinearSet|) 87805) ((|GeneralUnivariatePowerSeries| . |RightModule|) 87587) ((|GeneralUnivariatePowerSeries| . |LeftLinearSet|) 87436) ((|GeneralUnivariatePowerSeries| . |LeftModule|) 87305) ((|GeneralUnivariatePowerSeries| . |LinearSet|) 87093) ((|GeneralUnivariatePowerSeries| . |Module|) 86881) ((|GeneralUnivariatePowerSeries| . |CoercibleFrom|) 86649) ((|GeneralUnivariatePowerSeries| . |CharacteristicNonZero|) 86609) ((|GeneralUnivariatePowerSeries| . |CharacteristicZero|) 86572) ((|GeneralUnivariatePowerSeries| . |Functorial|) 86556) ((|GeneralUnivariatePowerSeries| . |AbelianMonoidRing|) 86515) ((|GeneralUnivariatePowerSeries| . |UnivariatePowerSeriesCategory|) 86474) ((|GeneralUnivariatePowerSeries| . |ArcHyperbolicFunctionCategory|) 86423) ((|GeneralUnivariatePowerSeries| . |ArcTrigonometricFunctionCategory|) 86372) ((|GeneralUnivariatePowerSeries| . |ElementaryFunctionCategory|) 86321) ((|GeneralUnivariatePowerSeries| . |HyperbolicFunctionCategory|) 86270) ((|GeneralUnivariatePowerSeries| . |TrigonometricFunctionCategory|) 86219) ((|GeneralUnivariatePowerSeries| . |TranscendentalFunctionCategory|) 86168) ((|GeneralUnivariatePowerSeries| . |RadicalCategory|) 86117) ((|GeneralUnivariatePowerSeries| . |DivisionRing|) 86093) ((|GeneralUnivariatePowerSeries| . |EntireRing|) 86032) ((|GeneralUnivariatePowerSeries| . |CancellationAbelianMonoid|) T) ((|GeneralUnivariatePowerSeries| . |AbelianSemiGroup|) T) ((|GeneralUnivariatePowerSeries| . |BasicType|) T) ((|GeneralUnivariatePowerSeries| . |Join|) T) ((|GeneralUnivariatePowerSeries| . |Type|) T) ((|GeneralUnivariatePowerSeries| . |CoercibleTo|) 86006) ((|GeneralUnivariatePowerSeries| . |SetCategory|) T) ((|GeneralUnivariatePowerSeries| . |AbelianMonoid|) T) ((|GeneralUnivariatePowerSeries| . |AbelianGroup|) T) ((|GeneralUnivariatePowerSeries| . |Ring|) T) ((|GeneralUnivariatePowerSeries| . |Monoid|) T) ((|GeneralUnivariatePowerSeries| . |SemiRing|) T) ((|GeneralUnivariatePowerSeries| . |SemiGroup|) T) ((|GeneralUnivariatePowerSeries| . |Rng|) T) ((|GeneralUnivariatePowerSeries| . |EuclideanDomain|) 85982) ((|GeneralUnivariatePowerSeries| . |GcdDomain|) 85958) ((|GeneralUnivariatePowerSeries| . |CommutativeRing|) 85864) ((|GeneralUnivariatePowerSeries| . |IntegralDomain|) 85803) ((|GeneralUnivariatePowerSeries| . |PrincipalIdealDomain|) 85779) ((|GeneralUnivariatePowerSeries| . |UniqueFactorizationDomain|) 85755) ((|GeneralUnivariatePowerSeries| . |Field|) 85731) ((|GraphImage| . |SetCategory|) T) ((|GraphImage| . |CoercibleTo|) 85705) ((|GraphImage| . |Type|) T) ((|GraphImage| . |Join|) T) ((|GraphImage| . |BasicType|) T) ((|GeneralPolynomialSet| . |PolynomialSetCategory|) 85674) ((|GeneralPolynomialSet| . |FiniteAggregate|) 85658) ((|GeneralPolynomialSet| . |ConvertibleTo|) 85594) ((|GeneralPolynomialSet| . |HomogeneousAggregate|) 85578) ((|GeneralPolynomialSet| . |SetCategory|) T) ((|GeneralPolynomialSet| . |Functorial|) 85562) ((|GeneralPolynomialSet| . |InnerEvalable|) 85481) ((|GeneralPolynomialSet| . |Evalable|) 85405) ((|GeneralPolynomialSet| . |CoercibleTo|) 85357) ((|GeneralPolynomialSet| . |BasicType|) T) ((|GeneralPolynomialSet| . |Type|) T) ((|GeneralPolynomialSet| . |Join|) T) ((|GeneralPolynomialSet| . |Aggregate|) T) ((|GeneralPolynomialSet| . |Collection|) 85341) ((|GeneralPolynomialSet| . |ShallowlyMutableAggregate|) 85325) ((|GeneralModulePolynomial| . |Module|) 85296) ((|GeneralModulePolynomial| . |LinearSet|) 85267) ((|GeneralModulePolynomial| . |LeftModule|) 85238) ((|GeneralModulePolynomial| . |LeftLinearSet|) 85189) ((|GeneralModulePolynomial| . |CancellationAbelianMonoid|) T) ((|GeneralModulePolynomial| . |AbelianSemiGroup|) T) ((|GeneralModulePolynomial| . |BasicType|) T) ((|GeneralModulePolynomial| . |Join|) T) ((|GeneralModulePolynomial| . |Type|) T) ((|GeneralModulePolynomial| . |CoercibleTo|) 85163) ((|GeneralModulePolynomial| . |SetCategory|) T) ((|GeneralModulePolynomial| . |AbelianMonoid|) T) ((|GeneralModulePolynomial| . |AbelianGroup|) T) ((|GeneralModulePolynomial| . |RightModule|) 85134) ((|GeneralModulePolynomial| . |RightLinearSet|) 85105) ((|GeneralModulePolynomial| . |BiModule|) 85066) ((|GeneralDistributedMultivariatePolynomial| . |PolynomialCategory|) 85016) ((|GeneralDistributedMultivariatePolynomial| . |CoercibleFrom|) 84688) ((|GeneralDistributedMultivariatePolynomial| . |RetractableTo|) 84495) ((|GeneralDistributedMultivariatePolynomial| . |UniqueFactorizationDomain|) 84445) ((|GeneralDistributedMultivariatePolynomial| . |PolynomialFactorizationExplicit|) 84395) ((|GeneralDistributedMultivariatePolynomial| . |PatternMatchable|) NIL) ((|GeneralDistributedMultivariatePolynomial| . |PartialDifferentialSpace|) 84355) ((|GeneralDistributedMultivariatePolynomial| . |PartialDifferentialDomain|) 84313) ((|GeneralDistributedMultivariatePolynomial| . |PartialDifferentialRing|) 84273) ((|GeneralDistributedMultivariatePolynomial| . |InnerEvalable|) 84199) ((|GeneralDistributedMultivariatePolynomial| . |GcdDomain|) 84117) ((|GeneralDistributedMultivariatePolynomial| . |LinearlyExplicitRingOver|) 84033) ((|GeneralDistributedMultivariatePolynomial| . |LeftModule|) 83862) ((|GeneralDistributedMultivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 83846) ((|GeneralDistributedMultivariatePolynomial| . |AbelianMonoidRing|) 83825) ((|GeneralDistributedMultivariatePolynomial| . |Algebra|) 83588) ((|GeneralDistributedMultivariatePolynomial| . |LinearSet|) 83351) ((|GeneralDistributedMultivariatePolynomial| . |Module|) 83114) ((|GeneralDistributedMultivariatePolynomial| . |EntireRing|) 83000) ((|GeneralDistributedMultivariatePolynomial| . |IntegralDomain|) 82886) ((|GeneralDistributedMultivariatePolynomial| . |Functorial|) 82870) ((|GeneralDistributedMultivariatePolynomial| . |BiModule|) 82613) ((|GeneralDistributedMultivariatePolynomial| . |RightLinearSet|) 82370) ((|GeneralDistributedMultivariatePolynomial| . |RightModule|) 82127) ((|GeneralDistributedMultivariatePolynomial| . |CommutativeRing|) 81980) ((|GeneralDistributedMultivariatePolynomial| . |CharacteristicZero|) 81943) ((|GeneralDistributedMultivariatePolynomial| . |CharacteristicNonZero|) 81903) ((|GeneralDistributedMultivariatePolynomial| . |LeftLinearSet|) 81780) ((|GeneralDistributedMultivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|GeneralDistributedMultivariatePolynomial| . |AbelianSemiGroup|) T) ((|GeneralDistributedMultivariatePolynomial| . |BasicType|) T) ((|GeneralDistributedMultivariatePolynomial| . |Join|) T) ((|GeneralDistributedMultivariatePolynomial| . |Type|) T) ((|GeneralDistributedMultivariatePolynomial| . |CoercibleTo|) 81754) ((|GeneralDistributedMultivariatePolynomial| . |SetCategory|) T) ((|GeneralDistributedMultivariatePolynomial| . |AbelianMonoid|) T) ((|GeneralDistributedMultivariatePolynomial| . |AbelianGroup|) T) ((|GeneralDistributedMultivariatePolynomial| . |Ring|) T) ((|GeneralDistributedMultivariatePolynomial| . |Monoid|) T) ((|GeneralDistributedMultivariatePolynomial| . |SemiRing|) T) ((|GeneralDistributedMultivariatePolynomial| . |SemiGroup|) T) ((|GeneralDistributedMultivariatePolynomial| . |Rng|) T) ((|GeneralDistributedMultivariatePolynomial| . |FullyRetractableTo|) 81738) ((|GeneralDistributedMultivariatePolynomial| . |FiniteAbelianMonoidRing|) 81717) ((|GeneralDistributedMultivariatePolynomial| . |Evalable|) 81704) ((|GeneralDistributedMultivariatePolynomial| . |ConvertibleTo|) 81482) ((|GenericNonAssociativeAlgebra| . |FramedNonAssociativeAlgebra|) 81438) ((|GenericNonAssociativeAlgebra| . |NonAssociativeAlgebra|) 81394) ((|GenericNonAssociativeAlgebra| . |Monad|) T) ((|GenericNonAssociativeAlgebra| . |NonAssociativeRng|) T) ((|GenericNonAssociativeAlgebra| . |BiModule|) 81343) ((|GenericNonAssociativeAlgebra| . |RightLinearSet|) 81299) ((|GenericNonAssociativeAlgebra| . |RightModule|) 81255) ((|GenericNonAssociativeAlgebra| . |AbelianGroup|) T) ((|GenericNonAssociativeAlgebra| . |LeftLinearSet|) 81154) ((|GenericNonAssociativeAlgebra| . |AbelianMonoid|) T) ((|GenericNonAssociativeAlgebra| . |SetCategory|) T) ((|GenericNonAssociativeAlgebra| . |CoercibleTo|) 81128) ((|GenericNonAssociativeAlgebra| . |BasicType|) T) ((|GenericNonAssociativeAlgebra| . |AbelianSemiGroup|) T) ((|GenericNonAssociativeAlgebra| . |CancellationAbelianMonoid|) T) ((|GenericNonAssociativeAlgebra| . |LeftModule|) 81047) ((|GenericNonAssociativeAlgebra| . |LinearSet|) 81003) ((|GenericNonAssociativeAlgebra| . |Module|) 80959) ((|GenericNonAssociativeAlgebra| . |FiniteRankNonAssociativeAlgebra|) 80915) ((|GenericNonAssociativeAlgebra| . |Type|) T) ((|GenericNonAssociativeAlgebra| . |Join|) T) ((|GenericNonAssociativeAlgebra| . |Eltable|) 80859) ((|FunctionDescriptor| . |SetCategory|) T) ((|FunctionDescriptor| . |CoercibleTo|) 80833) ((|FunctionDescriptor| . |Type|) T) ((|FunctionDescriptor| . |Join|) T) ((|FunctionDescriptor| . |BasicType|) T) ((|FunctionCalled| . |SetCategory|) T) ((|FunctionCalled| . |CoercibleTo|) 80807) ((|FunctionCalled| . |Type|) T) ((|FunctionCalled| . |Join|) T) ((|FunctionCalled| . |BasicType|) T) ((|FortranType| . |SetCategory|) T) ((|FortranType| . |CoercibleTo|) 80781) ((|FortranType| . |Type|) T) ((|FortranType| . |Join|) T) ((|FortranType| . |BasicType|) T) ((|FortranScalarType| . |CoercibleTo|) 80712) ((|FourierSeries| . |Algebra|) 80696) ((|FourierSeries| . |CoercibleFrom|) 80660) ((|FourierSeries| . |LeftModule|) 80634) ((|FourierSeries| . |LeftLinearSet|) 80588) ((|FourierSeries| . |Rng|) T) ((|FourierSeries| . |SemiGroup|) T) ((|FourierSeries| . |SemiRing|) T) ((|FourierSeries| . |Monoid|) T) ((|FourierSeries| . |Ring|) T) ((|FourierSeries| . |BiModule|) 80567) ((|FourierSeries| . |RightLinearSet|) 80551) ((|FourierSeries| . |RightModule|) 80535) ((|FourierSeries| . |AbelianGroup|) T) ((|FourierSeries| . |AbelianMonoid|) T) ((|FourierSeries| . |SetCategory|) T) ((|FourierSeries| . |CoercibleTo|) 80509) ((|FourierSeries| . |Type|) T) ((|FourierSeries| . |Join|) T) ((|FourierSeries| . |BasicType|) T) ((|FourierSeries| . |AbelianSemiGroup|) T) ((|FourierSeries| . |CancellationAbelianMonoid|) T) ((|FourierSeries| . |LinearSet|) 80493) ((|FourierSeries| . |Module|) 80477) ((|FramedModule| . |Monoid|) T) ((|FramedModule| . |SetCategory|) T) ((|FramedModule| . |CoercibleTo|) 80451) ((|FramedModule| . |Type|) T) ((|FramedModule| . |Join|) T) ((|FramedModule| . |BasicType|) T) ((|FramedModule| . |SemiGroup|) T) ((|FractionalIdeal| . |Group|) T) ((|FractionalIdeal| . |SemiGroup|) T) ((|FractionalIdeal| . |BasicType|) T) ((|FractionalIdeal| . |Join|) T) ((|FractionalIdeal| . |Type|) T) ((|FractionalIdeal| . |CoercibleTo|) 80425) ((|FractionalIdeal| . |SetCategory|) T) ((|FractionalIdeal| . |Monoid|) T) ((|Fraction| . |QuotientFieldCategory|) 80409) ((|Fraction| . |StepThrough|) 80379) ((|Fraction| . |RetractableTo|) 80198) ((|Fraction| . |CoercibleFrom|) 80064) ((|Fraction| . |ConvertibleTo|) 79767) ((|Fraction| . |RealConstant|) 79736) ((|Fraction| . |PolynomialFactorizationExplicit|) 79686) ((|Fraction| . |Patternable|) 79670) ((|Fraction| . |OrderedRing|) 79630) ((|Fraction| . |OrderedCancellationAbelianMonoid|) 79590) ((|Fraction| . |OrderedAbelianSemiGroup|) 79550) ((|Fraction| . |OrderedType|) 79477) ((|Fraction| . |OrderedSet|) 79404) ((|Fraction| . |OrderedAbelianMonoid|) 79364) ((|Fraction| . |OrderedAbelianGroup|) 79324) ((|Fraction| . |OrderedIntegralDomain|) 79284) ((|Fraction| . |PatternMatchable|) 79165) ((|Fraction| . |FullyPatternMatchable|) 79149) ((|Fraction| . |LinearlyExplicitRingOver|) 79065) ((|Fraction| . |LeftModule|) 78938) ((|Fraction| . |FullyLinearlyExplicitRingOver|) 78922) ((|Fraction| . |Eltable|) 78875) ((|Fraction| . |Evalable|) 78834) ((|Fraction| . |InnerEvalable|) 78723) ((|Fraction| . |Functorial|) 78707) ((|Fraction| . |FullyEvalableOver|) 78691) ((|Fraction| . |DivisionRing|) T) ((|Fraction| . |BiModule|) 78618) ((|Fraction| . |RightLinearSet|) 78559) ((|Fraction| . |RightModule|) 78500) ((|Fraction| . |EntireRing|) T) ((|Fraction| . |Module|) 78441) ((|Fraction| . |LinearSet|) 78382) ((|Fraction| . |LeftLinearSet|) 78303) ((|Fraction| . |Algebra|) 78244) ((|Fraction| . |EuclideanDomain|) T) ((|Fraction| . |GcdDomain|) T) ((|Fraction| . |CommutativeRing|) T) ((|Fraction| . |IntegralDomain|) T) ((|Fraction| . |PrincipalIdealDomain|) T) ((|Fraction| . |UniqueFactorizationDomain|) T) ((|Fraction| . |Field|) T) ((|Fraction| . |DifferentialRing|) 78209) ((|Fraction| . |DifferentialDomain|) 78128) ((|Fraction| . |DifferentialSpace|) 78053) ((|Fraction| . |DifferentialSpaceExtension|) 78037) ((|Fraction| . |PartialDifferentialDomain|) 77909) ((|Fraction| . |PartialDifferentialSpace|) 77783) ((|Fraction| . |PartialDifferentialRing|) 77715) ((|Fraction| . |DifferentialExtension|) 77699) ((|Fraction| . |CharacteristicZero|) 77618) ((|Fraction| . |CharacteristicNonZero|) 77578) ((|Fraction| . |CancellationAbelianMonoid|) T) ((|Fraction| . |AbelianSemiGroup|) T) ((|Fraction| . |BasicType|) T) ((|Fraction| . |Join|) T) ((|Fraction| . |Type|) T) ((|Fraction| . |CoercibleTo|) 77552) ((|Fraction| . |SetCategory|) T) ((|Fraction| . |AbelianMonoid|) T) ((|Fraction| . |AbelianGroup|) T) ((|Fraction| . |Ring|) T) ((|Fraction| . |Monoid|) T) ((|Fraction| . |SemiRing|) T) ((|Fraction| . |SemiGroup|) T) ((|Fraction| . |Rng|) T) ((|Factored| . |IntegralDomain|) T) ((|Factored| . |EntireRing|) T) ((|Factored| . |CommutativeRing|) T) ((|Factored| . |CoercibleFrom|) 77423) ((|Factored| . |Module|) 77397) ((|Factored| . |LinearSet|) 77371) ((|Factored| . |LeftModule|) 77345) ((|Factored| . |LeftLinearSet|) 77299) ((|Factored| . |CancellationAbelianMonoid|) T) ((|Factored| . |AbelianSemiGroup|) T) ((|Factored| . |BasicType|) T) ((|Factored| . |Join|) T) ((|Factored| . |Type|) T) ((|Factored| . |CoercibleTo|) 77273) ((|Factored| . |SetCategory|) T) ((|Factored| . |AbelianMonoid|) T) ((|Factored| . |AbelianGroup|) T) ((|Factored| . |RightModule|) 77247) ((|Factored| . |RightLinearSet|) 77221) ((|Factored| . |BiModule|) 77188) ((|Factored| . |Ring|) T) ((|Factored| . |Monoid|) T) ((|Factored| . |SemiRing|) T) ((|Factored| . |SemiGroup|) T) ((|Factored| . |Rng|) T) ((|Factored| . |Algebra|) 77162) ((|Factored| . |DifferentialExtension|) 77146) ((|Factored| . |PartialDifferentialRing|) 77078) ((|Factored| . |PartialDifferentialSpace|) 76952) ((|Factored| . |PartialDifferentialDomain|) 76824) ((|Factored| . |DifferentialSpaceExtension|) 76808) ((|Factored| . |DifferentialSpace|) 76733) ((|Factored| . |DifferentialDomain|) 76652) ((|Factored| . |DifferentialRing|) 76617) ((|Factored| . |FullyEvalableOver|) 76601) ((|Factored| . |InnerEvalable|) 76401) ((|Factored| . |Functorial|) 76385) ((|Factored| . |Evalable|) 76305) ((|Factored| . |Eltable|) 76218) ((|Factored| . |FullyRetractableTo|) 76202) ((|Factored| . |RetractableTo|) 76046) ((|Factored| . |GcdDomain|) 75970) ((|Factored| . |RealConstant|) 75939) ((|Factored| . |ConvertibleTo|) 75805) ((|Factored| . |UniqueFactorizationDomain|) 75761) ((|FullPartialFractionExpansion| . |SetCategory|) T) ((|FullPartialFractionExpansion| . |CoercibleTo|) 75735) ((|FullPartialFractionExpansion| . |Type|) T) ((|FullPartialFractionExpansion| . |Join|) T) ((|FullPartialFractionExpansion| . |BasicType|) T) ((|FullPartialFractionExpansion| . |DifferentialSpace|) T) ((|FullPartialFractionExpansion| . |DifferentialDomain|) 75722) ((|FullPartialFractionExpansion| . |ConvertibleTo|) 75693) ((|FreeNilpotentLie| . |NonAssociativeAlgebra|) 75677) ((|FreeNilpotentLie| . |Monad|) T) ((|FreeNilpotentLie| . |NonAssociativeRng|) T) ((|FreeNilpotentLie| . |BiModule|) 75656) ((|FreeNilpotentLie| . |RightLinearSet|) 75640) ((|FreeNilpotentLie| . |RightModule|) 75624) ((|FreeNilpotentLie| . |AbelianGroup|) T) ((|FreeNilpotentLie| . |LeftLinearSet|) 75588) ((|FreeNilpotentLie| . |AbelianMonoid|) T) ((|FreeNilpotentLie| . |SetCategory|) T) ((|FreeNilpotentLie| . |CoercibleTo|) 75562) ((|FreeNilpotentLie| . |Type|) T) ((|FreeNilpotentLie| . |Join|) T) ((|FreeNilpotentLie| . |BasicType|) T) ((|FreeNilpotentLie| . |AbelianSemiGroup|) T) ((|FreeNilpotentLie| . |CancellationAbelianMonoid|) T) ((|FreeNilpotentLie| . |LeftModule|) 75546) ((|FreeNilpotentLie| . |LinearSet|) 75530) ((|FreeNilpotentLie| . |Module|) 75514) ((|FileName| . |FileNameCategory|) T) ((|FileName| . |BasicType|) T) ((|FileName| . |Join|) T) ((|FileName| . |Type|) T) ((|FileName| . |CoercibleTo|) 75469) ((|FileName| . |SetCategory|) T) ((|FileName| . |CoercibleFrom|) 75447) ((|FileName| . |HomotopicTo|) 75425) ((|FreeMonoid| . |FreeMonoidCategory|) 75409) ((|FreeMonoid| . |CoercibleFrom|) 75393) ((|FreeMonoid| . |RetractableTo|) 75377) ((|FreeMonoid| . |OrderedType|) 75348) ((|FreeMonoid| . |OrderedSet|) 75319) ((|FreeMonoid| . |SemiGroup|) T) ((|FreeMonoid| . |BasicType|) T) ((|FreeMonoid| . |Join|) T) ((|FreeMonoid| . |Type|) T) ((|FreeMonoid| . |CoercibleTo|) 75293) ((|FreeMonoid| . |SetCategory|) T) ((|FreeMonoid| . |Monoid|) T) ((|FreeMagma| . |OrderedSet|) T) ((|FreeMagma| . |CoercibleTo|) 75232) ((|FreeMagma| . |SetCategory|) T) ((|FreeMagma| . |BasicType|) T) ((|FreeMagma| . |Join|) T) ((|FreeMagma| . |Type|) T) ((|FreeMagma| . |OrderedType|) T) ((|FreeMagma| . |RetractableTo|) 75216) ((|FreeMagma| . |CoercibleFrom|) 75200) ((|FreeModule1| . |FreeModuleCat|) 75179) ((|FreeModule1| . |CoercibleFrom|) 75163) ((|FreeModule1| . |RetractableTo|) 75147) ((|FreeModule1| . |LinearSet|) 75104) ((|FreeModule1| . |Module|) 75061) ((|FreeModule1| . |Functorial|) 75045) ((|FreeModule1| . |LeftModule|) 75029) ((|FreeModule1| . |LeftLinearSet|) 74993) ((|FreeModule1| . |CancellationAbelianMonoid|) T) ((|FreeModule1| . |AbelianSemiGroup|) T) ((|FreeModule1| . |BasicType|) T) ((|FreeModule1| . |Join|) T) ((|FreeModule1| . |Type|) T) ((|FreeModule1| . |CoercibleTo|) 74967) ((|FreeModule1| . |SetCategory|) T) ((|FreeModule1| . |AbelianMonoid|) T) ((|FreeModule1| . |AbelianGroup|) T) ((|FreeModule1| . |RightModule|) 74951) ((|FreeModule1| . |RightLinearSet|) 74935) ((|FreeModule1| . |BiModule|) 74914) ((|FreeModule| . |BiModule|) 74893) ((|FreeModule| . |RightLinearSet|) 74877) ((|FreeModule| . |RightModule|) 74861) ((|FreeModule| . |AbelianGroup|) T) ((|FreeModule| . |LeftLinearSet|) 74825) ((|FreeModule| . |AbelianMonoid|) T) ((|FreeModule| . |SetCategory|) T) ((|FreeModule| . |CoercibleTo|) 74799) ((|FreeModule| . |Type|) T) ((|FreeModule| . |Join|) T) ((|FreeModule| . |BasicType|) T) ((|FreeModule| . |AbelianSemiGroup|) T) ((|FreeModule| . |CancellationAbelianMonoid|) T) ((|FreeModule| . |LeftModule|) 74783) ((|FreeModule| . |IndexedDirectProductCategory|) 74762) ((|FreeModule| . |Functorial|) 74746) ((|FreeModule| . |ConvertibleFrom|) 74693) ((|FreeModule| . |Module|) 74650) ((|FreeModule| . |LinearSet|) 74607) ((|Float| . |FloatingPointSystem|) T) ((|Float| . |CharacteristicZero|) T) ((|Float| . |CoercibleFrom|) 74541) ((|Float| . |LeftModule|) 74495) ((|Float| . |LeftLinearSet|) 74429) ((|Float| . |CancellationAbelianMonoid|) T) ((|Float| . |AbelianSemiGroup|) T) ((|Float| . |BasicType|) T) ((|Float| . |Join|) T) ((|Float| . |Type|) T) ((|Float| . |CoercibleTo|) 74379) ((|Float| . |SetCategory|) T) ((|Float| . |AbelianMonoid|) T) ((|Float| . |AbelianGroup|) T) ((|Float| . |Rng|) T) ((|Float| . |SemiGroup|) T) ((|Float| . |SemiRing|) T) ((|Float| . |Monoid|) T) ((|Float| . |Ring|) T) ((|Float| . |ConvertibleTo|) 74263) ((|Float| . |Field|) T) ((|Float| . |UniqueFactorizationDomain|) T) ((|Float| . |PrincipalIdealDomain|) T) ((|Float| . |IntegralDomain|) T) ((|Float| . |CommutativeRing|) T) ((|Float| . |Module|) 74217) ((|Float| . |LinearSet|) 74171) ((|Float| . |Algebra|) 74125) ((|Float| . |GcdDomain|) T) ((|Float| . |EuclideanDomain|) T) ((|Float| . |BiModule|) 74070) ((|Float| . |RightLinearSet|) 74024) ((|Float| . |RightModule|) 73978) ((|Float| . |EntireRing|) T) ((|Float| . |DivisionRing|) T) ((|Float| . |OrderedRing|) T) ((|Float| . |OrderedCancellationAbelianMonoid|) T) ((|Float| . |OrderedAbelianSemiGroup|) T) ((|Float| . |OrderedType|) T) ((|Float| . |OrderedSet|) T) ((|Float| . |OrderedAbelianMonoid|) T) ((|Float| . |OrderedAbelianGroup|) T) ((|Float| . |PatternMatchable|) 73957) ((|Float| . |RadicalCategory|) T) ((|Float| . |RealConstant|) T) ((|Float| . |RetractableTo|) 73906) ((|Float| . |RealNumberSystem|) T) ((|Float| . |DifferentialRing|) T) ((|Float| . |DifferentialDomain|) 73893) ((|Float| . |DifferentialSpace|) T) ((|Float| . |TranscendentalFunctionCategory|) T) ((|Float| . |TrigonometricFunctionCategory|) T) ((|Float| . |HyperbolicFunctionCategory|) T) ((|Float| . |ElementaryFunctionCategory|) T) ((|Float| . |ArcTrigonometricFunctionCategory|) T) ((|Float| . |ArcHyperbolicFunctionCategory|) T) ((|Float| . |ConvertibleFrom|) 73866) ((|File| . |FileCategory|) 73837) ((|File| . |BasicType|) T) ((|File| . |Join|) T) ((|File| . |Type|) T) ((|File| . |CoercibleTo|) 73811) ((|File| . |SetCategory|) T) ((|FreeGroup| . |Group|) T) ((|FreeGroup| . |SemiGroup|) T) ((|FreeGroup| . |BasicType|) T) ((|FreeGroup| . |Join|) T) ((|FreeGroup| . |Type|) T) ((|FreeGroup| . |CoercibleTo|) 73785) ((|FreeGroup| . |SetCategory|) T) ((|FreeGroup| . |Monoid|) T) ((|FreeGroup| . |RetractableTo|) 73769) ((|FreeGroup| . |CoercibleFrom|) 73753) ((|FiniteFieldExtension| . |FiniteAlgebraicExtensionField|) 73737) ((|FiniteFieldExtension| . |DifferentialRing|) 73712) ((|FiniteFieldExtension| . |DifferentialDomain|) 73681) ((|FiniteFieldExtension| . |DifferentialSpace|) 73656) ((|FiniteFieldExtension| . |Finite|) 73631) ((|FiniteFieldExtension| . |StepThrough|) 73606) ((|FiniteFieldExtension| . |FiniteFieldCategory|) 73581) ((|FiniteFieldExtension| . |CharacteristicZero|) 73544) ((|FiniteFieldExtension| . |CoercibleFrom|) 73465) ((|FiniteFieldExtension| . |LeftModule|) 73406) ((|FiniteFieldExtension| . |LeftLinearSet|) 73327) ((|FiniteFieldExtension| . |CancellationAbelianMonoid|) T) ((|FiniteFieldExtension| . |AbelianSemiGroup|) T) ((|FiniteFieldExtension| . |BasicType|) T) ((|FiniteFieldExtension| . |Join|) T) ((|FiniteFieldExtension| . |Type|) T) ((|FiniteFieldExtension| . |CoercibleTo|) 73301) ((|FiniteFieldExtension| . |SetCategory|) T) ((|FiniteFieldExtension| . |AbelianMonoid|) T) ((|FiniteFieldExtension| . |AbelianGroup|) T) ((|FiniteFieldExtension| . |Rng|) T) ((|FiniteFieldExtension| . |SemiGroup|) T) ((|FiniteFieldExtension| . |SemiRing|) T) ((|FiniteFieldExtension| . |Monoid|) T) ((|FiniteFieldExtension| . |Ring|) T) ((|FiniteFieldExtension| . |Field|) T) ((|FiniteFieldExtension| . |UniqueFactorizationDomain|) T) ((|FiniteFieldExtension| . |PrincipalIdealDomain|) T) ((|FiniteFieldExtension| . |IntegralDomain|) T) ((|FiniteFieldExtension| . |CommutativeRing|) T) ((|FiniteFieldExtension| . |Module|) 73242) ((|FiniteFieldExtension| . |LinearSet|) 73183) ((|FiniteFieldExtension| . |Algebra|) 73137) ((|FiniteFieldExtension| . |GcdDomain|) T) ((|FiniteFieldExtension| . |EuclideanDomain|) T) ((|FiniteFieldExtension| . |BiModule|) 73064) ((|FiniteFieldExtension| . |RightLinearSet|) 73005) ((|FiniteFieldExtension| . |RightModule|) 72946) ((|FiniteFieldExtension| . |EntireRing|) T) ((|FiniteFieldExtension| . |DivisionRing|) T) ((|FiniteFieldExtension| . |FieldOfPrimeCharacteristic|) 72877) ((|FiniteFieldExtension| . |CharacteristicNonZero|) 72808) ((|FiniteFieldExtension| . |RetractableTo|) 72792) ((|FiniteFieldExtension| . |VectorSpace|) 72776) ((|FiniteFieldExtension| . |ExtensionField|) 72760) ((|FiniteFieldExtensionByPolynomial| . |FiniteAlgebraicExtensionField|) 72744) ((|FiniteFieldExtensionByPolynomial| . |DifferentialRing|) 72719) ((|FiniteFieldExtensionByPolynomial| . |DifferentialDomain|) 72688) ((|FiniteFieldExtensionByPolynomial| . |DifferentialSpace|) 72663) ((|FiniteFieldExtensionByPolynomial| . |Finite|) 72638) ((|FiniteFieldExtensionByPolynomial| . |StepThrough|) 72613) ((|FiniteFieldExtensionByPolynomial| . |FiniteFieldCategory|) 72588) ((|FiniteFieldExtensionByPolynomial| . |CharacteristicZero|) 72551) ((|FiniteFieldExtensionByPolynomial| . |CoercibleFrom|) 72472) ((|FiniteFieldExtensionByPolynomial| . |LeftModule|) 72413) ((|FiniteFieldExtensionByPolynomial| . |LeftLinearSet|) 72334) ((|FiniteFieldExtensionByPolynomial| . |CancellationAbelianMonoid|) T) ((|FiniteFieldExtensionByPolynomial| . |AbelianSemiGroup|) T) ((|FiniteFieldExtensionByPolynomial| . |BasicType|) T) ((|FiniteFieldExtensionByPolynomial| . |Join|) T) ((|FiniteFieldExtensionByPolynomial| . |Type|) T) ((|FiniteFieldExtensionByPolynomial| . |CoercibleTo|) 72308) ((|FiniteFieldExtensionByPolynomial| . |SetCategory|) T) ((|FiniteFieldExtensionByPolynomial| . |AbelianMonoid|) T) ((|FiniteFieldExtensionByPolynomial| . |AbelianGroup|) T) ((|FiniteFieldExtensionByPolynomial| . |Rng|) T) ((|FiniteFieldExtensionByPolynomial| . |SemiGroup|) T) ((|FiniteFieldExtensionByPolynomial| . |SemiRing|) T) ((|FiniteFieldExtensionByPolynomial| . |Monoid|) T) ((|FiniteFieldExtensionByPolynomial| . |Ring|) T) ((|FiniteFieldExtensionByPolynomial| . |Field|) T) ((|FiniteFieldExtensionByPolynomial| . |UniqueFactorizationDomain|) T) ((|FiniteFieldExtensionByPolynomial| . |PrincipalIdealDomain|) T) ((|FiniteFieldExtensionByPolynomial| . |IntegralDomain|) T) ((|FiniteFieldExtensionByPolynomial| . |CommutativeRing|) T) ((|FiniteFieldExtensionByPolynomial| . |Module|) 72249) ((|FiniteFieldExtensionByPolynomial| . |LinearSet|) 72190) ((|FiniteFieldExtensionByPolynomial| . |Algebra|) 72144) ((|FiniteFieldExtensionByPolynomial| . |GcdDomain|) T) ((|FiniteFieldExtensionByPolynomial| . |EuclideanDomain|) T) ((|FiniteFieldExtensionByPolynomial| . |BiModule|) 72071) ((|FiniteFieldExtensionByPolynomial| . |RightLinearSet|) 72012) ((|FiniteFieldExtensionByPolynomial| . |RightModule|) 71953) ((|FiniteFieldExtensionByPolynomial| . |EntireRing|) T) ((|FiniteFieldExtensionByPolynomial| . |DivisionRing|) T) ((|FiniteFieldExtensionByPolynomial| . |FieldOfPrimeCharacteristic|) 71884) ((|FiniteFieldExtensionByPolynomial| . |CharacteristicNonZero|) 71815) ((|FiniteFieldExtensionByPolynomial| . |RetractableTo|) 71799) ((|FiniteFieldExtensionByPolynomial| . |VectorSpace|) 71783) ((|FiniteFieldExtensionByPolynomial| . |ExtensionField|) 71767) ((|FiniteFieldNormalBasisExtension| . |FiniteAlgebraicExtensionField|) 71751) ((|FiniteFieldNormalBasisExtension| . |DifferentialRing|) 71726) ((|FiniteFieldNormalBasisExtension| . |DifferentialDomain|) 71695) ((|FiniteFieldNormalBasisExtension| . |DifferentialSpace|) 71670) ((|FiniteFieldNormalBasisExtension| . |Finite|) 71645) ((|FiniteFieldNormalBasisExtension| . |StepThrough|) 71620) ((|FiniteFieldNormalBasisExtension| . |FiniteFieldCategory|) 71595) ((|FiniteFieldNormalBasisExtension| . |CharacteristicZero|) 71558) ((|FiniteFieldNormalBasisExtension| . |CoercibleFrom|) 71479) ((|FiniteFieldNormalBasisExtension| . |LeftModule|) 71420) ((|FiniteFieldNormalBasisExtension| . |LeftLinearSet|) 71341) ((|FiniteFieldNormalBasisExtension| . |CancellationAbelianMonoid|) T) ((|FiniteFieldNormalBasisExtension| . |AbelianSemiGroup|) T) ((|FiniteFieldNormalBasisExtension| . |BasicType|) T) ((|FiniteFieldNormalBasisExtension| . |Join|) T) ((|FiniteFieldNormalBasisExtension| . |Type|) T) ((|FiniteFieldNormalBasisExtension| . |CoercibleTo|) 71315) ((|FiniteFieldNormalBasisExtension| . |SetCategory|) T) ((|FiniteFieldNormalBasisExtension| . |AbelianMonoid|) T) ((|FiniteFieldNormalBasisExtension| . |AbelianGroup|) T) ((|FiniteFieldNormalBasisExtension| . |Rng|) T) ((|FiniteFieldNormalBasisExtension| . |SemiGroup|) T) ((|FiniteFieldNormalBasisExtension| . |SemiRing|) T) ((|FiniteFieldNormalBasisExtension| . |Monoid|) T) ((|FiniteFieldNormalBasisExtension| . |Ring|) T) ((|FiniteFieldNormalBasisExtension| . |Field|) T) ((|FiniteFieldNormalBasisExtension| . |UniqueFactorizationDomain|) T) ((|FiniteFieldNormalBasisExtension| . |PrincipalIdealDomain|) T) ((|FiniteFieldNormalBasisExtension| . |IntegralDomain|) T) ((|FiniteFieldNormalBasisExtension| . |CommutativeRing|) T) ((|FiniteFieldNormalBasisExtension| . |Module|) 71256) ((|FiniteFieldNormalBasisExtension| . |LinearSet|) 71197) ((|FiniteFieldNormalBasisExtension| . |Algebra|) 71151) ((|FiniteFieldNormalBasisExtension| . |GcdDomain|) T) ((|FiniteFieldNormalBasisExtension| . |EuclideanDomain|) T) ((|FiniteFieldNormalBasisExtension| . |BiModule|) 71078) ((|FiniteFieldNormalBasisExtension| . |RightLinearSet|) 71019) ((|FiniteFieldNormalBasisExtension| . |RightModule|) 70960) ((|FiniteFieldNormalBasisExtension| . |EntireRing|) T) ((|FiniteFieldNormalBasisExtension| . |DivisionRing|) T) ((|FiniteFieldNormalBasisExtension| . |FieldOfPrimeCharacteristic|) 70891) ((|FiniteFieldNormalBasisExtension| . |CharacteristicNonZero|) 70822) ((|FiniteFieldNormalBasisExtension| . |RetractableTo|) 70806) ((|FiniteFieldNormalBasisExtension| . |VectorSpace|) 70790) ((|FiniteFieldNormalBasisExtension| . |ExtensionField|) 70774) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |FiniteAlgebraicExtensionField|) 70758) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |DifferentialRing|) 70733) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |DifferentialDomain|) 70702) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |DifferentialSpace|) 70677) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |Finite|) 70652) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |StepThrough|) 70627) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |FiniteFieldCategory|) 70602) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |CharacteristicZero|) 70565) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |CoercibleFrom|) 70486) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |LeftModule|) 70427) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |LeftLinearSet|) 70348) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |CancellationAbelianMonoid|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |AbelianSemiGroup|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |BasicType|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |Join|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |Type|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |CoercibleTo|) 70322) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |SetCategory|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |AbelianMonoid|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |AbelianGroup|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |Rng|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |SemiGroup|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |SemiRing|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |Monoid|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |Ring|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |Field|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |UniqueFactorizationDomain|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |PrincipalIdealDomain|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |IntegralDomain|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |CommutativeRing|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |Module|) 70263) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |LinearSet|) 70204) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |Algebra|) 70158) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |GcdDomain|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |EuclideanDomain|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |BiModule|) 70085) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |RightLinearSet|) 70026) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |RightModule|) 69967) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |EntireRing|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |DivisionRing|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |FieldOfPrimeCharacteristic|) 69898) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |CharacteristicNonZero|) 69829) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |RetractableTo|) 69813) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |VectorSpace|) 69797) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |ExtensionField|) 69781) ((|FiniteFieldNormalBasis| . |FiniteAlgebraicExtensionField|) 69750) ((|FiniteFieldNormalBasis| . |DifferentialRing|) T) ((|FiniteFieldNormalBasis| . |DifferentialDomain|) 69737) ((|FiniteFieldNormalBasis| . |DifferentialSpace|) T) ((|FiniteFieldNormalBasis| . |Finite|) T) ((|FiniteFieldNormalBasis| . |StepThrough|) T) ((|FiniteFieldNormalBasis| . |FiniteFieldCategory|) T) ((|FiniteFieldNormalBasis| . |CharacteristicZero|) 69703) ((|FiniteFieldNormalBasis| . |CoercibleFrom|) 69609) ((|FiniteFieldNormalBasis| . |LeftModule|) 69535) ((|FiniteFieldNormalBasis| . |LeftLinearSet|) 69441) ((|FiniteFieldNormalBasis| . |CancellationAbelianMonoid|) T) ((|FiniteFieldNormalBasis| . |AbelianSemiGroup|) T) ((|FiniteFieldNormalBasis| . |BasicType|) T) ((|FiniteFieldNormalBasis| . |Join|) T) ((|FiniteFieldNormalBasis| . |Type|) T) ((|FiniteFieldNormalBasis| . |CoercibleTo|) 69415) ((|FiniteFieldNormalBasis| . |SetCategory|) T) ((|FiniteFieldNormalBasis| . |AbelianMonoid|) T) ((|FiniteFieldNormalBasis| . |AbelianGroup|) T) ((|FiniteFieldNormalBasis| . |Rng|) T) ((|FiniteFieldNormalBasis| . |SemiGroup|) T) ((|FiniteFieldNormalBasis| . |SemiRing|) T) ((|FiniteFieldNormalBasis| . |Monoid|) T) ((|FiniteFieldNormalBasis| . |Ring|) T) ((|FiniteFieldNormalBasis| . |Field|) T) ((|FiniteFieldNormalBasis| . |UniqueFactorizationDomain|) T) ((|FiniteFieldNormalBasis| . |PrincipalIdealDomain|) T) ((|FiniteFieldNormalBasis| . |IntegralDomain|) T) ((|FiniteFieldNormalBasis| . |CommutativeRing|) T) ((|FiniteFieldNormalBasis| . |Module|) 69341) ((|FiniteFieldNormalBasis| . |LinearSet|) 69267) ((|FiniteFieldNormalBasis| . |Algebra|) 69221) ((|FiniteFieldNormalBasis| . |GcdDomain|) T) ((|FiniteFieldNormalBasis| . |EuclideanDomain|) T) ((|FiniteFieldNormalBasis| . |BiModule|) 69131) ((|FiniteFieldNormalBasis| . |RightLinearSet|) 69057) ((|FiniteFieldNormalBasis| . |RightModule|) 68983) ((|FiniteFieldNormalBasis| . |EntireRing|) T) ((|FiniteFieldNormalBasis| . |DivisionRing|) T) ((|FiniteFieldNormalBasis| . |FieldOfPrimeCharacteristic|) T) ((|FiniteFieldNormalBasis| . |CharacteristicNonZero|) T) ((|FiniteFieldNormalBasis| . |RetractableTo|) 68952) ((|FiniteFieldNormalBasis| . |VectorSpace|) 68921) ((|FiniteFieldNormalBasis| . |ExtensionField|) 68890) ((|FiniteFieldCyclicGroupExtension| . |FiniteAlgebraicExtensionField|) 68874) ((|FiniteFieldCyclicGroupExtension| . |DifferentialRing|) 68849) ((|FiniteFieldCyclicGroupExtension| . |DifferentialDomain|) 68818) ((|FiniteFieldCyclicGroupExtension| . |DifferentialSpace|) 68793) ((|FiniteFieldCyclicGroupExtension| . |Finite|) 68768) ((|FiniteFieldCyclicGroupExtension| . |StepThrough|) 68743) ((|FiniteFieldCyclicGroupExtension| . |FiniteFieldCategory|) 68718) ((|FiniteFieldCyclicGroupExtension| . |CharacteristicZero|) 68681) ((|FiniteFieldCyclicGroupExtension| . |CoercibleFrom|) 68602) ((|FiniteFieldCyclicGroupExtension| . |LeftModule|) 68543) ((|FiniteFieldCyclicGroupExtension| . |LeftLinearSet|) 68464) ((|FiniteFieldCyclicGroupExtension| . |CancellationAbelianMonoid|) T) ((|FiniteFieldCyclicGroupExtension| . |AbelianSemiGroup|) T) ((|FiniteFieldCyclicGroupExtension| . |BasicType|) T) ((|FiniteFieldCyclicGroupExtension| . |Join|) T) ((|FiniteFieldCyclicGroupExtension| . |Type|) T) ((|FiniteFieldCyclicGroupExtension| . |CoercibleTo|) 68438) ((|FiniteFieldCyclicGroupExtension| . |SetCategory|) T) ((|FiniteFieldCyclicGroupExtension| . |AbelianMonoid|) T) ((|FiniteFieldCyclicGroupExtension| . |AbelianGroup|) T) ((|FiniteFieldCyclicGroupExtension| . |Rng|) T) ((|FiniteFieldCyclicGroupExtension| . |SemiGroup|) T) ((|FiniteFieldCyclicGroupExtension| . |SemiRing|) T) ((|FiniteFieldCyclicGroupExtension| . |Monoid|) T) ((|FiniteFieldCyclicGroupExtension| . |Ring|) T) ((|FiniteFieldCyclicGroupExtension| . |Field|) T) ((|FiniteFieldCyclicGroupExtension| . |UniqueFactorizationDomain|) T) ((|FiniteFieldCyclicGroupExtension| . |PrincipalIdealDomain|) T) ((|FiniteFieldCyclicGroupExtension| . |IntegralDomain|) T) ((|FiniteFieldCyclicGroupExtension| . |CommutativeRing|) T) ((|FiniteFieldCyclicGroupExtension| . |Module|) 68379) ((|FiniteFieldCyclicGroupExtension| . |LinearSet|) 68320) ((|FiniteFieldCyclicGroupExtension| . |Algebra|) 68274) ((|FiniteFieldCyclicGroupExtension| . |GcdDomain|) T) ((|FiniteFieldCyclicGroupExtension| . |EuclideanDomain|) T) ((|FiniteFieldCyclicGroupExtension| . |BiModule|) 68201) ((|FiniteFieldCyclicGroupExtension| . |RightLinearSet|) 68142) ((|FiniteFieldCyclicGroupExtension| . |RightModule|) 68083) ((|FiniteFieldCyclicGroupExtension| . |EntireRing|) T) ((|FiniteFieldCyclicGroupExtension| . |DivisionRing|) T) ((|FiniteFieldCyclicGroupExtension| . |FieldOfPrimeCharacteristic|) 68014) ((|FiniteFieldCyclicGroupExtension| . |CharacteristicNonZero|) 67945) ((|FiniteFieldCyclicGroupExtension| . |RetractableTo|) 67929) ((|FiniteFieldCyclicGroupExtension| . |VectorSpace|) 67913) ((|FiniteFieldCyclicGroupExtension| . |ExtensionField|) 67897) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |FiniteAlgebraicExtensionField|) 67881) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |DifferentialRing|) 67856) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |DifferentialDomain|) 67825) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |DifferentialSpace|) 67800) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |Finite|) 67775) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |StepThrough|) 67750) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |FiniteFieldCategory|) 67725) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |CharacteristicZero|) 67688) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |CoercibleFrom|) 67609) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |LeftModule|) 67550) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |LeftLinearSet|) 67471) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |CancellationAbelianMonoid|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |AbelianSemiGroup|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |BasicType|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |Join|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |Type|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |CoercibleTo|) 67445) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |SetCategory|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |AbelianMonoid|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |AbelianGroup|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |Rng|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |SemiGroup|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |SemiRing|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |Monoid|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |Ring|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |Field|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |UniqueFactorizationDomain|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |PrincipalIdealDomain|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |IntegralDomain|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |CommutativeRing|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |Module|) 67386) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |LinearSet|) 67327) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |Algebra|) 67281) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |GcdDomain|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |EuclideanDomain|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |BiModule|) 67208) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |RightLinearSet|) 67149) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |RightModule|) 67090) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |EntireRing|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |DivisionRing|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |FieldOfPrimeCharacteristic|) 67021) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |CharacteristicNonZero|) 66952) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |RetractableTo|) 66936) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |VectorSpace|) 66920) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |ExtensionField|) 66904) ((|FiniteFieldCyclicGroup| . |FiniteAlgebraicExtensionField|) 66873) ((|FiniteFieldCyclicGroup| . |DifferentialRing|) T) ((|FiniteFieldCyclicGroup| . |DifferentialDomain|) 66860) ((|FiniteFieldCyclicGroup| . |DifferentialSpace|) T) ((|FiniteFieldCyclicGroup| . |Finite|) T) ((|FiniteFieldCyclicGroup| . |StepThrough|) T) ((|FiniteFieldCyclicGroup| . |FiniteFieldCategory|) T) ((|FiniteFieldCyclicGroup| . |CharacteristicZero|) 66826) ((|FiniteFieldCyclicGroup| . |CoercibleFrom|) 66732) ((|FiniteFieldCyclicGroup| . |LeftModule|) 66658) ((|FiniteFieldCyclicGroup| . |LeftLinearSet|) 66564) ((|FiniteFieldCyclicGroup| . |CancellationAbelianMonoid|) T) ((|FiniteFieldCyclicGroup| . |AbelianSemiGroup|) T) ((|FiniteFieldCyclicGroup| . |BasicType|) T) ((|FiniteFieldCyclicGroup| . |Join|) T) ((|FiniteFieldCyclicGroup| . |Type|) T) ((|FiniteFieldCyclicGroup| . |CoercibleTo|) 66538) ((|FiniteFieldCyclicGroup| . |SetCategory|) T) ((|FiniteFieldCyclicGroup| . |AbelianMonoid|) T) ((|FiniteFieldCyclicGroup| . |AbelianGroup|) T) ((|FiniteFieldCyclicGroup| . |Rng|) T) ((|FiniteFieldCyclicGroup| . |SemiGroup|) T) ((|FiniteFieldCyclicGroup| . |SemiRing|) T) ((|FiniteFieldCyclicGroup| . |Monoid|) T) ((|FiniteFieldCyclicGroup| . |Ring|) T) ((|FiniteFieldCyclicGroup| . |Field|) T) ((|FiniteFieldCyclicGroup| . |UniqueFactorizationDomain|) T) ((|FiniteFieldCyclicGroup| . |PrincipalIdealDomain|) T) ((|FiniteFieldCyclicGroup| . |IntegralDomain|) T) ((|FiniteFieldCyclicGroup| . |CommutativeRing|) T) ((|FiniteFieldCyclicGroup| . |Module|) 66464) ((|FiniteFieldCyclicGroup| . |LinearSet|) 66390) ((|FiniteFieldCyclicGroup| . |Algebra|) 66344) ((|FiniteFieldCyclicGroup| . |GcdDomain|) T) ((|FiniteFieldCyclicGroup| . |EuclideanDomain|) T) ((|FiniteFieldCyclicGroup| . |BiModule|) 66254) ((|FiniteFieldCyclicGroup| . |RightLinearSet|) 66180) ((|FiniteFieldCyclicGroup| . |RightModule|) 66106) ((|FiniteFieldCyclicGroup| . |EntireRing|) T) ((|FiniteFieldCyclicGroup| . |DivisionRing|) T) ((|FiniteFieldCyclicGroup| . |FieldOfPrimeCharacteristic|) T) ((|FiniteFieldCyclicGroup| . |CharacteristicNonZero|) T) ((|FiniteFieldCyclicGroup| . |RetractableTo|) 66075) ((|FiniteFieldCyclicGroup| . |VectorSpace|) 66044) ((|FiniteFieldCyclicGroup| . |ExtensionField|) 66013) ((|FiniteField| . |FiniteAlgebraicExtensionField|) 65982) ((|FiniteField| . |DifferentialRing|) T) ((|FiniteField| . |DifferentialDomain|) 65969) ((|FiniteField| . |DifferentialSpace|) T) ((|FiniteField| . |Finite|) T) ((|FiniteField| . |StepThrough|) T) ((|FiniteField| . |FiniteFieldCategory|) T) ((|FiniteField| . |CharacteristicZero|) 65935) ((|FiniteField| . |CoercibleFrom|) 65841) ((|FiniteField| . |LeftModule|) 65767) ((|FiniteField| . |LeftLinearSet|) 65673) ((|FiniteField| . |CancellationAbelianMonoid|) T) ((|FiniteField| . |AbelianSemiGroup|) T) ((|FiniteField| . |BasicType|) T) ((|FiniteField| . |Join|) T) ((|FiniteField| . |Type|) T) ((|FiniteField| . |CoercibleTo|) 65647) ((|FiniteField| . |SetCategory|) T) ((|FiniteField| . |AbelianMonoid|) T) ((|FiniteField| . |AbelianGroup|) T) ((|FiniteField| . |Rng|) T) ((|FiniteField| . |SemiGroup|) T) ((|FiniteField| . |SemiRing|) T) ((|FiniteField| . |Monoid|) T) ((|FiniteField| . |Ring|) T) ((|FiniteField| . |Field|) T) ((|FiniteField| . |UniqueFactorizationDomain|) T) ((|FiniteField| . |PrincipalIdealDomain|) T) ((|FiniteField| . |IntegralDomain|) T) ((|FiniteField| . |CommutativeRing|) T) ((|FiniteField| . |Module|) 65573) ((|FiniteField| . |LinearSet|) 65499) ((|FiniteField| . |Algebra|) 65453) ((|FiniteField| . |GcdDomain|) T) ((|FiniteField| . |EuclideanDomain|) T) ((|FiniteField| . |BiModule|) 65363) ((|FiniteField| . |RightLinearSet|) 65289) ((|FiniteField| . |RightModule|) 65215) ((|FiniteField| . |EntireRing|) T) ((|FiniteField| . |DivisionRing|) T) ((|FiniteField| . |FieldOfPrimeCharacteristic|) T) ((|FiniteField| . |CharacteristicNonZero|) T) ((|FiniteField| . |RetractableTo|) 65184) ((|FiniteField| . |VectorSpace|) 65153) ((|FiniteField| . |ExtensionField|) 65122) ((|FiniteDivisor| . |FiniteDivisorCategory|) 65091) ((|FiniteDivisor| . |CancellationAbelianMonoid|) T) ((|FiniteDivisor| . |AbelianSemiGroup|) T) ((|FiniteDivisor| . |BasicType|) T) ((|FiniteDivisor| . |Join|) T) ((|FiniteDivisor| . |Type|) T) ((|FiniteDivisor| . |CoercibleTo|) 65065) ((|FiniteDivisor| . |SetCategory|) T) ((|FiniteDivisor| . |AbelianMonoid|) T) ((|FiniteDivisor| . |LeftLinearSet|) 65042) ((|FiniteDivisor| . |AbelianGroup|) T) ((|FunctorData| . |SetCategory|) T) ((|FunctorData| . |CoercibleTo|) 65016) ((|FunctorData| . |Type|) T) ((|FunctorData| . |Join|) T) ((|FunctorData| . |BasicType|) T) ((|FourierComponent| . |OrderedSet|) T) ((|FourierComponent| . |CoercibleTo|) 64990) ((|FourierComponent| . |SetCategory|) T) ((|FourierComponent| . |BasicType|) T) ((|FourierComponent| . |Join|) T) ((|FourierComponent| . |Type|) T) ((|FourierComponent| . |OrderedType|) T) ((|FlexibleArray| . |OneDimensionalArrayAggregate|) 64974) ((|FlexibleArray| . |ShallowlyMutableAggregate|) 64958) ((|FlexibleArray| . |FiniteAggregate|) 64942) ((|FlexibleArray| . |Aggregate|) T) ((|FlexibleArray| . |Join|) T) ((|FlexibleArray| . |Type|) T) ((|FlexibleArray| . |BasicType|) 64852) ((|FlexibleArray| . |CoercibleTo|) 64726) ((|FlexibleArray| . |Evalable|) 64650) ((|FlexibleArray| . |InnerEvalable|) 64569) ((|FlexibleArray| . |Functorial|) 64553) ((|FlexibleArray| . |SetCategory|) 64490) ((|FlexibleArray| . |HomogeneousAggregate|) 64474) ((|FlexibleArray| . |LinearAggregate|) 64458) ((|FlexibleArray| . |EltableAggregate|) 64430) ((|FlexibleArray| . |Eltable|) 64359) ((|FlexibleArray| . |IndexedAggregate|) 64331) ((|FlexibleArray| . |ConvertibleTo|) 64267) ((|FlexibleArray| . |Collection|) 64251) ((|FlexibleArray| . |OrderedSet|) 64222) ((|FlexibleArray| . |OrderedType|) 64193) ((|FlexibleArray| . |FiniteLinearAggregate|) 64177) ((|FlexibleArray| . |ExtensibleLinearAggregate|) 64161) ((|FreeAbelianMonoid| . |FreeAbelianMonoidCategory|) 64122) ((|FreeAbelianMonoid| . |CoercibleFrom|) 64106) ((|FreeAbelianMonoid| . |RetractableTo|) 64090) ((|FreeAbelianMonoid| . |AbelianMonoid|) T) ((|FreeAbelianMonoid| . |SetCategory|) T) ((|FreeAbelianMonoid| . |CoercibleTo|) 64064) ((|FreeAbelianMonoid| . |Type|) T) ((|FreeAbelianMonoid| . |Join|) T) ((|FreeAbelianMonoid| . |BasicType|) T) ((|FreeAbelianMonoid| . |AbelianSemiGroup|) T) ((|FreeAbelianMonoid| . |CancellationAbelianMonoid|) T) ((|FreeAbelianGroup| . |AbelianGroup|) T) ((|FreeAbelianGroup| . |LeftLinearSet|) 64041) ((|FreeAbelianGroup| . |AbelianMonoid|) T) ((|FreeAbelianGroup| . |SetCategory|) T) ((|FreeAbelianGroup| . |CoercibleTo|) 64015) ((|FreeAbelianGroup| . |Type|) T) ((|FreeAbelianGroup| . |Join|) T) ((|FreeAbelianGroup| . |BasicType|) T) ((|FreeAbelianGroup| . |AbelianSemiGroup|) T) ((|FreeAbelianGroup| . |CancellationAbelianMonoid|) T) ((|FreeAbelianGroup| . |Module|) 63992) ((|FreeAbelianGroup| . |LinearSet|) 63969) ((|FreeAbelianGroup| . |LeftModule|) 63946) ((|FreeAbelianGroup| . |RightModule|) 63923) ((|FreeAbelianGroup| . |RightLinearSet|) 63900) ((|FreeAbelianGroup| . |BiModule|) 63870) ((|FreeAbelianGroup| . |FreeAbelianMonoidCategory|) 63842) ((|FreeAbelianGroup| . |CoercibleFrom|) 63826) ((|FreeAbelianGroup| . |RetractableTo|) 63810) ((|FreeAbelianGroup| . |OrderedSet|) 63781) ((|FreeAbelianGroup| . |OrderedType|) 63752) ((|ExponentialOfUnivariatePuiseuxSeries| . |UnivariatePuiseuxSeriesCategory|) 63736) ((|ExponentialOfUnivariatePuiseuxSeries| . |DifferentialRing|) 63671) ((|ExponentialOfUnivariatePuiseuxSeries| . |DifferentialDomain|) 63600) ((|ExponentialOfUnivariatePuiseuxSeries| . |DifferentialSpace|) 63535) ((|ExponentialOfUnivariatePuiseuxSeries| . |Eltable|) 63482) ((|ExponentialOfUnivariatePuiseuxSeries| . |PartialDifferentialRing|) 63344) ((|ExponentialOfUnivariatePuiseuxSeries| . |PartialDifferentialDomain|) 63204) ((|ExponentialOfUnivariatePuiseuxSeries| . |PartialDifferentialSpace|) 63066) ((|ExponentialOfUnivariatePuiseuxSeries| . |PowerSeriesCategory|) 62999) ((|ExponentialOfUnivariatePuiseuxSeries| . |Algebra|) 62787) ((|ExponentialOfUnivariatePuiseuxSeries| . |BiModule|) 62555) ((|ExponentialOfUnivariatePuiseuxSeries| . |RightLinearSet|) 62337) ((|ExponentialOfUnivariatePuiseuxSeries| . |RightModule|) 62119) ((|ExponentialOfUnivariatePuiseuxSeries| . |LeftLinearSet|) 61968) ((|ExponentialOfUnivariatePuiseuxSeries| . |LeftModule|) 61837) ((|ExponentialOfUnivariatePuiseuxSeries| . |LinearSet|) 61625) ((|ExponentialOfUnivariatePuiseuxSeries| . |Module|) 61413) ((|ExponentialOfUnivariatePuiseuxSeries| . |CoercibleFrom|) 61181) ((|ExponentialOfUnivariatePuiseuxSeries| . |CharacteristicNonZero|) 61141) ((|ExponentialOfUnivariatePuiseuxSeries| . |CharacteristicZero|) 61104) ((|ExponentialOfUnivariatePuiseuxSeries| . |Functorial|) 61088) ((|ExponentialOfUnivariatePuiseuxSeries| . |AbelianMonoidRing|) 61047) ((|ExponentialOfUnivariatePuiseuxSeries| . |UnivariatePowerSeriesCategory|) 61006) ((|ExponentialOfUnivariatePuiseuxSeries| . |ArcHyperbolicFunctionCategory|) 60955) ((|ExponentialOfUnivariatePuiseuxSeries| . |ArcTrigonometricFunctionCategory|) 60904) ((|ExponentialOfUnivariatePuiseuxSeries| . |ElementaryFunctionCategory|) 60853) ((|ExponentialOfUnivariatePuiseuxSeries| . |HyperbolicFunctionCategory|) 60802) ((|ExponentialOfUnivariatePuiseuxSeries| . |TrigonometricFunctionCategory|) 60751) ((|ExponentialOfUnivariatePuiseuxSeries| . |TranscendentalFunctionCategory|) 60700) ((|ExponentialOfUnivariatePuiseuxSeries| . |RadicalCategory|) 60649) ((|ExponentialOfUnivariatePuiseuxSeries| . |DivisionRing|) 60625) ((|ExponentialOfUnivariatePuiseuxSeries| . |EntireRing|) 60564) ((|ExponentialOfUnivariatePuiseuxSeries| . |CancellationAbelianMonoid|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |AbelianSemiGroup|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |BasicType|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |Join|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |Type|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |CoercibleTo|) 60538) ((|ExponentialOfUnivariatePuiseuxSeries| . |SetCategory|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |AbelianMonoid|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |AbelianGroup|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |Ring|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |Monoid|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |SemiRing|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |SemiGroup|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |Rng|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |EuclideanDomain|) 60514) ((|ExponentialOfUnivariatePuiseuxSeries| . |GcdDomain|) 60490) ((|ExponentialOfUnivariatePuiseuxSeries| . |CommutativeRing|) 60396) ((|ExponentialOfUnivariatePuiseuxSeries| . |IntegralDomain|) 60335) ((|ExponentialOfUnivariatePuiseuxSeries| . |PrincipalIdealDomain|) 60311) ((|ExponentialOfUnivariatePuiseuxSeries| . |UniqueFactorizationDomain|) 60287) ((|ExponentialOfUnivariatePuiseuxSeries| . |Field|) 60263) ((|ExponentialOfUnivariatePuiseuxSeries| . |OrderedAbelianMonoid|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |OrderedSet|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |OrderedType|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |OrderedAbelianSemiGroup|) T) ((|Expression| . |FunctionSpace|) 60247) ((|Expression| . |CoercibleFrom|) 59597) ((|Expression| . |RetractableTo|) 59101) ((|Expression| . |ConvertibleTo|) 58879) ((|Expression| . |Patternable|) 58863) ((|Expression| . |PartialDifferentialSpace|) 58825) ((|Expression| . |PartialDifferentialDomain|) 58785) ((|Expression| . |PartialDifferentialRing|) 58747) ((|Expression| . |Group|) 58723) ((|Expression| . |FullyRetractableTo|) 58707) ((|Expression| . |PatternMatchable|) 58588) ((|Expression| . |FullyPatternMatchable|) 58572) ((|Expression| . |LinearlyExplicitRingOver|) 58444) ((|Expression| . |LeftModule|) 58048) ((|Expression| . |FullyLinearlyExplicitRingOver|) 58016) ((|Expression| . |DivisionRing|) 57983) ((|Expression| . |BiModule|) 57831) ((|Expression| . |RightLinearSet|) 57693) ((|Expression| . |RightModule|) 57555) ((|Expression| . |EntireRing|) 57522) ((|Expression| . |Module|) 57384) ((|Expression| . |LinearSet|) 57246) ((|Expression| . |LeftLinearSet|) 56735) ((|Expression| . |Algebra|) 56597) ((|Expression| . |EuclideanDomain|) 56564) ((|Expression| . |GcdDomain|) 56531) ((|Expression| . |CommutativeRing|) 56498) ((|Expression| . |IntegralDomain|) 56465) ((|Expression| . |PrincipalIdealDomain|) 56432) ((|Expression| . |UniqueFactorizationDomain|) 56399) ((|Expression| . |Field|) 56366) ((|Expression| . |Evalable|) 56353) ((|Expression| . |InnerEvalable|) 56315) ((|Expression| . |ExpressionSpace|) T) ((|Expression| . |CharacteristicZero|) 56278) ((|Expression| . |CharacteristicNonZero|) 56238) ((|Expression| . |Ring|) 56070) ((|Expression| . |Monoid|) 55852) ((|Expression| . |SemiRing|) 55684) ((|Expression| . |SemiGroup|) 55466) ((|Expression| . |Rng|) 55298) ((|Expression| . |CancellationAbelianMonoid|) 55100) ((|Expression| . |AbelianSemiGroup|) 54868) ((|Expression| . |BasicType|) T) ((|Expression| . |Join|) T) ((|Expression| . |Type|) T) ((|Expression| . |CoercibleTo|) 54842) ((|Expression| . |SetCategory|) T) ((|Expression| . |AbelianMonoid|) 54610) ((|Expression| . |AbelianGroup|) 54412) ((|Expression| . |AlgebraicallyClosedFunctionSpace|) 54370) ((|Expression| . |RadicalCategory|) 54337) ((|Expression| . |AlgebraicallyClosedField|) 54304) ((|Expression| . |TranscendentalFunctionCategory|) 54271) ((|Expression| . |TrigonometricFunctionCategory|) 54238) ((|Expression| . |HyperbolicFunctionCategory|) 54205) ((|Expression| . |ElementaryFunctionCategory|) 54172) ((|Expression| . |ArcTrigonometricFunctionCategory|) 54139) ((|Expression| . |ArcHyperbolicFunctionCategory|) 54106) ((|Expression| . |CombinatorialOpsCategory|) 54073) ((|Expression| . |CombinatorialFunctionCategory|) 54040) ((|Expression| . |LiouvillianFunctionCategory|) 54007) ((|Expression| . |PrimitiveFunctionCategory|) 53974) ((|Expression| . |SpecialFunctionCategory|) 53941) ((|ExponentialExpansion| . |QuotientFieldCategory|) 53856) ((|ExponentialExpansion| . |StepThrough|) NIL) ((|ExponentialExpansion| . |RetractableTo|) 53720) ((|ExponentialExpansion| . |CoercibleFrom|) 53521) ((|ExponentialExpansion| . |ConvertibleTo|) NIL) ((|ExponentialExpansion| . |RealConstant|) NIL) ((|ExponentialExpansion| . |PolynomialFactorizationExplicit|) NIL) ((|ExponentialExpansion| . |Patternable|) 53436) ((|ExponentialExpansion| . |OrderedRing|) NIL) ((|ExponentialExpansion| . |OrderedCancellationAbelianMonoid|) NIL) ((|ExponentialExpansion| . |OrderedAbelianSemiGroup|) NIL) ((|ExponentialExpansion| . |OrderedType|) NIL) ((|ExponentialExpansion| . |OrderedSet|) NIL) ((|ExponentialExpansion| . |OrderedAbelianMonoid|) NIL) ((|ExponentialExpansion| . |OrderedAbelianGroup|) NIL) ((|ExponentialExpansion| . |OrderedIntegralDomain|) NIL) ((|ExponentialExpansion| . |PatternMatchable|) NIL) ((|ExponentialExpansion| . |FullyPatternMatchable|) 53351) ((|ExponentialExpansion| . |LinearlyExplicitRingOver|) 53266) ((|ExponentialExpansion| . |LeftModule|) 53138) ((|ExponentialExpansion| . |FullyLinearlyExplicitRingOver|) 53053) ((|ExponentialExpansion| . |Eltable|) 52937) ((|ExponentialExpansion| . |Evalable|) 52826) ((|ExponentialExpansion| . |InnerEvalable|) 52649) ((|ExponentialExpansion| . |Functorial|) 52564) ((|ExponentialExpansion| . |FullyEvalableOver|) 52479) ((|ExponentialExpansion| . |DivisionRing|) T) ((|ExponentialExpansion| . |BiModule|) 52335) ((|ExponentialExpansion| . |RightLinearSet|) 52207) ((|ExponentialExpansion| . |RightModule|) 52079) ((|ExponentialExpansion| . |EntireRing|) T) ((|ExponentialExpansion| . |Module|) 51951) ((|ExponentialExpansion| . |LinearSet|) 51823) ((|ExponentialExpansion| . |LeftLinearSet|) 51675) ((|ExponentialExpansion| . |Algebra|) 51547) ((|ExponentialExpansion| . |EuclideanDomain|) T) ((|ExponentialExpansion| . |GcdDomain|) T) ((|ExponentialExpansion| . |CommutativeRing|) T) ((|ExponentialExpansion| . |IntegralDomain|) T) ((|ExponentialExpansion| . |PrincipalIdealDomain|) T) ((|ExponentialExpansion| . |UniqueFactorizationDomain|) T) ((|ExponentialExpansion| . |Field|) T) ((|ExponentialExpansion| . |DifferentialRing|) NIL) ((|ExponentialExpansion| . |DifferentialDomain|) NIL) ((|ExponentialExpansion| . |DifferentialSpace|) NIL) ((|ExponentialExpansion| . |DifferentialSpaceExtension|) 51462) ((|ExponentialExpansion| . |PartialDifferentialDomain|) NIL) ((|ExponentialExpansion| . |PartialDifferentialSpace|) NIL) ((|ExponentialExpansion| . |PartialDifferentialRing|) NIL) ((|ExponentialExpansion| . |DifferentialExtension|) 51377) ((|ExponentialExpansion| . |CharacteristicZero|) 51271) ((|ExponentialExpansion| . |CharacteristicNonZero|) 51162) ((|ExponentialExpansion| . |CancellationAbelianMonoid|) T) ((|ExponentialExpansion| . |AbelianSemiGroup|) T) ((|ExponentialExpansion| . |BasicType|) T) ((|ExponentialExpansion| . |Join|) T) ((|ExponentialExpansion| . |Type|) T) ((|ExponentialExpansion| . |CoercibleTo|) 51136) ((|ExponentialExpansion| . |SetCategory|) T) ((|ExponentialExpansion| . |AbelianMonoid|) T) ((|ExponentialExpansion| . |AbelianGroup|) T) ((|ExponentialExpansion| . |Ring|) T) ((|ExponentialExpansion| . |Monoid|) T) ((|ExponentialExpansion| . |SemiRing|) T) ((|ExponentialExpansion| . |SemiGroup|) T) ((|ExponentialExpansion| . |Rng|) T) ((|ExitAst| . |SpadSyntaxCategory|) T) ((|ExitAst| . |HomotopicTo|) 51114) ((|ExitAst| . |CoercibleTo|) 51069) ((|ExitAst| . |CoercibleFrom|) 51047) ((|ExitAst| . |SetCategory|) T) ((|ExitAst| . |Type|) T) ((|ExitAst| . |Join|) T) ((|ExitAst| . |BasicType|) T) ((|ExitAst| . |AbstractSyntaxCategory|) T) ((|Exit| . |SetCategory|) T) ((|Exit| . |CoercibleTo|) 51021) ((|Exit| . |Type|) T) ((|Exit| . |Join|) T) ((|Exit| . |BasicType|) T) ((|EqTable| . |TableAggregate|) 51000) ((|EqTable| . |Dictionary|) 50942) ((|EqTable| . |BagAggregate|) 50884) ((|EqTable| . |ShallowlyMutableAggregate|) 50813) ((|EqTable| . |Collection|) 50755) ((|EqTable| . |ConvertibleTo|) NIL) ((|EqTable| . |DictionaryOperations|) 50697) ((|EqTable| . |IndexedAggregate|) 50676) ((|EqTable| . |Evalable|) 50436) ((|EqTable| . |InnerEvalable|) 50184) ((|EqTable| . |Functorial|) 50113) ((|EqTable| . |HomogeneousAggregate|) 50042) ((|EqTable| . |Eltable|) 50021) ((|EqTable| . |EltableAggregate|) 50000) ((|EqTable| . |KeyedDictionary|) 49979) ((|EqTable| . |SetCategory|) T) ((|EqTable| . |CoercibleTo|) 49953) ((|EqTable| . |BasicType|) T) ((|EqTable| . |Type|) T) ((|EqTable| . |Join|) T) ((|EqTable| . |Aggregate|) T) ((|EqTable| . |FiniteAggregate|) 49895) ((|Equation| . |Functorial|) 49879) ((|Equation| . |Join|) T) ((|Equation| . |Type|) T) ((|Equation| . |InnerEvalable|) 49818) ((|Equation| . |SetCategory|) 49515) ((|Equation| . |CoercibleTo|) 49150) ((|Equation| . |BasicType|) 48847) ((|Equation| . |AbelianSemiGroup|) 48647) ((|Equation| . |AbelianGroup|) 48481) ((|Equation| . |LeftLinearSet|) 48126) ((|Equation| . |AbelianMonoid|) 47960) ((|Equation| . |CancellationAbelianMonoid|) 47794) ((|Equation| . |SemiGroup|) 47640) ((|Equation| . |Monoid|) 47513) ((|Equation| . |Group|) 47489) ((|Equation| . |Ring|) 47409) ((|Equation| . |SemiRing|) 47329) ((|Equation| . |Rng|) 47249) ((|Equation| . |LeftModule|) 47073) ((|Equation| . |CoercibleFrom|) 46977) ((|Equation| . |BiModule|) 46879) ((|Equation| . |RightLinearSet|) 46786) ((|Equation| . |RightModule|) 46693) ((|Equation| . |Module|) 46622) ((|Equation| . |LinearSet|) 46551) ((|Equation| . |PartialDifferentialRing|) 46485) ((|Equation| . |PartialDifferentialDomain|) 46419) ((|Equation| . |PartialDifferentialSpace|) 46355) ((|Equation| . |VectorSpace|) 46322) ((|Environment| . |CoercibleTo|) 46296) ((|EuclideanModularRing| . |EuclideanDomain|) T) ((|EuclideanModularRing| . |GcdDomain|) T) ((|EuclideanModularRing| . |Algebra|) 46283) ((|EuclideanModularRing| . |CoercibleFrom|) 46250) ((|EuclideanModularRing| . |Rng|) T) ((|EuclideanModularRing| . |SemiGroup|) T) ((|EuclideanModularRing| . |SemiRing|) T) ((|EuclideanModularRing| . |Monoid|) T) ((|EuclideanModularRing| . |Ring|) T) ((|EuclideanModularRing| . |BiModule|) 46235) ((|EuclideanModularRing| . |RightLinearSet|) 46222) ((|EuclideanModularRing| . |RightModule|) 46209) ((|EuclideanModularRing| . |AbelianGroup|) T) ((|EuclideanModularRing| . |LeftLinearSet|) 46176) ((|EuclideanModularRing| . |AbelianMonoid|) T) ((|EuclideanModularRing| . |SetCategory|) T) ((|EuclideanModularRing| . |CoercibleTo|) 46137) ((|EuclideanModularRing| . |Type|) T) ((|EuclideanModularRing| . |Join|) T) ((|EuclideanModularRing| . |BasicType|) T) ((|EuclideanModularRing| . |AbelianSemiGroup|) T) ((|EuclideanModularRing| . |CancellationAbelianMonoid|) T) ((|EuclideanModularRing| . |LeftModule|) 46124) ((|EuclideanModularRing| . |LinearSet|) 46111) ((|EuclideanModularRing| . |Module|) 46098) ((|EuclideanModularRing| . |CommutativeRing|) T) ((|EuclideanModularRing| . |EntireRing|) T) ((|EuclideanModularRing| . |IntegralDomain|) T) ((|EuclideanModularRing| . |PrincipalIdealDomain|) T) ((|EuclideanModularRing| . |Eltable|) 46077) ((|Elaboration| . |CoercibleTo|) 46051) ((|ElaboratedExpression| . |CoercibleTo|) 46025) ((|ExtAlgBasis| . |OrderedSet|) T) ((|ExtAlgBasis| . |CoercibleTo|) 45999) ((|ExtAlgBasis| . |SetCategory|) T) ((|ExtAlgBasis| . |BasicType|) T) ((|ExtAlgBasis| . |Join|) T) ((|ExtAlgBasis| . |Type|) T) ((|ExtAlgBasis| . |OrderedType|) T) ((|DifferentialSparseMultivariatePolynomial| . |DifferentialPolynomialCategory|) 45947) ((|DifferentialSparseMultivariatePolynomial| . |CoercibleFrom|) 45579) ((|DifferentialSparseMultivariatePolynomial| . |RetractableTo|) 45346) ((|DifferentialSparseMultivariatePolynomial| . |ConvertibleTo|) 44953) ((|DifferentialSparseMultivariatePolynomial| . |FiniteAbelianMonoidRing|) 44911) ((|DifferentialSparseMultivariatePolynomial| . |FullyRetractableTo|) 44895) ((|DifferentialSparseMultivariatePolynomial| . |Algebra|) 44658) ((|DifferentialSparseMultivariatePolynomial| . |BiModule|) 44401) ((|DifferentialSparseMultivariatePolynomial| . |RightLinearSet|) 44158) ((|DifferentialSparseMultivariatePolynomial| . |RightModule|) 43915) ((|DifferentialSparseMultivariatePolynomial| . |LeftLinearSet|) 43792) ((|DifferentialSparseMultivariatePolynomial| . |LeftModule|) 43621) ((|DifferentialSparseMultivariatePolynomial| . |LinearSet|) 43384) ((|DifferentialSparseMultivariatePolynomial| . |Module|) 43147) ((|DifferentialSparseMultivariatePolynomial| . |CharacteristicNonZero|) 43107) ((|DifferentialSparseMultivariatePolynomial| . |CharacteristicZero|) 43070) ((|DifferentialSparseMultivariatePolynomial| . |CommutativeRing|) 42923) ((|DifferentialSparseMultivariatePolynomial| . |Functorial|) 42907) ((|DifferentialSparseMultivariatePolynomial| . |IntegralDomain|) 42793) ((|DifferentialSparseMultivariatePolynomial| . |EntireRing|) 42679) ((|DifferentialSparseMultivariatePolynomial| . |AbelianMonoidRing|) 42637) ((|DifferentialSparseMultivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 42621) ((|DifferentialSparseMultivariatePolynomial| . |LinearlyExplicitRingOver|) 42537) ((|DifferentialSparseMultivariatePolynomial| . |GcdDomain|) 42455) ((|DifferentialSparseMultivariatePolynomial| . |InnerEvalable|) 42326) ((|DifferentialSparseMultivariatePolynomial| . |PartialDifferentialRing|) 42245) ((|DifferentialSparseMultivariatePolynomial| . |PartialDifferentialDomain|) 42102) ((|DifferentialSparseMultivariatePolynomial| . |PartialDifferentialSpace|) 41963) ((|DifferentialSparseMultivariatePolynomial| . |PatternMatchable|) 41742) ((|DifferentialSparseMultivariatePolynomial| . |PolynomialFactorizationExplicit|) 41692) ((|DifferentialSparseMultivariatePolynomial| . |UniqueFactorizationDomain|) 41642) ((|DifferentialSparseMultivariatePolynomial| . |PolynomialCategory|) 41595) ((|DifferentialSparseMultivariatePolynomial| . |Evalable|) 41582) ((|DifferentialSparseMultivariatePolynomial| . |DifferentialRing|) 41547) ((|DifferentialSparseMultivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|DifferentialSparseMultivariatePolynomial| . |AbelianSemiGroup|) T) ((|DifferentialSparseMultivariatePolynomial| . |BasicType|) T) ((|DifferentialSparseMultivariatePolynomial| . |CoercibleTo|) 41521) ((|DifferentialSparseMultivariatePolynomial| . |SetCategory|) T) ((|DifferentialSparseMultivariatePolynomial| . |AbelianMonoid|) T) ((|DifferentialSparseMultivariatePolynomial| . |AbelianGroup|) T) ((|DifferentialSparseMultivariatePolynomial| . |Rng|) T) ((|DifferentialSparseMultivariatePolynomial| . |SemiGroup|) T) ((|DifferentialSparseMultivariatePolynomial| . |SemiRing|) T) ((|DifferentialSparseMultivariatePolynomial| . |Monoid|) T) ((|DifferentialSparseMultivariatePolynomial| . |Ring|) T) ((|DifferentialSparseMultivariatePolynomial| . |DifferentialDomain|) 41440) ((|DifferentialSparseMultivariatePolynomial| . |Join|) T) ((|DifferentialSparseMultivariatePolynomial| . |Type|) T) ((|DifferentialSparseMultivariatePolynomial| . |DifferentialSpace|) 41365) ((|DifferentialSparseMultivariatePolynomial| . |DifferentialSpaceExtension|) 41349) ((|DifferentialSparseMultivariatePolynomial| . |DifferentialExtension|) 41333) ((|DrawOption| . |SetCategory|) T) ((|DrawOption| . |CoercibleTo|) 41307) ((|DrawOption| . |Type|) T) ((|DrawOption| . |Join|) T) ((|DrawOption| . |BasicType|) T) ((|DirectProductModule| . |DirectProductCategory|) 41286) ((|DirectProductModule| . |VectorSpace|) 41253) ((|DirectProductModule| . |OrderedCancellationAbelianMonoid|) 41211) ((|DirectProductModule| . |OrderedAbelianSemiGroup|) 41169) ((|DirectProductModule| . |OrderedType|) 41094) ((|DirectProductModule| . |OrderedSet|) 41019) ((|DirectProductModule| . |OrderedAbelianMonoid|) 40977) ((|DirectProductModule| . |OrderedAbelianMonoidSup|) 40935) ((|DirectProductModule| . |Module|) 40864) ((|DirectProductModule| . |LinearSet|) 40769) ((|DirectProductModule| . |EltableAggregate|) 40741) ((|DirectProductModule| . |Eltable|) 40713) ((|DirectProductModule| . |IndexedAggregate|) 40685) ((|DirectProductModule| . |RetractableTo|) 40436) ((|DirectProductModule| . |CoercibleFrom|) 40160) ((|DirectProductModule| . |FullyRetractableTo|) 40121) ((|DirectProductModule| . |LinearlyExplicitRingOver|) 39993) ((|DirectProductModule| . |LeftModule|) 39765) ((|DirectProductModule| . |FullyLinearlyExplicitRingOver|) 39733) ((|DirectProductModule| . |HomogeneousAggregate|) 39717) ((|DirectProductModule| . |Functorial|) 39701) ((|DirectProductModule| . |InnerEvalable|) 39620) ((|DirectProductModule| . |Evalable|) 39544) ((|DirectProductModule| . |Aggregate|) T) ((|DirectProductModule| . |FiniteAggregate|) 39528) ((|DirectProductModule| . |Finite|) 39503) ((|DirectProductModule| . |DifferentialRing|) 39440) ((|DirectProductModule| . |LeftLinearSet|) 39264) ((|DirectProductModule| . |Rng|) 39241) ((|DirectProductModule| . |SemiGroup|) 39218) ((|DirectProductModule| . |SemiRing|) 39195) ((|DirectProductModule| . |Monoid|) 39172) ((|DirectProductModule| . |Ring|) 39149) ((|DirectProductModule| . |DifferentialDomain|) 39012) ((|DirectProductModule| . |DifferentialSpace|) 38881) ((|DirectProductModule| . |DifferentialSpaceExtension|) 38849) ((|DirectProductModule| . |PartialDifferentialDomain|) 38665) ((|DirectProductModule| . |PartialDifferentialSpace|) 38483) ((|DirectProductModule| . |PartialDifferentialRing|) 38387) ((|DirectProductModule| . |DifferentialExtension|) 38355) ((|DirectProductModule| . |CoercibleTo|) 38305) ((|DirectProductModule| . |RightModule|) 38212) ((|DirectProductModule| . |RightLinearSet|) 38095) ((|DirectProductModule| . |BiModule|) 37997) ((|DirectProductModule| . |CancellationAbelianMonoid|) T) ((|DirectProductModule| . |AbelianSemiGroup|) T) ((|DirectProductModule| . |BasicType|) T) ((|DirectProductModule| . |Join|) T) ((|DirectProductModule| . |Type|) T) ((|DirectProductModule| . |SetCategory|) T) ((|DirectProductModule| . |AbelianMonoid|) T) ((|DirectProductModule| . |AbelianGroup|) T) ((|DirectProductMatrixModule| . |DirectProductCategory|) 37976) ((|DirectProductMatrixModule| . |VectorSpace|) 37943) ((|DirectProductMatrixModule| . |OrderedCancellationAbelianMonoid|) 37901) ((|DirectProductMatrixModule| . |OrderedAbelianSemiGroup|) 37859) ((|DirectProductMatrixModule| . |OrderedType|) 37784) ((|DirectProductMatrixModule| . |OrderedSet|) 37709) ((|DirectProductMatrixModule| . |OrderedAbelianMonoid|) 37667) ((|DirectProductMatrixModule| . |OrderedAbelianMonoidSup|) 37625) ((|DirectProductMatrixModule| . |Module|) 37554) ((|DirectProductMatrixModule| . |LinearSet|) 37459) ((|DirectProductMatrixModule| . |EltableAggregate|) 37431) ((|DirectProductMatrixModule| . |Eltable|) 37403) ((|DirectProductMatrixModule| . |IndexedAggregate|) 37375) ((|DirectProductMatrixModule| . |RetractableTo|) 37126) ((|DirectProductMatrixModule| . |CoercibleFrom|) 36850) ((|DirectProductMatrixModule| . |FullyRetractableTo|) 36811) ((|DirectProductMatrixModule| . |LinearlyExplicitRingOver|) 36683) ((|DirectProductMatrixModule| . |LeftModule|) 36442) ((|DirectProductMatrixModule| . |FullyLinearlyExplicitRingOver|) 36410) ((|DirectProductMatrixModule| . |HomogeneousAggregate|) 36394) ((|DirectProductMatrixModule| . |Functorial|) 36378) ((|DirectProductMatrixModule| . |InnerEvalable|) 36297) ((|DirectProductMatrixModule| . |Evalable|) 36221) ((|DirectProductMatrixModule| . |Aggregate|) T) ((|DirectProductMatrixModule| . |FiniteAggregate|) 36205) ((|DirectProductMatrixModule| . |Finite|) 36180) ((|DirectProductMatrixModule| . |DifferentialRing|) 36117) ((|DirectProductMatrixModule| . |LeftLinearSet|) 35928) ((|DirectProductMatrixModule| . |Rng|) 35905) ((|DirectProductMatrixModule| . |SemiGroup|) 35882) ((|DirectProductMatrixModule| . |SemiRing|) 35859) ((|DirectProductMatrixModule| . |Monoid|) 35836) ((|DirectProductMatrixModule| . |Ring|) 35813) ((|DirectProductMatrixModule| . |DifferentialDomain|) 35676) ((|DirectProductMatrixModule| . |DifferentialSpace|) 35545) ((|DirectProductMatrixModule| . |DifferentialSpaceExtension|) 35513) ((|DirectProductMatrixModule| . |PartialDifferentialDomain|) 35329) ((|DirectProductMatrixModule| . |PartialDifferentialSpace|) 35147) ((|DirectProductMatrixModule| . |PartialDifferentialRing|) 35051) ((|DirectProductMatrixModule| . |DifferentialExtension|) 35019) ((|DirectProductMatrixModule| . |CoercibleTo|) 34969) ((|DirectProductMatrixModule| . |RightModule|) 34876) ((|DirectProductMatrixModule| . |RightLinearSet|) 34759) ((|DirectProductMatrixModule| . |BiModule|) 34661) ((|DirectProductMatrixModule| . |CancellationAbelianMonoid|) T) ((|DirectProductMatrixModule| . |AbelianSemiGroup|) T) ((|DirectProductMatrixModule| . |BasicType|) T) ((|DirectProductMatrixModule| . |Join|) T) ((|DirectProductMatrixModule| . |Type|) T) ((|DirectProductMatrixModule| . |SetCategory|) T) ((|DirectProductMatrixModule| . |AbelianMonoid|) T) ((|DirectProductMatrixModule| . |AbelianGroup|) T) ((|DomainTemplate| . |SetCategory|) T) ((|DomainTemplate| . |CoercibleTo|) 34635) ((|DomainTemplate| . |Type|) T) ((|DomainTemplate| . |Join|) T) ((|DomainTemplate| . |BasicType|) T) ((|DomainTemplate| . |Eltable|) 34590) ((|DomainConstructor| . |ConstructorCategory|) T) ((|DomainConstructor| . |SetCategory|) T) ((|DomainConstructor| . |CoercibleTo|) 34540) ((|DomainConstructor| . |Type|) T) ((|DomainConstructor| . |Join|) T) ((|DomainConstructor| . |BasicType|) T) ((|DomainConstructor| . |OperatorCategory|) 34514) ((|Domain| . |SetCategory|) T) ((|Domain| . |CoercibleTo|) 34488) ((|Domain| . |Type|) T) ((|Domain| . |Join|) T) ((|Domain| . |BasicType|) T) ((|DistributedMultivariatePolynomial| . |PolynomialCategory|) 34391) ((|DistributedMultivariatePolynomial| . |CoercibleFrom|) 34063) ((|DistributedMultivariatePolynomial| . |RetractableTo|) 33870) ((|DistributedMultivariatePolynomial| . |UniqueFactorizationDomain|) 33820) ((|DistributedMultivariatePolynomial| . |PolynomialFactorizationExplicit|) 33770) ((|DistributedMultivariatePolynomial| . |PatternMatchable|) NIL) ((|DistributedMultivariatePolynomial| . |PartialDifferentialSpace|) 33730) ((|DistributedMultivariatePolynomial| . |PartialDifferentialDomain|) 33688) ((|DistributedMultivariatePolynomial| . |PartialDifferentialRing|) 33648) ((|DistributedMultivariatePolynomial| . |InnerEvalable|) 33574) ((|DistributedMultivariatePolynomial| . |GcdDomain|) 33492) ((|DistributedMultivariatePolynomial| . |LinearlyExplicitRingOver|) 33408) ((|DistributedMultivariatePolynomial| . |LeftModule|) 33237) ((|DistributedMultivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 33221) ((|DistributedMultivariatePolynomial| . |AbelianMonoidRing|) 33153) ((|DistributedMultivariatePolynomial| . |Algebra|) 32916) ((|DistributedMultivariatePolynomial| . |LinearSet|) 32679) ((|DistributedMultivariatePolynomial| . |Module|) 32442) ((|DistributedMultivariatePolynomial| . |EntireRing|) 32328) ((|DistributedMultivariatePolynomial| . |IntegralDomain|) 32214) ((|DistributedMultivariatePolynomial| . |Functorial|) 32198) ((|DistributedMultivariatePolynomial| . |BiModule|) 31941) ((|DistributedMultivariatePolynomial| . |RightLinearSet|) 31698) ((|DistributedMultivariatePolynomial| . |RightModule|) 31455) ((|DistributedMultivariatePolynomial| . |CommutativeRing|) 31308) ((|DistributedMultivariatePolynomial| . |CharacteristicZero|) 31271) ((|DistributedMultivariatePolynomial| . |CharacteristicNonZero|) 31231) ((|DistributedMultivariatePolynomial| . |LeftLinearSet|) 31108) ((|DistributedMultivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|DistributedMultivariatePolynomial| . |AbelianSemiGroup|) T) ((|DistributedMultivariatePolynomial| . |BasicType|) T) ((|DistributedMultivariatePolynomial| . |Join|) T) ((|DistributedMultivariatePolynomial| . |Type|) T) ((|DistributedMultivariatePolynomial| . |CoercibleTo|) 31082) ((|DistributedMultivariatePolynomial| . |SetCategory|) T) ((|DistributedMultivariatePolynomial| . |AbelianMonoid|) T) ((|DistributedMultivariatePolynomial| . |AbelianGroup|) T) ((|DistributedMultivariatePolynomial| . |Ring|) T) ((|DistributedMultivariatePolynomial| . |Monoid|) T) ((|DistributedMultivariatePolynomial| . |SemiRing|) T) ((|DistributedMultivariatePolynomial| . |SemiGroup|) T) ((|DistributedMultivariatePolynomial| . |Rng|) T) ((|DistributedMultivariatePolynomial| . |FullyRetractableTo|) 31066) ((|DistributedMultivariatePolynomial| . |FiniteAbelianMonoidRing|) 30998) ((|DistributedMultivariatePolynomial| . |Evalable|) 30985) ((|DistributedMultivariatePolynomial| . |ConvertibleTo|) 30763) ((|DataList| . |ListAggregate|) 30747) ((|DataList| . |UnaryRecursiveAggregate|) 30731) ((|DataList| . |RecursiveAggregate|) 30715) ((|DataList| . |StreamAggregate|) 30699) ((|DataList| . |FiniteAggregate|) 30683) ((|DataList| . |OrderedSet|) 30654) ((|DataList| . |OrderedType|) 30625) ((|DataList| . |FiniteLinearAggregate|) 30609) ((|DataList| . |LinearAggregate|) 30593) ((|DataList| . |EltableAggregate|) 30565) ((|DataList| . |Eltable|) 30494) ((|DataList| . |IndexedAggregate|) 30466) ((|DataList| . |ConvertibleTo|) 30402) ((|DataList| . |HomogeneousAggregate|) 30386) ((|DataList| . |SetCategory|) 30323) ((|DataList| . |Functorial|) 30307) ((|DataList| . |InnerEvalable|) 30226) ((|DataList| . |Evalable|) 30150) ((|DataList| . |CoercibleTo|) 30002) ((|DataList| . |BasicType|) 29912) ((|DataList| . |Type|) T) ((|DataList| . |Join|) T) ((|DataList| . |Aggregate|) T) ((|DataList| . |Collection|) 29896) ((|DataList| . |ShallowlyMutableAggregate|) 29880) ((|DataList| . |ExtensibleLinearAggregate|) 29864) ((|DataList| . |HomotopicTo|) 29839) ((|DataList| . |CoercibleFrom|) 29814) ((|DirectProduct| . |DirectProductCategory|) 29793) ((|DirectProduct| . |VectorSpace|) 29760) ((|DirectProduct| . |OrderedCancellationAbelianMonoid|) 29718) ((|DirectProduct| . |OrderedAbelianSemiGroup|) 29676) ((|DirectProduct| . |OrderedType|) 29601) ((|DirectProduct| . |OrderedSet|) 29526) ((|DirectProduct| . |OrderedAbelianMonoid|) 29484) ((|DirectProduct| . |OrderedAbelianMonoidSup|) 29442) ((|DirectProduct| . |Module|) 29371) ((|DirectProduct| . |LinearSet|) 29276) ((|DirectProduct| . |EltableAggregate|) 29248) ((|DirectProduct| . |Eltable|) 29220) ((|DirectProduct| . |IndexedAggregate|) 29192) ((|DirectProduct| . |RetractableTo|) 28943) ((|DirectProduct| . |CoercibleFrom|) 28667) ((|DirectProduct| . |FullyRetractableTo|) 28628) ((|DirectProduct| . |LinearlyExplicitRingOver|) 28500) ((|DirectProduct| . |LeftModule|) 28285) ((|DirectProduct| . |FullyLinearlyExplicitRingOver|) 28253) ((|DirectProduct| . |HomogeneousAggregate|) 28237) ((|DirectProduct| . |Functorial|) 28221) ((|DirectProduct| . |InnerEvalable|) 28140) ((|DirectProduct| . |Evalable|) 28064) ((|DirectProduct| . |Aggregate|) T) ((|DirectProduct| . |FiniteAggregate|) 28048) ((|DirectProduct| . |Finite|) 28023) ((|DirectProduct| . |DifferentialRing|) 27960) ((|DirectProduct| . |LeftLinearSet|) 27690) ((|DirectProduct| . |Rng|) 27667) ((|DirectProduct| . |SemiGroup|) 27644) ((|DirectProduct| . |SemiRing|) 27621) ((|DirectProduct| . |Monoid|) 27598) ((|DirectProduct| . |Ring|) 27575) ((|DirectProduct| . |DifferentialDomain|) 27438) ((|DirectProduct| . |DifferentialSpace|) 27307) ((|DirectProduct| . |DifferentialSpaceExtension|) 27275) ((|DirectProduct| . |PartialDifferentialDomain|) 27091) ((|DirectProduct| . |PartialDifferentialSpace|) 26909) ((|DirectProduct| . |PartialDifferentialRing|) 26813) ((|DirectProduct| . |DifferentialExtension|) 26781) ((|DirectProduct| . |CoercibleTo|) 26326) ((|DirectProduct| . |RightModule|) 26233) ((|DirectProduct| . |RightLinearSet|) 26116) ((|DirectProduct| . |BiModule|) 26018) ((|DirectProduct| . |CancellationAbelianMonoid|) 25820) ((|DirectProduct| . |AbelianSemiGroup|) 25557) ((|DirectProduct| . |BasicType|) 25162) ((|DirectProduct| . |Join|) T) ((|DirectProduct| . |Type|) T) ((|DirectProduct| . |SetCategory|) 24794) ((|DirectProduct| . |AbelianMonoid|) 24565) ((|DirectProduct| . |AbelianGroup|) 24451) ((|DenavitHartenbergMatrix| . |MatrixCategory|) 24412) ((|DenavitHartenbergMatrix| . |FiniteAggregate|) 24396) ((|DenavitHartenbergMatrix| . |Aggregate|) T) ((|DenavitHartenbergMatrix| . |Join|) T) ((|DenavitHartenbergMatrix| . |Type|) T) ((|DenavitHartenbergMatrix| . |BasicType|) 24334) ((|DenavitHartenbergMatrix| . |CoercibleTo|) 24236) ((|DenavitHartenbergMatrix| . |Evalable|) 24160) ((|DenavitHartenbergMatrix| . |InnerEvalable|) 24079) ((|DenavitHartenbergMatrix| . |Functorial|) 24063) ((|DenavitHartenbergMatrix| . |SetCategory|) 24033) ((|DenavitHartenbergMatrix| . |HomogeneousAggregate|) 24017) ((|DenavitHartenbergMatrix| . |ShallowlyMutableAggregate|) 24001) ((|DenavitHartenbergMatrix| . |TwoDimensionalArrayCategory|) 23962) ((|DoubleFloat| . |FloatingPointSystem|) T) ((|DoubleFloat| . |CharacteristicZero|) T) ((|DoubleFloat| . |CoercibleFrom|) 23896) ((|DoubleFloat| . |LeftModule|) 23850) ((|DoubleFloat| . |LeftLinearSet|) 23784) ((|DoubleFloat| . |CancellationAbelianMonoid|) T) ((|DoubleFloat| . |AbelianSemiGroup|) T) ((|DoubleFloat| . |BasicType|) T) ((|DoubleFloat| . |Join|) T) ((|DoubleFloat| . |Type|) T) ((|DoubleFloat| . |CoercibleTo|) 23758) ((|DoubleFloat| . |SetCategory|) T) ((|DoubleFloat| . |AbelianMonoid|) T) ((|DoubleFloat| . |AbelianGroup|) T) ((|DoubleFloat| . |Rng|) T) ((|DoubleFloat| . |SemiGroup|) T) ((|DoubleFloat| . |SemiRing|) T) ((|DoubleFloat| . |Monoid|) T) ((|DoubleFloat| . |Ring|) T) ((|DoubleFloat| . |ConvertibleTo|) 23661) ((|DoubleFloat| . |Field|) T) ((|DoubleFloat| . |UniqueFactorizationDomain|) T) ((|DoubleFloat| . |PrincipalIdealDomain|) T) ((|DoubleFloat| . |IntegralDomain|) T) ((|DoubleFloat| . |CommutativeRing|) T) ((|DoubleFloat| . |Module|) 23615) ((|DoubleFloat| . |LinearSet|) 23569) ((|DoubleFloat| . |Algebra|) 23523) ((|DoubleFloat| . |GcdDomain|) T) ((|DoubleFloat| . |EuclideanDomain|) T) ((|DoubleFloat| . |BiModule|) 23468) ((|DoubleFloat| . |RightLinearSet|) 23422) ((|DoubleFloat| . |RightModule|) 23376) ((|DoubleFloat| . |EntireRing|) T) ((|DoubleFloat| . |DivisionRing|) T) ((|DoubleFloat| . |OrderedRing|) T) ((|DoubleFloat| . |OrderedCancellationAbelianMonoid|) T) ((|DoubleFloat| . |OrderedAbelianSemiGroup|) T) ((|DoubleFloat| . |OrderedType|) T) ((|DoubleFloat| . |OrderedSet|) T) ((|DoubleFloat| . |OrderedAbelianMonoid|) T) ((|DoubleFloat| . |OrderedAbelianGroup|) T) ((|DoubleFloat| . |PatternMatchable|) 23355) ((|DoubleFloat| . |RadicalCategory|) T) ((|DoubleFloat| . |RealConstant|) T) ((|DoubleFloat| . |RetractableTo|) 23304) ((|DoubleFloat| . |RealNumberSystem|) T) ((|DoubleFloat| . |DifferentialRing|) T) ((|DoubleFloat| . |DifferentialDomain|) 23291) ((|DoubleFloat| . |DifferentialSpace|) T) ((|DoubleFloat| . |TranscendentalFunctionCategory|) T) ((|DoubleFloat| . |TrigonometricFunctionCategory|) T) ((|DoubleFloat| . |HyperbolicFunctionCategory|) T) ((|DoubleFloat| . |ElementaryFunctionCategory|) T) ((|DoubleFloat| . |ArcTrigonometricFunctionCategory|) T) ((|DoubleFloat| . |ArcHyperbolicFunctionCategory|) T) ((|DeRhamComplex| . |LeftAlgebra|) 23260) ((|DeRhamComplex| . |CoercibleFrom|) 23209) ((|DeRhamComplex| . |LeftModule|) 23168) ((|DeRhamComplex| . |LeftLinearSet|) 23107) ((|DeRhamComplex| . |Rng|) T) ((|DeRhamComplex| . |SemiGroup|) T) ((|DeRhamComplex| . |SemiRing|) T) ((|DeRhamComplex| . |Monoid|) T) ((|DeRhamComplex| . |Ring|) T) ((|DeRhamComplex| . |AbelianGroup|) T) ((|DeRhamComplex| . |AbelianMonoid|) T) ((|DeRhamComplex| . |SetCategory|) T) ((|DeRhamComplex| . |CoercibleTo|) 23081) ((|DeRhamComplex| . |Type|) T) ((|DeRhamComplex| . |Join|) T) ((|DeRhamComplex| . |BasicType|) T) ((|DeRhamComplex| . |AbelianSemiGroup|) T) ((|DeRhamComplex| . |CancellationAbelianMonoid|) T) ((|DeRhamComplex| . |RetractableTo|) 23050) ((|DeRhamComplex| . |Functorial|) 23019) ((|Dequeue| . |DequeueAggregate|) 23003) ((|Dequeue| . |StackAggregate|) 22987) ((|Dequeue| . |BagAggregate|) 22971) ((|Dequeue| . |ShallowlyMutableAggregate|) 22955) ((|Dequeue| . |Aggregate|) T) ((|Dequeue| . |Join|) T) ((|Dequeue| . |Type|) T) ((|Dequeue| . |BasicType|) 22893) ((|Dequeue| . |CoercibleTo|) 22795) ((|Dequeue| . |Evalable|) 22719) ((|Dequeue| . |InnerEvalable|) 22638) ((|Dequeue| . |Functorial|) 22622) ((|Dequeue| . |SetCategory|) 22592) ((|Dequeue| . |HomogeneousAggregate|) 22576) ((|Dequeue| . |FiniteAggregate|) 22560) ((|Dequeue| . |QueueAggregate|) 22544) ((|DefinitionAst| . |SpadSyntaxCategory|) T) ((|DefinitionAst| . |HomotopicTo|) 22522) ((|DefinitionAst| . |CoercibleTo|) 22477) ((|DefinitionAst| . |CoercibleFrom|) 22455) ((|DefinitionAst| . |SetCategory|) T) ((|DefinitionAst| . |Type|) T) ((|DefinitionAst| . |Join|) T) ((|DefinitionAst| . |BasicType|) T) ((|DefinitionAst| . |AbstractSyntaxCategory|) T) ((|DecimalExpansion| . |QuotientFieldCategory|) 22432) ((|DecimalExpansion| . |StepThrough|) T) ((|DecimalExpansion| . |CoercibleFrom|) 22366) ((|DecimalExpansion| . |RetractableTo|) 22310) ((|DecimalExpansion| . |ConvertibleTo|) 22211) ((|DecimalExpansion| . |RealConstant|) T) ((|DecimalExpansion| . |PolynomialFactorizationExplicit|) NIL) ((|DecimalExpansion| . |Patternable|) 22188) ((|DecimalExpansion| . |OrderedRing|) T) ((|DecimalExpansion| . |OrderedCancellationAbelianMonoid|) T) ((|DecimalExpansion| . |OrderedAbelianSemiGroup|) T) ((|DecimalExpansion| . |OrderedType|) T) ((|DecimalExpansion| . |OrderedSet|) T) ((|DecimalExpansion| . |OrderedAbelianMonoid|) T) ((|DecimalExpansion| . |OrderedAbelianGroup|) T) ((|DecimalExpansion| . |OrderedIntegralDomain|) T) ((|DecimalExpansion| . |PatternMatchable|) 22165) ((|DecimalExpansion| . |FullyPatternMatchable|) 22142) ((|DecimalExpansion| . |LinearlyExplicitRingOver|) 22119) ((|DecimalExpansion| . |FullyLinearlyExplicitRingOver|) 22096) ((|DecimalExpansion| . |Eltable|) NIL) ((|DecimalExpansion| . |Evalable|) NIL) ((|DecimalExpansion| . |InnerEvalable|) NIL) ((|DecimalExpansion| . |Functorial|) 22073) ((|DecimalExpansion| . |FullyEvalableOver|) 22050) ((|DecimalExpansion| . |DivisionRing|) T) ((|DecimalExpansion| . |BiModule|) 21968) ((|DecimalExpansion| . |RightLinearSet|) 21902) ((|DecimalExpansion| . |RightModule|) 21836) ((|DecimalExpansion| . |EntireRing|) T) ((|DecimalExpansion| . |Module|) 21770) ((|DecimalExpansion| . |LinearSet|) 21704) ((|DecimalExpansion| . |LeftModule|) 21638) ((|DecimalExpansion| . |LeftLinearSet|) 21572) ((|DecimalExpansion| . |Algebra|) 21506) ((|DecimalExpansion| . |EuclideanDomain|) T) ((|DecimalExpansion| . |GcdDomain|) T) ((|DecimalExpansion| . |CommutativeRing|) T) ((|DecimalExpansion| . |IntegralDomain|) T) ((|DecimalExpansion| . |PrincipalIdealDomain|) T) ((|DecimalExpansion| . |UniqueFactorizationDomain|) T) ((|DecimalExpansion| . |Field|) T) ((|DecimalExpansion| . |DifferentialRing|) T) ((|DecimalExpansion| . |DifferentialDomain|) 21493) ((|DecimalExpansion| . |DifferentialSpace|) T) ((|DecimalExpansion| . |DifferentialSpaceExtension|) 21470) ((|DecimalExpansion| . |PartialDifferentialDomain|) NIL) ((|DecimalExpansion| . |PartialDifferentialSpace|) NIL) ((|DecimalExpansion| . |PartialDifferentialRing|) NIL) ((|DecimalExpansion| . |DifferentialExtension|) 21447) ((|DecimalExpansion| . |CharacteristicZero|) T) ((|DecimalExpansion| . |CharacteristicNonZero|) NIL) ((|DecimalExpansion| . |CancellationAbelianMonoid|) T) ((|DecimalExpansion| . |AbelianSemiGroup|) T) ((|DecimalExpansion| . |BasicType|) T) ((|DecimalExpansion| . |Join|) T) ((|DecimalExpansion| . |Type|) T) ((|DecimalExpansion| . |CoercibleTo|) 21358) ((|DecimalExpansion| . |SetCategory|) T) ((|DecimalExpansion| . |AbelianMonoid|) T) ((|DecimalExpansion| . |AbelianGroup|) T) ((|DecimalExpansion| . |Ring|) T) ((|DecimalExpansion| . |Monoid|) T) ((|DecimalExpansion| . |SemiRing|) T) ((|DecimalExpansion| . |SemiGroup|) T) ((|DecimalExpansion| . |Rng|) T) ((|DualBasis| . |OrderedFinite|) T) ((|DualBasis| . |OrderedType|) T) ((|DualBasis| . |OrderedSet|) T) ((|DualBasis| . |SetCategory|) T) ((|DualBasis| . |CoercibleTo|) 21332) ((|DualBasis| . |Type|) T) ((|DualBasis| . |Join|) T) ((|DualBasis| . |BasicType|) T) ((|DualBasis| . |Finite|) T) ((|Database| . |SetCategory|) T) ((|Database| . |CoercibleTo|) 21306) ((|Database| . |Type|) T) ((|Database| . |Join|) T) ((|Database| . |BasicType|) T) ((|Database| . |CoercibleFrom|) 21281) ((|DataArray| . |SetCategory|) T) ((|DataArray| . |CoercibleTo|) 21255) ((|DataArray| . |Type|) T) ((|DataArray| . |Join|) T) ((|DataArray| . |BasicType|) T) ((|ConstructorKind| . |SetCategory|) T) ((|ConstructorKind| . |CoercibleTo|) 21229) ((|ConstructorKind| . |Type|) T) ((|ConstructorKind| . |Join|) T) ((|ConstructorKind| . |BasicType|) T) ((|ConstructorCall| . |SetCategory|) T) ((|ConstructorCall| . |CoercibleTo|) 21203) ((|ConstructorCall| . |Type|) T) ((|ConstructorCall| . |Join|) T) ((|ConstructorCall| . |BasicType|) T) ((|Constructor| . |ConstructorCategory|) T) ((|Constructor| . |SetCategory|) T) ((|Constructor| . |CoercibleTo|) 21177) ((|Constructor| . |Type|) T) ((|Constructor| . |Join|) T) ((|Constructor| . |BasicType|) T) ((|Constructor| . |OperatorCategory|) 21151) ((|CoerceAst| . |SpadSyntaxCategory|) T) ((|CoerceAst| . |HomotopicTo|) 21129) ((|CoerceAst| . |CoercibleTo|) 21084) ((|CoerceAst| . |CoercibleFrom|) 21062) ((|CoerceAst| . |SetCategory|) T) ((|CoerceAst| . |Type|) T) ((|CoerceAst| . |Join|) T) ((|CoerceAst| . |BasicType|) T) ((|CoerceAst| . |AbstractSyntaxCategory|) T) ((|Contour| . |CoercibleTo|) 21036) ((|ContinuedFraction| . |Algebra|) 20951) ((|ContinuedFraction| . |CoercibleFrom|) 20846) ((|ContinuedFraction| . |LeftModule|) 20761) ((|ContinuedFraction| . |LeftLinearSet|) 20656) ((|ContinuedFraction| . |Rng|) T) ((|ContinuedFraction| . |SemiGroup|) T) ((|ContinuedFraction| . |SemiRing|) T) ((|ContinuedFraction| . |Monoid|) T) ((|ContinuedFraction| . |Ring|) T) ((|ContinuedFraction| . |BiModule|) 20550) ((|ContinuedFraction| . |RightLinearSet|) 20465) ((|ContinuedFraction| . |RightModule|) 20380) ((|ContinuedFraction| . |AbelianGroup|) T) ((|ContinuedFraction| . |AbelianMonoid|) T) ((|ContinuedFraction| . |SetCategory|) T) ((|ContinuedFraction| . |CoercibleTo|) 20354) ((|ContinuedFraction| . |Type|) T) ((|ContinuedFraction| . |Join|) T) ((|ContinuedFraction| . |BasicType|) T) ((|ContinuedFraction| . |AbelianSemiGroup|) T) ((|ContinuedFraction| . |CancellationAbelianMonoid|) T) ((|ContinuedFraction| . |LinearSet|) 20269) ((|ContinuedFraction| . |Module|) 20184) ((|ContinuedFraction| . |Field|) T) ((|ContinuedFraction| . |UniqueFactorizationDomain|) T) ((|ContinuedFraction| . |PrincipalIdealDomain|) T) ((|ContinuedFraction| . |IntegralDomain|) T) ((|ContinuedFraction| . |CommutativeRing|) T) ((|ContinuedFraction| . |GcdDomain|) T) ((|ContinuedFraction| . |EuclideanDomain|) T) ((|ContinuedFraction| . |EntireRing|) T) ((|ContinuedFraction| . |DivisionRing|) T) ((|SubSpaceComponentProperty| . |SetCategory|) T) ((|SubSpaceComponentProperty| . |CoercibleTo|) 20158) ((|SubSpaceComponentProperty| . |Type|) T) ((|SubSpaceComponentProperty| . |Join|) T) ((|SubSpaceComponentProperty| . |BasicType|) T) ((|Complex| . |ComplexCategory|) 20142) ((|Complex| . |ArcHyperbolicFunctionCategory|) 20093) ((|Complex| . |ArcTrigonometricFunctionCategory|) 20044) ((|Complex| . |ElementaryFunctionCategory|) 19995) ((|Complex| . |HyperbolicFunctionCategory|) 19946) ((|Complex| . |TrigonometricFunctionCategory|) 19897) ((|Complex| . |TranscendentalFunctionCategory|) 19848) ((|Complex| . |RadicalCategory|) 19760) ((|Complex| . |PolynomialFactorizationExplicit|) 19671) ((|Complex| . |ConvertibleTo|) 19295) ((|Complex| . |Patternable|) 19279) ((|Complex| . |Finite|) 19212) ((|Complex| . |FiniteFieldCategory|) 19174) ((|Complex| . |StepThrough|) 19136) ((|Complex| . |FieldOfPrimeCharacteristic|) 19098) ((|Complex| . |FramedAlgebra|) 19046) ((|Complex| . |Algebra|) 18804) ((|Complex| . |BiModule|) 18672) ((|Complex| . |RightLinearSet|) 18554) ((|Complex| . |RightModule|) 18436) ((|Complex| . |LinearSet|) 18194) ((|Complex| . |Module|) 17952) ((|Complex| . |FiniteRankAlgebra|) 17900) ((|Complex| . |MonogenicAlgebra|) 17848) ((|Complex| . |RetractableTo|) 17692) ((|Complex| . |CoercibleFrom|) 17374) ((|Complex| . |FullyRetractableTo|) 17358) ((|Complex| . |PatternMatchable|) 17239) ((|Complex| . |FullyPatternMatchable|) 17223) ((|Complex| . |LinearlyExplicitRingOver|) 17139) ((|Complex| . |LeftModule|) 16953) ((|Complex| . |LeftLinearSet|) 16815) ((|Complex| . |FullyLinearlyExplicitRingOver|) 16799) ((|Complex| . |Eltable|) 16752) ((|Complex| . |Evalable|) 16711) ((|Complex| . |InnerEvalable|) 16600) ((|Complex| . |Functorial|) 16584) ((|Complex| . |FullyEvalableOver|) 16568) ((|Complex| . |DivisionRing|) 16502) ((|Complex| . |UniqueFactorizationDomain|) 16348) ((|Complex| . |Field|) 16282) ((|Complex| . |PrincipalIdealDomain|) 16183) ((|Complex| . |IntegralDomain|) 16052) ((|Complex| . |EntireRing|) 15921) ((|Complex| . |GcdDomain|) 15822) ((|Complex| . |EuclideanDomain|) 15723) ((|Complex| . |DifferentialRing|) 15646) ((|Complex| . |DifferentialDomain|) 15528) ((|Complex| . |DifferentialSpace|) 15416) ((|Complex| . |DifferentialSpaceExtension|) 15400) ((|Complex| . |PartialDifferentialDomain|) 15272) ((|Complex| . |PartialDifferentialSpace|) 15146) ((|Complex| . |PartialDifferentialRing|) 15078) ((|Complex| . |DifferentialExtension|) 15062) ((|Complex| . |CommutativeRing|) T) ((|Complex| . |CharacteristicZero|) 15025) ((|Complex| . |Ring|) T) ((|Complex| . |Monoid|) T) ((|Complex| . |SemiRing|) T) ((|Complex| . |SemiGroup|) T) ((|Complex| . |Rng|) T) ((|Complex| . |AbelianGroup|) T) ((|Complex| . |AbelianMonoid|) T) ((|Complex| . |SetCategory|) T) ((|Complex| . |CoercibleTo|) 14999) ((|Complex| . |Type|) T) ((|Complex| . |Join|) T) ((|Complex| . |BasicType|) T) ((|Complex| . |AbelianSemiGroup|) T) ((|Complex| . |CancellationAbelianMonoid|) T) ((|Complex| . |CharacteristicNonZero|) 14917) ((|CommutativeOperation| . |CommutativeOperatorCategory|) 14901) ((|CommutativeOperation| . |MappingCategory|) 14875) ((|CommutativeOperation| . |Type|) T) ((|CommutativeOperation| . |BinaryOperatorCategory|) 14859) ((|CommutativeOperation| . |CoercibleTo|) 14823) ((|CommaAst| . |SpadSyntaxCategory|) T) ((|CommaAst| . |HomotopicTo|) 14801) ((|CommaAst| . |CoercibleTo|) 14756) ((|CommaAst| . |CoercibleFrom|) 14734) ((|CommaAst| . |SetCategory|) T) ((|CommaAst| . |Type|) T) ((|CommaAst| . |Join|) T) ((|CommaAst| . |BasicType|) T) ((|CommaAst| . |AbstractSyntaxCategory|) T) ((|Commutator| . |SetCategory|) T) ((|Commutator| . |CoercibleTo|) 14708) ((|Commutator| . |Type|) T) ((|Commutator| . |Join|) T) ((|Commutator| . |BasicType|) T) ((|Color| . |AbelianSemiGroup|) T) ((|Color| . |BasicType|) T) ((|Color| . |Join|) T) ((|Color| . |Type|) T) ((|Color| . |CoercibleTo|) 14682) ((|Color| . |SetCategory|) T) ((|ColonAst| . |SpadSyntaxCategory|) T) ((|ColonAst| . |HomotopicTo|) 14660) ((|ColonAst| . |CoercibleTo|) 14615) ((|ColonAst| . |CoercibleFrom|) 14593) ((|ColonAst| . |SetCategory|) T) ((|ColonAst| . |Type|) T) ((|ColonAst| . |Join|) T) ((|ColonAst| . |BasicType|) T) ((|ColonAst| . |AbstractSyntaxCategory|) T) ((|CollectAst| . |SpadSyntaxCategory|) T) ((|CollectAst| . |HomotopicTo|) 14571) ((|CollectAst| . |CoercibleTo|) 14526) ((|CollectAst| . |CoercibleFrom|) 14504) ((|CollectAst| . |SetCategory|) T) ((|CollectAst| . |Type|) T) ((|CollectAst| . |Join|) T) ((|CollectAst| . |BasicType|) T) ((|CollectAst| . |AbstractSyntaxCategory|) T) ((|CliffordAlgebra| . |Ring|) T) ((|CliffordAlgebra| . |Monoid|) T) ((|CliffordAlgebra| . |SemiRing|) T) ((|CliffordAlgebra| . |SemiGroup|) T) ((|CliffordAlgebra| . |Rng|) T) ((|CliffordAlgebra| . |AbelianGroup|) T) ((|CliffordAlgebra| . |LeftLinearSet|) 14458) ((|CliffordAlgebra| . |AbelianMonoid|) T) ((|CliffordAlgebra| . |SetCategory|) T) ((|CliffordAlgebra| . |CoercibleTo|) 14432) ((|CliffordAlgebra| . |Type|) T) ((|CliffordAlgebra| . |Join|) T) ((|CliffordAlgebra| . |BasicType|) T) ((|CliffordAlgebra| . |AbelianSemiGroup|) T) ((|CliffordAlgebra| . |CancellationAbelianMonoid|) T) ((|CliffordAlgebra| . |LeftModule|) 14406) ((|CliffordAlgebra| . |CoercibleFrom|) 14370) ((|CliffordAlgebra| . |Algebra|) 14354) ((|CliffordAlgebra| . |BiModule|) 14333) ((|CliffordAlgebra| . |RightLinearSet|) 14317) ((|CliffordAlgebra| . |RightModule|) 14301) ((|CliffordAlgebra| . |LinearSet|) 14285) ((|CliffordAlgebra| . |Module|) 14269) ((|CliffordAlgebra| . |VectorSpace|) 14253) ((|Character| . |OrderedFinite|) T) ((|Character| . |OrderedType|) T) ((|Character| . |OrderedSet|) T) ((|Character| . |SetCategory|) T) ((|Character| . |CoercibleTo|) 14227) ((|Character| . |Type|) T) ((|Character| . |Join|) T) ((|Character| . |BasicType|) T) ((|Character| . |Finite|) T) ((|CharacterClass| . |SetCategory|) T) ((|CharacterClass| . |CoercibleTo|) 14201) ((|CharacterClass| . |Type|) T) ((|CharacterClass| . |Join|) T) ((|CharacterClass| . |BasicType|) T) ((|CharacterClass| . |ConvertibleTo|) 14148) ((|CharacterClass| . |FiniteSetAggregate|) 14123) ((|CharacterClass| . |SetAggregate|) 14098) ((|CharacterClass| . |FiniteAggregate|) 14073) ((|CharacterClass| . |Finite|) T) ((|CharacterClass| . |DictionaryOperations|) 14048) ((|CharacterClass| . |Collection|) 14023) ((|CharacterClass| . |HomogeneousAggregate|) 13998) ((|CharacterClass| . |Functorial|) 13973) ((|CharacterClass| . |InnerEvalable|) NIL) ((|CharacterClass| . |Evalable|) NIL) ((|CharacterClass| . |Aggregate|) T) ((|CharacterClass| . |ShallowlyMutableAggregate|) 13948) ((|CharacterClass| . |BagAggregate|) 13923) ((|CharacterClass| . |Dictionary|) 13898) ((|Category| . |CoercibleTo|) 13872) ((|CategoryConstructor| . |ConstructorCategory|) T) ((|CategoryConstructor| . |SetCategory|) T) ((|CategoryConstructor| . |CoercibleTo|) 13822) ((|CategoryConstructor| . |Type|) T) ((|CategoryConstructor| . |Join|) T) ((|CategoryConstructor| . |BasicType|) T) ((|CategoryConstructor| . |OperatorCategory|) 13796) ((|CategoryAst| . |SpadSyntaxCategory|) T) ((|CategoryAst| . |HomotopicTo|) 13774) ((|CategoryAst| . |CoercibleTo|) 13729) ((|CategoryAst| . |CoercibleFrom|) 13707) ((|CategoryAst| . |SetCategory|) T) ((|CategoryAst| . |Type|) T) ((|CategoryAst| . |Join|) T) ((|CategoryAst| . |BasicType|) T) ((|CategoryAst| . |AbstractSyntaxCategory|) T) ((|CaseAst| . |SpadSyntaxCategory|) T) ((|CaseAst| . |HomotopicTo|) 13685) ((|CaseAst| . |CoercibleTo|) 13640) ((|CaseAst| . |CoercibleFrom|) 13618) ((|CaseAst| . |SetCategory|) T) ((|CaseAst| . |Type|) T) ((|CaseAst| . |Join|) T) ((|CaseAst| . |BasicType|) T) ((|CaseAst| . |AbstractSyntaxCategory|) T) ((|CartesianTensor| . |GradedAlgebra|) 13579) ((|CartesianTensor| . |CoercibleFrom|) 13451) ((|CartesianTensor| . |RetractableTo|) 13435) ((|CartesianTensor| . |SetCategory|) T) ((|CartesianTensor| . |CoercibleTo|) 13409) ((|CartesianTensor| . |Type|) T) ((|CartesianTensor| . |Join|) T) ((|CartesianTensor| . |BasicType|) T) ((|CartesianTensor| . |GradedModule|) 13343) ((|CartesianTensor| . |Eltable|) 13315) ((|CardinalNumber| . |OrderedSet|) T) ((|CardinalNumber| . |CoercibleTo|) 13289) ((|CardinalNumber| . |SetCategory|) T) ((|CardinalNumber| . |BasicType|) T) ((|CardinalNumber| . |Join|) T) ((|CardinalNumber| . |Type|) T) ((|CardinalNumber| . |OrderedType|) T) ((|CardinalNumber| . |AbelianMonoid|) T) ((|CardinalNumber| . |AbelianSemiGroup|) T) ((|CardinalNumber| . |Monoid|) T) ((|CardinalNumber| . |SemiGroup|) T) ((|CardinalNumber| . |RetractableTo|) 13255) ((|CardinalNumber| . |CoercibleFrom|) 13221) ((|CapsuleAst| . |SpadSyntaxCategory|) T) ((|CapsuleAst| . |HomotopicTo|) 13199) ((|CapsuleAst| . |CoercibleTo|) 13154) ((|CapsuleAst| . |CoercibleFrom|) 13132) ((|CapsuleAst| . |SetCategory|) T) ((|CapsuleAst| . |Type|) T) ((|CapsuleAst| . |Join|) T) ((|CapsuleAst| . |BasicType|) T) ((|CapsuleAst| . |AbstractSyntaxCategory|) T) ((|ByteOrder| . |SetCategory|) T) ((|ByteOrder| . |CoercibleTo|) 13106) ((|ByteOrder| . |Type|) T) ((|ByteOrder| . |Join|) T) ((|ByteOrder| . |BasicType|) T) ((|ByteBuffer| . |OneDimensionalArrayAggregate|) 13086) ((|ByteBuffer| . |ShallowlyMutableAggregate|) 13066) ((|ByteBuffer| . |FiniteAggregate|) 13046) ((|ByteBuffer| . |Aggregate|) T) ((|ByteBuffer| . |Join|) T) ((|ByteBuffer| . |Type|) T) ((|ByteBuffer| . |BasicType|) T) ((|ByteBuffer| . |CoercibleTo|) 12965) ((|ByteBuffer| . |Evalable|) NIL) ((|ByteBuffer| . |InnerEvalable|) NIL) ((|ByteBuffer| . |Functorial|) 12945) ((|ByteBuffer| . |SetCategory|) T) ((|ByteBuffer| . |HomogeneousAggregate|) 12925) ((|ByteBuffer| . |LinearAggregate|) 12905) ((|ByteBuffer| . |EltableAggregate|) 12873) ((|ByteBuffer| . |Eltable|) 12798) ((|ByteBuffer| . |IndexedAggregate|) 12766) ((|ByteBuffer| . |ConvertibleTo|) NIL) ((|ByteBuffer| . |Collection|) 12746) ((|ByteBuffer| . |OrderedSet|) T) ((|ByteBuffer| . |OrderedType|) T) ((|ByteBuffer| . |FiniteLinearAggregate|) 12726) ((|Byte| . |OrderedFinite|) T) ((|Byte| . |OrderedType|) T) ((|Byte| . |OrderedSet|) T) ((|Byte| . |SetCategory|) T) ((|Byte| . |CoercibleTo|) 12700) ((|Byte| . |Type|) T) ((|Byte| . |Join|) T) ((|Byte| . |BasicType|) T) ((|Byte| . |Finite|) T) ((|Byte| . |Logic|) T) ((|BinaryTree| . |BinaryTreeCategory|) 12684) ((|BinaryTree| . |ShallowlyMutableAggregate|) 12668) ((|BinaryTree| . |FiniteAggregate|) 12652) ((|BinaryTree| . |RecursiveAggregate|) 12636) ((|BinaryTree| . |Aggregate|) T) ((|BinaryTree| . |Join|) T) ((|BinaryTree| . |Type|) T) ((|BinaryTree| . |BasicType|) 12574) ((|BinaryTree| . |CoercibleTo|) 12476) ((|BinaryTree| . |Evalable|) 12400) ((|BinaryTree| . |InnerEvalable|) 12319) ((|BinaryTree| . |Functorial|) 12303) ((|BinaryTree| . |SetCategory|) 12273) ((|BinaryTree| . |HomogeneousAggregate|) 12257) ((|BinaryTree| . |BinaryRecursiveAggregate|) 12241) ((|BinaryTournament| . |BinaryTreeCategory|) 12225) ((|BinaryTournament| . |ShallowlyMutableAggregate|) 12209) ((|BinaryTournament| . |FiniteAggregate|) 12193) ((|BinaryTournament| . |RecursiveAggregate|) 12177) ((|BinaryTournament| . |Aggregate|) T) ((|BinaryTournament| . |Join|) T) ((|BinaryTournament| . |Type|) T) ((|BinaryTournament| . |BasicType|) 12115) ((|BinaryTournament| . |CoercibleTo|) 12017) ((|BinaryTournament| . |Evalable|) 11941) ((|BinaryTournament| . |InnerEvalable|) 11860) ((|BinaryTournament| . |Functorial|) 11844) ((|BinaryTournament| . |SetCategory|) 11814) ((|BinaryTournament| . |HomogeneousAggregate|) 11798) ((|BinaryTournament| . |BinaryRecursiveAggregate|) 11782) ((|BinarySearchTree| . |BinaryTreeCategory|) 11766) ((|BinarySearchTree| . |ShallowlyMutableAggregate|) 11750) ((|BinarySearchTree| . |FiniteAggregate|) 11734) ((|BinarySearchTree| . |RecursiveAggregate|) 11718) ((|BinarySearchTree| . |Aggregate|) T) ((|BinarySearchTree| . |Join|) T) ((|BinarySearchTree| . |Type|) T) ((|BinarySearchTree| . |BasicType|) 11656) ((|BinarySearchTree| . |CoercibleTo|) 11558) ((|BinarySearchTree| . |Evalable|) 11482) ((|BinarySearchTree| . |InnerEvalable|) 11401) ((|BinarySearchTree| . |Functorial|) 11385) ((|BinarySearchTree| . |SetCategory|) 11355) ((|BinarySearchTree| . |HomogeneousAggregate|) 11339) ((|BinarySearchTree| . |BinaryRecursiveAggregate|) 11323) ((|BalancedPAdicRational| . |QuotientFieldCategory|) 11282) ((|BalancedPAdicRational| . |StepThrough|) NIL) ((|BalancedPAdicRational| . |RetractableTo|) 11241) ((|BalancedPAdicRational| . |CoercibleFrom|) 11137) ((|BalancedPAdicRational| . |ConvertibleTo|) NIL) ((|BalancedPAdicRational| . |RealConstant|) NIL) ((|BalancedPAdicRational| . |PolynomialFactorizationExplicit|) NIL) ((|BalancedPAdicRational| . |Patternable|) 11096) ((|BalancedPAdicRational| . |OrderedRing|) NIL) ((|BalancedPAdicRational| . |OrderedCancellationAbelianMonoid|) NIL) ((|BalancedPAdicRational| . |OrderedAbelianSemiGroup|) NIL) ((|BalancedPAdicRational| . |OrderedType|) NIL) ((|BalancedPAdicRational| . |OrderedSet|) NIL) ((|BalancedPAdicRational| . |OrderedAbelianMonoid|) NIL) ((|BalancedPAdicRational| . |OrderedAbelianGroup|) NIL) ((|BalancedPAdicRational| . |OrderedIntegralDomain|) NIL) ((|BalancedPAdicRational| . |PatternMatchable|) NIL) ((|BalancedPAdicRational| . |FullyPatternMatchable|) 11055) ((|BalancedPAdicRational| . |LinearlyExplicitRingOver|) 11014) ((|BalancedPAdicRational| . |LeftModule|) 10930) ((|BalancedPAdicRational| . |FullyLinearlyExplicitRingOver|) 10889) ((|BalancedPAdicRational| . |Eltable|) 10817) ((|BalancedPAdicRational| . |Evalable|) 10750) ((|BalancedPAdicRational| . |InnerEvalable|) 10617) ((|BalancedPAdicRational| . |Functorial|) 10576) ((|BalancedPAdicRational| . |FullyEvalableOver|) 10535) ((|BalancedPAdicRational| . |DivisionRing|) T) ((|BalancedPAdicRational| . |BiModule|) 10435) ((|BalancedPAdicRational| . |RightLinearSet|) 10351) ((|BalancedPAdicRational| . |RightModule|) 10267) ((|BalancedPAdicRational| . |EntireRing|) T) ((|BalancedPAdicRational| . |Module|) 10183) ((|BalancedPAdicRational| . |LinearSet|) 10099) ((|BalancedPAdicRational| . |LeftLinearSet|) 9995) ((|BalancedPAdicRational| . |Algebra|) 9911) ((|BalancedPAdicRational| . |EuclideanDomain|) T) ((|BalancedPAdicRational| . |GcdDomain|) T) ((|BalancedPAdicRational| . |CommutativeRing|) T) ((|BalancedPAdicRational| . |IntegralDomain|) T) ((|BalancedPAdicRational| . |PrincipalIdealDomain|) T) ((|BalancedPAdicRational| . |UniqueFactorizationDomain|) T) ((|BalancedPAdicRational| . |Field|) T) ((|BalancedPAdicRational| . |DifferentialRing|) NIL) ((|BalancedPAdicRational| . |DifferentialDomain|) NIL) ((|BalancedPAdicRational| . |DifferentialSpace|) NIL) ((|BalancedPAdicRational| . |DifferentialSpaceExtension|) 9870) ((|BalancedPAdicRational| . |PartialDifferentialDomain|) NIL) ((|BalancedPAdicRational| . |PartialDifferentialSpace|) NIL) ((|BalancedPAdicRational| . |PartialDifferentialRing|) NIL) ((|BalancedPAdicRational| . |DifferentialExtension|) 9829) ((|BalancedPAdicRational| . |CharacteristicZero|) T) ((|BalancedPAdicRational| . |CharacteristicNonZero|) NIL) ((|BalancedPAdicRational| . |CancellationAbelianMonoid|) T) ((|BalancedPAdicRational| . |AbelianSemiGroup|) T) ((|BalancedPAdicRational| . |BasicType|) T) ((|BalancedPAdicRational| . |Join|) T) ((|BalancedPAdicRational| . |Type|) T) ((|BalancedPAdicRational| . |CoercibleTo|) 9803) ((|BalancedPAdicRational| . |SetCategory|) T) ((|BalancedPAdicRational| . |AbelianMonoid|) T) ((|BalancedPAdicRational| . |AbelianGroup|) T) ((|BalancedPAdicRational| . |Ring|) T) ((|BalancedPAdicRational| . |Monoid|) T) ((|BalancedPAdicRational| . |SemiRing|) T) ((|BalancedPAdicRational| . |SemiGroup|) T) ((|BalancedPAdicRational| . |Rng|) T) ((|BalancedPAdicInteger| . |PAdicIntegerCategory|) 9787) ((|BalancedPAdicInteger| . |PrincipalIdealDomain|) T) ((|BalancedPAdicInteger| . |IntegralDomain|) T) ((|BalancedPAdicInteger| . |EntireRing|) T) ((|BalancedPAdicInteger| . |CommutativeRing|) T) ((|BalancedPAdicInteger| . |CoercibleFrom|) 9754) ((|BalancedPAdicInteger| . |Module|) 9741) ((|BalancedPAdicInteger| . |LinearSet|) 9728) ((|BalancedPAdicInteger| . |RightModule|) 9715) ((|BalancedPAdicInteger| . |RightLinearSet|) 9702) ((|BalancedPAdicInteger| . |BiModule|) 9687) ((|BalancedPAdicInteger| . |Algebra|) 9674) ((|BalancedPAdicInteger| . |GcdDomain|) T) ((|BalancedPAdicInteger| . |EuclideanDomain|) T) ((|BalancedPAdicInteger| . |Ring|) T) ((|BalancedPAdicInteger| . |Monoid|) T) ((|BalancedPAdicInteger| . |SemiRing|) T) ((|BalancedPAdicInteger| . |SemiGroup|) T) ((|BalancedPAdicInteger| . |Rng|) T) ((|BalancedPAdicInteger| . |AbelianGroup|) T) ((|BalancedPAdicInteger| . |LeftLinearSet|) 9641) ((|BalancedPAdicInteger| . |AbelianMonoid|) T) ((|BalancedPAdicInteger| . |SetCategory|) T) ((|BalancedPAdicInteger| . |CoercibleTo|) 9615) ((|BalancedPAdicInteger| . |Type|) T) ((|BalancedPAdicInteger| . |Join|) T) ((|BalancedPAdicInteger| . |BasicType|) T) ((|BalancedPAdicInteger| . |AbelianSemiGroup|) T) ((|BalancedPAdicInteger| . |CancellationAbelianMonoid|) T) ((|BalancedPAdicInteger| . |LeftModule|) 9602) ((|BalancedPAdicInteger| . |CharacteristicZero|) T) ((|BasicOperator| . |OrderedSet|) T) ((|BasicOperator| . |CoercibleTo|) 9576) ((|BasicOperator| . |SetCategory|) T) ((|BasicOperator| . |BasicType|) T) ((|BasicOperator| . |Join|) T) ((|BasicOperator| . |Type|) T) ((|BasicOperator| . |OrderedType|) T) ((|BasicOperator| . |OperatorCategory|) 9554) ((|Boolean| . |OrderedFinite|) T) ((|Boolean| . |OrderedType|) T) ((|Boolean| . |OrderedSet|) T) ((|Boolean| . |SetCategory|) T) ((|Boolean| . |CoercibleTo|) 9528) ((|Boolean| . |Type|) T) ((|Boolean| . |Join|) T) ((|Boolean| . |BasicType|) T) ((|Boolean| . |Finite|) T) ((|Boolean| . |PropositionalLogic|) T) ((|Boolean| . |Logic|) T) ((|Boolean| . |BooleanLogic|) T) ((|Boolean| . |ConvertibleTo|) 9503) ((|Bits| . |BitAggregate|) T) ((|Bits| . |FiniteLinearAggregate|) 9480) ((|Bits| . |OrderedType|) T) ((|Bits| . |OrderedSet|) T) ((|Bits| . |Collection|) 9457) ((|Bits| . |ConvertibleTo|) 9432) ((|Bits| . |Eltable|) 9354) ((|Bits| . |IndexedAggregate|) 9319) ((|Bits| . |EltableAggregate|) 9284) ((|Bits| . |LinearAggregate|) 9261) ((|Bits| . |HomogeneousAggregate|) 9238) ((|Bits| . |SetCategory|) T) ((|Bits| . |Functorial|) 9215) ((|Bits| . |InnerEvalable|) NIL) ((|Bits| . |Evalable|) NIL) ((|Bits| . |CoercibleTo|) 9189) ((|Bits| . |BasicType|) T) ((|Bits| . |Aggregate|) T) ((|Bits| . |FiniteAggregate|) 9166) ((|Bits| . |ShallowlyMutableAggregate|) 9143) ((|Bits| . |OneDimensionalArrayAggregate|) 9120) ((|Bits| . |Logic|) T) ((|Bits| . |Join|) T) ((|Bits| . |Type|) T) ((|Bits| . |BooleanLogic|) T) ((|BinaryOperation| . |BinaryOperatorCategory|) 9104) ((|BinaryOperation| . |Type|) T) ((|BinaryOperation| . |MappingCategory|) 9078) ((|BinaryOperation| . |SetCategory|) T) ((|BinaryOperation| . |CoercibleTo|) 9052) ((|BinaryOperation| . |Join|) T) ((|BinaryOperation| . |BasicType|) T) ((|Binding| . |CoercibleTo|) 9026) ((|BinaryExpansion| . |QuotientFieldCategory|) 9003) ((|BinaryExpansion| . |StepThrough|) T) ((|BinaryExpansion| . |CoercibleFrom|) 8937) ((|BinaryExpansion| . |RetractableTo|) 8881) ((|BinaryExpansion| . |ConvertibleTo|) 8782) ((|BinaryExpansion| . |RealConstant|) T) ((|BinaryExpansion| . |PolynomialFactorizationExplicit|) NIL) ((|BinaryExpansion| . |Patternable|) 8759) ((|BinaryExpansion| . |OrderedRing|) T) ((|BinaryExpansion| . |OrderedCancellationAbelianMonoid|) T) ((|BinaryExpansion| . |OrderedAbelianSemiGroup|) T) ((|BinaryExpansion| . |OrderedType|) T) ((|BinaryExpansion| . |OrderedSet|) T) ((|BinaryExpansion| . |OrderedAbelianMonoid|) T) ((|BinaryExpansion| . |OrderedAbelianGroup|) T) ((|BinaryExpansion| . |OrderedIntegralDomain|) T) ((|BinaryExpansion| . |PatternMatchable|) 8736) ((|BinaryExpansion| . |FullyPatternMatchable|) 8713) ((|BinaryExpansion| . |LinearlyExplicitRingOver|) 8690) ((|BinaryExpansion| . |FullyLinearlyExplicitRingOver|) 8667) ((|BinaryExpansion| . |Eltable|) NIL) ((|BinaryExpansion| . |Evalable|) NIL) ((|BinaryExpansion| . |InnerEvalable|) NIL) ((|BinaryExpansion| . |Functorial|) 8644) ((|BinaryExpansion| . |FullyEvalableOver|) 8621) ((|BinaryExpansion| . |DivisionRing|) T) ((|BinaryExpansion| . |BiModule|) 8539) ((|BinaryExpansion| . |RightLinearSet|) 8473) ((|BinaryExpansion| . |RightModule|) 8407) ((|BinaryExpansion| . |EntireRing|) T) ((|BinaryExpansion| . |Module|) 8341) ((|BinaryExpansion| . |LinearSet|) 8275) ((|BinaryExpansion| . |LeftModule|) 8209) ((|BinaryExpansion| . |LeftLinearSet|) 8143) ((|BinaryExpansion| . |Algebra|) 8077) ((|BinaryExpansion| . |EuclideanDomain|) T) ((|BinaryExpansion| . |GcdDomain|) T) ((|BinaryExpansion| . |CommutativeRing|) T) ((|BinaryExpansion| . |IntegralDomain|) T) ((|BinaryExpansion| . |PrincipalIdealDomain|) T) ((|BinaryExpansion| . |UniqueFactorizationDomain|) T) ((|BinaryExpansion| . |Field|) T) ((|BinaryExpansion| . |DifferentialRing|) T) ((|BinaryExpansion| . |DifferentialDomain|) 8064) ((|BinaryExpansion| . |DifferentialSpace|) T) ((|BinaryExpansion| . |DifferentialSpaceExtension|) 8041) ((|BinaryExpansion| . |PartialDifferentialDomain|) NIL) ((|BinaryExpansion| . |PartialDifferentialSpace|) NIL) ((|BinaryExpansion| . |PartialDifferentialRing|) NIL) ((|BinaryExpansion| . |DifferentialExtension|) 8018) ((|BinaryExpansion| . |CharacteristicZero|) T) ((|BinaryExpansion| . |CharacteristicNonZero|) NIL) ((|BinaryExpansion| . |CancellationAbelianMonoid|) T) ((|BinaryExpansion| . |AbelianSemiGroup|) T) ((|BinaryExpansion| . |BasicType|) T) ((|BinaryExpansion| . |Join|) T) ((|BinaryExpansion| . |Type|) T) ((|BinaryExpansion| . |CoercibleTo|) 7930) ((|BinaryExpansion| . |SetCategory|) T) ((|BinaryExpansion| . |AbelianMonoid|) T) ((|BinaryExpansion| . |AbelianGroup|) T) ((|BinaryExpansion| . |Ring|) T) ((|BinaryExpansion| . |Monoid|) T) ((|BinaryExpansion| . |SemiRing|) T) ((|BinaryExpansion| . |SemiGroup|) T) ((|BinaryExpansion| . |Rng|) T) ((|BalancedBinaryTree| . |BinaryTreeCategory|) 7914) ((|BalancedBinaryTree| . |ShallowlyMutableAggregate|) 7898) ((|BalancedBinaryTree| . |FiniteAggregate|) 7882) ((|BalancedBinaryTree| . |RecursiveAggregate|) 7866) ((|BalancedBinaryTree| . |Aggregate|) T) ((|BalancedBinaryTree| . |Join|) T) ((|BalancedBinaryTree| . |Type|) T) ((|BalancedBinaryTree| . |BasicType|) 7804) ((|BalancedBinaryTree| . |CoercibleTo|) 7706) ((|BalancedBinaryTree| . |Evalable|) 7630) ((|BalancedBinaryTree| . |InnerEvalable|) 7549) ((|BalancedBinaryTree| . |Functorial|) 7533) ((|BalancedBinaryTree| . |SetCategory|) 7503) ((|BalancedBinaryTree| . |HomogeneousAggregate|) 7487) ((|BalancedBinaryTree| . |BinaryRecursiveAggregate|) 7471) ((|Automorphism| . |Group|) T) ((|Automorphism| . |SemiGroup|) T) ((|Automorphism| . |BasicType|) T) ((|Automorphism| . |Join|) T) ((|Automorphism| . |Type|) T) ((|Automorphism| . |CoercibleTo|) 7445) ((|Automorphism| . |SetCategory|) T) ((|Automorphism| . |Monoid|) T) ((|Automorphism| . |Eltable|) 7424) ((|AttributeAst| . |SpadSyntaxCategory|) T) ((|AttributeAst| . |HomotopicTo|) 7402) ((|AttributeAst| . |CoercibleTo|) 7357) ((|AttributeAst| . |CoercibleFrom|) 7335) ((|AttributeAst| . |SetCategory|) T) ((|AttributeAst| . |Type|) T) ((|AttributeAst| . |Join|) T) ((|AttributeAst| . |BasicType|) T) ((|AttributeAst| . |AbstractSyntaxCategory|) T) ((|ArrayStack| . |StackAggregate|) 7319) ((|ArrayStack| . |FiniteAggregate|) 7303) ((|ArrayStack| . |HomogeneousAggregate|) 7287) ((|ArrayStack| . |SetCategory|) 7257) ((|ArrayStack| . |Functorial|) 7241) ((|ArrayStack| . |InnerEvalable|) 7160) ((|ArrayStack| . |Evalable|) 7084) ((|ArrayStack| . |CoercibleTo|) 6986) ((|ArrayStack| . |BasicType|) 6924) ((|ArrayStack| . |Type|) T) ((|ArrayStack| . |Join|) T) ((|ArrayStack| . |Aggregate|) T) ((|ArrayStack| . |ShallowlyMutableAggregate|) 6908) ((|ArrayStack| . |BagAggregate|) 6892) ((|TwoDimensionalArray| . |TwoDimensionalArrayCategory|) 6840) ((|TwoDimensionalArray| . |ShallowlyMutableAggregate|) 6824) ((|TwoDimensionalArray| . |HomogeneousAggregate|) 6808) ((|TwoDimensionalArray| . |SetCategory|) 6778) ((|TwoDimensionalArray| . |Functorial|) 6762) ((|TwoDimensionalArray| . |InnerEvalable|) 6681) ((|TwoDimensionalArray| . |Evalable|) 6605) ((|TwoDimensionalArray| . |CoercibleTo|) 6507) ((|TwoDimensionalArray| . |BasicType|) 6445) ((|TwoDimensionalArray| . |Type|) T) ((|TwoDimensionalArray| . |Join|) T) ((|TwoDimensionalArray| . |Aggregate|) T) ((|TwoDimensionalArray| . |FiniteAggregate|) 6429) ((|OneDimensionalArray| . |OneDimensionalArrayAggregate|) 6413) ((|OneDimensionalArray| . |ShallowlyMutableAggregate|) 6397) ((|OneDimensionalArray| . |FiniteAggregate|) 6381) ((|OneDimensionalArray| . |Aggregate|) T) ((|OneDimensionalArray| . |Join|) T) ((|OneDimensionalArray| . |Type|) T) ((|OneDimensionalArray| . |BasicType|) 6291) ((|OneDimensionalArray| . |CoercibleTo|) 6165) ((|OneDimensionalArray| . |Evalable|) 6089) ((|OneDimensionalArray| . |InnerEvalable|) 6008) ((|OneDimensionalArray| . |Functorial|) 5992) ((|OneDimensionalArray| . |SetCategory|) 5929) ((|OneDimensionalArray| . |HomogeneousAggregate|) 5913) ((|OneDimensionalArray| . |LinearAggregate|) 5897) ((|OneDimensionalArray| . |EltableAggregate|) 5869) ((|OneDimensionalArray| . |Eltable|) 5798) ((|OneDimensionalArray| . |IndexedAggregate|) 5770) ((|OneDimensionalArray| . |ConvertibleTo|) 5706) ((|OneDimensionalArray| . |Collection|) 5690) ((|OneDimensionalArray| . |OrderedSet|) 5661) ((|OneDimensionalArray| . |OrderedType|) 5632) ((|OneDimensionalArray| . |FiniteLinearAggregate|) 5616) ((|Arity| . |SetCategory|) T) ((|Arity| . |CoercibleTo|) 5590) ((|Arity| . |Type|) T) ((|Arity| . |Join|) T) ((|Arity| . |BasicType|) T) ((|Arity| . |RetractableTo|) 5556) ((|Arity| . |CoercibleFrom|) 5522) ((|Any| . |SetCategory|) T) ((|Any| . |CoercibleTo|) 5496) ((|Any| . |Type|) T) ((|Any| . |Join|) T) ((|Any| . |BasicType|) T) ((|AntiSymm| . |LeftAlgebra|) 5480) ((|AntiSymm| . |CoercibleFrom|) 5444) ((|AntiSymm| . |LeftModule|) 5418) ((|AntiSymm| . |LeftLinearSet|) 5372) ((|AntiSymm| . |Rng|) T) ((|AntiSymm| . |SemiGroup|) T) ((|AntiSymm| . |SemiRing|) T) ((|AntiSymm| . |Monoid|) T) ((|AntiSymm| . |Ring|) T) ((|AntiSymm| . |AbelianGroup|) T) ((|AntiSymm| . |AbelianMonoid|) T) ((|AntiSymm| . |SetCategory|) T) ((|AntiSymm| . |CoercibleTo|) 5346) ((|AntiSymm| . |Type|) T) ((|AntiSymm| . |Join|) T) ((|AntiSymm| . |BasicType|) T) ((|AntiSymm| . |AbelianSemiGroup|) T) ((|AntiSymm| . |CancellationAbelianMonoid|) T) ((|AntiSymm| . |RetractableTo|) 5330) ((|AntiSymm| . |Functorial|) 5314) ((|AnonymousFunction| . |SetCategory|) T) ((|AnonymousFunction| . |CoercibleTo|) 5288) ((|AnonymousFunction| . |Type|) T) ((|AnonymousFunction| . |Join|) T) ((|AnonymousFunction| . |BasicType|) T) ((|AlgebraicNumber| . |ExpressionSpace|) T) ((|AlgebraicNumber| . |BasicType|) T) ((|AlgebraicNumber| . |Join|) T) ((|AlgebraicNumber| . |Type|) T) ((|AlgebraicNumber| . |CoercibleTo|) 5262) ((|AlgebraicNumber| . |SetCategory|) T) ((|AlgebraicNumber| . |CoercibleFrom|) 5109) ((|AlgebraicNumber| . |RetractableTo|) 5037) ((|AlgebraicNumber| . |InnerEvalable|) 4999) ((|AlgebraicNumber| . |Evalable|) 4986) ((|AlgebraicNumber| . |AlgebraicallyClosedField|) T) ((|AlgebraicNumber| . |RadicalCategory|) T) ((|AlgebraicNumber| . |DivisionRing|) T) ((|AlgebraicNumber| . |BiModule|) 4931) ((|AlgebraicNumber| . |RightLinearSet|) 4885) ((|AlgebraicNumber| . |RightModule|) 4839) ((|AlgebraicNumber| . |EntireRing|) T) ((|AlgebraicNumber| . |Module|) 4793) ((|AlgebraicNumber| . |LinearSet|) 4747) ((|AlgebraicNumber| . |LeftModule|) 4681) ((|AlgebraicNumber| . |LeftLinearSet|) 4615) ((|AlgebraicNumber| . |CancellationAbelianMonoid|) T) ((|AlgebraicNumber| . |AbelianSemiGroup|) T) ((|AlgebraicNumber| . |AbelianMonoid|) T) ((|AlgebraicNumber| . |AbelianGroup|) T) ((|AlgebraicNumber| . |Ring|) T) ((|AlgebraicNumber| . |Monoid|) T) ((|AlgebraicNumber| . |SemiRing|) T) ((|AlgebraicNumber| . |SemiGroup|) T) ((|AlgebraicNumber| . |Rng|) T) ((|AlgebraicNumber| . |Algebra|) 4569) ((|AlgebraicNumber| . |EuclideanDomain|) T) ((|AlgebraicNumber| . |GcdDomain|) T) ((|AlgebraicNumber| . |CommutativeRing|) T) ((|AlgebraicNumber| . |IntegralDomain|) T) ((|AlgebraicNumber| . |PrincipalIdealDomain|) T) ((|AlgebraicNumber| . |UniqueFactorizationDomain|) T) ((|AlgebraicNumber| . |Field|) T) ((|AlgebraicNumber| . |LinearlyExplicitRingOver|) 4518) ((|AlgebraicNumber| . |RealConstant|) T) ((|AlgebraicNumber| . |ConvertibleTo|) 4443) ((|AlgebraicNumber| . |CharacteristicZero|) T) ((|AlgebraicNumber| . |DifferentialRing|) T) ((|AlgebraicNumber| . |DifferentialDomain|) 4430) ((|AlgebraicNumber| . |DifferentialSpace|) T) ((|AssociationList| . |AssociationListAggregate|) 4409) ((|AssociationList| . |KeyedDictionary|) 4388) ((|AssociationList| . |EltableAggregate|) 4300) ((|AssociationList| . |Eltable|) 4169) ((|AssociationList| . |HomogeneousAggregate|) 4098) ((|AssociationList| . |Functorial|) 4027) ((|AssociationList| . |InnerEvalable|) 3775) ((|AssociationList| . |Evalable|) 3535) ((|AssociationList| . |IndexedAggregate|) 3447) ((|AssociationList| . |DictionaryOperations|) 3389) ((|AssociationList| . |BagAggregate|) 3331) ((|AssociationList| . |Dictionary|) 3273) ((|AssociationList| . |TableAggregate|) 3252) ((|AssociationList| . |ShallowlyMutableAggregate|) 3181) ((|AssociationList| . |ExtensibleLinearAggregate|) 3123) ((|AssociationList| . |Collection|) 3065) ((|AssociationList| . |Aggregate|) T) ((|AssociationList| . |Join|) T) ((|AssociationList| . |Type|) T) ((|AssociationList| . |BasicType|) T) ((|AssociationList| . |CoercibleTo|) 3039) ((|AssociationList| . |SetCategory|) T) ((|AssociationList| . |ConvertibleTo|) NIL) ((|AssociationList| . |LinearAggregate|) 2981) ((|AssociationList| . |FiniteLinearAggregate|) 2923) ((|AssociationList| . |OrderedType|) NIL) ((|AssociationList| . |OrderedSet|) NIL) ((|AssociationList| . |FiniteAggregate|) 2865) ((|AssociationList| . |StreamAggregate|) 2807) ((|AssociationList| . |RecursiveAggregate|) 2749) ((|AssociationList| . |UnaryRecursiveAggregate|) 2691) ((|AssociationList| . |ListAggregate|) 2633) ((|AlgebraGivenByStructuralConstants| . |FramedNonAssociativeAlgebra|) 2617) ((|AlgebraGivenByStructuralConstants| . |NonAssociativeAlgebra|) 2601) ((|AlgebraGivenByStructuralConstants| . |Monad|) T) ((|AlgebraGivenByStructuralConstants| . |NonAssociativeRng|) T) ((|AlgebraGivenByStructuralConstants| . |BiModule|) 2580) ((|AlgebraGivenByStructuralConstants| . |RightLinearSet|) 2564) ((|AlgebraGivenByStructuralConstants| . |RightModule|) 2548) ((|AlgebraGivenByStructuralConstants| . |AbelianGroup|) T) ((|AlgebraGivenByStructuralConstants| . |LeftLinearSet|) 2477) ((|AlgebraGivenByStructuralConstants| . |AbelianMonoid|) T) ((|AlgebraGivenByStructuralConstants| . |SetCategory|) T) ((|AlgebraGivenByStructuralConstants| . |CoercibleTo|) 2451) ((|AlgebraGivenByStructuralConstants| . |BasicType|) T) ((|AlgebraGivenByStructuralConstants| . |AbelianSemiGroup|) T) ((|AlgebraGivenByStructuralConstants| . |CancellationAbelianMonoid|) T) ((|AlgebraGivenByStructuralConstants| . |LeftModule|) 2400) ((|AlgebraGivenByStructuralConstants| . |LinearSet|) 2384) ((|AlgebraGivenByStructuralConstants| . |Module|) 2368) ((|AlgebraGivenByStructuralConstants| . |FiniteRankNonAssociativeAlgebra|) 2352) ((|AlgebraGivenByStructuralConstants| . |Type|) T) ((|AlgebraGivenByStructuralConstants| . |Join|) T) ((|AlgebraGivenByStructuralConstants| . |Eltable|) 2324) ((|AlgebraicFunctionField| . |FunctionFieldCategory|) 2298) ((|AlgebraicFunctionField| . |CommutativeRing|) T) ((|AlgebraicFunctionField| . |CoercibleFrom|) 2206) ((|AlgebraicFunctionField| . |Rng|) T) ((|AlgebraicFunctionField| . |SemiGroup|) T) ((|AlgebraicFunctionField| . |SemiRing|) T) ((|AlgebraicFunctionField| . |Monoid|) T) ((|AlgebraicFunctionField| . |Ring|) T) ((|AlgebraicFunctionField| . |LeftModule|) 2064) ((|AlgebraicFunctionField| . |LeftLinearSet|) 1972) ((|AlgebraicFunctionField| . |CancellationAbelianMonoid|) T) ((|AlgebraicFunctionField| . |AbelianSemiGroup|) T) ((|AlgebraicFunctionField| . |BasicType|) T) ((|AlgebraicFunctionField| . |Join|) T) ((|AlgebraicFunctionField| . |Type|) T) ((|AlgebraicFunctionField| . |CoercibleTo|) 1946) ((|AlgebraicFunctionField| . |SetCategory|) T) ((|AlgebraicFunctionField| . |AbelianMonoid|) T) ((|AlgebraicFunctionField| . |AbelianGroup|) T) ((|AlgebraicFunctionField| . |RightModule|) 1874) ((|AlgebraicFunctionField| . |RightLinearSet|) 1802) ((|AlgebraicFunctionField| . |BiModule|) 1714) ((|AlgebraicFunctionField| . |ConvertibleTo|) 1698) ((|AlgebraicFunctionField| . |DifferentialExtension|) 1669) ((|AlgebraicFunctionField| . |PartialDifferentialRing|) 1588) ((|AlgebraicFunctionField| . |PartialDifferentialSpace|) 1436) ((|AlgebraicFunctionField| . |PartialDifferentialDomain|) 1282) ((|AlgebraicFunctionField| . |DifferentialSpaceExtension|) 1253) ((|AlgebraicFunctionField| . |DifferentialSpace|) 1152) ((|AlgebraicFunctionField| . |DifferentialDomain|) 1045) ((|AlgebraicFunctionField| . |DifferentialRing|) 997) ((|AlgebraicFunctionField| . |Field|) T) ((|AlgebraicFunctionField| . |UniqueFactorizationDomain|) T) ((|AlgebraicFunctionField| . |PrincipalIdealDomain|) T) ((|AlgebraicFunctionField| . |IntegralDomain|) T) ((|AlgebraicFunctionField| . |Module|) 925) ((|AlgebraicFunctionField| . |LinearSet|) 853) ((|AlgebraicFunctionField| . |Algebra|) 781) ((|AlgebraicFunctionField| . |GcdDomain|) T) ((|AlgebraicFunctionField| . |EuclideanDomain|) T) ((|AlgebraicFunctionField| . |EntireRing|) T) ((|AlgebraicFunctionField| . |DivisionRing|) T) ((|AlgebraicFunctionField| . |Finite|) NIL) ((|AlgebraicFunctionField| . |FiniteFieldCategory|) NIL) ((|AlgebraicFunctionField| . |StepThrough|) NIL) ((|AlgebraicFunctionField| . |CharacteristicNonZero|) 728) ((|AlgebraicFunctionField| . |FieldOfPrimeCharacteristic|) NIL) ((|AlgebraicFunctionField| . |FramedAlgebra|) 694) ((|AlgebraicFunctionField| . |CharacteristicZero|) 644) ((|AlgebraicFunctionField| . |FiniteRankAlgebra|) 610) ((|AlgebraicFunctionField| . |FullyLinearlyExplicitRingOver|) 581) ((|AlgebraicFunctionField| . |LinearlyExplicitRingOver|) 482) ((|AlgebraicFunctionField| . |FullyRetractableTo|) 453) ((|AlgebraicFunctionField| . |RetractableTo|) 283) ((|AlgebraicFunctionField| . |MonogenicAlgebra|) 249) ((|AddAst| . |SpadSyntaxCategory|) T) ((|AddAst| . |HomotopicTo|) 227) ((|AddAst| . |CoercibleTo|) 182) ((|AddAst| . |CoercibleFrom|) 160) ((|AddAst| . |SetCategory|) T) ((|AddAst| . |Type|) T) ((|AddAst| . |Join|) T) ((|AddAst| . |BasicType|) T) ((|AddAst| . |AbstractSyntaxCategory|) T) ((|PlaneAlgebraicCurvePlot| . |PlottablePlaneCurveCategory|) T) ((|PlaneAlgebraicCurvePlot| . |CoercibleTo|) 134) ((|Enumeration| . |EnumerationCategory|) T) ((|Enumeration| . |CoercibleTo|) 108) ((|Enumeration| . |SetCategory|) T) ((|Enumeration| . |BasicType|) T) ((|Enumeration| . |Type|) T) ((|Record| . |RecordCategory|) T) ((|Record| . |CoercibleTo|) 82) ((|Record| . |SetCategory|) T) ((|Record| . |BasicType|) T) ((|Record| . |Type|) T) ((|Union| . |UnionCategory|) T) ((|Union| . |CoercibleTo|) 56) ((|Union| . |SetCategory|) T) ((|Union| . |BasicType|) T) ((|Union| . |Type|) T) ((|Mapping| . |SetCategory|) T) ((|Mapping| . |CoercibleTo|) 30) ((|Mapping| . |Type|) T) ((|Mapping| . |Join|) T) ((|Mapping| . |BasicType|) T)) \ No newline at end of file
+((($ $) . T))
+(((|IntegerMod| . |CommutativeRing|) T) ((|IntegerMod| . |AbelianGroup|) T) ((|IntegerMod| . |AbelianMonoid|) T) ((|IntegerMod| . |AbelianSemiGroup|) T) ((|IntegerMod| . |BasicType|) T) ((|IntegerMod| . |BiModule|) 244668) ((|IntegerMod| . |CancellationAbelianMonoid|) T) ((|IntegerMod| . |CoercibleFrom|) 244645) ((|IntegerMod| . |CoercibleTo|) 244619) ((|IntegerMod| . |LeftLinearSet|) 244586) ((|IntegerMod| . |LeftModule|) 244573) ((|IntegerMod| . |Monoid|) T) ((|IntegerMod| . |RightLinearSet|) 244560) ((|IntegerMod| . |RightModule|) 244547) ((|IntegerMod| . |Ring|) T) ((|IntegerMod| . |Rng|) T) ((|IntegerMod| . |SemiGroup|) T) ((|IntegerMod| . |SemiRing|) T) ((|IntegerMod| . |SetCategory|) T) ((|IntegerMod| . |Type|) T) ((|IntegerMod| . |Finite|) T) ((|IntegerMod| . |ConvertibleTo|) 244524) ((|IntegerMod| . |StepThrough|) T) ((|YoungDiagram| . |SetCategory|) T) ((|YoungDiagram| . |BasicType|) T) ((|YoungDiagram| . |CoercibleTo|) 244476) ((|YoungDiagram| . |Type|) T) ((|YoungDiagram| . |HomotopicTo|) 244451) ((|YoungDiagram| . |CoercibleFrom|) 244426) ((|XRecursivePolynomial| . |XPolynomialsCat|) 244405) ((|XRecursivePolynomial| . |AbelianGroup|) T) ((|XRecursivePolynomial| . |AbelianMonoid|) T) ((|XRecursivePolynomial| . |AbelianSemiGroup|) T) ((|XRecursivePolynomial| . |Algebra|) 244362) ((|XRecursivePolynomial| . |BasicType|) T) ((|XRecursivePolynomial| . |BiModule|) 244341) ((|XRecursivePolynomial| . |CancellationAbelianMonoid|) T) ((|XRecursivePolynomial| . |CoercibleFrom|) 244270) ((|XRecursivePolynomial| . |CoercibleTo|) 244244) ((|XRecursivePolynomial| . |Functorial|) 244228) ((|XRecursivePolynomial| . |LeftLinearSet|) 244182) ((|XRecursivePolynomial| . |LeftModule|) 244156) ((|XRecursivePolynomial| . |LinearSet|) 244113) ((|XRecursivePolynomial| . |Module|) 244070) ((|XRecursivePolynomial| . |Monoid|) T) ((|XRecursivePolynomial| . |RetractableTo|) 244032) ((|XRecursivePolynomial| . |RightLinearSet|) 244016) ((|XRecursivePolynomial| . |RightModule|) 244000) ((|XRecursivePolynomial| . |Ring|) T) ((|XRecursivePolynomial| . |Rng|) T) ((|XRecursivePolynomial| . |SemiGroup|) T) ((|XRecursivePolynomial| . |SemiRing|) T) ((|XRecursivePolynomial| . |SetCategory|) T) ((|XRecursivePolynomial| . |Type|) T) ((|XRecursivePolynomial| . |XAlgebra|) 243984) ((|XRecursivePolynomial| . |XFreeAlgebra|) 243963) ((|XPolynomialRing| . |Ring|) T) ((|XPolynomialRing| . |AbelianGroup|) T) ((|XPolynomialRing| . |AbelianMonoid|) T) ((|XPolynomialRing| . |AbelianSemiGroup|) T) ((|XPolynomialRing| . |BasicType|) T) ((|XPolynomialRing| . |CancellationAbelianMonoid|) T) ((|XPolynomialRing| . |CoercibleFrom|) 243914) ((|XPolynomialRing| . |CoercibleTo|) 243888) ((|XPolynomialRing| . |LeftLinearSet|) 243842) ((|XPolynomialRing| . |LeftModule|) 243816) ((|XPolynomialRing| . |Monoid|) T) ((|XPolynomialRing| . |Rng|) T) ((|XPolynomialRing| . |SemiGroup|) T) ((|XPolynomialRing| . |SemiRing|) T) ((|XPolynomialRing| . |SetCategory|) T) ((|XPolynomialRing| . |Type|) T) ((|XPolynomialRing| . |XAlgebra|) 243800) ((|XPolynomialRing| . |Algebra|) 243757) ((|XPolynomialRing| . |BiModule|) 243736) ((|XPolynomialRing| . |LinearSet|) 243693) ((|XPolynomialRing| . |Module|) 243650) ((|XPolynomialRing| . |RightLinearSet|) 243634) ((|XPolynomialRing| . |RightModule|) 243618) ((|XPolynomialRing| . |FreeModuleCat|) 243597) ((|XPolynomialRing| . |Functorial|) 243581) ((|XPolynomialRing| . |RetractableTo|) 243565) ((|XPolynomial| . |XPolynomialsCat|) 243538) ((|XPolynomial| . |AbelianGroup|) T) ((|XPolynomial| . |AbelianMonoid|) T) ((|XPolynomial| . |AbelianSemiGroup|) T) ((|XPolynomial| . |Algebra|) 243495) ((|XPolynomial| . |BasicType|) T) ((|XPolynomial| . |BiModule|) 243474) ((|XPolynomial| . |CancellationAbelianMonoid|) T) ((|XPolynomial| . |CoercibleFrom|) 243397) ((|XPolynomial| . |CoercibleTo|) 243371) ((|XPolynomial| . |Functorial|) 243355) ((|XPolynomial| . |LeftLinearSet|) 243309) ((|XPolynomial| . |LeftModule|) 243283) ((|XPolynomial| . |LinearSet|) 243240) ((|XPolynomial| . |Module|) 243197) ((|XPolynomial| . |Monoid|) T) ((|XPolynomial| . |RetractableTo|) 243153) ((|XPolynomial| . |RightLinearSet|) 243137) ((|XPolynomial| . |RightModule|) 243121) ((|XPolynomial| . |Ring|) T) ((|XPolynomial| . |Rng|) T) ((|XPolynomial| . |SemiGroup|) T) ((|XPolynomial| . |SemiRing|) T) ((|XPolynomial| . |SetCategory|) T) ((|XPolynomial| . |Type|) T) ((|XPolynomial| . |XAlgebra|) 243105) ((|XPolynomial| . |XFreeAlgebra|) 243078) ((|XPBWPolynomial| . |XPolynomialsCat|) 243057) ((|XPBWPolynomial| . |AbelianGroup|) T) ((|XPBWPolynomial| . |AbelianMonoid|) T) ((|XPBWPolynomial| . |AbelianSemiGroup|) T) ((|XPBWPolynomial| . |Algebra|) 243014) ((|XPBWPolynomial| . |BasicType|) T) ((|XPBWPolynomial| . |BiModule|) 242993) ((|XPBWPolynomial| . |CancellationAbelianMonoid|) T) ((|XPBWPolynomial| . |CoercibleFrom|) 242873) ((|XPBWPolynomial| . |CoercibleTo|) 242759) ((|XPBWPolynomial| . |Functorial|) 242743) ((|XPBWPolynomial| . |LeftLinearSet|) 242697) ((|XPBWPolynomial| . |LeftModule|) 242671) ((|XPBWPolynomial| . |LinearSet|) 242628) ((|XPBWPolynomial| . |Module|) 242585) ((|XPBWPolynomial| . |Monoid|) T) ((|XPBWPolynomial| . |RetractableTo|) 242498) ((|XPBWPolynomial| . |RightLinearSet|) 242482) ((|XPBWPolynomial| . |RightModule|) 242466) ((|XPBWPolynomial| . |Ring|) T) ((|XPBWPolynomial| . |Rng|) T) ((|XPBWPolynomial| . |SemiGroup|) T) ((|XPBWPolynomial| . |SemiRing|) T) ((|XPBWPolynomial| . |SetCategory|) T) ((|XPBWPolynomial| . |Type|) T) ((|XPBWPolynomial| . |XAlgebra|) 242450) ((|XPBWPolynomial| . |XFreeAlgebra|) 242429) ((|XPBWPolynomial| . |FreeModuleCat|) 242372) ((|XDistributedPolynomial| . |FreeModuleCat|) 242329) ((|XDistributedPolynomial| . |AbelianGroup|) T) ((|XDistributedPolynomial| . |AbelianMonoid|) T) ((|XDistributedPolynomial| . |AbelianSemiGroup|) T) ((|XDistributedPolynomial| . |BasicType|) T) ((|XDistributedPolynomial| . |BiModule|) 242308) ((|XDistributedPolynomial| . |CancellationAbelianMonoid|) T) ((|XDistributedPolynomial| . |CoercibleFrom|) 242237) ((|XDistributedPolynomial| . |CoercibleTo|) 242211) ((|XDistributedPolynomial| . |Functorial|) 242195) ((|XDistributedPolynomial| . |LeftLinearSet|) 242149) ((|XDistributedPolynomial| . |LeftModule|) 242123) ((|XDistributedPolynomial| . |LinearSet|) 242080) ((|XDistributedPolynomial| . |Module|) 242037) ((|XDistributedPolynomial| . |RetractableTo|) 241999) ((|XDistributedPolynomial| . |RightLinearSet|) 241983) ((|XDistributedPolynomial| . |RightModule|) 241967) ((|XDistributedPolynomial| . |SetCategory|) T) ((|XDistributedPolynomial| . |Type|) T) ((|XDistributedPolynomial| . |XPolynomialsCat|) 241946) ((|XDistributedPolynomial| . |Algebra|) 241903) ((|XDistributedPolynomial| . |Monoid|) T) ((|XDistributedPolynomial| . |Ring|) T) ((|XDistributedPolynomial| . |Rng|) T) ((|XDistributedPolynomial| . |SemiGroup|) T) ((|XDistributedPolynomial| . |SemiRing|) T) ((|XDistributedPolynomial| . |XAlgebra|) 241887) ((|XDistributedPolynomial| . |XFreeAlgebra|) 241866) ((|WuWenTsunTriangularSet| . |TriangularSetCategory|) 241835) ((|WuWenTsunTriangularSet| . |Aggregate|) T) ((|WuWenTsunTriangularSet| . |BasicType|) T) ((|WuWenTsunTriangularSet| . |CoercibleTo|) 241787) ((|WuWenTsunTriangularSet| . |Collection|) 241771) ((|WuWenTsunTriangularSet| . |ConvertibleTo|) 241707) ((|WuWenTsunTriangularSet| . |Evalable|) 241631) ((|WuWenTsunTriangularSet| . |FiniteAggregate|) 241615) ((|WuWenTsunTriangularSet| . |Functorial|) 241599) ((|WuWenTsunTriangularSet| . |HomogeneousAggregate|) 241583) ((|WuWenTsunTriangularSet| . |InnerEvalable|) 241502) ((|WuWenTsunTriangularSet| . |PolynomialSetCategory|) 241471) ((|WuWenTsunTriangularSet| . |SetCategory|) T) ((|WuWenTsunTriangularSet| . |ShallowlyMutableAggregate|) 241455) ((|WuWenTsunTriangularSet| . |Type|) T) ((|WeightedPolynomials| . |Ring|) T) ((|WeightedPolynomials| . |AbelianGroup|) T) ((|WeightedPolynomials| . |AbelianMonoid|) T) ((|WeightedPolynomials| . |AbelianSemiGroup|) T) ((|WeightedPolynomials| . |BasicType|) T) ((|WeightedPolynomials| . |CancellationAbelianMonoid|) T) ((|WeightedPolynomials| . |CoercibleFrom|) 241379) ((|WeightedPolynomials| . |CoercibleTo|) 241340) ((|WeightedPolynomials| . |LeftLinearSet|) 241267) ((|WeightedPolynomials| . |LeftModule|) 241214) ((|WeightedPolynomials| . |Monoid|) T) ((|WeightedPolynomials| . |Rng|) T) ((|WeightedPolynomials| . |SemiGroup|) T) ((|WeightedPolynomials| . |SemiRing|) T) ((|WeightedPolynomials| . |SetCategory|) T) ((|WeightedPolynomials| . |Type|) T) ((|WeightedPolynomials| . |HomotopicTo|) 241198) ((|WeightedPolynomials| . |Algebra|) 241155) ((|WeightedPolynomials| . |BiModule|) 241107) ((|WeightedPolynomials| . |LinearSet|) 241064) ((|WeightedPolynomials| . |Module|) 241021) ((|WeightedPolynomials| . |RightLinearSet|) 240978) ((|WeightedPolynomials| . |RightModule|) 240935) ((|WhileAst| . |SpadSyntaxCategory|) T) ((|WhileAst| . |AbstractSyntaxCategory|) T) ((|WhileAst| . |BasicType|) T) ((|WhileAst| . |CoercibleFrom|) 240913) ((|WhileAst| . |CoercibleTo|) 240868) ((|WhileAst| . |HomotopicTo|) 240846) ((|WhileAst| . |SetCategory|) T) ((|WhileAst| . |Type|) T) ((|WhereAst| . |SpadSyntaxCategory|) T) ((|WhereAst| . |AbstractSyntaxCategory|) T) ((|WhereAst| . |BasicType|) T) ((|WhereAst| . |CoercibleFrom|) 240824) ((|WhereAst| . |CoercibleTo|) 240779) ((|WhereAst| . |HomotopicTo|) 240757) ((|WhereAst| . |SetCategory|) T) ((|WhereAst| . |Type|) T) ((|Void| . |CoercibleTo|) 240731) ((|ThreeDimensionalViewport| . |SetCategory|) T) ((|ThreeDimensionalViewport| . |BasicType|) T) ((|ThreeDimensionalViewport| . |CoercibleTo|) 240705) ((|ThreeDimensionalViewport| . |Type|) T) ((|TwoDimensionalViewport| . |SetCategory|) T) ((|TwoDimensionalViewport| . |BasicType|) T) ((|TwoDimensionalViewport| . |CoercibleTo|) 240679) ((|TwoDimensionalViewport| . |Type|) T) ((|Vector| . |VectorCategory|) 240663) ((|Vector| . |Aggregate|) T) ((|Vector| . |BasicType|) 240635) ((|Vector| . |CoercibleTo|) 240571) ((|Vector| . |Collection|) 240555) ((|Vector| . |ConvertibleTo|) 240491) ((|Vector| . |Eltable|) 240425) ((|Vector| . |EltableAggregate|) 240397) ((|Vector| . |Evalable|) 240321) ((|Vector| . |FiniteAggregate|) 240305) ((|Vector| . |FiniteLinearAggregate|) 240289) ((|Vector| . |Functorial|) 240273) ((|Vector| . |HomogeneousAggregate|) 240257) ((|Vector| . |IndexedAggregate|) 240229) ((|Vector| . |InnerEvalable|) 240148) ((|Vector| . |LinearAggregate|) 240132) ((|Vector| . |OneDimensionalArrayAggregate|) 240116) ((|Vector| . |OrderedSet|) 240087) ((|Vector| . |OrderedType|) 240058) ((|Vector| . |SetCategory|) 240028) ((|Vector| . |ShallowlyMutableAggregate|) 240012) ((|Vector| . |Type|) T) ((|Variable| . |SetCategory|) T) ((|Variable| . |BasicType|) T) ((|Variable| . |CoercibleTo|) 239967) ((|Variable| . |Type|) T) ((|UnivariateTaylorSeries| . |UnivariateTaylorSeriesCategory|) 239951) ((|UnivariateTaylorSeries| . |AbelianGroup|) T) ((|UnivariateTaylorSeries| . |AbelianMonoid|) T) ((|UnivariateTaylorSeries| . |AbelianMonoidRing|) 239912) ((|UnivariateTaylorSeries| . |AbelianSemiGroup|) T) ((|UnivariateTaylorSeries| . |Algebra|) 239756) ((|UnivariateTaylorSeries| . |ArcHyperbolicFunctionCategory|) 239705) ((|UnivariateTaylorSeries| . |ArcTrigonometricFunctionCategory|) 239654) ((|UnivariateTaylorSeries| . |BasicType|) T) ((|UnivariateTaylorSeries| . |BiModule|) 239510) ((|UnivariateTaylorSeries| . |CancellationAbelianMonoid|) T) ((|UnivariateTaylorSeries| . |CharacteristicNonZero|) 239470) ((|UnivariateTaylorSeries| . |CharacteristicZero|) 239433) ((|UnivariateTaylorSeries| . |CoercibleFrom|) 239262) ((|UnivariateTaylorSeries| . |CoercibleTo|) 239236) ((|UnivariateTaylorSeries| . |CommutativeRing|) 239202) ((|UnivariateTaylorSeries| . |DifferentialDomain|) 239133) ((|UnivariateTaylorSeries| . |DifferentialRing|) 239070) ((|UnivariateTaylorSeries| . |DifferentialSpace|) 239007) ((|UnivariateTaylorSeries| . |ElementaryFunctionCategory|) 238956) ((|UnivariateTaylorSeries| . |Eltable|) 238905) ((|UnivariateTaylorSeries| . |EntireRing|) 238872) ((|UnivariateTaylorSeries| . |Functorial|) 238856) ((|UnivariateTaylorSeries| . |HyperbolicFunctionCategory|) 238805) ((|UnivariateTaylorSeries| . |IntegralDomain|) 238772) ((|UnivariateTaylorSeries| . |LeftLinearSet|) 238654) ((|UnivariateTaylorSeries| . |LeftModule|) 238551) ((|UnivariateTaylorSeries| . |LinearSet|) 238395) ((|UnivariateTaylorSeries| . |Module|) 238239) ((|UnivariateTaylorSeries| . |Monoid|) T) ((|UnivariateTaylorSeries| . |PartialDifferentialDomain|) 238073) ((|UnivariateTaylorSeries| . |PartialDifferentialRing|) 237937) ((|UnivariateTaylorSeries| . |PartialDifferentialSpace|) 237801) ((|UnivariateTaylorSeries| . |PowerSeriesCategory|) 237736) ((|UnivariateTaylorSeries| . |RadicalCategory|) 237685) ((|UnivariateTaylorSeries| . |RightLinearSet|) 237555) ((|UnivariateTaylorSeries| . |RightModule|) 237425) ((|UnivariateTaylorSeries| . |Ring|) T) ((|UnivariateTaylorSeries| . |Rng|) T) ((|UnivariateTaylorSeries| . |SemiGroup|) T) ((|UnivariateTaylorSeries| . |SemiRing|) T) ((|UnivariateTaylorSeries| . |SetCategory|) T) ((|UnivariateTaylorSeries| . |TranscendentalFunctionCategory|) 237374) ((|UnivariateTaylorSeries| . |TrigonometricFunctionCategory|) 237323) ((|UnivariateTaylorSeries| . |Type|) T) ((|UnivariateTaylorSeries| . |UnivariatePowerSeriesCategory|) 237284) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |FiniteAbelianMonoidRing|) 237174) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |AbelianGroup|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |AbelianMonoid|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |AbelianMonoidRing|) 237064) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |AbelianSemiGroup|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |Algebra|) 236895) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |BasicType|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |BiModule|) 236739) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |CancellationAbelianMonoid|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |CharacteristicNonZero|) 236661) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |CharacteristicZero|) 236586) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |CoercibleFrom|) 236392) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |CoercibleTo|) 236366) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |CommutativeRing|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |EntireRing|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |FullyRetractableTo|) 236312) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |Functorial|) 236258) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |IntegralDomain|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |LeftLinearSet|) 236100) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |LeftModule|) 235957) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |LinearSet|) 235788) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |Module|) 235619) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |Monoid|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |RetractableTo|) 235565) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |RightLinearSet|) 235422) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |RightModule|) 235279) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |Ring|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |Rng|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |SemiGroup|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |SemiRing|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |SetCategory|) T) ((|UnivariatePuiseuxSeriesWithExponentialSingularity| . |Type|) T) ((|UnivariatePuiseuxSeriesConstructor| . |UnivariatePuiseuxSeriesConstructorCategory|) 235258) ((|UnivariatePuiseuxSeriesConstructor| . |AbelianGroup|) T) ((|UnivariatePuiseuxSeriesConstructor| . |AbelianMonoid|) T) ((|UnivariatePuiseuxSeriesConstructor| . |AbelianMonoidRing|) 235217) ((|UnivariatePuiseuxSeriesConstructor| . |AbelianSemiGroup|) T) ((|UnivariatePuiseuxSeriesConstructor| . |Algebra|) 235061) ((|UnivariatePuiseuxSeriesConstructor| . |ArcHyperbolicFunctionCategory|) 235010) ((|UnivariatePuiseuxSeriesConstructor| . |ArcTrigonometricFunctionCategory|) 234959) ((|UnivariatePuiseuxSeriesConstructor| . |BasicType|) T) ((|UnivariatePuiseuxSeriesConstructor| . |BiModule|) 234815) ((|UnivariatePuiseuxSeriesConstructor| . |CancellationAbelianMonoid|) T) ((|UnivariatePuiseuxSeriesConstructor| . |CharacteristicNonZero|) 234775) ((|UnivariatePuiseuxSeriesConstructor| . |CharacteristicZero|) 234738) ((|UnivariatePuiseuxSeriesConstructor| . |CoercibleFrom|) 234554) ((|UnivariatePuiseuxSeriesConstructor| . |CoercibleTo|) 234528) ((|UnivariatePuiseuxSeriesConstructor| . |CommutativeRing|) 234494) ((|UnivariatePuiseuxSeriesConstructor| . |DifferentialDomain|) 234423) ((|UnivariatePuiseuxSeriesConstructor| . |DifferentialRing|) 234358) ((|UnivariatePuiseuxSeriesConstructor| . |DifferentialSpace|) 234293) ((|UnivariatePuiseuxSeriesConstructor| . |DivisionRing|) 234269) ((|UnivariatePuiseuxSeriesConstructor| . |ElementaryFunctionCategory|) 234218) ((|UnivariatePuiseuxSeriesConstructor| . |Eltable|) 234165) ((|UnivariatePuiseuxSeriesConstructor| . |EntireRing|) 234132) ((|UnivariatePuiseuxSeriesConstructor| . |EuclideanDomain|) 234108) ((|UnivariatePuiseuxSeriesConstructor| . |Field|) 234084) ((|UnivariatePuiseuxSeriesConstructor| . |Functorial|) 234068) ((|UnivariatePuiseuxSeriesConstructor| . |GcdDomain|) 234044) ((|UnivariatePuiseuxSeriesConstructor| . |HyperbolicFunctionCategory|) 233993) ((|UnivariatePuiseuxSeriesConstructor| . |IntegralDomain|) 233960) ((|UnivariatePuiseuxSeriesConstructor| . |LeftLinearSet|) 233842) ((|UnivariatePuiseuxSeriesConstructor| . |LeftModule|) 233739) ((|UnivariatePuiseuxSeriesConstructor| . |LinearSet|) 233583) ((|UnivariatePuiseuxSeriesConstructor| . |Module|) 233427) ((|UnivariatePuiseuxSeriesConstructor| . |Monoid|) T) ((|UnivariatePuiseuxSeriesConstructor| . |PartialDifferentialDomain|) 233287) ((|UnivariatePuiseuxSeriesConstructor| . |PartialDifferentialRing|) 233149) ((|UnivariatePuiseuxSeriesConstructor| . |PartialDifferentialSpace|) 233011) ((|UnivariatePuiseuxSeriesConstructor| . |PowerSeriesCategory|) 232944) ((|UnivariatePuiseuxSeriesConstructor| . |PrincipalIdealDomain|) 232920) ((|UnivariatePuiseuxSeriesConstructor| . |RadicalCategory|) 232869) ((|UnivariatePuiseuxSeriesConstructor| . |RetractableTo|) 232853) ((|UnivariatePuiseuxSeriesConstructor| . |RightLinearSet|) 232723) ((|UnivariatePuiseuxSeriesConstructor| . |RightModule|) 232593) ((|UnivariatePuiseuxSeriesConstructor| . |Ring|) T) ((|UnivariatePuiseuxSeriesConstructor| . |Rng|) T) ((|UnivariatePuiseuxSeriesConstructor| . |SemiGroup|) T) ((|UnivariatePuiseuxSeriesConstructor| . |SemiRing|) T) ((|UnivariatePuiseuxSeriesConstructor| . |SetCategory|) T) ((|UnivariatePuiseuxSeriesConstructor| . |TranscendentalFunctionCategory|) 232542) ((|UnivariatePuiseuxSeriesConstructor| . |TrigonometricFunctionCategory|) 232491) ((|UnivariatePuiseuxSeriesConstructor| . |Type|) T) ((|UnivariatePuiseuxSeriesConstructor| . |UniqueFactorizationDomain|) 232467) ((|UnivariatePuiseuxSeriesConstructor| . |UnivariatePowerSeriesCategory|) 232426) ((|UnivariatePuiseuxSeriesConstructor| . |UnivariatePuiseuxSeriesCategory|) 232410) ((|UnivariatePuiseuxSeries| . |UnivariatePuiseuxSeriesConstructorCategory|) 232351) ((|UnivariatePuiseuxSeries| . |AbelianGroup|) T) ((|UnivariatePuiseuxSeries| . |AbelianMonoid|) T) ((|UnivariatePuiseuxSeries| . |AbelianMonoidRing|) 232310) ((|UnivariatePuiseuxSeries| . |AbelianSemiGroup|) T) ((|UnivariatePuiseuxSeries| . |Algebra|) 232154) ((|UnivariatePuiseuxSeries| . |ArcHyperbolicFunctionCategory|) 232103) ((|UnivariatePuiseuxSeries| . |ArcTrigonometricFunctionCategory|) 232052) ((|UnivariatePuiseuxSeries| . |BasicType|) T) ((|UnivariatePuiseuxSeries| . |BiModule|) 231908) ((|UnivariatePuiseuxSeries| . |CancellationAbelianMonoid|) T) ((|UnivariatePuiseuxSeries| . |CharacteristicNonZero|) 231868) ((|UnivariatePuiseuxSeries| . |CharacteristicZero|) 231831) ((|UnivariatePuiseuxSeries| . |CoercibleFrom|) 231533) ((|UnivariatePuiseuxSeries| . |CoercibleTo|) 231507) ((|UnivariatePuiseuxSeries| . |CommutativeRing|) 231473) ((|UnivariatePuiseuxSeries| . |DifferentialDomain|) 231402) ((|UnivariatePuiseuxSeries| . |DifferentialRing|) 231337) ((|UnivariatePuiseuxSeries| . |DifferentialSpace|) 231272) ((|UnivariatePuiseuxSeries| . |DivisionRing|) 231248) ((|UnivariatePuiseuxSeries| . |ElementaryFunctionCategory|) 231197) ((|UnivariatePuiseuxSeries| . |Eltable|) 231144) ((|UnivariatePuiseuxSeries| . |EntireRing|) 231111) ((|UnivariatePuiseuxSeries| . |EuclideanDomain|) 231087) ((|UnivariatePuiseuxSeries| . |Field|) 231063) ((|UnivariatePuiseuxSeries| . |Functorial|) 231047) ((|UnivariatePuiseuxSeries| . |GcdDomain|) 231023) ((|UnivariatePuiseuxSeries| . |HyperbolicFunctionCategory|) 230972) ((|UnivariatePuiseuxSeries| . |IntegralDomain|) 230939) ((|UnivariatePuiseuxSeries| . |LeftLinearSet|) 230821) ((|UnivariatePuiseuxSeries| . |LeftModule|) 230718) ((|UnivariatePuiseuxSeries| . |LinearSet|) 230562) ((|UnivariatePuiseuxSeries| . |Module|) 230406) ((|UnivariatePuiseuxSeries| . |Monoid|) T) ((|UnivariatePuiseuxSeries| . |PartialDifferentialDomain|) 230238) ((|UnivariatePuiseuxSeries| . |PartialDifferentialRing|) 230100) ((|UnivariatePuiseuxSeries| . |PartialDifferentialSpace|) 229962) ((|UnivariatePuiseuxSeries| . |PowerSeriesCategory|) 229895) ((|UnivariatePuiseuxSeries| . |PrincipalIdealDomain|) 229871) ((|UnivariatePuiseuxSeries| . |RadicalCategory|) 229820) ((|UnivariatePuiseuxSeries| . |RetractableTo|) 229716) ((|UnivariatePuiseuxSeries| . |RightLinearSet|) 229586) ((|UnivariatePuiseuxSeries| . |RightModule|) 229456) ((|UnivariatePuiseuxSeries| . |Ring|) T) ((|UnivariatePuiseuxSeries| . |Rng|) T) ((|UnivariatePuiseuxSeries| . |SemiGroup|) T) ((|UnivariatePuiseuxSeries| . |SemiRing|) T) ((|UnivariatePuiseuxSeries| . |SetCategory|) T) ((|UnivariatePuiseuxSeries| . |TranscendentalFunctionCategory|) 229405) ((|UnivariatePuiseuxSeries| . |TrigonometricFunctionCategory|) 229354) ((|UnivariatePuiseuxSeries| . |Type|) T) ((|UnivariatePuiseuxSeries| . |UniqueFactorizationDomain|) 229330) ((|UnivariatePuiseuxSeries| . |UnivariatePowerSeriesCategory|) 229289) ((|UnivariatePuiseuxSeries| . |UnivariatePuiseuxSeriesCategory|) 229273) ((|UnivariatePolynomial| . |UnivariatePolynomialCategory|) 229257) ((|UnivariatePolynomial| . |AbelianGroup|) T) ((|UnivariatePolynomial| . |AbelianMonoid|) T) ((|UnivariatePolynomial| . |AbelianMonoidRing|) 229218) ((|UnivariatePolynomial| . |AbelianSemiGroup|) T) ((|UnivariatePolynomial| . |Algebra|) 229062) ((|UnivariatePolynomial| . |BasicType|) T) ((|UnivariatePolynomial| . |BiModule|) 228918) ((|UnivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|UnivariatePolynomial| . |CharacteristicNonZero|) 228878) ((|UnivariatePolynomial| . |CharacteristicZero|) 228841) ((|UnivariatePolynomial| . |CoercibleFrom|) 228576) ((|UnivariatePolynomial| . |CoercibleTo|) 228550) ((|UnivariatePolynomial| . |CommutativeRing|) 228516) ((|UnivariatePolynomial| . |DifferentialDomain|) 228503) ((|UnivariatePolynomial| . |DifferentialExtension|) 228487) ((|UnivariatePolynomial| . |DifferentialRing|) T) ((|UnivariatePolynomial| . |DifferentialSpace|) T) ((|UnivariatePolynomial| . |DifferentialSpaceExtension|) 228471) ((|UnivariatePolynomial| . |Eltable|) 228382) ((|UnivariatePolynomial| . |EntireRing|) 228349) ((|UnivariatePolynomial| . |EuclideanDomain|) 228325) ((|UnivariatePolynomial| . |Evalable|) 228312) ((|UnivariatePolynomial| . |FiniteAbelianMonoidRing|) 228273) ((|UnivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 228257) ((|UnivariatePolynomial| . |FullyRetractableTo|) 228241) ((|UnivariatePolynomial| . |Functorial|) 228225) ((|UnivariatePolynomial| . |GcdDomain|) 228197) ((|UnivariatePolynomial| . |InnerEvalable|) 228126) ((|UnivariatePolynomial| . |IntegralDomain|) 228093) ((|UnivariatePolynomial| . |LeftLinearSet|) 227975) ((|UnivariatePolynomial| . |LeftModule|) 227809) ((|UnivariatePolynomial| . |LinearSet|) 227653) ((|UnivariatePolynomial| . |LinearlyExplicitRingOver|) 227569) ((|UnivariatePolynomial| . |Module|) 227413) ((|UnivariatePolynomial| . |Monoid|) T) ((|UnivariatePolynomial| . |PartialDifferentialDomain|) 227249) ((|UnivariatePolynomial| . |PartialDifferentialRing|) 227147) ((|UnivariatePolynomial| . |PartialDifferentialSpace|) 226987) ((|UnivariatePolynomial| . |PolynomialCategory|) 226922) ((|UnivariatePolynomial| . |PolynomialFactorizationExplicit|) 226872) ((|UnivariatePolynomial| . |PrincipalIdealDomain|) 226848) ((|UnivariatePolynomial| . |RetractableTo|) 226663) ((|UnivariatePolynomial| . |RightLinearSet|) 226533) ((|UnivariatePolynomial| . |RightModule|) 226403) ((|UnivariatePolynomial| . |Ring|) T) ((|UnivariatePolynomial| . |Rng|) T) ((|UnivariatePolynomial| . |SemiGroup|) T) ((|UnivariatePolynomial| . |SemiRing|) T) ((|UnivariatePolynomial| . |SetCategory|) T) ((|UnivariatePolynomial| . |StepThrough|) 226373) ((|UnivariatePolynomial| . |Type|) T) ((|UnivariatePolynomial| . |UniqueFactorizationDomain|) 226323) ((|UniversalSegment| . |SegmentCategory|) 226307) ((|UniversalSegment| . |ConvertibleFrom|) 226291) ((|UniversalSegment| . |SetCategory|) 226261) ((|UniversalSegment| . |BasicType|) 226231) ((|UniversalSegment| . |CoercibleTo|) 226182) ((|UniversalSegment| . |Type|) 226152) ((|UniversalSegment| . |SegmentExpansionCategory|) 226097) ((|UnivariateLaurentSeriesConstructor| . |UnivariateLaurentSeriesConstructorCategory|) 226076) ((|UnivariateLaurentSeriesConstructor| . |AbelianGroup|) T) ((|UnivariateLaurentSeriesConstructor| . |AbelianMonoid|) T) ((|UnivariateLaurentSeriesConstructor| . |AbelianMonoidRing|) 226048) ((|UnivariateLaurentSeriesConstructor| . |AbelianSemiGroup|) T) ((|UnivariateLaurentSeriesConstructor| . |Algebra|) 225711) ((|UnivariateLaurentSeriesConstructor| . |ArcHyperbolicFunctionCategory|) 225660) ((|UnivariateLaurentSeriesConstructor| . |ArcTrigonometricFunctionCategory|) 225609) ((|UnivariateLaurentSeriesConstructor| . |BasicType|) T) ((|UnivariateLaurentSeriesConstructor| . |BiModule|) 225279) ((|UnivariateLaurentSeriesConstructor| . |CancellationAbelianMonoid|) T) ((|UnivariateLaurentSeriesConstructor| . |CharacteristicNonZero|) 225166) ((|UnivariateLaurentSeriesConstructor| . |CharacteristicZero|) 224991) ((|UnivariateLaurentSeriesConstructor| . |CoercibleFrom|) 224495) ((|UnivariateLaurentSeriesConstructor| . |CoercibleTo|) 224469) ((|UnivariateLaurentSeriesConstructor| . |CommutativeRing|) 224284) ((|UnivariateLaurentSeriesConstructor| . |ConvertibleTo|) 223830) ((|UnivariateLaurentSeriesConstructor| . |DifferentialDomain|) 223640) ((|UnivariateLaurentSeriesConstructor| . |DifferentialExtension|) 223607) ((|UnivariateLaurentSeriesConstructor| . |DifferentialRing|) 223487) ((|UnivariateLaurentSeriesConstructor| . |DifferentialSpace|) 223303) ((|UnivariateLaurentSeriesConstructor| . |DifferentialSpaceExtension|) 223270) ((|UnivariateLaurentSeriesConstructor| . |DivisionRing|) 223246) ((|UnivariateLaurentSeriesConstructor| . |ElementaryFunctionCategory|) 223195) ((|UnivariateLaurentSeriesConstructor| . |Eltable|) 223082) ((|UnivariateLaurentSeriesConstructor| . |EntireRing|) 222898) ((|UnivariateLaurentSeriesConstructor| . |EuclideanDomain|) 222874) ((|UnivariateLaurentSeriesConstructor| . |Evalable|) 222804) ((|UnivariateLaurentSeriesConstructor| . |Field|) 222780) ((|UnivariateLaurentSeriesConstructor| . |FullyEvalableOver|) 222747) ((|UnivariateLaurentSeriesConstructor| . |FullyLinearlyExplicitRingOver|) 222714) ((|UnivariateLaurentSeriesConstructor| . |FullyPatternMatchable|) 222681) ((|UnivariateLaurentSeriesConstructor| . |Functorial|) 222635) ((|UnivariateLaurentSeriesConstructor| . |GcdDomain|) 222611) ((|UnivariateLaurentSeriesConstructor| . |HyperbolicFunctionCategory|) 222560) ((|UnivariateLaurentSeriesConstructor| . |InnerEvalable|) 222391) ((|UnivariateLaurentSeriesConstructor| . |IntegralDomain|) 222207) ((|UnivariateLaurentSeriesConstructor| . |LeftLinearSet|) 222059) ((|UnivariateLaurentSeriesConstructor| . |LeftModule|) 221834) ((|UnivariateLaurentSeriesConstructor| . |LinearSet|) 221497) ((|UnivariateLaurentSeriesConstructor| . |LinearlyExplicitRingOver|) 221367) ((|UnivariateLaurentSeriesConstructor| . |Module|) 221030) ((|UnivariateLaurentSeriesConstructor| . |Monoid|) T) ((|UnivariateLaurentSeriesConstructor| . |OrderedAbelianGroup|) 220961) ((|UnivariateLaurentSeriesConstructor| . |OrderedAbelianMonoid|) 220892) ((|UnivariateLaurentSeriesConstructor| . |OrderedAbelianSemiGroup|) 220823) ((|UnivariateLaurentSeriesConstructor| . |OrderedCancellationAbelianMonoid|) 220754) ((|UnivariateLaurentSeriesConstructor| . |OrderedIntegralDomain|) 220685) ((|UnivariateLaurentSeriesConstructor| . |OrderedRing|) 220616) ((|UnivariateLaurentSeriesConstructor| . |OrderedSet|) 220485) ((|UnivariateLaurentSeriesConstructor| . |OrderedType|) 220354) ((|UnivariateLaurentSeriesConstructor| . |PartialDifferentialDomain|) 220059) ((|UnivariateLaurentSeriesConstructor| . |PartialDifferentialRing|) 219848) ((|UnivariateLaurentSeriesConstructor| . |PartialDifferentialSpace|) 219555) ((|UnivariateLaurentSeriesConstructor| . |PatternMatchable|) 219378) ((|UnivariateLaurentSeriesConstructor| . |Patternable|) 219345) ((|UnivariateLaurentSeriesConstructor| . |PolynomialFactorizationExplicit|) 219266) ((|UnivariateLaurentSeriesConstructor| . |PowerSeriesCategory|) 219212) ((|UnivariateLaurentSeriesConstructor| . |PrincipalIdealDomain|) 219188) ((|UnivariateLaurentSeriesConstructor| . |QuotientFieldCategory|) 219155) ((|UnivariateLaurentSeriesConstructor| . |RadicalCategory|) 219104) ((|UnivariateLaurentSeriesConstructor| . |RealConstant|) 219044) ((|UnivariateLaurentSeriesConstructor| . |RetractableTo|) 218764) ((|UnivariateLaurentSeriesConstructor| . |RightLinearSet|) 218453) ((|UnivariateLaurentSeriesConstructor| . |RightModule|) 218142) ((|UnivariateLaurentSeriesConstructor| . |Ring|) T) ((|UnivariateLaurentSeriesConstructor| . |Rng|) T) ((|UnivariateLaurentSeriesConstructor| . |SemiGroup|) T) ((|UnivariateLaurentSeriesConstructor| . |SemiRing|) T) ((|UnivariateLaurentSeriesConstructor| . |SetCategory|) T) ((|UnivariateLaurentSeriesConstructor| . |StepThrough|) 218083) ((|UnivariateLaurentSeriesConstructor| . |TranscendentalFunctionCategory|) 218032) ((|UnivariateLaurentSeriesConstructor| . |TrigonometricFunctionCategory|) 217981) ((|UnivariateLaurentSeriesConstructor| . |Type|) T) ((|UnivariateLaurentSeriesConstructor| . |UniqueFactorizationDomain|) 217957) ((|UnivariateLaurentSeriesConstructor| . |UnivariateLaurentSeriesCategory|) 217941) ((|UnivariateLaurentSeriesConstructor| . |UnivariatePowerSeriesCategory|) 217913) ((|UnivariateLaurentSeries| . |UnivariateLaurentSeriesConstructorCategory|) 217855) ((|UnivariateLaurentSeries| . |AbelianGroup|) T) ((|UnivariateLaurentSeries| . |AbelianMonoid|) T) ((|UnivariateLaurentSeries| . |AbelianMonoidRing|) 217827) ((|UnivariateLaurentSeries| . |AbelianSemiGroup|) T) ((|UnivariateLaurentSeries| . |Algebra|) 217604) ((|UnivariateLaurentSeries| . |ArcHyperbolicFunctionCategory|) 217553) ((|UnivariateLaurentSeries| . |ArcTrigonometricFunctionCategory|) 217502) ((|UnivariateLaurentSeries| . |BasicType|) T) ((|UnivariateLaurentSeries| . |BiModule|) 217284) ((|UnivariateLaurentSeries| . |CancellationAbelianMonoid|) T) ((|UnivariateLaurentSeries| . |CharacteristicNonZero|) 217134) ((|UnivariateLaurentSeries| . |CharacteristicZero|) 216990) ((|UnivariateLaurentSeries| . |CoercibleFrom|) 216769) ((|UnivariateLaurentSeries| . |CoercibleTo|) 216743) ((|UnivariateLaurentSeries| . |CommutativeRing|) 216709) ((|UnivariateLaurentSeries| . |ConvertibleTo|) NIL) ((|UnivariateLaurentSeries| . |DifferentialDomain|) 216445) ((|UnivariateLaurentSeries| . |DifferentialExtension|) 216375) ((|UnivariateLaurentSeries| . |DifferentialRing|) 216218) ((|UnivariateLaurentSeries| . |DifferentialSpace|) 215960) ((|UnivariateLaurentSeries| . |DifferentialSpaceExtension|) 215890) ((|UnivariateLaurentSeries| . |DivisionRing|) 215866) ((|UnivariateLaurentSeries| . |ElementaryFunctionCategory|) 215815) ((|UnivariateLaurentSeries| . |Eltable|) 215554) ((|UnivariateLaurentSeries| . |EntireRing|) 215521) ((|UnivariateLaurentSeries| . |EuclideanDomain|) 215497) ((|UnivariateLaurentSeries| . |Evalable|) 215316) ((|UnivariateLaurentSeries| . |Field|) 215292) ((|UnivariateLaurentSeries| . |FullyEvalableOver|) 215222) ((|UnivariateLaurentSeries| . |FullyLinearlyExplicitRingOver|) 215152) ((|UnivariateLaurentSeries| . |FullyPatternMatchable|) 215082) ((|UnivariateLaurentSeries| . |Functorial|) 214999) ((|UnivariateLaurentSeries| . |GcdDomain|) 214975) ((|UnivariateLaurentSeries| . |HyperbolicFunctionCategory|) 214924) ((|UnivariateLaurentSeries| . |InnerEvalable|) 214569) ((|UnivariateLaurentSeries| . |IntegralDomain|) 214536) ((|UnivariateLaurentSeries| . |LeftLinearSet|) 214351) ((|UnivariateLaurentSeries| . |LeftModule|) 214181) ((|UnivariateLaurentSeries| . |LinearSet|) 213958) ((|UnivariateLaurentSeries| . |LinearlyExplicitRingOver|) 213888) ((|UnivariateLaurentSeries| . |Module|) 213665) ((|UnivariateLaurentSeries| . |Monoid|) T) ((|UnivariateLaurentSeries| . |OrderedAbelianGroup|) NIL) ((|UnivariateLaurentSeries| . |OrderedAbelianMonoid|) NIL) ((|UnivariateLaurentSeries| . |OrderedAbelianSemiGroup|) NIL) ((|UnivariateLaurentSeries| . |OrderedCancellationAbelianMonoid|) NIL) ((|UnivariateLaurentSeries| . |OrderedIntegralDomain|) NIL) ((|UnivariateLaurentSeries| . |OrderedRing|) NIL) ((|UnivariateLaurentSeries| . |OrderedSet|) NIL) ((|UnivariateLaurentSeries| . |OrderedType|) NIL) ((|UnivariateLaurentSeries| . |PartialDifferentialDomain|) 213268) ((|UnivariateLaurentSeries| . |PartialDifferentialRing|) 213020) ((|UnivariateLaurentSeries| . |PartialDifferentialSpace|) 212653) ((|UnivariateLaurentSeries| . |PatternMatchable|) NIL) ((|UnivariateLaurentSeries| . |Patternable|) 212583) ((|UnivariateLaurentSeries| . |PolynomialFactorizationExplicit|) NIL) ((|UnivariateLaurentSeries| . |PowerSeriesCategory|) 212529) ((|UnivariateLaurentSeries| . |PrincipalIdealDomain|) 212505) ((|UnivariateLaurentSeries| . |QuotientFieldCategory|) 212435) ((|UnivariateLaurentSeries| . |RadicalCategory|) 212384) ((|UnivariateLaurentSeries| . |RealConstant|) NIL) ((|UnivariateLaurentSeries| . |RetractableTo|) 212331) ((|UnivariateLaurentSeries| . |RightLinearSet|) 212134) ((|UnivariateLaurentSeries| . |RightModule|) 211937) ((|UnivariateLaurentSeries| . |Ring|) T) ((|UnivariateLaurentSeries| . |Rng|) T) ((|UnivariateLaurentSeries| . |SemiGroup|) T) ((|UnivariateLaurentSeries| . |SemiRing|) T) ((|UnivariateLaurentSeries| . |SetCategory|) T) ((|UnivariateLaurentSeries| . |StepThrough|) NIL) ((|UnivariateLaurentSeries| . |TranscendentalFunctionCategory|) 211886) ((|UnivariateLaurentSeries| . |TrigonometricFunctionCategory|) 211835) ((|UnivariateLaurentSeries| . |Type|) T) ((|UnivariateLaurentSeries| . |UniqueFactorizationDomain|) 211811) ((|UnivariateLaurentSeries| . |UnivariateLaurentSeriesCategory|) 211795) ((|UnivariateLaurentSeries| . |UnivariatePowerSeriesCategory|) 211767) ((|UInt8| . |OrderedFinite|) T) ((|UInt8| . |BasicType|) T) ((|UInt8| . |CoercibleTo|) 211741) ((|UInt8| . |Finite|) T) ((|UInt8| . |OrderedSet|) T) ((|UInt8| . |OrderedType|) T) ((|UInt8| . |SetCategory|) T) ((|UInt8| . |Type|) T) ((|UInt8| . |Logic|) T) ((|UInt64| . |OrderedFinite|) T) ((|UInt64| . |BasicType|) T) ((|UInt64| . |CoercibleTo|) 211715) ((|UInt64| . |Finite|) T) ((|UInt64| . |OrderedSet|) T) ((|UInt64| . |OrderedType|) T) ((|UInt64| . |SetCategory|) T) ((|UInt64| . |Type|) T) ((|UInt64| . |Logic|) T) ((|UInt32| . |OrderedFinite|) T) ((|UInt32| . |BasicType|) T) ((|UInt32| . |CoercibleTo|) 211689) ((|UInt32| . |Finite|) T) ((|UInt32| . |OrderedSet|) T) ((|UInt32| . |OrderedType|) T) ((|UInt32| . |SetCategory|) T) ((|UInt32| . |Type|) T) ((|UInt32| . |Logic|) T) ((|UInt16| . |OrderedFinite|) T) ((|UInt16| . |BasicType|) T) ((|UInt16| . |CoercibleTo|) 211663) ((|UInt16| . |Finite|) T) ((|UInt16| . |OrderedSet|) T) ((|UInt16| . |OrderedType|) T) ((|UInt16| . |SetCategory|) T) ((|UInt16| . |Type|) T) ((|UInt16| . |Logic|) T) ((|TypeAst| . |SpadSyntaxCategory|) T) ((|TypeAst| . |AbstractSyntaxCategory|) T) ((|TypeAst| . |BasicType|) T) ((|TypeAst| . |CoercibleFrom|) 211641) ((|TypeAst| . |CoercibleTo|) 211596) ((|TypeAst| . |HomotopicTo|) 211574) ((|TypeAst| . |SetCategory|) T) ((|TypeAst| . |Type|) T) ((|Tuple| . |HomotopicTo|) 211539) ((|Tuple| . |CoercibleFrom|) 211504) ((|Tuple| . |CoercibleTo|) 211414) ((|Tuple| . |SetCategory|) 211384) ((|Tuple| . |BasicType|) 211354) ((|Tuple| . |Type|) 211324) ((|TaylorSeries| . |MultivariateTaylorSeriesCategory|) 211297) ((|TaylorSeries| . |AbelianGroup|) T) ((|TaylorSeries| . |AbelianMonoid|) T) ((|TaylorSeries| . |AbelianMonoidRing|) 211249) ((|TaylorSeries| . |AbelianSemiGroup|) T) ((|TaylorSeries| . |Algebra|) 211093) ((|TaylorSeries| . |ArcHyperbolicFunctionCategory|) 211042) ((|TaylorSeries| . |ArcTrigonometricFunctionCategory|) 210991) ((|TaylorSeries| . |BasicType|) T) ((|TaylorSeries| . |BiModule|) 210847) ((|TaylorSeries| . |CancellationAbelianMonoid|) T) ((|TaylorSeries| . |CharacteristicNonZero|) 210807) ((|TaylorSeries| . |CharacteristicZero|) 210770) ((|TaylorSeries| . |CoercibleFrom|) 210599) ((|TaylorSeries| . |CoercibleTo|) 210573) ((|TaylorSeries| . |CommutativeRing|) 210539) ((|TaylorSeries| . |ElementaryFunctionCategory|) 210488) ((|TaylorSeries| . |EntireRing|) 210455) ((|TaylorSeries| . |Evalable|) 210442) ((|TaylorSeries| . |Functorial|) 210426) ((|TaylorSeries| . |HyperbolicFunctionCategory|) 210375) ((|TaylorSeries| . |InnerEvalable|) 210339) ((|TaylorSeries| . |IntegralDomain|) 210306) ((|TaylorSeries| . |LeftLinearSet|) 210188) ((|TaylorSeries| . |LeftModule|) 210085) ((|TaylorSeries| . |LinearSet|) 209929) ((|TaylorSeries| . |Module|) 209773) ((|TaylorSeries| . |Monoid|) T) ((|TaylorSeries| . |PartialDifferentialDomain|) 209749) ((|TaylorSeries| . |PartialDifferentialRing|) 209727) ((|TaylorSeries| . |PartialDifferentialSpace|) 209705) ((|TaylorSeries| . |PowerSeriesCategory|) 209650) ((|TaylorSeries| . |RadicalCategory|) 209599) ((|TaylorSeries| . |RightLinearSet|) 209469) ((|TaylorSeries| . |RightModule|) 209339) ((|TaylorSeries| . |Ring|) T) ((|TaylorSeries| . |Rng|) T) ((|TaylorSeries| . |SemiGroup|) T) ((|TaylorSeries| . |SemiRing|) T) ((|TaylorSeries| . |SetCategory|) T) ((|TaylorSeries| . |TranscendentalFunctionCategory|) 209288) ((|TaylorSeries| . |TrigonometricFunctionCategory|) 209237) ((|TaylorSeries| . |Type|) T) ((|Tree| . |RecursiveAggregate|) 209221) ((|Tree| . |Aggregate|) T) ((|Tree| . |BasicType|) 209193) ((|Tree| . |CoercibleTo|) 209129) ((|Tree| . |Evalable|) 209053) ((|Tree| . |Functorial|) 209037) ((|Tree| . |HomogeneousAggregate|) 209021) ((|Tree| . |InnerEvalable|) 208940) ((|Tree| . |SetCategory|) 208910) ((|Tree| . |Type|) T) ((|Tree| . |FiniteAggregate|) 208894) ((|Tree| . |ShallowlyMutableAggregate|) 208878) ((|TextFile| . |FileCategory|) 208843) ((|TextFile| . |BasicType|) T) ((|TextFile| . |CoercibleTo|) 208817) ((|TextFile| . |SetCategory|) T) ((|TextFile| . |Type|) T) ((|TexFormat| . |SetCategory|) T) ((|TexFormat| . |BasicType|) T) ((|TexFormat| . |CoercibleTo|) 208791) ((|TexFormat| . |Type|) T) ((|TexFormat| . |CoercibleFrom|) 208765) ((|TermAlgebraOperator| . |OperatorCategory|) 208749) ((|TermAlgebraOperator| . |BasicType|) T) ((|TermAlgebraOperator| . |CoercibleTo|) 208723) ((|TermAlgebraOperator| . |SetCategory|) T) ((|TermAlgebraOperator| . |Type|) T) ((|Tableau| . |CoercibleTo|) 208697) ((|Table| . |TableAggregate|) 208676) ((|Table| . |Aggregate|) T) ((|Table| . |BagAggregate|) 208618) ((|Table| . |BasicType|) T) ((|Table| . |CoercibleTo|) 208592) ((|Table| . |Collection|) 208534) ((|Table| . |Dictionary|) 208476) ((|Table| . |DictionaryOperations|) 208418) ((|Table| . |Eltable|) 208397) ((|Table| . |EltableAggregate|) 208376) ((|Table| . |Evalable|) 208136) ((|Table| . |FiniteAggregate|) 208078) ((|Table| . |Functorial|) 208007) ((|Table| . |HomogeneousAggregate|) 207936) ((|Table| . |IndexedAggregate|) 207915) ((|Table| . |InnerEvalable|) 207663) ((|Table| . |KeyedDictionary|) 207642) ((|Table| . |SetCategory|) T) ((|Table| . |ShallowlyMutableAggregate|) 207571) ((|Table| . |Type|) T) ((|SystemPointer| . |SetCategory|) T) ((|SystemPointer| . |BasicType|) T) ((|SystemPointer| . |CoercibleTo|) 207545) ((|SystemPointer| . |Type|) T) ((|SystemNonNegativeInteger| . |OrderedFinite|) T) ((|SystemNonNegativeInteger| . |BasicType|) T) ((|SystemNonNegativeInteger| . |CoercibleTo|) 207519) ((|SystemNonNegativeInteger| . |Finite|) T) ((|SystemNonNegativeInteger| . |OrderedSet|) T) ((|SystemNonNegativeInteger| . |OrderedType|) T) ((|SystemNonNegativeInteger| . |SetCategory|) T) ((|SystemNonNegativeInteger| . |Type|) T) ((|SystemNonNegativeInteger| . |Logic|) T) ((|SystemInteger| . |OrderedFinite|) T) ((|SystemInteger| . |BasicType|) T) ((|SystemInteger| . |CoercibleTo|) 207493) ((|SystemInteger| . |Finite|) T) ((|SystemInteger| . |OrderedSet|) T) ((|SystemInteger| . |OrderedType|) T) ((|SystemInteger| . |SetCategory|) T) ((|SystemInteger| . |Type|) T) ((|Syntax| . |UnionType|) T) ((|Syntax| . |SetCategory|) T) ((|Syntax| . |BasicType|) T) ((|Syntax| . |CoercibleTo|) 207445) ((|Syntax| . |Type|) T) ((|Syntax| . |RetractableTo|) 207356) ((|Syntax| . |CoercibleFrom|) 207267) ((|SymbolTable| . |CoercibleTo|) 207196) ((|TheSymbolTable| . |CoercibleTo|) 207170) ((|SymmetricPolynomial| . |FiniteAbelianMonoidRing|) 207140) ((|SymmetricPolynomial| . |AbelianGroup|) T) ((|SymmetricPolynomial| . |AbelianMonoid|) T) ((|SymmetricPolynomial| . |AbelianMonoidRing|) 207110) ((|SymmetricPolynomial| . |AbelianSemiGroup|) T) ((|SymmetricPolynomial| . |Algebra|) 206954) ((|SymmetricPolynomial| . |BasicType|) T) ((|SymmetricPolynomial| . |BiModule|) 206810) ((|SymmetricPolynomial| . |CancellationAbelianMonoid|) T) ((|SymmetricPolynomial| . |CharacteristicNonZero|) 206770) ((|SymmetricPolynomial| . |CharacteristicZero|) 206733) ((|SymmetricPolynomial| . |CoercibleFrom|) 206528) ((|SymmetricPolynomial| . |CoercibleTo|) 206502) ((|SymmetricPolynomial| . |CommutativeRing|) 206468) ((|SymmetricPolynomial| . |EntireRing|) 206435) ((|SymmetricPolynomial| . |FullyRetractableTo|) 206419) ((|SymmetricPolynomial| . |Functorial|) 206403) ((|SymmetricPolynomial| . |IntegralDomain|) 206370) ((|SymmetricPolynomial| . |LeftLinearSet|) 206252) ((|SymmetricPolynomial| . |LeftModule|) 206149) ((|SymmetricPolynomial| . |LinearSet|) 205993) ((|SymmetricPolynomial| . |Module|) 205837) ((|SymmetricPolynomial| . |Monoid|) T) ((|SymmetricPolynomial| . |RetractableTo|) 205686) ((|SymmetricPolynomial| . |RightLinearSet|) 205556) ((|SymmetricPolynomial| . |RightModule|) 205426) ((|SymmetricPolynomial| . |Ring|) T) ((|SymmetricPolynomial| . |Rng|) T) ((|SymmetricPolynomial| . |SemiGroup|) T) ((|SymmetricPolynomial| . |SemiRing|) T) ((|SymmetricPolynomial| . |SetCategory|) T) ((|SymmetricPolynomial| . |Type|) T) ((|Symbol| . |OrderedSet|) T) ((|Symbol| . |BasicType|) T) ((|Symbol| . |CoercibleTo|) 205400) ((|Symbol| . |OrderedType|) T) ((|Symbol| . |SetCategory|) T) ((|Symbol| . |Type|) T) ((|Symbol| . |ConvertibleTo|) 205294) ((|Symbol| . |CoercibleFrom|) 205249) ((|Symbol| . |RetractableTo|) 205223) ((|Symbol| . |PatternMatchable|) 205182) ((|SparseUnivariateTaylorSeries| . |UnivariateTaylorSeriesCategory|) 205166) ((|SparseUnivariateTaylorSeries| . |AbelianGroup|) T) ((|SparseUnivariateTaylorSeries| . |AbelianMonoid|) T) ((|SparseUnivariateTaylorSeries| . |AbelianMonoidRing|) 205127) ((|SparseUnivariateTaylorSeries| . |AbelianSemiGroup|) T) ((|SparseUnivariateTaylorSeries| . |Algebra|) 204971) ((|SparseUnivariateTaylorSeries| . |ArcHyperbolicFunctionCategory|) 204920) ((|SparseUnivariateTaylorSeries| . |ArcTrigonometricFunctionCategory|) 204869) ((|SparseUnivariateTaylorSeries| . |BasicType|) T) ((|SparseUnivariateTaylorSeries| . |BiModule|) 204725) ((|SparseUnivariateTaylorSeries| . |CancellationAbelianMonoid|) T) ((|SparseUnivariateTaylorSeries| . |CharacteristicNonZero|) 204685) ((|SparseUnivariateTaylorSeries| . |CharacteristicZero|) 204648) ((|SparseUnivariateTaylorSeries| . |CoercibleFrom|) 204477) ((|SparseUnivariateTaylorSeries| . |CoercibleTo|) 204451) ((|SparseUnivariateTaylorSeries| . |CommutativeRing|) 204417) ((|SparseUnivariateTaylorSeries| . |DifferentialDomain|) 204348) ((|SparseUnivariateTaylorSeries| . |DifferentialRing|) 204285) ((|SparseUnivariateTaylorSeries| . |DifferentialSpace|) 204222) ((|SparseUnivariateTaylorSeries| . |ElementaryFunctionCategory|) 204171) ((|SparseUnivariateTaylorSeries| . |Eltable|) 204120) ((|SparseUnivariateTaylorSeries| . |EntireRing|) 204087) ((|SparseUnivariateTaylorSeries| . |Functorial|) 204071) ((|SparseUnivariateTaylorSeries| . |HyperbolicFunctionCategory|) 204020) ((|SparseUnivariateTaylorSeries| . |IntegralDomain|) 203987) ((|SparseUnivariateTaylorSeries| . |LeftLinearSet|) 203869) ((|SparseUnivariateTaylorSeries| . |LeftModule|) 203766) ((|SparseUnivariateTaylorSeries| . |LinearSet|) 203610) ((|SparseUnivariateTaylorSeries| . |Module|) 203454) ((|SparseUnivariateTaylorSeries| . |Monoid|) T) ((|SparseUnivariateTaylorSeries| . |PartialDifferentialDomain|) 203288) ((|SparseUnivariateTaylorSeries| . |PartialDifferentialRing|) 203152) ((|SparseUnivariateTaylorSeries| . |PartialDifferentialSpace|) 203016) ((|SparseUnivariateTaylorSeries| . |PowerSeriesCategory|) 202951) ((|SparseUnivariateTaylorSeries| . |RadicalCategory|) 202900) ((|SparseUnivariateTaylorSeries| . |RightLinearSet|) 202770) ((|SparseUnivariateTaylorSeries| . |RightModule|) 202640) ((|SparseUnivariateTaylorSeries| . |Ring|) T) ((|SparseUnivariateTaylorSeries| . |Rng|) T) ((|SparseUnivariateTaylorSeries| . |SemiGroup|) T) ((|SparseUnivariateTaylorSeries| . |SemiRing|) T) ((|SparseUnivariateTaylorSeries| . |SetCategory|) T) ((|SparseUnivariateTaylorSeries| . |TranscendentalFunctionCategory|) 202589) ((|SparseUnivariateTaylorSeries| . |TrigonometricFunctionCategory|) 202538) ((|SparseUnivariateTaylorSeries| . |Type|) T) ((|SparseUnivariateTaylorSeries| . |UnivariatePowerSeriesCategory|) 202499) ((|SparseUnivariatePuiseuxSeries| . |UnivariatePuiseuxSeriesConstructorCategory|) 202434) ((|SparseUnivariatePuiseuxSeries| . |AbelianGroup|) T) ((|SparseUnivariatePuiseuxSeries| . |AbelianMonoid|) T) ((|SparseUnivariatePuiseuxSeries| . |AbelianMonoidRing|) 202393) ((|SparseUnivariatePuiseuxSeries| . |AbelianSemiGroup|) T) ((|SparseUnivariatePuiseuxSeries| . |Algebra|) 202237) ((|SparseUnivariatePuiseuxSeries| . |ArcHyperbolicFunctionCategory|) 202186) ((|SparseUnivariatePuiseuxSeries| . |ArcTrigonometricFunctionCategory|) 202135) ((|SparseUnivariatePuiseuxSeries| . |BasicType|) T) ((|SparseUnivariatePuiseuxSeries| . |BiModule|) 201991) ((|SparseUnivariatePuiseuxSeries| . |CancellationAbelianMonoid|) T) ((|SparseUnivariatePuiseuxSeries| . |CharacteristicNonZero|) 201951) ((|SparseUnivariatePuiseuxSeries| . |CharacteristicZero|) 201914) ((|SparseUnivariatePuiseuxSeries| . |CoercibleFrom|) 201604) ((|SparseUnivariatePuiseuxSeries| . |CoercibleTo|) 201578) ((|SparseUnivariatePuiseuxSeries| . |CommutativeRing|) 201544) ((|SparseUnivariatePuiseuxSeries| . |DifferentialDomain|) 201473) ((|SparseUnivariatePuiseuxSeries| . |DifferentialRing|) 201408) ((|SparseUnivariatePuiseuxSeries| . |DifferentialSpace|) 201343) ((|SparseUnivariatePuiseuxSeries| . |DivisionRing|) 201319) ((|SparseUnivariatePuiseuxSeries| . |ElementaryFunctionCategory|) 201268) ((|SparseUnivariatePuiseuxSeries| . |Eltable|) 201215) ((|SparseUnivariatePuiseuxSeries| . |EntireRing|) 201182) ((|SparseUnivariatePuiseuxSeries| . |EuclideanDomain|) 201158) ((|SparseUnivariatePuiseuxSeries| . |Field|) 201134) ((|SparseUnivariatePuiseuxSeries| . |Functorial|) 201118) ((|SparseUnivariatePuiseuxSeries| . |GcdDomain|) 201094) ((|SparseUnivariatePuiseuxSeries| . |HyperbolicFunctionCategory|) 201043) ((|SparseUnivariatePuiseuxSeries| . |IntegralDomain|) 201010) ((|SparseUnivariatePuiseuxSeries| . |LeftLinearSet|) 200892) ((|SparseUnivariatePuiseuxSeries| . |LeftModule|) 200789) ((|SparseUnivariatePuiseuxSeries| . |LinearSet|) 200633) ((|SparseUnivariatePuiseuxSeries| . |Module|) 200477) ((|SparseUnivariatePuiseuxSeries| . |Monoid|) T) ((|SparseUnivariatePuiseuxSeries| . |PartialDifferentialDomain|) 200309) ((|SparseUnivariatePuiseuxSeries| . |PartialDifferentialRing|) 200171) ((|SparseUnivariatePuiseuxSeries| . |PartialDifferentialSpace|) 200033) ((|SparseUnivariatePuiseuxSeries| . |PowerSeriesCategory|) 199966) ((|SparseUnivariatePuiseuxSeries| . |PrincipalIdealDomain|) 199942) ((|SparseUnivariatePuiseuxSeries| . |RadicalCategory|) 199891) ((|SparseUnivariatePuiseuxSeries| . |RetractableTo|) 199775) ((|SparseUnivariatePuiseuxSeries| . |RightLinearSet|) 199645) ((|SparseUnivariatePuiseuxSeries| . |RightModule|) 199515) ((|SparseUnivariatePuiseuxSeries| . |Ring|) T) ((|SparseUnivariatePuiseuxSeries| . |Rng|) T) ((|SparseUnivariatePuiseuxSeries| . |SemiGroup|) T) ((|SparseUnivariatePuiseuxSeries| . |SemiRing|) T) ((|SparseUnivariatePuiseuxSeries| . |SetCategory|) T) ((|SparseUnivariatePuiseuxSeries| . |TranscendentalFunctionCategory|) 199464) ((|SparseUnivariatePuiseuxSeries| . |TrigonometricFunctionCategory|) 199413) ((|SparseUnivariatePuiseuxSeries| . |Type|) T) ((|SparseUnivariatePuiseuxSeries| . |UniqueFactorizationDomain|) 199389) ((|SparseUnivariatePuiseuxSeries| . |UnivariatePowerSeriesCategory|) 199348) ((|SparseUnivariatePuiseuxSeries| . |UnivariatePuiseuxSeriesCategory|) 199332) ((|SparseUnivariatePolynomial| . |UnivariatePolynomialCategory|) 199316) ((|SparseUnivariatePolynomial| . |AbelianGroup|) T) ((|SparseUnivariatePolynomial| . |AbelianMonoid|) T) ((|SparseUnivariatePolynomial| . |AbelianMonoidRing|) 199277) ((|SparseUnivariatePolynomial| . |AbelianSemiGroup|) T) ((|SparseUnivariatePolynomial| . |Algebra|) 199121) ((|SparseUnivariatePolynomial| . |BasicType|) T) ((|SparseUnivariatePolynomial| . |BiModule|) 198977) ((|SparseUnivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|SparseUnivariatePolynomial| . |CharacteristicNonZero|) 198937) ((|SparseUnivariatePolynomial| . |CharacteristicZero|) 198900) ((|SparseUnivariatePolynomial| . |CoercibleFrom|) 198661) ((|SparseUnivariatePolynomial| . |CoercibleTo|) 198635) ((|SparseUnivariatePolynomial| . |CommutativeRing|) 198601) ((|SparseUnivariatePolynomial| . |DifferentialDomain|) 198588) ((|SparseUnivariatePolynomial| . |DifferentialExtension|) 198572) ((|SparseUnivariatePolynomial| . |DifferentialRing|) T) ((|SparseUnivariatePolynomial| . |DifferentialSpace|) T) ((|SparseUnivariatePolynomial| . |DifferentialSpaceExtension|) 198556) ((|SparseUnivariatePolynomial| . |Eltable|) 198467) ((|SparseUnivariatePolynomial| . |EntireRing|) 198434) ((|SparseUnivariatePolynomial| . |EuclideanDomain|) 198410) ((|SparseUnivariatePolynomial| . |Evalable|) 198397) ((|SparseUnivariatePolynomial| . |FiniteAbelianMonoidRing|) 198358) ((|SparseUnivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 198342) ((|SparseUnivariatePolynomial| . |FullyRetractableTo|) 198326) ((|SparseUnivariatePolynomial| . |Functorial|) 198310) ((|SparseUnivariatePolynomial| . |GcdDomain|) 198282) ((|SparseUnivariatePolynomial| . |InnerEvalable|) 198211) ((|SparseUnivariatePolynomial| . |IntegralDomain|) 198178) ((|SparseUnivariatePolynomial| . |LeftLinearSet|) 198060) ((|SparseUnivariatePolynomial| . |LeftModule|) 197894) ((|SparseUnivariatePolynomial| . |LinearSet|) 197738) ((|SparseUnivariatePolynomial| . |LinearlyExplicitRingOver|) 197654) ((|SparseUnivariatePolynomial| . |Module|) 197498) ((|SparseUnivariatePolynomial| . |Monoid|) T) ((|SparseUnivariatePolynomial| . |PartialDifferentialDomain|) 197334) ((|SparseUnivariatePolynomial| . |PartialDifferentialRing|) 197232) ((|SparseUnivariatePolynomial| . |PartialDifferentialSpace|) 197072) ((|SparseUnivariatePolynomial| . |PolynomialCategory|) 197007) ((|SparseUnivariatePolynomial| . |PolynomialFactorizationExplicit|) 196957) ((|SparseUnivariatePolynomial| . |PrincipalIdealDomain|) 196933) ((|SparseUnivariatePolynomial| . |RetractableTo|) 196748) ((|SparseUnivariatePolynomial| . |RightLinearSet|) 196618) ((|SparseUnivariatePolynomial| . |RightModule|) 196488) ((|SparseUnivariatePolynomial| . |Ring|) T) ((|SparseUnivariatePolynomial| . |Rng|) T) ((|SparseUnivariatePolynomial| . |SemiGroup|) T) ((|SparseUnivariatePolynomial| . |SemiRing|) T) ((|SparseUnivariatePolynomial| . |SetCategory|) T) ((|SparseUnivariatePolynomial| . |StepThrough|) 196458) ((|SparseUnivariatePolynomial| . |Type|) T) ((|SparseUnivariatePolynomial| . |UniqueFactorizationDomain|) 196408) ((|SparseUnivariateLaurentSeries| . |UnivariateLaurentSeriesConstructorCategory|) 196344) ((|SparseUnivariateLaurentSeries| . |AbelianGroup|) T) ((|SparseUnivariateLaurentSeries| . |AbelianMonoid|) T) ((|SparseUnivariateLaurentSeries| . |AbelianMonoidRing|) 196316) ((|SparseUnivariateLaurentSeries| . |AbelianSemiGroup|) T) ((|SparseUnivariateLaurentSeries| . |Algebra|) 196087) ((|SparseUnivariateLaurentSeries| . |ArcHyperbolicFunctionCategory|) 196036) ((|SparseUnivariateLaurentSeries| . |ArcTrigonometricFunctionCategory|) 195985) ((|SparseUnivariateLaurentSeries| . |BasicType|) T) ((|SparseUnivariateLaurentSeries| . |BiModule|) 195761) ((|SparseUnivariateLaurentSeries| . |CancellationAbelianMonoid|) T) ((|SparseUnivariateLaurentSeries| . |CharacteristicNonZero|) 195605) ((|SparseUnivariateLaurentSeries| . |CharacteristicZero|) 195455) ((|SparseUnivariateLaurentSeries| . |CoercibleFrom|) 195228) ((|SparseUnivariateLaurentSeries| . |CoercibleTo|) 195202) ((|SparseUnivariateLaurentSeries| . |CommutativeRing|) 195168) ((|SparseUnivariateLaurentSeries| . |ConvertibleTo|) NIL) ((|SparseUnivariateLaurentSeries| . |DifferentialDomain|) 194892) ((|SparseUnivariateLaurentSeries| . |DifferentialExtension|) 194816) ((|SparseUnivariateLaurentSeries| . |DifferentialRing|) 194653) ((|SparseUnivariateLaurentSeries| . |DifferentialSpace|) 194383) ((|SparseUnivariateLaurentSeries| . |DifferentialSpaceExtension|) 194307) ((|SparseUnivariateLaurentSeries| . |DivisionRing|) 194283) ((|SparseUnivariateLaurentSeries| . |ElementaryFunctionCategory|) 194232) ((|SparseUnivariateLaurentSeries| . |Eltable|) 193947) ((|SparseUnivariateLaurentSeries| . |EntireRing|) 193914) ((|SparseUnivariateLaurentSeries| . |EuclideanDomain|) 193890) ((|SparseUnivariateLaurentSeries| . |Evalable|) 193691) ((|SparseUnivariateLaurentSeries| . |Field|) 193667) ((|SparseUnivariateLaurentSeries| . |FullyEvalableOver|) 193591) ((|SparseUnivariateLaurentSeries| . |FullyLinearlyExplicitRingOver|) 193515) ((|SparseUnivariateLaurentSeries| . |FullyPatternMatchable|) 193439) ((|SparseUnivariateLaurentSeries| . |Functorial|) 193350) ((|SparseUnivariateLaurentSeries| . |GcdDomain|) 193326) ((|SparseUnivariateLaurentSeries| . |HyperbolicFunctionCategory|) 193275) ((|SparseUnivariateLaurentSeries| . |InnerEvalable|) 192890) ((|SparseUnivariateLaurentSeries| . |IntegralDomain|) 192857) ((|SparseUnivariateLaurentSeries| . |LeftLinearSet|) 192666) ((|SparseUnivariateLaurentSeries| . |LeftModule|) 192490) ((|SparseUnivariateLaurentSeries| . |LinearSet|) 192261) ((|SparseUnivariateLaurentSeries| . |LinearlyExplicitRingOver|) 192185) ((|SparseUnivariateLaurentSeries| . |Module|) 191956) ((|SparseUnivariateLaurentSeries| . |Monoid|) T) ((|SparseUnivariateLaurentSeries| . |OrderedAbelianGroup|) NIL) ((|SparseUnivariateLaurentSeries| . |OrderedAbelianMonoid|) NIL) ((|SparseUnivariateLaurentSeries| . |OrderedAbelianSemiGroup|) NIL) ((|SparseUnivariateLaurentSeries| . |OrderedCancellationAbelianMonoid|) NIL) ((|SparseUnivariateLaurentSeries| . |OrderedIntegralDomain|) NIL) ((|SparseUnivariateLaurentSeries| . |OrderedRing|) NIL) ((|SparseUnivariateLaurentSeries| . |OrderedSet|) NIL) ((|SparseUnivariateLaurentSeries| . |OrderedType|) NIL) ((|SparseUnivariateLaurentSeries| . |PartialDifferentialDomain|) 191547) ((|SparseUnivariateLaurentSeries| . |PartialDifferentialRing|) 191293) ((|SparseUnivariateLaurentSeries| . |PartialDifferentialSpace|) 190914) ((|SparseUnivariateLaurentSeries| . |PatternMatchable|) NIL) ((|SparseUnivariateLaurentSeries| . |Patternable|) 190838) ((|SparseUnivariateLaurentSeries| . |PolynomialFactorizationExplicit|) NIL) ((|SparseUnivariateLaurentSeries| . |PowerSeriesCategory|) 190784) ((|SparseUnivariateLaurentSeries| . |PrincipalIdealDomain|) 190760) ((|SparseUnivariateLaurentSeries| . |QuotientFieldCategory|) 190684) ((|SparseUnivariateLaurentSeries| . |RadicalCategory|) 190633) ((|SparseUnivariateLaurentSeries| . |RealConstant|) NIL) ((|SparseUnivariateLaurentSeries| . |RetractableTo|) 190574) ((|SparseUnivariateLaurentSeries| . |RightLinearSet|) 190371) ((|SparseUnivariateLaurentSeries| . |RightModule|) 190168) ((|SparseUnivariateLaurentSeries| . |Ring|) T) ((|SparseUnivariateLaurentSeries| . |Rng|) T) ((|SparseUnivariateLaurentSeries| . |SemiGroup|) T) ((|SparseUnivariateLaurentSeries| . |SemiRing|) T) ((|SparseUnivariateLaurentSeries| . |SetCategory|) T) ((|SparseUnivariateLaurentSeries| . |StepThrough|) NIL) ((|SparseUnivariateLaurentSeries| . |TranscendentalFunctionCategory|) 190117) ((|SparseUnivariateLaurentSeries| . |TrigonometricFunctionCategory|) 190066) ((|SparseUnivariateLaurentSeries| . |Type|) T) ((|SparseUnivariateLaurentSeries| . |UniqueFactorizationDomain|) 190042) ((|SparseUnivariateLaurentSeries| . |UnivariateLaurentSeriesCategory|) 190026) ((|SparseUnivariateLaurentSeries| . |UnivariatePowerSeriesCategory|) 189998) ((|SuchThatAst| . |SpadSyntaxCategory|) T) ((|SuchThatAst| . |AbstractSyntaxCategory|) T) ((|SuchThatAst| . |BasicType|) T) ((|SuchThatAst| . |CoercibleFrom|) 189976) ((|SuchThatAst| . |CoercibleTo|) 189931) ((|SuchThatAst| . |HomotopicTo|) 189909) ((|SuchThatAst| . |SetCategory|) T) ((|SuchThatAst| . |Type|) T) ((|SuchThat| . |SetCategory|) T) ((|SuchThat| . |BasicType|) T) ((|SuchThat| . |CoercibleTo|) 189883) ((|SuchThat| . |Type|) T) ((|SubSpace| . |SetCategory|) T) ((|SubSpace| . |BasicType|) T) ((|SubSpace| . |CoercibleTo|) 189857) ((|SubSpace| . |Type|) T) ((|StringTable| . |TableAggregate|) 189830) ((|StringTable| . |Aggregate|) T) ((|StringTable| . |BagAggregate|) 189766) ((|StringTable| . |BasicType|) T) ((|StringTable| . |CoercibleTo|) 189740) ((|StringTable| . |Collection|) 189676) ((|StringTable| . |Dictionary|) 189612) ((|StringTable| . |DictionaryOperations|) 189548) ((|StringTable| . |Eltable|) 189521) ((|StringTable| . |EltableAggregate|) 189494) ((|StringTable| . |Evalable|) 189247) ((|StringTable| . |FiniteAggregate|) 189183) ((|StringTable| . |Functorial|) 189106) ((|StringTable| . |HomogeneousAggregate|) 189029) ((|StringTable| . |IndexedAggregate|) 189002) ((|StringTable| . |InnerEvalable|) 188704) ((|StringTable| . |KeyedDictionary|) 188677) ((|StringTable| . |SetCategory|) T) ((|StringTable| . |ShallowlyMutableAggregate|) 188600) ((|StringTable| . |Type|) T) ((|String| . |StringAggregate|) T) ((|String| . |Aggregate|) T) ((|String| . |BasicType|) T) ((|String| . |CoercibleTo|) 188574) ((|String| . |Collection|) 188549) ((|String| . |Eltable|) 188474) ((|String| . |EltableAggregate|) 188437) ((|String| . |FiniteAggregate|) 188412) ((|String| . |FiniteLinearAggregate|) 188387) ((|String| . |Functorial|) 188362) ((|String| . |HomogeneousAggregate|) 188337) ((|String| . |IndexedAggregate|) 188300) ((|String| . |LinearAggregate|) 188275) ((|String| . |OneDimensionalArrayAggregate|) 188250) ((|String| . |OrderedSet|) T) ((|String| . |OrderedType|) T) ((|String| . |SetCategory|) T) ((|String| . |ShallowlyMutableAggregate|) 188225) ((|String| . |Type|) T) ((|Stream| . |LazyStreamAggregate|) 188209) ((|Stream| . |Aggregate|) T) ((|Stream| . |BasicType|) 188181) ((|Stream| . |CoercibleTo|) 188117) ((|Stream| . |Collection|) 188101) ((|Stream| . |ConvertibleTo|) 188037) ((|Stream| . |Eltable|) 187971) ((|Stream| . |EltableAggregate|) 187943) ((|Stream| . |Evalable|) 187867) ((|Stream| . |Functorial|) 187851) ((|Stream| . |HomogeneousAggregate|) 187835) ((|Stream| . |IndexedAggregate|) 187807) ((|Stream| . |InnerEvalable|) 187726) ((|Stream| . |LinearAggregate|) 187710) ((|Stream| . |RecursiveAggregate|) 187694) ((|Stream| . |SetCategory|) 187664) ((|Stream| . |StreamAggregate|) 187648) ((|Stream| . |Type|) T) ((|Stream| . |UnaryRecursiveAggregate|) 187632) ((|Stream| . |CoercibleFrom|) 187607) ((|Stream| . |ShallowlyMutableAggregate|) 187591) ((|StepAst| . |SpadSyntaxCategory|) T) ((|StepAst| . |AbstractSyntaxCategory|) T) ((|StepAst| . |BasicType|) T) ((|StepAst| . |CoercibleFrom|) 187569) ((|StepAst| . |CoercibleTo|) 187524) ((|StepAst| . |HomotopicTo|) 187502) ((|StepAst| . |SetCategory|) T) ((|StepAst| . |Type|) T) ((|SparseTable| . |TableAggregate|) 187481) ((|SparseTable| . |Aggregate|) T) ((|SparseTable| . |BagAggregate|) 187423) ((|SparseTable| . |BasicType|) T) ((|SparseTable| . |CoercibleTo|) 187397) ((|SparseTable| . |Collection|) 187339) ((|SparseTable| . |Dictionary|) 187281) ((|SparseTable| . |DictionaryOperations|) 187223) ((|SparseTable| . |Eltable|) 187202) ((|SparseTable| . |EltableAggregate|) 187181) ((|SparseTable| . |Evalable|) 186941) ((|SparseTable| . |FiniteAggregate|) 186883) ((|SparseTable| . |Functorial|) 186812) ((|SparseTable| . |HomogeneousAggregate|) 186741) ((|SparseTable| . |IndexedAggregate|) 186720) ((|SparseTable| . |InnerEvalable|) 186468) ((|SparseTable| . |KeyedDictionary|) 186447) ((|SparseTable| . |SetCategory|) T) ((|SparseTable| . |ShallowlyMutableAggregate|) 186376) ((|SparseTable| . |Type|) T) ((|Stack| . |StackAggregate|) 186360) ((|Stack| . |Aggregate|) T) ((|Stack| . |BagAggregate|) 186344) ((|Stack| . |BasicType|) 186316) ((|Stack| . |CoercibleTo|) 186252) ((|Stack| . |Evalable|) 186176) ((|Stack| . |FiniteAggregate|) 186160) ((|Stack| . |Functorial|) 186144) ((|Stack| . |HomogeneousAggregate|) 186128) ((|Stack| . |InnerEvalable|) 186047) ((|Stack| . |SetCategory|) 186017) ((|Stack| . |ShallowlyMutableAggregate|) 186001) ((|Stack| . |Type|) T) ((|SquareFreeRegularTriangularSet| . |SquareFreeRegularTriangularSetCategory|) 185970) ((|SquareFreeRegularTriangularSet| . |Aggregate|) T) ((|SquareFreeRegularTriangularSet| . |BasicType|) T) ((|SquareFreeRegularTriangularSet| . |CoercibleTo|) 185922) ((|SquareFreeRegularTriangularSet| . |Collection|) 185906) ((|SquareFreeRegularTriangularSet| . |ConvertibleTo|) 185842) ((|SquareFreeRegularTriangularSet| . |Evalable|) 185766) ((|SquareFreeRegularTriangularSet| . |FiniteAggregate|) 185750) ((|SquareFreeRegularTriangularSet| . |Functorial|) 185734) ((|SquareFreeRegularTriangularSet| . |HomogeneousAggregate|) 185718) ((|SquareFreeRegularTriangularSet| . |InnerEvalable|) 185637) ((|SquareFreeRegularTriangularSet| . |PolynomialSetCategory|) 185606) ((|SquareFreeRegularTriangularSet| . |RegularTriangularSetCategory|) 185575) ((|SquareFreeRegularTriangularSet| . |SetCategory|) T) ((|SquareFreeRegularTriangularSet| . |ShallowlyMutableAggregate|) 185559) ((|SquareFreeRegularTriangularSet| . |TriangularSetCategory|) 185528) ((|SquareFreeRegularTriangularSet| . |Type|) T) ((|SquareMatrix| . |SquareMatrixCategory|) 185472) ((|SquareMatrix| . |AbelianGroup|) T) ((|SquareMatrix| . |AbelianMonoid|) T) ((|SquareMatrix| . |AbelianSemiGroup|) T) ((|SquareMatrix| . |Aggregate|) T) ((|SquareMatrix| . |Algebra|) 185417) ((|SquareMatrix| . |BasicType|) T) ((|SquareMatrix| . |BiModule|) 185396) ((|SquareMatrix| . |CancellationAbelianMonoid|) T) ((|SquareMatrix| . |CoercibleFrom|) 185282) ((|SquareMatrix| . |CoercibleTo|) 185232) ((|SquareMatrix| . |DifferentialDomain|) 185190) ((|SquareMatrix| . |DifferentialExtension|) 185174) ((|SquareMatrix| . |DifferentialRing|) 185139) ((|SquareMatrix| . |DifferentialSpace|) 185103) ((|SquareMatrix| . |DifferentialSpaceExtension|) 185087) ((|SquareMatrix| . |Evalable|) 185011) ((|SquareMatrix| . |FiniteAggregate|) 184995) ((|SquareMatrix| . |FullyLinearlyExplicitRingOver|) 184979) ((|SquareMatrix| . |FullyRetractableTo|) 184963) ((|SquareMatrix| . |Functorial|) 184947) ((|SquareMatrix| . |HomogeneousAggregate|) 184931) ((|SquareMatrix| . |InnerEvalable|) 184850) ((|SquareMatrix| . |LeftLinearSet|) 184804) ((|SquareMatrix| . |LeftModule|) 184710) ((|SquareMatrix| . |LinearSet|) 184617) ((|SquareMatrix| . |LinearlyExplicitRingOver|) 184533) ((|SquareMatrix| . |Module|) 184440) ((|SquareMatrix| . |Monoid|) T) ((|SquareMatrix| . |PartialDifferentialDomain|) 184312) ((|SquareMatrix| . |PartialDifferentialRing|) 184244) ((|SquareMatrix| . |PartialDifferentialSpace|) 184118) ((|SquareMatrix| . |RectangularMatrixCategory|) 184057) ((|SquareMatrix| . |RetractableTo|) 183906) ((|SquareMatrix| . |RightLinearSet|) 183890) ((|SquareMatrix| . |RightModule|) 183874) ((|SquareMatrix| . |Ring|) T) ((|SquareMatrix| . |Rng|) T) ((|SquareMatrix| . |SemiGroup|) T) ((|SquareMatrix| . |SemiRing|) T) ((|SquareMatrix| . |SetCategory|) T) ((|SquareMatrix| . |Type|) T) ((|SquareMatrix| . |ConvertibleTo|) 183815) ((|SplittingTree| . |RecursiveAggregate|) 183776) ((|SplittingTree| . |Aggregate|) T) ((|SplittingTree| . |BasicType|) T) ((|SplittingTree| . |CoercibleTo|) 183750) ((|SplittingTree| . |Evalable|) 183640) ((|SplittingTree| . |Functorial|) 183601) ((|SplittingTree| . |HomogeneousAggregate|) 183562) ((|SplittingTree| . |InnerEvalable|) 183445) ((|SplittingTree| . |SetCategory|) T) ((|SplittingTree| . |Type|) T) ((|SplittingTree| . |FiniteAggregate|) 183406) ((|SplittingTree| . |ShallowlyMutableAggregate|) 183367) ((|SplittingNode| . |SetCategory|) T) ((|SplittingNode| . |BasicType|) T) ((|SplittingNode| . |CoercibleTo|) 183341) ((|SplittingNode| . |Type|) T) ((|SpadAst| . |SpadAstExports|) T) ((|SpadAst| . |AbstractSyntaxCategory|) T) ((|SpadAst| . |BasicType|) T) ((|SpadAst| . |CoercibleFrom|) 183319) ((|SpadAst| . |CoercibleTo|) 183274) ((|SpadAst| . |HomotopicTo|) 183252) ((|SpadAst| . |SetCategory|) T) ((|SpadAst| . |SpadSyntaxCategory|) T) ((|SpadAst| . |Type|) T) ((|SpadAst| . |UnionType|) T) ((|ThreeSpace| . |ThreeSpaceCategory|) 183236) ((|ThreeSpace| . |BasicType|) T) ((|ThreeSpace| . |CoercibleTo|) 183210) ((|ThreeSpace| . |SetCategory|) T) ((|ThreeSpace| . |Type|) T) ((|SparseMultivariateTaylorSeries| . |MultivariateTaylorSeriesCategory|) 183189) ((|SparseMultivariateTaylorSeries| . |AbelianGroup|) T) ((|SparseMultivariateTaylorSeries| . |AbelianMonoid|) T) ((|SparseMultivariateTaylorSeries| . |AbelianMonoidRing|) 183147) ((|SparseMultivariateTaylorSeries| . |AbelianSemiGroup|) T) ((|SparseMultivariateTaylorSeries| . |Algebra|) 182991) ((|SparseMultivariateTaylorSeries| . |ArcHyperbolicFunctionCategory|) 182940) ((|SparseMultivariateTaylorSeries| . |ArcTrigonometricFunctionCategory|) 182889) ((|SparseMultivariateTaylorSeries| . |BasicType|) T) ((|SparseMultivariateTaylorSeries| . |BiModule|) 182745) ((|SparseMultivariateTaylorSeries| . |CancellationAbelianMonoid|) T) ((|SparseMultivariateTaylorSeries| . |CharacteristicNonZero|) 182705) ((|SparseMultivariateTaylorSeries| . |CharacteristicZero|) 182668) ((|SparseMultivariateTaylorSeries| . |CoercibleFrom|) 182497) ((|SparseMultivariateTaylorSeries| . |CoercibleTo|) 182471) ((|SparseMultivariateTaylorSeries| . |CommutativeRing|) 182437) ((|SparseMultivariateTaylorSeries| . |ElementaryFunctionCategory|) 182386) ((|SparseMultivariateTaylorSeries| . |EntireRing|) 182353) ((|SparseMultivariateTaylorSeries| . |Evalable|) 182340) ((|SparseMultivariateTaylorSeries| . |Functorial|) 182324) ((|SparseMultivariateTaylorSeries| . |HyperbolicFunctionCategory|) 182273) ((|SparseMultivariateTaylorSeries| . |InnerEvalable|) 182243) ((|SparseMultivariateTaylorSeries| . |IntegralDomain|) 182210) ((|SparseMultivariateTaylorSeries| . |LeftLinearSet|) 182092) ((|SparseMultivariateTaylorSeries| . |LeftModule|) 181989) ((|SparseMultivariateTaylorSeries| . |LinearSet|) 181833) ((|SparseMultivariateTaylorSeries| . |Module|) 181677) ((|SparseMultivariateTaylorSeries| . |Monoid|) T) ((|SparseMultivariateTaylorSeries| . |PartialDifferentialDomain|) 181659) ((|SparseMultivariateTaylorSeries| . |PartialDifferentialRing|) 181643) ((|SparseMultivariateTaylorSeries| . |PartialDifferentialSpace|) 181627) ((|SparseMultivariateTaylorSeries| . |PowerSeriesCategory|) 181580) ((|SparseMultivariateTaylorSeries| . |RadicalCategory|) 181529) ((|SparseMultivariateTaylorSeries| . |RightLinearSet|) 181399) ((|SparseMultivariateTaylorSeries| . |RightModule|) 181269) ((|SparseMultivariateTaylorSeries| . |Ring|) T) ((|SparseMultivariateTaylorSeries| . |Rng|) T) ((|SparseMultivariateTaylorSeries| . |SemiGroup|) T) ((|SparseMultivariateTaylorSeries| . |SemiRing|) T) ((|SparseMultivariateTaylorSeries| . |SetCategory|) T) ((|SparseMultivariateTaylorSeries| . |TranscendentalFunctionCategory|) 181218) ((|SparseMultivariateTaylorSeries| . |TrigonometricFunctionCategory|) 181167) ((|SparseMultivariateTaylorSeries| . |Type|) T) ((|SparseMultivariatePolynomial| . |PolynomialCategory|) 181120) ((|SparseMultivariatePolynomial| . |AbelianGroup|) T) ((|SparseMultivariatePolynomial| . |AbelianMonoid|) T) ((|SparseMultivariatePolynomial| . |AbelianMonoidRing|) 181078) ((|SparseMultivariatePolynomial| . |AbelianSemiGroup|) T) ((|SparseMultivariatePolynomial| . |Algebra|) 180922) ((|SparseMultivariatePolynomial| . |BasicType|) T) ((|SparseMultivariatePolynomial| . |BiModule|) 180778) ((|SparseMultivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|SparseMultivariatePolynomial| . |CharacteristicNonZero|) 180738) ((|SparseMultivariatePolynomial| . |CharacteristicZero|) 180701) ((|SparseMultivariatePolynomial| . |CoercibleFrom|) 180483) ((|SparseMultivariatePolynomial| . |CoercibleTo|) 180457) ((|SparseMultivariatePolynomial| . |CommutativeRing|) 180423) ((|SparseMultivariatePolynomial| . |ConvertibleTo|) 180030) ((|SparseMultivariatePolynomial| . |EntireRing|) 179997) ((|SparseMultivariatePolynomial| . |Evalable|) 179984) ((|SparseMultivariatePolynomial| . |FiniteAbelianMonoidRing|) 179942) ((|SparseMultivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 179926) ((|SparseMultivariatePolynomial| . |FullyRetractableTo|) 179910) ((|SparseMultivariatePolynomial| . |Functorial|) 179894) ((|SparseMultivariatePolynomial| . |GcdDomain|) 179866) ((|SparseMultivariatePolynomial| . |InnerEvalable|) 179818) ((|SparseMultivariatePolynomial| . |IntegralDomain|) 179785) ((|SparseMultivariatePolynomial| . |LeftLinearSet|) 179667) ((|SparseMultivariatePolynomial| . |LeftModule|) 179501) ((|SparseMultivariatePolynomial| . |LinearSet|) 179345) ((|SparseMultivariatePolynomial| . |LinearlyExplicitRingOver|) 179261) ((|SparseMultivariatePolynomial| . |Module|) 179105) ((|SparseMultivariatePolynomial| . |Monoid|) T) ((|SparseMultivariatePolynomial| . |PartialDifferentialDomain|) 179087) ((|SparseMultivariatePolynomial| . |PartialDifferentialRing|) 179071) ((|SparseMultivariatePolynomial| . |PartialDifferentialSpace|) 179055) ((|SparseMultivariatePolynomial| . |PatternMatchable|) 178834) ((|SparseMultivariatePolynomial| . |PolynomialFactorizationExplicit|) 178784) ((|SparseMultivariatePolynomial| . |RetractableTo|) 178620) ((|SparseMultivariatePolynomial| . |RightLinearSet|) 178490) ((|SparseMultivariatePolynomial| . |RightModule|) 178360) ((|SparseMultivariatePolynomial| . |Ring|) T) ((|SparseMultivariatePolynomial| . |Rng|) T) ((|SparseMultivariatePolynomial| . |SemiGroup|) T) ((|SparseMultivariatePolynomial| . |SemiRing|) T) ((|SparseMultivariatePolynomial| . |SetCategory|) T) ((|SparseMultivariatePolynomial| . |Type|) T) ((|SparseMultivariatePolynomial| . |UniqueFactorizationDomain|) 178310) ((|SingleInteger| . |IntegerNumberSystem|) T) ((|SingleInteger| . |AbelianGroup|) T) ((|SingleInteger| . |AbelianMonoid|) T) ((|SingleInteger| . |AbelianSemiGroup|) T) ((|SingleInteger| . |Algebra|) 178297) ((|SingleInteger| . |BasicType|) T) ((|SingleInteger| . |BiModule|) 178282) ((|SingleInteger| . |CancellationAbelianMonoid|) T) ((|SingleInteger| . |CharacteristicZero|) T) ((|SingleInteger| . |CoercibleFrom|) 178249) ((|SingleInteger| . |CoercibleTo|) 178223) ((|SingleInteger| . |CombinatorialFunctionCategory|) T) ((|SingleInteger| . |CommutativeRing|) T) ((|SingleInteger| . |ConvertibleTo|) 178109) ((|SingleInteger| . |DifferentialDomain|) 178096) ((|SingleInteger| . |DifferentialRing|) T) ((|SingleInteger| . |DifferentialSpace|) T) ((|SingleInteger| . |EntireRing|) T) ((|SingleInteger| . |EuclideanDomain|) T) ((|SingleInteger| . |GcdDomain|) T) ((|SingleInteger| . |IntegralDomain|) T) ((|SingleInteger| . |LeftLinearSet|) 178063) ((|SingleInteger| . |LeftModule|) 178030) ((|SingleInteger| . |LinearSet|) 178017) ((|SingleInteger| . |LinearlyExplicitRingOver|) 177994) ((|SingleInteger| . |Module|) 177981) ((|SingleInteger| . |Monoid|) T) ((|SingleInteger| . |OrderedAbelianGroup|) T) ((|SingleInteger| . |OrderedAbelianMonoid|) T) ((|SingleInteger| . |OrderedAbelianSemiGroup|) T) ((|SingleInteger| . |OrderedCancellationAbelianMonoid|) T) ((|SingleInteger| . |OrderedIntegralDomain|) T) ((|SingleInteger| . |OrderedRing|) T) ((|SingleInteger| . |OrderedSet|) T) ((|SingleInteger| . |OrderedType|) T) ((|SingleInteger| . |PatternMatchable|) 177958) ((|SingleInteger| . |PrincipalIdealDomain|) T) ((|SingleInteger| . |RealConstant|) T) ((|SingleInteger| . |RetractableTo|) 177935) ((|SingleInteger| . |RightLinearSet|) 177922) ((|SingleInteger| . |RightModule|) 177909) ((|SingleInteger| . |Ring|) T) ((|SingleInteger| . |Rng|) T) ((|SingleInteger| . |SemiGroup|) T) ((|SingleInteger| . |SemiRing|) T) ((|SingleInteger| . |SetCategory|) T) ((|SingleInteger| . |StepThrough|) T) ((|SingleInteger| . |Type|) T) ((|SingleInteger| . |UniqueFactorizationDomain|) T) ((|SingleInteger| . |OrderedFinite|) T) ((|SingleInteger| . |Finite|) T) ((|SingleInteger| . |BooleanLogic|) T) ((|SingleInteger| . |Logic|) T) ((|SignatureAst| . |SpadSyntaxCategory|) T) ((|SignatureAst| . |AbstractSyntaxCategory|) T) ((|SignatureAst| . |BasicType|) T) ((|SignatureAst| . |CoercibleFrom|) 177887) ((|SignatureAst| . |CoercibleTo|) 177842) ((|SignatureAst| . |HomotopicTo|) 177820) ((|SignatureAst| . |SetCategory|) T) ((|SignatureAst| . |Type|) T) ((|Signature| . |SetCategory|) T) ((|Signature| . |BasicType|) T) ((|Signature| . |CoercibleTo|) 177794) ((|Signature| . |Type|) T) ((|SplitHomogeneousDirectProduct| . |DirectProductCategory|) 177773) ((|SplitHomogeneousDirectProduct| . |AbelianGroup|) 177742) ((|SplitHomogeneousDirectProduct| . |AbelianMonoid|) 177710) ((|SplitHomogeneousDirectProduct| . |AbelianSemiGroup|) 177675) ((|SplitHomogeneousDirectProduct| . |Aggregate|) T) ((|SplitHomogeneousDirectProduct| . |BasicType|) 177418) ((|SplitHomogeneousDirectProduct| . |BiModule|) 177381) ((|SplitHomogeneousDirectProduct| . |CancellationAbelianMonoid|) 177337) ((|SplitHomogeneousDirectProduct| . |CoercibleFrom|) 177066) ((|SplitHomogeneousDirectProduct| . |CoercibleTo|) 176749) ((|SplitHomogeneousDirectProduct| . |DifferentialDomain|) 176612) ((|SplitHomogeneousDirectProduct| . |DifferentialExtension|) 176580) ((|SplitHomogeneousDirectProduct| . |DifferentialRing|) 176517) ((|SplitHomogeneousDirectProduct| . |DifferentialSpace|) 176386) ((|SplitHomogeneousDirectProduct| . |DifferentialSpaceExtension|) 176354) ((|SplitHomogeneousDirectProduct| . |Eltable|) 176326) ((|SplitHomogeneousDirectProduct| . |EltableAggregate|) 176298) ((|SplitHomogeneousDirectProduct| . |Evalable|) 176222) ((|SplitHomogeneousDirectProduct| . |Finite|) 176197) ((|SplitHomogeneousDirectProduct| . |FiniteAggregate|) 176181) ((|SplitHomogeneousDirectProduct| . |FullyLinearlyExplicitRingOver|) 176149) ((|SplitHomogeneousDirectProduct| . |FullyRetractableTo|) 176110) ((|SplitHomogeneousDirectProduct| . |Functorial|) 176094) ((|SplitHomogeneousDirectProduct| . |HomogeneousAggregate|) 176078) ((|SplitHomogeneousDirectProduct| . |IndexedAggregate|) 176050) ((|SplitHomogeneousDirectProduct| . |InnerEvalable|) 175969) ((|SplitHomogeneousDirectProduct| . |LeftLinearSet|) 175865) ((|SplitHomogeneousDirectProduct| . |LeftModule|) 175711) ((|SplitHomogeneousDirectProduct| . |LinearSet|) 175677) ((|SplitHomogeneousDirectProduct| . |LinearlyExplicitRingOver|) 175549) ((|SplitHomogeneousDirectProduct| . |Module|) 175506) ((|SplitHomogeneousDirectProduct| . |Monoid|) 175483) ((|SplitHomogeneousDirectProduct| . |OrderedAbelianMonoid|) 175441) ((|SplitHomogeneousDirectProduct| . |OrderedAbelianMonoidSup|) 175399) ((|SplitHomogeneousDirectProduct| . |OrderedAbelianSemiGroup|) 175357) ((|SplitHomogeneousDirectProduct| . |OrderedCancellationAbelianMonoid|) 175315) ((|SplitHomogeneousDirectProduct| . |OrderedSet|) 175286) ((|SplitHomogeneousDirectProduct| . |OrderedType|) 175257) ((|SplitHomogeneousDirectProduct| . |PartialDifferentialDomain|) 175073) ((|SplitHomogeneousDirectProduct| . |PartialDifferentialRing|) 174977) ((|SplitHomogeneousDirectProduct| . |PartialDifferentialSpace|) 174795) ((|SplitHomogeneousDirectProduct| . |RetractableTo|) 174551) ((|SplitHomogeneousDirectProduct| . |RightLinearSet|) 174517) ((|SplitHomogeneousDirectProduct| . |RightModule|) 174485) ((|SplitHomogeneousDirectProduct| . |Ring|) 174462) ((|SplitHomogeneousDirectProduct| . |Rng|) 174439) ((|SplitHomogeneousDirectProduct| . |SemiGroup|) 174416) ((|SplitHomogeneousDirectProduct| . |SemiRing|) 174393) ((|SplitHomogeneousDirectProduct| . |SetCategory|) 174134) ((|SplitHomogeneousDirectProduct| . |Type|) T) ((|SplitHomogeneousDirectProduct| . |VectorSpace|) 174101) ((|SemiGroupOperation| . |SemiGroupOperatorCategory|) 174085) ((|SemiGroupOperation| . |BinaryOperatorCategory|) 174069) ((|SemiGroupOperation| . |MappingCategory|) 174043) ((|SemiGroupOperation| . |SetCategory|) T) ((|SemiGroupOperation| . |BasicType|) T) ((|SemiGroupOperation| . |CoercibleTo|) 174017) ((|SemiGroupOperation| . |Type|) T) ((|SExpressionOf| . |SExpressionCategory|) 173981) ((|SExpressionOf| . |BasicType|) T) ((|SExpressionOf| . |CoercibleTo|) 173955) ((|SExpressionOf| . |ConvertibleFrom|) 173868) ((|SExpressionOf| . |Eltable|) 173817) ((|SExpressionOf| . |SetCategory|) T) ((|SExpressionOf| . |Type|) T) ((|SExpression| . |SExpressionCategory|) 173741) ((|SExpression| . |BasicType|) T) ((|SExpression| . |CoercibleTo|) 173715) ((|SExpression| . |ConvertibleFrom|) 173588) ((|SExpression| . |Eltable|) 173537) ((|SExpression| . |SetCategory|) T) ((|SExpression| . |Type|) T) ((|SetOfMIntegersInOneToN| . |Finite|) T) ((|SetOfMIntegersInOneToN| . |BasicType|) T) ((|SetOfMIntegersInOneToN| . |CoercibleTo|) 173511) ((|SetOfMIntegersInOneToN| . |SetCategory|) T) ((|SetOfMIntegersInOneToN| . |Type|) T) ((|Set| . |FiniteSetAggregate|) 173495) ((|Set| . |Aggregate|) T) ((|Set| . |BagAggregate|) 173479) ((|Set| . |BasicType|) T) ((|Set| . |CoercibleTo|) 173453) ((|Set| . |Collection|) 173437) ((|Set| . |ConvertibleTo|) 173373) ((|Set| . |Dictionary|) 173357) ((|Set| . |DictionaryOperations|) 173341) ((|Set| . |Evalable|) 173265) ((|Set| . |Finite|) 173240) ((|Set| . |FiniteAggregate|) 173224) ((|Set| . |Functorial|) 173208) ((|Set| . |HomogeneousAggregate|) 173192) ((|Set| . |InnerEvalable|) 173111) ((|Set| . |SetAggregate|) 173095) ((|Set| . |SetCategory|) T) ((|Set| . |ShallowlyMutableAggregate|) 173079) ((|Set| . |Type|) T) ((|SequenceAst| . |SpadSyntaxCategory|) T) ((|SequenceAst| . |AbstractSyntaxCategory|) T) ((|SequenceAst| . |BasicType|) T) ((|SequenceAst| . |CoercibleFrom|) 173057) ((|SequenceAst| . |CoercibleTo|) 173012) ((|SequenceAst| . |HomotopicTo|) 172990) ((|SequenceAst| . |SetCategory|) T) ((|SequenceAst| . |Type|) T) ((|SegmentBinding| . |Type|) T) ((|SegmentBinding| . |Join|) T) ((|SegmentBinding| . |SetCategory|) 172948) ((|SegmentBinding| . |BasicType|) 172906) ((|SegmentBinding| . |CoercibleTo|) 172845) ((|SegmentAst| . |SpadSyntaxCategory|) T) ((|SegmentAst| . |AbstractSyntaxCategory|) T) ((|SegmentAst| . |BasicType|) T) ((|SegmentAst| . |CoercibleFrom|) 172823) ((|SegmentAst| . |CoercibleTo|) 172778) ((|SegmentAst| . |HomotopicTo|) 172756) ((|SegmentAst| . |SetCategory|) T) ((|SegmentAst| . |Type|) T) ((|Segment| . |SegmentCategory|) 172740) ((|Segment| . |ConvertibleFrom|) 172724) ((|Segment| . |SetCategory|) 172694) ((|Segment| . |BasicType|) 172664) ((|Segment| . |CoercibleTo|) 172615) ((|Segment| . |Type|) 172585) ((|Segment| . |SegmentExpansionCategory|) 172532) ((|SequentialDifferentialVariable| . |DifferentialVariableCategory|) 172516) ((|SequentialDifferentialVariable| . |BasicType|) T) ((|SequentialDifferentialVariable| . |CoercibleFrom|) 172500) ((|SequentialDifferentialVariable| . |CoercibleTo|) 172474) ((|SequentialDifferentialVariable| . |DifferentialDomain|) 172461) ((|SequentialDifferentialVariable| . |DifferentialSpace|) T) ((|SequentialDifferentialVariable| . |OrderedSet|) T) ((|SequentialDifferentialVariable| . |OrderedType|) T) ((|SequentialDifferentialVariable| . |RetractableTo|) 172445) ((|SequentialDifferentialVariable| . |SetCategory|) T) ((|SequentialDifferentialVariable| . |Type|) T) ((|SequentialDifferentialPolynomial| . |DifferentialPolynomialCategory|) 172348) ((|SequentialDifferentialPolynomial| . |AbelianGroup|) T) ((|SequentialDifferentialPolynomial| . |AbelianMonoid|) T) ((|SequentialDifferentialPolynomial| . |AbelianMonoidRing|) 172265) ((|SequentialDifferentialPolynomial| . |AbelianSemiGroup|) T) ((|SequentialDifferentialPolynomial| . |Algebra|) 172109) ((|SequentialDifferentialPolynomial| . |BasicType|) T) ((|SequentialDifferentialPolynomial| . |BiModule|) 171965) ((|SequentialDifferentialPolynomial| . |CancellationAbelianMonoid|) T) ((|SequentialDifferentialPolynomial| . |CharacteristicNonZero|) 171925) ((|SequentialDifferentialPolynomial| . |CharacteristicZero|) 171888) ((|SequentialDifferentialPolynomial| . |CoercibleFrom|) 171564) ((|SequentialDifferentialPolynomial| . |CoercibleTo|) 171538) ((|SequentialDifferentialPolynomial| . |CommutativeRing|) 171504) ((|SequentialDifferentialPolynomial| . |ConvertibleTo|) NIL) ((|SequentialDifferentialPolynomial| . |DifferentialDomain|) 171462) ((|SequentialDifferentialPolynomial| . |DifferentialExtension|) 171446) ((|SequentialDifferentialPolynomial| . |DifferentialRing|) 171411) ((|SequentialDifferentialPolynomial| . |DifferentialSpace|) 171375) ((|SequentialDifferentialPolynomial| . |DifferentialSpaceExtension|) 171359) ((|SequentialDifferentialPolynomial| . |EntireRing|) 171326) ((|SequentialDifferentialPolynomial| . |Evalable|) 171313) ((|SequentialDifferentialPolynomial| . |FiniteAbelianMonoidRing|) 171230) ((|SequentialDifferentialPolynomial| . |FullyLinearlyExplicitRingOver|) 171214) ((|SequentialDifferentialPolynomial| . |FullyRetractableTo|) 171198) ((|SequentialDifferentialPolynomial| . |Functorial|) 171182) ((|SequentialDifferentialPolynomial| . |GcdDomain|) 171154) ((|SequentialDifferentialPolynomial| . |InnerEvalable|) 170973) ((|SequentialDifferentialPolynomial| . |IntegralDomain|) 170940) ((|SequentialDifferentialPolynomial| . |LeftLinearSet|) 170822) ((|SequentialDifferentialPolynomial| . |LeftModule|) 170656) ((|SequentialDifferentialPolynomial| . |LinearSet|) 170500) ((|SequentialDifferentialPolynomial| . |LinearlyExplicitRingOver|) 170416) ((|SequentialDifferentialPolynomial| . |Module|) 170260) ((|SequentialDifferentialPolynomial| . |Monoid|) T) ((|SequentialDifferentialPolynomial| . |PartialDifferentialDomain|) 170076) ((|SequentialDifferentialPolynomial| . |PartialDifferentialRing|) 169954) ((|SequentialDifferentialPolynomial| . |PartialDifferentialSpace|) 169774) ((|SequentialDifferentialPolynomial| . |PatternMatchable|) NIL) ((|SequentialDifferentialPolynomial| . |PolynomialCategory|) 169684) ((|SequentialDifferentialPolynomial| . |PolynomialFactorizationExplicit|) 169634) ((|SequentialDifferentialPolynomial| . |RetractableTo|) 169364) ((|SequentialDifferentialPolynomial| . |RightLinearSet|) 169234) ((|SequentialDifferentialPolynomial| . |RightModule|) 169104) ((|SequentialDifferentialPolynomial| . |Ring|) T) ((|SequentialDifferentialPolynomial| . |Rng|) T) ((|SequentialDifferentialPolynomial| . |SemiGroup|) T) ((|SequentialDifferentialPolynomial| . |SemiRing|) T) ((|SequentialDifferentialPolynomial| . |SetCategory|) T) ((|SequentialDifferentialPolynomial| . |Type|) T) ((|SequentialDifferentialPolynomial| . |UniqueFactorizationDomain|) 169054) ((|Scope| . |CoercibleTo|) 169028) ((|SingletonAsOrderedSet| . |OrderedSet|) T) ((|SingletonAsOrderedSet| . |BasicType|) T) ((|SingletonAsOrderedSet| . |CoercibleTo|) 169002) ((|SingletonAsOrderedSet| . |OrderedType|) T) ((|SingletonAsOrderedSet| . |SetCategory|) T) ((|SingletonAsOrderedSet| . |Type|) T) ((|SingletonAsOrderedSet| . |ConvertibleTo|) 168980) ((|SimpleAlgebraicExtension| . |MonogenicAlgebra|) 168959) ((|SimpleAlgebraicExtension| . |AbelianGroup|) T) ((|SimpleAlgebraicExtension| . |AbelianMonoid|) T) ((|SimpleAlgebraicExtension| . |AbelianSemiGroup|) T) ((|SimpleAlgebraicExtension| . |Algebra|) 168866) ((|SimpleAlgebraicExtension| . |BasicType|) T) ((|SimpleAlgebraicExtension| . |BiModule|) 168776) ((|SimpleAlgebraicExtension| . |CancellationAbelianMonoid|) T) ((|SimpleAlgebraicExtension| . |CharacteristicNonZero|) 168736) ((|SimpleAlgebraicExtension| . |CharacteristicZero|) 168699) ((|SimpleAlgebraicExtension| . |CoercibleFrom|) 168530) ((|SimpleAlgebraicExtension| . |CoercibleTo|) 168504) ((|SimpleAlgebraicExtension| . |CommutativeRing|) T) ((|SimpleAlgebraicExtension| . |ConvertibleTo|) 168488) ((|SimpleAlgebraicExtension| . |DifferentialDomain|) 168312) ((|SimpleAlgebraicExtension| . |DifferentialExtension|) 168279) ((|SimpleAlgebraicExtension| . |DifferentialRing|) 168173) ((|SimpleAlgebraicExtension| . |DifferentialSpace|) 168003) ((|SimpleAlgebraicExtension| . |DifferentialSpaceExtension|) 167970) ((|SimpleAlgebraicExtension| . |DivisionRing|) 167946) ((|SimpleAlgebraicExtension| . |EntireRing|) 167922) ((|SimpleAlgebraicExtension| . |EuclideanDomain|) 167898) ((|SimpleAlgebraicExtension| . |Field|) 167874) ((|SimpleAlgebraicExtension| . |FieldOfPrimeCharacteristic|) 167836) ((|SimpleAlgebraicExtension| . |Finite|) 167811) ((|SimpleAlgebraicExtension| . |FiniteFieldCategory|) 167773) ((|SimpleAlgebraicExtension| . |FiniteRankAlgebra|) 167752) ((|SimpleAlgebraicExtension| . |FramedAlgebra|) 167731) ((|SimpleAlgebraicExtension| . |FullyLinearlyExplicitRingOver|) 167715) ((|SimpleAlgebraicExtension| . |FullyRetractableTo|) 167699) ((|SimpleAlgebraicExtension| . |GcdDomain|) 167675) ((|SimpleAlgebraicExtension| . |IntegralDomain|) 167651) ((|SimpleAlgebraicExtension| . |LeftLinearSet|) 167560) ((|SimpleAlgebraicExtension| . |LeftModule|) 167421) ((|SimpleAlgebraicExtension| . |LinearSet|) 167328) ((|SimpleAlgebraicExtension| . |LinearlyExplicitRingOver|) 167244) ((|SimpleAlgebraicExtension| . |Module|) 167151) ((|SimpleAlgebraicExtension| . |Monoid|) T) ((|SimpleAlgebraicExtension| . |PartialDifferentialDomain|) 166965) ((|SimpleAlgebraicExtension| . |PartialDifferentialRing|) 166868) ((|SimpleAlgebraicExtension| . |PartialDifferentialSpace|) 166684) ((|SimpleAlgebraicExtension| . |PrincipalIdealDomain|) 166660) ((|SimpleAlgebraicExtension| . |RetractableTo|) 166509) ((|SimpleAlgebraicExtension| . |RightLinearSet|) 166433) ((|SimpleAlgebraicExtension| . |RightModule|) 166357) ((|SimpleAlgebraicExtension| . |Ring|) T) ((|SimpleAlgebraicExtension| . |Rng|) T) ((|SimpleAlgebraicExtension| . |SemiGroup|) T) ((|SimpleAlgebraicExtension| . |SemiRing|) T) ((|SimpleAlgebraicExtension| . |SetCategory|) T) ((|SimpleAlgebraicExtension| . |StepThrough|) 166319) ((|SimpleAlgebraicExtension| . |Type|) T) ((|SimpleAlgebraicExtension| . |UniqueFactorizationDomain|) 166295) ((|Ruleset| . |SetCategory|) T) ((|Ruleset| . |BasicType|) T) ((|Ruleset| . |CoercibleTo|) 166269) ((|Ruleset| . |Type|) T) ((|Ruleset| . |Eltable|) 166248) ((|RuleCalled| . |SetCategory|) T) ((|RuleCalled| . |BasicType|) T) ((|RuleCalled| . |CoercibleTo|) 166222) ((|RuleCalled| . |Type|) T) ((|RewriteRule| . |SetCategory|) T) ((|RewriteRule| . |BasicType|) T) ((|RewriteRule| . |CoercibleTo|) 166196) ((|RewriteRule| . |Type|) T) ((|RewriteRule| . |Eltable|) 166175) ((|RewriteRule| . |RetractableTo|) 166146) ((|RewriteRule| . |CoercibleFrom|) 166117) ((|RuntimeValue| . |Type|) T) ((|RuntimeValue| . |Join|) T) ((|RestrictAst| . |SpadSyntaxCategory|) T) ((|RestrictAst| . |AbstractSyntaxCategory|) T) ((|RestrictAst| . |BasicType|) T) ((|RestrictAst| . |CoercibleFrom|) 166095) ((|RestrictAst| . |CoercibleTo|) 166050) ((|RestrictAst| . |HomotopicTo|) 166028) ((|RestrictAst| . |SetCategory|) T) ((|RestrictAst| . |Type|) T) ((|RepeatAst| . |SpadSyntaxCategory|) T) ((|RepeatAst| . |AbstractSyntaxCategory|) T) ((|RepeatAst| . |BasicType|) T) ((|RepeatAst| . |CoercibleFrom|) 166006) ((|RepeatAst| . |CoercibleTo|) 165961) ((|RepeatAst| . |HomotopicTo|) 165939) ((|RepeatAst| . |SetCategory|) T) ((|RepeatAst| . |Type|) T) ((|RomanNumeral| . |IntegerNumberSystem|) T) ((|RomanNumeral| . |AbelianGroup|) T) ((|RomanNumeral| . |AbelianMonoid|) T) ((|RomanNumeral| . |AbelianSemiGroup|) T) ((|RomanNumeral| . |Algebra|) 165926) ((|RomanNumeral| . |BasicType|) T) ((|RomanNumeral| . |BiModule|) 165911) ((|RomanNumeral| . |CancellationAbelianMonoid|) T) ((|RomanNumeral| . |CharacteristicZero|) T) ((|RomanNumeral| . |CoercibleFrom|) 165878) ((|RomanNumeral| . |CoercibleTo|) 165852) ((|RomanNumeral| . |CombinatorialFunctionCategory|) T) ((|RomanNumeral| . |CommutativeRing|) T) ((|RomanNumeral| . |ConvertibleTo|) 165738) ((|RomanNumeral| . |DifferentialDomain|) 165725) ((|RomanNumeral| . |DifferentialRing|) T) ((|RomanNumeral| . |DifferentialSpace|) T) ((|RomanNumeral| . |EntireRing|) T) ((|RomanNumeral| . |EuclideanDomain|) T) ((|RomanNumeral| . |GcdDomain|) T) ((|RomanNumeral| . |IntegralDomain|) T) ((|RomanNumeral| . |LeftLinearSet|) 165692) ((|RomanNumeral| . |LeftModule|) 165659) ((|RomanNumeral| . |LinearSet|) 165646) ((|RomanNumeral| . |LinearlyExplicitRingOver|) 165623) ((|RomanNumeral| . |Module|) 165610) ((|RomanNumeral| . |Monoid|) T) ((|RomanNumeral| . |OrderedAbelianGroup|) T) ((|RomanNumeral| . |OrderedAbelianMonoid|) T) ((|RomanNumeral| . |OrderedAbelianSemiGroup|) T) ((|RomanNumeral| . |OrderedCancellationAbelianMonoid|) T) ((|RomanNumeral| . |OrderedIntegralDomain|) T) ((|RomanNumeral| . |OrderedRing|) T) ((|RomanNumeral| . |OrderedSet|) T) ((|RomanNumeral| . |OrderedType|) T) ((|RomanNumeral| . |PatternMatchable|) 165587) ((|RomanNumeral| . |PrincipalIdealDomain|) T) ((|RomanNumeral| . |RealConstant|) T) ((|RomanNumeral| . |RetractableTo|) 165564) ((|RomanNumeral| . |RightLinearSet|) 165551) ((|RomanNumeral| . |RightModule|) 165538) ((|RomanNumeral| . |Ring|) T) ((|RomanNumeral| . |Rng|) T) ((|RomanNumeral| . |SemiGroup|) T) ((|RomanNumeral| . |SemiRing|) T) ((|RomanNumeral| . |SetCategory|) T) ((|RomanNumeral| . |StepThrough|) T) ((|RomanNumeral| . |Type|) T) ((|RomanNumeral| . |UniqueFactorizationDomain|) T) ((|RomanNumeral| . |ConvertibleFrom|) 165516) ((|RightOpenIntervalRootCharacterization| . |RealRootCharacterizationCategory|) 165495) ((|RightOpenIntervalRootCharacterization| . |BasicType|) T) ((|RightOpenIntervalRootCharacterization| . |CoercibleTo|) 165469) ((|RightOpenIntervalRootCharacterization| . |SetCategory|) T) ((|RightOpenIntervalRootCharacterization| . |Type|) T) ((|RangeBinding| . |Type|) T) ((|RangeBinding| . |Join|) T) ((|RangeBinding| . |SetCategory|) 165439) ((|RangeBinding| . |BasicType|) 165409) ((|RangeBinding| . |CoercibleTo|) 165360) ((|RectangularMatrix| . |RectangularMatrixCategory|) 165278) ((|RectangularMatrix| . |AbelianGroup|) T) ((|RectangularMatrix| . |AbelianMonoid|) T) ((|RectangularMatrix| . |AbelianSemiGroup|) T) ((|RectangularMatrix| . |Aggregate|) T) ((|RectangularMatrix| . |BasicType|) T) ((|RectangularMatrix| . |BiModule|) 165257) ((|RectangularMatrix| . |CancellationAbelianMonoid|) T) ((|RectangularMatrix| . |CoercibleTo|) 165207) ((|RectangularMatrix| . |Evalable|) 165131) ((|RectangularMatrix| . |FiniteAggregate|) 165115) ((|RectangularMatrix| . |Functorial|) 165099) ((|RectangularMatrix| . |HomogeneousAggregate|) 165083) ((|RectangularMatrix| . |InnerEvalable|) 165002) ((|RectangularMatrix| . |LeftLinearSet|) 164966) ((|RectangularMatrix| . |LeftModule|) 164950) ((|RectangularMatrix| . |LinearSet|) 164907) ((|RectangularMatrix| . |Module|) 164864) ((|RectangularMatrix| . |RightLinearSet|) 164848) ((|RectangularMatrix| . |RightModule|) 164832) ((|RectangularMatrix| . |SetCategory|) T) ((|RectangularMatrix| . |Type|) T) ((|RectangularMatrix| . |VectorSpace|) 164799) ((|RectangularMatrix| . |ConvertibleTo|) 164740) ((|RegularChain| . |RegularTriangularSetCategory|) 164622) ((|RegularChain| . |Aggregate|) T) ((|RegularChain| . |BasicType|) T) ((|RegularChain| . |CoercibleTo|) 164509) ((|RegularChain| . |Collection|) 164428) ((|RegularChain| . |ConvertibleTo|) 164299) ((|RegularChain| . |Evalable|) 164063) ((|RegularChain| . |FiniteAggregate|) 163982) ((|RegularChain| . |Functorial|) 163901) ((|RegularChain| . |HomogeneousAggregate|) 163820) ((|RegularChain| . |InnerEvalable|) 163577) ((|RegularChain| . |PolynomialSetCategory|) 163459) ((|RegularChain| . |SetCategory|) T) ((|RegularChain| . |ShallowlyMutableAggregate|) 163378) ((|RegularChain| . |TriangularSetCategory|) 163260) ((|RegularChain| . |Type|) T) ((|ReturnAst| . |SpadSyntaxCategory|) T) ((|ReturnAst| . |AbstractSyntaxCategory|) T) ((|ReturnAst| . |BasicType|) T) ((|ReturnAst| . |CoercibleFrom|) 163238) ((|ReturnAst| . |CoercibleTo|) 163193) ((|ReturnAst| . |HomotopicTo|) 163171) ((|ReturnAst| . |SetCategory|) T) ((|ReturnAst| . |Type|) T) ((|ResidueRing| . |CommutativeRing|) T) ((|ResidueRing| . |AbelianGroup|) T) ((|ResidueRing| . |AbelianMonoid|) T) ((|ResidueRing| . |AbelianSemiGroup|) T) ((|ResidueRing| . |BasicType|) T) ((|ResidueRing| . |BiModule|) 163138) ((|ResidueRing| . |CancellationAbelianMonoid|) T) ((|ResidueRing| . |CoercibleFrom|) 163102) ((|ResidueRing| . |CoercibleTo|) 163076) ((|ResidueRing| . |LeftLinearSet|) 163030) ((|ResidueRing| . |LeftModule|) 163004) ((|ResidueRing| . |Monoid|) T) ((|ResidueRing| . |RightLinearSet|) 162978) ((|ResidueRing| . |RightModule|) 162952) ((|ResidueRing| . |Ring|) T) ((|ResidueRing| . |Rng|) T) ((|ResidueRing| . |SemiGroup|) T) ((|ResidueRing| . |SemiRing|) T) ((|ResidueRing| . |SetCategory|) T) ((|ResidueRing| . |Type|) T) ((|ResidueRing| . |Algebra|) 162936) ((|ResidueRing| . |LinearSet|) 162920) ((|ResidueRing| . |Module|) 162904) ((|RegularTriangularSet| . |RegularTriangularSetCategory|) 162873) ((|RegularTriangularSet| . |Aggregate|) T) ((|RegularTriangularSet| . |BasicType|) T) ((|RegularTriangularSet| . |CoercibleTo|) 162825) ((|RegularTriangularSet| . |Collection|) 162809) ((|RegularTriangularSet| . |ConvertibleTo|) 162745) ((|RegularTriangularSet| . |Evalable|) 162669) ((|RegularTriangularSet| . |FiniteAggregate|) 162653) ((|RegularTriangularSet| . |Functorial|) 162637) ((|RegularTriangularSet| . |HomogeneousAggregate|) 162621) ((|RegularTriangularSet| . |InnerEvalable|) 162540) ((|RegularTriangularSet| . |PolynomialSetCategory|) 162509) ((|RegularTriangularSet| . |SetCategory|) T) ((|RegularTriangularSet| . |ShallowlyMutableAggregate|) 162493) ((|RegularTriangularSet| . |TriangularSetCategory|) 162462) ((|RegularTriangularSet| . |Type|) T) ((|Reference| . |SetCategory|) T) ((|Reference| . |BasicType|) T) ((|Reference| . |CoercibleTo|) 162436) ((|Reference| . |Type|) T) ((|RealClosure| . |RealClosedField|) T) ((|RealClosure| . |AbelianGroup|) T) ((|RealClosure| . |AbelianMonoid|) T) ((|RealClosure| . |AbelianSemiGroup|) T) ((|RealClosure| . |Algebra|) 162362) ((|RealClosure| . |BasicType|) T) ((|RealClosure| . |BiModule|) 162270) ((|RealClosure| . |CancellationAbelianMonoid|) T) ((|RealClosure| . |CharacteristicZero|) T) ((|RealClosure| . |CoercibleFrom|) 162196) ((|RealClosure| . |CoercibleTo|) 162170) ((|RealClosure| . |CommutativeRing|) T) ((|RealClosure| . |DivisionRing|) T) ((|RealClosure| . |EntireRing|) T) ((|RealClosure| . |EuclideanDomain|) T) ((|RealClosure| . |Field|) T) ((|RealClosure| . |FullyRetractableTo|) 162121) ((|RealClosure| . |GcdDomain|) T) ((|RealClosure| . |IntegralDomain|) T) ((|RealClosure| . |LeftLinearSet|) 162047) ((|RealClosure| . |LeftModule|) 161973) ((|RealClosure| . |LinearSet|) 161899) ((|RealClosure| . |Module|) 161825) ((|RealClosure| . |Monoid|) T) ((|RealClosure| . |OrderedAbelianGroup|) T) ((|RealClosure| . |OrderedAbelianMonoid|) T) ((|RealClosure| . |OrderedAbelianSemiGroup|) T) ((|RealClosure| . |OrderedCancellationAbelianMonoid|) T) ((|RealClosure| . |OrderedRing|) T) ((|RealClosure| . |OrderedSet|) T) ((|RealClosure| . |OrderedType|) T) ((|RealClosure| . |PrincipalIdealDomain|) T) ((|RealClosure| . |RadicalCategory|) T) ((|RealClosure| . |RetractableTo|) 161656) ((|RealClosure| . |RightLinearSet|) 161582) ((|RealClosure| . |RightModule|) 161508) ((|RealClosure| . |Ring|) T) ((|RealClosure| . |Rng|) T) ((|RealClosure| . |SemiGroup|) T) ((|RealClosure| . |SemiRing|) T) ((|RealClosure| . |SetCategory|) T) ((|RealClosure| . |Type|) T) ((|RealClosure| . |UniqueFactorizationDomain|) T) ((|ReduceAst| . |SpadSyntaxCategory|) T) ((|ReduceAst| . |AbstractSyntaxCategory|) T) ((|ReduceAst| . |BasicType|) T) ((|ReduceAst| . |CoercibleFrom|) 161486) ((|ReduceAst| . |CoercibleTo|) 161441) ((|ReduceAst| . |HomotopicTo|) 161419) ((|ReduceAst| . |SetCategory|) T) ((|ReduceAst| . |Type|) T) ((|RadixExpansion| . |QuotientFieldCategory|) 161396) ((|RadixExpansion| . |AbelianGroup|) T) ((|RadixExpansion| . |AbelianMonoid|) T) ((|RadixExpansion| . |AbelianSemiGroup|) T) ((|RadixExpansion| . |Algebra|) 161330) ((|RadixExpansion| . |BasicType|) T) ((|RadixExpansion| . |BiModule|) 161248) ((|RadixExpansion| . |CancellationAbelianMonoid|) T) ((|RadixExpansion| . |CharacteristicNonZero|) NIL) ((|RadixExpansion| . |CharacteristicZero|) T) ((|RadixExpansion| . |CoercibleFrom|) 161187) ((|RadixExpansion| . |CoercibleTo|) 161128) ((|RadixExpansion| . |CommutativeRing|) T) ((|RadixExpansion| . |ConvertibleTo|) 161029) ((|RadixExpansion| . |DifferentialDomain|) 161016) ((|RadixExpansion| . |DifferentialExtension|) 160993) ((|RadixExpansion| . |DifferentialRing|) T) ((|RadixExpansion| . |DifferentialSpace|) T) ((|RadixExpansion| . |DifferentialSpaceExtension|) 160970) ((|RadixExpansion| . |DivisionRing|) T) ((|RadixExpansion| . |Eltable|) NIL) ((|RadixExpansion| . |EntireRing|) T) ((|RadixExpansion| . |EuclideanDomain|) T) ((|RadixExpansion| . |Evalable|) NIL) ((|RadixExpansion| . |Field|) T) ((|RadixExpansion| . |FullyEvalableOver|) 160947) ((|RadixExpansion| . |FullyLinearlyExplicitRingOver|) 160924) ((|RadixExpansion| . |FullyPatternMatchable|) 160901) ((|RadixExpansion| . |Functorial|) 160878) ((|RadixExpansion| . |GcdDomain|) T) ((|RadixExpansion| . |InnerEvalable|) NIL) ((|RadixExpansion| . |IntegralDomain|) T) ((|RadixExpansion| . |LeftLinearSet|) 160817) ((|RadixExpansion| . |LeftModule|) 160756) ((|RadixExpansion| . |LinearSet|) 160690) ((|RadixExpansion| . |LinearlyExplicitRingOver|) 160667) ((|RadixExpansion| . |Module|) 160601) ((|RadixExpansion| . |Monoid|) T) ((|RadixExpansion| . |OrderedAbelianGroup|) T) ((|RadixExpansion| . |OrderedAbelianMonoid|) T) ((|RadixExpansion| . |OrderedAbelianSemiGroup|) T) ((|RadixExpansion| . |OrderedCancellationAbelianMonoid|) T) ((|RadixExpansion| . |OrderedIntegralDomain|) T) ((|RadixExpansion| . |OrderedRing|) T) ((|RadixExpansion| . |OrderedSet|) T) ((|RadixExpansion| . |OrderedType|) T) ((|RadixExpansion| . |PartialDifferentialDomain|) NIL) ((|RadixExpansion| . |PartialDifferentialRing|) NIL) ((|RadixExpansion| . |PartialDifferentialSpace|) NIL) ((|RadixExpansion| . |PatternMatchable|) 160578) ((|RadixExpansion| . |Patternable|) 160555) ((|RadixExpansion| . |PolynomialFactorizationExplicit|) NIL) ((|RadixExpansion| . |PrincipalIdealDomain|) T) ((|RadixExpansion| . |RealConstant|) T) ((|RadixExpansion| . |RetractableTo|) 160504) ((|RadixExpansion| . |RightLinearSet|) 160438) ((|RadixExpansion| . |RightModule|) 160372) ((|RadixExpansion| . |Ring|) T) ((|RadixExpansion| . |Rng|) T) ((|RadixExpansion| . |SemiGroup|) T) ((|RadixExpansion| . |SemiRing|) T) ((|RadixExpansion| . |SetCategory|) T) ((|RadixExpansion| . |StepThrough|) T) ((|RadixExpansion| . |Type|) T) ((|RadixExpansion| . |UniqueFactorizationDomain|) T) ((|RadicalFunctionField| . |FunctionFieldCategory|) 160346) ((|RadicalFunctionField| . |AbelianGroup|) T) ((|RadicalFunctionField| . |AbelianMonoid|) T) ((|RadicalFunctionField| . |AbelianSemiGroup|) T) ((|RadicalFunctionField| . |Algebra|) 160274) ((|RadicalFunctionField| . |BasicType|) T) ((|RadicalFunctionField| . |BiModule|) 160186) ((|RadicalFunctionField| . |CancellationAbelianMonoid|) T) ((|RadicalFunctionField| . |CharacteristicNonZero|) 160133) ((|RadicalFunctionField| . |CharacteristicZero|) 160083) ((|RadicalFunctionField| . |CoercibleFrom|) 159996) ((|RadicalFunctionField| . |CoercibleTo|) 159970) ((|RadicalFunctionField| . |CommutativeRing|) T) ((|RadicalFunctionField| . |ConvertibleTo|) 159954) ((|RadicalFunctionField| . |DifferentialDomain|) 159899) ((|RadicalFunctionField| . |DifferentialExtension|) 159870) ((|RadicalFunctionField| . |DifferentialRing|) 159822) ((|RadicalFunctionField| . |DifferentialSpace|) 159773) ((|RadicalFunctionField| . |DifferentialSpaceExtension|) 159744) ((|RadicalFunctionField| . |DivisionRing|) T) ((|RadicalFunctionField| . |EntireRing|) T) ((|RadicalFunctionField| . |EuclideanDomain|) T) ((|RadicalFunctionField| . |Field|) T) ((|RadicalFunctionField| . |FiniteRankAlgebra|) 159710) ((|RadicalFunctionField| . |FramedAlgebra|) 159676) ((|RadicalFunctionField| . |FullyLinearlyExplicitRingOver|) 159647) ((|RadicalFunctionField| . |FullyRetractableTo|) 159618) ((|RadicalFunctionField| . |GcdDomain|) T) ((|RadicalFunctionField| . |IntegralDomain|) T) ((|RadicalFunctionField| . |LeftLinearSet|) 159531) ((|RadicalFunctionField| . |LeftModule|) 159383) ((|RadicalFunctionField| . |LinearSet|) 159311) ((|RadicalFunctionField| . |LinearlyExplicitRingOver|) 159201) ((|RadicalFunctionField| . |Module|) 159129) ((|RadicalFunctionField| . |MonogenicAlgebra|) 159095) ((|RadicalFunctionField| . |Monoid|) T) ((|RadicalFunctionField| . |PartialDifferentialDomain|) 158941) ((|RadicalFunctionField| . |PartialDifferentialRing|) 158860) ((|RadicalFunctionField| . |PartialDifferentialSpace|) 158708) ((|RadicalFunctionField| . |PrincipalIdealDomain|) T) ((|RadicalFunctionField| . |RetractableTo|) 158518) ((|RadicalFunctionField| . |RightLinearSet|) 158446) ((|RadicalFunctionField| . |RightModule|) 158374) ((|RadicalFunctionField| . |Ring|) T) ((|RadicalFunctionField| . |Rng|) T) ((|RadicalFunctionField| . |SemiGroup|) T) ((|RadicalFunctionField| . |SemiRing|) T) ((|RadicalFunctionField| . |SetCategory|) T) ((|RadicalFunctionField| . |Type|) T) ((|RadicalFunctionField| . |UniqueFactorizationDomain|) T) ((|Queue| . |QueueAggregate|) 158358) ((|Queue| . |Aggregate|) T) ((|Queue| . |BagAggregate|) 158342) ((|Queue| . |BasicType|) 158314) ((|Queue| . |CoercibleTo|) 158250) ((|Queue| . |Evalable|) 158174) ((|Queue| . |FiniteAggregate|) 158158) ((|Queue| . |Functorial|) 158142) ((|Queue| . |HomogeneousAggregate|) 158126) ((|Queue| . |InnerEvalable|) 158045) ((|Queue| . |SetCategory|) 158015) ((|Queue| . |ShallowlyMutableAggregate|) 157999) ((|Queue| . |Type|) T) ((|Quaternion| . |QuaternionCategory|) 157983) ((|Quaternion| . |AbelianGroup|) T) ((|Quaternion| . |AbelianMonoid|) T) ((|Quaternion| . |AbelianSemiGroup|) T) ((|Quaternion| . |Algebra|) 157917) ((|Quaternion| . |BasicType|) T) ((|Quaternion| . |BiModule|) 157805) ((|Quaternion| . |CancellationAbelianMonoid|) T) ((|Quaternion| . |CharacteristicNonZero|) 157765) ((|Quaternion| . |CharacteristicZero|) 157728) ((|Quaternion| . |CoercibleFrom|) 157586) ((|Quaternion| . |CoercibleTo|) 157560) ((|Quaternion| . |ConvertibleTo|) 157496) ((|Quaternion| . |DifferentialDomain|) 157454) ((|Quaternion| . |DifferentialExtension|) 157438) ((|Quaternion| . |DifferentialRing|) 157403) ((|Quaternion| . |DifferentialSpace|) 157367) ((|Quaternion| . |DifferentialSpaceExtension|) 157351) ((|Quaternion| . |DivisionRing|) 157327) ((|Quaternion| . |Eltable|) 157280) ((|Quaternion| . |EntireRing|) 157251) ((|Quaternion| . |Evalable|) 157210) ((|Quaternion| . |FullyEvalableOver|) 157194) ((|Quaternion| . |FullyLinearlyExplicitRingOver|) 157178) ((|Quaternion| . |FullyRetractableTo|) 157162) ((|Quaternion| . |Functorial|) 157146) ((|Quaternion| . |InnerEvalable|) 157035) ((|Quaternion| . |LeftLinearSet|) 156944) ((|Quaternion| . |LeftModule|) 156805) ((|Quaternion| . |LinearSet|) 156739) ((|Quaternion| . |LinearlyExplicitRingOver|) 156655) ((|Quaternion| . |Module|) 156589) ((|Quaternion| . |Monoid|) T) ((|Quaternion| . |OrderedSet|) 156560) ((|Quaternion| . |OrderedType|) 156531) ((|Quaternion| . |PartialDifferentialDomain|) 156403) ((|Quaternion| . |PartialDifferentialRing|) 156335) ((|Quaternion| . |PartialDifferentialSpace|) 156209) ((|Quaternion| . |RetractableTo|) 156058) ((|Quaternion| . |RightLinearSet|) 155960) ((|Quaternion| . |RightModule|) 155862) ((|Quaternion| . |Ring|) T) ((|Quaternion| . |Rng|) T) ((|Quaternion| . |SemiGroup|) T) ((|Quaternion| . |SemiRing|) T) ((|Quaternion| . |SetCategory|) T) ((|Quaternion| . |Type|) T) ((|QuasiquoteAst| . |SpadSyntaxCategory|) T) ((|QuasiquoteAst| . |AbstractSyntaxCategory|) T) ((|QuasiquoteAst| . |BasicType|) T) ((|QuasiquoteAst| . |CoercibleFrom|) 155840) ((|QuasiquoteAst| . |CoercibleTo|) 155795) ((|QuasiquoteAst| . |HomotopicTo|) 155773) ((|QuasiquoteAst| . |SetCategory|) T) ((|QuasiquoteAst| . |Type|) T) ((|QuadraticForm| . |AbelianGroup|) T) ((|QuadraticForm| . |AbelianMonoid|) T) ((|QuadraticForm| . |AbelianSemiGroup|) T) ((|QuadraticForm| . |BasicType|) T) ((|QuadraticForm| . |CancellationAbelianMonoid|) T) ((|QuadraticForm| . |CoercibleTo|) 155747) ((|QuadraticForm| . |LeftLinearSet|) 155724) ((|QuadraticForm| . |SetCategory|) T) ((|QuadraticForm| . |Type|) T) ((|QuadraticForm| . |Eltable|) 155680) ((|QueryEquation| . |CoercibleTo|) 155654) ((|QuasiAlgebraicSet| . |SetCategory|) T) ((|QuasiAlgebraicSet| . |BasicType|) T) ((|QuasiAlgebraicSet| . |CoercibleTo|) 155628) ((|QuasiAlgebraicSet| . |Type|) T) ((|Partition| . |OrderedCancellationAbelianMonoid|) T) ((|Partition| . |AbelianMonoid|) T) ((|Partition| . |AbelianSemiGroup|) T) ((|Partition| . |BasicType|) T) ((|Partition| . |CancellationAbelianMonoid|) T) ((|Partition| . |CoercibleTo|) 155565) ((|Partition| . |OrderedAbelianMonoid|) T) ((|Partition| . |OrderedAbelianSemiGroup|) T) ((|Partition| . |OrderedSet|) T) ((|Partition| . |OrderedType|) T) ((|Partition| . |SetCategory|) T) ((|Partition| . |Type|) T) ((|PretendAst| . |SpadSyntaxCategory|) T) ((|PretendAst| . |AbstractSyntaxCategory|) T) ((|PretendAst| . |BasicType|) T) ((|PretendAst| . |CoercibleFrom|) 155543) ((|PretendAst| . |CoercibleTo|) 155498) ((|PretendAst| . |HomotopicTo|) 155476) ((|PretendAst| . |SetCategory|) T) ((|PretendAst| . |Type|) T) ((|PropositionalFormula| . |PropositionalLogic|) T) ((|PropositionalFormula| . |BasicType|) T) ((|PropositionalFormula| . |BooleanLogic|) T) ((|PropositionalFormula| . |CoercibleTo|) 155450) ((|PropositionalFormula| . |Logic|) T) ((|PropositionalFormula| . |SetCategory|) T) ((|PropositionalFormula| . |Type|) T) ((|PropositionalFormula| . |CoercibleFrom|) 155434) ((|Property| . |CoercibleTo|) 155408) ((|Product| . |SetCategory|) T) ((|Product| . |BasicType|) T) ((|Product| . |CoercibleTo|) 155382) ((|Product| . |Type|) T) ((|Product| . |Finite|) 155327) ((|Product| . |Monoid|) 155215) ((|Product| . |SemiGroup|) 155103) ((|Product| . |AbelianMonoid|) 154783) ((|Product| . |AbelianSemiGroup|) 154463) ((|Product| . |CancellationAbelianMonoid|) 154211) ((|Product| . |Group|) 154158) ((|Product| . |AbelianGroup|) 154091) ((|Product| . |LeftLinearSet|) 154008) ((|Product| . |OrderedAbelianMonoidSup|) 153919) ((|Product| . |OrderedAbelianMonoid|) 153830) ((|Product| . |OrderedAbelianSemiGroup|) 153741) ((|Product| . |OrderedCancellationAbelianMonoid|) 153652) ((|Product| . |OrderedSet|) 153496) ((|Product| . |OrderedType|) 153340) ((|PrimitiveArray| . |OneDimensionalArrayAggregate|) 153324) ((|PrimitiveArray| . |Aggregate|) T) ((|PrimitiveArray| . |BasicType|) 153296) ((|PrimitiveArray| . |CoercibleTo|) 153232) ((|PrimitiveArray| . |Collection|) 153216) ((|PrimitiveArray| . |ConvertibleTo|) 153152) ((|PrimitiveArray| . |Eltable|) 153086) ((|PrimitiveArray| . |EltableAggregate|) 153058) ((|PrimitiveArray| . |Evalable|) 152982) ((|PrimitiveArray| . |FiniteAggregate|) 152966) ((|PrimitiveArray| . |FiniteLinearAggregate|) 152950) ((|PrimitiveArray| . |Functorial|) 152934) ((|PrimitiveArray| . |HomogeneousAggregate|) 152918) ((|PrimitiveArray| . |IndexedAggregate|) 152890) ((|PrimitiveArray| . |InnerEvalable|) 152809) ((|PrimitiveArray| . |LinearAggregate|) 152793) ((|PrimitiveArray| . |OrderedSet|) 152764) ((|PrimitiveArray| . |OrderedType|) 152735) ((|PrimitiveArray| . |SetCategory|) 152705) ((|PrimitiveArray| . |ShallowlyMutableAggregate|) 152689) ((|PrimitiveArray| . |Type|) T) ((|PolynomialRing| . |FiniteAbelianMonoidRing|) 152668) ((|PolynomialRing| . |AbelianGroup|) T) ((|PolynomialRing| . |AbelianMonoid|) T) ((|PolynomialRing| . |AbelianMonoidRing|) 152647) ((|PolynomialRing| . |AbelianSemiGroup|) T) ((|PolynomialRing| . |Algebra|) 152491) ((|PolynomialRing| . |BasicType|) T) ((|PolynomialRing| . |BiModule|) 152347) ((|PolynomialRing| . |CancellationAbelianMonoid|) T) ((|PolynomialRing| . |CharacteristicNonZero|) 152307) ((|PolynomialRing| . |CharacteristicZero|) 152270) ((|PolynomialRing| . |CoercibleFrom|) 152065) ((|PolynomialRing| . |CoercibleTo|) 152039) ((|PolynomialRing| . |CommutativeRing|) 152005) ((|PolynomialRing| . |EntireRing|) 151972) ((|PolynomialRing| . |FullyRetractableTo|) 151956) ((|PolynomialRing| . |Functorial|) 151940) ((|PolynomialRing| . |IntegralDomain|) 151907) ((|PolynomialRing| . |LeftLinearSet|) 151789) ((|PolynomialRing| . |LeftModule|) 151686) ((|PolynomialRing| . |LinearSet|) 151530) ((|PolynomialRing| . |Module|) 151374) ((|PolynomialRing| . |Monoid|) T) ((|PolynomialRing| . |RetractableTo|) 151223) ((|PolynomialRing| . |RightLinearSet|) 151093) ((|PolynomialRing| . |RightModule|) 150963) ((|PolynomialRing| . |Ring|) T) ((|PolynomialRing| . |Rng|) T) ((|PolynomialRing| . |SemiGroup|) T) ((|PolynomialRing| . |SemiRing|) T) ((|PolynomialRing| . |SetCategory|) T) ((|PolynomialRing| . |Type|) T) ((|PortNumber| . |SetCategory|) T) ((|PortNumber| . |BasicType|) T) ((|PortNumber| . |CoercibleTo|) 150911) ((|PortNumber| . |Type|) T) ((|Polynomial| . |PolynomialCategory|) 150856) ((|Polynomial| . |AbelianGroup|) T) ((|Polynomial| . |AbelianMonoid|) T) ((|Polynomial| . |AbelianMonoidRing|) 150808) ((|Polynomial| . |AbelianSemiGroup|) T) ((|Polynomial| . |Algebra|) 150652) ((|Polynomial| . |BasicType|) T) ((|Polynomial| . |BiModule|) 150508) ((|Polynomial| . |CancellationAbelianMonoid|) T) ((|Polynomial| . |CharacteristicNonZero|) 150468) ((|Polynomial| . |CharacteristicZero|) 150431) ((|Polynomial| . |CoercibleFrom|) 150207) ((|Polynomial| . |CoercibleTo|) 150181) ((|Polynomial| . |CommutativeRing|) 150147) ((|Polynomial| . |ConvertibleTo|) 149925) ((|Polynomial| . |EntireRing|) 149892) ((|Polynomial| . |Evalable|) 149879) ((|Polynomial| . |FiniteAbelianMonoidRing|) 149831) ((|Polynomial| . |FullyLinearlyExplicitRingOver|) 149815) ((|Polynomial| . |FullyRetractableTo|) 149799) ((|Polynomial| . |Functorial|) 149783) ((|Polynomial| . |GcdDomain|) 149755) ((|Polynomial| . |InnerEvalable|) 149699) ((|Polynomial| . |IntegralDomain|) 149666) ((|Polynomial| . |LeftLinearSet|) 149548) ((|Polynomial| . |LeftModule|) 149382) ((|Polynomial| . |LinearSet|) 149226) ((|Polynomial| . |LinearlyExplicitRingOver|) 149142) ((|Polynomial| . |Module|) 148986) ((|Polynomial| . |Monoid|) T) ((|Polynomial| . |PartialDifferentialDomain|) 148962) ((|Polynomial| . |PartialDifferentialRing|) 148940) ((|Polynomial| . |PartialDifferentialSpace|) 148918) ((|Polynomial| . |PatternMatchable|) 148799) ((|Polynomial| . |PolynomialFactorizationExplicit|) 148749) ((|Polynomial| . |RetractableTo|) 148579) ((|Polynomial| . |RightLinearSet|) 148449) ((|Polynomial| . |RightModule|) 148319) ((|Polynomial| . |Ring|) T) ((|Polynomial| . |Rng|) T) ((|Polynomial| . |SemiGroup|) T) ((|Polynomial| . |SemiRing|) T) ((|Polynomial| . |SetCategory|) T) ((|Polynomial| . |Type|) T) ((|Polynomial| . |UniqueFactorizationDomain|) 148269) ((|Point| . |PointCategory|) 148253) ((|Point| . |Aggregate|) T) ((|Point| . |BasicType|) 148225) ((|Point| . |CoercibleTo|) 148161) ((|Point| . |Collection|) 148145) ((|Point| . |ConvertibleFrom|) 148120) ((|Point| . |ConvertibleTo|) 148056) ((|Point| . |Eltable|) 147990) ((|Point| . |EltableAggregate|) 147962) ((|Point| . |Evalable|) 147886) ((|Point| . |FiniteAggregate|) 147870) ((|Point| . |FiniteLinearAggregate|) 147854) ((|Point| . |Functorial|) 147838) ((|Point| . |HomogeneousAggregate|) 147822) ((|Point| . |IndexedAggregate|) 147794) ((|Point| . |InnerEvalable|) 147713) ((|Point| . |LinearAggregate|) 147697) ((|Point| . |OneDimensionalArrayAggregate|) 147681) ((|Point| . |OrderedSet|) 147652) ((|Point| . |OrderedType|) 147623) ((|Point| . |SetCategory|) 147593) ((|Point| . |ShallowlyMutableAggregate|) 147577) ((|Point| . |Type|) T) ((|Point| . |VectorCategory|) 147561) ((|Plot3D| . |PlottableSpaceCurveCategory|) T) ((|Plot3D| . |CoercibleTo|) 147535) ((|Plot| . |PlottablePlaneCurveCategory|) T) ((|Plot| . |CoercibleTo|) 147509) ((|PositiveInteger| . |OrderedAbelianSemiGroup|) T) ((|PositiveInteger| . |AbelianSemiGroup|) T) ((|PositiveInteger| . |BasicType|) T) ((|PositiveInteger| . |CoercibleTo|) 147483) ((|PositiveInteger| . |OrderedSet|) T) ((|PositiveInteger| . |OrderedType|) T) ((|PositiveInteger| . |SetCategory|) T) ((|PositiveInteger| . |Type|) T) ((|PositiveInteger| . |Monoid|) T) ((|PositiveInteger| . |SemiGroup|) T) ((|PartialFraction| . |Field|) T) ((|PartialFraction| . |AbelianGroup|) T) ((|PartialFraction| . |AbelianMonoid|) T) ((|PartialFraction| . |AbelianSemiGroup|) T) ((|PartialFraction| . |Algebra|) 147424) ((|PartialFraction| . |BasicType|) T) ((|PartialFraction| . |BiModule|) 147351) ((|PartialFraction| . |CancellationAbelianMonoid|) T) ((|PartialFraction| . |CoercibleFrom|) 147277) ((|PartialFraction| . |CoercibleTo|) 147225) ((|PartialFraction| . |CommutativeRing|) T) ((|PartialFraction| . |DivisionRing|) T) ((|PartialFraction| . |EntireRing|) T) ((|PartialFraction| . |EuclideanDomain|) T) ((|PartialFraction| . |GcdDomain|) T) ((|PartialFraction| . |IntegralDomain|) T) ((|PartialFraction| . |LeftLinearSet|) 147151) ((|PartialFraction| . |LeftModule|) 147092) ((|PartialFraction| . |LinearSet|) 147033) ((|PartialFraction| . |Module|) 146974) ((|PartialFraction| . |Monoid|) T) ((|PartialFraction| . |PrincipalIdealDomain|) T) ((|PartialFraction| . |RightLinearSet|) 146915) ((|PartialFraction| . |RightModule|) 146856) ((|PartialFraction| . |Ring|) T) ((|PartialFraction| . |Rng|) T) ((|PartialFraction| . |SemiGroup|) T) ((|PartialFraction| . |SemiRing|) T) ((|PartialFraction| . |SetCategory|) T) ((|PartialFraction| . |Type|) T) ((|PartialFraction| . |UniqueFactorizationDomain|) T) ((|PrimeField| . |FiniteFieldCategory|) T) ((|PrimeField| . |AbelianGroup|) T) ((|PrimeField| . |AbelianMonoid|) T) ((|PrimeField| . |AbelianSemiGroup|) T) ((|PrimeField| . |Algebra|) 146810) ((|PrimeField| . |BasicType|) T) ((|PrimeField| . |BiModule|) 146755) ((|PrimeField| . |CancellationAbelianMonoid|) T) ((|PrimeField| . |CharacteristicNonZero|) T) ((|PrimeField| . |CoercibleFrom|) 146694) ((|PrimeField| . |CoercibleTo|) 146668) ((|PrimeField| . |CommutativeRing|) T) ((|PrimeField| . |DifferentialDomain|) 146655) ((|PrimeField| . |DifferentialRing|) T) ((|PrimeField| . |DifferentialSpace|) T) ((|PrimeField| . |DivisionRing|) T) ((|PrimeField| . |EntireRing|) T) ((|PrimeField| . |EuclideanDomain|) T) ((|PrimeField| . |Field|) T) ((|PrimeField| . |FieldOfPrimeCharacteristic|) T) ((|PrimeField| . |Finite|) T) ((|PrimeField| . |GcdDomain|) T) ((|PrimeField| . |IntegralDomain|) T) ((|PrimeField| . |LeftLinearSet|) 146594) ((|PrimeField| . |LeftModule|) 146548) ((|PrimeField| . |LinearSet|) 146502) ((|PrimeField| . |Module|) 146456) ((|PrimeField| . |Monoid|) T) ((|PrimeField| . |PrincipalIdealDomain|) T) ((|PrimeField| . |RightLinearSet|) 146410) ((|PrimeField| . |RightModule|) 146364) ((|PrimeField| . |Ring|) T) ((|PrimeField| . |Rng|) T) ((|PrimeField| . |SemiGroup|) T) ((|PrimeField| . |SemiRing|) T) ((|PrimeField| . |SetCategory|) T) ((|PrimeField| . |StepThrough|) T) ((|PrimeField| . |Type|) T) ((|PrimeField| . |UniqueFactorizationDomain|) T) ((|PrimeField| . |FiniteAlgebraicExtensionField|) 146351) ((|PrimeField| . |CharacteristicZero|) 146317) ((|PrimeField| . |ExtensionField|) 146304) ((|PrimeField| . |RetractableTo|) 146291) ((|PrimeField| . |VectorSpace|) 146278) ((|PrimeField| . |ConvertibleTo|) 146255) ((|PermutationGroup| . |SetCategory|) T) ((|PermutationGroup| . |BasicType|) T) ((|PermutationGroup| . |CoercibleTo|) 146191) ((|PermutationGroup| . |Type|) T) ((|PermutationGroup| . |HomotopicTo|) 146150) ((|PermutationGroup| . |CoercibleFrom|) 146109) ((|Permutation| . |PermutationCategory|) 146093) ((|Permutation| . |BasicType|) T) ((|Permutation| . |CoercibleTo|) 146067) ((|Permutation| . |Eltable|) 146046) ((|Permutation| . |Group|) T) ((|Permutation| . |Monoid|) T) ((|Permutation| . |OrderedSet|) 145988) ((|Permutation| . |OrderedType|) 145930) ((|Permutation| . |SemiGroup|) T) ((|Permutation| . |SetCategory|) T) ((|Permutation| . |Type|) T) ((|PendantTree| . |BinaryRecursiveAggregate|) 145914) ((|PendantTree| . |Aggregate|) T) ((|PendantTree| . |BasicType|) 145886) ((|PendantTree| . |CoercibleTo|) 145800) ((|PendantTree| . |Evalable|) 145724) ((|PendantTree| . |Functorial|) 145708) ((|PendantTree| . |HomogeneousAggregate|) 145692) ((|PendantTree| . |InnerEvalable|) 145611) ((|PendantTree| . |RecursiveAggregate|) 145595) ((|PendantTree| . |SetCategory|) 145565) ((|PendantTree| . |Type|) T) ((|PoincareBirkhoffWittLyndonBasis| . |OrderedSet|) T) ((|PoincareBirkhoffWittLyndonBasis| . |BasicType|) T) ((|PoincareBirkhoffWittLyndonBasis| . |CoercibleTo|) 145504) ((|PoincareBirkhoffWittLyndonBasis| . |OrderedType|) T) ((|PoincareBirkhoffWittLyndonBasis| . |SetCategory|) T) ((|PoincareBirkhoffWittLyndonBasis| . |Type|) T) ((|PoincareBirkhoffWittLyndonBasis| . |RetractableTo|) 145473) ((|PoincareBirkhoffWittLyndonBasis| . |CoercibleFrom|) 145442) ((|Pattern| . |SetCategory|) T) ((|Pattern| . |BasicType|) T) ((|Pattern| . |CoercibleTo|) 145416) ((|Pattern| . |Type|) T) ((|Pattern| . |RetractableTo|) 145381) ((|Pattern| . |CoercibleFrom|) 145346) ((|PatternMatchResult| . |SetCategory|) T) ((|PatternMatchResult| . |BasicType|) T) ((|PatternMatchResult| . |CoercibleTo|) 145320) ((|PatternMatchResult| . |Type|) T) ((|PatternMatchListResult| . |SetCategory|) T) ((|PatternMatchListResult| . |BasicType|) T) ((|PatternMatchListResult| . |CoercibleTo|) 145294) ((|PatternMatchListResult| . |Type|) T) ((|ParameterAst| . |SpadSyntaxCategory|) T) ((|ParameterAst| . |AbstractSyntaxCategory|) T) ((|ParameterAst| . |BasicType|) T) ((|ParameterAst| . |CoercibleFrom|) 145272) ((|ParameterAst| . |CoercibleTo|) 145227) ((|ParameterAst| . |HomotopicTo|) 145205) ((|ParameterAst| . |SetCategory|) T) ((|ParameterAst| . |Type|) T) ((|ParameterAst| . |UnionType|) T) ((|Palette| . |SetCategory|) T) ((|Palette| . |BasicType|) T) ((|Palette| . |CoercibleTo|) 145179) ((|Palette| . |Type|) T) ((|Palette| . |CoercibleFrom|) 145158) ((|Pair| . |Type|) T) ((|Pair| . |Join|) T) ((|Pair| . |CoercibleTo|) 144975) ((|Pair| . |SetCategory|) 144910) ((|Pair| . |BasicType|) 144845) ((|PAdicRationalConstructor| . |QuotientFieldCategory|) 144829) ((|PAdicRationalConstructor| . |AbelianGroup|) T) ((|PAdicRationalConstructor| . |AbelianMonoid|) T) ((|PAdicRationalConstructor| . |AbelianSemiGroup|) T) ((|PAdicRationalConstructor| . |Algebra|) 144770) ((|PAdicRationalConstructor| . |BasicType|) T) ((|PAdicRationalConstructor| . |BiModule|) 144697) ((|PAdicRationalConstructor| . |CancellationAbelianMonoid|) T) ((|PAdicRationalConstructor| . |CharacteristicNonZero|) 144657) ((|PAdicRationalConstructor| . |CharacteristicZero|) 144620) ((|PAdicRationalConstructor| . |CoercibleFrom|) 144491) ((|PAdicRationalConstructor| . |CoercibleTo|) 144465) ((|PAdicRationalConstructor| . |CommutativeRing|) T) ((|PAdicRationalConstructor| . |ConvertibleTo|) 144156) ((|PAdicRationalConstructor| . |DifferentialDomain|) 144114) ((|PAdicRationalConstructor| . |DifferentialExtension|) 144098) ((|PAdicRationalConstructor| . |DifferentialRing|) 144063) ((|PAdicRationalConstructor| . |DifferentialSpace|) 144027) ((|PAdicRationalConstructor| . |DifferentialSpaceExtension|) 144011) ((|PAdicRationalConstructor| . |DivisionRing|) T) ((|PAdicRationalConstructor| . |Eltable|) 143964) ((|PAdicRationalConstructor| . |EntireRing|) T) ((|PAdicRationalConstructor| . |EuclideanDomain|) T) ((|PAdicRationalConstructor| . |Evalable|) 143923) ((|PAdicRationalConstructor| . |Field|) T) ((|PAdicRationalConstructor| . |FullyEvalableOver|) 143907) ((|PAdicRationalConstructor| . |FullyLinearlyExplicitRingOver|) 143891) ((|PAdicRationalConstructor| . |FullyPatternMatchable|) 143875) ((|PAdicRationalConstructor| . |Functorial|) 143859) ((|PAdicRationalConstructor| . |GcdDomain|) T) ((|PAdicRationalConstructor| . |InnerEvalable|) 143748) ((|PAdicRationalConstructor| . |IntegralDomain|) T) ((|PAdicRationalConstructor| . |LeftLinearSet|) 143674) ((|PAdicRationalConstructor| . |LeftModule|) 143552) ((|PAdicRationalConstructor| . |LinearSet|) 143493) ((|PAdicRationalConstructor| . |LinearlyExplicitRingOver|) 143409) ((|PAdicRationalConstructor| . |Module|) 143350) ((|PAdicRationalConstructor| . |Monoid|) T) ((|PAdicRationalConstructor| . |OrderedAbelianGroup|) 143310) ((|PAdicRationalConstructor| . |OrderedAbelianMonoid|) 143270) ((|PAdicRationalConstructor| . |OrderedAbelianSemiGroup|) 143230) ((|PAdicRationalConstructor| . |OrderedCancellationAbelianMonoid|) 143190) ((|PAdicRationalConstructor| . |OrderedIntegralDomain|) 143150) ((|PAdicRationalConstructor| . |OrderedRing|) 143110) ((|PAdicRationalConstructor| . |OrderedSet|) 143081) ((|PAdicRationalConstructor| . |OrderedType|) 143052) ((|PAdicRationalConstructor| . |PartialDifferentialDomain|) 142924) ((|PAdicRationalConstructor| . |PartialDifferentialRing|) 142856) ((|PAdicRationalConstructor| . |PartialDifferentialSpace|) 142730) ((|PAdicRationalConstructor| . |PatternMatchable|) 142611) ((|PAdicRationalConstructor| . |Patternable|) 142595) ((|PAdicRationalConstructor| . |PolynomialFactorizationExplicit|) 142545) ((|PAdicRationalConstructor| . |PrincipalIdealDomain|) T) ((|PAdicRationalConstructor| . |RealConstant|) 142514) ((|PAdicRationalConstructor| . |RetractableTo|) 142321) ((|PAdicRationalConstructor| . |RightLinearSet|) 142262) ((|PAdicRationalConstructor| . |RightModule|) 142203) ((|PAdicRationalConstructor| . |Ring|) T) ((|PAdicRationalConstructor| . |Rng|) T) ((|PAdicRationalConstructor| . |SemiGroup|) T) ((|PAdicRationalConstructor| . |SemiRing|) T) ((|PAdicRationalConstructor| . |SetCategory|) T) ((|PAdicRationalConstructor| . |StepThrough|) 142173) ((|PAdicRationalConstructor| . |Type|) T) ((|PAdicRationalConstructor| . |UniqueFactorizationDomain|) T) ((|PAdicRational| . |QuotientFieldCategory|) 142140) ((|PAdicRational| . |AbelianGroup|) T) ((|PAdicRational| . |AbelianMonoid|) T) ((|PAdicRational| . |AbelianSemiGroup|) T) ((|PAdicRational| . |Algebra|) 142064) ((|PAdicRational| . |BasicType|) T) ((|PAdicRational| . |BiModule|) 141972) ((|PAdicRational| . |CancellationAbelianMonoid|) T) ((|PAdicRational| . |CharacteristicNonZero|) NIL) ((|PAdicRational| . |CharacteristicZero|) T) ((|PAdicRational| . |CoercibleFrom|) 141881) ((|PAdicRational| . |CoercibleTo|) 141855) ((|PAdicRational| . |CommutativeRing|) T) ((|PAdicRational| . |ConvertibleTo|) NIL) ((|PAdicRational| . |DifferentialDomain|) NIL) ((|PAdicRational| . |DifferentialExtension|) 141822) ((|PAdicRational| . |DifferentialRing|) NIL) ((|PAdicRational| . |DifferentialSpace|) NIL) ((|PAdicRational| . |DifferentialSpaceExtension|) 141789) ((|PAdicRational| . |DivisionRing|) T) ((|PAdicRational| . |Eltable|) 141725) ((|PAdicRational| . |EntireRing|) T) ((|PAdicRational| . |EuclideanDomain|) T) ((|PAdicRational| . |Evalable|) 141666) ((|PAdicRational| . |Field|) T) ((|PAdicRational| . |FullyEvalableOver|) 141633) ((|PAdicRational| . |FullyLinearlyExplicitRingOver|) 141600) ((|PAdicRational| . |FullyPatternMatchable|) 141567) ((|PAdicRational| . |Functorial|) 141534) ((|PAdicRational| . |GcdDomain|) T) ((|PAdicRational| . |InnerEvalable|) 141409) ((|PAdicRational| . |IntegralDomain|) T) ((|PAdicRational| . |LeftLinearSet|) 141318) ((|PAdicRational| . |LeftModule|) 141242) ((|PAdicRational| . |LinearSet|) 141166) ((|PAdicRational| . |LinearlyExplicitRingOver|) 141133) ((|PAdicRational| . |Module|) 141057) ((|PAdicRational| . |Monoid|) T) ((|PAdicRational| . |OrderedAbelianGroup|) NIL) ((|PAdicRational| . |OrderedAbelianMonoid|) NIL) ((|PAdicRational| . |OrderedAbelianSemiGroup|) NIL) ((|PAdicRational| . |OrderedCancellationAbelianMonoid|) NIL) ((|PAdicRational| . |OrderedIntegralDomain|) NIL) ((|PAdicRational| . |OrderedRing|) NIL) ((|PAdicRational| . |OrderedSet|) NIL) ((|PAdicRational| . |OrderedType|) NIL) ((|PAdicRational| . |PartialDifferentialDomain|) NIL) ((|PAdicRational| . |PartialDifferentialRing|) NIL) ((|PAdicRational| . |PartialDifferentialSpace|) NIL) ((|PAdicRational| . |PatternMatchable|) NIL) ((|PAdicRational| . |Patternable|) 141024) ((|PAdicRational| . |PolynomialFactorizationExplicit|) NIL) ((|PAdicRational| . |PrincipalIdealDomain|) T) ((|PAdicRational| . |RealConstant|) NIL) ((|PAdicRational| . |RetractableTo|) 140991) ((|PAdicRational| . |RightLinearSet|) 140915) ((|PAdicRational| . |RightModule|) 140839) ((|PAdicRational| . |Ring|) T) ((|PAdicRational| . |Rng|) T) ((|PAdicRational| . |SemiGroup|) T) ((|PAdicRational| . |SemiRing|) T) ((|PAdicRational| . |SetCategory|) T) ((|PAdicRational| . |StepThrough|) NIL) ((|PAdicRational| . |Type|) T) ((|PAdicRational| . |UniqueFactorizationDomain|) T) ((|PAdicInteger| . |PAdicIntegerCategory|) 140823) ((|PAdicInteger| . |AbelianGroup|) T) ((|PAdicInteger| . |AbelianMonoid|) T) ((|PAdicInteger| . |AbelianSemiGroup|) T) ((|PAdicInteger| . |Algebra|) 140810) ((|PAdicInteger| . |BasicType|) T) ((|PAdicInteger| . |BiModule|) 140795) ((|PAdicInteger| . |CancellationAbelianMonoid|) T) ((|PAdicInteger| . |CharacteristicZero|) T) ((|PAdicInteger| . |CoercibleFrom|) 140762) ((|PAdicInteger| . |CoercibleTo|) 140736) ((|PAdicInteger| . |CommutativeRing|) T) ((|PAdicInteger| . |EntireRing|) T) ((|PAdicInteger| . |EuclideanDomain|) T) ((|PAdicInteger| . |GcdDomain|) T) ((|PAdicInteger| . |IntegralDomain|) T) ((|PAdicInteger| . |LeftLinearSet|) 140703) ((|PAdicInteger| . |LeftModule|) 140690) ((|PAdicInteger| . |LinearSet|) 140677) ((|PAdicInteger| . |Module|) 140664) ((|PAdicInteger| . |Monoid|) T) ((|PAdicInteger| . |PrincipalIdealDomain|) T) ((|PAdicInteger| . |RightLinearSet|) 140651) ((|PAdicInteger| . |RightModule|) 140638) ((|PAdicInteger| . |Ring|) T) ((|PAdicInteger| . |Rng|) T) ((|PAdicInteger| . |SemiGroup|) T) ((|PAdicInteger| . |SemiRing|) T) ((|PAdicInteger| . |SetCategory|) T) ((|PAdicInteger| . |Type|) T) ((|OrdinaryWeightedPolynomials| . |Ring|) T) ((|OrdinaryWeightedPolynomials| . |AbelianGroup|) T) ((|OrdinaryWeightedPolynomials| . |AbelianMonoid|) T) ((|OrdinaryWeightedPolynomials| . |AbelianSemiGroup|) T) ((|OrdinaryWeightedPolynomials| . |BasicType|) T) ((|OrdinaryWeightedPolynomials| . |CancellationAbelianMonoid|) T) ((|OrdinaryWeightedPolynomials| . |CoercibleFrom|) 140547) ((|OrdinaryWeightedPolynomials| . |CoercibleTo|) 140493) ((|OrdinaryWeightedPolynomials| . |LeftLinearSet|) 140420) ((|OrdinaryWeightedPolynomials| . |LeftModule|) 140367) ((|OrdinaryWeightedPolynomials| . |Monoid|) T) ((|OrdinaryWeightedPolynomials| . |Rng|) T) ((|OrdinaryWeightedPolynomials| . |SemiGroup|) T) ((|OrdinaryWeightedPolynomials| . |SemiRing|) T) ((|OrdinaryWeightedPolynomials| . |SetCategory|) T) ((|OrdinaryWeightedPolynomials| . |Type|) T) ((|OrdinaryWeightedPolynomials| . |HomotopicTo|) 140336) ((|OrdinaryWeightedPolynomials| . |Algebra|) 140293) ((|OrdinaryWeightedPolynomials| . |BiModule|) 140245) ((|OrdinaryWeightedPolynomials| . |LinearSet|) 140202) ((|OrdinaryWeightedPolynomials| . |Module|) 140159) ((|OrdinaryWeightedPolynomials| . |RightLinearSet|) 140116) ((|OrdinaryWeightedPolynomials| . |RightModule|) 140073) ((|OverloadSet| . |SetCategory|) T) ((|OverloadSet| . |BasicType|) T) ((|OverloadSet| . |CoercibleTo|) 140047) ((|OverloadSet| . |Type|) T) ((|OrderedVariableList| . |OrderedFinite|) T) ((|OrderedVariableList| . |BasicType|) T) ((|OrderedVariableList| . |CoercibleTo|) 140021) ((|OrderedVariableList| . |Finite|) T) ((|OrderedVariableList| . |OrderedSet|) T) ((|OrderedVariableList| . |OrderedType|) T) ((|OrderedVariableList| . |SetCategory|) T) ((|OrderedVariableList| . |Type|) T) ((|OrderedVariableList| . |ConvertibleTo|) 139915) ((|OutputForm| . |SetCategory|) T) ((|OutputForm| . |BasicType|) T) ((|OutputForm| . |CoercibleTo|) 139889) ((|OutputForm| . |Type|) T) ((|OutputBinaryFile| . |OutputByteConduit|) T) ((|OutputBinaryFile| . |Conduit|) T) ((|OutputBinaryFile| . |CoercibleTo|) 139863) ((|OrdSetInts| . |OrderedSet|) T) ((|OrdSetInts| . |BasicType|) T) ((|OrdSetInts| . |CoercibleTo|) 139837) ((|OrdSetInts| . |OrderedType|) T) ((|OrdSetInts| . |SetCategory|) T) ((|OrdSetInts| . |Type|) T) ((|UnivariateSkewPolynomial| . |UnivariateSkewPolynomialCategory|) 139821) ((|UnivariateSkewPolynomial| . |AbelianGroup|) T) ((|UnivariateSkewPolynomial| . |AbelianMonoid|) T) ((|UnivariateSkewPolynomial| . |AbelianSemiGroup|) T) ((|UnivariateSkewPolynomial| . |Algebra|) 139778) ((|UnivariateSkewPolynomial| . |BasicType|) T) ((|UnivariateSkewPolynomial| . |BiModule|) 139757) ((|UnivariateSkewPolynomial| . |CancellationAbelianMonoid|) T) ((|UnivariateSkewPolynomial| . |CoercibleFrom|) 139617) ((|UnivariateSkewPolynomial| . |CoercibleTo|) 139591) ((|UnivariateSkewPolynomial| . |FullyRetractableTo|) 139575) ((|UnivariateSkewPolynomial| . |LeftLinearSet|) 139529) ((|UnivariateSkewPolynomial| . |LeftModule|) 139503) ((|UnivariateSkewPolynomial| . |LinearSet|) 139460) ((|UnivariateSkewPolynomial| . |Module|) 139417) ((|UnivariateSkewPolynomial| . |Monoid|) T) ((|UnivariateSkewPolynomial| . |RetractableTo|) 139266) ((|UnivariateSkewPolynomial| . |RightLinearSet|) 139250) ((|UnivariateSkewPolynomial| . |RightModule|) 139234) ((|UnivariateSkewPolynomial| . |Ring|) T) ((|UnivariateSkewPolynomial| . |Rng|) T) ((|UnivariateSkewPolynomial| . |SemiGroup|) T) ((|UnivariateSkewPolynomial| . |SemiRing|) T) ((|UnivariateSkewPolynomial| . |SetCategory|) T) ((|UnivariateSkewPolynomial| . |Type|) T) ((|SparseUnivariateSkewPolynomial| . |UnivariateSkewPolynomialCategory|) 139218) ((|SparseUnivariateSkewPolynomial| . |AbelianGroup|) T) ((|SparseUnivariateSkewPolynomial| . |AbelianMonoid|) T) ((|SparseUnivariateSkewPolynomial| . |AbelianSemiGroup|) T) ((|SparseUnivariateSkewPolynomial| . |Algebra|) 139175) ((|SparseUnivariateSkewPolynomial| . |BasicType|) T) ((|SparseUnivariateSkewPolynomial| . |BiModule|) 139154) ((|SparseUnivariateSkewPolynomial| . |CancellationAbelianMonoid|) T) ((|SparseUnivariateSkewPolynomial| . |CoercibleFrom|) 139040) ((|SparseUnivariateSkewPolynomial| . |CoercibleTo|) 139014) ((|SparseUnivariateSkewPolynomial| . |FullyRetractableTo|) 138998) ((|SparseUnivariateSkewPolynomial| . |LeftLinearSet|) 138952) ((|SparseUnivariateSkewPolynomial| . |LeftModule|) 138926) ((|SparseUnivariateSkewPolynomial| . |LinearSet|) 138883) ((|SparseUnivariateSkewPolynomial| . |Module|) 138840) ((|SparseUnivariateSkewPolynomial| . |Monoid|) T) ((|SparseUnivariateSkewPolynomial| . |RetractableTo|) 138689) ((|SparseUnivariateSkewPolynomial| . |RightLinearSet|) 138673) ((|SparseUnivariateSkewPolynomial| . |RightModule|) 138657) ((|SparseUnivariateSkewPolynomial| . |Ring|) T) ((|SparseUnivariateSkewPolynomial| . |Rng|) T) ((|SparseUnivariateSkewPolynomial| . |SemiGroup|) T) ((|SparseUnivariateSkewPolynomial| . |SemiRing|) T) ((|SparseUnivariateSkewPolynomial| . |SetCategory|) T) ((|SparseUnivariateSkewPolynomial| . |Type|) T) ((|OrderedStructure| . |OrderedType|) T) ((|OrderedStructure| . |BasicType|) T) ((|OrderedStructure| . |Type|) T) ((|OrderedStructure| . |HomotopicTo|) 138641) ((|OrderedStructure| . |CoercibleFrom|) 138625) ((|OrderedStructure| . |CoercibleTo|) 138554) ((|OrderedCompletion| . |SetCategory|) T) ((|OrderedCompletion| . |BasicType|) T) ((|OrderedCompletion| . |CoercibleTo|) 138528) ((|OrderedCompletion| . |Type|) T) ((|OrderedCompletion| . |FullyRetractableTo|) 138512) ((|OrderedCompletion| . |CoercibleFrom|) 138327) ((|OrderedCompletion| . |RetractableTo|) 138176) ((|OrderedCompletion| . |AbelianGroup|) 138145) ((|OrderedCompletion| . |AbelianMonoid|) 138114) ((|OrderedCompletion| . |AbelianSemiGroup|) 138083) ((|OrderedCompletion| . |CancellationAbelianMonoid|) 138052) ((|OrderedCompletion| . |LeftLinearSet|) 137972) ((|OrderedCompletion| . |OrderedRing|) 137942) ((|OrderedCompletion| . |CharacteristicZero|) 137912) ((|OrderedCompletion| . |LeftModule|) 137876) ((|OrderedCompletion| . |Monoid|) 137846) ((|OrderedCompletion| . |OrderedAbelianGroup|) 137816) ((|OrderedCompletion| . |OrderedAbelianMonoid|) 137786) ((|OrderedCompletion| . |OrderedAbelianSemiGroup|) 137756) ((|OrderedCompletion| . |OrderedCancellationAbelianMonoid|) 137726) ((|OrderedCompletion| . |OrderedSet|) 137696) ((|OrderedCompletion| . |OrderedType|) 137666) ((|OrderedCompletion| . |Ring|) 137636) ((|OrderedCompletion| . |Rng|) 137606) ((|OrderedCompletion| . |SemiGroup|) 137576) ((|OrderedCompletion| . |SemiRing|) 137546) ((|OperatorSignature| . |OperatorCategory|) 137520) ((|OperatorSignature| . |BasicType|) T) ((|OperatorSignature| . |CoercibleTo|) 137494) ((|OperatorSignature| . |SetCategory|) T) ((|OperatorSignature| . |Type|) T) ((|Operator| . |Ring|) T) ((|Operator| . |AbelianGroup|) T) ((|Operator| . |AbelianMonoid|) T) ((|Operator| . |AbelianSemiGroup|) T) ((|Operator| . |BasicType|) T) ((|Operator| . |CancellationAbelianMonoid|) T) ((|Operator| . |CoercibleFrom|) 137432) ((|Operator| . |CoercibleTo|) 137406) ((|Operator| . |LeftLinearSet|) 137333) ((|Operator| . |LeftModule|) 137280) ((|Operator| . |Monoid|) T) ((|Operator| . |Rng|) T) ((|Operator| . |SemiGroup|) T) ((|Operator| . |SemiRing|) T) ((|Operator| . |SetCategory|) T) ((|Operator| . |Type|) T) ((|Operator| . |RetractableTo|) 137238) ((|Operator| . |Eltable|) 137217) ((|Operator| . |CharacteristicZero|) 137180) ((|Operator| . |CharacteristicNonZero|) 137140) ((|Operator| . |Algebra|) 137097) ((|Operator| . |BiModule|) 137049) ((|Operator| . |LinearSet|) 137006) ((|Operator| . |Module|) 136963) ((|Operator| . |RightLinearSet|) 136920) ((|Operator| . |RightModule|) 136877) ((|OnePointCompletion| . |SetCategory|) T) ((|OnePointCompletion| . |BasicType|) T) ((|OnePointCompletion| . |CoercibleTo|) 136851) ((|OnePointCompletion| . |Type|) T) ((|OnePointCompletion| . |FullyRetractableTo|) 136835) ((|OnePointCompletion| . |CoercibleFrom|) 136650) ((|OnePointCompletion| . |RetractableTo|) 136499) ((|OnePointCompletion| . |AbelianGroup|) 136468) ((|OnePointCompletion| . |AbelianMonoid|) 136437) ((|OnePointCompletion| . |AbelianSemiGroup|) 136406) ((|OnePointCompletion| . |CancellationAbelianMonoid|) 136375) ((|OnePointCompletion| . |LeftLinearSet|) 136295) ((|OnePointCompletion| . |OrderedRing|) 136265) ((|OnePointCompletion| . |CharacteristicZero|) 136235) ((|OnePointCompletion| . |LeftModule|) 136199) ((|OnePointCompletion| . |Monoid|) 136169) ((|OnePointCompletion| . |OrderedAbelianGroup|) 136139) ((|OnePointCompletion| . |OrderedAbelianMonoid|) 136109) ((|OnePointCompletion| . |OrderedAbelianSemiGroup|) 136079) ((|OnePointCompletion| . |OrderedCancellationAbelianMonoid|) 136049) ((|OnePointCompletion| . |OrderedSet|) 136019) ((|OnePointCompletion| . |OrderedType|) 135989) ((|OnePointCompletion| . |Ring|) 135959) ((|OnePointCompletion| . |Rng|) 135929) ((|OnePointCompletion| . |SemiGroup|) 135899) ((|OnePointCompletion| . |SemiRing|) 135869) ((|OppositeMonogenicLinearOperator| . |MonogenicLinearOperator|) 135853) ((|OppositeMonogenicLinearOperator| . |AbelianGroup|) T) ((|OppositeMonogenicLinearOperator| . |AbelianMonoid|) T) ((|OppositeMonogenicLinearOperator| . |AbelianSemiGroup|) T) ((|OppositeMonogenicLinearOperator| . |Algebra|) 135810) ((|OppositeMonogenicLinearOperator| . |BasicType|) T) ((|OppositeMonogenicLinearOperator| . |BiModule|) 135789) ((|OppositeMonogenicLinearOperator| . |CancellationAbelianMonoid|) T) ((|OppositeMonogenicLinearOperator| . |CoercibleFrom|) 135726) ((|OppositeMonogenicLinearOperator| . |CoercibleTo|) 135700) ((|OppositeMonogenicLinearOperator| . |LeftLinearSet|) 135654) ((|OppositeMonogenicLinearOperator| . |LeftModule|) 135628) ((|OppositeMonogenicLinearOperator| . |LinearSet|) 135585) ((|OppositeMonogenicLinearOperator| . |Module|) 135542) ((|OppositeMonogenicLinearOperator| . |Monoid|) T) ((|OppositeMonogenicLinearOperator| . |RightLinearSet|) 135526) ((|OppositeMonogenicLinearOperator| . |RightModule|) 135510) ((|OppositeMonogenicLinearOperator| . |Ring|) T) ((|OppositeMonogenicLinearOperator| . |Rng|) T) ((|OppositeMonogenicLinearOperator| . |SemiGroup|) T) ((|OppositeMonogenicLinearOperator| . |SemiRing|) T) ((|OppositeMonogenicLinearOperator| . |SetCategory|) T) ((|OppositeMonogenicLinearOperator| . |Type|) T) ((|OppositeMonogenicLinearOperator| . |DifferentialRing|) 135475) ((|OppositeMonogenicLinearOperator| . |DifferentialDomain|) 135434) ((|OppositeMonogenicLinearOperator| . |DifferentialSpace|) 135399) ((|OrderedFreeMonoid| . |FreeMonoidCategory|) 135383) ((|OrderedFreeMonoid| . |BasicType|) T) ((|OrderedFreeMonoid| . |CoercibleFrom|) 135367) ((|OrderedFreeMonoid| . |CoercibleTo|) 135341) ((|OrderedFreeMonoid| . |Monoid|) T) ((|OrderedFreeMonoid| . |OrderedSet|) T) ((|OrderedFreeMonoid| . |OrderedType|) T) ((|OrderedFreeMonoid| . |RetractableTo|) 135325) ((|OrderedFreeMonoid| . |SemiGroup|) T) ((|OrderedFreeMonoid| . |SetCategory|) T) ((|OrderedFreeMonoid| . |Type|) T) ((|OrderedFreeMonoid| . |OrderedMonoid|) T) ((|OrderedFreeMonoid| . |OrderedSemiGroup|) T) ((|OrderlyDifferentialVariable| . |DifferentialVariableCategory|) 135309) ((|OrderlyDifferentialVariable| . |BasicType|) T) ((|OrderlyDifferentialVariable| . |CoercibleFrom|) 135293) ((|OrderlyDifferentialVariable| . |CoercibleTo|) 135267) ((|OrderlyDifferentialVariable| . |DifferentialDomain|) 135254) ((|OrderlyDifferentialVariable| . |DifferentialSpace|) T) ((|OrderlyDifferentialVariable| . |OrderedSet|) T) ((|OrderlyDifferentialVariable| . |OrderedType|) T) ((|OrderlyDifferentialVariable| . |RetractableTo|) 135238) ((|OrderlyDifferentialVariable| . |SetCategory|) T) ((|OrderlyDifferentialVariable| . |Type|) T) ((|OrdinaryDifferentialRing| . |BiModule|) 135166) ((|OrdinaryDifferentialRing| . |AbelianGroup|) T) ((|OrdinaryDifferentialRing| . |AbelianMonoid|) T) ((|OrdinaryDifferentialRing| . |AbelianSemiGroup|) T) ((|OrdinaryDifferentialRing| . |BasicType|) T) ((|OrdinaryDifferentialRing| . |CancellationAbelianMonoid|) T) ((|OrdinaryDifferentialRing| . |CoercibleTo|) 135127) ((|OrdinaryDifferentialRing| . |LeftLinearSet|) 135044) ((|OrdinaryDifferentialRing| . |LeftModule|) 134981) ((|OrdinaryDifferentialRing| . |RightLinearSet|) 134918) ((|OrdinaryDifferentialRing| . |RightModule|) 134855) ((|OrdinaryDifferentialRing| . |SetCategory|) T) ((|OrdinaryDifferentialRing| . |Type|) T) ((|OrdinaryDifferentialRing| . |DifferentialRing|) T) ((|OrdinaryDifferentialRing| . |CoercibleFrom|) 134750) ((|OrdinaryDifferentialRing| . |DifferentialDomain|) 134737) ((|OrdinaryDifferentialRing| . |DifferentialSpace|) T) ((|OrdinaryDifferentialRing| . |Monoid|) T) ((|OrdinaryDifferentialRing| . |Ring|) T) ((|OrdinaryDifferentialRing| . |Rng|) T) ((|OrdinaryDifferentialRing| . |SemiGroup|) T) ((|OrdinaryDifferentialRing| . |SemiRing|) T) ((|OrdinaryDifferentialRing| . |HomotopicTo|) 134721) ((|OrdinaryDifferentialRing| . |Field|) 134697) ((|OrdinaryDifferentialRing| . |Algebra|) 134625) ((|OrdinaryDifferentialRing| . |CommutativeRing|) 134601) ((|OrdinaryDifferentialRing| . |DivisionRing|) 134577) ((|OrdinaryDifferentialRing| . |EntireRing|) 134553) ((|OrdinaryDifferentialRing| . |EuclideanDomain|) 134529) ((|OrdinaryDifferentialRing| . |GcdDomain|) 134505) ((|OrdinaryDifferentialRing| . |IntegralDomain|) 134481) ((|OrdinaryDifferentialRing| . |LinearSet|) 134409) ((|OrdinaryDifferentialRing| . |Module|) 134337) ((|OrdinaryDifferentialRing| . |PrincipalIdealDomain|) 134313) ((|OrdinaryDifferentialRing| . |UniqueFactorizationDomain|) 134289) ((|OrderlyDifferentialPolynomial| . |DifferentialPolynomialCategory|) 134195) ((|OrderlyDifferentialPolynomial| . |AbelianGroup|) T) ((|OrderlyDifferentialPolynomial| . |AbelianMonoid|) T) ((|OrderlyDifferentialPolynomial| . |AbelianMonoidRing|) 134115) ((|OrderlyDifferentialPolynomial| . |AbelianSemiGroup|) T) ((|OrderlyDifferentialPolynomial| . |Algebra|) 133959) ((|OrderlyDifferentialPolynomial| . |BasicType|) T) ((|OrderlyDifferentialPolynomial| . |BiModule|) 133815) ((|OrderlyDifferentialPolynomial| . |CancellationAbelianMonoid|) T) ((|OrderlyDifferentialPolynomial| . |CharacteristicNonZero|) 133775) ((|OrderlyDifferentialPolynomial| . |CharacteristicZero|) 133738) ((|OrderlyDifferentialPolynomial| . |CoercibleFrom|) 133417) ((|OrderlyDifferentialPolynomial| . |CoercibleTo|) 133391) ((|OrderlyDifferentialPolynomial| . |CommutativeRing|) 133357) ((|OrderlyDifferentialPolynomial| . |ConvertibleTo|) NIL) ((|OrderlyDifferentialPolynomial| . |DifferentialDomain|) 133315) ((|OrderlyDifferentialPolynomial| . |DifferentialExtension|) 133299) ((|OrderlyDifferentialPolynomial| . |DifferentialRing|) 133264) ((|OrderlyDifferentialPolynomial| . |DifferentialSpace|) 133228) ((|OrderlyDifferentialPolynomial| . |DifferentialSpaceExtension|) 133212) ((|OrderlyDifferentialPolynomial| . |EntireRing|) 133179) ((|OrderlyDifferentialPolynomial| . |Evalable|) 133166) ((|OrderlyDifferentialPolynomial| . |FiniteAbelianMonoidRing|) 133086) ((|OrderlyDifferentialPolynomial| . |FullyLinearlyExplicitRingOver|) 133070) ((|OrderlyDifferentialPolynomial| . |FullyRetractableTo|) 133054) ((|OrderlyDifferentialPolynomial| . |Functorial|) 133038) ((|OrderlyDifferentialPolynomial| . |GcdDomain|) 133010) ((|OrderlyDifferentialPolynomial| . |InnerEvalable|) 132832) ((|OrderlyDifferentialPolynomial| . |IntegralDomain|) 132799) ((|OrderlyDifferentialPolynomial| . |LeftLinearSet|) 132681) ((|OrderlyDifferentialPolynomial| . |LeftModule|) 132515) ((|OrderlyDifferentialPolynomial| . |LinearSet|) 132359) ((|OrderlyDifferentialPolynomial| . |LinearlyExplicitRingOver|) 132275) ((|OrderlyDifferentialPolynomial| . |Module|) 132119) ((|OrderlyDifferentialPolynomial| . |Monoid|) T) ((|OrderlyDifferentialPolynomial| . |PartialDifferentialDomain|) 131938) ((|OrderlyDifferentialPolynomial| . |PartialDifferentialRing|) 131819) ((|OrderlyDifferentialPolynomial| . |PartialDifferentialSpace|) 131642) ((|OrderlyDifferentialPolynomial| . |PatternMatchable|) NIL) ((|OrderlyDifferentialPolynomial| . |PolynomialCategory|) 131555) ((|OrderlyDifferentialPolynomial| . |PolynomialFactorizationExplicit|) 131505) ((|OrderlyDifferentialPolynomial| . |RetractableTo|) 131238) ((|OrderlyDifferentialPolynomial| . |RightLinearSet|) 131108) ((|OrderlyDifferentialPolynomial| . |RightModule|) 130978) ((|OrderlyDifferentialPolynomial| . |Ring|) T) ((|OrderlyDifferentialPolynomial| . |Rng|) T) ((|OrderlyDifferentialPolynomial| . |SemiGroup|) T) ((|OrderlyDifferentialPolynomial| . |SemiRing|) T) ((|OrderlyDifferentialPolynomial| . |SetCategory|) T) ((|OrderlyDifferentialPolynomial| . |Type|) T) ((|OrderlyDifferentialPolynomial| . |UniqueFactorizationDomain|) 130928) ((|OrderedDirectProduct| . |DirectProductCategory|) 130907) ((|OrderedDirectProduct| . |AbelianGroup|) 130876) ((|OrderedDirectProduct| . |AbelianMonoid|) 130844) ((|OrderedDirectProduct| . |AbelianSemiGroup|) 130809) ((|OrderedDirectProduct| . |Aggregate|) T) ((|OrderedDirectProduct| . |BasicType|) 130552) ((|OrderedDirectProduct| . |BiModule|) 130515) ((|OrderedDirectProduct| . |CancellationAbelianMonoid|) 130471) ((|OrderedDirectProduct| . |CoercibleFrom|) 130200) ((|OrderedDirectProduct| . |CoercibleTo|) 129883) ((|OrderedDirectProduct| . |DifferentialDomain|) 129746) ((|OrderedDirectProduct| . |DifferentialExtension|) 129714) ((|OrderedDirectProduct| . |DifferentialRing|) 129651) ((|OrderedDirectProduct| . |DifferentialSpace|) 129520) ((|OrderedDirectProduct| . |DifferentialSpaceExtension|) 129488) ((|OrderedDirectProduct| . |Eltable|) 129460) ((|OrderedDirectProduct| . |EltableAggregate|) 129432) ((|OrderedDirectProduct| . |Evalable|) 129356) ((|OrderedDirectProduct| . |Finite|) 129331) ((|OrderedDirectProduct| . |FiniteAggregate|) 129315) ((|OrderedDirectProduct| . |FullyLinearlyExplicitRingOver|) 129283) ((|OrderedDirectProduct| . |FullyRetractableTo|) 129244) ((|OrderedDirectProduct| . |Functorial|) 129228) ((|OrderedDirectProduct| . |HomogeneousAggregate|) 129212) ((|OrderedDirectProduct| . |IndexedAggregate|) 129184) ((|OrderedDirectProduct| . |InnerEvalable|) 129103) ((|OrderedDirectProduct| . |LeftLinearSet|) 128999) ((|OrderedDirectProduct| . |LeftModule|) 128845) ((|OrderedDirectProduct| . |LinearSet|) 128811) ((|OrderedDirectProduct| . |LinearlyExplicitRingOver|) 128683) ((|OrderedDirectProduct| . |Module|) 128640) ((|OrderedDirectProduct| . |Monoid|) 128617) ((|OrderedDirectProduct| . |OrderedAbelianMonoid|) 128575) ((|OrderedDirectProduct| . |OrderedAbelianMonoidSup|) 128533) ((|OrderedDirectProduct| . |OrderedAbelianSemiGroup|) 128491) ((|OrderedDirectProduct| . |OrderedCancellationAbelianMonoid|) 128449) ((|OrderedDirectProduct| . |OrderedSet|) 128420) ((|OrderedDirectProduct| . |OrderedType|) 128391) ((|OrderedDirectProduct| . |PartialDifferentialDomain|) 128207) ((|OrderedDirectProduct| . |PartialDifferentialRing|) 128111) ((|OrderedDirectProduct| . |PartialDifferentialSpace|) 127929) ((|OrderedDirectProduct| . |RetractableTo|) 127685) ((|OrderedDirectProduct| . |RightLinearSet|) 127651) ((|OrderedDirectProduct| . |RightModule|) 127619) ((|OrderedDirectProduct| . |Ring|) 127596) ((|OrderedDirectProduct| . |Rng|) 127573) ((|OrderedDirectProduct| . |SemiGroup|) 127550) ((|OrderedDirectProduct| . |SemiRing|) 127527) ((|OrderedDirectProduct| . |SetCategory|) 127268) ((|OrderedDirectProduct| . |Type|) T) ((|OrderedDirectProduct| . |VectorSpace|) 127235) ((|Octonion| . |OctonionCategory|) 127219) ((|Octonion| . |AbelianGroup|) T) ((|Octonion| . |AbelianMonoid|) T) ((|Octonion| . |AbelianSemiGroup|) T) ((|Octonion| . |Algebra|) 127203) ((|Octonion| . |BasicType|) T) ((|Octonion| . |BiModule|) 127182) ((|Octonion| . |CancellationAbelianMonoid|) T) ((|Octonion| . |CharacteristicNonZero|) 127142) ((|Octonion| . |CharacteristicZero|) 127105) ((|Octonion| . |CoercibleFrom|) 126887) ((|Octonion| . |CoercibleTo|) 126861) ((|Octonion| . |ConvertibleTo|) 126797) ((|Octonion| . |Eltable|) 126750) ((|Octonion| . |Evalable|) 126709) ((|Octonion| . |Finite|) 126684) ((|Octonion| . |FullyEvalableOver|) 126668) ((|Octonion| . |FullyRetractableTo|) 126624) ((|Octonion| . |Functorial|) 126608) ((|Octonion| . |InnerEvalable|) 126497) ((|Octonion| . |LeftLinearSet|) 126451) ((|Octonion| . |LeftModule|) 126425) ((|Octonion| . |LinearSet|) 126409) ((|Octonion| . |Module|) 126393) ((|Octonion| . |Monoid|) T) ((|Octonion| . |OrderedSet|) 126364) ((|Octonion| . |OrderedType|) 126335) ((|Octonion| . |RetractableTo|) 126017) ((|Octonion| . |RightLinearSet|) 126001) ((|Octonion| . |RightModule|) 125985) ((|Octonion| . |Ring|) T) ((|Octonion| . |Rng|) T) ((|Octonion| . |SemiGroup|) T) ((|Octonion| . |SemiRing|) T) ((|Octonion| . |SetCategory|) T) ((|Octonion| . |Type|) T) ((|NewSparseUnivariatePolynomial| . |UnivariatePolynomialCategory|) 125969) ((|NewSparseUnivariatePolynomial| . |AbelianGroup|) T) ((|NewSparseUnivariatePolynomial| . |AbelianMonoid|) T) ((|NewSparseUnivariatePolynomial| . |AbelianMonoidRing|) 125930) ((|NewSparseUnivariatePolynomial| . |AbelianSemiGroup|) T) ((|NewSparseUnivariatePolynomial| . |Algebra|) 125774) ((|NewSparseUnivariatePolynomial| . |BasicType|) T) ((|NewSparseUnivariatePolynomial| . |BiModule|) 125630) ((|NewSparseUnivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|NewSparseUnivariatePolynomial| . |CharacteristicNonZero|) 125590) ((|NewSparseUnivariatePolynomial| . |CharacteristicZero|) 125553) ((|NewSparseUnivariatePolynomial| . |CoercibleFrom|) 125270) ((|NewSparseUnivariatePolynomial| . |CoercibleTo|) 125200) ((|NewSparseUnivariatePolynomial| . |CommutativeRing|) 125166) ((|NewSparseUnivariatePolynomial| . |DifferentialDomain|) 125153) ((|NewSparseUnivariatePolynomial| . |DifferentialExtension|) 125137) ((|NewSparseUnivariatePolynomial| . |DifferentialRing|) T) ((|NewSparseUnivariatePolynomial| . |DifferentialSpace|) T) ((|NewSparseUnivariatePolynomial| . |DifferentialSpaceExtension|) 125121) ((|NewSparseUnivariatePolynomial| . |Eltable|) 125032) ((|NewSparseUnivariatePolynomial| . |EntireRing|) 124999) ((|NewSparseUnivariatePolynomial| . |EuclideanDomain|) 124975) ((|NewSparseUnivariatePolynomial| . |Evalable|) 124962) ((|NewSparseUnivariatePolynomial| . |FiniteAbelianMonoidRing|) 124923) ((|NewSparseUnivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 124907) ((|NewSparseUnivariatePolynomial| . |FullyRetractableTo|) 124891) ((|NewSparseUnivariatePolynomial| . |Functorial|) 124875) ((|NewSparseUnivariatePolynomial| . |GcdDomain|) 124847) ((|NewSparseUnivariatePolynomial| . |InnerEvalable|) 124776) ((|NewSparseUnivariatePolynomial| . |IntegralDomain|) 124743) ((|NewSparseUnivariatePolynomial| . |LeftLinearSet|) 124625) ((|NewSparseUnivariatePolynomial| . |LeftModule|) 124459) ((|NewSparseUnivariatePolynomial| . |LinearSet|) 124303) ((|NewSparseUnivariatePolynomial| . |LinearlyExplicitRingOver|) 124219) ((|NewSparseUnivariatePolynomial| . |Module|) 124063) ((|NewSparseUnivariatePolynomial| . |Monoid|) T) ((|NewSparseUnivariatePolynomial| . |PartialDifferentialDomain|) 123899) ((|NewSparseUnivariatePolynomial| . |PartialDifferentialRing|) 123797) ((|NewSparseUnivariatePolynomial| . |PartialDifferentialSpace|) 123637) ((|NewSparseUnivariatePolynomial| . |PolynomialCategory|) 123572) ((|NewSparseUnivariatePolynomial| . |PolynomialFactorizationExplicit|) 123522) ((|NewSparseUnivariatePolynomial| . |PrincipalIdealDomain|) 123498) ((|NewSparseUnivariatePolynomial| . |RetractableTo|) 123269) ((|NewSparseUnivariatePolynomial| . |RightLinearSet|) 123139) ((|NewSparseUnivariatePolynomial| . |RightModule|) 123009) ((|NewSparseUnivariatePolynomial| . |Ring|) T) ((|NewSparseUnivariatePolynomial| . |Rng|) T) ((|NewSparseUnivariatePolynomial| . |SemiGroup|) T) ((|NewSparseUnivariatePolynomial| . |SemiRing|) T) ((|NewSparseUnivariatePolynomial| . |SetCategory|) T) ((|NewSparseUnivariatePolynomial| . |StepThrough|) 122979) ((|NewSparseUnivariatePolynomial| . |Type|) T) ((|NewSparseUnivariatePolynomial| . |UniqueFactorizationDomain|) 122929) ((|NewSparseMultivariatePolynomial| . |RecursivePolynomialCategory|) 122882) ((|NewSparseMultivariatePolynomial| . |AbelianGroup|) T) ((|NewSparseMultivariatePolynomial| . |AbelianMonoid|) T) ((|NewSparseMultivariatePolynomial| . |AbelianMonoidRing|) 122840) ((|NewSparseMultivariatePolynomial| . |AbelianSemiGroup|) T) ((|NewSparseMultivariatePolynomial| . |Algebra|) 122684) ((|NewSparseMultivariatePolynomial| . |BasicType|) T) ((|NewSparseMultivariatePolynomial| . |BiModule|) 122540) ((|NewSparseMultivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|NewSparseMultivariatePolynomial| . |CharacteristicNonZero|) 122500) ((|NewSparseMultivariatePolynomial| . |CharacteristicZero|) 122463) ((|NewSparseMultivariatePolynomial| . |CoercibleFrom|) 122194) ((|NewSparseMultivariatePolynomial| . |CoercibleTo|) 122053) ((|NewSparseMultivariatePolynomial| . |CommutativeRing|) 122019) ((|NewSparseMultivariatePolynomial| . |ConvertibleTo|) 121458) ((|NewSparseMultivariatePolynomial| . |EntireRing|) 121425) ((|NewSparseMultivariatePolynomial| . |Evalable|) 121412) ((|NewSparseMultivariatePolynomial| . |FiniteAbelianMonoidRing|) 121370) ((|NewSparseMultivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 121354) ((|NewSparseMultivariatePolynomial| . |FullyRetractableTo|) 121338) ((|NewSparseMultivariatePolynomial| . |Functorial|) 121322) ((|NewSparseMultivariatePolynomial| . |GcdDomain|) 121294) ((|NewSparseMultivariatePolynomial| . |InnerEvalable|) 121246) ((|NewSparseMultivariatePolynomial| . |IntegralDomain|) 121213) ((|NewSparseMultivariatePolynomial| . |LeftLinearSet|) 121095) ((|NewSparseMultivariatePolynomial| . |LeftModule|) 120929) ((|NewSparseMultivariatePolynomial| . |LinearSet|) 120773) ((|NewSparseMultivariatePolynomial| . |LinearlyExplicitRingOver|) 120689) ((|NewSparseMultivariatePolynomial| . |Module|) 120533) ((|NewSparseMultivariatePolynomial| . |Monoid|) T) ((|NewSparseMultivariatePolynomial| . |PartialDifferentialDomain|) 120515) ((|NewSparseMultivariatePolynomial| . |PartialDifferentialRing|) 120499) ((|NewSparseMultivariatePolynomial| . |PartialDifferentialSpace|) 120483) ((|NewSparseMultivariatePolynomial| . |PatternMatchable|) 120262) ((|NewSparseMultivariatePolynomial| . |PolynomialCategory|) 120215) ((|NewSparseMultivariatePolynomial| . |PolynomialFactorizationExplicit|) 120165) ((|NewSparseMultivariatePolynomial| . |RetractableTo|) 119950) ((|NewSparseMultivariatePolynomial| . |RightLinearSet|) 119820) ((|NewSparseMultivariatePolynomial| . |RightModule|) 119690) ((|NewSparseMultivariatePolynomial| . |Ring|) T) ((|NewSparseMultivariatePolynomial| . |Rng|) T) ((|NewSparseMultivariatePolynomial| . |SemiGroup|) T) ((|NewSparseMultivariatePolynomial| . |SemiRing|) T) ((|NewSparseMultivariatePolynomial| . |SetCategory|) T) ((|NewSparseMultivariatePolynomial| . |Type|) T) ((|NewSparseMultivariatePolynomial| . |UniqueFactorizationDomain|) 119640) ((|None| . |SetCategory|) T) ((|None| . |BasicType|) T) ((|None| . |CoercibleTo|) 119614) ((|None| . |Type|) T) ((|NonNegativeInteger| . |OrderedAbelianMonoidSup|) T) ((|NonNegativeInteger| . |AbelianMonoid|) T) ((|NonNegativeInteger| . |AbelianSemiGroup|) T) ((|NonNegativeInteger| . |BasicType|) T) ((|NonNegativeInteger| . |CancellationAbelianMonoid|) T) ((|NonNegativeInteger| . |CoercibleTo|) 119588) ((|NonNegativeInteger| . |OrderedAbelianMonoid|) T) ((|NonNegativeInteger| . |OrderedAbelianSemiGroup|) T) ((|NonNegativeInteger| . |OrderedCancellationAbelianMonoid|) T) ((|NonNegativeInteger| . |OrderedSet|) T) ((|NonNegativeInteger| . |OrderedType|) T) ((|NonNegativeInteger| . |SetCategory|) T) ((|NonNegativeInteger| . |Type|) T) ((|NonNegativeInteger| . |Monoid|) T) ((|NonNegativeInteger| . |SemiGroup|) T) ((|Multiset| . |MultisetAggregate|) 119572) ((|Multiset| . |Aggregate|) T) ((|Multiset| . |BagAggregate|) 119556) ((|Multiset| . |BasicType|) T) ((|Multiset| . |CoercibleTo|) 119530) ((|Multiset| . |Collection|) 119514) ((|Multiset| . |ConvertibleTo|) 119450) ((|Multiset| . |DictionaryOperations|) 119434) ((|Multiset| . |Evalable|) 119358) ((|Multiset| . |Functorial|) 119342) ((|Multiset| . |HomogeneousAggregate|) 119326) ((|Multiset| . |InnerEvalable|) 119245) ((|Multiset| . |MultiDictionary|) 119229) ((|Multiset| . |SetAggregate|) 119213) ((|Multiset| . |SetCategory|) T) ((|Multiset| . |ShallowlyMutableAggregate|) 119197) ((|Multiset| . |Type|) T) ((|Multiset| . |FiniteAggregate|) 119181) ((|MonoidRing| . |Ring|) T) ((|MonoidRing| . |AbelianGroup|) T) ((|MonoidRing| . |AbelianMonoid|) T) ((|MonoidRing| . |AbelianSemiGroup|) T) ((|MonoidRing| . |BasicType|) T) ((|MonoidRing| . |CancellationAbelianMonoid|) T) ((|MonoidRing| . |CoercibleFrom|) 119132) ((|MonoidRing| . |CoercibleTo|) 119106) ((|MonoidRing| . |LeftLinearSet|) 119033) ((|MonoidRing| . |LeftModule|) 118980) ((|MonoidRing| . |Monoid|) T) ((|MonoidRing| . |Rng|) T) ((|MonoidRing| . |SemiGroup|) T) ((|MonoidRing| . |SemiRing|) T) ((|MonoidRing| . |SetCategory|) T) ((|MonoidRing| . |Type|) T) ((|MonoidRing| . |RetractableTo|) 118951) ((|MonoidRing| . |Functorial|) 118935) ((|MonoidRing| . |CharacteristicZero|) 118898) ((|MonoidRing| . |CharacteristicNonZero|) 118858) ((|MonoidRing| . |Algebra|) 118815) ((|MonoidRing| . |BiModule|) 118767) ((|MonoidRing| . |LinearSet|) 118724) ((|MonoidRing| . |Module|) 118681) ((|MonoidRing| . |RightLinearSet|) 118638) ((|MonoidRing| . |RightModule|) 118595) ((|MonoidRing| . |Finite|) 118540) ((|MultivariatePolynomial| . |PolynomialCategory|) 118467) ((|MultivariatePolynomial| . |AbelianGroup|) T) ((|MultivariatePolynomial| . |AbelianMonoid|) T) ((|MultivariatePolynomial| . |AbelianMonoidRing|) 118401) ((|MultivariatePolynomial| . |AbelianSemiGroup|) T) ((|MultivariatePolynomial| . |Algebra|) 118245) ((|MultivariatePolynomial| . |BasicType|) T) ((|MultivariatePolynomial| . |BiModule|) 118101) ((|MultivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|MultivariatePolynomial| . |CharacteristicNonZero|) 118061) ((|MultivariatePolynomial| . |CharacteristicZero|) 118024) ((|MultivariatePolynomial| . |CoercibleFrom|) 117782) ((|MultivariatePolynomial| . |CoercibleTo|) 117756) ((|MultivariatePolynomial| . |CommutativeRing|) 117722) ((|MultivariatePolynomial| . |ConvertibleTo|) 117500) ((|MultivariatePolynomial| . |EntireRing|) 117467) ((|MultivariatePolynomial| . |Evalable|) 117454) ((|MultivariatePolynomial| . |FiniteAbelianMonoidRing|) 117388) ((|MultivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 117372) ((|MultivariatePolynomial| . |FullyRetractableTo|) 117356) ((|MultivariatePolynomial| . |Functorial|) 117340) ((|MultivariatePolynomial| . |GcdDomain|) 117312) ((|MultivariatePolynomial| . |InnerEvalable|) 117238) ((|MultivariatePolynomial| . |IntegralDomain|) 117205) ((|MultivariatePolynomial| . |LeftLinearSet|) 117087) ((|MultivariatePolynomial| . |LeftModule|) 116921) ((|MultivariatePolynomial| . |LinearSet|) 116765) ((|MultivariatePolynomial| . |LinearlyExplicitRingOver|) 116681) ((|MultivariatePolynomial| . |Module|) 116525) ((|MultivariatePolynomial| . |Monoid|) T) ((|MultivariatePolynomial| . |PartialDifferentialDomain|) 116483) ((|MultivariatePolynomial| . |PartialDifferentialRing|) 116443) ((|MultivariatePolynomial| . |PartialDifferentialSpace|) 116403) ((|MultivariatePolynomial| . |PatternMatchable|) NIL) ((|MultivariatePolynomial| . |PolynomialFactorizationExplicit|) 116353) ((|MultivariatePolynomial| . |RetractableTo|) 116165) ((|MultivariatePolynomial| . |RightLinearSet|) 116035) ((|MultivariatePolynomial| . |RightModule|) 115905) ((|MultivariatePolynomial| . |Ring|) T) ((|MultivariatePolynomial| . |Rng|) T) ((|MultivariatePolynomial| . |SemiGroup|) T) ((|MultivariatePolynomial| . |SemiRing|) T) ((|MultivariatePolynomial| . |SetCategory|) T) ((|MultivariatePolynomial| . |Type|) T) ((|MultivariatePolynomial| . |UniqueFactorizationDomain|) 115855) ((|MonoidOperation| . |MonoidOperatorCategory|) 115839) ((|MonoidOperation| . |BinaryOperatorCategory|) 115823) ((|MonoidOperation| . |MappingCategory|) 115797) ((|MonoidOperation| . |SemiGroupOperatorCategory|) 115781) ((|MonoidOperation| . |SetCategory|) T) ((|MonoidOperation| . |BasicType|) T) ((|MonoidOperation| . |CoercibleTo|) 115719) ((|MonoidOperation| . |Type|) T) ((|MoebiusTransform| . |Group|) T) ((|MoebiusTransform| . |BasicType|) T) ((|MoebiusTransform| . |CoercibleTo|) 115693) ((|MoebiusTransform| . |Monoid|) T) ((|MoebiusTransform| . |SemiGroup|) T) ((|MoebiusTransform| . |SetCategory|) T) ((|MoebiusTransform| . |Type|) T) ((|ModularRing| . |Ring|) T) ((|ModularRing| . |AbelianGroup|) T) ((|ModularRing| . |AbelianMonoid|) T) ((|ModularRing| . |AbelianSemiGroup|) T) ((|ModularRing| . |BasicType|) T) ((|ModularRing| . |CancellationAbelianMonoid|) T) ((|ModularRing| . |CoercibleFrom|) 115670) ((|ModularRing| . |CoercibleTo|) 115631) ((|ModularRing| . |LeftLinearSet|) 115598) ((|ModularRing| . |LeftModule|) 115585) ((|ModularRing| . |Monoid|) T) ((|ModularRing| . |Rng|) T) ((|ModularRing| . |SemiGroup|) T) ((|ModularRing| . |SemiRing|) T) ((|ModularRing| . |SetCategory|) T) ((|ModularRing| . |Type|) T) ((|ModuleOperator| . |Ring|) T) ((|ModuleOperator| . |AbelianGroup|) T) ((|ModuleOperator| . |AbelianMonoid|) T) ((|ModuleOperator| . |AbelianSemiGroup|) T) ((|ModuleOperator| . |BasicType|) T) ((|ModuleOperator| . |CancellationAbelianMonoid|) T) ((|ModuleOperator| . |CoercibleFrom|) 115523) ((|ModuleOperator| . |CoercibleTo|) 115497) ((|ModuleOperator| . |LeftLinearSet|) 115424) ((|ModuleOperator| . |LeftModule|) 115371) ((|ModuleOperator| . |Monoid|) T) ((|ModuleOperator| . |Rng|) T) ((|ModuleOperator| . |SemiGroup|) T) ((|ModuleOperator| . |SemiRing|) T) ((|ModuleOperator| . |SetCategory|) T) ((|ModuleOperator| . |Type|) T) ((|ModuleOperator| . |RetractableTo|) 115329) ((|ModuleOperator| . |Eltable|) 115308) ((|ModuleOperator| . |CharacteristicZero|) 115271) ((|ModuleOperator| . |CharacteristicNonZero|) 115231) ((|ModuleOperator| . |Algebra|) 115188) ((|ModuleOperator| . |BiModule|) 115140) ((|ModuleOperator| . |LinearSet|) 115097) ((|ModuleOperator| . |Module|) 115054) ((|ModuleOperator| . |RightLinearSet|) 115011) ((|ModuleOperator| . |RightModule|) 114968) ((|ModuleMonomial| . |OrderedSet|) T) ((|ModuleMonomial| . |BasicType|) T) ((|ModuleMonomial| . |CoercibleTo|) 114882) ((|ModuleMonomial| . |OrderedType|) T) ((|ModuleMonomial| . |SetCategory|) T) ((|ModuleMonomial| . |Type|) T) ((|ModuleMonomial| . |HomotopicTo|) 114819) ((|ModuleMonomial| . |CoercibleFrom|) 114756) ((|ModMonic| . |UnivariatePolynomialCategory|) 114740) ((|ModMonic| . |AbelianGroup|) T) ((|ModMonic| . |AbelianMonoid|) T) ((|ModMonic| . |AbelianMonoidRing|) 114701) ((|ModMonic| . |AbelianSemiGroup|) T) ((|ModMonic| . |Algebra|) 114545) ((|ModMonic| . |BasicType|) T) ((|ModMonic| . |BiModule|) 114401) ((|ModMonic| . |CancellationAbelianMonoid|) T) ((|ModMonic| . |CharacteristicNonZero|) 114361) ((|ModMonic| . |CharacteristicZero|) 114324) ((|ModMonic| . |CoercibleFrom|) 114072) ((|ModMonic| . |CoercibleTo|) 114046) ((|ModMonic| . |CommutativeRing|) 114012) ((|ModMonic| . |DifferentialDomain|) 113999) ((|ModMonic| . |DifferentialExtension|) 113983) ((|ModMonic| . |DifferentialRing|) T) ((|ModMonic| . |DifferentialSpace|) T) ((|ModMonic| . |DifferentialSpaceExtension|) 113967) ((|ModMonic| . |Eltable|) 113878) ((|ModMonic| . |EntireRing|) 113845) ((|ModMonic| . |EuclideanDomain|) 113821) ((|ModMonic| . |Evalable|) 113808) ((|ModMonic| . |FiniteAbelianMonoidRing|) 113769) ((|ModMonic| . |FullyLinearlyExplicitRingOver|) 113753) ((|ModMonic| . |FullyRetractableTo|) 113737) ((|ModMonic| . |Functorial|) 113721) ((|ModMonic| . |GcdDomain|) 113693) ((|ModMonic| . |InnerEvalable|) 113622) ((|ModMonic| . |IntegralDomain|) 113589) ((|ModMonic| . |LeftLinearSet|) 113471) ((|ModMonic| . |LeftModule|) 113305) ((|ModMonic| . |LinearSet|) 113149) ((|ModMonic| . |LinearlyExplicitRingOver|) 113065) ((|ModMonic| . |Module|) 112909) ((|ModMonic| . |Monoid|) T) ((|ModMonic| . |PartialDifferentialDomain|) 112745) ((|ModMonic| . |PartialDifferentialRing|) 112643) ((|ModMonic| . |PartialDifferentialSpace|) 112483) ((|ModMonic| . |PolynomialCategory|) 112418) ((|ModMonic| . |PolynomialFactorizationExplicit|) 112368) ((|ModMonic| . |PrincipalIdealDomain|) 112344) ((|ModMonic| . |RetractableTo|) 112159) ((|ModMonic| . |RightLinearSet|) 112029) ((|ModMonic| . |RightModule|) 111899) ((|ModMonic| . |Ring|) T) ((|ModMonic| . |Rng|) T) ((|ModMonic| . |SemiGroup|) T) ((|ModMonic| . |SemiRing|) T) ((|ModMonic| . |SetCategory|) T) ((|ModMonic| . |StepThrough|) 111869) ((|ModMonic| . |Type|) T) ((|ModMonic| . |UniqueFactorizationDomain|) 111819) ((|ModMonic| . |Finite|) 111794) ((|ModularField| . |Field|) T) ((|ModularField| . |AbelianGroup|) T) ((|ModularField| . |AbelianMonoid|) T) ((|ModularField| . |AbelianSemiGroup|) T) ((|ModularField| . |Algebra|) 111748) ((|ModularField| . |BasicType|) T) ((|ModularField| . |BiModule|) 111693) ((|ModularField| . |CancellationAbelianMonoid|) T) ((|ModularField| . |CoercibleFrom|) 111632) ((|ModularField| . |CoercibleTo|) 111593) ((|ModularField| . |CommutativeRing|) T) ((|ModularField| . |DivisionRing|) T) ((|ModularField| . |EntireRing|) T) ((|ModularField| . |EuclideanDomain|) T) ((|ModularField| . |GcdDomain|) T) ((|ModularField| . |IntegralDomain|) T) ((|ModularField| . |LeftLinearSet|) 111532) ((|ModularField| . |LeftModule|) 111486) ((|ModularField| . |LinearSet|) 111440) ((|ModularField| . |Module|) 111394) ((|ModularField| . |Monoid|) T) ((|ModularField| . |PrincipalIdealDomain|) T) ((|ModularField| . |RightLinearSet|) 111348) ((|ModularField| . |RightModule|) 111302) ((|ModularField| . |Ring|) T) ((|ModularField| . |Rng|) T) ((|ModularField| . |SemiGroup|) T) ((|ModularField| . |SemiRing|) T) ((|ModularField| . |SetCategory|) T) ((|ModularField| . |Type|) T) ((|ModularField| . |UniqueFactorizationDomain|) T) ((|MathMLFormat| . |SetCategory|) T) ((|MathMLFormat| . |BasicType|) T) ((|MathMLFormat| . |CoercibleTo|) 111276) ((|MathMLFormat| . |Type|) T) ((|Maybe| . |UnionType|) T) ((|Maybe| . |RetractableTo|) 111260) ((|Maybe| . |CoercibleFrom|) 111244) ((|Maybe| . |CoercibleTo|) 111186) ((|Matrix| . |MatrixCategory|) 111147) ((|Matrix| . |Aggregate|) T) ((|Matrix| . |BasicType|) 111119) ((|Matrix| . |CoercibleTo|) 111055) ((|Matrix| . |Evalable|) 110979) ((|Matrix| . |FiniteAggregate|) 110963) ((|Matrix| . |Functorial|) 110947) ((|Matrix| . |HomogeneousAggregate|) 110931) ((|Matrix| . |InnerEvalable|) 110850) ((|Matrix| . |SetCategory|) 110820) ((|Matrix| . |ShallowlyMutableAggregate|) 110804) ((|Matrix| . |TwoDimensionalArrayCategory|) 110765) ((|Matrix| . |Type|) T) ((|Matrix| . |ConvertibleTo|) 110706) ((|MappingAst| . |SpadSyntaxCategory|) T) ((|MappingAst| . |AbstractSyntaxCategory|) T) ((|MappingAst| . |BasicType|) T) ((|MappingAst| . |CoercibleFrom|) 110684) ((|MappingAst| . |CoercibleTo|) 110619) ((|MappingAst| . |HomotopicTo|) 110597) ((|MappingAst| . |SetCategory|) T) ((|MappingAst| . |Type|) T) ((|MacroAst| . |SpadSyntaxCategory|) T) ((|MacroAst| . |AbstractSyntaxCategory|) T) ((|MacroAst| . |BasicType|) T) ((|MacroAst| . |CoercibleFrom|) 110575) ((|MacroAst| . |CoercibleTo|) 110530) ((|MacroAst| . |HomotopicTo|) 110508) ((|MacroAst| . |SetCategory|) T) ((|MacroAst| . |Type|) T) ((|LyndonWord| . |OrderedSet|) T) ((|LyndonWord| . |BasicType|) T) ((|LyndonWord| . |CoercibleTo|) 110420) ((|LyndonWord| . |OrderedType|) T) ((|LyndonWord| . |SetCategory|) T) ((|LyndonWord| . |Type|) T) ((|LyndonWord| . |RetractableTo|) 110404) ((|LyndonWord| . |CoercibleFrom|) 110388) ((|ConstructAst| . |SpadSyntaxCategory|) T) ((|ConstructAst| . |AbstractSyntaxCategory|) T) ((|ConstructAst| . |BasicType|) T) ((|ConstructAst| . |CoercibleFrom|) 110366) ((|ConstructAst| . |CoercibleTo|) 110321) ((|ConstructAst| . |HomotopicTo|) 110299) ((|ConstructAst| . |SetCategory|) T) ((|ConstructAst| . |Type|) T) ((|LieSquareMatrix| . |SquareMatrixCategory|) 110243) ((|LieSquareMatrix| . |AbelianGroup|) T) ((|LieSquareMatrix| . |AbelianMonoid|) T) ((|LieSquareMatrix| . |AbelianSemiGroup|) T) ((|LieSquareMatrix| . |Aggregate|) T) ((|LieSquareMatrix| . |Algebra|) 110188) ((|LieSquareMatrix| . |BasicType|) T) ((|LieSquareMatrix| . |BiModule|) 110167) ((|LieSquareMatrix| . |CancellationAbelianMonoid|) T) ((|LieSquareMatrix| . |CoercibleFrom|) 110053) ((|LieSquareMatrix| . |CoercibleTo|) 110003) ((|LieSquareMatrix| . |DifferentialDomain|) 109961) ((|LieSquareMatrix| . |DifferentialExtension|) 109945) ((|LieSquareMatrix| . |DifferentialRing|) 109910) ((|LieSquareMatrix| . |DifferentialSpace|) 109874) ((|LieSquareMatrix| . |DifferentialSpaceExtension|) 109858) ((|LieSquareMatrix| . |Evalable|) 109782) ((|LieSquareMatrix| . |FiniteAggregate|) 109766) ((|LieSquareMatrix| . |FullyLinearlyExplicitRingOver|) 109750) ((|LieSquareMatrix| . |FullyRetractableTo|) 109734) ((|LieSquareMatrix| . |Functorial|) 109718) ((|LieSquareMatrix| . |HomogeneousAggregate|) 109702) ((|LieSquareMatrix| . |InnerEvalable|) 109621) ((|LieSquareMatrix| . |LeftLinearSet|) 109575) ((|LieSquareMatrix| . |LeftModule|) 109481) ((|LieSquareMatrix| . |LinearSet|) 109465) ((|LieSquareMatrix| . |LinearlyExplicitRingOver|) 109381) ((|LieSquareMatrix| . |Module|) 109365) ((|LieSquareMatrix| . |Monoid|) T) ((|LieSquareMatrix| . |PartialDifferentialDomain|) 109237) ((|LieSquareMatrix| . |PartialDifferentialRing|) 109169) ((|LieSquareMatrix| . |PartialDifferentialSpace|) 109043) ((|LieSquareMatrix| . |RectangularMatrixCategory|) 108982) ((|LieSquareMatrix| . |RetractableTo|) 108831) ((|LieSquareMatrix| . |RightLinearSet|) 108815) ((|LieSquareMatrix| . |RightModule|) 108799) ((|LieSquareMatrix| . |Ring|) T) ((|LieSquareMatrix| . |Rng|) T) ((|LieSquareMatrix| . |SemiGroup|) T) ((|LieSquareMatrix| . |SemiRing|) T) ((|LieSquareMatrix| . |SetCategory|) T) ((|LieSquareMatrix| . |Type|) T) ((|LieSquareMatrix| . |FramedNonAssociativeAlgebra|) 108783) ((|LieSquareMatrix| . |Eltable|) 108755) ((|LieSquareMatrix| . |FiniteRankNonAssociativeAlgebra|) 108739) ((|LieSquareMatrix| . |Monad|) T) ((|LieSquareMatrix| . |NonAssociativeAlgebra|) 108723) ((|LieSquareMatrix| . |NonAssociativeRng|) T) ((|LiePolynomial| . |FreeLieAlgebra|) 108702) ((|LiePolynomial| . |AbelianGroup|) T) ((|LiePolynomial| . |AbelianMonoid|) T) ((|LiePolynomial| . |AbelianSemiGroup|) T) ((|LiePolynomial| . |BasicType|) T) ((|LiePolynomial| . |BiModule|) 108681) ((|LiePolynomial| . |CancellationAbelianMonoid|) T) ((|LiePolynomial| . |CoercibleTo|) 108567) ((|LiePolynomial| . |LeftLinearSet|) 108531) ((|LiePolynomial| . |LeftModule|) 108515) ((|LiePolynomial| . |LieAlgebra|) 108499) ((|LiePolynomial| . |LinearSet|) 108483) ((|LiePolynomial| . |Module|) 108467) ((|LiePolynomial| . |RightLinearSet|) 108451) ((|LiePolynomial| . |RightModule|) 108435) ((|LiePolynomial| . |SetCategory|) T) ((|LiePolynomial| . |Type|) T) ((|LiePolynomial| . |FreeModuleCat|) 108399) ((|LiePolynomial| . |CoercibleFrom|) 108368) ((|LiePolynomial| . |Functorial|) 108352) ((|LiePolynomial| . |RetractableTo|) 108321) ((|LinearOrdinaryDifferentialOperator2| . |LinearOrdinaryDifferentialOperatorCategory|) 108305) ((|LinearOrdinaryDifferentialOperator2| . |AbelianGroup|) T) ((|LinearOrdinaryDifferentialOperator2| . |AbelianMonoid|) T) ((|LinearOrdinaryDifferentialOperator2| . |AbelianSemiGroup|) T) ((|LinearOrdinaryDifferentialOperator2| . |Algebra|) 108262) ((|LinearOrdinaryDifferentialOperator2| . |BasicType|) T) ((|LinearOrdinaryDifferentialOperator2| . |BiModule|) 108241) ((|LinearOrdinaryDifferentialOperator2| . |CancellationAbelianMonoid|) T) ((|LinearOrdinaryDifferentialOperator2| . |CoercibleFrom|) 108127) ((|LinearOrdinaryDifferentialOperator2| . |CoercibleTo|) 108101) ((|LinearOrdinaryDifferentialOperator2| . |Eltable|) 108062) ((|LinearOrdinaryDifferentialOperator2| . |FullyRetractableTo|) 108046) ((|LinearOrdinaryDifferentialOperator2| . |LeftLinearSet|) 108000) ((|LinearOrdinaryDifferentialOperator2| . |LeftModule|) 107974) ((|LinearOrdinaryDifferentialOperator2| . |LinearSet|) 107931) ((|LinearOrdinaryDifferentialOperator2| . |Module|) 107888) ((|LinearOrdinaryDifferentialOperator2| . |Monoid|) T) ((|LinearOrdinaryDifferentialOperator2| . |RetractableTo|) 107737) ((|LinearOrdinaryDifferentialOperator2| . |RightLinearSet|) 107721) ((|LinearOrdinaryDifferentialOperator2| . |RightModule|) 107705) ((|LinearOrdinaryDifferentialOperator2| . |Ring|) T) ((|LinearOrdinaryDifferentialOperator2| . |Rng|) T) ((|LinearOrdinaryDifferentialOperator2| . |SemiGroup|) T) ((|LinearOrdinaryDifferentialOperator2| . |SemiRing|) T) ((|LinearOrdinaryDifferentialOperator2| . |SetCategory|) T) ((|LinearOrdinaryDifferentialOperator2| . |Type|) T) ((|LinearOrdinaryDifferentialOperator2| . |UnivariateSkewPolynomialCategory|) 107689) ((|LinearOrdinaryDifferentialOperator1| . |LinearOrdinaryDifferentialOperatorCategory|) 107673) ((|LinearOrdinaryDifferentialOperator1| . |AbelianGroup|) T) ((|LinearOrdinaryDifferentialOperator1| . |AbelianMonoid|) T) ((|LinearOrdinaryDifferentialOperator1| . |AbelianSemiGroup|) T) ((|LinearOrdinaryDifferentialOperator1| . |Algebra|) 107630) ((|LinearOrdinaryDifferentialOperator1| . |BasicType|) T) ((|LinearOrdinaryDifferentialOperator1| . |BiModule|) 107609) ((|LinearOrdinaryDifferentialOperator1| . |CancellationAbelianMonoid|) T) ((|LinearOrdinaryDifferentialOperator1| . |CoercibleFrom|) 107495) ((|LinearOrdinaryDifferentialOperator1| . |CoercibleTo|) 107469) ((|LinearOrdinaryDifferentialOperator1| . |Eltable|) 107448) ((|LinearOrdinaryDifferentialOperator1| . |FullyRetractableTo|) 107432) ((|LinearOrdinaryDifferentialOperator1| . |LeftLinearSet|) 107386) ((|LinearOrdinaryDifferentialOperator1| . |LeftModule|) 107360) ((|LinearOrdinaryDifferentialOperator1| . |LinearSet|) 107317) ((|LinearOrdinaryDifferentialOperator1| . |Module|) 107274) ((|LinearOrdinaryDifferentialOperator1| . |Monoid|) T) ((|LinearOrdinaryDifferentialOperator1| . |RetractableTo|) 107123) ((|LinearOrdinaryDifferentialOperator1| . |RightLinearSet|) 107107) ((|LinearOrdinaryDifferentialOperator1| . |RightModule|) 107091) ((|LinearOrdinaryDifferentialOperator1| . |Ring|) T) ((|LinearOrdinaryDifferentialOperator1| . |Rng|) T) ((|LinearOrdinaryDifferentialOperator1| . |SemiGroup|) T) ((|LinearOrdinaryDifferentialOperator1| . |SemiRing|) T) ((|LinearOrdinaryDifferentialOperator1| . |SetCategory|) T) ((|LinearOrdinaryDifferentialOperator1| . |Type|) T) ((|LinearOrdinaryDifferentialOperator1| . |UnivariateSkewPolynomialCategory|) 107075) ((|LinearOrdinaryDifferentialOperator| . |LinearOrdinaryDifferentialOperatorCategory|) 107059) ((|LinearOrdinaryDifferentialOperator| . |AbelianGroup|) T) ((|LinearOrdinaryDifferentialOperator| . |AbelianMonoid|) T) ((|LinearOrdinaryDifferentialOperator| . |AbelianSemiGroup|) T) ((|LinearOrdinaryDifferentialOperator| . |Algebra|) 107016) ((|LinearOrdinaryDifferentialOperator| . |BasicType|) T) ((|LinearOrdinaryDifferentialOperator| . |BiModule|) 106995) ((|LinearOrdinaryDifferentialOperator| . |CancellationAbelianMonoid|) T) ((|LinearOrdinaryDifferentialOperator| . |CoercibleFrom|) 106881) ((|LinearOrdinaryDifferentialOperator| . |CoercibleTo|) 106855) ((|LinearOrdinaryDifferentialOperator| . |Eltable|) 106834) ((|LinearOrdinaryDifferentialOperator| . |FullyRetractableTo|) 106818) ((|LinearOrdinaryDifferentialOperator| . |LeftLinearSet|) 106772) ((|LinearOrdinaryDifferentialOperator| . |LeftModule|) 106746) ((|LinearOrdinaryDifferentialOperator| . |LinearSet|) 106703) ((|LinearOrdinaryDifferentialOperator| . |Module|) 106660) ((|LinearOrdinaryDifferentialOperator| . |Monoid|) T) ((|LinearOrdinaryDifferentialOperator| . |RetractableTo|) 106509) ((|LinearOrdinaryDifferentialOperator| . |RightLinearSet|) 106493) ((|LinearOrdinaryDifferentialOperator| . |RightModule|) 106477) ((|LinearOrdinaryDifferentialOperator| . |Ring|) T) ((|LinearOrdinaryDifferentialOperator| . |Rng|) T) ((|LinearOrdinaryDifferentialOperator| . |SemiGroup|) T) ((|LinearOrdinaryDifferentialOperator| . |SemiRing|) T) ((|LinearOrdinaryDifferentialOperator| . |SetCategory|) T) ((|LinearOrdinaryDifferentialOperator| . |Type|) T) ((|LinearOrdinaryDifferentialOperator| . |UnivariateSkewPolynomialCategory|) 106461) ((|Localize| . |Module|) 106445) ((|Localize| . |AbelianGroup|) T) ((|Localize| . |AbelianMonoid|) T) ((|Localize| . |AbelianSemiGroup|) T) ((|Localize| . |BasicType|) T) ((|Localize| . |BiModule|) 106424) ((|Localize| . |CancellationAbelianMonoid|) T) ((|Localize| . |CoercibleTo|) 106398) ((|Localize| . |LeftLinearSet|) 106362) ((|Localize| . |LeftModule|) 106346) ((|Localize| . |LinearSet|) 106330) ((|Localize| . |RightLinearSet|) 106314) ((|Localize| . |RightModule|) 106298) ((|Localize| . |SetCategory|) T) ((|Localize| . |Type|) T) ((|Localize| . |OrderedAbelianGroup|) 106260) ((|Localize| . |OrderedAbelianMonoid|) 106222) ((|Localize| . |OrderedAbelianSemiGroup|) 106184) ((|Localize| . |OrderedCancellationAbelianMonoid|) 106146) ((|Localize| . |OrderedSet|) 106108) ((|Localize| . |OrderedType|) 106070) ((|ListMonoidOps| . |SetCategory|) T) ((|ListMonoidOps| . |BasicType|) T) ((|ListMonoidOps| . |CoercibleTo|) 106044) ((|ListMonoidOps| . |Type|) T) ((|ListMonoidOps| . |RetractableTo|) 106028) ((|ListMonoidOps| . |CoercibleFrom|) 106012) ((|ListMultiDictionary| . |MultiDictionary|) 105996) ((|ListMultiDictionary| . |Aggregate|) T) ((|ListMultiDictionary| . |BagAggregate|) 105980) ((|ListMultiDictionary| . |BasicType|) 105952) ((|ListMultiDictionary| . |CoercibleTo|) 105888) ((|ListMultiDictionary| . |Collection|) 105872) ((|ListMultiDictionary| . |ConvertibleTo|) 105808) ((|ListMultiDictionary| . |DictionaryOperations|) 105792) ((|ListMultiDictionary| . |Evalable|) 105716) ((|ListMultiDictionary| . |Functorial|) 105700) ((|ListMultiDictionary| . |HomogeneousAggregate|) 105684) ((|ListMultiDictionary| . |InnerEvalable|) 105603) ((|ListMultiDictionary| . |SetCategory|) 105573) ((|ListMultiDictionary| . |ShallowlyMutableAggregate|) 105557) ((|ListMultiDictionary| . |Type|) T) ((|ListMultiDictionary| . |FiniteAggregate|) 105541) ((|Literal| . |SpadSyntaxCategory|) T) ((|Literal| . |AbstractSyntaxCategory|) T) ((|Literal| . |BasicType|) T) ((|Literal| . |CoercibleFrom|) 105519) ((|Literal| . |CoercibleTo|) 105461) ((|Literal| . |HomotopicTo|) 105439) ((|Literal| . |SetCategory|) T) ((|Literal| . |Type|) T) ((|List| . |ListAggregate|) 105423) ((|List| . |Aggregate|) T) ((|List| . |BasicType|) 105395) ((|List| . |CoercibleTo|) 105331) ((|List| . |Collection|) 105315) ((|List| . |ConvertibleTo|) 105251) ((|List| . |Eltable|) 105185) ((|List| . |EltableAggregate|) 105157) ((|List| . |Evalable|) 105081) ((|List| . |ExtensibleLinearAggregate|) 105065) ((|List| . |FiniteAggregate|) 105049) ((|List| . |FiniteLinearAggregate|) 105033) ((|List| . |Functorial|) 105017) ((|List| . |HomogeneousAggregate|) 105001) ((|List| . |IndexedAggregate|) 104973) ((|List| . |InnerEvalable|) 104892) ((|List| . |LinearAggregate|) 104876) ((|List| . |OrderedSet|) 104847) ((|List| . |OrderedType|) 104818) ((|List| . |RecursiveAggregate|) 104802) ((|List| . |SetCategory|) 104772) ((|List| . |ShallowlyMutableAggregate|) 104756) ((|List| . |StreamAggregate|) 104740) ((|List| . |Type|) T) ((|List| . |UnaryRecursiveAggregate|) 104724) ((|LinearForm| . |VectorSpace|) 104708) ((|LinearForm| . |AbelianGroup|) T) ((|LinearForm| . |AbelianMonoid|) T) ((|LinearForm| . |AbelianSemiGroup|) T) ((|LinearForm| . |BasicType|) T) ((|LinearForm| . |BiModule|) 104687) ((|LinearForm| . |CancellationAbelianMonoid|) T) ((|LinearForm| . |CoercibleTo|) 104661) ((|LinearForm| . |LeftLinearSet|) 104625) ((|LinearForm| . |LeftModule|) 104609) ((|LinearForm| . |LinearSet|) 104593) ((|LinearForm| . |Module|) 104577) ((|LinearForm| . |RightLinearSet|) 104561) ((|LinearForm| . |RightModule|) 104545) ((|LinearForm| . |SetCategory|) T) ((|LinearForm| . |Type|) T) ((|LinearForm| . |Eltable|) 104501) ((|LinearElement| . |VectorSpace|) 104485) ((|LinearElement| . |AbelianGroup|) T) ((|LinearElement| . |AbelianMonoid|) T) ((|LinearElement| . |AbelianSemiGroup|) T) ((|LinearElement| . |BasicType|) T) ((|LinearElement| . |BiModule|) 104464) ((|LinearElement| . |CancellationAbelianMonoid|) T) ((|LinearElement| . |CoercibleTo|) 104438) ((|LinearElement| . |LeftLinearSet|) 104402) ((|LinearElement| . |LeftModule|) 104386) ((|LinearElement| . |LinearSet|) 104370) ((|LinearElement| . |Module|) 104354) ((|LinearElement| . |RightLinearSet|) 104338) ((|LinearElement| . |RightModule|) 104322) ((|LinearElement| . |SetCategory|) T) ((|LinearElement| . |Type|) T) ((|LinearElement| . |CoercibleFrom|) 104290) ((|LinearElement| . |IndexedDirectProductCategory|) 104253) ((|LinearElement| . |ConvertibleFrom|) 104184) ((|LinearElement| . |Functorial|) 104168) ((|LinearBasis| . |OrderedFinite|) T) ((|LinearBasis| . |BasicType|) T) ((|LinearBasis| . |CoercibleTo|) 104142) ((|LinearBasis| . |Finite|) T) ((|LinearBasis| . |OrderedSet|) T) ((|LinearBasis| . |OrderedType|) T) ((|LinearBasis| . |SetCategory|) T) ((|LinearBasis| . |Type|) T) ((|LinearBasis| . |CoercibleFrom|) 104102) ((|AssociatedLieAlgebra| . |NonAssociativeAlgebra|) 104086) ((|AssociatedLieAlgebra| . |AbelianGroup|) T) ((|AssociatedLieAlgebra| . |AbelianMonoid|) T) ((|AssociatedLieAlgebra| . |AbelianSemiGroup|) T) ((|AssociatedLieAlgebra| . |BasicType|) T) ((|AssociatedLieAlgebra| . |BiModule|) 104065) ((|AssociatedLieAlgebra| . |CancellationAbelianMonoid|) T) ((|AssociatedLieAlgebra| . |CoercibleTo|) 104026) ((|AssociatedLieAlgebra| . |LeftLinearSet|) 103990) ((|AssociatedLieAlgebra| . |LeftModule|) 103974) ((|AssociatedLieAlgebra| . |LinearSet|) 103958) ((|AssociatedLieAlgebra| . |Module|) 103942) ((|AssociatedLieAlgebra| . |Monad|) T) ((|AssociatedLieAlgebra| . |NonAssociativeRng|) T) ((|AssociatedLieAlgebra| . |RightLinearSet|) 103926) ((|AssociatedLieAlgebra| . |RightModule|) 103910) ((|AssociatedLieAlgebra| . |SetCategory|) T) ((|AssociatedLieAlgebra| . |Type|) T) ((|AssociatedLieAlgebra| . |FramedNonAssociativeAlgebra|) 103846) ((|AssociatedLieAlgebra| . |Eltable|) 103774) ((|AssociatedLieAlgebra| . |FiniteRankNonAssociativeAlgebra|) 103710) ((|Library| . |TableAggregate|) 103680) ((|Library| . |Aggregate|) T) ((|Library| . |BagAggregate|) 103613) ((|Library| . |BasicType|) T) ((|Library| . |CoercibleTo|) 103587) ((|Library| . |Collection|) 103520) ((|Library| . |Dictionary|) 103453) ((|Library| . |DictionaryOperations|) 103386) ((|Library| . |Eltable|) 103330) ((|Library| . |EltableAggregate|) 103300) ((|Library| . |Evalable|) 103122) ((|Library| . |FiniteAggregate|) 103055) ((|Library| . |Functorial|) 102973) ((|Library| . |HomogeneousAggregate|) 102891) ((|Library| . |IndexedAggregate|) 102861) ((|Library| . |InnerEvalable|) 102638) ((|Library| . |KeyedDictionary|) 102608) ((|Library| . |SetCategory|) T) ((|Library| . |ShallowlyMutableAggregate|) 102526) ((|Library| . |Type|) T) ((|LieExponentials| . |Group|) T) ((|LieExponentials| . |BasicType|) T) ((|LieExponentials| . |CoercibleTo|) 102418) ((|LieExponentials| . |Monoid|) T) ((|LieExponentials| . |SemiGroup|) T) ((|LieExponentials| . |SetCategory|) T) ((|LieExponentials| . |Type|) T) ((|LetAst| . |SpadSyntaxCategory|) T) ((|LetAst| . |AbstractSyntaxCategory|) T) ((|LetAst| . |BasicType|) T) ((|LetAst| . |CoercibleFrom|) 102396) ((|LetAst| . |CoercibleTo|) 102351) ((|LetAst| . |HomotopicTo|) 102329) ((|LetAst| . |SetCategory|) T) ((|LetAst| . |Type|) T) ((|LaurentPolynomial| . |DifferentialExtension|) 102313) ((|LaurentPolynomial| . |AbelianGroup|) T) ((|LaurentPolynomial| . |AbelianMonoid|) T) ((|LaurentPolynomial| . |AbelianSemiGroup|) T) ((|LaurentPolynomial| . |BasicType|) T) ((|LaurentPolynomial| . |CancellationAbelianMonoid|) T) ((|LaurentPolynomial| . |CoercibleFrom|) 102171) ((|LaurentPolynomial| . |CoercibleTo|) 102145) ((|LaurentPolynomial| . |DifferentialDomain|) 102103) ((|LaurentPolynomial| . |DifferentialRing|) 102068) ((|LaurentPolynomial| . |DifferentialSpace|) 102032) ((|LaurentPolynomial| . |DifferentialSpaceExtension|) 102016) ((|LaurentPolynomial| . |LeftLinearSet|) 101983) ((|LaurentPolynomial| . |LeftModule|) 101970) ((|LaurentPolynomial| . |Monoid|) T) ((|LaurentPolynomial| . |PartialDifferentialDomain|) 101842) ((|LaurentPolynomial| . |PartialDifferentialRing|) 101774) ((|LaurentPolynomial| . |PartialDifferentialSpace|) 101648) ((|LaurentPolynomial| . |Ring|) T) ((|LaurentPolynomial| . |Rng|) T) ((|LaurentPolynomial| . |SemiGroup|) T) ((|LaurentPolynomial| . |SemiRing|) T) ((|LaurentPolynomial| . |SetCategory|) T) ((|LaurentPolynomial| . |Type|) T) ((|LaurentPolynomial| . |IntegralDomain|) T) ((|LaurentPolynomial| . |Algebra|) 101635) ((|LaurentPolynomial| . |BiModule|) 101620) ((|LaurentPolynomial| . |CommutativeRing|) T) ((|LaurentPolynomial| . |EntireRing|) T) ((|LaurentPolynomial| . |LinearSet|) 101607) ((|LaurentPolynomial| . |Module|) 101594) ((|LaurentPolynomial| . |RightLinearSet|) 101581) ((|LaurentPolynomial| . |RightModule|) 101568) ((|LaurentPolynomial| . |ConvertibleTo|) 101539) ((|LaurentPolynomial| . |FullyRetractableTo|) 101523) ((|LaurentPolynomial| . |RetractableTo|) 101359) ((|LaurentPolynomial| . |CharacteristicZero|) 101322) ((|LaurentPolynomial| . |CharacteristicNonZero|) 101282) ((|LaurentPolynomial| . |EuclideanDomain|) 101258) ((|LaurentPolynomial| . |GcdDomain|) 101234) ((|LaurentPolynomial| . |PrincipalIdealDomain|) 101210) ((|LocalAlgebra| . |Algebra|) 101194) ((|LocalAlgebra| . |AbelianGroup|) T) ((|LocalAlgebra| . |AbelianMonoid|) T) ((|LocalAlgebra| . |AbelianSemiGroup|) T) ((|LocalAlgebra| . |BasicType|) T) ((|LocalAlgebra| . |BiModule|) 101173) ((|LocalAlgebra| . |CancellationAbelianMonoid|) T) ((|LocalAlgebra| . |CoercibleFrom|) 101137) ((|LocalAlgebra| . |CoercibleTo|) 101111) ((|LocalAlgebra| . |LeftLinearSet|) 101065) ((|LocalAlgebra| . |LeftModule|) 101039) ((|LocalAlgebra| . |LinearSet|) 101023) ((|LocalAlgebra| . |Module|) 101007) ((|LocalAlgebra| . |Monoid|) T) ((|LocalAlgebra| . |RightLinearSet|) 100991) ((|LocalAlgebra| . |RightModule|) 100975) ((|LocalAlgebra| . |Ring|) T) ((|LocalAlgebra| . |Rng|) T) ((|LocalAlgebra| . |SemiGroup|) T) ((|LocalAlgebra| . |SemiRing|) T) ((|LocalAlgebra| . |SetCategory|) T) ((|LocalAlgebra| . |Type|) T) ((|LocalAlgebra| . |OrderedRing|) 100945) ((|LocalAlgebra| . |CharacteristicZero|) 100915) ((|LocalAlgebra| . |OrderedAbelianGroup|) 100885) ((|LocalAlgebra| . |OrderedAbelianMonoid|) 100855) ((|LocalAlgebra| . |OrderedAbelianSemiGroup|) 100825) ((|LocalAlgebra| . |OrderedCancellationAbelianMonoid|) 100795) ((|LocalAlgebra| . |OrderedSet|) 100765) ((|LocalAlgebra| . |OrderedType|) 100735) ((|KleeneTrivalentLogic| . |PropositionalLogic|) T) ((|KleeneTrivalentLogic| . |BasicType|) T) ((|KleeneTrivalentLogic| . |BooleanLogic|) T) ((|KleeneTrivalentLogic| . |CoercibleTo|) 100709) ((|KleeneTrivalentLogic| . |Logic|) T) ((|KleeneTrivalentLogic| . |SetCategory|) T) ((|KleeneTrivalentLogic| . |Type|) T) ((|KleeneTrivalentLogic| . |Finite|) T) ((|Kernel| . |CachableSet|) T) ((|Kernel| . |BasicType|) T) ((|Kernel| . |CoercibleTo|) 100683) ((|Kernel| . |SetCategory|) T) ((|Kernel| . |Type|) T) ((|Kernel| . |OrderedSet|) T) ((|Kernel| . |OrderedType|) T) ((|Kernel| . |Patternable|) 100667) ((|Kernel| . |ConvertibleTo|) 100450) ((|KeyedAccessFile| . |FileCategory|) 100373) ((|KeyedAccessFile| . |BasicType|) T) ((|KeyedAccessFile| . |CoercibleTo|) 100347) ((|KeyedAccessFile| . |SetCategory|) T) ((|KeyedAccessFile| . |Type|) T) ((|KeyedAccessFile| . |TableAggregate|) 100320) ((|KeyedAccessFile| . |Aggregate|) T) ((|KeyedAccessFile| . |BagAggregate|) 100256) ((|KeyedAccessFile| . |Collection|) 100192) ((|KeyedAccessFile| . |Dictionary|) 100128) ((|KeyedAccessFile| . |DictionaryOperations|) 100064) ((|KeyedAccessFile| . |Eltable|) 100037) ((|KeyedAccessFile| . |EltableAggregate|) 100010) ((|KeyedAccessFile| . |Evalable|) 99763) ((|KeyedAccessFile| . |FiniteAggregate|) 99699) ((|KeyedAccessFile| . |Functorial|) 99622) ((|KeyedAccessFile| . |HomogeneousAggregate|) 99545) ((|KeyedAccessFile| . |IndexedAggregate|) 99518) ((|KeyedAccessFile| . |InnerEvalable|) 99220) ((|KeyedAccessFile| . |KeyedDictionary|) 99193) ((|KeyedAccessFile| . |ShallowlyMutableAggregate|) 99116) ((|JVMOpcode| . |SetCategory|) T) ((|JVMOpcode| . |BasicType|) T) ((|JVMOpcode| . |CoercibleTo|) 99049) ((|JVMOpcode| . |Type|) T) ((|JVMOpcode| . |HomotopicTo|) 99005) ((|JVMOpcode| . |CoercibleFrom|) 98961) ((|JVMMethodAccess| . |SetCategory|) T) ((|JVMMethodAccess| . |BasicType|) T) ((|JVMMethodAccess| . |CoercibleTo|) 98935) ((|JVMMethodAccess| . |Type|) T) ((|JVMMethodAccess| . |Logic|) T) ((|JVMFieldAccess| . |SetCategory|) T) ((|JVMFieldAccess| . |BasicType|) T) ((|JVMFieldAccess| . |CoercibleTo|) 98909) ((|JVMFieldAccess| . |Type|) T) ((|JVMFieldAccess| . |Logic|) T) ((|JVMConstantTag| . |SetCategory|) T) ((|JVMConstantTag| . |BasicType|) T) ((|JVMConstantTag| . |CoercibleTo|) 98866) ((|JVMConstantTag| . |Type|) T) ((|JVMClassFileAccess| . |SetCategory|) T) ((|JVMClassFileAccess| . |BasicType|) T) ((|JVMClassFileAccess| . |CoercibleTo|) 98840) ((|JVMClassFileAccess| . |Type|) T) ((|JVMClassFileAccess| . |Logic|) T) ((|JVMBytecode| . |SetCategory|) T) ((|JVMBytecode| . |BasicType|) T) ((|JVMBytecode| . |CoercibleTo|) 98797) ((|JVMBytecode| . |Type|) T) ((|JVMBytecode| . |HomotopicTo|) 98777) ((|JVMBytecode| . |CoercibleFrom|) 98757) ((|AssociatedJordanAlgebra| . |NonAssociativeAlgebra|) 98741) ((|AssociatedJordanAlgebra| . |AbelianGroup|) T) ((|AssociatedJordanAlgebra| . |AbelianMonoid|) T) ((|AssociatedJordanAlgebra| . |AbelianSemiGroup|) T) ((|AssociatedJordanAlgebra| . |BasicType|) T) ((|AssociatedJordanAlgebra| . |BiModule|) 98720) ((|AssociatedJordanAlgebra| . |CancellationAbelianMonoid|) T) ((|AssociatedJordanAlgebra| . |CoercibleTo|) 98681) ((|AssociatedJordanAlgebra| . |LeftLinearSet|) 98645) ((|AssociatedJordanAlgebra| . |LeftModule|) 98629) ((|AssociatedJordanAlgebra| . |LinearSet|) 98613) ((|AssociatedJordanAlgebra| . |Module|) 98597) ((|AssociatedJordanAlgebra| . |Monad|) T) ((|AssociatedJordanAlgebra| . |NonAssociativeRng|) T) ((|AssociatedJordanAlgebra| . |RightLinearSet|) 98581) ((|AssociatedJordanAlgebra| . |RightModule|) 98565) ((|AssociatedJordanAlgebra| . |SetCategory|) T) ((|AssociatedJordanAlgebra| . |Type|) T) ((|AssociatedJordanAlgebra| . |FramedNonAssociativeAlgebra|) 98501) ((|AssociatedJordanAlgebra| . |Eltable|) 98429) ((|AssociatedJordanAlgebra| . |FiniteRankNonAssociativeAlgebra|) 98365) ((|JoinAst| . |SpadSyntaxCategory|) T) ((|JoinAst| . |AbstractSyntaxCategory|) T) ((|JoinAst| . |BasicType|) T) ((|JoinAst| . |CoercibleFrom|) 98343) ((|JoinAst| . |CoercibleTo|) 98278) ((|JoinAst| . |HomotopicTo|) 98256) ((|JoinAst| . |SetCategory|) T) ((|JoinAst| . |Type|) T) ((|InfiniteTuple| . |Functorial|) 98240) ((|InfiniteTuple| . |Type|) T) ((|InfiniteTuple| . |CoercibleTo|) 98214) ((|InternalTypeForm| . |SetCategory|) T) ((|InternalTypeForm| . |BasicType|) T) ((|InternalTypeForm| . |CoercibleTo|) 98169) ((|InternalTypeForm| . |Type|) T) ((|InternalTypeForm| . |HomotopicTo|) 98147) ((|InternalTypeForm| . |CoercibleFrom|) 98125) ((|InnerTaylorSeries| . |Ring|) T) ((|InnerTaylorSeries| . |AbelianGroup|) T) ((|InnerTaylorSeries| . |AbelianMonoid|) T) ((|InnerTaylorSeries| . |AbelianSemiGroup|) T) ((|InnerTaylorSeries| . |BasicType|) T) ((|InnerTaylorSeries| . |CancellationAbelianMonoid|) T) ((|InnerTaylorSeries| . |CoercibleFrom|) 98066) ((|InnerTaylorSeries| . |CoercibleTo|) 98040) ((|InnerTaylorSeries| . |LeftLinearSet|) 97994) ((|InnerTaylorSeries| . |LeftModule|) 97968) ((|InnerTaylorSeries| . |Monoid|) T) ((|InnerTaylorSeries| . |Rng|) T) ((|InnerTaylorSeries| . |SemiGroup|) T) ((|InnerTaylorSeries| . |SemiRing|) T) ((|InnerTaylorSeries| . |SetCategory|) T) ((|InnerTaylorSeries| . |Type|) T) ((|InnerTaylorSeries| . |BiModule|) 97909) ((|InnerTaylorSeries| . |RightLinearSet|) 97857) ((|InnerTaylorSeries| . |RightModule|) 97805) ((|InnerTaylorSeries| . |IntegralDomain|) 97772) ((|InnerTaylorSeries| . |Algebra|) 97733) ((|InnerTaylorSeries| . |CommutativeRing|) 97700) ((|InnerTaylorSeries| . |EntireRing|) 97667) ((|InnerTaylorSeries| . |LinearSet|) 97628) ((|InnerTaylorSeries| . |Module|) 97589) ((|InnerSparseUnivariatePowerSeries| . |UnivariatePowerSeriesCategory|) 97561) ((|InnerSparseUnivariatePowerSeries| . |AbelianGroup|) T) ((|InnerSparseUnivariatePowerSeries| . |AbelianMonoid|) T) ((|InnerSparseUnivariatePowerSeries| . |AbelianMonoidRing|) 97533) ((|InnerSparseUnivariatePowerSeries| . |AbelianSemiGroup|) T) ((|InnerSparseUnivariatePowerSeries| . |Algebra|) 97377) ((|InnerSparseUnivariatePowerSeries| . |BasicType|) T) ((|InnerSparseUnivariatePowerSeries| . |BiModule|) 97233) ((|InnerSparseUnivariatePowerSeries| . |CancellationAbelianMonoid|) T) ((|InnerSparseUnivariatePowerSeries| . |CharacteristicNonZero|) 97193) ((|InnerSparseUnivariatePowerSeries| . |CharacteristicZero|) 97156) ((|InnerSparseUnivariatePowerSeries| . |CoercibleFrom|) 96985) ((|InnerSparseUnivariatePowerSeries| . |CoercibleTo|) 96959) ((|InnerSparseUnivariatePowerSeries| . |CommutativeRing|) 96925) ((|InnerSparseUnivariatePowerSeries| . |DifferentialDomain|) 96867) ((|InnerSparseUnivariatePowerSeries| . |DifferentialRing|) 96815) ((|InnerSparseUnivariatePowerSeries| . |DifferentialSpace|) 96763) ((|InnerSparseUnivariatePowerSeries| . |Eltable|) 96723) ((|InnerSparseUnivariatePowerSeries| . |EntireRing|) 96690) ((|InnerSparseUnivariatePowerSeries| . |Functorial|) 96674) ((|InnerSparseUnivariatePowerSeries| . |IntegralDomain|) 96641) ((|InnerSparseUnivariatePowerSeries| . |LeftLinearSet|) 96523) ((|InnerSparseUnivariatePowerSeries| . |LeftModule|) 96420) ((|InnerSparseUnivariatePowerSeries| . |LinearSet|) 96264) ((|InnerSparseUnivariatePowerSeries| . |Module|) 96108) ((|InnerSparseUnivariatePowerSeries| . |Monoid|) T) ((|InnerSparseUnivariatePowerSeries| . |PartialDifferentialDomain|) 95981) ((|InnerSparseUnivariatePowerSeries| . |PartialDifferentialRing|) 95856) ((|InnerSparseUnivariatePowerSeries| . |PartialDifferentialSpace|) 95731) ((|InnerSparseUnivariatePowerSeries| . |PowerSeriesCategory|) 95677) ((|InnerSparseUnivariatePowerSeries| . |RightLinearSet|) 95547) ((|InnerSparseUnivariatePowerSeries| . |RightModule|) 95417) ((|InnerSparseUnivariatePowerSeries| . |Ring|) T) ((|InnerSparseUnivariatePowerSeries| . |Rng|) T) ((|InnerSparseUnivariatePowerSeries| . |SemiGroup|) T) ((|InnerSparseUnivariatePowerSeries| . |SemiRing|) T) ((|InnerSparseUnivariatePowerSeries| . |SetCategory|) T) ((|InnerSparseUnivariatePowerSeries| . |Type|) T) ((|IsAst| . |SpadSyntaxCategory|) T) ((|IsAst| . |AbstractSyntaxCategory|) T) ((|IsAst| . |BasicType|) T) ((|IsAst| . |CoercibleFrom|) 95395) ((|IsAst| . |CoercibleTo|) 95350) ((|IsAst| . |HomotopicTo|) 95328) ((|IsAst| . |SetCategory|) T) ((|IsAst| . |Type|) T) ((|InternalRepresentationForm| . |SetCategory|) T) ((|InternalRepresentationForm| . |BasicType|) T) ((|InternalRepresentationForm| . |CoercibleTo|) 95283) ((|InternalRepresentationForm| . |Type|) T) ((|InternalRepresentationForm| . |HomotopicTo|) 95261) ((|InternalRepresentationForm| . |CoercibleFrom|) 95239) ((|IntegrationResult| . |Module|) 95203) ((|IntegrationResult| . |AbelianGroup|) T) ((|IntegrationResult| . |AbelianMonoid|) T) ((|IntegrationResult| . |AbelianSemiGroup|) T) ((|IntegrationResult| . |BasicType|) T) ((|IntegrationResult| . |BiModule|) 95160) ((|IntegrationResult| . |CancellationAbelianMonoid|) T) ((|IntegrationResult| . |CoercibleTo|) 95134) ((|IntegrationResult| . |LeftLinearSet|) 95078) ((|IntegrationResult| . |LeftModule|) 95042) ((|IntegrationResult| . |LinearSet|) 95006) ((|IntegrationResult| . |RightLinearSet|) 94970) ((|IntegrationResult| . |RightModule|) 94934) ((|IntegrationResult| . |SetCategory|) T) ((|IntegrationResult| . |Type|) T) ((|IntegrationResult| . |RetractableTo|) 94918) ((|IntegrationResult| . |CoercibleFrom|) 94902) ((|InnerPrimeField| . |FiniteFieldCategory|) T) ((|InnerPrimeField| . |AbelianGroup|) T) ((|InnerPrimeField| . |AbelianMonoid|) T) ((|InnerPrimeField| . |AbelianSemiGroup|) T) ((|InnerPrimeField| . |Algebra|) 94856) ((|InnerPrimeField| . |BasicType|) T) ((|InnerPrimeField| . |BiModule|) 94801) ((|InnerPrimeField| . |CancellationAbelianMonoid|) T) ((|InnerPrimeField| . |CharacteristicNonZero|) T) ((|InnerPrimeField| . |CoercibleFrom|) 94740) ((|InnerPrimeField| . |CoercibleTo|) 94714) ((|InnerPrimeField| . |CommutativeRing|) T) ((|InnerPrimeField| . |DifferentialDomain|) 94701) ((|InnerPrimeField| . |DifferentialRing|) T) ((|InnerPrimeField| . |DifferentialSpace|) T) ((|InnerPrimeField| . |DivisionRing|) T) ((|InnerPrimeField| . |EntireRing|) T) ((|InnerPrimeField| . |EuclideanDomain|) T) ((|InnerPrimeField| . |Field|) T) ((|InnerPrimeField| . |FieldOfPrimeCharacteristic|) T) ((|InnerPrimeField| . |Finite|) T) ((|InnerPrimeField| . |GcdDomain|) T) ((|InnerPrimeField| . |IntegralDomain|) T) ((|InnerPrimeField| . |LeftLinearSet|) 94640) ((|InnerPrimeField| . |LeftModule|) 94594) ((|InnerPrimeField| . |LinearSet|) 94548) ((|InnerPrimeField| . |Module|) 94502) ((|InnerPrimeField| . |Monoid|) T) ((|InnerPrimeField| . |PrincipalIdealDomain|) T) ((|InnerPrimeField| . |RightLinearSet|) 94456) ((|InnerPrimeField| . |RightModule|) 94410) ((|InnerPrimeField| . |Ring|) T) ((|InnerPrimeField| . |Rng|) T) ((|InnerPrimeField| . |SemiGroup|) T) ((|InnerPrimeField| . |SemiRing|) T) ((|InnerPrimeField| . |SetCategory|) T) ((|InnerPrimeField| . |StepThrough|) T) ((|InnerPrimeField| . |Type|) T) ((|InnerPrimeField| . |UniqueFactorizationDomain|) T) ((|InnerPrimeField| . |FiniteAlgebraicExtensionField|) 94397) ((|InnerPrimeField| . |CharacteristicZero|) 94363) ((|InnerPrimeField| . |ExtensionField|) 94350) ((|InnerPrimeField| . |RetractableTo|) 94337) ((|InnerPrimeField| . |VectorSpace|) 94324) ((|InnerPrimeField| . |ConvertibleTo|) 94301) ((|InnerPAdicInteger| . |PAdicIntegerCategory|) 94285) ((|InnerPAdicInteger| . |AbelianGroup|) T) ((|InnerPAdicInteger| . |AbelianMonoid|) T) ((|InnerPAdicInteger| . |AbelianSemiGroup|) T) ((|InnerPAdicInteger| . |Algebra|) 94272) ((|InnerPAdicInteger| . |BasicType|) T) ((|InnerPAdicInteger| . |BiModule|) 94257) ((|InnerPAdicInteger| . |CancellationAbelianMonoid|) T) ((|InnerPAdicInteger| . |CharacteristicZero|) T) ((|InnerPAdicInteger| . |CoercibleFrom|) 94224) ((|InnerPAdicInteger| . |CoercibleTo|) 94198) ((|InnerPAdicInteger| . |CommutativeRing|) T) ((|InnerPAdicInteger| . |EntireRing|) T) ((|InnerPAdicInteger| . |EuclideanDomain|) T) ((|InnerPAdicInteger| . |GcdDomain|) T) ((|InnerPAdicInteger| . |IntegralDomain|) T) ((|InnerPAdicInteger| . |LeftLinearSet|) 94165) ((|InnerPAdicInteger| . |LeftModule|) 94152) ((|InnerPAdicInteger| . |LinearSet|) 94139) ((|InnerPAdicInteger| . |Module|) 94126) ((|InnerPAdicInteger| . |Monoid|) T) ((|InnerPAdicInteger| . |PrincipalIdealDomain|) T) ((|InnerPAdicInteger| . |RightLinearSet|) 94113) ((|InnerPAdicInteger| . |RightModule|) 94100) ((|InnerPAdicInteger| . |Ring|) T) ((|InnerPAdicInteger| . |Rng|) T) ((|InnerPAdicInteger| . |SemiGroup|) T) ((|InnerPAdicInteger| . |SemiRing|) T) ((|InnerPAdicInteger| . |SetCategory|) T) ((|InnerPAdicInteger| . |Type|) T) ((|IP4Address| . |SetCategory|) T) ((|IP4Address| . |BasicType|) T) ((|IP4Address| . |CoercibleTo|) 94074) ((|IP4Address| . |Type|) T) ((|IOMode| . |SetCategory|) T) ((|IOMode| . |BasicType|) T) ((|IOMode| . |CoercibleTo|) 94048) ((|IOMode| . |Type|) T) ((|InputOutputBinaryFile| . |InputOutputByteConduit|) T) ((|InputOutputBinaryFile| . |Conduit|) T) ((|InputOutputBinaryFile| . |InputByteConduit|) T) ((|InputOutputBinaryFile| . |OutputByteConduit|) T) ((|InputOutputBinaryFile| . |CoercibleTo|) 94022) ((|Interval| . |IntervalCategory|) 94006) ((|Interval| . |AbelianGroup|) T) ((|Interval| . |AbelianMonoid|) T) ((|Interval| . |AbelianSemiGroup|) T) ((|Interval| . |Algebra|) 93993) ((|Interval| . |ArcHyperbolicFunctionCategory|) T) ((|Interval| . |ArcTrigonometricFunctionCategory|) T) ((|Interval| . |BasicType|) T) ((|Interval| . |BiModule|) 93978) ((|Interval| . |CancellationAbelianMonoid|) T) ((|Interval| . |CoercibleFrom|) 93945) ((|Interval| . |CoercibleTo|) 93919) ((|Interval| . |CommutativeRing|) T) ((|Interval| . |ElementaryFunctionCategory|) T) ((|Interval| . |EntireRing|) T) ((|Interval| . |GcdDomain|) T) ((|Interval| . |HyperbolicFunctionCategory|) T) ((|Interval| . |IntegralDomain|) T) ((|Interval| . |LeftLinearSet|) 93886) ((|Interval| . |LeftModule|) 93873) ((|Interval| . |LinearSet|) 93860) ((|Interval| . |Module|) 93847) ((|Interval| . |Monoid|) T) ((|Interval| . |OrderedSet|) T) ((|Interval| . |OrderedType|) T) ((|Interval| . |RadicalCategory|) T) ((|Interval| . |RetractableTo|) 93824) ((|Interval| . |RightLinearSet|) 93811) ((|Interval| . |RightModule|) 93798) ((|Interval| . |Ring|) T) ((|Interval| . |Rng|) T) ((|Interval| . |SemiGroup|) T) ((|Interval| . |SemiRing|) T) ((|Interval| . |SetCategory|) T) ((|Interval| . |TranscendentalFunctionCategory|) T) ((|Interval| . |TrigonometricFunctionCategory|) T) ((|Interval| . |Type|) T) ((|InnerTable| . |TableAggregate|) 93777) ((|InnerTable| . |Aggregate|) T) ((|InnerTable| . |BagAggregate|) 93719) ((|InnerTable| . |BasicType|) T) ((|InnerTable| . |CoercibleTo|) 93693) ((|InnerTable| . |Collection|) 93635) ((|InnerTable| . |Dictionary|) 93577) ((|InnerTable| . |DictionaryOperations|) 93519) ((|InnerTable| . |Eltable|) 93498) ((|InnerTable| . |EltableAggregate|) 93477) ((|InnerTable| . |Evalable|) 93237) ((|InnerTable| . |FiniteAggregate|) 93179) ((|InnerTable| . |Functorial|) 93108) ((|InnerTable| . |HomogeneousAggregate|) 93037) ((|InnerTable| . |IndexedAggregate|) 93016) ((|InnerTable| . |InnerEvalable|) 92764) ((|InnerTable| . |KeyedDictionary|) 92743) ((|InnerTable| . |SetCategory|) T) ((|InnerTable| . |ShallowlyMutableAggregate|) 92672) ((|InnerTable| . |Type|) T) ((|Int8| . |OrderedFinite|) T) ((|Int8| . |BasicType|) T) ((|Int8| . |CoercibleTo|) 92646) ((|Int8| . |Finite|) T) ((|Int8| . |OrderedSet|) T) ((|Int8| . |OrderedType|) T) ((|Int8| . |SetCategory|) T) ((|Int8| . |Type|) T) ((|Int64| . |OrderedFinite|) T) ((|Int64| . |BasicType|) T) ((|Int64| . |CoercibleTo|) 92620) ((|Int64| . |Finite|) T) ((|Int64| . |OrderedSet|) T) ((|Int64| . |OrderedType|) T) ((|Int64| . |SetCategory|) T) ((|Int64| . |Type|) T) ((|Int32| . |OrderedFinite|) T) ((|Int32| . |BasicType|) T) ((|Int32| . |CoercibleTo|) 92594) ((|Int32| . |Finite|) T) ((|Int32| . |OrderedSet|) T) ((|Int32| . |OrderedType|) T) ((|Int32| . |SetCategory|) T) ((|Int32| . |Type|) T) ((|Int16| . |OrderedFinite|) T) ((|Int16| . |BasicType|) T) ((|Int16| . |CoercibleTo|) 92568) ((|Int16| . |Finite|) T) ((|Int16| . |OrderedSet|) T) ((|Int16| . |OrderedType|) T) ((|Int16| . |SetCategory|) T) ((|Int16| . |Type|) T) ((|Integer| . |IntegerNumberSystem|) T) ((|Integer| . |AbelianGroup|) T) ((|Integer| . |AbelianMonoid|) T) ((|Integer| . |AbelianSemiGroup|) T) ((|Integer| . |Algebra|) 92555) ((|Integer| . |BasicType|) T) ((|Integer| . |BiModule|) 92540) ((|Integer| . |CancellationAbelianMonoid|) T) ((|Integer| . |CharacteristicZero|) T) ((|Integer| . |CoercibleFrom|) 92507) ((|Integer| . |CoercibleTo|) 92481) ((|Integer| . |CombinatorialFunctionCategory|) T) ((|Integer| . |CommutativeRing|) T) ((|Integer| . |ConvertibleTo|) 92367) ((|Integer| . |DifferentialDomain|) 92354) ((|Integer| . |DifferentialRing|) T) ((|Integer| . |DifferentialSpace|) T) ((|Integer| . |EntireRing|) T) ((|Integer| . |EuclideanDomain|) T) ((|Integer| . |GcdDomain|) T) ((|Integer| . |IntegralDomain|) T) ((|Integer| . |LeftLinearSet|) 92321) ((|Integer| . |LeftModule|) 92288) ((|Integer| . |LinearSet|) 92275) ((|Integer| . |LinearlyExplicitRingOver|) 92252) ((|Integer| . |Module|) 92239) ((|Integer| . |Monoid|) T) ((|Integer| . |OrderedAbelianGroup|) T) ((|Integer| . |OrderedAbelianMonoid|) T) ((|Integer| . |OrderedAbelianSemiGroup|) T) ((|Integer| . |OrderedCancellationAbelianMonoid|) T) ((|Integer| . |OrderedIntegralDomain|) T) ((|Integer| . |OrderedRing|) T) ((|Integer| . |OrderedSet|) T) ((|Integer| . |OrderedType|) T) ((|Integer| . |PatternMatchable|) 92216) ((|Integer| . |PrincipalIdealDomain|) T) ((|Integer| . |RealConstant|) T) ((|Integer| . |RetractableTo|) 92193) ((|Integer| . |RightLinearSet|) 92180) ((|Integer| . |RightModule|) 92167) ((|Integer| . |Ring|) T) ((|Integer| . |Rng|) T) ((|Integer| . |SemiGroup|) T) ((|Integer| . |SemiRing|) T) ((|Integer| . |SetCategory|) T) ((|Integer| . |StepThrough|) T) ((|Integer| . |Type|) T) ((|Integer| . |UniqueFactorizationDomain|) T) ((|InputForm| . |SExpressionCategory|) 92091) ((|InputForm| . |BasicType|) T) ((|InputForm| . |CoercibleTo|) 92065) ((|InputForm| . |ConvertibleFrom|) 91938) ((|InputForm| . |Eltable|) 91887) ((|InputForm| . |SetCategory|) T) ((|InputForm| . |Type|) T) ((|InputForm| . |ConvertibleTo|) 91860) ((|InetClientStreamSocket| . |NetworkClientSocket|) 91834) ((|InetClientStreamSocket| . |Conduit|) T) ((|InetClientStreamSocket| . |InputByteConduit|) T) ((|InetClientStreamSocket| . |InputOutputByteConduit|) T) ((|InetClientStreamSocket| . |OutputByteConduit|) T) ((|InetClientStreamSocket| . |CoercibleTo|) 91808) ((|IndexedExponents| . |OrderedAbelianMonoidSup|) T) ((|IndexedExponents| . |AbelianMonoid|) T) ((|IndexedExponents| . |AbelianSemiGroup|) T) ((|IndexedExponents| . |BasicType|) T) ((|IndexedExponents| . |CancellationAbelianMonoid|) T) ((|IndexedExponents| . |CoercibleTo|) 91782) ((|IndexedExponents| . |OrderedAbelianMonoid|) T) ((|IndexedExponents| . |OrderedAbelianSemiGroup|) T) ((|IndexedExponents| . |OrderedCancellationAbelianMonoid|) T) ((|IndexedExponents| . |OrderedSet|) T) ((|IndexedExponents| . |OrderedType|) T) ((|IndexedExponents| . |SetCategory|) T) ((|IndexedExponents| . |Type|) T) ((|IndexedExponents| . |IndexedDirectProductCategory|) 91743) ((|IndexedExponents| . |ConvertibleFrom|) 91672) ((|IndexedExponents| . |Functorial|) 91638) ((|InputBinaryFile| . |InputByteConduit|) T) ((|InputBinaryFile| . |Conduit|) T) ((|InputBinaryFile| . |CoercibleTo|) 91612) ((|InAst| . |SpadSyntaxCategory|) T) ((|InAst| . |AbstractSyntaxCategory|) T) ((|InAst| . |BasicType|) T) ((|InAst| . |CoercibleFrom|) 91590) ((|InAst| . |CoercibleTo|) 91545) ((|InAst| . |HomotopicTo|) 91523) ((|InAst| . |SetCategory|) T) ((|InAst| . |Type|) T) ((|ImportAst| . |SpadSyntaxCategory|) T) ((|ImportAst| . |AbstractSyntaxCategory|) T) ((|ImportAst| . |BasicType|) T) ((|ImportAst| . |CoercibleFrom|) 91501) ((|ImportAst| . |CoercibleTo|) 91456) ((|ImportAst| . |HomotopicTo|) 91434) ((|ImportAst| . |SetCategory|) T) ((|ImportAst| . |Type|) T) ((|InnerFiniteField| . |FiniteAlgebraicExtensionField|) 91398) ((|InnerFiniteField| . |AbelianGroup|) T) ((|InnerFiniteField| . |AbelianMonoid|) T) ((|InnerFiniteField| . |AbelianSemiGroup|) T) ((|InnerFiniteField| . |Algebra|) 91352) ((|InnerFiniteField| . |BasicType|) T) ((|InnerFiniteField| . |BiModule|) 91257) ((|InnerFiniteField| . |CancellationAbelianMonoid|) T) ((|InnerFiniteField| . |CharacteristicNonZero|) T) ((|InnerFiniteField| . |CharacteristicZero|) 91223) ((|InnerFiniteField| . |CoercibleFrom|) 91129) ((|InnerFiniteField| . |CoercibleTo|) 91103) ((|InnerFiniteField| . |CommutativeRing|) T) ((|InnerFiniteField| . |DifferentialDomain|) 91090) ((|InnerFiniteField| . |DifferentialRing|) T) ((|InnerFiniteField| . |DifferentialSpace|) T) ((|InnerFiniteField| . |DivisionRing|) T) ((|InnerFiniteField| . |EntireRing|) T) ((|InnerFiniteField| . |EuclideanDomain|) T) ((|InnerFiniteField| . |ExtensionField|) 91054) ((|InnerFiniteField| . |Field|) T) ((|InnerFiniteField| . |FieldOfPrimeCharacteristic|) T) ((|InnerFiniteField| . |Finite|) T) ((|InnerFiniteField| . |FiniteFieldCategory|) T) ((|InnerFiniteField| . |GcdDomain|) T) ((|InnerFiniteField| . |IntegralDomain|) T) ((|InnerFiniteField| . |LeftLinearSet|) 90960) ((|InnerFiniteField| . |LeftModule|) 90881) ((|InnerFiniteField| . |LinearSet|) 90802) ((|InnerFiniteField| . |Module|) 90723) ((|InnerFiniteField| . |Monoid|) T) ((|InnerFiniteField| . |PrincipalIdealDomain|) T) ((|InnerFiniteField| . |RetractableTo|) 90687) ((|InnerFiniteField| . |RightLinearSet|) 90608) ((|InnerFiniteField| . |RightModule|) 90529) ((|InnerFiniteField| . |Ring|) T) ((|InnerFiniteField| . |Rng|) T) ((|InnerFiniteField| . |SemiGroup|) T) ((|InnerFiniteField| . |SemiRing|) T) ((|InnerFiniteField| . |SetCategory|) T) ((|InnerFiniteField| . |StepThrough|) T) ((|InnerFiniteField| . |Type|) T) ((|InnerFiniteField| . |UniqueFactorizationDomain|) T) ((|InnerFiniteField| . |VectorSpace|) 90493) ((|IfAst| . |SpadSyntaxCategory|) T) ((|IfAst| . |AbstractSyntaxCategory|) T) ((|IfAst| . |BasicType|) T) ((|IfAst| . |CoercibleFrom|) 90471) ((|IfAst| . |CoercibleTo|) 90426) ((|IfAst| . |HomotopicTo|) 90404) ((|IfAst| . |SetCategory|) T) ((|IfAst| . |Type|) T) ((|IndexedFlexibleArray| . |OneDimensionalArrayAggregate|) 90388) ((|IndexedFlexibleArray| . |Aggregate|) T) ((|IndexedFlexibleArray| . |BasicType|) 90360) ((|IndexedFlexibleArray| . |CoercibleTo|) 90296) ((|IndexedFlexibleArray| . |Collection|) 90280) ((|IndexedFlexibleArray| . |ConvertibleTo|) 90216) ((|IndexedFlexibleArray| . |Eltable|) 90150) ((|IndexedFlexibleArray| . |EltableAggregate|) 90122) ((|IndexedFlexibleArray| . |Evalable|) 90046) ((|IndexedFlexibleArray| . |FiniteAggregate|) 90030) ((|IndexedFlexibleArray| . |FiniteLinearAggregate|) 90014) ((|IndexedFlexibleArray| . |Functorial|) 89998) ((|IndexedFlexibleArray| . |HomogeneousAggregate|) 89982) ((|IndexedFlexibleArray| . |IndexedAggregate|) 89954) ((|IndexedFlexibleArray| . |InnerEvalable|) 89873) ((|IndexedFlexibleArray| . |LinearAggregate|) 89857) ((|IndexedFlexibleArray| . |OrderedSet|) 89828) ((|IndexedFlexibleArray| . |OrderedType|) 89799) ((|IndexedFlexibleArray| . |SetCategory|) 89769) ((|IndexedFlexibleArray| . |ShallowlyMutableAggregate|) 89753) ((|IndexedFlexibleArray| . |Type|) T) ((|IndexedFlexibleArray| . |ExtensibleLinearAggregate|) 89737) ((|InnerFreeAbelianMonoid| . |FreeAbelianMonoidCategory|) 89716) ((|InnerFreeAbelianMonoid| . |AbelianMonoid|) T) ((|InnerFreeAbelianMonoid| . |AbelianSemiGroup|) T) ((|InnerFreeAbelianMonoid| . |BasicType|) T) ((|InnerFreeAbelianMonoid| . |CancellationAbelianMonoid|) T) ((|InnerFreeAbelianMonoid| . |CoercibleFrom|) 89700) ((|InnerFreeAbelianMonoid| . |CoercibleTo|) 89674) ((|InnerFreeAbelianMonoid| . |RetractableTo|) 89658) ((|InnerFreeAbelianMonoid| . |SetCategory|) T) ((|InnerFreeAbelianMonoid| . |Type|) T) ((|IndexedProductTerm| . |BasicType|) T) ((|IndexedProductTerm| . |Type|) T) ((|IndexedProductTerm| . |CoercibleTo|) 89628) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |OrderedAbelianMonoidSup|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |AbelianMonoid|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |AbelianSemiGroup|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |BasicType|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |CancellationAbelianMonoid|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |CoercibleTo|) 89602) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |OrderedAbelianMonoid|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |OrderedAbelianSemiGroup|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |OrderedCancellationAbelianMonoid|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |OrderedSet|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |OrderedType|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |SetCategory|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |Type|) T) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |IndexedDirectProductCategory|) 89581) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |ConvertibleFrom|) 89528) ((|IndexedDirectProductOrderedAbelianMonoidSup| . |Functorial|) 89512) ((|IndexedDirectProductOrderedAbelianMonoid| . |OrderedAbelianMonoid|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |AbelianMonoid|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |AbelianSemiGroup|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |BasicType|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |CoercibleTo|) 89486) ((|IndexedDirectProductOrderedAbelianMonoid| . |OrderedAbelianSemiGroup|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |OrderedSet|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |OrderedType|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |SetCategory|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |Type|) T) ((|IndexedDirectProductOrderedAbelianMonoid| . |IndexedDirectProductCategory|) 89465) ((|IndexedDirectProductOrderedAbelianMonoid| . |ConvertibleFrom|) 89412) ((|IndexedDirectProductOrderedAbelianMonoid| . |Functorial|) 89396) ((|IndexedDirectProductObject| . |IndexedDirectProductCategory|) 89375) ((|IndexedDirectProductObject| . |BasicType|) T) ((|IndexedDirectProductObject| . |CoercibleTo|) 89291) ((|IndexedDirectProductObject| . |ConvertibleFrom|) 89238) ((|IndexedDirectProductObject| . |Functorial|) 89222) ((|IndexedDirectProductObject| . |SetCategory|) 89157) ((|IndexedDirectProductObject| . |Type|) T) ((|IndexedDirectProductAbelianMonoid| . |AbelianMonoid|) T) ((|IndexedDirectProductAbelianMonoid| . |AbelianSemiGroup|) T) ((|IndexedDirectProductAbelianMonoid| . |BasicType|) T) ((|IndexedDirectProductAbelianMonoid| . |CoercibleTo|) 89131) ((|IndexedDirectProductAbelianMonoid| . |SetCategory|) T) ((|IndexedDirectProductAbelianMonoid| . |Type|) T) ((|IndexedDirectProductAbelianMonoid| . |IndexedDirectProductCategory|) 89110) ((|IndexedDirectProductAbelianMonoid| . |ConvertibleFrom|) 89057) ((|IndexedDirectProductAbelianMonoid| . |Functorial|) 89041) ((|IndexedDirectProductAbelianGroup| . |AbelianGroup|) T) ((|IndexedDirectProductAbelianGroup| . |AbelianMonoid|) T) ((|IndexedDirectProductAbelianGroup| . |AbelianSemiGroup|) T) ((|IndexedDirectProductAbelianGroup| . |BasicType|) T) ((|IndexedDirectProductAbelianGroup| . |CancellationAbelianMonoid|) T) ((|IndexedDirectProductAbelianGroup| . |CoercibleTo|) 89015) ((|IndexedDirectProductAbelianGroup| . |LeftLinearSet|) 88992) ((|IndexedDirectProductAbelianGroup| . |SetCategory|) T) ((|IndexedDirectProductAbelianGroup| . |Type|) T) ((|IndexedDirectProductAbelianGroup| . |IndexedDirectProductCategory|) 88971) ((|IndexedDirectProductAbelianGroup| . |ConvertibleFrom|) 88918) ((|IndexedDirectProductAbelianGroup| . |Functorial|) 88902) ((|Identifier| . |SetCategory|) T) ((|Identifier| . |BasicType|) T) ((|Identifier| . |CoercibleTo|) 88876) ((|Identifier| . |Type|) T) ((|PolynomialIdeals| . |SetCategory|) T) ((|PolynomialIdeals| . |BasicType|) T) ((|PolynomialIdeals| . |CoercibleTo|) 88850) ((|PolynomialIdeals| . |Type|) T) ((|IndexCard| . |OrderedSet|) T) ((|IndexCard| . |BasicType|) T) ((|IndexCard| . |CoercibleTo|) 88824) ((|IndexCard| . |OrderedType|) T) ((|IndexCard| . |SetCategory|) T) ((|IndexCard| . |Type|) T) ((|IndexCard| . |CoercibleFrom|) 88802) ((|IndexedBits| . |BitAggregate|) T) ((|IndexedBits| . |Aggregate|) T) ((|IndexedBits| . |BasicType|) T) ((|IndexedBits| . |BooleanLogic|) T) ((|IndexedBits| . |CoercibleTo|) 88776) ((|IndexedBits| . |Collection|) 88753) ((|IndexedBits| . |ConvertibleTo|) 88728) ((|IndexedBits| . |Eltable|) 88655) ((|IndexedBits| . |EltableAggregate|) 88620) ((|IndexedBits| . |FiniteAggregate|) 88597) ((|IndexedBits| . |FiniteLinearAggregate|) 88574) ((|IndexedBits| . |Functorial|) 88551) ((|IndexedBits| . |HomogeneousAggregate|) 88528) ((|IndexedBits| . |IndexedAggregate|) 88493) ((|IndexedBits| . |LinearAggregate|) 88470) ((|IndexedBits| . |Logic|) T) ((|IndexedBits| . |OneDimensionalArrayAggregate|) 88447) ((|IndexedBits| . |OrderedSet|) T) ((|IndexedBits| . |OrderedType|) T) ((|IndexedBits| . |SetCategory|) T) ((|IndexedBits| . |ShallowlyMutableAggregate|) 88424) ((|IndexedBits| . |Type|) T) ((|InnerTwoDimensionalArray| . |TwoDimensionalArrayCategory|) 88398) ((|InnerTwoDimensionalArray| . |Aggregate|) T) ((|InnerTwoDimensionalArray| . |BasicType|) 88370) ((|InnerTwoDimensionalArray| . |CoercibleTo|) 88306) ((|InnerTwoDimensionalArray| . |Evalable|) 88230) ((|InnerTwoDimensionalArray| . |FiniteAggregate|) 88214) ((|InnerTwoDimensionalArray| . |Functorial|) 88198) ((|InnerTwoDimensionalArray| . |HomogeneousAggregate|) 88182) ((|InnerTwoDimensionalArray| . |InnerEvalable|) 88101) ((|InnerTwoDimensionalArray| . |SetCategory|) 88071) ((|InnerTwoDimensionalArray| . |ShallowlyMutableAggregate|) 88055) ((|InnerTwoDimensionalArray| . |Type|) T) ((|IndexedOneDimensionalArray| . |OneDimensionalArrayAggregate|) 88039) ((|IndexedOneDimensionalArray| . |Aggregate|) T) ((|IndexedOneDimensionalArray| . |BasicType|) 88011) ((|IndexedOneDimensionalArray| . |CoercibleTo|) 87947) ((|IndexedOneDimensionalArray| . |Collection|) 87931) ((|IndexedOneDimensionalArray| . |ConvertibleTo|) 87867) ((|IndexedOneDimensionalArray| . |Eltable|) 87801) ((|IndexedOneDimensionalArray| . |EltableAggregate|) 87773) ((|IndexedOneDimensionalArray| . |Evalable|) 87697) ((|IndexedOneDimensionalArray| . |FiniteAggregate|) 87681) ((|IndexedOneDimensionalArray| . |FiniteLinearAggregate|) 87665) ((|IndexedOneDimensionalArray| . |Functorial|) 87649) ((|IndexedOneDimensionalArray| . |HomogeneousAggregate|) 87633) ((|IndexedOneDimensionalArray| . |IndexedAggregate|) 87605) ((|IndexedOneDimensionalArray| . |InnerEvalable|) 87524) ((|IndexedOneDimensionalArray| . |LinearAggregate|) 87508) ((|IndexedOneDimensionalArray| . |OrderedSet|) 87479) ((|IndexedOneDimensionalArray| . |OrderedType|) 87450) ((|IndexedOneDimensionalArray| . |SetCategory|) 87420) ((|IndexedOneDimensionalArray| . |ShallowlyMutableAggregate|) 87404) ((|IndexedOneDimensionalArray| . |Type|) T) ((|InnerAlgebraicNumber| . |ExpressionSpace|) T) ((|InnerAlgebraicNumber| . |BasicType|) T) ((|InnerAlgebraicNumber| . |CoercibleFrom|) 87256) ((|InnerAlgebraicNumber| . |CoercibleTo|) 87230) ((|InnerAlgebraicNumber| . |Evalable|) 87217) ((|InnerAlgebraicNumber| . |InnerEvalable|) 87179) ((|InnerAlgebraicNumber| . |RetractableTo|) 87107) ((|InnerAlgebraicNumber| . |SetCategory|) T) ((|InnerAlgebraicNumber| . |Type|) T) ((|InnerAlgebraicNumber| . |AlgebraicallyClosedField|) T) ((|InnerAlgebraicNumber| . |AbelianGroup|) T) ((|InnerAlgebraicNumber| . |AbelianMonoid|) T) ((|InnerAlgebraicNumber| . |AbelianSemiGroup|) T) ((|InnerAlgebraicNumber| . |Algebra|) 87061) ((|InnerAlgebraicNumber| . |BiModule|) 87006) ((|InnerAlgebraicNumber| . |CancellationAbelianMonoid|) T) ((|InnerAlgebraicNumber| . |CommutativeRing|) T) ((|InnerAlgebraicNumber| . |DivisionRing|) T) ((|InnerAlgebraicNumber| . |EntireRing|) T) ((|InnerAlgebraicNumber| . |EuclideanDomain|) T) ((|InnerAlgebraicNumber| . |Field|) T) ((|InnerAlgebraicNumber| . |GcdDomain|) T) ((|InnerAlgebraicNumber| . |IntegralDomain|) T) ((|InnerAlgebraicNumber| . |LeftLinearSet|) 86945) ((|InnerAlgebraicNumber| . |LeftModule|) 86879) ((|InnerAlgebraicNumber| . |LinearSet|) 86833) ((|InnerAlgebraicNumber| . |Module|) 86787) ((|InnerAlgebraicNumber| . |Monoid|) T) ((|InnerAlgebraicNumber| . |PrincipalIdealDomain|) T) ((|InnerAlgebraicNumber| . |RadicalCategory|) T) ((|InnerAlgebraicNumber| . |RightLinearSet|) 86741) ((|InnerAlgebraicNumber| . |RightModule|) 86695) ((|InnerAlgebraicNumber| . |Ring|) T) ((|InnerAlgebraicNumber| . |Rng|) T) ((|InnerAlgebraicNumber| . |SemiGroup|) T) ((|InnerAlgebraicNumber| . |SemiRing|) T) ((|InnerAlgebraicNumber| . |UniqueFactorizationDomain|) T) ((|InnerAlgebraicNumber| . |LinearlyExplicitRingOver|) 86644) ((|InnerAlgebraicNumber| . |RealConstant|) T) ((|InnerAlgebraicNumber| . |ConvertibleTo|) 86593) ((|InnerAlgebraicNumber| . |CharacteristicZero|) T) ((|InnerAlgebraicNumber| . |DifferentialRing|) T) ((|InnerAlgebraicNumber| . |DifferentialDomain|) 86580) ((|InnerAlgebraicNumber| . |DifferentialSpace|) T) ((|Hostname| . |SetCategory|) T) ((|Hostname| . |BasicType|) T) ((|Hostname| . |CoercibleTo|) 86535) ((|Hostname| . |Type|) T) ((|HexadecimalExpansion| . |QuotientFieldCategory|) 86512) ((|HexadecimalExpansion| . |AbelianGroup|) T) ((|HexadecimalExpansion| . |AbelianMonoid|) T) ((|HexadecimalExpansion| . |AbelianSemiGroup|) T) ((|HexadecimalExpansion| . |Algebra|) 86446) ((|HexadecimalExpansion| . |BasicType|) T) ((|HexadecimalExpansion| . |BiModule|) 86364) ((|HexadecimalExpansion| . |CancellationAbelianMonoid|) T) ((|HexadecimalExpansion| . |CharacteristicNonZero|) NIL) ((|HexadecimalExpansion| . |CharacteristicZero|) T) ((|HexadecimalExpansion| . |CoercibleFrom|) 86303) ((|HexadecimalExpansion| . |CoercibleTo|) 86214) ((|HexadecimalExpansion| . |CommutativeRing|) T) ((|HexadecimalExpansion| . |ConvertibleTo|) 86115) ((|HexadecimalExpansion| . |DifferentialDomain|) 86102) ((|HexadecimalExpansion| . |DifferentialExtension|) 86079) ((|HexadecimalExpansion| . |DifferentialRing|) T) ((|HexadecimalExpansion| . |DifferentialSpace|) T) ((|HexadecimalExpansion| . |DifferentialSpaceExtension|) 86056) ((|HexadecimalExpansion| . |DivisionRing|) T) ((|HexadecimalExpansion| . |Eltable|) NIL) ((|HexadecimalExpansion| . |EntireRing|) T) ((|HexadecimalExpansion| . |EuclideanDomain|) T) ((|HexadecimalExpansion| . |Evalable|) NIL) ((|HexadecimalExpansion| . |Field|) T) ((|HexadecimalExpansion| . |FullyEvalableOver|) 86033) ((|HexadecimalExpansion| . |FullyLinearlyExplicitRingOver|) 86010) ((|HexadecimalExpansion| . |FullyPatternMatchable|) 85987) ((|HexadecimalExpansion| . |Functorial|) 85964) ((|HexadecimalExpansion| . |GcdDomain|) T) ((|HexadecimalExpansion| . |InnerEvalable|) NIL) ((|HexadecimalExpansion| . |IntegralDomain|) T) ((|HexadecimalExpansion| . |LeftLinearSet|) 85903) ((|HexadecimalExpansion| . |LeftModule|) 85842) ((|HexadecimalExpansion| . |LinearSet|) 85776) ((|HexadecimalExpansion| . |LinearlyExplicitRingOver|) 85753) ((|HexadecimalExpansion| . |Module|) 85687) ((|HexadecimalExpansion| . |Monoid|) T) ((|HexadecimalExpansion| . |OrderedAbelianGroup|) T) ((|HexadecimalExpansion| . |OrderedAbelianMonoid|) T) ((|HexadecimalExpansion| . |OrderedAbelianSemiGroup|) T) ((|HexadecimalExpansion| . |OrderedCancellationAbelianMonoid|) T) ((|HexadecimalExpansion| . |OrderedIntegralDomain|) T) ((|HexadecimalExpansion| . |OrderedRing|) T) ((|HexadecimalExpansion| . |OrderedSet|) T) ((|HexadecimalExpansion| . |OrderedType|) T) ((|HexadecimalExpansion| . |PartialDifferentialDomain|) NIL) ((|HexadecimalExpansion| . |PartialDifferentialRing|) NIL) ((|HexadecimalExpansion| . |PartialDifferentialSpace|) NIL) ((|HexadecimalExpansion| . |PatternMatchable|) 85664) ((|HexadecimalExpansion| . |Patternable|) 85641) ((|HexadecimalExpansion| . |PolynomialFactorizationExplicit|) NIL) ((|HexadecimalExpansion| . |PrincipalIdealDomain|) T) ((|HexadecimalExpansion| . |RealConstant|) T) ((|HexadecimalExpansion| . |RetractableTo|) 85590) ((|HexadecimalExpansion| . |RightLinearSet|) 85524) ((|HexadecimalExpansion| . |RightModule|) 85458) ((|HexadecimalExpansion| . |Ring|) T) ((|HexadecimalExpansion| . |Rng|) T) ((|HexadecimalExpansion| . |SemiGroup|) T) ((|HexadecimalExpansion| . |SemiRing|) T) ((|HexadecimalExpansion| . |SetCategory|) T) ((|HexadecimalExpansion| . |StepThrough|) T) ((|HexadecimalExpansion| . |Type|) T) ((|HexadecimalExpansion| . |UniqueFactorizationDomain|) T) ((|HyperellipticFiniteDivisor| . |FiniteDivisorCategory|) 85427) ((|HyperellipticFiniteDivisor| . |AbelianGroup|) T) ((|HyperellipticFiniteDivisor| . |AbelianMonoid|) T) ((|HyperellipticFiniteDivisor| . |AbelianSemiGroup|) T) ((|HyperellipticFiniteDivisor| . |BasicType|) T) ((|HyperellipticFiniteDivisor| . |CancellationAbelianMonoid|) T) ((|HyperellipticFiniteDivisor| . |CoercibleTo|) 85401) ((|HyperellipticFiniteDivisor| . |LeftLinearSet|) 85378) ((|HyperellipticFiniteDivisor| . |SetCategory|) T) ((|HyperellipticFiniteDivisor| . |Type|) T) ((|Heap| . |PriorityQueueAggregate|) 85362) ((|Heap| . |Aggregate|) T) ((|Heap| . |BagAggregate|) 85346) ((|Heap| . |BasicType|) 85318) ((|Heap| . |CoercibleTo|) 85254) ((|Heap| . |Evalable|) 85178) ((|Heap| . |FiniteAggregate|) 85162) ((|Heap| . |Functorial|) 85146) ((|Heap| . |HomogeneousAggregate|) 85130) ((|Heap| . |InnerEvalable|) 85049) ((|Heap| . |SetCategory|) 85019) ((|Heap| . |ShallowlyMutableAggregate|) 85003) ((|Heap| . |Type|) T) ((|HeadAst| . |SpadSyntaxCategory|) T) ((|HeadAst| . |AbstractSyntaxCategory|) T) ((|HeadAst| . |BasicType|) T) ((|HeadAst| . |CoercibleFrom|) 84981) ((|HeadAst| . |CoercibleTo|) 84936) ((|HeadAst| . |HomotopicTo|) 84914) ((|HeadAst| . |SetCategory|) T) ((|HeadAst| . |Type|) T) ((|HomogeneousDirectProduct| . |DirectProductCategory|) 84893) ((|HomogeneousDirectProduct| . |AbelianGroup|) 84862) ((|HomogeneousDirectProduct| . |AbelianMonoid|) 84830) ((|HomogeneousDirectProduct| . |AbelianSemiGroup|) 84795) ((|HomogeneousDirectProduct| . |Aggregate|) T) ((|HomogeneousDirectProduct| . |BasicType|) 84538) ((|HomogeneousDirectProduct| . |BiModule|) 84501) ((|HomogeneousDirectProduct| . |CancellationAbelianMonoid|) 84457) ((|HomogeneousDirectProduct| . |CoercibleFrom|) 84186) ((|HomogeneousDirectProduct| . |CoercibleTo|) 83869) ((|HomogeneousDirectProduct| . |DifferentialDomain|) 83732) ((|HomogeneousDirectProduct| . |DifferentialExtension|) 83700) ((|HomogeneousDirectProduct| . |DifferentialRing|) 83637) ((|HomogeneousDirectProduct| . |DifferentialSpace|) 83506) ((|HomogeneousDirectProduct| . |DifferentialSpaceExtension|) 83474) ((|HomogeneousDirectProduct| . |Eltable|) 83446) ((|HomogeneousDirectProduct| . |EltableAggregate|) 83418) ((|HomogeneousDirectProduct| . |Evalable|) 83342) ((|HomogeneousDirectProduct| . |Finite|) 83317) ((|HomogeneousDirectProduct| . |FiniteAggregate|) 83301) ((|HomogeneousDirectProduct| . |FullyLinearlyExplicitRingOver|) 83269) ((|HomogeneousDirectProduct| . |FullyRetractableTo|) 83230) ((|HomogeneousDirectProduct| . |Functorial|) 83214) ((|HomogeneousDirectProduct| . |HomogeneousAggregate|) 83198) ((|HomogeneousDirectProduct| . |IndexedAggregate|) 83170) ((|HomogeneousDirectProduct| . |InnerEvalable|) 83089) ((|HomogeneousDirectProduct| . |LeftLinearSet|) 82985) ((|HomogeneousDirectProduct| . |LeftModule|) 82831) ((|HomogeneousDirectProduct| . |LinearSet|) 82797) ((|HomogeneousDirectProduct| . |LinearlyExplicitRingOver|) 82669) ((|HomogeneousDirectProduct| . |Module|) 82626) ((|HomogeneousDirectProduct| . |Monoid|) 82603) ((|HomogeneousDirectProduct| . |OrderedAbelianMonoid|) 82561) ((|HomogeneousDirectProduct| . |OrderedAbelianMonoidSup|) 82519) ((|HomogeneousDirectProduct| . |OrderedAbelianSemiGroup|) 82477) ((|HomogeneousDirectProduct| . |OrderedCancellationAbelianMonoid|) 82435) ((|HomogeneousDirectProduct| . |OrderedSet|) 82406) ((|HomogeneousDirectProduct| . |OrderedType|) 82377) ((|HomogeneousDirectProduct| . |PartialDifferentialDomain|) 82193) ((|HomogeneousDirectProduct| . |PartialDifferentialRing|) 82097) ((|HomogeneousDirectProduct| . |PartialDifferentialSpace|) 81915) ((|HomogeneousDirectProduct| . |RetractableTo|) 81671) ((|HomogeneousDirectProduct| . |RightLinearSet|) 81637) ((|HomogeneousDirectProduct| . |RightModule|) 81605) ((|HomogeneousDirectProduct| . |Ring|) 81582) ((|HomogeneousDirectProduct| . |Rng|) 81559) ((|HomogeneousDirectProduct| . |SemiGroup|) 81536) ((|HomogeneousDirectProduct| . |SemiRing|) 81513) ((|HomogeneousDirectProduct| . |SetCategory|) 81254) ((|HomogeneousDirectProduct| . |Type|) T) ((|HomogeneousDirectProduct| . |VectorSpace|) 81221) ((|HomogeneousDistributedMultivariatePolynomial| . |PolynomialCategory|) 81113) ((|HomogeneousDistributedMultivariatePolynomial| . |AbelianGroup|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |AbelianMonoid|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |AbelianMonoidRing|) 81034) ((|HomogeneousDistributedMultivariatePolynomial| . |AbelianSemiGroup|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |Algebra|) 80878) ((|HomogeneousDistributedMultivariatePolynomial| . |BasicType|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |BiModule|) 80734) ((|HomogeneousDistributedMultivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |CharacteristicNonZero|) 80694) ((|HomogeneousDistributedMultivariatePolynomial| . |CharacteristicZero|) 80657) ((|HomogeneousDistributedMultivariatePolynomial| . |CoercibleFrom|) 80415) ((|HomogeneousDistributedMultivariatePolynomial| . |CoercibleTo|) 80389) ((|HomogeneousDistributedMultivariatePolynomial| . |CommutativeRing|) 80355) ((|HomogeneousDistributedMultivariatePolynomial| . |ConvertibleTo|) 80133) ((|HomogeneousDistributedMultivariatePolynomial| . |EntireRing|) 80100) ((|HomogeneousDistributedMultivariatePolynomial| . |Evalable|) 80087) ((|HomogeneousDistributedMultivariatePolynomial| . |FiniteAbelianMonoidRing|) 80008) ((|HomogeneousDistributedMultivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 79992) ((|HomogeneousDistributedMultivariatePolynomial| . |FullyRetractableTo|) 79976) ((|HomogeneousDistributedMultivariatePolynomial| . |Functorial|) 79960) ((|HomogeneousDistributedMultivariatePolynomial| . |GcdDomain|) 79932) ((|HomogeneousDistributedMultivariatePolynomial| . |InnerEvalable|) 79858) ((|HomogeneousDistributedMultivariatePolynomial| . |IntegralDomain|) 79825) ((|HomogeneousDistributedMultivariatePolynomial| . |LeftLinearSet|) 79707) ((|HomogeneousDistributedMultivariatePolynomial| . |LeftModule|) 79541) ((|HomogeneousDistributedMultivariatePolynomial| . |LinearSet|) 79385) ((|HomogeneousDistributedMultivariatePolynomial| . |LinearlyExplicitRingOver|) 79301) ((|HomogeneousDistributedMultivariatePolynomial| . |Module|) 79145) ((|HomogeneousDistributedMultivariatePolynomial| . |Monoid|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |PartialDifferentialDomain|) 79103) ((|HomogeneousDistributedMultivariatePolynomial| . |PartialDifferentialRing|) 79063) ((|HomogeneousDistributedMultivariatePolynomial| . |PartialDifferentialSpace|) 79023) ((|HomogeneousDistributedMultivariatePolynomial| . |PatternMatchable|) NIL) ((|HomogeneousDistributedMultivariatePolynomial| . |PolynomialFactorizationExplicit|) 78973) ((|HomogeneousDistributedMultivariatePolynomial| . |RetractableTo|) 78785) ((|HomogeneousDistributedMultivariatePolynomial| . |RightLinearSet|) 78655) ((|HomogeneousDistributedMultivariatePolynomial| . |RightModule|) 78525) ((|HomogeneousDistributedMultivariatePolynomial| . |Ring|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |Rng|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |SemiGroup|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |SemiRing|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |SetCategory|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |Type|) T) ((|HomogeneousDistributedMultivariatePolynomial| . |UniqueFactorizationDomain|) 78475) ((|HashTable| . |TableAggregate|) 78454) ((|HashTable| . |Aggregate|) T) ((|HashTable| . |BagAggregate|) 78396) ((|HashTable| . |BasicType|) T) ((|HashTable| . |CoercibleTo|) 78370) ((|HashTable| . |Collection|) 78312) ((|HashTable| . |Dictionary|) 78254) ((|HashTable| . |DictionaryOperations|) 78196) ((|HashTable| . |Eltable|) 78175) ((|HashTable| . |EltableAggregate|) 78154) ((|HashTable| . |Evalable|) 77914) ((|HashTable| . |FiniteAggregate|) 77856) ((|HashTable| . |Functorial|) 77785) ((|HashTable| . |HomogeneousAggregate|) 77714) ((|HashTable| . |IndexedAggregate|) 77693) ((|HashTable| . |InnerEvalable|) 77441) ((|HashTable| . |KeyedDictionary|) 77420) ((|HashTable| . |SetCategory|) T) ((|HashTable| . |ShallowlyMutableAggregate|) 77349) ((|HashTable| . |Type|) T) ((|HasAst| . |SpadSyntaxCategory|) T) ((|HasAst| . |AbstractSyntaxCategory|) T) ((|HasAst| . |BasicType|) T) ((|HasAst| . |CoercibleFrom|) 77327) ((|HasAst| . |CoercibleTo|) 77282) ((|HasAst| . |HomotopicTo|) 77260) ((|HasAst| . |SetCategory|) T) ((|HasAst| . |Type|) T) ((|Pi| . |Field|) T) ((|Pi| . |AbelianGroup|) T) ((|Pi| . |AbelianMonoid|) T) ((|Pi| . |AbelianSemiGroup|) T) ((|Pi| . |Algebra|) 77214) ((|Pi| . |BasicType|) T) ((|Pi| . |BiModule|) 77159) ((|Pi| . |CancellationAbelianMonoid|) T) ((|Pi| . |CoercibleFrom|) 77098) ((|Pi| . |CoercibleTo|) 77030) ((|Pi| . |CommutativeRing|) T) ((|Pi| . |DivisionRing|) T) ((|Pi| . |EntireRing|) T) ((|Pi| . |EuclideanDomain|) T) ((|Pi| . |GcdDomain|) T) ((|Pi| . |IntegralDomain|) T) ((|Pi| . |LeftLinearSet|) 76969) ((|Pi| . |LeftModule|) 76923) ((|Pi| . |LinearSet|) 76877) ((|Pi| . |Module|) 76831) ((|Pi| . |Monoid|) T) ((|Pi| . |PrincipalIdealDomain|) T) ((|Pi| . |RightLinearSet|) 76785) ((|Pi| . |RightModule|) 76739) ((|Pi| . |Ring|) T) ((|Pi| . |Rng|) T) ((|Pi| . |SemiGroup|) T) ((|Pi| . |SemiRing|) T) ((|Pi| . |SetCategory|) T) ((|Pi| . |Type|) T) ((|Pi| . |UniqueFactorizationDomain|) T) ((|Pi| . |CharacteristicZero|) T) ((|Pi| . |RetractableTo|) 76688) ((|Pi| . |RealConstant|) T) ((|Pi| . |ConvertibleTo|) 76581) ((|GeneralTriangularSet| . |TriangularSetCategory|) 76550) ((|GeneralTriangularSet| . |Aggregate|) T) ((|GeneralTriangularSet| . |BasicType|) T) ((|GeneralTriangularSet| . |CoercibleTo|) 76502) ((|GeneralTriangularSet| . |Collection|) 76486) ((|GeneralTriangularSet| . |ConvertibleTo|) 76422) ((|GeneralTriangularSet| . |Evalable|) 76346) ((|GeneralTriangularSet| . |FiniteAggregate|) 76330) ((|GeneralTriangularSet| . |Functorial|) 76314) ((|GeneralTriangularSet| . |HomogeneousAggregate|) 76298) ((|GeneralTriangularSet| . |InnerEvalable|) 76217) ((|GeneralTriangularSet| . |PolynomialSetCategory|) 76186) ((|GeneralTriangularSet| . |SetCategory|) T) ((|GeneralTriangularSet| . |ShallowlyMutableAggregate|) 76170) ((|GeneralTriangularSet| . |Type|) T) ((|GeneralSparseTable| . |TableAggregate|) 76149) ((|GeneralSparseTable| . |Aggregate|) T) ((|GeneralSparseTable| . |BagAggregate|) 76091) ((|GeneralSparseTable| . |BasicType|) T) ((|GeneralSparseTable| . |CoercibleTo|) 76065) ((|GeneralSparseTable| . |Collection|) 76007) ((|GeneralSparseTable| . |Dictionary|) 75949) ((|GeneralSparseTable| . |DictionaryOperations|) 75891) ((|GeneralSparseTable| . |Eltable|) 75870) ((|GeneralSparseTable| . |EltableAggregate|) 75849) ((|GeneralSparseTable| . |Evalable|) 75609) ((|GeneralSparseTable| . |FiniteAggregate|) 75551) ((|GeneralSparseTable| . |Functorial|) 75480) ((|GeneralSparseTable| . |HomogeneousAggregate|) 75409) ((|GeneralSparseTable| . |IndexedAggregate|) 75388) ((|GeneralSparseTable| . |InnerEvalable|) 75136) ((|GeneralSparseTable| . |KeyedDictionary|) 75115) ((|GeneralSparseTable| . |SetCategory|) T) ((|GeneralSparseTable| . |ShallowlyMutableAggregate|) 75044) ((|GeneralSparseTable| . |Type|) T) ((|GeneralUnivariatePowerSeries| . |UnivariatePuiseuxSeriesCategory|) 75028) ((|GeneralUnivariatePowerSeries| . |AbelianGroup|) T) ((|GeneralUnivariatePowerSeries| . |AbelianMonoid|) T) ((|GeneralUnivariatePowerSeries| . |AbelianMonoidRing|) 74987) ((|GeneralUnivariatePowerSeries| . |AbelianSemiGroup|) T) ((|GeneralUnivariatePowerSeries| . |Algebra|) 74831) ((|GeneralUnivariatePowerSeries| . |ArcHyperbolicFunctionCategory|) 74780) ((|GeneralUnivariatePowerSeries| . |ArcTrigonometricFunctionCategory|) 74729) ((|GeneralUnivariatePowerSeries| . |BasicType|) T) ((|GeneralUnivariatePowerSeries| . |BiModule|) 74585) ((|GeneralUnivariatePowerSeries| . |CancellationAbelianMonoid|) T) ((|GeneralUnivariatePowerSeries| . |CharacteristicNonZero|) 74545) ((|GeneralUnivariatePowerSeries| . |CharacteristicZero|) 74508) ((|GeneralUnivariatePowerSeries| . |CoercibleFrom|) 74337) ((|GeneralUnivariatePowerSeries| . |CoercibleTo|) 74311) ((|GeneralUnivariatePowerSeries| . |CommutativeRing|) 74277) ((|GeneralUnivariatePowerSeries| . |DifferentialDomain|) 74206) ((|GeneralUnivariatePowerSeries| . |DifferentialRing|) 74141) ((|GeneralUnivariatePowerSeries| . |DifferentialSpace|) 74076) ((|GeneralUnivariatePowerSeries| . |DivisionRing|) 74052) ((|GeneralUnivariatePowerSeries| . |ElementaryFunctionCategory|) 74001) ((|GeneralUnivariatePowerSeries| . |Eltable|) 73948) ((|GeneralUnivariatePowerSeries| . |EntireRing|) 73915) ((|GeneralUnivariatePowerSeries| . |EuclideanDomain|) 73891) ((|GeneralUnivariatePowerSeries| . |Field|) 73867) ((|GeneralUnivariatePowerSeries| . |Functorial|) 73851) ((|GeneralUnivariatePowerSeries| . |GcdDomain|) 73827) ((|GeneralUnivariatePowerSeries| . |HyperbolicFunctionCategory|) 73776) ((|GeneralUnivariatePowerSeries| . |IntegralDomain|) 73743) ((|GeneralUnivariatePowerSeries| . |LeftLinearSet|) 73625) ((|GeneralUnivariatePowerSeries| . |LeftModule|) 73522) ((|GeneralUnivariatePowerSeries| . |LinearSet|) 73366) ((|GeneralUnivariatePowerSeries| . |Module|) 73210) ((|GeneralUnivariatePowerSeries| . |Monoid|) T) ((|GeneralUnivariatePowerSeries| . |PartialDifferentialDomain|) 73042) ((|GeneralUnivariatePowerSeries| . |PartialDifferentialRing|) 72904) ((|GeneralUnivariatePowerSeries| . |PartialDifferentialSpace|) 72766) ((|GeneralUnivariatePowerSeries| . |PowerSeriesCategory|) 72699) ((|GeneralUnivariatePowerSeries| . |PrincipalIdealDomain|) 72675) ((|GeneralUnivariatePowerSeries| . |RadicalCategory|) 72624) ((|GeneralUnivariatePowerSeries| . |RightLinearSet|) 72494) ((|GeneralUnivariatePowerSeries| . |RightModule|) 72364) ((|GeneralUnivariatePowerSeries| . |Ring|) T) ((|GeneralUnivariatePowerSeries| . |Rng|) T) ((|GeneralUnivariatePowerSeries| . |SemiGroup|) T) ((|GeneralUnivariatePowerSeries| . |SemiRing|) T) ((|GeneralUnivariatePowerSeries| . |SetCategory|) T) ((|GeneralUnivariatePowerSeries| . |TranscendentalFunctionCategory|) 72313) ((|GeneralUnivariatePowerSeries| . |TrigonometricFunctionCategory|) 72262) ((|GeneralUnivariatePowerSeries| . |Type|) T) ((|GeneralUnivariatePowerSeries| . |UniqueFactorizationDomain|) 72238) ((|GeneralUnivariatePowerSeries| . |UnivariatePowerSeriesCategory|) 72197) ((|GraphImage| . |SetCategory|) T) ((|GraphImage| . |BasicType|) T) ((|GraphImage| . |CoercibleTo|) 72171) ((|GraphImage| . |Type|) T) ((|GeneralPolynomialSet| . |PolynomialSetCategory|) 72140) ((|GeneralPolynomialSet| . |Aggregate|) T) ((|GeneralPolynomialSet| . |BasicType|) T) ((|GeneralPolynomialSet| . |CoercibleTo|) 72092) ((|GeneralPolynomialSet| . |Collection|) 72076) ((|GeneralPolynomialSet| . |ConvertibleTo|) 72012) ((|GeneralPolynomialSet| . |Evalable|) 71936) ((|GeneralPolynomialSet| . |FiniteAggregate|) 71920) ((|GeneralPolynomialSet| . |Functorial|) 71904) ((|GeneralPolynomialSet| . |HomogeneousAggregate|) 71888) ((|GeneralPolynomialSet| . |InnerEvalable|) 71807) ((|GeneralPolynomialSet| . |SetCategory|) T) ((|GeneralPolynomialSet| . |Type|) T) ((|GeneralPolynomialSet| . |ShallowlyMutableAggregate|) 71791) ((|GeneralModulePolynomial| . |Module|) 71762) ((|GeneralModulePolynomial| . |AbelianGroup|) T) ((|GeneralModulePolynomial| . |AbelianMonoid|) T) ((|GeneralModulePolynomial| . |AbelianSemiGroup|) T) ((|GeneralModulePolynomial| . |BasicType|) T) ((|GeneralModulePolynomial| . |BiModule|) 71723) ((|GeneralModulePolynomial| . |CancellationAbelianMonoid|) T) ((|GeneralModulePolynomial| . |CoercibleTo|) 71697) ((|GeneralModulePolynomial| . |LeftLinearSet|) 71648) ((|GeneralModulePolynomial| . |LeftModule|) 71619) ((|GeneralModulePolynomial| . |LinearSet|) 71590) ((|GeneralModulePolynomial| . |RightLinearSet|) 71561) ((|GeneralModulePolynomial| . |RightModule|) 71532) ((|GeneralModulePolynomial| . |SetCategory|) T) ((|GeneralModulePolynomial| . |Type|) T) ((|GeneralDistributedMultivariatePolynomial| . |PolynomialCategory|) 71482) ((|GeneralDistributedMultivariatePolynomial| . |AbelianGroup|) T) ((|GeneralDistributedMultivariatePolynomial| . |AbelianMonoid|) T) ((|GeneralDistributedMultivariatePolynomial| . |AbelianMonoidRing|) 71461) ((|GeneralDistributedMultivariatePolynomial| . |AbelianSemiGroup|) T) ((|GeneralDistributedMultivariatePolynomial| . |Algebra|) 71305) ((|GeneralDistributedMultivariatePolynomial| . |BasicType|) T) ((|GeneralDistributedMultivariatePolynomial| . |BiModule|) 71161) ((|GeneralDistributedMultivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|GeneralDistributedMultivariatePolynomial| . |CharacteristicNonZero|) 71121) ((|GeneralDistributedMultivariatePolynomial| . |CharacteristicZero|) 71084) ((|GeneralDistributedMultivariatePolynomial| . |CoercibleFrom|) 70842) ((|GeneralDistributedMultivariatePolynomial| . |CoercibleTo|) 70816) ((|GeneralDistributedMultivariatePolynomial| . |CommutativeRing|) 70782) ((|GeneralDistributedMultivariatePolynomial| . |ConvertibleTo|) 70560) ((|GeneralDistributedMultivariatePolynomial| . |EntireRing|) 70527) ((|GeneralDistributedMultivariatePolynomial| . |Evalable|) 70514) ((|GeneralDistributedMultivariatePolynomial| . |FiniteAbelianMonoidRing|) 70493) ((|GeneralDistributedMultivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 70477) ((|GeneralDistributedMultivariatePolynomial| . |FullyRetractableTo|) 70461) ((|GeneralDistributedMultivariatePolynomial| . |Functorial|) 70445) ((|GeneralDistributedMultivariatePolynomial| . |GcdDomain|) 70417) ((|GeneralDistributedMultivariatePolynomial| . |InnerEvalable|) 70343) ((|GeneralDistributedMultivariatePolynomial| . |IntegralDomain|) 70310) ((|GeneralDistributedMultivariatePolynomial| . |LeftLinearSet|) 70192) ((|GeneralDistributedMultivariatePolynomial| . |LeftModule|) 70026) ((|GeneralDistributedMultivariatePolynomial| . |LinearSet|) 69870) ((|GeneralDistributedMultivariatePolynomial| . |LinearlyExplicitRingOver|) 69786) ((|GeneralDistributedMultivariatePolynomial| . |Module|) 69630) ((|GeneralDistributedMultivariatePolynomial| . |Monoid|) T) ((|GeneralDistributedMultivariatePolynomial| . |PartialDifferentialDomain|) 69588) ((|GeneralDistributedMultivariatePolynomial| . |PartialDifferentialRing|) 69548) ((|GeneralDistributedMultivariatePolynomial| . |PartialDifferentialSpace|) 69508) ((|GeneralDistributedMultivariatePolynomial| . |PatternMatchable|) NIL) ((|GeneralDistributedMultivariatePolynomial| . |PolynomialFactorizationExplicit|) 69458) ((|GeneralDistributedMultivariatePolynomial| . |RetractableTo|) 69270) ((|GeneralDistributedMultivariatePolynomial| . |RightLinearSet|) 69140) ((|GeneralDistributedMultivariatePolynomial| . |RightModule|) 69010) ((|GeneralDistributedMultivariatePolynomial| . |Ring|) T) ((|GeneralDistributedMultivariatePolynomial| . |Rng|) T) ((|GeneralDistributedMultivariatePolynomial| . |SemiGroup|) T) ((|GeneralDistributedMultivariatePolynomial| . |SemiRing|) T) ((|GeneralDistributedMultivariatePolynomial| . |SetCategory|) T) ((|GeneralDistributedMultivariatePolynomial| . |Type|) T) ((|GeneralDistributedMultivariatePolynomial| . |UniqueFactorizationDomain|) 68960) ((|GenericNonAssociativeAlgebra| . |FramedNonAssociativeAlgebra|) 68916) ((|GenericNonAssociativeAlgebra| . |AbelianGroup|) T) ((|GenericNonAssociativeAlgebra| . |AbelianMonoid|) T) ((|GenericNonAssociativeAlgebra| . |AbelianSemiGroup|) T) ((|GenericNonAssociativeAlgebra| . |BasicType|) T) ((|GenericNonAssociativeAlgebra| . |BiModule|) 68865) ((|GenericNonAssociativeAlgebra| . |CancellationAbelianMonoid|) T) ((|GenericNonAssociativeAlgebra| . |CoercibleTo|) 68839) ((|GenericNonAssociativeAlgebra| . |Eltable|) 68783) ((|GenericNonAssociativeAlgebra| . |FiniteRankNonAssociativeAlgebra|) 68739) ((|GenericNonAssociativeAlgebra| . |LeftLinearSet|) 68638) ((|GenericNonAssociativeAlgebra| . |LeftModule|) 68557) ((|GenericNonAssociativeAlgebra| . |LinearSet|) 68513) ((|GenericNonAssociativeAlgebra| . |Module|) 68469) ((|GenericNonAssociativeAlgebra| . |Monad|) T) ((|GenericNonAssociativeAlgebra| . |NonAssociativeAlgebra|) 68425) ((|GenericNonAssociativeAlgebra| . |NonAssociativeRng|) T) ((|GenericNonAssociativeAlgebra| . |RightLinearSet|) 68381) ((|GenericNonAssociativeAlgebra| . |RightModule|) 68337) ((|GenericNonAssociativeAlgebra| . |SetCategory|) T) ((|GenericNonAssociativeAlgebra| . |Type|) T) ((|FunctionDescriptor| . |SetCategory|) T) ((|FunctionDescriptor| . |BasicType|) T) ((|FunctionDescriptor| . |CoercibleTo|) 68311) ((|FunctionDescriptor| . |Type|) T) ((|FunctionCalled| . |SetCategory|) T) ((|FunctionCalled| . |BasicType|) T) ((|FunctionCalled| . |CoercibleTo|) 68285) ((|FunctionCalled| . |Type|) T) ((|FortranType| . |SetCategory|) T) ((|FortranType| . |BasicType|) T) ((|FortranType| . |CoercibleTo|) 68259) ((|FortranType| . |Type|) T) ((|FortranScalarType| . |CoercibleTo|) 68190) ((|FourierSeries| . |Algebra|) 68174) ((|FourierSeries| . |AbelianGroup|) T) ((|FourierSeries| . |AbelianMonoid|) T) ((|FourierSeries| . |AbelianSemiGroup|) T) ((|FourierSeries| . |BasicType|) T) ((|FourierSeries| . |BiModule|) 68153) ((|FourierSeries| . |CancellationAbelianMonoid|) T) ((|FourierSeries| . |CoercibleFrom|) 68117) ((|FourierSeries| . |CoercibleTo|) 68091) ((|FourierSeries| . |LeftLinearSet|) 68045) ((|FourierSeries| . |LeftModule|) 68019) ((|FourierSeries| . |LinearSet|) 68003) ((|FourierSeries| . |Module|) 67987) ((|FourierSeries| . |Monoid|) T) ((|FourierSeries| . |RightLinearSet|) 67971) ((|FourierSeries| . |RightModule|) 67955) ((|FourierSeries| . |Ring|) T) ((|FourierSeries| . |Rng|) T) ((|FourierSeries| . |SemiGroup|) T) ((|FourierSeries| . |SemiRing|) T) ((|FourierSeries| . |SetCategory|) T) ((|FourierSeries| . |Type|) T) ((|FramedModule| . |Monoid|) T) ((|FramedModule| . |BasicType|) T) ((|FramedModule| . |CoercibleTo|) 67929) ((|FramedModule| . |SemiGroup|) T) ((|FramedModule| . |SetCategory|) T) ((|FramedModule| . |Type|) T) ((|FractionalIdeal| . |Group|) T) ((|FractionalIdeal| . |BasicType|) T) ((|FractionalIdeal| . |CoercibleTo|) 67903) ((|FractionalIdeal| . |Monoid|) T) ((|FractionalIdeal| . |SemiGroup|) T) ((|FractionalIdeal| . |SetCategory|) T) ((|FractionalIdeal| . |Type|) T) ((|Fraction| . |QuotientFieldCategory|) 67887) ((|Fraction| . |AbelianGroup|) T) ((|Fraction| . |AbelianMonoid|) T) ((|Fraction| . |AbelianSemiGroup|) T) ((|Fraction| . |Algebra|) 67828) ((|Fraction| . |BasicType|) T) ((|Fraction| . |BiModule|) 67755) ((|Fraction| . |CancellationAbelianMonoid|) T) ((|Fraction| . |CharacteristicNonZero|) 67715) ((|Fraction| . |CharacteristicZero|) 67678) ((|Fraction| . |CoercibleFrom|) 67549) ((|Fraction| . |CoercibleTo|) 67523) ((|Fraction| . |CommutativeRing|) T) ((|Fraction| . |ConvertibleTo|) 67214) ((|Fraction| . |DifferentialDomain|) 67172) ((|Fraction| . |DifferentialExtension|) 67156) ((|Fraction| . |DifferentialRing|) 67121) ((|Fraction| . |DifferentialSpace|) 67085) ((|Fraction| . |DifferentialSpaceExtension|) 67069) ((|Fraction| . |DivisionRing|) T) ((|Fraction| . |Eltable|) 67022) ((|Fraction| . |EntireRing|) T) ((|Fraction| . |EuclideanDomain|) T) ((|Fraction| . |Evalable|) 66981) ((|Fraction| . |Field|) T) ((|Fraction| . |FullyEvalableOver|) 66965) ((|Fraction| . |FullyLinearlyExplicitRingOver|) 66949) ((|Fraction| . |FullyPatternMatchable|) 66933) ((|Fraction| . |Functorial|) 66917) ((|Fraction| . |GcdDomain|) T) ((|Fraction| . |InnerEvalable|) 66806) ((|Fraction| . |IntegralDomain|) T) ((|Fraction| . |LeftLinearSet|) 66732) ((|Fraction| . |LeftModule|) 66610) ((|Fraction| . |LinearSet|) 66551) ((|Fraction| . |LinearlyExplicitRingOver|) 66467) ((|Fraction| . |Module|) 66408) ((|Fraction| . |Monoid|) T) ((|Fraction| . |OrderedAbelianGroup|) 66368) ((|Fraction| . |OrderedAbelianMonoid|) 66328) ((|Fraction| . |OrderedAbelianSemiGroup|) 66288) ((|Fraction| . |OrderedCancellationAbelianMonoid|) 66248) ((|Fraction| . |OrderedIntegralDomain|) 66208) ((|Fraction| . |OrderedRing|) 66168) ((|Fraction| . |OrderedSet|) 66139) ((|Fraction| . |OrderedType|) 66110) ((|Fraction| . |PartialDifferentialDomain|) 65982) ((|Fraction| . |PartialDifferentialRing|) 65914) ((|Fraction| . |PartialDifferentialSpace|) 65788) ((|Fraction| . |PatternMatchable|) 65669) ((|Fraction| . |Patternable|) 65653) ((|Fraction| . |PolynomialFactorizationExplicit|) 65603) ((|Fraction| . |PrincipalIdealDomain|) T) ((|Fraction| . |RealConstant|) 65572) ((|Fraction| . |RetractableTo|) 65379) ((|Fraction| . |RightLinearSet|) 65320) ((|Fraction| . |RightModule|) 65261) ((|Fraction| . |Ring|) T) ((|Fraction| . |Rng|) T) ((|Fraction| . |SemiGroup|) T) ((|Fraction| . |SemiRing|) T) ((|Fraction| . |SetCategory|) T) ((|Fraction| . |StepThrough|) 65231) ((|Fraction| . |Type|) T) ((|Fraction| . |UniqueFactorizationDomain|) T) ((|Factored| . |IntegralDomain|) T) ((|Factored| . |AbelianGroup|) T) ((|Factored| . |AbelianMonoid|) T) ((|Factored| . |AbelianSemiGroup|) T) ((|Factored| . |Algebra|) 65205) ((|Factored| . |BasicType|) T) ((|Factored| . |BiModule|) 65172) ((|Factored| . |CancellationAbelianMonoid|) T) ((|Factored| . |CoercibleFrom|) 65043) ((|Factored| . |CoercibleTo|) 65017) ((|Factored| . |CommutativeRing|) T) ((|Factored| . |EntireRing|) T) ((|Factored| . |LeftLinearSet|) 64971) ((|Factored| . |LeftModule|) 64945) ((|Factored| . |LinearSet|) 64919) ((|Factored| . |Module|) 64893) ((|Factored| . |Monoid|) T) ((|Factored| . |RightLinearSet|) 64867) ((|Factored| . |RightModule|) 64841) ((|Factored| . |Ring|) T) ((|Factored| . |Rng|) T) ((|Factored| . |SemiGroup|) T) ((|Factored| . |SemiRing|) T) ((|Factored| . |SetCategory|) T) ((|Factored| . |Type|) T) ((|Factored| . |DifferentialExtension|) 64825) ((|Factored| . |DifferentialDomain|) 64783) ((|Factored| . |DifferentialRing|) 64748) ((|Factored| . |DifferentialSpace|) 64712) ((|Factored| . |DifferentialSpaceExtension|) 64696) ((|Factored| . |PartialDifferentialDomain|) 64568) ((|Factored| . |PartialDifferentialRing|) 64500) ((|Factored| . |PartialDifferentialSpace|) 64374) ((|Factored| . |FullyEvalableOver|) 64358) ((|Factored| . |Eltable|) 64271) ((|Factored| . |Evalable|) 64191) ((|Factored| . |Functorial|) 64175) ((|Factored| . |InnerEvalable|) 63975) ((|Factored| . |FullyRetractableTo|) 63959) ((|Factored| . |RetractableTo|) 63808) ((|Factored| . |GcdDomain|) 63780) ((|Factored| . |RealConstant|) 63749) ((|Factored| . |ConvertibleTo|) 63648) ((|Factored| . |UniqueFactorizationDomain|) 63604) ((|FullPartialFractionExpansion| . |SetCategory|) T) ((|FullPartialFractionExpansion| . |BasicType|) T) ((|FullPartialFractionExpansion| . |CoercibleTo|) 63578) ((|FullPartialFractionExpansion| . |Type|) T) ((|FullPartialFractionExpansion| . |DifferentialSpace|) T) ((|FullPartialFractionExpansion| . |DifferentialDomain|) 63565) ((|FullPartialFractionExpansion| . |ConvertibleTo|) 63536) ((|FreeNilpotentLie| . |NonAssociativeAlgebra|) 63520) ((|FreeNilpotentLie| . |AbelianGroup|) T) ((|FreeNilpotentLie| . |AbelianMonoid|) T) ((|FreeNilpotentLie| . |AbelianSemiGroup|) T) ((|FreeNilpotentLie| . |BasicType|) T) ((|FreeNilpotentLie| . |BiModule|) 63499) ((|FreeNilpotentLie| . |CancellationAbelianMonoid|) T) ((|FreeNilpotentLie| . |CoercibleTo|) 63473) ((|FreeNilpotentLie| . |LeftLinearSet|) 63437) ((|FreeNilpotentLie| . |LeftModule|) 63421) ((|FreeNilpotentLie| . |LinearSet|) 63405) ((|FreeNilpotentLie| . |Module|) 63389) ((|FreeNilpotentLie| . |Monad|) T) ((|FreeNilpotentLie| . |NonAssociativeRng|) T) ((|FreeNilpotentLie| . |RightLinearSet|) 63373) ((|FreeNilpotentLie| . |RightModule|) 63357) ((|FreeNilpotentLie| . |SetCategory|) T) ((|FreeNilpotentLie| . |Type|) T) ((|FileName| . |FileNameCategory|) T) ((|FileName| . |BasicType|) T) ((|FileName| . |CoercibleFrom|) 63335) ((|FileName| . |CoercibleTo|) 63290) ((|FileName| . |HomotopicTo|) 63268) ((|FileName| . |SetCategory|) T) ((|FileName| . |Type|) T) ((|FreeMonoid| . |FreeMonoidCategory|) 63252) ((|FreeMonoid| . |BasicType|) T) ((|FreeMonoid| . |CoercibleFrom|) 63236) ((|FreeMonoid| . |CoercibleTo|) 63210) ((|FreeMonoid| . |Monoid|) T) ((|FreeMonoid| . |OrderedSet|) 63181) ((|FreeMonoid| . |OrderedType|) 63152) ((|FreeMonoid| . |RetractableTo|) 63136) ((|FreeMonoid| . |SemiGroup|) T) ((|FreeMonoid| . |SetCategory|) T) ((|FreeMonoid| . |Type|) T) ((|FreeMagma| . |OrderedSet|) T) ((|FreeMagma| . |BasicType|) T) ((|FreeMagma| . |CoercibleTo|) 63075) ((|FreeMagma| . |OrderedType|) T) ((|FreeMagma| . |SetCategory|) T) ((|FreeMagma| . |Type|) T) ((|FreeMagma| . |RetractableTo|) 63059) ((|FreeMagma| . |CoercibleFrom|) 63043) ((|FreeModule1| . |FreeModuleCat|) 63022) ((|FreeModule1| . |AbelianGroup|) T) ((|FreeModule1| . |AbelianMonoid|) T) ((|FreeModule1| . |AbelianSemiGroup|) T) ((|FreeModule1| . |BasicType|) T) ((|FreeModule1| . |BiModule|) 63001) ((|FreeModule1| . |CancellationAbelianMonoid|) T) ((|FreeModule1| . |CoercibleFrom|) 62985) ((|FreeModule1| . |CoercibleTo|) 62959) ((|FreeModule1| . |Functorial|) 62943) ((|FreeModule1| . |LeftLinearSet|) 62907) ((|FreeModule1| . |LeftModule|) 62891) ((|FreeModule1| . |LinearSet|) 62848) ((|FreeModule1| . |Module|) 62805) ((|FreeModule1| . |RetractableTo|) 62789) ((|FreeModule1| . |RightLinearSet|) 62773) ((|FreeModule1| . |RightModule|) 62757) ((|FreeModule1| . |SetCategory|) T) ((|FreeModule1| . |Type|) T) ((|FreeModule| . |BiModule|) 62736) ((|FreeModule| . |AbelianGroup|) T) ((|FreeModule| . |AbelianMonoid|) T) ((|FreeModule| . |AbelianSemiGroup|) T) ((|FreeModule| . |BasicType|) T) ((|FreeModule| . |CancellationAbelianMonoid|) T) ((|FreeModule| . |CoercibleTo|) 62710) ((|FreeModule| . |LeftLinearSet|) 62674) ((|FreeModule| . |LeftModule|) 62658) ((|FreeModule| . |RightLinearSet|) 62642) ((|FreeModule| . |RightModule|) 62626) ((|FreeModule| . |SetCategory|) T) ((|FreeModule| . |Type|) T) ((|FreeModule| . |IndexedDirectProductCategory|) 62605) ((|FreeModule| . |ConvertibleFrom|) 62552) ((|FreeModule| . |Functorial|) 62536) ((|FreeModule| . |Module|) 62493) ((|FreeModule| . |LinearSet|) 62450) ((|Float| . |FloatingPointSystem|) T) ((|Float| . |AbelianGroup|) T) ((|Float| . |AbelianMonoid|) T) ((|Float| . |AbelianSemiGroup|) T) ((|Float| . |Algebra|) 62404) ((|Float| . |BasicType|) T) ((|Float| . |BiModule|) 62349) ((|Float| . |CancellationAbelianMonoid|) T) ((|Float| . |CharacteristicZero|) T) ((|Float| . |CoercibleFrom|) 62288) ((|Float| . |CoercibleTo|) 62238) ((|Float| . |CommutativeRing|) T) ((|Float| . |ConvertibleTo|) 62125) ((|Float| . |DivisionRing|) T) ((|Float| . |EntireRing|) T) ((|Float| . |EuclideanDomain|) T) ((|Float| . |Field|) T) ((|Float| . |GcdDomain|) T) ((|Float| . |IntegralDomain|) T) ((|Float| . |LeftLinearSet|) 62064) ((|Float| . |LeftModule|) 62018) ((|Float| . |LinearSet|) 61972) ((|Float| . |Module|) 61926) ((|Float| . |Monoid|) T) ((|Float| . |OrderedAbelianGroup|) T) ((|Float| . |OrderedAbelianMonoid|) T) ((|Float| . |OrderedAbelianSemiGroup|) T) ((|Float| . |OrderedCancellationAbelianMonoid|) T) ((|Float| . |OrderedRing|) T) ((|Float| . |OrderedSet|) T) ((|Float| . |OrderedType|) T) ((|Float| . |PatternMatchable|) 61905) ((|Float| . |PrincipalIdealDomain|) T) ((|Float| . |RadicalCategory|) T) ((|Float| . |RealConstant|) T) ((|Float| . |RealNumberSystem|) T) ((|Float| . |RetractableTo|) 61854) ((|Float| . |RightLinearSet|) 61808) ((|Float| . |RightModule|) 61762) ((|Float| . |Ring|) T) ((|Float| . |Rng|) T) ((|Float| . |SemiGroup|) T) ((|Float| . |SemiRing|) T) ((|Float| . |SetCategory|) T) ((|Float| . |Type|) T) ((|Float| . |UniqueFactorizationDomain|) T) ((|Float| . |DifferentialRing|) T) ((|Float| . |DifferentialDomain|) 61749) ((|Float| . |DifferentialSpace|) T) ((|Float| . |TranscendentalFunctionCategory|) T) ((|Float| . |ArcHyperbolicFunctionCategory|) T) ((|Float| . |ArcTrigonometricFunctionCategory|) T) ((|Float| . |ElementaryFunctionCategory|) T) ((|Float| . |HyperbolicFunctionCategory|) T) ((|Float| . |TrigonometricFunctionCategory|) T) ((|Float| . |ConvertibleFrom|) 61722) ((|File| . |FileCategory|) 61693) ((|File| . |BasicType|) T) ((|File| . |CoercibleTo|) 61667) ((|File| . |SetCategory|) T) ((|File| . |Type|) T) ((|FreeGroup| . |Group|) T) ((|FreeGroup| . |BasicType|) T) ((|FreeGroup| . |CoercibleTo|) 61641) ((|FreeGroup| . |Monoid|) T) ((|FreeGroup| . |SemiGroup|) T) ((|FreeGroup| . |SetCategory|) T) ((|FreeGroup| . |Type|) T) ((|FreeGroup| . |RetractableTo|) 61625) ((|FreeGroup| . |CoercibleFrom|) 61609) ((|FiniteFieldExtension| . |FiniteAlgebraicExtensionField|) 61593) ((|FiniteFieldExtension| . |AbelianGroup|) T) ((|FiniteFieldExtension| . |AbelianMonoid|) T) ((|FiniteFieldExtension| . |AbelianSemiGroup|) T) ((|FiniteFieldExtension| . |Algebra|) 61547) ((|FiniteFieldExtension| . |BasicType|) T) ((|FiniteFieldExtension| . |BiModule|) 61474) ((|FiniteFieldExtension| . |CancellationAbelianMonoid|) T) ((|FiniteFieldExtension| . |CharacteristicNonZero|) 61405) ((|FiniteFieldExtension| . |CharacteristicZero|) 61368) ((|FiniteFieldExtension| . |CoercibleFrom|) 61294) ((|FiniteFieldExtension| . |CoercibleTo|) 61268) ((|FiniteFieldExtension| . |CommutativeRing|) T) ((|FiniteFieldExtension| . |DifferentialDomain|) 61237) ((|FiniteFieldExtension| . |DifferentialRing|) 61212) ((|FiniteFieldExtension| . |DifferentialSpace|) 61187) ((|FiniteFieldExtension| . |DivisionRing|) T) ((|FiniteFieldExtension| . |EntireRing|) T) ((|FiniteFieldExtension| . |EuclideanDomain|) T) ((|FiniteFieldExtension| . |ExtensionField|) 61171) ((|FiniteFieldExtension| . |Field|) T) ((|FiniteFieldExtension| . |FieldOfPrimeCharacteristic|) 61102) ((|FiniteFieldExtension| . |Finite|) 61077) ((|FiniteFieldExtension| . |FiniteFieldCategory|) 61052) ((|FiniteFieldExtension| . |GcdDomain|) T) ((|FiniteFieldExtension| . |IntegralDomain|) T) ((|FiniteFieldExtension| . |LeftLinearSet|) 60978) ((|FiniteFieldExtension| . |LeftModule|) 60919) ((|FiniteFieldExtension| . |LinearSet|) 60860) ((|FiniteFieldExtension| . |Module|) 60801) ((|FiniteFieldExtension| . |Monoid|) T) ((|FiniteFieldExtension| . |PrincipalIdealDomain|) T) ((|FiniteFieldExtension| . |RetractableTo|) 60785) ((|FiniteFieldExtension| . |RightLinearSet|) 60726) ((|FiniteFieldExtension| . |RightModule|) 60667) ((|FiniteFieldExtension| . |Ring|) T) ((|FiniteFieldExtension| . |Rng|) T) ((|FiniteFieldExtension| . |SemiGroup|) T) ((|FiniteFieldExtension| . |SemiRing|) T) ((|FiniteFieldExtension| . |SetCategory|) T) ((|FiniteFieldExtension| . |StepThrough|) 60642) ((|FiniteFieldExtension| . |Type|) T) ((|FiniteFieldExtension| . |UniqueFactorizationDomain|) T) ((|FiniteFieldExtension| . |VectorSpace|) 60626) ((|FiniteFieldExtensionByPolynomial| . |FiniteAlgebraicExtensionField|) 60610) ((|FiniteFieldExtensionByPolynomial| . |AbelianGroup|) T) ((|FiniteFieldExtensionByPolynomial| . |AbelianMonoid|) T) ((|FiniteFieldExtensionByPolynomial| . |AbelianSemiGroup|) T) ((|FiniteFieldExtensionByPolynomial| . |Algebra|) 60564) ((|FiniteFieldExtensionByPolynomial| . |BasicType|) T) ((|FiniteFieldExtensionByPolynomial| . |BiModule|) 60491) ((|FiniteFieldExtensionByPolynomial| . |CancellationAbelianMonoid|) T) ((|FiniteFieldExtensionByPolynomial| . |CharacteristicNonZero|) 60422) ((|FiniteFieldExtensionByPolynomial| . |CharacteristicZero|) 60385) ((|FiniteFieldExtensionByPolynomial| . |CoercibleFrom|) 60311) ((|FiniteFieldExtensionByPolynomial| . |CoercibleTo|) 60285) ((|FiniteFieldExtensionByPolynomial| . |CommutativeRing|) T) ((|FiniteFieldExtensionByPolynomial| . |DifferentialDomain|) 60254) ((|FiniteFieldExtensionByPolynomial| . |DifferentialRing|) 60229) ((|FiniteFieldExtensionByPolynomial| . |DifferentialSpace|) 60204) ((|FiniteFieldExtensionByPolynomial| . |DivisionRing|) T) ((|FiniteFieldExtensionByPolynomial| . |EntireRing|) T) ((|FiniteFieldExtensionByPolynomial| . |EuclideanDomain|) T) ((|FiniteFieldExtensionByPolynomial| . |ExtensionField|) 60188) ((|FiniteFieldExtensionByPolynomial| . |Field|) T) ((|FiniteFieldExtensionByPolynomial| . |FieldOfPrimeCharacteristic|) 60119) ((|FiniteFieldExtensionByPolynomial| . |Finite|) 60094) ((|FiniteFieldExtensionByPolynomial| . |FiniteFieldCategory|) 60069) ((|FiniteFieldExtensionByPolynomial| . |GcdDomain|) T) ((|FiniteFieldExtensionByPolynomial| . |IntegralDomain|) T) ((|FiniteFieldExtensionByPolynomial| . |LeftLinearSet|) 59995) ((|FiniteFieldExtensionByPolynomial| . |LeftModule|) 59936) ((|FiniteFieldExtensionByPolynomial| . |LinearSet|) 59877) ((|FiniteFieldExtensionByPolynomial| . |Module|) 59818) ((|FiniteFieldExtensionByPolynomial| . |Monoid|) T) ((|FiniteFieldExtensionByPolynomial| . |PrincipalIdealDomain|) T) ((|FiniteFieldExtensionByPolynomial| . |RetractableTo|) 59802) ((|FiniteFieldExtensionByPolynomial| . |RightLinearSet|) 59743) ((|FiniteFieldExtensionByPolynomial| . |RightModule|) 59684) ((|FiniteFieldExtensionByPolynomial| . |Ring|) T) ((|FiniteFieldExtensionByPolynomial| . |Rng|) T) ((|FiniteFieldExtensionByPolynomial| . |SemiGroup|) T) ((|FiniteFieldExtensionByPolynomial| . |SemiRing|) T) ((|FiniteFieldExtensionByPolynomial| . |SetCategory|) T) ((|FiniteFieldExtensionByPolynomial| . |StepThrough|) 59659) ((|FiniteFieldExtensionByPolynomial| . |Type|) T) ((|FiniteFieldExtensionByPolynomial| . |UniqueFactorizationDomain|) T) ((|FiniteFieldExtensionByPolynomial| . |VectorSpace|) 59643) ((|FiniteFieldNormalBasisExtension| . |FiniteAlgebraicExtensionField|) 59627) ((|FiniteFieldNormalBasisExtension| . |AbelianGroup|) T) ((|FiniteFieldNormalBasisExtension| . |AbelianMonoid|) T) ((|FiniteFieldNormalBasisExtension| . |AbelianSemiGroup|) T) ((|FiniteFieldNormalBasisExtension| . |Algebra|) 59581) ((|FiniteFieldNormalBasisExtension| . |BasicType|) T) ((|FiniteFieldNormalBasisExtension| . |BiModule|) 59508) ((|FiniteFieldNormalBasisExtension| . |CancellationAbelianMonoid|) T) ((|FiniteFieldNormalBasisExtension| . |CharacteristicNonZero|) 59439) ((|FiniteFieldNormalBasisExtension| . |CharacteristicZero|) 59402) ((|FiniteFieldNormalBasisExtension| . |CoercibleFrom|) 59328) ((|FiniteFieldNormalBasisExtension| . |CoercibleTo|) 59302) ((|FiniteFieldNormalBasisExtension| . |CommutativeRing|) T) ((|FiniteFieldNormalBasisExtension| . |DifferentialDomain|) 59271) ((|FiniteFieldNormalBasisExtension| . |DifferentialRing|) 59246) ((|FiniteFieldNormalBasisExtension| . |DifferentialSpace|) 59221) ((|FiniteFieldNormalBasisExtension| . |DivisionRing|) T) ((|FiniteFieldNormalBasisExtension| . |EntireRing|) T) ((|FiniteFieldNormalBasisExtension| . |EuclideanDomain|) T) ((|FiniteFieldNormalBasisExtension| . |ExtensionField|) 59205) ((|FiniteFieldNormalBasisExtension| . |Field|) T) ((|FiniteFieldNormalBasisExtension| . |FieldOfPrimeCharacteristic|) 59136) ((|FiniteFieldNormalBasisExtension| . |Finite|) 59111) ((|FiniteFieldNormalBasisExtension| . |FiniteFieldCategory|) 59086) ((|FiniteFieldNormalBasisExtension| . |GcdDomain|) T) ((|FiniteFieldNormalBasisExtension| . |IntegralDomain|) T) ((|FiniteFieldNormalBasisExtension| . |LeftLinearSet|) 59012) ((|FiniteFieldNormalBasisExtension| . |LeftModule|) 58953) ((|FiniteFieldNormalBasisExtension| . |LinearSet|) 58894) ((|FiniteFieldNormalBasisExtension| . |Module|) 58835) ((|FiniteFieldNormalBasisExtension| . |Monoid|) T) ((|FiniteFieldNormalBasisExtension| . |PrincipalIdealDomain|) T) ((|FiniteFieldNormalBasisExtension| . |RetractableTo|) 58819) ((|FiniteFieldNormalBasisExtension| . |RightLinearSet|) 58760) ((|FiniteFieldNormalBasisExtension| . |RightModule|) 58701) ((|FiniteFieldNormalBasisExtension| . |Ring|) T) ((|FiniteFieldNormalBasisExtension| . |Rng|) T) ((|FiniteFieldNormalBasisExtension| . |SemiGroup|) T) ((|FiniteFieldNormalBasisExtension| . |SemiRing|) T) ((|FiniteFieldNormalBasisExtension| . |SetCategory|) T) ((|FiniteFieldNormalBasisExtension| . |StepThrough|) 58676) ((|FiniteFieldNormalBasisExtension| . |Type|) T) ((|FiniteFieldNormalBasisExtension| . |UniqueFactorizationDomain|) T) ((|FiniteFieldNormalBasisExtension| . |VectorSpace|) 58660) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |FiniteAlgebraicExtensionField|) 58644) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |AbelianGroup|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |AbelianMonoid|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |AbelianSemiGroup|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |Algebra|) 58598) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |BasicType|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |BiModule|) 58525) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |CancellationAbelianMonoid|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |CharacteristicNonZero|) 58456) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |CharacteristicZero|) 58419) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |CoercibleFrom|) 58345) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |CoercibleTo|) 58319) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |CommutativeRing|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |DifferentialDomain|) 58288) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |DifferentialRing|) 58263) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |DifferentialSpace|) 58238) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |DivisionRing|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |EntireRing|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |EuclideanDomain|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |ExtensionField|) 58222) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |Field|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |FieldOfPrimeCharacteristic|) 58153) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |Finite|) 58128) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |FiniteFieldCategory|) 58103) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |GcdDomain|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |IntegralDomain|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |LeftLinearSet|) 58029) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |LeftModule|) 57970) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |LinearSet|) 57911) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |Module|) 57852) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |Monoid|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |PrincipalIdealDomain|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |RetractableTo|) 57836) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |RightLinearSet|) 57777) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |RightModule|) 57718) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |Ring|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |Rng|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |SemiGroup|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |SemiRing|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |SetCategory|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |StepThrough|) 57693) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |Type|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |UniqueFactorizationDomain|) T) ((|FiniteFieldNormalBasisExtensionByPolynomial| . |VectorSpace|) 57677) ((|FiniteFieldNormalBasis| . |FiniteAlgebraicExtensionField|) 57646) ((|FiniteFieldNormalBasis| . |AbelianGroup|) T) ((|FiniteFieldNormalBasis| . |AbelianMonoid|) T) ((|FiniteFieldNormalBasis| . |AbelianSemiGroup|) T) ((|FiniteFieldNormalBasis| . |Algebra|) 57600) ((|FiniteFieldNormalBasis| . |BasicType|) T) ((|FiniteFieldNormalBasis| . |BiModule|) 57510) ((|FiniteFieldNormalBasis| . |CancellationAbelianMonoid|) T) ((|FiniteFieldNormalBasis| . |CharacteristicNonZero|) T) ((|FiniteFieldNormalBasis| . |CharacteristicZero|) 57476) ((|FiniteFieldNormalBasis| . |CoercibleFrom|) 57387) ((|FiniteFieldNormalBasis| . |CoercibleTo|) 57361) ((|FiniteFieldNormalBasis| . |CommutativeRing|) T) ((|FiniteFieldNormalBasis| . |DifferentialDomain|) 57348) ((|FiniteFieldNormalBasis| . |DifferentialRing|) T) ((|FiniteFieldNormalBasis| . |DifferentialSpace|) T) ((|FiniteFieldNormalBasis| . |DivisionRing|) T) ((|FiniteFieldNormalBasis| . |EntireRing|) T) ((|FiniteFieldNormalBasis| . |EuclideanDomain|) T) ((|FiniteFieldNormalBasis| . |ExtensionField|) 57317) ((|FiniteFieldNormalBasis| . |Field|) T) ((|FiniteFieldNormalBasis| . |FieldOfPrimeCharacteristic|) T) ((|FiniteFieldNormalBasis| . |Finite|) T) ((|FiniteFieldNormalBasis| . |FiniteFieldCategory|) T) ((|FiniteFieldNormalBasis| . |GcdDomain|) T) ((|FiniteFieldNormalBasis| . |IntegralDomain|) T) ((|FiniteFieldNormalBasis| . |LeftLinearSet|) 57228) ((|FiniteFieldNormalBasis| . |LeftModule|) 57154) ((|FiniteFieldNormalBasis| . |LinearSet|) 57080) ((|FiniteFieldNormalBasis| . |Module|) 57006) ((|FiniteFieldNormalBasis| . |Monoid|) T) ((|FiniteFieldNormalBasis| . |PrincipalIdealDomain|) T) ((|FiniteFieldNormalBasis| . |RetractableTo|) 56975) ((|FiniteFieldNormalBasis| . |RightLinearSet|) 56901) ((|FiniteFieldNormalBasis| . |RightModule|) 56827) ((|FiniteFieldNormalBasis| . |Ring|) T) ((|FiniteFieldNormalBasis| . |Rng|) T) ((|FiniteFieldNormalBasis| . |SemiGroup|) T) ((|FiniteFieldNormalBasis| . |SemiRing|) T) ((|FiniteFieldNormalBasis| . |SetCategory|) T) ((|FiniteFieldNormalBasis| . |StepThrough|) T) ((|FiniteFieldNormalBasis| . |Type|) T) ((|FiniteFieldNormalBasis| . |UniqueFactorizationDomain|) T) ((|FiniteFieldNormalBasis| . |VectorSpace|) 56796) ((|FiniteFieldCyclicGroupExtension| . |FiniteAlgebraicExtensionField|) 56780) ((|FiniteFieldCyclicGroupExtension| . |AbelianGroup|) T) ((|FiniteFieldCyclicGroupExtension| . |AbelianMonoid|) T) ((|FiniteFieldCyclicGroupExtension| . |AbelianSemiGroup|) T) ((|FiniteFieldCyclicGroupExtension| . |Algebra|) 56734) ((|FiniteFieldCyclicGroupExtension| . |BasicType|) T) ((|FiniteFieldCyclicGroupExtension| . |BiModule|) 56661) ((|FiniteFieldCyclicGroupExtension| . |CancellationAbelianMonoid|) T) ((|FiniteFieldCyclicGroupExtension| . |CharacteristicNonZero|) 56592) ((|FiniteFieldCyclicGroupExtension| . |CharacteristicZero|) 56555) ((|FiniteFieldCyclicGroupExtension| . |CoercibleFrom|) 56481) ((|FiniteFieldCyclicGroupExtension| . |CoercibleTo|) 56455) ((|FiniteFieldCyclicGroupExtension| . |CommutativeRing|) T) ((|FiniteFieldCyclicGroupExtension| . |DifferentialDomain|) 56424) ((|FiniteFieldCyclicGroupExtension| . |DifferentialRing|) 56399) ((|FiniteFieldCyclicGroupExtension| . |DifferentialSpace|) 56374) ((|FiniteFieldCyclicGroupExtension| . |DivisionRing|) T) ((|FiniteFieldCyclicGroupExtension| . |EntireRing|) T) ((|FiniteFieldCyclicGroupExtension| . |EuclideanDomain|) T) ((|FiniteFieldCyclicGroupExtension| . |ExtensionField|) 56358) ((|FiniteFieldCyclicGroupExtension| . |Field|) T) ((|FiniteFieldCyclicGroupExtension| . |FieldOfPrimeCharacteristic|) 56289) ((|FiniteFieldCyclicGroupExtension| . |Finite|) 56264) ((|FiniteFieldCyclicGroupExtension| . |FiniteFieldCategory|) 56239) ((|FiniteFieldCyclicGroupExtension| . |GcdDomain|) T) ((|FiniteFieldCyclicGroupExtension| . |IntegralDomain|) T) ((|FiniteFieldCyclicGroupExtension| . |LeftLinearSet|) 56165) ((|FiniteFieldCyclicGroupExtension| . |LeftModule|) 56106) ((|FiniteFieldCyclicGroupExtension| . |LinearSet|) 56047) ((|FiniteFieldCyclicGroupExtension| . |Module|) 55988) ((|FiniteFieldCyclicGroupExtension| . |Monoid|) T) ((|FiniteFieldCyclicGroupExtension| . |PrincipalIdealDomain|) T) ((|FiniteFieldCyclicGroupExtension| . |RetractableTo|) 55972) ((|FiniteFieldCyclicGroupExtension| . |RightLinearSet|) 55913) ((|FiniteFieldCyclicGroupExtension| . |RightModule|) 55854) ((|FiniteFieldCyclicGroupExtension| . |Ring|) T) ((|FiniteFieldCyclicGroupExtension| . |Rng|) T) ((|FiniteFieldCyclicGroupExtension| . |SemiGroup|) T) ((|FiniteFieldCyclicGroupExtension| . |SemiRing|) T) ((|FiniteFieldCyclicGroupExtension| . |SetCategory|) T) ((|FiniteFieldCyclicGroupExtension| . |StepThrough|) 55829) ((|FiniteFieldCyclicGroupExtension| . |Type|) T) ((|FiniteFieldCyclicGroupExtension| . |UniqueFactorizationDomain|) T) ((|FiniteFieldCyclicGroupExtension| . |VectorSpace|) 55813) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |FiniteAlgebraicExtensionField|) 55797) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |AbelianGroup|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |AbelianMonoid|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |AbelianSemiGroup|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |Algebra|) 55751) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |BasicType|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |BiModule|) 55678) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |CancellationAbelianMonoid|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |CharacteristicNonZero|) 55609) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |CharacteristicZero|) 55572) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |CoercibleFrom|) 55498) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |CoercibleTo|) 55472) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |CommutativeRing|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |DifferentialDomain|) 55441) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |DifferentialRing|) 55416) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |DifferentialSpace|) 55391) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |DivisionRing|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |EntireRing|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |EuclideanDomain|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |ExtensionField|) 55375) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |Field|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |FieldOfPrimeCharacteristic|) 55306) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |Finite|) 55281) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |FiniteFieldCategory|) 55256) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |GcdDomain|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |IntegralDomain|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |LeftLinearSet|) 55182) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |LeftModule|) 55123) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |LinearSet|) 55064) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |Module|) 55005) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |Monoid|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |PrincipalIdealDomain|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |RetractableTo|) 54989) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |RightLinearSet|) 54930) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |RightModule|) 54871) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |Ring|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |Rng|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |SemiGroup|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |SemiRing|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |SetCategory|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |StepThrough|) 54846) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |Type|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |UniqueFactorizationDomain|) T) ((|FiniteFieldCyclicGroupExtensionByPolynomial| . |VectorSpace|) 54830) ((|FiniteFieldCyclicGroup| . |FiniteAlgebraicExtensionField|) 54799) ((|FiniteFieldCyclicGroup| . |AbelianGroup|) T) ((|FiniteFieldCyclicGroup| . |AbelianMonoid|) T) ((|FiniteFieldCyclicGroup| . |AbelianSemiGroup|) T) ((|FiniteFieldCyclicGroup| . |Algebra|) 54753) ((|FiniteFieldCyclicGroup| . |BasicType|) T) ((|FiniteFieldCyclicGroup| . |BiModule|) 54663) ((|FiniteFieldCyclicGroup| . |CancellationAbelianMonoid|) T) ((|FiniteFieldCyclicGroup| . |CharacteristicNonZero|) T) ((|FiniteFieldCyclicGroup| . |CharacteristicZero|) 54629) ((|FiniteFieldCyclicGroup| . |CoercibleFrom|) 54540) ((|FiniteFieldCyclicGroup| . |CoercibleTo|) 54514) ((|FiniteFieldCyclicGroup| . |CommutativeRing|) T) ((|FiniteFieldCyclicGroup| . |DifferentialDomain|) 54501) ((|FiniteFieldCyclicGroup| . |DifferentialRing|) T) ((|FiniteFieldCyclicGroup| . |DifferentialSpace|) T) ((|FiniteFieldCyclicGroup| . |DivisionRing|) T) ((|FiniteFieldCyclicGroup| . |EntireRing|) T) ((|FiniteFieldCyclicGroup| . |EuclideanDomain|) T) ((|FiniteFieldCyclicGroup| . |ExtensionField|) 54470) ((|FiniteFieldCyclicGroup| . |Field|) T) ((|FiniteFieldCyclicGroup| . |FieldOfPrimeCharacteristic|) T) ((|FiniteFieldCyclicGroup| . |Finite|) T) ((|FiniteFieldCyclicGroup| . |FiniteFieldCategory|) T) ((|FiniteFieldCyclicGroup| . |GcdDomain|) T) ((|FiniteFieldCyclicGroup| . |IntegralDomain|) T) ((|FiniteFieldCyclicGroup| . |LeftLinearSet|) 54381) ((|FiniteFieldCyclicGroup| . |LeftModule|) 54307) ((|FiniteFieldCyclicGroup| . |LinearSet|) 54233) ((|FiniteFieldCyclicGroup| . |Module|) 54159) ((|FiniteFieldCyclicGroup| . |Monoid|) T) ((|FiniteFieldCyclicGroup| . |PrincipalIdealDomain|) T) ((|FiniteFieldCyclicGroup| . |RetractableTo|) 54128) ((|FiniteFieldCyclicGroup| . |RightLinearSet|) 54054) ((|FiniteFieldCyclicGroup| . |RightModule|) 53980) ((|FiniteFieldCyclicGroup| . |Ring|) T) ((|FiniteFieldCyclicGroup| . |Rng|) T) ((|FiniteFieldCyclicGroup| . |SemiGroup|) T) ((|FiniteFieldCyclicGroup| . |SemiRing|) T) ((|FiniteFieldCyclicGroup| . |SetCategory|) T) ((|FiniteFieldCyclicGroup| . |StepThrough|) T) ((|FiniteFieldCyclicGroup| . |Type|) T) ((|FiniteFieldCyclicGroup| . |UniqueFactorizationDomain|) T) ((|FiniteFieldCyclicGroup| . |VectorSpace|) 53949) ((|FiniteField| . |FiniteAlgebraicExtensionField|) 53918) ((|FiniteField| . |AbelianGroup|) T) ((|FiniteField| . |AbelianMonoid|) T) ((|FiniteField| . |AbelianSemiGroup|) T) ((|FiniteField| . |Algebra|) 53872) ((|FiniteField| . |BasicType|) T) ((|FiniteField| . |BiModule|) 53782) ((|FiniteField| . |CancellationAbelianMonoid|) T) ((|FiniteField| . |CharacteristicNonZero|) T) ((|FiniteField| . |CharacteristicZero|) 53748) ((|FiniteField| . |CoercibleFrom|) 53659) ((|FiniteField| . |CoercibleTo|) 53633) ((|FiniteField| . |CommutativeRing|) T) ((|FiniteField| . |DifferentialDomain|) 53620) ((|FiniteField| . |DifferentialRing|) T) ((|FiniteField| . |DifferentialSpace|) T) ((|FiniteField| . |DivisionRing|) T) ((|FiniteField| . |EntireRing|) T) ((|FiniteField| . |EuclideanDomain|) T) ((|FiniteField| . |ExtensionField|) 53589) ((|FiniteField| . |Field|) T) ((|FiniteField| . |FieldOfPrimeCharacteristic|) T) ((|FiniteField| . |Finite|) T) ((|FiniteField| . |FiniteFieldCategory|) T) ((|FiniteField| . |GcdDomain|) T) ((|FiniteField| . |IntegralDomain|) T) ((|FiniteField| . |LeftLinearSet|) 53500) ((|FiniteField| . |LeftModule|) 53426) ((|FiniteField| . |LinearSet|) 53352) ((|FiniteField| . |Module|) 53278) ((|FiniteField| . |Monoid|) T) ((|FiniteField| . |PrincipalIdealDomain|) T) ((|FiniteField| . |RetractableTo|) 53247) ((|FiniteField| . |RightLinearSet|) 53173) ((|FiniteField| . |RightModule|) 53099) ((|FiniteField| . |Ring|) T) ((|FiniteField| . |Rng|) T) ((|FiniteField| . |SemiGroup|) T) ((|FiniteField| . |SemiRing|) T) ((|FiniteField| . |SetCategory|) T) ((|FiniteField| . |StepThrough|) T) ((|FiniteField| . |Type|) T) ((|FiniteField| . |UniqueFactorizationDomain|) T) ((|FiniteField| . |VectorSpace|) 53068) ((|FiniteDivisor| . |FiniteDivisorCategory|) 53037) ((|FiniteDivisor| . |AbelianGroup|) T) ((|FiniteDivisor| . |AbelianMonoid|) T) ((|FiniteDivisor| . |AbelianSemiGroup|) T) ((|FiniteDivisor| . |BasicType|) T) ((|FiniteDivisor| . |CancellationAbelianMonoid|) T) ((|FiniteDivisor| . |CoercibleTo|) 53011) ((|FiniteDivisor| . |LeftLinearSet|) 52988) ((|FiniteDivisor| . |SetCategory|) T) ((|FiniteDivisor| . |Type|) T) ((|FunctorData| . |SetCategory|) T) ((|FunctorData| . |BasicType|) T) ((|FunctorData| . |CoercibleTo|) 52962) ((|FunctorData| . |Type|) T) ((|FourierComponent| . |OrderedSet|) T) ((|FourierComponent| . |BasicType|) T) ((|FourierComponent| . |CoercibleTo|) 52936) ((|FourierComponent| . |OrderedType|) T) ((|FourierComponent| . |SetCategory|) T) ((|FourierComponent| . |Type|) T) ((|FlexibleArray| . |OneDimensionalArrayAggregate|) 52920) ((|FlexibleArray| . |Aggregate|) T) ((|FlexibleArray| . |BasicType|) 52892) ((|FlexibleArray| . |CoercibleTo|) 52828) ((|FlexibleArray| . |Collection|) 52812) ((|FlexibleArray| . |ConvertibleTo|) 52748) ((|FlexibleArray| . |Eltable|) 52682) ((|FlexibleArray| . |EltableAggregate|) 52654) ((|FlexibleArray| . |Evalable|) 52578) ((|FlexibleArray| . |FiniteAggregate|) 52562) ((|FlexibleArray| . |FiniteLinearAggregate|) 52546) ((|FlexibleArray| . |Functorial|) 52530) ((|FlexibleArray| . |HomogeneousAggregate|) 52514) ((|FlexibleArray| . |IndexedAggregate|) 52486) ((|FlexibleArray| . |InnerEvalable|) 52405) ((|FlexibleArray| . |LinearAggregate|) 52389) ((|FlexibleArray| . |OrderedSet|) 52360) ((|FlexibleArray| . |OrderedType|) 52331) ((|FlexibleArray| . |SetCategory|) 52301) ((|FlexibleArray| . |ShallowlyMutableAggregate|) 52285) ((|FlexibleArray| . |Type|) T) ((|FlexibleArray| . |ExtensibleLinearAggregate|) 52269) ((|FreeAbelianMonoid| . |FreeAbelianMonoidCategory|) 52230) ((|FreeAbelianMonoid| . |AbelianMonoid|) T) ((|FreeAbelianMonoid| . |AbelianSemiGroup|) T) ((|FreeAbelianMonoid| . |BasicType|) T) ((|FreeAbelianMonoid| . |CancellationAbelianMonoid|) T) ((|FreeAbelianMonoid| . |CoercibleFrom|) 52214) ((|FreeAbelianMonoid| . |CoercibleTo|) 52188) ((|FreeAbelianMonoid| . |RetractableTo|) 52172) ((|FreeAbelianMonoid| . |SetCategory|) T) ((|FreeAbelianMonoid| . |Type|) T) ((|FreeAbelianGroup| . |AbelianGroup|) T) ((|FreeAbelianGroup| . |AbelianMonoid|) T) ((|FreeAbelianGroup| . |AbelianSemiGroup|) T) ((|FreeAbelianGroup| . |BasicType|) T) ((|FreeAbelianGroup| . |CancellationAbelianMonoid|) T) ((|FreeAbelianGroup| . |CoercibleTo|) 52146) ((|FreeAbelianGroup| . |LeftLinearSet|) 52123) ((|FreeAbelianGroup| . |SetCategory|) T) ((|FreeAbelianGroup| . |Type|) T) ((|FreeAbelianGroup| . |Module|) 52100) ((|FreeAbelianGroup| . |BiModule|) 52070) ((|FreeAbelianGroup| . |LeftModule|) 52047) ((|FreeAbelianGroup| . |LinearSet|) 52024) ((|FreeAbelianGroup| . |RightLinearSet|) 52001) ((|FreeAbelianGroup| . |RightModule|) 51978) ((|FreeAbelianGroup| . |FreeAbelianMonoidCategory|) 51950) ((|FreeAbelianGroup| . |CoercibleFrom|) 51934) ((|FreeAbelianGroup| . |RetractableTo|) 51918) ((|FreeAbelianGroup| . |OrderedSet|) 51889) ((|FreeAbelianGroup| . |OrderedType|) 51860) ((|ExponentialOfUnivariatePuiseuxSeries| . |UnivariatePuiseuxSeriesCategory|) 51844) ((|ExponentialOfUnivariatePuiseuxSeries| . |AbelianGroup|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |AbelianMonoid|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |AbelianMonoidRing|) 51803) ((|ExponentialOfUnivariatePuiseuxSeries| . |AbelianSemiGroup|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |Algebra|) 51647) ((|ExponentialOfUnivariatePuiseuxSeries| . |ArcHyperbolicFunctionCategory|) 51596) ((|ExponentialOfUnivariatePuiseuxSeries| . |ArcTrigonometricFunctionCategory|) 51545) ((|ExponentialOfUnivariatePuiseuxSeries| . |BasicType|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |BiModule|) 51401) ((|ExponentialOfUnivariatePuiseuxSeries| . |CancellationAbelianMonoid|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |CharacteristicNonZero|) 51361) ((|ExponentialOfUnivariatePuiseuxSeries| . |CharacteristicZero|) 51324) ((|ExponentialOfUnivariatePuiseuxSeries| . |CoercibleFrom|) 51153) ((|ExponentialOfUnivariatePuiseuxSeries| . |CoercibleTo|) 51127) ((|ExponentialOfUnivariatePuiseuxSeries| . |CommutativeRing|) 51093) ((|ExponentialOfUnivariatePuiseuxSeries| . |DifferentialDomain|) 51022) ((|ExponentialOfUnivariatePuiseuxSeries| . |DifferentialRing|) 50957) ((|ExponentialOfUnivariatePuiseuxSeries| . |DifferentialSpace|) 50892) ((|ExponentialOfUnivariatePuiseuxSeries| . |DivisionRing|) 50868) ((|ExponentialOfUnivariatePuiseuxSeries| . |ElementaryFunctionCategory|) 50817) ((|ExponentialOfUnivariatePuiseuxSeries| . |Eltable|) 50764) ((|ExponentialOfUnivariatePuiseuxSeries| . |EntireRing|) 50731) ((|ExponentialOfUnivariatePuiseuxSeries| . |EuclideanDomain|) 50707) ((|ExponentialOfUnivariatePuiseuxSeries| . |Field|) 50683) ((|ExponentialOfUnivariatePuiseuxSeries| . |Functorial|) 50667) ((|ExponentialOfUnivariatePuiseuxSeries| . |GcdDomain|) 50643) ((|ExponentialOfUnivariatePuiseuxSeries| . |HyperbolicFunctionCategory|) 50592) ((|ExponentialOfUnivariatePuiseuxSeries| . |IntegralDomain|) 50559) ((|ExponentialOfUnivariatePuiseuxSeries| . |LeftLinearSet|) 50441) ((|ExponentialOfUnivariatePuiseuxSeries| . |LeftModule|) 50338) ((|ExponentialOfUnivariatePuiseuxSeries| . |LinearSet|) 50182) ((|ExponentialOfUnivariatePuiseuxSeries| . |Module|) 50026) ((|ExponentialOfUnivariatePuiseuxSeries| . |Monoid|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |PartialDifferentialDomain|) 49886) ((|ExponentialOfUnivariatePuiseuxSeries| . |PartialDifferentialRing|) 49748) ((|ExponentialOfUnivariatePuiseuxSeries| . |PartialDifferentialSpace|) 49610) ((|ExponentialOfUnivariatePuiseuxSeries| . |PowerSeriesCategory|) 49543) ((|ExponentialOfUnivariatePuiseuxSeries| . |PrincipalIdealDomain|) 49519) ((|ExponentialOfUnivariatePuiseuxSeries| . |RadicalCategory|) 49468) ((|ExponentialOfUnivariatePuiseuxSeries| . |RightLinearSet|) 49338) ((|ExponentialOfUnivariatePuiseuxSeries| . |RightModule|) 49208) ((|ExponentialOfUnivariatePuiseuxSeries| . |Ring|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |Rng|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |SemiGroup|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |SemiRing|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |SetCategory|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |TranscendentalFunctionCategory|) 49157) ((|ExponentialOfUnivariatePuiseuxSeries| . |TrigonometricFunctionCategory|) 49106) ((|ExponentialOfUnivariatePuiseuxSeries| . |Type|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |UniqueFactorizationDomain|) 49082) ((|ExponentialOfUnivariatePuiseuxSeries| . |UnivariatePowerSeriesCategory|) 49041) ((|ExponentialOfUnivariatePuiseuxSeries| . |OrderedAbelianMonoid|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |OrderedAbelianSemiGroup|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |OrderedSet|) T) ((|ExponentialOfUnivariatePuiseuxSeries| . |OrderedType|) T) ((|Expression| . |FunctionSpace|) 49025) ((|Expression| . |AbelianGroup|) 48907) ((|Expression| . |AbelianMonoid|) 48785) ((|Expression| . |AbelianSemiGroup|) 48663) ((|Expression| . |Algebra|) 48525) ((|Expression| . |BasicType|) T) ((|Expression| . |BiModule|) 48373) ((|Expression| . |CancellationAbelianMonoid|) 48255) ((|Expression| . |CharacteristicNonZero|) 48215) ((|Expression| . |CharacteristicZero|) 48178) ((|Expression| . |CoercibleFrom|) 47686) ((|Expression| . |CoercibleTo|) 47660) ((|Expression| . |CommutativeRing|) 47627) ((|Expression| . |ConvertibleTo|) 47405) ((|Expression| . |DivisionRing|) 47372) ((|Expression| . |EntireRing|) 47339) ((|Expression| . |EuclideanDomain|) 47306) ((|Expression| . |Evalable|) 47293) ((|Expression| . |ExpressionSpace|) T) ((|Expression| . |Field|) 47260) ((|Expression| . |FullyLinearlyExplicitRingOver|) 47228) ((|Expression| . |FullyPatternMatchable|) 47212) ((|Expression| . |FullyRetractableTo|) 47196) ((|Expression| . |GcdDomain|) 47163) ((|Expression| . |Group|) 47139) ((|Expression| . |InnerEvalable|) 47101) ((|Expression| . |IntegralDomain|) 47068) ((|Expression| . |LeftLinearSet|) 46825) ((|Expression| . |LeftModule|) 46617) ((|Expression| . |LinearSet|) 46479) ((|Expression| . |LinearlyExplicitRingOver|) 46351) ((|Expression| . |Module|) 46213) ((|Expression| . |Monoid|) 46185) ((|Expression| . |PartialDifferentialDomain|) 46145) ((|Expression| . |PartialDifferentialRing|) 46107) ((|Expression| . |PartialDifferentialSpace|) 46069) ((|Expression| . |PatternMatchable|) 45950) ((|Expression| . |Patternable|) 45934) ((|Expression| . |PrincipalIdealDomain|) 45901) ((|Expression| . |RetractableTo|) 45423) ((|Expression| . |RightLinearSet|) 45285) ((|Expression| . |RightModule|) 45147) ((|Expression| . |Ring|) 45124) ((|Expression| . |Rng|) 45101) ((|Expression| . |SemiGroup|) 45073) ((|Expression| . |SemiRing|) 45050) ((|Expression| . |SetCategory|) T) ((|Expression| . |Type|) T) ((|Expression| . |UniqueFactorizationDomain|) 45017) ((|Expression| . |AlgebraicallyClosedFunctionSpace|) 44975) ((|Expression| . |AlgebraicallyClosedField|) 44942) ((|Expression| . |RadicalCategory|) 44909) ((|Expression| . |TranscendentalFunctionCategory|) 44876) ((|Expression| . |ArcHyperbolicFunctionCategory|) 44843) ((|Expression| . |ArcTrigonometricFunctionCategory|) 44810) ((|Expression| . |ElementaryFunctionCategory|) 44777) ((|Expression| . |HyperbolicFunctionCategory|) 44744) ((|Expression| . |TrigonometricFunctionCategory|) 44711) ((|Expression| . |CombinatorialOpsCategory|) 44678) ((|Expression| . |CombinatorialFunctionCategory|) 44645) ((|Expression| . |LiouvillianFunctionCategory|) 44612) ((|Expression| . |PrimitiveFunctionCategory|) 44579) ((|Expression| . |SpecialFunctionCategory|) 44546) ((|ExponentialExpansion| . |QuotientFieldCategory|) 44461) ((|ExponentialExpansion| . |AbelianGroup|) T) ((|ExponentialExpansion| . |AbelianMonoid|) T) ((|ExponentialExpansion| . |AbelianSemiGroup|) T) ((|ExponentialExpansion| . |Algebra|) 44333) ((|ExponentialExpansion| . |BasicType|) T) ((|ExponentialExpansion| . |BiModule|) 44189) ((|ExponentialExpansion| . |CancellationAbelianMonoid|) T) ((|ExponentialExpansion| . |CharacteristicNonZero|) 44080) ((|ExponentialExpansion| . |CharacteristicZero|) 43974) ((|ExponentialExpansion| . |CoercibleFrom|) 43780) ((|ExponentialExpansion| . |CoercibleTo|) 43754) ((|ExponentialExpansion| . |CommutativeRing|) T) ((|ExponentialExpansion| . |ConvertibleTo|) NIL) ((|ExponentialExpansion| . |DifferentialDomain|) NIL) ((|ExponentialExpansion| . |DifferentialExtension|) 43669) ((|ExponentialExpansion| . |DifferentialRing|) NIL) ((|ExponentialExpansion| . |DifferentialSpace|) NIL) ((|ExponentialExpansion| . |DifferentialSpaceExtension|) 43584) ((|ExponentialExpansion| . |DivisionRing|) T) ((|ExponentialExpansion| . |Eltable|) 43468) ((|ExponentialExpansion| . |EntireRing|) T) ((|ExponentialExpansion| . |EuclideanDomain|) T) ((|ExponentialExpansion| . |Evalable|) 43357) ((|ExponentialExpansion| . |Field|) T) ((|ExponentialExpansion| . |FullyEvalableOver|) 43272) ((|ExponentialExpansion| . |FullyLinearlyExplicitRingOver|) 43187) ((|ExponentialExpansion| . |FullyPatternMatchable|) 43102) ((|ExponentialExpansion| . |Functorial|) 43017) ((|ExponentialExpansion| . |GcdDomain|) T) ((|ExponentialExpansion| . |InnerEvalable|) 42840) ((|ExponentialExpansion| . |IntegralDomain|) T) ((|ExponentialExpansion| . |LeftLinearSet|) 42697) ((|ExponentialExpansion| . |LeftModule|) 42569) ((|ExponentialExpansion| . |LinearSet|) 42441) ((|ExponentialExpansion| . |LinearlyExplicitRingOver|) 42356) ((|ExponentialExpansion| . |Module|) 42228) ((|ExponentialExpansion| . |Monoid|) T) ((|ExponentialExpansion| . |OrderedAbelianGroup|) NIL) ((|ExponentialExpansion| . |OrderedAbelianMonoid|) NIL) ((|ExponentialExpansion| . |OrderedAbelianSemiGroup|) NIL) ((|ExponentialExpansion| . |OrderedCancellationAbelianMonoid|) NIL) ((|ExponentialExpansion| . |OrderedIntegralDomain|) NIL) ((|ExponentialExpansion| . |OrderedRing|) NIL) ((|ExponentialExpansion| . |OrderedSet|) NIL) ((|ExponentialExpansion| . |OrderedType|) NIL) ((|ExponentialExpansion| . |PartialDifferentialDomain|) NIL) ((|ExponentialExpansion| . |PartialDifferentialRing|) NIL) ((|ExponentialExpansion| . |PartialDifferentialSpace|) NIL) ((|ExponentialExpansion| . |PatternMatchable|) NIL) ((|ExponentialExpansion| . |Patternable|) 42143) ((|ExponentialExpansion| . |PolynomialFactorizationExplicit|) NIL) ((|ExponentialExpansion| . |PrincipalIdealDomain|) T) ((|ExponentialExpansion| . |RealConstant|) NIL) ((|ExponentialExpansion| . |RetractableTo|) 42007) ((|ExponentialExpansion| . |RightLinearSet|) 41879) ((|ExponentialExpansion| . |RightModule|) 41751) ((|ExponentialExpansion| . |Ring|) T) ((|ExponentialExpansion| . |Rng|) T) ((|ExponentialExpansion| . |SemiGroup|) T) ((|ExponentialExpansion| . |SemiRing|) T) ((|ExponentialExpansion| . |SetCategory|) T) ((|ExponentialExpansion| . |StepThrough|) NIL) ((|ExponentialExpansion| . |Type|) T) ((|ExponentialExpansion| . |UniqueFactorizationDomain|) T) ((|ExitAst| . |SpadSyntaxCategory|) T) ((|ExitAst| . |AbstractSyntaxCategory|) T) ((|ExitAst| . |BasicType|) T) ((|ExitAst| . |CoercibleFrom|) 41729) ((|ExitAst| . |CoercibleTo|) 41684) ((|ExitAst| . |HomotopicTo|) 41662) ((|ExitAst| . |SetCategory|) T) ((|ExitAst| . |Type|) T) ((|Exit| . |SetCategory|) T) ((|Exit| . |BasicType|) T) ((|Exit| . |CoercibleTo|) 41636) ((|Exit| . |Type|) T) ((|EqTable| . |TableAggregate|) 41615) ((|EqTable| . |Aggregate|) T) ((|EqTable| . |BagAggregate|) 41557) ((|EqTable| . |BasicType|) T) ((|EqTable| . |CoercibleTo|) 41531) ((|EqTable| . |Collection|) 41473) ((|EqTable| . |Dictionary|) 41415) ((|EqTable| . |DictionaryOperations|) 41357) ((|EqTable| . |Eltable|) 41336) ((|EqTable| . |EltableAggregate|) 41315) ((|EqTable| . |Evalable|) 41075) ((|EqTable| . |FiniteAggregate|) 41017) ((|EqTable| . |Functorial|) 40946) ((|EqTable| . |HomogeneousAggregate|) 40875) ((|EqTable| . |IndexedAggregate|) 40854) ((|EqTable| . |InnerEvalable|) 40602) ((|EqTable| . |KeyedDictionary|) 40581) ((|EqTable| . |SetCategory|) T) ((|EqTable| . |ShallowlyMutableAggregate|) 40510) ((|EqTable| . |Type|) T) ((|Equation| . |Functorial|) 40494) ((|Equation| . |Type|) T) ((|Equation| . |InnerEvalable|) 40433) ((|Equation| . |SetCategory|) 40403) ((|Equation| . |BasicType|) 40373) ((|Equation| . |CoercibleTo|) 40290) ((|Equation| . |AbelianSemiGroup|) 40255) ((|Equation| . |AbelianGroup|) 40224) ((|Equation| . |AbelianMonoid|) 40193) ((|Equation| . |CancellationAbelianMonoid|) 40162) ((|Equation| . |LeftLinearSet|) 40062) ((|Equation| . |SemiGroup|) 40034) ((|Equation| . |Monoid|) 40009) ((|Equation| . |Group|) 39985) ((|Equation| . |Ring|) 39962) ((|Equation| . |CoercibleFrom|) 39923) ((|Equation| . |LeftModule|) 39867) ((|Equation| . |Rng|) 39844) ((|Equation| . |SemiRing|) 39821) ((|Equation| . |BiModule|) 39784) ((|Equation| . |RightLinearSet|) 39752) ((|Equation| . |RightModule|) 39720) ((|Equation| . |Module|) 39677) ((|Equation| . |LinearSet|) 39634) ((|Equation| . |PartialDifferentialRing|) 39568) ((|Equation| . |PartialDifferentialDomain|) 39502) ((|Equation| . |PartialDifferentialSpace|) 39438) ((|Equation| . |VectorSpace|) 39405) ((|Environment| . |CoercibleTo|) 39379) ((|EuclideanModularRing| . |EuclideanDomain|) T) ((|EuclideanModularRing| . |AbelianGroup|) T) ((|EuclideanModularRing| . |AbelianMonoid|) T) ((|EuclideanModularRing| . |AbelianSemiGroup|) T) ((|EuclideanModularRing| . |Algebra|) 39366) ((|EuclideanModularRing| . |BasicType|) T) ((|EuclideanModularRing| . |BiModule|) 39351) ((|EuclideanModularRing| . |CancellationAbelianMonoid|) T) ((|EuclideanModularRing| . |CoercibleFrom|) 39318) ((|EuclideanModularRing| . |CoercibleTo|) 39279) ((|EuclideanModularRing| . |CommutativeRing|) T) ((|EuclideanModularRing| . |EntireRing|) T) ((|EuclideanModularRing| . |GcdDomain|) T) ((|EuclideanModularRing| . |IntegralDomain|) T) ((|EuclideanModularRing| . |LeftLinearSet|) 39246) ((|EuclideanModularRing| . |LeftModule|) 39233) ((|EuclideanModularRing| . |LinearSet|) 39220) ((|EuclideanModularRing| . |Module|) 39207) ((|EuclideanModularRing| . |Monoid|) T) ((|EuclideanModularRing| . |PrincipalIdealDomain|) T) ((|EuclideanModularRing| . |RightLinearSet|) 39194) ((|EuclideanModularRing| . |RightModule|) 39181) ((|EuclideanModularRing| . |Ring|) T) ((|EuclideanModularRing| . |Rng|) T) ((|EuclideanModularRing| . |SemiGroup|) T) ((|EuclideanModularRing| . |SemiRing|) T) ((|EuclideanModularRing| . |SetCategory|) T) ((|EuclideanModularRing| . |Type|) T) ((|EuclideanModularRing| . |Eltable|) 39160) ((|Elaboration| . |CoercibleTo|) 39134) ((|ElaboratedExpression| . |CoercibleTo|) 39108) ((|ExtAlgBasis| . |OrderedSet|) T) ((|ExtAlgBasis| . |BasicType|) T) ((|ExtAlgBasis| . |CoercibleTo|) 39082) ((|ExtAlgBasis| . |OrderedType|) T) ((|ExtAlgBasis| . |SetCategory|) T) ((|ExtAlgBasis| . |Type|) T) ((|DifferentialSparseMultivariatePolynomial| . |DifferentialPolynomialCategory|) 39030) ((|DifferentialSparseMultivariatePolynomial| . |AbelianGroup|) T) ((|DifferentialSparseMultivariatePolynomial| . |AbelianMonoid|) T) ((|DifferentialSparseMultivariatePolynomial| . |AbelianMonoidRing|) 38988) ((|DifferentialSparseMultivariatePolynomial| . |AbelianSemiGroup|) T) ((|DifferentialSparseMultivariatePolynomial| . |Algebra|) 38832) ((|DifferentialSparseMultivariatePolynomial| . |BasicType|) T) ((|DifferentialSparseMultivariatePolynomial| . |BiModule|) 38688) ((|DifferentialSparseMultivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|DifferentialSparseMultivariatePolynomial| . |CharacteristicNonZero|) 38648) ((|DifferentialSparseMultivariatePolynomial| . |CharacteristicZero|) 38611) ((|DifferentialSparseMultivariatePolynomial| . |CoercibleFrom|) 38329) ((|DifferentialSparseMultivariatePolynomial| . |CoercibleTo|) 38303) ((|DifferentialSparseMultivariatePolynomial| . |CommutativeRing|) 38269) ((|DifferentialSparseMultivariatePolynomial| . |ConvertibleTo|) 37876) ((|DifferentialSparseMultivariatePolynomial| . |DifferentialDomain|) 37834) ((|DifferentialSparseMultivariatePolynomial| . |DifferentialExtension|) 37818) ((|DifferentialSparseMultivariatePolynomial| . |DifferentialRing|) 37783) ((|DifferentialSparseMultivariatePolynomial| . |DifferentialSpace|) 37747) ((|DifferentialSparseMultivariatePolynomial| . |DifferentialSpaceExtension|) 37731) ((|DifferentialSparseMultivariatePolynomial| . |EntireRing|) 37698) ((|DifferentialSparseMultivariatePolynomial| . |Evalable|) 37685) ((|DifferentialSparseMultivariatePolynomial| . |FiniteAbelianMonoidRing|) 37643) ((|DifferentialSparseMultivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 37627) ((|DifferentialSparseMultivariatePolynomial| . |FullyRetractableTo|) 37611) ((|DifferentialSparseMultivariatePolynomial| . |Functorial|) 37595) ((|DifferentialSparseMultivariatePolynomial| . |GcdDomain|) 37567) ((|DifferentialSparseMultivariatePolynomial| . |InnerEvalable|) 37430) ((|DifferentialSparseMultivariatePolynomial| . |IntegralDomain|) 37397) ((|DifferentialSparseMultivariatePolynomial| . |LeftLinearSet|) 37279) ((|DifferentialSparseMultivariatePolynomial| . |LeftModule|) 37113) ((|DifferentialSparseMultivariatePolynomial| . |LinearSet|) 36957) ((|DifferentialSparseMultivariatePolynomial| . |LinearlyExplicitRingOver|) 36873) ((|DifferentialSparseMultivariatePolynomial| . |Module|) 36717) ((|DifferentialSparseMultivariatePolynomial| . |Monoid|) T) ((|DifferentialSparseMultivariatePolynomial| . |PartialDifferentialDomain|) 36574) ((|DifferentialSparseMultivariatePolynomial| . |PartialDifferentialRing|) 36493) ((|DifferentialSparseMultivariatePolynomial| . |PartialDifferentialSpace|) 36354) ((|DifferentialSparseMultivariatePolynomial| . |PatternMatchable|) 36133) ((|DifferentialSparseMultivariatePolynomial| . |PolynomialCategory|) 36086) ((|DifferentialSparseMultivariatePolynomial| . |PolynomialFactorizationExplicit|) 36036) ((|DifferentialSparseMultivariatePolynomial| . |RetractableTo|) 35808) ((|DifferentialSparseMultivariatePolynomial| . |RightLinearSet|) 35678) ((|DifferentialSparseMultivariatePolynomial| . |RightModule|) 35548) ((|DifferentialSparseMultivariatePolynomial| . |Ring|) T) ((|DifferentialSparseMultivariatePolynomial| . |Rng|) T) ((|DifferentialSparseMultivariatePolynomial| . |SemiGroup|) T) ((|DifferentialSparseMultivariatePolynomial| . |SemiRing|) T) ((|DifferentialSparseMultivariatePolynomial| . |SetCategory|) T) ((|DifferentialSparseMultivariatePolynomial| . |Type|) T) ((|DifferentialSparseMultivariatePolynomial| . |UniqueFactorizationDomain|) 35498) ((|DrawOption| . |SetCategory|) T) ((|DrawOption| . |BasicType|) T) ((|DrawOption| . |CoercibleTo|) 35472) ((|DrawOption| . |Type|) T) ((|DirectProductModule| . |DirectProductCategory|) 35451) ((|DirectProductModule| . |AbelianGroup|) T) ((|DirectProductModule| . |AbelianMonoid|) T) ((|DirectProductModule| . |AbelianSemiGroup|) T) ((|DirectProductModule| . |Aggregate|) T) ((|DirectProductModule| . |BasicType|) T) ((|DirectProductModule| . |BiModule|) 35414) ((|DirectProductModule| . |CancellationAbelianMonoid|) T) ((|DirectProductModule| . |CoercibleFrom|) 35143) ((|DirectProductModule| . |CoercibleTo|) 35093) ((|DirectProductModule| . |DifferentialDomain|) 34956) ((|DirectProductModule| . |DifferentialExtension|) 34924) ((|DirectProductModule| . |DifferentialRing|) 34861) ((|DirectProductModule| . |DifferentialSpace|) 34730) ((|DirectProductModule| . |DifferentialSpaceExtension|) 34698) ((|DirectProductModule| . |Eltable|) 34670) ((|DirectProductModule| . |EltableAggregate|) 34642) ((|DirectProductModule| . |Evalable|) 34566) ((|DirectProductModule| . |Finite|) 34541) ((|DirectProductModule| . |FiniteAggregate|) 34525) ((|DirectProductModule| . |FullyLinearlyExplicitRingOver|) 34493) ((|DirectProductModule| . |FullyRetractableTo|) 34454) ((|DirectProductModule| . |Functorial|) 34438) ((|DirectProductModule| . |HomogeneousAggregate|) 34422) ((|DirectProductModule| . |IndexedAggregate|) 34394) ((|DirectProductModule| . |InnerEvalable|) 34313) ((|DirectProductModule| . |LeftLinearSet|) 34220) ((|DirectProductModule| . |LeftModule|) 34053) ((|DirectProductModule| . |LinearSet|) 34019) ((|DirectProductModule| . |LinearlyExplicitRingOver|) 33891) ((|DirectProductModule| . |Module|) 33848) ((|DirectProductModule| . |Monoid|) 33825) ((|DirectProductModule| . |OrderedAbelianMonoid|) 33783) ((|DirectProductModule| . |OrderedAbelianMonoidSup|) 33741) ((|DirectProductModule| . |OrderedAbelianSemiGroup|) 33699) ((|DirectProductModule| . |OrderedCancellationAbelianMonoid|) 33657) ((|DirectProductModule| . |OrderedSet|) 33628) ((|DirectProductModule| . |OrderedType|) 33599) ((|DirectProductModule| . |PartialDifferentialDomain|) 33415) ((|DirectProductModule| . |PartialDifferentialRing|) 33319) ((|DirectProductModule| . |PartialDifferentialSpace|) 33137) ((|DirectProductModule| . |RetractableTo|) 32893) ((|DirectProductModule| . |RightLinearSet|) 32859) ((|DirectProductModule| . |RightModule|) 32827) ((|DirectProductModule| . |Ring|) 32804) ((|DirectProductModule| . |Rng|) 32781) ((|DirectProductModule| . |SemiGroup|) 32758) ((|DirectProductModule| . |SemiRing|) 32735) ((|DirectProductModule| . |SetCategory|) T) ((|DirectProductModule| . |Type|) T) ((|DirectProductModule| . |VectorSpace|) 32702) ((|DirectProductMatrixModule| . |DirectProductCategory|) 32681) ((|DirectProductMatrixModule| . |AbelianGroup|) T) ((|DirectProductMatrixModule| . |AbelianMonoid|) T) ((|DirectProductMatrixModule| . |AbelianSemiGroup|) T) ((|DirectProductMatrixModule| . |Aggregate|) T) ((|DirectProductMatrixModule| . |BasicType|) T) ((|DirectProductMatrixModule| . |BiModule|) 32644) ((|DirectProductMatrixModule| . |CancellationAbelianMonoid|) T) ((|DirectProductMatrixModule| . |CoercibleFrom|) 32373) ((|DirectProductMatrixModule| . |CoercibleTo|) 32323) ((|DirectProductMatrixModule| . |DifferentialDomain|) 32186) ((|DirectProductMatrixModule| . |DifferentialExtension|) 32154) ((|DirectProductMatrixModule| . |DifferentialRing|) 32091) ((|DirectProductMatrixModule| . |DifferentialSpace|) 31960) ((|DirectProductMatrixModule| . |DifferentialSpaceExtension|) 31928) ((|DirectProductMatrixModule| . |Eltable|) 31900) ((|DirectProductMatrixModule| . |EltableAggregate|) 31872) ((|DirectProductMatrixModule| . |Evalable|) 31796) ((|DirectProductMatrixModule| . |Finite|) 31771) ((|DirectProductMatrixModule| . |FiniteAggregate|) 31755) ((|DirectProductMatrixModule| . |FullyLinearlyExplicitRingOver|) 31723) ((|DirectProductMatrixModule| . |FullyRetractableTo|) 31684) ((|DirectProductMatrixModule| . |Functorial|) 31668) ((|DirectProductMatrixModule| . |HomogeneousAggregate|) 31652) ((|DirectProductMatrixModule| . |IndexedAggregate|) 31624) ((|DirectProductMatrixModule| . |InnerEvalable|) 31543) ((|DirectProductMatrixModule| . |LeftLinearSet|) 31437) ((|DirectProductMatrixModule| . |LeftModule|) 31257) ((|DirectProductMatrixModule| . |LinearSet|) 31223) ((|DirectProductMatrixModule| . |LinearlyExplicitRingOver|) 31095) ((|DirectProductMatrixModule| . |Module|) 31052) ((|DirectProductMatrixModule| . |Monoid|) 31029) ((|DirectProductMatrixModule| . |OrderedAbelianMonoid|) 30987) ((|DirectProductMatrixModule| . |OrderedAbelianMonoidSup|) 30945) ((|DirectProductMatrixModule| . |OrderedAbelianSemiGroup|) 30903) ((|DirectProductMatrixModule| . |OrderedCancellationAbelianMonoid|) 30861) ((|DirectProductMatrixModule| . |OrderedSet|) 30832) ((|DirectProductMatrixModule| . |OrderedType|) 30803) ((|DirectProductMatrixModule| . |PartialDifferentialDomain|) 30619) ((|DirectProductMatrixModule| . |PartialDifferentialRing|) 30523) ((|DirectProductMatrixModule| . |PartialDifferentialSpace|) 30341) ((|DirectProductMatrixModule| . |RetractableTo|) 30097) ((|DirectProductMatrixModule| . |RightLinearSet|) 30063) ((|DirectProductMatrixModule| . |RightModule|) 30031) ((|DirectProductMatrixModule| . |Ring|) 30008) ((|DirectProductMatrixModule| . |Rng|) 29985) ((|DirectProductMatrixModule| . |SemiGroup|) 29962) ((|DirectProductMatrixModule| . |SemiRing|) 29939) ((|DirectProductMatrixModule| . |SetCategory|) T) ((|DirectProductMatrixModule| . |Type|) T) ((|DirectProductMatrixModule| . |VectorSpace|) 29906) ((|DomainTemplate| . |SetCategory|) T) ((|DomainTemplate| . |BasicType|) T) ((|DomainTemplate| . |CoercibleTo|) 29880) ((|DomainTemplate| . |Type|) T) ((|DomainTemplate| . |Eltable|) 29835) ((|DomainConstructor| . |ConstructorCategory|) T) ((|DomainConstructor| . |BasicType|) T) ((|DomainConstructor| . |CoercibleTo|) 29785) ((|DomainConstructor| . |OperatorCategory|) 29759) ((|DomainConstructor| . |SetCategory|) T) ((|DomainConstructor| . |Type|) T) ((|Domain| . |SetCategory|) T) ((|Domain| . |BasicType|) T) ((|Domain| . |CoercibleTo|) 29733) ((|Domain| . |Type|) T) ((|DistributedMultivariatePolynomial| . |PolynomialCategory|) 29636) ((|DistributedMultivariatePolynomial| . |AbelianGroup|) T) ((|DistributedMultivariatePolynomial| . |AbelianMonoid|) T) ((|DistributedMultivariatePolynomial| . |AbelianMonoidRing|) 29568) ((|DistributedMultivariatePolynomial| . |AbelianSemiGroup|) T) ((|DistributedMultivariatePolynomial| . |Algebra|) 29412) ((|DistributedMultivariatePolynomial| . |BasicType|) T) ((|DistributedMultivariatePolynomial| . |BiModule|) 29268) ((|DistributedMultivariatePolynomial| . |CancellationAbelianMonoid|) T) ((|DistributedMultivariatePolynomial| . |CharacteristicNonZero|) 29228) ((|DistributedMultivariatePolynomial| . |CharacteristicZero|) 29191) ((|DistributedMultivariatePolynomial| . |CoercibleFrom|) 28949) ((|DistributedMultivariatePolynomial| . |CoercibleTo|) 28923) ((|DistributedMultivariatePolynomial| . |CommutativeRing|) 28889) ((|DistributedMultivariatePolynomial| . |ConvertibleTo|) 28667) ((|DistributedMultivariatePolynomial| . |EntireRing|) 28634) ((|DistributedMultivariatePolynomial| . |Evalable|) 28621) ((|DistributedMultivariatePolynomial| . |FiniteAbelianMonoidRing|) 28553) ((|DistributedMultivariatePolynomial| . |FullyLinearlyExplicitRingOver|) 28537) ((|DistributedMultivariatePolynomial| . |FullyRetractableTo|) 28521) ((|DistributedMultivariatePolynomial| . |Functorial|) 28505) ((|DistributedMultivariatePolynomial| . |GcdDomain|) 28477) ((|DistributedMultivariatePolynomial| . |InnerEvalable|) 28403) ((|DistributedMultivariatePolynomial| . |IntegralDomain|) 28370) ((|DistributedMultivariatePolynomial| . |LeftLinearSet|) 28252) ((|DistributedMultivariatePolynomial| . |LeftModule|) 28086) ((|DistributedMultivariatePolynomial| . |LinearSet|) 27930) ((|DistributedMultivariatePolynomial| . |LinearlyExplicitRingOver|) 27846) ((|DistributedMultivariatePolynomial| . |Module|) 27690) ((|DistributedMultivariatePolynomial| . |Monoid|) T) ((|DistributedMultivariatePolynomial| . |PartialDifferentialDomain|) 27648) ((|DistributedMultivariatePolynomial| . |PartialDifferentialRing|) 27608) ((|DistributedMultivariatePolynomial| . |PartialDifferentialSpace|) 27568) ((|DistributedMultivariatePolynomial| . |PatternMatchable|) NIL) ((|DistributedMultivariatePolynomial| . |PolynomialFactorizationExplicit|) 27518) ((|DistributedMultivariatePolynomial| . |RetractableTo|) 27330) ((|DistributedMultivariatePolynomial| . |RightLinearSet|) 27200) ((|DistributedMultivariatePolynomial| . |RightModule|) 27070) ((|DistributedMultivariatePolynomial| . |Ring|) T) ((|DistributedMultivariatePolynomial| . |Rng|) T) ((|DistributedMultivariatePolynomial| . |SemiGroup|) T) ((|DistributedMultivariatePolynomial| . |SemiRing|) T) ((|DistributedMultivariatePolynomial| . |SetCategory|) T) ((|DistributedMultivariatePolynomial| . |Type|) T) ((|DistributedMultivariatePolynomial| . |UniqueFactorizationDomain|) 27020) ((|DataList| . |ListAggregate|) 27004) ((|DataList| . |Aggregate|) T) ((|DataList| . |BasicType|) 26976) ((|DataList| . |CoercibleTo|) 26890) ((|DataList| . |Collection|) 26874) ((|DataList| . |ConvertibleTo|) 26810) ((|DataList| . |Eltable|) 26744) ((|DataList| . |EltableAggregate|) 26716) ((|DataList| . |Evalable|) 26640) ((|DataList| . |ExtensibleLinearAggregate|) 26624) ((|DataList| . |FiniteAggregate|) 26608) ((|DataList| . |FiniteLinearAggregate|) 26592) ((|DataList| . |Functorial|) 26576) ((|DataList| . |HomogeneousAggregate|) 26560) ((|DataList| . |IndexedAggregate|) 26532) ((|DataList| . |InnerEvalable|) 26451) ((|DataList| . |LinearAggregate|) 26435) ((|DataList| . |OrderedSet|) 26406) ((|DataList| . |OrderedType|) 26377) ((|DataList| . |RecursiveAggregate|) 26361) ((|DataList| . |SetCategory|) 26331) ((|DataList| . |ShallowlyMutableAggregate|) 26315) ((|DataList| . |StreamAggregate|) 26299) ((|DataList| . |Type|) T) ((|DataList| . |UnaryRecursiveAggregate|) 26283) ((|DataList| . |HomotopicTo|) 26258) ((|DataList| . |CoercibleFrom|) 26233) ((|DirectProduct| . |DirectProductCategory|) 26212) ((|DirectProduct| . |AbelianGroup|) 26181) ((|DirectProduct| . |AbelianMonoid|) 26149) ((|DirectProduct| . |AbelianSemiGroup|) 26114) ((|DirectProduct| . |Aggregate|) T) ((|DirectProduct| . |BasicType|) 25857) ((|DirectProduct| . |BiModule|) 25820) ((|DirectProduct| . |CancellationAbelianMonoid|) 25776) ((|DirectProduct| . |CoercibleFrom|) 25505) ((|DirectProduct| . |CoercibleTo|) 25188) ((|DirectProduct| . |DifferentialDomain|) 25051) ((|DirectProduct| . |DifferentialExtension|) 25019) ((|DirectProduct| . |DifferentialRing|) 24956) ((|DirectProduct| . |DifferentialSpace|) 24825) ((|DirectProduct| . |DifferentialSpaceExtension|) 24793) ((|DirectProduct| . |Eltable|) 24765) ((|DirectProduct| . |EltableAggregate|) 24737) ((|DirectProduct| . |Evalable|) 24661) ((|DirectProduct| . |Finite|) 24636) ((|DirectProduct| . |FiniteAggregate|) 24620) ((|DirectProduct| . |FullyLinearlyExplicitRingOver|) 24588) ((|DirectProduct| . |FullyRetractableTo|) 24549) ((|DirectProduct| . |Functorial|) 24533) ((|DirectProduct| . |HomogeneousAggregate|) 24517) ((|DirectProduct| . |IndexedAggregate|) 24489) ((|DirectProduct| . |InnerEvalable|) 24408) ((|DirectProduct| . |LeftLinearSet|) 24304) ((|DirectProduct| . |LeftModule|) 24150) ((|DirectProduct| . |LinearSet|) 24116) ((|DirectProduct| . |LinearlyExplicitRingOver|) 23988) ((|DirectProduct| . |Module|) 23945) ((|DirectProduct| . |Monoid|) 23922) ((|DirectProduct| . |OrderedAbelianMonoid|) 23880) ((|DirectProduct| . |OrderedAbelianMonoidSup|) 23838) ((|DirectProduct| . |OrderedAbelianSemiGroup|) 23796) ((|DirectProduct| . |OrderedCancellationAbelianMonoid|) 23754) ((|DirectProduct| . |OrderedSet|) 23725) ((|DirectProduct| . |OrderedType|) 23696) ((|DirectProduct| . |PartialDifferentialDomain|) 23512) ((|DirectProduct| . |PartialDifferentialRing|) 23416) ((|DirectProduct| . |PartialDifferentialSpace|) 23234) ((|DirectProduct| . |RetractableTo|) 22990) ((|DirectProduct| . |RightLinearSet|) 22956) ((|DirectProduct| . |RightModule|) 22924) ((|DirectProduct| . |Ring|) 22901) ((|DirectProduct| . |Rng|) 22878) ((|DirectProduct| . |SemiGroup|) 22855) ((|DirectProduct| . |SemiRing|) 22832) ((|DirectProduct| . |SetCategory|) 22573) ((|DirectProduct| . |Type|) T) ((|DirectProduct| . |VectorSpace|) 22540) ((|DenavitHartenbergMatrix| . |MatrixCategory|) 22501) ((|DenavitHartenbergMatrix| . |Aggregate|) T) ((|DenavitHartenbergMatrix| . |BasicType|) 22473) ((|DenavitHartenbergMatrix| . |CoercibleTo|) 22409) ((|DenavitHartenbergMatrix| . |Evalable|) 22333) ((|DenavitHartenbergMatrix| . |FiniteAggregate|) 22317) ((|DenavitHartenbergMatrix| . |Functorial|) 22301) ((|DenavitHartenbergMatrix| . |HomogeneousAggregate|) 22285) ((|DenavitHartenbergMatrix| . |InnerEvalable|) 22204) ((|DenavitHartenbergMatrix| . |SetCategory|) 22174) ((|DenavitHartenbergMatrix| . |ShallowlyMutableAggregate|) 22158) ((|DenavitHartenbergMatrix| . |TwoDimensionalArrayCategory|) 22119) ((|DenavitHartenbergMatrix| . |Type|) T) ((|DoubleFloat| . |FloatingPointSystem|) T) ((|DoubleFloat| . |AbelianGroup|) T) ((|DoubleFloat| . |AbelianMonoid|) T) ((|DoubleFloat| . |AbelianSemiGroup|) T) ((|DoubleFloat| . |Algebra|) 22073) ((|DoubleFloat| . |BasicType|) T) ((|DoubleFloat| . |BiModule|) 22018) ((|DoubleFloat| . |CancellationAbelianMonoid|) T) ((|DoubleFloat| . |CharacteristicZero|) T) ((|DoubleFloat| . |CoercibleFrom|) 21957) ((|DoubleFloat| . |CoercibleTo|) 21931) ((|DoubleFloat| . |CommutativeRing|) T) ((|DoubleFloat| . |ConvertibleTo|) 21837) ((|DoubleFloat| . |DivisionRing|) T) ((|DoubleFloat| . |EntireRing|) T) ((|DoubleFloat| . |EuclideanDomain|) T) ((|DoubleFloat| . |Field|) T) ((|DoubleFloat| . |GcdDomain|) T) ((|DoubleFloat| . |IntegralDomain|) T) ((|DoubleFloat| . |LeftLinearSet|) 21776) ((|DoubleFloat| . |LeftModule|) 21730) ((|DoubleFloat| . |LinearSet|) 21684) ((|DoubleFloat| . |Module|) 21638) ((|DoubleFloat| . |Monoid|) T) ((|DoubleFloat| . |OrderedAbelianGroup|) T) ((|DoubleFloat| . |OrderedAbelianMonoid|) T) ((|DoubleFloat| . |OrderedAbelianSemiGroup|) T) ((|DoubleFloat| . |OrderedCancellationAbelianMonoid|) T) ((|DoubleFloat| . |OrderedRing|) T) ((|DoubleFloat| . |OrderedSet|) T) ((|DoubleFloat| . |OrderedType|) T) ((|DoubleFloat| . |PatternMatchable|) 21617) ((|DoubleFloat| . |PrincipalIdealDomain|) T) ((|DoubleFloat| . |RadicalCategory|) T) ((|DoubleFloat| . |RealConstant|) T) ((|DoubleFloat| . |RealNumberSystem|) T) ((|DoubleFloat| . |RetractableTo|) 21566) ((|DoubleFloat| . |RightLinearSet|) 21520) ((|DoubleFloat| . |RightModule|) 21474) ((|DoubleFloat| . |Ring|) T) ((|DoubleFloat| . |Rng|) T) ((|DoubleFloat| . |SemiGroup|) T) ((|DoubleFloat| . |SemiRing|) T) ((|DoubleFloat| . |SetCategory|) T) ((|DoubleFloat| . |Type|) T) ((|DoubleFloat| . |UniqueFactorizationDomain|) T) ((|DoubleFloat| . |DifferentialRing|) T) ((|DoubleFloat| . |DifferentialDomain|) 21461) ((|DoubleFloat| . |DifferentialSpace|) T) ((|DoubleFloat| . |TranscendentalFunctionCategory|) T) ((|DoubleFloat| . |ArcHyperbolicFunctionCategory|) T) ((|DoubleFloat| . |ArcTrigonometricFunctionCategory|) T) ((|DoubleFloat| . |ElementaryFunctionCategory|) T) ((|DoubleFloat| . |HyperbolicFunctionCategory|) T) ((|DoubleFloat| . |TrigonometricFunctionCategory|) T) ((|DeRhamComplex| . |LeftAlgebra|) 21430) ((|DeRhamComplex| . |AbelianGroup|) T) ((|DeRhamComplex| . |AbelianMonoid|) T) ((|DeRhamComplex| . |AbelianSemiGroup|) T) ((|DeRhamComplex| . |BasicType|) T) ((|DeRhamComplex| . |CancellationAbelianMonoid|) T) ((|DeRhamComplex| . |CoercibleFrom|) 21379) ((|DeRhamComplex| . |CoercibleTo|) 21353) ((|DeRhamComplex| . |LeftLinearSet|) 21292) ((|DeRhamComplex| . |LeftModule|) 21251) ((|DeRhamComplex| . |Monoid|) T) ((|DeRhamComplex| . |Ring|) T) ((|DeRhamComplex| . |Rng|) T) ((|DeRhamComplex| . |SemiGroup|) T) ((|DeRhamComplex| . |SemiRing|) T) ((|DeRhamComplex| . |SetCategory|) T) ((|DeRhamComplex| . |Type|) T) ((|DeRhamComplex| . |RetractableTo|) 21220) ((|DeRhamComplex| . |Functorial|) 21189) ((|Dequeue| . |DequeueAggregate|) 21173) ((|Dequeue| . |Aggregate|) T) ((|Dequeue| . |BagAggregate|) 21157) ((|Dequeue| . |BasicType|) 21129) ((|Dequeue| . |CoercibleTo|) 21065) ((|Dequeue| . |Evalable|) 20989) ((|Dequeue| . |FiniteAggregate|) 20973) ((|Dequeue| . |Functorial|) 20957) ((|Dequeue| . |HomogeneousAggregate|) 20941) ((|Dequeue| . |InnerEvalable|) 20860) ((|Dequeue| . |QueueAggregate|) 20844) ((|Dequeue| . |SetCategory|) 20814) ((|Dequeue| . |ShallowlyMutableAggregate|) 20798) ((|Dequeue| . |StackAggregate|) 20782) ((|Dequeue| . |Type|) T) ((|DefinitionAst| . |SpadSyntaxCategory|) T) ((|DefinitionAst| . |AbstractSyntaxCategory|) T) ((|DefinitionAst| . |BasicType|) T) ((|DefinitionAst| . |CoercibleFrom|) 20760) ((|DefinitionAst| . |CoercibleTo|) 20715) ((|DefinitionAst| . |HomotopicTo|) 20693) ((|DefinitionAst| . |SetCategory|) T) ((|DefinitionAst| . |Type|) T) ((|DecimalExpansion| . |QuotientFieldCategory|) 20670) ((|DecimalExpansion| . |AbelianGroup|) T) ((|DecimalExpansion| . |AbelianMonoid|) T) ((|DecimalExpansion| . |AbelianSemiGroup|) T) ((|DecimalExpansion| . |Algebra|) 20604) ((|DecimalExpansion| . |BasicType|) T) ((|DecimalExpansion| . |BiModule|) 20522) ((|DecimalExpansion| . |CancellationAbelianMonoid|) T) ((|DecimalExpansion| . |CharacteristicNonZero|) NIL) ((|DecimalExpansion| . |CharacteristicZero|) T) ((|DecimalExpansion| . |CoercibleFrom|) 20461) ((|DecimalExpansion| . |CoercibleTo|) 20372) ((|DecimalExpansion| . |CommutativeRing|) T) ((|DecimalExpansion| . |ConvertibleTo|) 20273) ((|DecimalExpansion| . |DifferentialDomain|) 20260) ((|DecimalExpansion| . |DifferentialExtension|) 20237) ((|DecimalExpansion| . |DifferentialRing|) T) ((|DecimalExpansion| . |DifferentialSpace|) T) ((|DecimalExpansion| . |DifferentialSpaceExtension|) 20214) ((|DecimalExpansion| . |DivisionRing|) T) ((|DecimalExpansion| . |Eltable|) NIL) ((|DecimalExpansion| . |EntireRing|) T) ((|DecimalExpansion| . |EuclideanDomain|) T) ((|DecimalExpansion| . |Evalable|) NIL) ((|DecimalExpansion| . |Field|) T) ((|DecimalExpansion| . |FullyEvalableOver|) 20191) ((|DecimalExpansion| . |FullyLinearlyExplicitRingOver|) 20168) ((|DecimalExpansion| . |FullyPatternMatchable|) 20145) ((|DecimalExpansion| . |Functorial|) 20122) ((|DecimalExpansion| . |GcdDomain|) T) ((|DecimalExpansion| . |InnerEvalable|) NIL) ((|DecimalExpansion| . |IntegralDomain|) T) ((|DecimalExpansion| . |LeftLinearSet|) 20061) ((|DecimalExpansion| . |LeftModule|) 20000) ((|DecimalExpansion| . |LinearSet|) 19934) ((|DecimalExpansion| . |LinearlyExplicitRingOver|) 19911) ((|DecimalExpansion| . |Module|) 19845) ((|DecimalExpansion| . |Monoid|) T) ((|DecimalExpansion| . |OrderedAbelianGroup|) T) ((|DecimalExpansion| . |OrderedAbelianMonoid|) T) ((|DecimalExpansion| . |OrderedAbelianSemiGroup|) T) ((|DecimalExpansion| . |OrderedCancellationAbelianMonoid|) T) ((|DecimalExpansion| . |OrderedIntegralDomain|) T) ((|DecimalExpansion| . |OrderedRing|) T) ((|DecimalExpansion| . |OrderedSet|) T) ((|DecimalExpansion| . |OrderedType|) T) ((|DecimalExpansion| . |PartialDifferentialDomain|) NIL) ((|DecimalExpansion| . |PartialDifferentialRing|) NIL) ((|DecimalExpansion| . |PartialDifferentialSpace|) NIL) ((|DecimalExpansion| . |PatternMatchable|) 19822) ((|DecimalExpansion| . |Patternable|) 19799) ((|DecimalExpansion| . |PolynomialFactorizationExplicit|) NIL) ((|DecimalExpansion| . |PrincipalIdealDomain|) T) ((|DecimalExpansion| . |RealConstant|) T) ((|DecimalExpansion| . |RetractableTo|) 19748) ((|DecimalExpansion| . |RightLinearSet|) 19682) ((|DecimalExpansion| . |RightModule|) 19616) ((|DecimalExpansion| . |Ring|) T) ((|DecimalExpansion| . |Rng|) T) ((|DecimalExpansion| . |SemiGroup|) T) ((|DecimalExpansion| . |SemiRing|) T) ((|DecimalExpansion| . |SetCategory|) T) ((|DecimalExpansion| . |StepThrough|) T) ((|DecimalExpansion| . |Type|) T) ((|DecimalExpansion| . |UniqueFactorizationDomain|) T) ((|DualBasis| . |OrderedFinite|) T) ((|DualBasis| . |BasicType|) T) ((|DualBasis| . |CoercibleTo|) 19590) ((|DualBasis| . |Finite|) T) ((|DualBasis| . |OrderedSet|) T) ((|DualBasis| . |OrderedType|) T) ((|DualBasis| . |SetCategory|) T) ((|DualBasis| . |Type|) T) ((|Database| . |SetCategory|) T) ((|Database| . |BasicType|) T) ((|Database| . |CoercibleTo|) 19564) ((|Database| . |Type|) T) ((|Database| . |CoercibleFrom|) 19539) ((|DataArray| . |SetCategory|) T) ((|DataArray| . |BasicType|) T) ((|DataArray| . |CoercibleTo|) 19513) ((|DataArray| . |Type|) T) ((|ConstructorKind| . |SetCategory|) T) ((|ConstructorKind| . |BasicType|) T) ((|ConstructorKind| . |CoercibleTo|) 19487) ((|ConstructorKind| . |Type|) T) ((|ConstructorCall| . |SetCategory|) T) ((|ConstructorCall| . |BasicType|) T) ((|ConstructorCall| . |CoercibleTo|) 19461) ((|ConstructorCall| . |Type|) T) ((|Constructor| . |ConstructorCategory|) T) ((|Constructor| . |BasicType|) T) ((|Constructor| . |CoercibleTo|) 19435) ((|Constructor| . |OperatorCategory|) 19409) ((|Constructor| . |SetCategory|) T) ((|Constructor| . |Type|) T) ((|CoerceAst| . |SpadSyntaxCategory|) T) ((|CoerceAst| . |AbstractSyntaxCategory|) T) ((|CoerceAst| . |BasicType|) T) ((|CoerceAst| . |CoercibleFrom|) 19387) ((|CoerceAst| . |CoercibleTo|) 19342) ((|CoerceAst| . |HomotopicTo|) 19320) ((|CoerceAst| . |SetCategory|) T) ((|CoerceAst| . |Type|) T) ((|Contour| . |CoercibleTo|) 19294) ((|ContinuedFraction| . |Algebra|) 19209) ((|ContinuedFraction| . |AbelianGroup|) T) ((|ContinuedFraction| . |AbelianMonoid|) T) ((|ContinuedFraction| . |AbelianSemiGroup|) T) ((|ContinuedFraction| . |BasicType|) T) ((|ContinuedFraction| . |BiModule|) 19103) ((|ContinuedFraction| . |CancellationAbelianMonoid|) T) ((|ContinuedFraction| . |CoercibleFrom|) 18998) ((|ContinuedFraction| . |CoercibleTo|) 18972) ((|ContinuedFraction| . |LeftLinearSet|) 18867) ((|ContinuedFraction| . |LeftModule|) 18782) ((|ContinuedFraction| . |LinearSet|) 18697) ((|ContinuedFraction| . |Module|) 18612) ((|ContinuedFraction| . |Monoid|) T) ((|ContinuedFraction| . |RightLinearSet|) 18527) ((|ContinuedFraction| . |RightModule|) 18442) ((|ContinuedFraction| . |Ring|) T) ((|ContinuedFraction| . |Rng|) T) ((|ContinuedFraction| . |SemiGroup|) T) ((|ContinuedFraction| . |SemiRing|) T) ((|ContinuedFraction| . |SetCategory|) T) ((|ContinuedFraction| . |Type|) T) ((|ContinuedFraction| . |Field|) T) ((|ContinuedFraction| . |CommutativeRing|) T) ((|ContinuedFraction| . |DivisionRing|) T) ((|ContinuedFraction| . |EntireRing|) T) ((|ContinuedFraction| . |EuclideanDomain|) T) ((|ContinuedFraction| . |GcdDomain|) T) ((|ContinuedFraction| . |IntegralDomain|) T) ((|ContinuedFraction| . |PrincipalIdealDomain|) T) ((|ContinuedFraction| . |UniqueFactorizationDomain|) T) ((|SubSpaceComponentProperty| . |SetCategory|) T) ((|SubSpaceComponentProperty| . |BasicType|) T) ((|SubSpaceComponentProperty| . |CoercibleTo|) 18416) ((|SubSpaceComponentProperty| . |Type|) T) ((|Complex| . |ComplexCategory|) 18400) ((|Complex| . |AbelianGroup|) T) ((|Complex| . |AbelianMonoid|) T) ((|Complex| . |AbelianSemiGroup|) T) ((|Complex| . |Algebra|) 18205) ((|Complex| . |ArcHyperbolicFunctionCategory|) 18156) ((|Complex| . |ArcTrigonometricFunctionCategory|) 18107) ((|Complex| . |BasicType|) T) ((|Complex| . |BiModule|) 18017) ((|Complex| . |CancellationAbelianMonoid|) T) ((|Complex| . |CharacteristicNonZero|) 17977) ((|Complex| . |CharacteristicZero|) 17940) ((|Complex| . |CoercibleFrom|) 17669) ((|Complex| . |CoercibleTo|) 17643) ((|Complex| . |CommutativeRing|) T) ((|Complex| . |ConvertibleTo|) 17266) ((|Complex| . |DifferentialDomain|) 17224) ((|Complex| . |DifferentialExtension|) 17208) ((|Complex| . |DifferentialRing|) 17173) ((|Complex| . |DifferentialSpace|) 17137) ((|Complex| . |DifferentialSpaceExtension|) 17121) ((|Complex| . |DivisionRing|) 17097) ((|Complex| . |ElementaryFunctionCategory|) 17048) ((|Complex| . |Eltable|) 17001) ((|Complex| . |EntireRing|) 16875) ((|Complex| . |EuclideanDomain|) 16841) ((|Complex| . |Evalable|) 16800) ((|Complex| . |Field|) 16776) ((|Complex| . |FieldOfPrimeCharacteristic|) 16738) ((|Complex| . |Finite|) 16713) ((|Complex| . |FiniteFieldCategory|) 16675) ((|Complex| . |FiniteRankAlgebra|) 16623) ((|Complex| . |FramedAlgebra|) 16571) ((|Complex| . |FullyEvalableOver|) 16555) ((|Complex| . |FullyLinearlyExplicitRingOver|) 16539) ((|Complex| . |FullyPatternMatchable|) 16523) ((|Complex| . |FullyRetractableTo|) 16507) ((|Complex| . |Functorial|) 16491) ((|Complex| . |GcdDomain|) 16457) ((|Complex| . |HyperbolicFunctionCategory|) 16408) ((|Complex| . |InnerEvalable|) 16297) ((|Complex| . |IntegralDomain|) 16171) ((|Complex| . |LeftLinearSet|) 16080) ((|Complex| . |LeftModule|) 15941) ((|Complex| . |LinearSet|) 15746) ((|Complex| . |LinearlyExplicitRingOver|) 15662) ((|Complex| . |Module|) 15467) ((|Complex| . |MonogenicAlgebra|) 15415) ((|Complex| . |Monoid|) T) ((|Complex| . |PartialDifferentialDomain|) 15287) ((|Complex| . |PartialDifferentialRing|) 15219) ((|Complex| . |PartialDifferentialSpace|) 15093) ((|Complex| . |PatternMatchable|) 14974) ((|Complex| . |Patternable|) 14958) ((|Complex| . |PolynomialFactorizationExplicit|) 14869) ((|Complex| . |PrincipalIdealDomain|) 14835) ((|Complex| . |RadicalCategory|) 14747) ((|Complex| . |RetractableTo|) 14596) ((|Complex| . |RightLinearSet|) 14520) ((|Complex| . |RightModule|) 14444) ((|Complex| . |Ring|) T) ((|Complex| . |Rng|) T) ((|Complex| . |SemiGroup|) T) ((|Complex| . |SemiRing|) T) ((|Complex| . |SetCategory|) T) ((|Complex| . |StepThrough|) 14406) ((|Complex| . |TranscendentalFunctionCategory|) 14357) ((|Complex| . |TrigonometricFunctionCategory|) 14308) ((|Complex| . |Type|) T) ((|Complex| . |UniqueFactorizationDomain|) 14191) ((|CommutativeOperation| . |CommutativeOperatorCategory|) 14175) ((|CommutativeOperation| . |BinaryOperatorCategory|) 14159) ((|CommutativeOperation| . |MappingCategory|) 14133) ((|CommutativeOperation| . |CoercibleTo|) 14097) ((|CommaAst| . |SpadSyntaxCategory|) T) ((|CommaAst| . |AbstractSyntaxCategory|) T) ((|CommaAst| . |BasicType|) T) ((|CommaAst| . |CoercibleFrom|) 14075) ((|CommaAst| . |CoercibleTo|) 14030) ((|CommaAst| . |HomotopicTo|) 14008) ((|CommaAst| . |SetCategory|) T) ((|CommaAst| . |Type|) T) ((|Commutator| . |SetCategory|) T) ((|Commutator| . |BasicType|) T) ((|Commutator| . |CoercibleTo|) 13982) ((|Commutator| . |Type|) T) ((|Color| . |AbelianSemiGroup|) T) ((|Color| . |BasicType|) T) ((|Color| . |CoercibleTo|) 13956) ((|Color| . |SetCategory|) T) ((|Color| . |Type|) T) ((|ColonAst| . |SpadSyntaxCategory|) T) ((|ColonAst| . |AbstractSyntaxCategory|) T) ((|ColonAst| . |BasicType|) T) ((|ColonAst| . |CoercibleFrom|) 13934) ((|ColonAst| . |CoercibleTo|) 13889) ((|ColonAst| . |HomotopicTo|) 13867) ((|ColonAst| . |SetCategory|) T) ((|ColonAst| . |Type|) T) ((|CollectAst| . |SpadSyntaxCategory|) T) ((|CollectAst| . |AbstractSyntaxCategory|) T) ((|CollectAst| . |BasicType|) T) ((|CollectAst| . |CoercibleFrom|) 13845) ((|CollectAst| . |CoercibleTo|) 13800) ((|CollectAst| . |HomotopicTo|) 13778) ((|CollectAst| . |SetCategory|) T) ((|CollectAst| . |Type|) T) ((|CliffordAlgebra| . |Ring|) T) ((|CliffordAlgebra| . |AbelianGroup|) T) ((|CliffordAlgebra| . |AbelianMonoid|) T) ((|CliffordAlgebra| . |AbelianSemiGroup|) T) ((|CliffordAlgebra| . |BasicType|) T) ((|CliffordAlgebra| . |CancellationAbelianMonoid|) T) ((|CliffordAlgebra| . |CoercibleFrom|) 13742) ((|CliffordAlgebra| . |CoercibleTo|) 13716) ((|CliffordAlgebra| . |LeftLinearSet|) 13670) ((|CliffordAlgebra| . |LeftModule|) 13644) ((|CliffordAlgebra| . |Monoid|) T) ((|CliffordAlgebra| . |Rng|) T) ((|CliffordAlgebra| . |SemiGroup|) T) ((|CliffordAlgebra| . |SemiRing|) T) ((|CliffordAlgebra| . |SetCategory|) T) ((|CliffordAlgebra| . |Type|) T) ((|CliffordAlgebra| . |Algebra|) 13628) ((|CliffordAlgebra| . |BiModule|) 13607) ((|CliffordAlgebra| . |LinearSet|) 13591) ((|CliffordAlgebra| . |Module|) 13575) ((|CliffordAlgebra| . |RightLinearSet|) 13559) ((|CliffordAlgebra| . |RightModule|) 13543) ((|CliffordAlgebra| . |VectorSpace|) 13527) ((|Character| . |OrderedFinite|) T) ((|Character| . |BasicType|) T) ((|Character| . |CoercibleTo|) 13501) ((|Character| . |Finite|) T) ((|Character| . |OrderedSet|) T) ((|Character| . |OrderedType|) T) ((|Character| . |SetCategory|) T) ((|Character| . |Type|) T) ((|CharacterClass| . |SetCategory|) T) ((|CharacterClass| . |BasicType|) T) ((|CharacterClass| . |CoercibleTo|) 13475) ((|CharacterClass| . |Type|) T) ((|CharacterClass| . |ConvertibleTo|) 13422) ((|CharacterClass| . |FiniteSetAggregate|) 13397) ((|CharacterClass| . |Aggregate|) T) ((|CharacterClass| . |BagAggregate|) 13372) ((|CharacterClass| . |Collection|) 13347) ((|CharacterClass| . |Dictionary|) 13322) ((|CharacterClass| . |DictionaryOperations|) 13297) ((|CharacterClass| . |Evalable|) NIL) ((|CharacterClass| . |Finite|) T) ((|CharacterClass| . |FiniteAggregate|) 13272) ((|CharacterClass| . |Functorial|) 13247) ((|CharacterClass| . |HomogeneousAggregate|) 13222) ((|CharacterClass| . |InnerEvalable|) NIL) ((|CharacterClass| . |SetAggregate|) 13197) ((|CharacterClass| . |ShallowlyMutableAggregate|) 13172) ((|Category| . |CoercibleTo|) 13146) ((|CategoryConstructor| . |ConstructorCategory|) T) ((|CategoryConstructor| . |BasicType|) T) ((|CategoryConstructor| . |CoercibleTo|) 13096) ((|CategoryConstructor| . |OperatorCategory|) 13070) ((|CategoryConstructor| . |SetCategory|) T) ((|CategoryConstructor| . |Type|) T) ((|CategoryAst| . |SpadSyntaxCategory|) T) ((|CategoryAst| . |AbstractSyntaxCategory|) T) ((|CategoryAst| . |BasicType|) T) ((|CategoryAst| . |CoercibleFrom|) 13048) ((|CategoryAst| . |CoercibleTo|) 13003) ((|CategoryAst| . |HomotopicTo|) 12981) ((|CategoryAst| . |SetCategory|) T) ((|CategoryAst| . |Type|) T) ((|CaseAst| . |SpadSyntaxCategory|) T) ((|CaseAst| . |AbstractSyntaxCategory|) T) ((|CaseAst| . |BasicType|) T) ((|CaseAst| . |CoercibleFrom|) 12959) ((|CaseAst| . |CoercibleTo|) 12914) ((|CaseAst| . |HomotopicTo|) 12892) ((|CaseAst| . |SetCategory|) T) ((|CaseAst| . |Type|) T) ((|CartesianTensor| . |GradedAlgebra|) 12853) ((|CartesianTensor| . |BasicType|) T) ((|CartesianTensor| . |CoercibleFrom|) 12725) ((|CartesianTensor| . |CoercibleTo|) 12699) ((|CartesianTensor| . |GradedModule|) 12633) ((|CartesianTensor| . |RetractableTo|) 12617) ((|CartesianTensor| . |SetCategory|) T) ((|CartesianTensor| . |Type|) T) ((|CartesianTensor| . |Eltable|) 12589) ((|CardinalNumber| . |OrderedSet|) T) ((|CardinalNumber| . |BasicType|) T) ((|CardinalNumber| . |CoercibleTo|) 12563) ((|CardinalNumber| . |OrderedType|) T) ((|CardinalNumber| . |SetCategory|) T) ((|CardinalNumber| . |Type|) T) ((|CardinalNumber| . |AbelianMonoid|) T) ((|CardinalNumber| . |AbelianSemiGroup|) T) ((|CardinalNumber| . |Monoid|) T) ((|CardinalNumber| . |SemiGroup|) T) ((|CardinalNumber| . |RetractableTo|) 12529) ((|CardinalNumber| . |CoercibleFrom|) 12495) ((|CapsuleAst| . |SpadSyntaxCategory|) T) ((|CapsuleAst| . |AbstractSyntaxCategory|) T) ((|CapsuleAst| . |BasicType|) T) ((|CapsuleAst| . |CoercibleFrom|) 12473) ((|CapsuleAst| . |CoercibleTo|) 12428) ((|CapsuleAst| . |HomotopicTo|) 12406) ((|CapsuleAst| . |SetCategory|) T) ((|CapsuleAst| . |Type|) T) ((|ByteOrder| . |SetCategory|) T) ((|ByteOrder| . |BasicType|) T) ((|ByteOrder| . |CoercibleTo|) 12380) ((|ByteOrder| . |Type|) T) ((|ByteBuffer| . |OneDimensionalArrayAggregate|) 12360) ((|ByteBuffer| . |Aggregate|) T) ((|ByteBuffer| . |BasicType|) T) ((|ByteBuffer| . |CoercibleTo|) 12279) ((|ByteBuffer| . |Collection|) 12259) ((|ByteBuffer| . |ConvertibleTo|) NIL) ((|ByteBuffer| . |Eltable|) 12189) ((|ByteBuffer| . |EltableAggregate|) 12157) ((|ByteBuffer| . |Evalable|) NIL) ((|ByteBuffer| . |FiniteAggregate|) 12137) ((|ByteBuffer| . |FiniteLinearAggregate|) 12117) ((|ByteBuffer| . |Functorial|) 12097) ((|ByteBuffer| . |HomogeneousAggregate|) 12077) ((|ByteBuffer| . |IndexedAggregate|) 12045) ((|ByteBuffer| . |InnerEvalable|) NIL) ((|ByteBuffer| . |LinearAggregate|) 12025) ((|ByteBuffer| . |OrderedSet|) T) ((|ByteBuffer| . |OrderedType|) T) ((|ByteBuffer| . |SetCategory|) T) ((|ByteBuffer| . |ShallowlyMutableAggregate|) 12005) ((|ByteBuffer| . |Type|) T) ((|Byte| . |OrderedFinite|) T) ((|Byte| . |BasicType|) T) ((|Byte| . |CoercibleTo|) 11979) ((|Byte| . |Finite|) T) ((|Byte| . |OrderedSet|) T) ((|Byte| . |OrderedType|) T) ((|Byte| . |SetCategory|) T) ((|Byte| . |Type|) T) ((|Byte| . |Logic|) T) ((|BinaryTree| . |BinaryTreeCategory|) 11963) ((|BinaryTree| . |Aggregate|) T) ((|BinaryTree| . |BasicType|) 11935) ((|BinaryTree| . |BinaryRecursiveAggregate|) 11919) ((|BinaryTree| . |CoercibleTo|) 11855) ((|BinaryTree| . |Evalable|) 11779) ((|BinaryTree| . |FiniteAggregate|) 11763) ((|BinaryTree| . |Functorial|) 11747) ((|BinaryTree| . |HomogeneousAggregate|) 11731) ((|BinaryTree| . |InnerEvalable|) 11650) ((|BinaryTree| . |RecursiveAggregate|) 11634) ((|BinaryTree| . |SetCategory|) 11604) ((|BinaryTree| . |ShallowlyMutableAggregate|) 11588) ((|BinaryTree| . |Type|) T) ((|BinaryTournament| . |BinaryTreeCategory|) 11572) ((|BinaryTournament| . |Aggregate|) T) ((|BinaryTournament| . |BasicType|) 11544) ((|BinaryTournament| . |BinaryRecursiveAggregate|) 11528) ((|BinaryTournament| . |CoercibleTo|) 11464) ((|BinaryTournament| . |Evalable|) 11388) ((|BinaryTournament| . |FiniteAggregate|) 11372) ((|BinaryTournament| . |Functorial|) 11356) ((|BinaryTournament| . |HomogeneousAggregate|) 11340) ((|BinaryTournament| . |InnerEvalable|) 11259) ((|BinaryTournament| . |RecursiveAggregate|) 11243) ((|BinaryTournament| . |SetCategory|) 11213) ((|BinaryTournament| . |ShallowlyMutableAggregate|) 11197) ((|BinaryTournament| . |Type|) T) ((|BinarySearchTree| . |BinaryTreeCategory|) 11181) ((|BinarySearchTree| . |Aggregate|) T) ((|BinarySearchTree| . |BasicType|) 11153) ((|BinarySearchTree| . |BinaryRecursiveAggregate|) 11137) ((|BinarySearchTree| . |CoercibleTo|) 11073) ((|BinarySearchTree| . |Evalable|) 10997) ((|BinarySearchTree| . |FiniteAggregate|) 10981) ((|BinarySearchTree| . |Functorial|) 10965) ((|BinarySearchTree| . |HomogeneousAggregate|) 10949) ((|BinarySearchTree| . |InnerEvalable|) 10868) ((|BinarySearchTree| . |RecursiveAggregate|) 10852) ((|BinarySearchTree| . |SetCategory|) 10822) ((|BinarySearchTree| . |ShallowlyMutableAggregate|) 10806) ((|BinarySearchTree| . |Type|) T) ((|BalancedPAdicRational| . |QuotientFieldCategory|) 10765) ((|BalancedPAdicRational| . |AbelianGroup|) T) ((|BalancedPAdicRational| . |AbelianMonoid|) T) ((|BalancedPAdicRational| . |AbelianSemiGroup|) T) ((|BalancedPAdicRational| . |Algebra|) 10681) ((|BalancedPAdicRational| . |BasicType|) T) ((|BalancedPAdicRational| . |BiModule|) 10581) ((|BalancedPAdicRational| . |CancellationAbelianMonoid|) T) ((|BalancedPAdicRational| . |CharacteristicNonZero|) NIL) ((|BalancedPAdicRational| . |CharacteristicZero|) T) ((|BalancedPAdicRational| . |CoercibleFrom|) 10482) ((|BalancedPAdicRational| . |CoercibleTo|) 10456) ((|BalancedPAdicRational| . |CommutativeRing|) T) ((|BalancedPAdicRational| . |ConvertibleTo|) NIL) ((|BalancedPAdicRational| . |DifferentialDomain|) NIL) ((|BalancedPAdicRational| . |DifferentialExtension|) 10415) ((|BalancedPAdicRational| . |DifferentialRing|) NIL) ((|BalancedPAdicRational| . |DifferentialSpace|) NIL) ((|BalancedPAdicRational| . |DifferentialSpaceExtension|) 10374) ((|BalancedPAdicRational| . |DivisionRing|) T) ((|BalancedPAdicRational| . |Eltable|) 10302) ((|BalancedPAdicRational| . |EntireRing|) T) ((|BalancedPAdicRational| . |EuclideanDomain|) T) ((|BalancedPAdicRational| . |Evalable|) 10235) ((|BalancedPAdicRational| . |Field|) T) ((|BalancedPAdicRational| . |FullyEvalableOver|) 10194) ((|BalancedPAdicRational| . |FullyLinearlyExplicitRingOver|) 10153) ((|BalancedPAdicRational| . |FullyPatternMatchable|) 10112) ((|BalancedPAdicRational| . |Functorial|) 10071) ((|BalancedPAdicRational| . |GcdDomain|) T) ((|BalancedPAdicRational| . |InnerEvalable|) 9938) ((|BalancedPAdicRational| . |IntegralDomain|) T) ((|BalancedPAdicRational| . |LeftLinearSet|) 9839) ((|BalancedPAdicRational| . |LeftModule|) 9755) ((|BalancedPAdicRational| . |LinearSet|) 9671) ((|BalancedPAdicRational| . |LinearlyExplicitRingOver|) 9630) ((|BalancedPAdicRational| . |Module|) 9546) ((|BalancedPAdicRational| . |Monoid|) T) ((|BalancedPAdicRational| . |OrderedAbelianGroup|) NIL) ((|BalancedPAdicRational| . |OrderedAbelianMonoid|) NIL) ((|BalancedPAdicRational| . |OrderedAbelianSemiGroup|) NIL) ((|BalancedPAdicRational| . |OrderedCancellationAbelianMonoid|) NIL) ((|BalancedPAdicRational| . |OrderedIntegralDomain|) NIL) ((|BalancedPAdicRational| . |OrderedRing|) NIL) ((|BalancedPAdicRational| . |OrderedSet|) NIL) ((|BalancedPAdicRational| . |OrderedType|) NIL) ((|BalancedPAdicRational| . |PartialDifferentialDomain|) NIL) ((|BalancedPAdicRational| . |PartialDifferentialRing|) NIL) ((|BalancedPAdicRational| . |PartialDifferentialSpace|) NIL) ((|BalancedPAdicRational| . |PatternMatchable|) NIL) ((|BalancedPAdicRational| . |Patternable|) 9505) ((|BalancedPAdicRational| . |PolynomialFactorizationExplicit|) NIL) ((|BalancedPAdicRational| . |PrincipalIdealDomain|) T) ((|BalancedPAdicRational| . |RealConstant|) NIL) ((|BalancedPAdicRational| . |RetractableTo|) 9464) ((|BalancedPAdicRational| . |RightLinearSet|) 9380) ((|BalancedPAdicRational| . |RightModule|) 9296) ((|BalancedPAdicRational| . |Ring|) T) ((|BalancedPAdicRational| . |Rng|) T) ((|BalancedPAdicRational| . |SemiGroup|) T) ((|BalancedPAdicRational| . |SemiRing|) T) ((|BalancedPAdicRational| . |SetCategory|) T) ((|BalancedPAdicRational| . |StepThrough|) NIL) ((|BalancedPAdicRational| . |Type|) T) ((|BalancedPAdicRational| . |UniqueFactorizationDomain|) T) ((|BalancedPAdicInteger| . |PAdicIntegerCategory|) 9280) ((|BalancedPAdicInteger| . |AbelianGroup|) T) ((|BalancedPAdicInteger| . |AbelianMonoid|) T) ((|BalancedPAdicInteger| . |AbelianSemiGroup|) T) ((|BalancedPAdicInteger| . |Algebra|) 9267) ((|BalancedPAdicInteger| . |BasicType|) T) ((|BalancedPAdicInteger| . |BiModule|) 9252) ((|BalancedPAdicInteger| . |CancellationAbelianMonoid|) T) ((|BalancedPAdicInteger| . |CharacteristicZero|) T) ((|BalancedPAdicInteger| . |CoercibleFrom|) 9219) ((|BalancedPAdicInteger| . |CoercibleTo|) 9193) ((|BalancedPAdicInteger| . |CommutativeRing|) T) ((|BalancedPAdicInteger| . |EntireRing|) T) ((|BalancedPAdicInteger| . |EuclideanDomain|) T) ((|BalancedPAdicInteger| . |GcdDomain|) T) ((|BalancedPAdicInteger| . |IntegralDomain|) T) ((|BalancedPAdicInteger| . |LeftLinearSet|) 9160) ((|BalancedPAdicInteger| . |LeftModule|) 9147) ((|BalancedPAdicInteger| . |LinearSet|) 9134) ((|BalancedPAdicInteger| . |Module|) 9121) ((|BalancedPAdicInteger| . |Monoid|) T) ((|BalancedPAdicInteger| . |PrincipalIdealDomain|) T) ((|BalancedPAdicInteger| . |RightLinearSet|) 9108) ((|BalancedPAdicInteger| . |RightModule|) 9095) ((|BalancedPAdicInteger| . |Ring|) T) ((|BalancedPAdicInteger| . |Rng|) T) ((|BalancedPAdicInteger| . |SemiGroup|) T) ((|BalancedPAdicInteger| . |SemiRing|) T) ((|BalancedPAdicInteger| . |SetCategory|) T) ((|BalancedPAdicInteger| . |Type|) T) ((|BasicOperator| . |OrderedSet|) T) ((|BasicOperator| . |BasicType|) T) ((|BasicOperator| . |CoercibleTo|) 9069) ((|BasicOperator| . |OrderedType|) T) ((|BasicOperator| . |SetCategory|) T) ((|BasicOperator| . |Type|) T) ((|BasicOperator| . |OperatorCategory|) 9047) ((|Boolean| . |OrderedFinite|) T) ((|Boolean| . |BasicType|) T) ((|Boolean| . |CoercibleTo|) 9021) ((|Boolean| . |Finite|) T) ((|Boolean| . |OrderedSet|) T) ((|Boolean| . |OrderedType|) T) ((|Boolean| . |SetCategory|) T) ((|Boolean| . |Type|) T) ((|Boolean| . |PropositionalLogic|) T) ((|Boolean| . |BooleanLogic|) T) ((|Boolean| . |Logic|) T) ((|Boolean| . |ConvertibleTo|) 8996) ((|Bits| . |BitAggregate|) T) ((|Bits| . |Aggregate|) T) ((|Bits| . |BasicType|) T) ((|Bits| . |BooleanLogic|) T) ((|Bits| . |CoercibleTo|) 8970) ((|Bits| . |Collection|) 8947) ((|Bits| . |ConvertibleTo|) 8922) ((|Bits| . |Eltable|) 8849) ((|Bits| . |EltableAggregate|) 8814) ((|Bits| . |FiniteAggregate|) 8791) ((|Bits| . |FiniteLinearAggregate|) 8768) ((|Bits| . |Functorial|) 8745) ((|Bits| . |HomogeneousAggregate|) 8722) ((|Bits| . |IndexedAggregate|) 8687) ((|Bits| . |LinearAggregate|) 8664) ((|Bits| . |Logic|) T) ((|Bits| . |OneDimensionalArrayAggregate|) 8641) ((|Bits| . |OrderedSet|) T) ((|Bits| . |OrderedType|) T) ((|Bits| . |SetCategory|) T) ((|Bits| . |ShallowlyMutableAggregate|) 8618) ((|Bits| . |Type|) T) ((|BinaryOperation| . |BinaryOperatorCategory|) 8602) ((|BinaryOperation| . |MappingCategory|) 8576) ((|BinaryOperation| . |SetCategory|) T) ((|BinaryOperation| . |BasicType|) T) ((|BinaryOperation| . |CoercibleTo|) 8550) ((|BinaryOperation| . |Type|) T) ((|Binding| . |CoercibleTo|) 8524) ((|BinaryExpansion| . |QuotientFieldCategory|) 8501) ((|BinaryExpansion| . |AbelianGroup|) T) ((|BinaryExpansion| . |AbelianMonoid|) T) ((|BinaryExpansion| . |AbelianSemiGroup|) T) ((|BinaryExpansion| . |Algebra|) 8435) ((|BinaryExpansion| . |BasicType|) T) ((|BinaryExpansion| . |BiModule|) 8353) ((|BinaryExpansion| . |CancellationAbelianMonoid|) T) ((|BinaryExpansion| . |CharacteristicNonZero|) NIL) ((|BinaryExpansion| . |CharacteristicZero|) T) ((|BinaryExpansion| . |CoercibleFrom|) 8292) ((|BinaryExpansion| . |CoercibleTo|) 8204) ((|BinaryExpansion| . |CommutativeRing|) T) ((|BinaryExpansion| . |ConvertibleTo|) 8105) ((|BinaryExpansion| . |DifferentialDomain|) 8092) ((|BinaryExpansion| . |DifferentialExtension|) 8069) ((|BinaryExpansion| . |DifferentialRing|) T) ((|BinaryExpansion| . |DifferentialSpace|) T) ((|BinaryExpansion| . |DifferentialSpaceExtension|) 8046) ((|BinaryExpansion| . |DivisionRing|) T) ((|BinaryExpansion| . |Eltable|) NIL) ((|BinaryExpansion| . |EntireRing|) T) ((|BinaryExpansion| . |EuclideanDomain|) T) ((|BinaryExpansion| . |Evalable|) NIL) ((|BinaryExpansion| . |Field|) T) ((|BinaryExpansion| . |FullyEvalableOver|) 8023) ((|BinaryExpansion| . |FullyLinearlyExplicitRingOver|) 8000) ((|BinaryExpansion| . |FullyPatternMatchable|) 7977) ((|BinaryExpansion| . |Functorial|) 7954) ((|BinaryExpansion| . |GcdDomain|) T) ((|BinaryExpansion| . |InnerEvalable|) NIL) ((|BinaryExpansion| . |IntegralDomain|) T) ((|BinaryExpansion| . |LeftLinearSet|) 7893) ((|BinaryExpansion| . |LeftModule|) 7832) ((|BinaryExpansion| . |LinearSet|) 7766) ((|BinaryExpansion| . |LinearlyExplicitRingOver|) 7743) ((|BinaryExpansion| . |Module|) 7677) ((|BinaryExpansion| . |Monoid|) T) ((|BinaryExpansion| . |OrderedAbelianGroup|) T) ((|BinaryExpansion| . |OrderedAbelianMonoid|) T) ((|BinaryExpansion| . |OrderedAbelianSemiGroup|) T) ((|BinaryExpansion| . |OrderedCancellationAbelianMonoid|) T) ((|BinaryExpansion| . |OrderedIntegralDomain|) T) ((|BinaryExpansion| . |OrderedRing|) T) ((|BinaryExpansion| . |OrderedSet|) T) ((|BinaryExpansion| . |OrderedType|) T) ((|BinaryExpansion| . |PartialDifferentialDomain|) NIL) ((|BinaryExpansion| . |PartialDifferentialRing|) NIL) ((|BinaryExpansion| . |PartialDifferentialSpace|) NIL) ((|BinaryExpansion| . |PatternMatchable|) 7654) ((|BinaryExpansion| . |Patternable|) 7631) ((|BinaryExpansion| . |PolynomialFactorizationExplicit|) NIL) ((|BinaryExpansion| . |PrincipalIdealDomain|) T) ((|BinaryExpansion| . |RealConstant|) T) ((|BinaryExpansion| . |RetractableTo|) 7580) ((|BinaryExpansion| . |RightLinearSet|) 7514) ((|BinaryExpansion| . |RightModule|) 7448) ((|BinaryExpansion| . |Ring|) T) ((|BinaryExpansion| . |Rng|) T) ((|BinaryExpansion| . |SemiGroup|) T) ((|BinaryExpansion| . |SemiRing|) T) ((|BinaryExpansion| . |SetCategory|) T) ((|BinaryExpansion| . |StepThrough|) T) ((|BinaryExpansion| . |Type|) T) ((|BinaryExpansion| . |UniqueFactorizationDomain|) T) ((|BalancedBinaryTree| . |BinaryTreeCategory|) 7432) ((|BalancedBinaryTree| . |Aggregate|) T) ((|BalancedBinaryTree| . |BasicType|) 7404) ((|BalancedBinaryTree| . |BinaryRecursiveAggregate|) 7388) ((|BalancedBinaryTree| . |CoercibleTo|) 7324) ((|BalancedBinaryTree| . |Evalable|) 7248) ((|BalancedBinaryTree| . |FiniteAggregate|) 7232) ((|BalancedBinaryTree| . |Functorial|) 7216) ((|BalancedBinaryTree| . |HomogeneousAggregate|) 7200) ((|BalancedBinaryTree| . |InnerEvalable|) 7119) ((|BalancedBinaryTree| . |RecursiveAggregate|) 7103) ((|BalancedBinaryTree| . |SetCategory|) 7073) ((|BalancedBinaryTree| . |ShallowlyMutableAggregate|) 7057) ((|BalancedBinaryTree| . |Type|) T) ((|Automorphism| . |Group|) T) ((|Automorphism| . |BasicType|) T) ((|Automorphism| . |CoercibleTo|) 7031) ((|Automorphism| . |Monoid|) T) ((|Automorphism| . |SemiGroup|) T) ((|Automorphism| . |SetCategory|) T) ((|Automorphism| . |Type|) T) ((|Automorphism| . |Eltable|) 7010) ((|AttributeAst| . |SpadSyntaxCategory|) T) ((|AttributeAst| . |AbstractSyntaxCategory|) T) ((|AttributeAst| . |BasicType|) T) ((|AttributeAst| . |CoercibleFrom|) 6988) ((|AttributeAst| . |CoercibleTo|) 6943) ((|AttributeAst| . |HomotopicTo|) 6921) ((|AttributeAst| . |SetCategory|) T) ((|AttributeAst| . |Type|) T) ((|ArrayStack| . |StackAggregate|) 6905) ((|ArrayStack| . |Aggregate|) T) ((|ArrayStack| . |BagAggregate|) 6889) ((|ArrayStack| . |BasicType|) 6861) ((|ArrayStack| . |CoercibleTo|) 6797) ((|ArrayStack| . |Evalable|) 6721) ((|ArrayStack| . |FiniteAggregate|) 6705) ((|ArrayStack| . |Functorial|) 6689) ((|ArrayStack| . |HomogeneousAggregate|) 6673) ((|ArrayStack| . |InnerEvalable|) 6592) ((|ArrayStack| . |SetCategory|) 6562) ((|ArrayStack| . |ShallowlyMutableAggregate|) 6546) ((|ArrayStack| . |Type|) T) ((|TwoDimensionalArray| . |TwoDimensionalArrayCategory|) 6494) ((|TwoDimensionalArray| . |Aggregate|) T) ((|TwoDimensionalArray| . |BasicType|) 6466) ((|TwoDimensionalArray| . |CoercibleTo|) 6402) ((|TwoDimensionalArray| . |Evalable|) 6326) ((|TwoDimensionalArray| . |FiniteAggregate|) 6310) ((|TwoDimensionalArray| . |Functorial|) 6294) ((|TwoDimensionalArray| . |HomogeneousAggregate|) 6278) ((|TwoDimensionalArray| . |InnerEvalable|) 6197) ((|TwoDimensionalArray| . |SetCategory|) 6167) ((|TwoDimensionalArray| . |ShallowlyMutableAggregate|) 6151) ((|TwoDimensionalArray| . |Type|) T) ((|OneDimensionalArray| . |OneDimensionalArrayAggregate|) 6135) ((|OneDimensionalArray| . |Aggregate|) T) ((|OneDimensionalArray| . |BasicType|) 6107) ((|OneDimensionalArray| . |CoercibleTo|) 6043) ((|OneDimensionalArray| . |Collection|) 6027) ((|OneDimensionalArray| . |ConvertibleTo|) 5963) ((|OneDimensionalArray| . |Eltable|) 5897) ((|OneDimensionalArray| . |EltableAggregate|) 5869) ((|OneDimensionalArray| . |Evalable|) 5793) ((|OneDimensionalArray| . |FiniteAggregate|) 5777) ((|OneDimensionalArray| . |FiniteLinearAggregate|) 5761) ((|OneDimensionalArray| . |Functorial|) 5745) ((|OneDimensionalArray| . |HomogeneousAggregate|) 5729) ((|OneDimensionalArray| . |IndexedAggregate|) 5701) ((|OneDimensionalArray| . |InnerEvalable|) 5620) ((|OneDimensionalArray| . |LinearAggregate|) 5604) ((|OneDimensionalArray| . |OrderedSet|) 5575) ((|OneDimensionalArray| . |OrderedType|) 5546) ((|OneDimensionalArray| . |SetCategory|) 5516) ((|OneDimensionalArray| . |ShallowlyMutableAggregate|) 5500) ((|OneDimensionalArray| . |Type|) T) ((|Arity| . |SetCategory|) T) ((|Arity| . |BasicType|) T) ((|Arity| . |CoercibleTo|) 5474) ((|Arity| . |Type|) T) ((|Arity| . |RetractableTo|) 5440) ((|Arity| . |CoercibleFrom|) 5406) ((|Any| . |SetCategory|) T) ((|Any| . |BasicType|) T) ((|Any| . |CoercibleTo|) 5380) ((|Any| . |Type|) T) ((|AntiSymm| . |LeftAlgebra|) 5364) ((|AntiSymm| . |AbelianGroup|) T) ((|AntiSymm| . |AbelianMonoid|) T) ((|AntiSymm| . |AbelianSemiGroup|) T) ((|AntiSymm| . |BasicType|) T) ((|AntiSymm| . |CancellationAbelianMonoid|) T) ((|AntiSymm| . |CoercibleFrom|) 5328) ((|AntiSymm| . |CoercibleTo|) 5302) ((|AntiSymm| . |LeftLinearSet|) 5256) ((|AntiSymm| . |LeftModule|) 5230) ((|AntiSymm| . |Monoid|) T) ((|AntiSymm| . |Ring|) T) ((|AntiSymm| . |Rng|) T) ((|AntiSymm| . |SemiGroup|) T) ((|AntiSymm| . |SemiRing|) T) ((|AntiSymm| . |SetCategory|) T) ((|AntiSymm| . |Type|) T) ((|AntiSymm| . |RetractableTo|) 5214) ((|AntiSymm| . |Functorial|) 5198) ((|AnonymousFunction| . |SetCategory|) T) ((|AnonymousFunction| . |BasicType|) T) ((|AnonymousFunction| . |CoercibleTo|) 5172) ((|AnonymousFunction| . |Type|) T) ((|AlgebraicNumber| . |ExpressionSpace|) T) ((|AlgebraicNumber| . |BasicType|) T) ((|AlgebraicNumber| . |CoercibleFrom|) 5024) ((|AlgebraicNumber| . |CoercibleTo|) 4998) ((|AlgebraicNumber| . |Evalable|) 4985) ((|AlgebraicNumber| . |InnerEvalable|) 4947) ((|AlgebraicNumber| . |RetractableTo|) 4875) ((|AlgebraicNumber| . |SetCategory|) T) ((|AlgebraicNumber| . |Type|) T) ((|AlgebraicNumber| . |AlgebraicallyClosedField|) T) ((|AlgebraicNumber| . |AbelianGroup|) T) ((|AlgebraicNumber| . |AbelianMonoid|) T) ((|AlgebraicNumber| . |AbelianSemiGroup|) T) ((|AlgebraicNumber| . |Algebra|) 4829) ((|AlgebraicNumber| . |BiModule|) 4774) ((|AlgebraicNumber| . |CancellationAbelianMonoid|) T) ((|AlgebraicNumber| . |CommutativeRing|) T) ((|AlgebraicNumber| . |DivisionRing|) T) ((|AlgebraicNumber| . |EntireRing|) T) ((|AlgebraicNumber| . |EuclideanDomain|) T) ((|AlgebraicNumber| . |Field|) T) ((|AlgebraicNumber| . |GcdDomain|) T) ((|AlgebraicNumber| . |IntegralDomain|) T) ((|AlgebraicNumber| . |LeftLinearSet|) 4713) ((|AlgebraicNumber| . |LeftModule|) 4647) ((|AlgebraicNumber| . |LinearSet|) 4601) ((|AlgebraicNumber| . |Module|) 4555) ((|AlgebraicNumber| . |Monoid|) T) ((|AlgebraicNumber| . |PrincipalIdealDomain|) T) ((|AlgebraicNumber| . |RadicalCategory|) T) ((|AlgebraicNumber| . |RightLinearSet|) 4509) ((|AlgebraicNumber| . |RightModule|) 4463) ((|AlgebraicNumber| . |Ring|) T) ((|AlgebraicNumber| . |Rng|) T) ((|AlgebraicNumber| . |SemiGroup|) T) ((|AlgebraicNumber| . |SemiRing|) T) ((|AlgebraicNumber| . |UniqueFactorizationDomain|) T) ((|AlgebraicNumber| . |LinearlyExplicitRingOver|) 4412) ((|AlgebraicNumber| . |RealConstant|) T) ((|AlgebraicNumber| . |ConvertibleTo|) 4361) ((|AlgebraicNumber| . |CharacteristicZero|) T) ((|AlgebraicNumber| . |DifferentialRing|) T) ((|AlgebraicNumber| . |DifferentialDomain|) 4348) ((|AlgebraicNumber| . |DifferentialSpace|) T) ((|AssociationList| . |AssociationListAggregate|) 4327) ((|AssociationList| . |Aggregate|) T) ((|AssociationList| . |BagAggregate|) 4269) ((|AssociationList| . |BasicType|) T) ((|AssociationList| . |CoercibleTo|) 4243) ((|AssociationList| . |Collection|) 4185) ((|AssociationList| . |Dictionary|) 4127) ((|AssociationList| . |DictionaryOperations|) 4069) ((|AssociationList| . |Eltable|) 3943) ((|AssociationList| . |EltableAggregate|) 3855) ((|AssociationList| . |Evalable|) 3615) ((|AssociationList| . |ExtensibleLinearAggregate|) 3557) ((|AssociationList| . |FiniteAggregate|) 3499) ((|AssociationList| . |FiniteLinearAggregate|) 3441) ((|AssociationList| . |Functorial|) 3370) ((|AssociationList| . |HomogeneousAggregate|) 3299) ((|AssociationList| . |IndexedAggregate|) 3211) ((|AssociationList| . |InnerEvalable|) 2959) ((|AssociationList| . |KeyedDictionary|) 2938) ((|AssociationList| . |LinearAggregate|) 2880) ((|AssociationList| . |ListAggregate|) 2822) ((|AssociationList| . |RecursiveAggregate|) 2764) ((|AssociationList| . |SetCategory|) T) ((|AssociationList| . |ShallowlyMutableAggregate|) 2693) ((|AssociationList| . |StreamAggregate|) 2635) ((|AssociationList| . |TableAggregate|) 2614) ((|AssociationList| . |Type|) T) ((|AssociationList| . |UnaryRecursiveAggregate|) 2556) ((|AlgebraGivenByStructuralConstants| . |FramedNonAssociativeAlgebra|) 2540) ((|AlgebraGivenByStructuralConstants| . |AbelianGroup|) T) ((|AlgebraGivenByStructuralConstants| . |AbelianMonoid|) T) ((|AlgebraGivenByStructuralConstants| . |AbelianSemiGroup|) T) ((|AlgebraGivenByStructuralConstants| . |BasicType|) T) ((|AlgebraGivenByStructuralConstants| . |BiModule|) 2519) ((|AlgebraGivenByStructuralConstants| . |CancellationAbelianMonoid|) T) ((|AlgebraGivenByStructuralConstants| . |CoercibleTo|) 2493) ((|AlgebraGivenByStructuralConstants| . |Eltable|) 2465) ((|AlgebraGivenByStructuralConstants| . |FiniteRankNonAssociativeAlgebra|) 2449) ((|AlgebraGivenByStructuralConstants| . |LeftLinearSet|) 2378) ((|AlgebraGivenByStructuralConstants| . |LeftModule|) 2327) ((|AlgebraGivenByStructuralConstants| . |LinearSet|) 2311) ((|AlgebraGivenByStructuralConstants| . |Module|) 2295) ((|AlgebraGivenByStructuralConstants| . |Monad|) T) ((|AlgebraGivenByStructuralConstants| . |NonAssociativeAlgebra|) 2279) ((|AlgebraGivenByStructuralConstants| . |NonAssociativeRng|) T) ((|AlgebraGivenByStructuralConstants| . |RightLinearSet|) 2263) ((|AlgebraGivenByStructuralConstants| . |RightModule|) 2247) ((|AlgebraGivenByStructuralConstants| . |SetCategory|) T) ((|AlgebraGivenByStructuralConstants| . |Type|) T) ((|AlgebraicFunctionField| . |FunctionFieldCategory|) 2221) ((|AlgebraicFunctionField| . |AbelianGroup|) T) ((|AlgebraicFunctionField| . |AbelianMonoid|) T) ((|AlgebraicFunctionField| . |AbelianSemiGroup|) T) ((|AlgebraicFunctionField| . |Algebra|) 2149) ((|AlgebraicFunctionField| . |BasicType|) T) ((|AlgebraicFunctionField| . |BiModule|) 2061) ((|AlgebraicFunctionField| . |CancellationAbelianMonoid|) T) ((|AlgebraicFunctionField| . |CharacteristicNonZero|) 2008) ((|AlgebraicFunctionField| . |CharacteristicZero|) 1958) ((|AlgebraicFunctionField| . |CoercibleFrom|) 1871) ((|AlgebraicFunctionField| . |CoercibleTo|) 1845) ((|AlgebraicFunctionField| . |CommutativeRing|) T) ((|AlgebraicFunctionField| . |ConvertibleTo|) 1829) ((|AlgebraicFunctionField| . |DifferentialDomain|) 1774) ((|AlgebraicFunctionField| . |DifferentialExtension|) 1745) ((|AlgebraicFunctionField| . |DifferentialRing|) 1697) ((|AlgebraicFunctionField| . |DifferentialSpace|) 1648) ((|AlgebraicFunctionField| . |DifferentialSpaceExtension|) 1619) ((|AlgebraicFunctionField| . |DivisionRing|) T) ((|AlgebraicFunctionField| . |EntireRing|) T) ((|AlgebraicFunctionField| . |EuclideanDomain|) T) ((|AlgebraicFunctionField| . |Field|) T) ((|AlgebraicFunctionField| . |FiniteRankAlgebra|) 1585) ((|AlgebraicFunctionField| . |FramedAlgebra|) 1551) ((|AlgebraicFunctionField| . |FullyLinearlyExplicitRingOver|) 1522) ((|AlgebraicFunctionField| . |FullyRetractableTo|) 1493) ((|AlgebraicFunctionField| . |GcdDomain|) T) ((|AlgebraicFunctionField| . |IntegralDomain|) T) ((|AlgebraicFunctionField| . |LeftLinearSet|) 1406) ((|AlgebraicFunctionField| . |LeftModule|) 1258) ((|AlgebraicFunctionField| . |LinearSet|) 1186) ((|AlgebraicFunctionField| . |LinearlyExplicitRingOver|) 1076) ((|AlgebraicFunctionField| . |Module|) 1004) ((|AlgebraicFunctionField| . |MonogenicAlgebra|) 970) ((|AlgebraicFunctionField| . |Monoid|) T) ((|AlgebraicFunctionField| . |PartialDifferentialDomain|) 816) ((|AlgebraicFunctionField| . |PartialDifferentialRing|) 735) ((|AlgebraicFunctionField| . |PartialDifferentialSpace|) 583) ((|AlgebraicFunctionField| . |PrincipalIdealDomain|) T) ((|AlgebraicFunctionField| . |RetractableTo|) 393) ((|AlgebraicFunctionField| . |RightLinearSet|) 321) ((|AlgebraicFunctionField| . |RightModule|) 249) ((|AlgebraicFunctionField| . |Ring|) T) ((|AlgebraicFunctionField| . |Rng|) T) ((|AlgebraicFunctionField| . |SemiGroup|) T) ((|AlgebraicFunctionField| . |SemiRing|) T) ((|AlgebraicFunctionField| . |SetCategory|) T) ((|AlgebraicFunctionField| . |Type|) T) ((|AlgebraicFunctionField| . |UniqueFactorizationDomain|) T) ((|AddAst| . |SpadSyntaxCategory|) T) ((|AddAst| . |AbstractSyntaxCategory|) T) ((|AddAst| . |BasicType|) T) ((|AddAst| . |CoercibleFrom|) 227) ((|AddAst| . |CoercibleTo|) 182) ((|AddAst| . |HomotopicTo|) 160) ((|AddAst| . |SetCategory|) T) ((|AddAst| . |Type|) T) ((|PlaneAlgebraicCurvePlot| . |PlottablePlaneCurveCategory|) T) ((|PlaneAlgebraicCurvePlot| . |CoercibleTo|) 134) ((|Enumeration| . |EnumerationCategory|) T) ((|Enumeration| . |CoercibleTo|) 108) ((|Enumeration| . |SetCategory|) T) ((|Enumeration| . |BasicType|) T) ((|Enumeration| . |Type|) T) ((|Record| . |RecordCategory|) T) ((|Record| . |CoercibleTo|) 82) ((|Record| . |SetCategory|) T) ((|Record| . |BasicType|) T) ((|Record| . |Type|) T) ((|Union| . |UnionCategory|) T) ((|Union| . |CoercibleTo|) 56) ((|Union| . |SetCategory|) T) ((|Union| . |BasicType|) T) ((|Union| . |Type|) T) ((|Mapping| . |SetCategory|) T) ((|Mapping| . |BasicType|) T) ((|Mapping| . |CoercibleTo|) 30) ((|Mapping| . |Type|) T)) \ No newline at end of file
diff --git a/src/share/algebra/interp.daase b/src/share/algebra/interp.daase
index b7f0f4fb..ed7e2c16 100644
--- a/src/share/algebra/interp.daase
+++ b/src/share/algebra/interp.daase
@@ -1,53 +1,53 @@
-(2991528 . 3662084406)
+(2636912 . 3662386291)
((|sorted?| ((#1=(|Boolean|) #2=(|Mapping| #1# |#2| |#2|) $) 86 T ELT) ((#1# $) NIL T ELT)) (|sort!| (($ #2# $) 18 T ELT) (#3=($ $) NIL T ELT)) (|setelt| #4=((|#2| $ #5=(|Integer|) |#2|) NIL T ELT) ((|#2| $ #6=(|UniversalSegment| #5#) |#2|) 44 T ELT)) (|reverse!| (#3# 80 T ELT)) (|reduce| ((|#2| #7=(|Mapping| |#2| |#2| |#2|) $ |#2| |#2|) 52 T ELT) ((|#2| #7# $ |#2|) 50 T ELT) ((|#2| #7# $) 49 T ELT)) (|position| ((#5# #8=(|Mapping| #1# |#2|) $) 27 T ELT) ((#5# |#2| $) NIL T ELT) ((#5# |#2| $ #5#) 96 T ELT)) (|merge| (($ #2# $ $) 64 T ELT) (#9=($ $ $) NIL T ELT)) (|members| ((#10=(|List| |#2|) $) 13 T ELT)) (|map!| (#11=($ (|Mapping| |#2| |#2|) $) 37 T ELT)) (|map| (#11# NIL T ELT) (($ #7# $ $) 60 T ELT)) (|insert| (($ |#2| $ #5#) NIL T ELT) (#12=($ $ $ #5#) 67 T ELT)) (|find| (((|Union| |#2| "failed") #8# $) 29 T ELT)) (|every?| (#13=(#1# #8# $) 23 T ELT)) (|elt| #4# ((|#2| $ #5#) NIL T ELT) (#14=($ $ #6#) 66 T ELT)) (|delete| (($ $ #5#) 76 T ELT) (#14# 75 T ELT)) (|count| ((#15=(|NonNegativeInteger|) |#2| $) NIL T ELT) ((#15# #8# $) 34 T ELT)) (|copyInto!| (#12# 69 T ELT)) (|copy| (#3# 68 T ELT)) (|construct| (($ #10#) 73 T ELT)) (|concat| (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (#9# 87 T ELT) (($ (|List| $)) 85 T ELT)) (|coerce| (((|OutputForm|) $) 92 T ELT)) (|any?| (#13# 22 T ELT)) (= (#16=(#1# $ $) 95 T ELT)) (< (#16# 99 T ELT)))
(((|OneDimensionalArrayAggregate&| |#1| |#2|) (CATEGORY |package| (SIGNATURE = #1=(#2=(|Boolean|) |#1| |#1|)) (SIGNATURE |coerce| ((|OutputForm|) |#1|)) (SIGNATURE |map!| #3=(|#1| (|Mapping| |#2| |#2|) |#1|)) (SIGNATURE < #1#) (SIGNATURE |sort!| #4=(|#1| |#1|)) (SIGNATURE |sort!| (|#1| #5=(|Mapping| #2# |#2| |#2|) |#1|)) (SIGNATURE |reverse!| #4#) (SIGNATURE |copyInto!| #6=(|#1| |#1| |#1| #7=(|Integer|))) (SIGNATURE |sorted?| (#2# |#1|)) (SIGNATURE |merge| #8=(|#1| |#1| |#1|)) (SIGNATURE |position| (#7# |#2| |#1| #7#)) (SIGNATURE |position| (#7# |#2| |#1|)) (SIGNATURE |position| (#7# #9=(|Mapping| #2# |#2|) |#1|)) (SIGNATURE |sorted?| (#2# #5# |#1|)) (SIGNATURE |merge| (|#1| #5# |#1| |#1|)) (SIGNATURE |any?| #10=(#2# #9# |#1|)) (SIGNATURE |every?| #10#) (SIGNATURE |count| (#11=(|NonNegativeInteger|) #9# |#1|)) (SIGNATURE |members| (#12=(|List| |#2|) |#1|)) (SIGNATURE |reduce| (|#2| #13=(|Mapping| |#2| |#2| |#2|) |#1|)) (SIGNATURE |reduce| (|#2| #13# |#1| |#2|)) (SIGNATURE |find| ((|Union| |#2| "failed") #9# |#1|)) (SIGNATURE |count| (#11# |#2| |#1|)) (SIGNATURE |reduce| (|#2| #13# |#1| |#2| |#2|)) (SIGNATURE |setelt| (|#2| |#1| #14=(|UniversalSegment| #7#) |#2|)) (SIGNATURE |insert| #6#) (SIGNATURE |insert| (|#1| |#2| |#1| #7#)) (SIGNATURE |delete| #15=(|#1| |#1| #14#)) (SIGNATURE |delete| (|#1| |#1| #7#)) (SIGNATURE |map| (|#1| #13# |#1| |#1|)) (SIGNATURE |concat| (|#1| (|List| |#1|))) (SIGNATURE |concat| #8#) (SIGNATURE |concat| (|#1| |#2| |#1|)) (SIGNATURE |concat| (|#1| |#1| |#2|)) (SIGNATURE |elt| #15#) (SIGNATURE |construct| (|#1| #12#)) (SIGNATURE |elt| (|#2| |#1| #7#)) (SIGNATURE |elt| #16=(|#2| |#1| #7# |#2|)) (SIGNATURE |setelt| #16#) (SIGNATURE |map| #3#) (SIGNATURE |copy| #4#)) (|OneDimensionalArrayAggregate| |#2|) (|Type|)) (T |OneDimensionalArrayAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|swap!| (((|Void|) $ #3=(|Integer|) #3#) 35 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|sorted?| ((#4=(|Boolean|) (|Mapping| #4# |#1| |#1|) $) 96 T ELT) ((#4# $) 90 (|has| |#1| . #5=((|OrderedSet|))) ELT)) (|sort!| (($ (|Mapping| #4# |#1| |#1|) . #6=($)) 87 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) (#7=($ $) 86 (AND (|has| |#1| . #5#) (|has| $ (|ShallowlyMutableAggregate| |#1|))) ELT)) (|sort| (($ (|Mapping| #4# |#1| |#1|) . #6#) 97 T ELT) (#7# 91 (|has| |#1| . #5#) ELT)) (|setelt| ((|#1| $ #3# |#1|) 47 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ #8=(|UniversalSegment| #3#) |#1|) 55 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|select| (($ (|Mapping| #9=(|Boolean|) |#1|) . #10=($)) 69 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#11=($) 6 T CONST)) (|reverse!| (#7# 88 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|reverse| (#7# 98 T ELT)) (|removeDuplicates| (($ $) 71 (AND (|has| |#1| . #12=((|BasicType|))) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove| (($ |#1| $) 70 (AND (|has| |#1| . #12#) (|has| $ (|FiniteAggregate| |#1|))) ELT) (($ (|Mapping| #9# |#1|) . #10#) 68 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 110 (|has| |#1| . #13=((|BasicType|))) ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) 106 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $) 105 T ELT)) (|qsetelt!| ((|#1| $ #3# |#1|) 48 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|qelt| ((|#1| $ #3#) 46 T ELT)) (|position| ((#14=(|Integer|) (|Mapping| #4# |#1|) $) 95 T ELT) ((#14# |#1| $) 94 (|has| |#1| . #15=((|BasicType|))) ELT) ((#14# |#1| $ #14#) 93 (|has| |#1| . #15#) ELT)) (|new| (($ (|NonNegativeInteger|) |#1|) 65 T ELT)) (|minIndex| ((#3# . #16=($)) 38 (|has| #3# . #17=((|OrderedSet|))) ELT)) (|min| (#18=($ $ $) 80 (|has| |#1| . #5#) ELT)) (|merge| (($ (|Mapping| #4# |#1| |#1|) $ $) 99 T ELT) (($ $ $) 92 (|has| |#1| . #5#) ELT)) (|members| (((|List| |#1|) $) 104 T ELT)) (|member?| ((#19=(|Boolean|) |#1| $) 109 (|has| |#1| . #13#) ELT)) (|maxIndex| ((#3# . #16#) 39 (|has| #3# . #17#) ELT)) (|max| (#18# 81 (|has| |#1| . #5#) ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 112 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT) (($ (|Mapping| |#1| |#1| |#1|) $ $) 60 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #20=((|SetCategory|))) ELT)) (|insert| (($ |#1| $ #3#) 57 T ELT) (($ $ $ #3#) 56 T ELT)) (|indices| (((|List| #3#) $) 41 T ELT)) (|index?| ((#21=(|Boolean|) #3# $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #20#) ELT)) (|first| ((|#1| $) 37 (|has| #3# . #17#) ELT)) (|find| (((|Union| |#1| "failed") (|Mapping| #19# |#1|) $) 107 T ELT)) (|fill!| (($ $ |#1|) 36 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|every?| ((#19# (|Mapping| #19# |#1|) . #22=($)) 102 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #20#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #20#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #20#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #20#)) ELT)) (|eq?| ((#23=(|Boolean|) $ $) 10 T ELT)) (|entry?| ((#21# |#1| $) 40 (AND (|has| $ (|FiniteAggregate| |#1|)) (|has| |#1| (|BasicType|))) ELT)) (|entries| (((|List| |#1|) $) 43 T ELT)) (|empty?| ((#23# $) 7 T ELT)) (|empty| (#11# 8 T ELT)) (|elt| ((|#1| $ #3# |#1|) 45 T ELT) ((|#1| $ #3#) 44 T ELT) (($ $ #8#) 66 T ELT)) (|delete| (($ $ #3#) 59 T ELT) (($ $ #8#) 58 T ELT)) (|count| ((#24=(|NonNegativeInteger|) |#1| $) 108 (|has| |#1| . #13#) ELT) ((#24# (|Mapping| #19# |#1|) $) 103 T ELT)) (|copyInto!| (($ $ $ #14#) 89 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#25=(|InputForm|) $) 72 (|has| |#1| (|ConvertibleTo| #25#)) ELT)) (|construct| (($ (|List| |#1|)) 67 T ELT)) (|concat| (($ $ |#1|) 64 T ELT) (($ |#1| $) 63 T ELT) (($ $ $) 62 T ELT) (($ (|List| $)) 61 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (|any?| ((#19# (|Mapping| #19# |#1|) . #22#) 101 T ELT)) (>= (#26=((|Boolean|) $ $) 82 (|has| |#1| . #5#) ELT)) (> (#26# 84 (|has| |#1| . #5#) ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)) (<= (#26# 83 (|has| |#1| . #5#) ELT)) (< (#26# 85 (|has| |#1| . #5#) ELT)) (|#| ((#24# $) 100 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|swap!| (((|Void|) $ #4=(|Integer|) #4#) 35 #5=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|sorted?| ((#2# #6=(|Mapping| #2# |#1| |#1|) $) 96 T ELT) (#7=(#2# $) 90 #8=(|has| |#1| #9=(|OrderedSet|)) ELT)) (|sort!| (#10=($ #6# $) 87 #5# ELT) (#11=($ $) 86 (AND #8# #5#) ELT)) (|sort| (#10# 97 T ELT) (#11# 91 #8# ELT)) (|setelt| (#12=(|#1| $ #4# |#1|) 47 #5# ELT) ((|#1| $ #13=(|UniversalSegment| #4#) |#1|) 55 #5# ELT)) (|select| (#14=($ #15=(|Mapping| #2# |#1|) $) 69 #16=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#17=($) 6 T CONST)) (|reverse!| (#11# 88 #5# ELT)) (|reverse| (#11# 98 T ELT)) (|removeDuplicates| (#11# 71 #18=(AND #3# #16#) ELT)) (|remove| (#19=($ |#1| $) 70 #18# ELT) (#14# 68 #16# ELT)) (|reduce| ((|#1| #20=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 110 #3# ELT) ((|#1| #20# $ |#1|) 106 T ELT) ((|#1| #20# $) 105 T ELT)) (|qsetelt!| (#12# 48 #5# ELT)) (|qelt| (#21=(|#1| $ #4#) 46 T ELT)) (|position| ((#4# #15# $) 95 T ELT) ((#4# |#1| $) 94 #3# ELT) ((#4# |#1| $ #4#) 93 #3# ELT)) (|new| (($ #22=(|NonNegativeInteger|) |#1|) 65 T ELT)) (|minIndex| (#23=(#4# $) 38 #24=(|has| #4# #9#) ELT)) (|min| (#25=($ $ $) 80 #8# ELT)) (|merge| (($ #6# $ $) 99 T ELT) (#25# 92 #8# ELT)) (|members| (#26=(#27=(|List| |#1|) $) 104 T ELT)) (|member?| (#28=(#2# |#1| $) 109 #3# ELT)) (|maxIndex| (#23# 39 #24# ELT)) (|max| (#25# 81 #8# ELT)) (|map!| (#29=($ (|Mapping| |#1| |#1|) $) 112 T ELT)) (|map| (#29# 26 T ELT) (($ #20# $ $) 60 T ELT)) (|latex| (((|String|) $) 21 #30=(|has| |#1| (|SetCategory|)) ELT)) (|insert| (($ |#1| $ #4#) 57 T ELT) (#31=($ $ $ #4#) 56 T ELT)) (|indices| (((|List| #4#) $) 41 T ELT)) (|index?| ((#2# #4# $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 20 #30# ELT)) (|first| ((|#1| $) 37 #24# ELT)) (|find| (((|Union| |#1| "failed") #15# $) 107 T ELT)) (|fill!| (#32=($ $ |#1|) 36 #5# ELT)) (|every?| (#33=(#2# #15# $) 102 T ELT)) (|eval| (($ $ (|List| #34=(|Equation| |#1|))) 25 #35=(AND (|has| |#1| (|Evalable| |#1|)) #30#) ELT) (($ $ #34#) 24 #35# ELT) (($ $ |#1| |#1|) 23 #35# ELT) (($ $ #27# #27#) 22 #35# ELT)) (|eq?| (#1# 10 T ELT)) (|entry?| (#28# 40 (AND #16# #3#) ELT)) (|entries| (#26# 43 T ELT)) (|empty?| (#7# 7 T ELT)) (|empty| (#17# 8 T ELT)) (|elt| (#12# 45 T ELT) (#21# 44 T ELT) (#36=($ $ #13#) 66 T ELT)) (|delete| (($ $ #4#) 59 T ELT) (#36# 58 T ELT)) (|count| ((#22# |#1| $) 108 #3# ELT) ((#22# #15# $) 103 T ELT)) (|copyInto!| (#31# 89 #5# ELT)) (|copy| (#11# 9 T ELT)) (|convert| ((#37=(|InputForm|) $) 72 (|has| |#1| (|ConvertibleTo| #37#)) ELT)) (|construct| (($ #27#) 67 T ELT)) (|concat| (#32# 64 T ELT) (#19# 63 T ELT) (#25# 62 T ELT) (($ (|List| $)) 61 T ELT)) (|coerce| ((#38=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #38#)) ELT)) (|before?| (#1# 19 #3# ELT)) (|any?| (#33# 101 T ELT)) (>= (#1# 82 #8# ELT)) (> (#1# 84 #8# ELT)) (= (#1# 17 #3# ELT)) (<= (#1# 83 #8# ELT)) (< (#1# 85 #8# ELT)) (|#| ((#22# $) 100 T ELT)))
(((|OneDimensionalArrayAggregate| |#1|) (|Category|) (|Type|)) (T |OneDimensionalArrayAggregate|))
NIL
(|Join| (|FiniteLinearAggregate| |t#1|) (|ShallowlyMutableAggregate| |t#1|))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| (|Integer|)) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|FiniteLinearAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|LinearAggregate| |#1|) . T) ((|OrderedSet|) |has| |#1| (|OrderedSet|)) ((|OrderedType|) |has| |#1| (|OrderedSet|)) ((|SetCategory|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|OrderedSet|))) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| #1#) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|FiniteLinearAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|LinearAggregate| |#1|) . T) ((|OrderedSet|) |has| |#1| (|OrderedSet|)) ((|OrderedType|) |has| |#1| (|OrderedSet|)) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
((|subtractIfCan| (((|Maybe| $) $ $) 14 T ELT)) (|opposite?| (((|Boolean|) $ $) 29 T ELT)) (- (($ $) NIL T ELT) (($ $ $) 9 T ELT)) (* (($ (|PositiveInteger|) $) NIL T ELT) (($ (|NonNegativeInteger|) $) 18 T ELT) (($ (|Integer|) $) 27 T ELT)))
(((|AbelianGroup&| |#1|) (CATEGORY |package| (SIGNATURE - (|#1| |#1| |#1|)) (SIGNATURE - (|#1| |#1|)) (SIGNATURE * (|#1| (|Integer|) |#1|)) (SIGNATURE |subtractIfCan| ((|Maybe| |#1|) |#1| |#1|)) (SIGNATURE |opposite?| ((|Boolean|) |#1| |#1|)) (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)) (SIGNATURE * (|#1| (|PositiveInteger|) |#1|))) (|AbelianGroup|)) (T |AbelianGroup&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| ((#2# $ $) 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| (#1# 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#4=($ $ $) 29 T ELT)) (+ (#4# 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT)))
(((|AbelianGroup|) (|Category|)) (T |AbelianGroup|))
-((- (*1 *1 *1) (|ofCategory| *1 (|AbelianGroup|))) (- (*1 *1 *1 *1) (|ofCategory| *1 (|AbelianGroup|))))
+((- (*1 *1 *1) #1=(|ofCategory| *1 (|AbelianGroup|))) (- (*1 *1 *1 *1) #1#))
(|Join| (|CancellationAbelianMonoid|) (|LeftLinearSet| (|Integer|)) (CATEGORY |domain| (SIGNATURE - ($ $)) (SIGNATURE - ($ $ $))))
-(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|zero?| ((#1=(|Boolean|) $) 10 T ELT)) (|sample| (($) 15 T CONST)) (|opposite?| ((#1# $ $) 22 T ELT)) (* (($ (|PositiveInteger|) $) 14 T ELT) (($ (|NonNegativeInteger|) $) 19 T ELT)))
(((|AbelianMonoid&| |#1|) (CATEGORY |package| (SIGNATURE |opposite?| (#1=(|Boolean|) |#1| |#1|)) (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)) (SIGNATURE |zero?| (#1# |#1|)) (SIGNATURE |sample| (|#1|) |constant|) (SIGNATURE * (|#1| (|PositiveInteger|) |#1|))) (|AbelianMonoid|)) (T |AbelianMonoid&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| (((|Boolean|) $) 22 T ELT)) (|sample| (($) 23 T CONST)) (|opposite?| (((|Boolean|) $ $) 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (($) 24 T CONST)) (= (#1# 8 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| (#1# 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT)))
(((|AbelianMonoid|) (|Category|)) (T |AbelianMonoid|))
-((|Zero| (*1 *1) (|ofCategory| *1 (|AbelianMonoid|))) (|sample| (*1 *1) (|ofCategory| *1 (|AbelianMonoid|))) (|zero?| (*1 *2 *1) (AND (|ofCategory| *1 (|AbelianMonoid|)) (|isDomain| *2 (|Boolean|)))) (* (*1 *1 *2 *1) (AND (|ofCategory| *1 (|AbelianMonoid|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|opposite?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|AbelianMonoid|)) (|isDomain| *2 (|Boolean|)))))
-(|Join| (|AbelianSemiGroup|) (CATEGORY |domain| (SIGNATURE |Zero| ($) |constant|) (SIGNATURE |sample| ($) |constant|) (SIGNATURE |zero?| ((|Boolean|) $)) (SIGNATURE * ($ (|NonNegativeInteger|) $)) (SIGNATURE |opposite?| ((|Boolean|) $ $))))
-(((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|Zero| #1=(*1 *1) #2=(|ofCategory| *1 (|AbelianMonoid|))) (|sample| #1# #2#) (|zero?| (*1 *2 *1) #3=(AND #2# (|isDomain| *2 (|Boolean|)))) (* (*1 *1 *2 *1) (AND #2# (|isDomain| *2 (|NonNegativeInteger|)))) (|opposite?| (*1 *2 *1 *1) #3#))
+(|Join| (|AbelianSemiGroup|) (CATEGORY |domain| (SIGNATURE |Zero| #1=($) |constant|) (SIGNATURE |sample| #1# |constant|) (SIGNATURE |zero?| (#2=(|Boolean|) $)) (SIGNATURE * ($ (|NonNegativeInteger|) $)) (SIGNATURE |opposite?| (#2# $ $))))
+(((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((* (($ (|PositiveInteger|) $) 10 T ELT)))
(((|AbelianSemiGroup&| |#1|) (CATEGORY |package| (SIGNATURE * (|#1| (|PositiveInteger|) |#1|))) (|AbelianSemiGroup|)) (T |AbelianSemiGroup&|))
NIL
((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT)))
(((|AbelianSemiGroup|) (|Category|)) (T |AbelianSemiGroup|))
-((+ (*1 *1 *1 *1) (|ofCategory| *1 (|AbelianSemiGroup|))) (* (*1 *1 *2 *1) (AND (|ofCategory| *1 (|AbelianSemiGroup|)) (|isDomain| *2 (|PositiveInteger|)))))
+((+ (*1 *1 *1 *1) #1=(|ofCategory| *1 (|AbelianSemiGroup|))) (* (*1 *1 *2 *1) (AND #1# (|isDomain| *2 (|PositiveInteger|)))))
(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE + ($ $ $)) (SIGNATURE * ($ (|PositiveInteger|) $))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|zerosOf| (#1=(#2=(|List| $) #3=(|Polynomial| $)) 32 T ELT) (#4=(#2# #5=(|SparseUnivariatePolynomial| $)) 16 T ELT) (#6=(#2# #5# #7=(|Symbol|)) 20 T ELT)) (|zeroOf| (#8=($ #3#) 30 T ELT) (#9=($ #5#) 11 T ELT) (#10=($ #5# #7#) 60 T ELT)) (|rootsOf| (#1# 33 T ELT) (#4# 18 T ELT) (#6# 19 T ELT)) (|rootOf| (#8# 31 T ELT) (#9# 13 T ELT) (#10# NIL T ELT)))
(((|AlgebraicallyClosedField&| |#1|) (CATEGORY |package| (SIGNATURE |zerosOf| #1=(#2=(|List| |#1|) #3=(|SparseUnivariatePolynomial| |#1|) #4=(|Symbol|))) (SIGNATURE |zerosOf| #5=(#2# #3#)) (SIGNATURE |zerosOf| #6=(#2# #7=(|Polynomial| |#1|))) (SIGNATURE |zeroOf| #8=(|#1| #3# #4#)) (SIGNATURE |zeroOf| #9=(|#1| #3#)) (SIGNATURE |zeroOf| #10=(|#1| #7#)) (SIGNATURE |rootsOf| #1#) (SIGNATURE |rootsOf| #5#) (SIGNATURE |rootsOf| #6#) (SIGNATURE |rootOf| #8#) (SIGNATURE |rootOf| #9#) (SIGNATURE |rootOf| #10#)) (|AlgebraicallyClosedField|)) (T |AlgebraicallyClosedField&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zerosOf| (((|List| $) (|Polynomial| $)) 99 T ELT) (((|List| $) (|SparseUnivariatePolynomial| $)) 98 T ELT) (((|List| $) (|SparseUnivariatePolynomial| $) (|Symbol|)) 97 T ELT)) (|zeroOf| (($ (|Polynomial| $)) 102 T ELT) (($ (|SparseUnivariatePolynomial| $)) 101 T ELT) (($ (|SparseUnivariatePolynomial| $) (|Symbol|)) 100 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#3=(|Boolean|) $) 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (($ $) 92 T ELT)) (|squareFree| (#4=((|Factored| $) $) 91 T ELT)) (|sqrt| (($ $) 111 T ELT)) (|sizeLess?| (((|Boolean|) $ $) 76 T ELT)) (|sample| (#5=($) 23 T CONST)) (|rootsOf| (((|List| $) (|Polynomial| $)) 105 T ELT) (((|List| $) (|SparseUnivariatePolynomial| $)) 104 T ELT) (((|List| $) (|SparseUnivariatePolynomial| $) (|Symbol|)) 103 T ELT)) (|rootOf| (($ (|Polynomial| $)) 108 T ELT) (($ (|SparseUnivariatePolynomial| $)) 107 T ELT) (($ (|SparseUnivariatePolynomial| $) (|Symbol|)) 106 T ELT)) (|rem| (#6=($ $ $) 72 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|quo| (#6# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #7=(|List| $)) (|:| |generator| $)) #7#) 67 T ELT)) (|prime?| (((|Boolean|) $) 90 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|nthRoot| (($ $ #8=(|Integer|)) 110 T ELT)) (|multiEuclidean| (((|Union| #9=(|List| $) #10="failed") #9# $) 69 T ELT)) (|lcm| (#11=($ $ $) 61 T ELT) (#12=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 89 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#13=(|SparseUnivariatePolynomial| $) #13# #13#) 59 T ELT)) (|gcd| (#11# 63 T ELT) (#12# 62 T ELT)) (|factor| (#4# 93 T ELT)) (|extendedEuclidean| (((|Record| #14=(|:| |coef1| $) #15=(|:| |coef2| $) (|:| |generator| $)) $ $) 71 T ELT) (((|Union| (|Record| #14# #15#) #10#) $ $ $) 70 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #7#) #7# $) 66 T ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT) (($ #16=(|Fraction| #17=(|Integer|))) 85 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| ((#3# $ $) 54 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (/ (($ $ $) 84 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #17#) 88 T ELT) (($ $ (|Fraction| #8#)) 109 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #18=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ #16#) 87 T ELT) (($ #16# . #18#) 86 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zerosOf| (#3=(#4=(|List| $) #5=(|Polynomial| $)) 99 T ELT) (#6=(#4# #7=(|SparseUnivariatePolynomial| $)) 98 T ELT) (#8=(#4# #7# #9=(|Symbol|)) 97 T ELT)) (|zeroOf| (#10=($ #5#) 102 T ELT) (#11=($ #7#) 101 T ELT) (#12=($ #7# #9#) 100 T ELT)) (|zero?| (#13=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#14=($ $) 55 T ELT)) (|unit?| (#13# 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (#14# 92 T ELT)) (|squareFree| (#15=((|Factored| $) $) 91 T ELT)) (|sqrt| (#14# 111 T ELT)) (|sizeLess?| (#1# 76 T ELT)) (|sample| (#16=($) 23 T CONST)) (|rootsOf| (#3# 105 T ELT) (#6# 104 T ELT) (#8# 103 T ELT)) (|rootOf| (#10# 108 T ELT) (#11# 107 T ELT) (#12# 106 T ELT)) (|rem| (#17=($ $ $) 72 T ELT)) (|recip| ((#18=(|Union| $ #19="failed") $) 43 T ELT)) (|quo| (#17# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #4#) #20=(|:| |generator| $)) #4#) 67 T ELT)) (|prime?| (#13# 90 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#13# 45 T ELT)) (|nthRoot| (#21=($ $ #22=(|Integer|)) 110 T ELT)) (|multiEuclidean| (((|Union| #4# #19#) #4# $) 69 T ELT)) (|lcm| (#17# 61 T ELT) (#23=($ #4#) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#14# 89 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#7# #7# #7#) 59 T ELT)) (|gcd| (#17# 63 T ELT) (#23# 62 T ELT)) (|factor| (#15# 93 T ELT)) (|extendedEuclidean| (((|Record| #24=(|:| |coef1| $) #25=(|:| |coef2| $) #20#) $ $) 71 T ELT) (((|Union| (|Record| #24# #25#) #19#) $ $ $) 70 T ELT)) (|exquo| ((#18# $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #4#) #4# $) 66 T ELT)) (|euclideanSize| ((#26=(|NonNegativeInteger|) $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #22#) 42 T ELT) (#14# 58 T ELT) (($ #27=(|Fraction| #22#)) 85 T ELT)) (|characteristic| ((#26#) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 54 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#16# 24 T CONST)) (|One| (#16# 46 T CONST)) (= (#1# 8 T ELT)) (/ (#17# 84 T ELT)) (- (#14# 30 T ELT) (#17# 29 T ELT)) (+ (#17# 18 T ELT)) (** (($ $ #28=(|PositiveInteger|)) 36 T ELT) (($ $ #26#) 44 T ELT) (#21# 88 T ELT) (#29=($ $ #27#) 109 T ELT)) (* (($ #28# $) 17 T ELT) (($ #26# $) 21 T ELT) (($ #22# . #30=($)) 31 T ELT) (#17# 35 T ELT) (#29# 87 T ELT) (($ #27# . #30#) 86 T ELT)))
(((|AlgebraicallyClosedField|) (|Category|)) (T |AlgebraicallyClosedField|))
-((|rootOf| (*1 *1 *2) (AND (|isDomain| *2 (|Polynomial| *1)) (|ofCategory| *1 (|AlgebraicallyClosedField|)))) (|rootOf| (*1 *1 *2) (AND (|isDomain| *2 (|SparseUnivariatePolynomial| *1)) (|ofCategory| *1 (|AlgebraicallyClosedField|)))) (|rootOf| (*1 *1 *2 *3) (AND (|isDomain| *2 (|SparseUnivariatePolynomial| *1)) (|isDomain| *3 (|Symbol|)) (|ofCategory| *1 (|AlgebraicallyClosedField|)))) (|rootsOf| (*1 *2 *3) (AND (|isDomain| *3 (|Polynomial| *1)) (|ofCategory| *1 (|AlgebraicallyClosedField|)) (|isDomain| *2 (|List| *1)))) (|rootsOf| (*1 *2 *3) (AND (|isDomain| *3 (|SparseUnivariatePolynomial| *1)) (|ofCategory| *1 (|AlgebraicallyClosedField|)) (|isDomain| *2 (|List| *1)))) (|rootsOf| (*1 *2 *3 *4) (AND (|isDomain| *3 (|SparseUnivariatePolynomial| *1)) (|isDomain| *4 (|Symbol|)) (|ofCategory| *1 (|AlgebraicallyClosedField|)) (|isDomain| *2 (|List| *1)))) (|zeroOf| (*1 *1 *2) (AND (|isDomain| *2 (|Polynomial| *1)) (|ofCategory| *1 (|AlgebraicallyClosedField|)))) (|zeroOf| (*1 *1 *2) (AND (|isDomain| *2 (|SparseUnivariatePolynomial| *1)) (|ofCategory| *1 (|AlgebraicallyClosedField|)))) (|zeroOf| (*1 *1 *2 *3) (AND (|isDomain| *2 (|SparseUnivariatePolynomial| *1)) (|isDomain| *3 (|Symbol|)) (|ofCategory| *1 (|AlgebraicallyClosedField|)))) (|zerosOf| (*1 *2 *3) (AND (|isDomain| *3 (|Polynomial| *1)) (|ofCategory| *1 (|AlgebraicallyClosedField|)) (|isDomain| *2 (|List| *1)))) (|zerosOf| (*1 *2 *3) (AND (|isDomain| *3 (|SparseUnivariatePolynomial| *1)) (|ofCategory| *1 (|AlgebraicallyClosedField|)) (|isDomain| *2 (|List| *1)))) (|zerosOf| (*1 *2 *3 *4) (AND (|isDomain| *3 (|SparseUnivariatePolynomial| *1)) (|isDomain| *4 (|Symbol|)) (|ofCategory| *1 (|AlgebraicallyClosedField|)) (|isDomain| *2 (|List| *1)))))
-(|Join| (|Field|) (|RadicalCategory|) (CATEGORY |domain| (SIGNATURE |rootOf| ($ (|Polynomial| $))) (SIGNATURE |rootOf| ($ (|SparseUnivariatePolynomial| $))) (SIGNATURE |rootOf| ($ (|SparseUnivariatePolynomial| $) (|Symbol|))) (SIGNATURE |rootsOf| ((|List| $) (|Polynomial| $))) (SIGNATURE |rootsOf| ((|List| $) (|SparseUnivariatePolynomial| $))) (SIGNATURE |rootsOf| ((|List| $) (|SparseUnivariatePolynomial| $) (|Symbol|))) (SIGNATURE |zeroOf| ($ (|Polynomial| $))) (SIGNATURE |zeroOf| ($ (|SparseUnivariatePolynomial| $))) (SIGNATURE |zeroOf| ($ (|SparseUnivariatePolynomial| $) (|Symbol|))) (SIGNATURE |zerosOf| ((|List| $) (|Polynomial| $))) (SIGNATURE |zerosOf| ((|List| $) (|SparseUnivariatePolynomial| $))) (SIGNATURE |zerosOf| ((|List| $) (|SparseUnivariatePolynomial| $) (|Symbol|)))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Field|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|PrincipalIdealDomain|) . T) ((|RadicalCategory|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
+((|rootOf| #1=(*1 *1 *2) #2=(AND (|isDomain| *2 #3=(|Polynomial| *1)) #4=(|ofCategory| *1 (|AlgebraicallyClosedField|)))) (|rootOf| #1# #5=(AND #6=(|isDomain| *2 #7=(|SparseUnivariatePolynomial| *1)) #4#)) (|rootOf| #8=(*1 *1 *2 *3) #9=(AND #6# (|isDomain| *3 #10=(|Symbol|)) #4#)) (|rootsOf| #11=(*1 *2 *3) #12=(AND (|isDomain| *3 #3#) #4# #13=(|isDomain| *2 (|List| *1)))) (|rootsOf| #11# #14=(AND #15=(|isDomain| *3 #7#) #4# #13#)) (|rootsOf| #16=(*1 *2 *3 *4) #17=(AND #15# (|isDomain| *4 #10#) #4# #13#)) (|zeroOf| #1# #2#) (|zeroOf| #1# #5#) (|zeroOf| #8# #9#) (|zerosOf| #11# #12#) (|zerosOf| #11# #14#) (|zerosOf| #16# #17#))
+(|Join| (|Field|) (|RadicalCategory|) (CATEGORY |domain| (SIGNATURE |rootOf| #1=($ #2=(|Polynomial| $))) (SIGNATURE |rootOf| #3=($ #4=(|SparseUnivariatePolynomial| $))) (SIGNATURE |rootOf| #5=($ #4# #6=(|Symbol|))) (SIGNATURE |rootsOf| #7=(#8=(|List| $) #2#)) (SIGNATURE |rootsOf| #9=(#8# #4#)) (SIGNATURE |rootsOf| #10=(#8# #4# #6#)) (SIGNATURE |zeroOf| #1#) (SIGNATURE |zeroOf| #3#) (SIGNATURE |zeroOf| #5#) (SIGNATURE |zerosOf| #7#) (SIGNATURE |zerosOf| #9#) (SIGNATURE |zerosOf| #10#)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Field|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|PrincipalIdealDomain|) . T) ((|RadicalCategory|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
((|zerosOf| #1=((#2=(|List| $) #3=(|Polynomial| $)) NIL T ELT) #4=((#2# #5=(|SparseUnivariatePolynomial| $)) NIL T ELT) (#6=(#2# #5# #7=(|Symbol|)) 54 T ELT) (#8=(#2# $) 22 T ELT) (#9=(#2# $ #7#) 45 T ELT)) (|zeroOf| #10=(($ #3#) NIL T ELT) #11=(($ #5#) NIL T ELT) (#12=($ #5# #7#) 56 T ELT) (#13=($ $) 20 T ELT) (#14=($ $ #7#) 39 T ELT)) (|rootsOf| #1# #4# (#6# 52 T ELT) (#8# 18 T ELT) (#9# 47 T ELT)) (|rootOf| #10# #11# (#12# NIL T ELT) (#13# 15 T ELT) (#14# 41 T ELT)))
(((|AlgebraicallyClosedFunctionSpace&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |zerosOf| #1=(#2=(|List| |#1|) |#1| #3=(|Symbol|))) (SIGNATURE |zeroOf| #4=(|#1| |#1| #3#)) (SIGNATURE |zerosOf| #5=(#2# |#1|)) (SIGNATURE |zeroOf| #6=(|#1| |#1|)) (SIGNATURE |rootsOf| #1#) (SIGNATURE |rootOf| #4#) (SIGNATURE |rootsOf| #5#) (SIGNATURE |rootOf| #6#) (SIGNATURE |zerosOf| #7=(#2# #8=(|SparseUnivariatePolynomial| |#1|) #3#)) (SIGNATURE |zerosOf| #9=(#2# #8#)) (SIGNATURE |zerosOf| #10=(#2# #11=(|Polynomial| |#1|))) (SIGNATURE |zeroOf| #12=(|#1| #8# #3#)) (SIGNATURE |zeroOf| #13=(|#1| #8#)) (SIGNATURE |zeroOf| #14=(|#1| #11#)) (SIGNATURE |rootsOf| #7#) (SIGNATURE |rootsOf| #9#) (SIGNATURE |rootsOf| #10#) (SIGNATURE |rootOf| #12#) (SIGNATURE |rootOf| #13#) (SIGNATURE |rootOf| #14#)) (|AlgebraicallyClosedFunctionSpace| |#2|) (|IntegralDomain|)) (T |AlgebraicallyClosedFunctionSpace&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zerosOf| (#2=(#3=(|List| $) #4=(|Polynomial| $)) 99 T ELT) (#5=(#3# #6=(|SparseUnivariatePolynomial| $)) 98 T ELT) (#7=(#3# #6# #8=(|Symbol|)) 97 T ELT) (((|List| $) $) 149 T ELT) (((|List| $) $ (|Symbol|)) 147 T ELT)) (|zeroOf| (#9=($ #4#) 102 T ELT) (#10=($ #6#) 101 T ELT) (#11=($ #6# #8#) 100 T ELT) (($ $) 150 T ELT) (($ $ (|Symbol|)) 148 T ELT)) (|zero?| ((#12=(|Boolean|) $) 22 T ELT)) (|variables| ((#13=(|List| #14=(|Symbol|)) $) 218 T ELT)) (|univariate| (((|Fraction| (|SparseUnivariatePolynomial| $)) $ #15=(|Kernel| $)) 250 (|has| |#1| . #16=((|IntegralDomain|))) ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#17=(|Boolean|) $) 53 T ELT)) (|tower| (#18=(#19=(|List| #20=(|Kernel| $)) $) 181 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|subst| (($ $ #19# #21=(|List| $)) 171 T ELT) (($ $ (|List| #22=(|Equation| $))) 170 T ELT) (($ $ #22#) 169 T ELT)) (|squareFreePart| (($ $) 92 T ELT)) (|squareFree| (#23=((|Factored| $) $) 91 T ELT)) (|sqrt| (($ $) 111 T ELT)) (|sizeLess?| (((|Boolean|) $ $) 76 T ELT)) (|sample| (#24=($) 23 T CONST)) (|rootsOf| (#2# 105 T ELT) (#5# 104 T ELT) (#7# 103 T ELT) (((|List| $) $) 153 T ELT) (((|List| $) $ (|Symbol|)) 151 T ELT)) (|rootOf| (#9# 108 T ELT) (#10# 107 T ELT) (#11# 106 T ELT) (($ $) 154 T ELT) (($ $ (|Symbol|)) 152 T ELT)) (|retractIfCan| (((|Union| (|Polynomial| |#1|) . #25=("failed")) . #26=($)) 269 (|has| |#1| . #27=((|Ring|))) ELT) (((|Union| (|Fraction| (|Polynomial| |#1|)) . #25#) . #26#) 252 (|has| |#1| . #16#) ELT) (((|Union| |#1| . #25#) . #26#) 214 T ELT) (((|Union| #28=(|Integer|) . #25#) . #26#) 211 (|has| |#1| . #29=((|RetractableTo| #28#))) ELT) (((|Union| #14# . #25#) . #26#) 205 T ELT) (((|Union| #20# . #25#) . #26#) 156 T ELT) (((|Union| #30=(|Fraction| #28#) . #25#) . #26#) 144 (OR (AND (|has| |#1| . #31=((|RetractableTo| #32=(|Integer|)))) (|has| |#1| . #16#)) (|has| |#1| . #33=((|RetractableTo| #30#)))) ELT)) (|retract| (((|Polynomial| |#1|) . #34=($)) 268 (|has| |#1| . #27#) ELT) (((|Fraction| (|Polynomial| |#1|)) . #34#) 251 (|has| |#1| . #16#) ELT) ((|#1| . #34#) 213 T ELT) ((#28# . #34#) 212 (|has| |#1| . #29#) ELT) ((#14# . #34#) 204 T ELT) ((#20# . #34#) 155 T ELT) ((#30# . #34#) 145 (OR (AND (|has| |#1| . #31#) (|has| |#1| . #16#)) (|has| |#1| . #33#)) ELT)) (|rem| (#35=($ $ $) 72 T ELT)) (|reducedSystem| (((|Matrix| |#1|) . #36=(#37=(|Matrix| $))) 257 (|has| |#1| . #27#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #38=(#37# #39=(|Vector| $))) 256 (|has| |#1| . #27#) ELT) (((|Record| (|:| |mat| (|Matrix| #40=(|Integer|))) (|:| |vec| (|Vector| #40#))) . #38#) 143 (OR (|and| (|has| |#1| . #27#) (|has| |#1| . #41=((|LinearlyExplicitRingOver| #40#)))) (|and| (|has| |#1| . #41#) (|has| |#1| . #27#))) ELT) (((|Matrix| #40#) . #36#) 142 (OR (|and| (|has| |#1| . #27#) (|has| |#1| . #41#)) (|and| (|has| |#1| . #41#) (|has| |#1| . #27#))) ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|quo| (#35# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #42=(|List| $)) (|:| |generator| $)) #42#) 67 T ELT)) (|prime?| (((|Boolean|) $) 90 T ELT)) (|patternMatch| (((|PatternMatchResult| #43=(|Float|) . #44=($)) $ (|Pattern| #43#) (|PatternMatchResult| #43# . #44#)) 210 (|has| |#1| (|PatternMatchable| #43#)) ELT) (((|PatternMatchResult| #45=(|Integer|) . #44#) $ (|Pattern| #45#) (|PatternMatchResult| #45# . #44#)) 209 (|has| |#1| (|PatternMatchable| #45#)) ELT)) (|paren| (#46=($ #21#) 175 T ELT) (#47=($ $) 174 T ELT)) (|opposite?| ((#12# $ $) 20 T ELT)) (|operators| ((#48=(|List| #49=(|BasicOperator|)) $) 182 T ELT)) (|operator| ((#49# #49#) 183 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|odd?| (#50=(#51=(|Boolean|) $) 203 #52=(|has| $ (|RetractableTo| (|Integer|))) ELT)) (|numerator| (#53=($ $) 235 (|has| |#1| . #27#) ELT)) (|numer| (((|SparseMultivariatePolynomial| |#1| . #54=(#15#)) . #55=($)) 234 (|has| |#1| . #27#) ELT)) (|nthRoot| (($ $ #56=(|Integer|)) 110 T ELT)) (|multiEuclidean| (((|Union| #57=(|List| $) #58="failed") #57# $) 69 T ELT)) (|minPoly| (((|SparseUnivariatePolynomial| $) #20#) 200 #59=(|has| $ (|Ring|)) ELT)) (|map| (($ #60=(|Mapping| $ $) #20#) 189 T ELT)) (|mainKernel| (((|Union| #20# "failed") $) 179 T ELT)) (|leftReducedSystem| (((|Matrix| |#1|) . #61=(#39#)) 259 (|has| |#1| . #27#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #62=(#39# $)) 258 (|has| |#1| . #27#) ELT) (((|Record| (|:| |mat| (|Matrix| #40#)) (|:| |vec| (|Vector| #40#))) . #62#) 141 (OR (|and| (|has| |#1| . #27#) (|has| |#1| . #41#)) (|and| (|has| |#1| . #41#) (|has| |#1| . #27#))) ELT) (((|Matrix| #40#) . #61#) 140 (OR (|and| (|has| |#1| . #27#) (|has| |#1| . #41#)) (|and| (|has| |#1| . #41#) (|has| |#1| . #27#))) ELT)) (|lcm| (#63=($ $ $) 61 T ELT) (#64=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|kernels| (#18# 180 T ELT)) (|kernel| (#65=($ #49# #21#) 188 T ELT) (#66=($ #49# $) 187 T ELT)) (|isTimes| (#67=((|Union| #68=(|List| $) #69="failed") $) 229 (|has| |#1| . #70=((|SemiGroup|))) ELT)) (|isPower| (((|Union| (|Record| (|:| |val| $) #71=(|:| |exponent| #32#)) #69#) $) 238 (|has| |#1| . #27#) ELT)) (|isPlus| (#67# 231 (|has| |#1| . #72=((|AbelianSemiGroup|))) ELT)) (|isMult| (((|Union| (|Record| (|:| |coef| #32#) #73=(|:| |var| #15#)) #69#) $) 232 (|has| |#1| . #72#) ELT)) (|isExpt| ((#74=(|Union| (|Record| #73# #71#) #69#) $ #14#) 237 (|has| |#1| . #27#) ELT) ((#74# $ #75=(|BasicOperator|)) 236 (|has| |#1| . #27#) ELT) ((#74# $) 230 (|has| |#1| . #70#) ELT)) (|is?| (#76=(#51# $ #77=(|Symbol|)) 186 T ELT) ((#51# $ #49#) 185 T ELT)) (|inv| (($ $) 89 T ELT)) (|height| (((|NonNegativeInteger|) $) 178 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|ground?| (((|Boolean|) $) 216 T ELT)) (|ground| ((|#1| $) 217 T ELT)) (|gcdPolynomial| ((#78=(|SparseUnivariatePolynomial| $) #78# #78#) 59 T ELT)) (|gcd| (#63# 63 T ELT) (#64# 62 T ELT)) (|freeOf?| (#76# 191 T ELT) ((#51# $ $) 190 T ELT)) (|factor| (#23# 93 T ELT)) (|extendedEuclidean| (((|Record| #79=(|:| |coef1| $) #80=(|:| |coef2| $) (|:| |generator| $)) $ $) 71 T ELT) (((|Union| (|Record| #79# #80#) #58#) $ $ $) 70 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #42#) #42# $) 66 T ELT)) (|even?| (#50# 202 #52# ELT)) (|eval| (($ $ #14# #81=(|NonNegativeInteger|) #82=(|Mapping| $ $)) 242 (|has| |#1| . #27#) ELT) (($ $ #14# #81# #83=(|Mapping| $ #68#)) 241 (|has| |#1| . #27#) ELT) (($ $ #13# #84=(|List| #81#) (|List| #83#)) 240 (|has| |#1| . #27#) ELT) (($ $ #13# #84# (|List| #82#)) 239 (|has| |#1| . #27#) ELT) (($ $ (|List| #75#) #68# #14#) 228 (|has| |#1| . #85=((|ConvertibleTo| #86=(|InputForm|)))) ELT) (($ $ #75# $ #14#) 227 (|has| |#1| . #85#) ELT) (#53# 226 (|has| |#1| . #85#) ELT) (($ $ #13#) 225 (|has| |#1| . #85#) ELT) (($ $ #14#) 224 (|has| |#1| . #85#) ELT) (($ $ #49# #60#) 199 T ELT) (($ $ #49# #87=(|Mapping| $ #21#)) 198 T ELT) (($ $ #48# #88=(|List| #87#)) 197 T ELT) (($ $ #48# #89=(|List| #60#)) 196 T ELT) (($ $ #77# #60#) 195 T ELT) (($ $ #77# #87#) 194 T ELT) (($ $ #90=(|List| #77#) #88#) 193 T ELT) (($ $ #90# #89#) 192 T ELT) (($ $ (|List| $) (|List| $)) 163 T ELT) (($ $ $ $) 162 T ELT) (($ $ (|Equation| $)) 161 T ELT) (($ $ (|List| (|Equation| $))) 160 T ELT) (($ $ (|List| #20#) (|List| $)) 159 T ELT) (($ $ #20# $) 158 T ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 75 T ELT)) (|elt| (#65# 168 T ELT) (($ #49# $ $ $ $) 167 T ELT) (($ #49# $ $ $) 166 T ELT) (($ #49# $ $) 165 T ELT) (#66# 164 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|distribute| (($ $ $) 177 T ELT) (#47# 176 T ELT)) (|differentiate| (($ $ (|List| #14#) . #91=((|List| #92=(|NonNegativeInteger|)))) 264 (|has| |#1| . #27#) ELT) (($ $ #14# . #93=(#92#)) 263 (|has| |#1| . #27#) ELT) (($ $ (|List| #14#)) 262 (|has| |#1| . #27#) ELT) (($ $ #14#) 260 (|has| |#1| . #27#) ELT)) (|denominator| (#53# 245 (|has| |#1| . #16#) ELT)) (|denom| (((|SparseMultivariatePolynomial| |#1| . #54#) . #55#) 244 (|has| |#1| . #16#) ELT)) (|definingPolynomial| (#47# 201 #59# ELT)) (|convert| ((#86# . #94=($)) 273 (|has| |#1| . #85#) ELT) (($ (|Factored| $)) 243 (|has| |#1| . #16#) ELT) ((#95=(|Pattern| (|Float|)) . #94#) 208 (|has| |#1| (|ConvertibleTo| #95#)) ELT) ((#96=(|Pattern| (|Integer|)) . #94#) 207 (|has| |#1| (|ConvertibleTo| #96#)) ELT)) (|conjugate| (#97=($ $ $) 272 (|has| |#1| . #98=((|Group|))) ELT)) (|commutator| (#97# 271 (|has| |#1| . #98#) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT) (($ #99=(|Fraction| #100=(|Integer|))) 85 T ELT) (($ (|Polynomial| |#1|)) 270 (|has| |#1| . #27#) ELT) (($ (|Fraction| (|Polynomial| |#1|))) 253 (|has| |#1| . #16#) ELT) (($ (|Fraction| (|Polynomial| (|Fraction| |#1|)))) 249 (|has| |#1| . #16#) ELT) (($ (|Polynomial| (|Fraction| |#1|))) 248 (|has| |#1| . #16#) ELT) (($ (|Fraction| |#1|)) 247 (|has| |#1| . #16#) ELT) (($ (|SparseMultivariatePolynomial| |#1| . #54#)) 233 (|has| |#1| . #27#) ELT) (($ |#1|) 215 T ELT) (($ #14#) 206 T ELT) (($ #20#) 157 T ELT)) (|charthRoot| (((|Maybe| $) $) 255 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|box| (#46# 173 T ELT) (#47# 172 T ELT)) (|belong?| ((#51# #49#) 184 T ELT)) (|before?| (#1# 6 T ELT)) (|associates?| ((#17# $ $) 54 T ELT)) (|applyQuote| (($ #14# #68#) 223 T ELT) (($ #14# $ $ $ $) 222 T ELT) (($ #14# $ $ $) 221 T ELT) (($ #14# $ $) 220 T ELT) (($ #14# $) 219 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#24# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ (|List| #14#) . #91#) 267 (|has| |#1| . #27#) ELT) (($ $ #14# . #93#) 266 (|has| |#1| . #27#) ELT) (($ $ (|List| #14#)) 265 (|has| |#1| . #27#) ELT) (($ $ #14#) 261 (|has| |#1| . #27#) ELT)) (= (#1# 8 T ELT)) (/ (($ $ $) 84 T ELT) (($ (|SparseMultivariatePolynomial| |#1| . #54#) (|SparseMultivariatePolynomial| |#1| . #54#)) 246 (|has| |#1| . #16#) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #100#) 88 T ELT) (($ $ (|Fraction| #56#)) 109 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #101=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ #99#) 87 T ELT) (($ #99# . #101#) 86 T ELT) (($ $ |#1|) 254 (|has| |#1| (|CommutativeRing|)) ELT) (($ |#1| . #101#) 146 (|has| |#1| . #27#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zerosOf| (#3=(#4=(|List| $) #5=(|Polynomial| $)) 99 T ELT) (#6=(#4# #7=(|SparseUnivariatePolynomial| $)) 98 T ELT) (#8=(#4# #7# #9=(|Symbol|)) 97 T ELT) (#10=(#4# $) 149 T ELT) (#11=(#4# $ #9#) 147 T ELT)) (|zeroOf| (#12=($ #5#) 102 T ELT) (#13=($ #7#) 101 T ELT) (#14=($ #7# #9#) 100 T ELT) (#15=($ $) 150 T ELT) (#16=($ $ #9#) 148 T ELT)) (|zero?| (#17=(#2# $) 22 T ELT)) (|variables| ((#18=(|List| #9#) $) 218 T ELT)) (|univariate| (((|Fraction| #7#) $ #19=(|Kernel| $)) 250 #20=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#15# 55 T ELT)) (|unit?| (#17# 53 T ELT)) (|tower| (#21=(#22=(|List| #19#) $) 181 T ELT)) (|subtractIfCan| ((#23=(|Maybe| $) $ $) 26 T ELT)) (|subst| (#24=($ $ #22# #4#) 171 T ELT) (#25=($ $ (|List| #26=(|Equation| $))) 170 T ELT) (#27=($ $ #26#) 169 T ELT)) (|squareFreePart| (#15# 92 T ELT)) (|squareFree| (#28=(#29=(|Factored| $) $) 91 T ELT)) (|sqrt| (#15# 111 T ELT)) (|sizeLess?| (#1# 76 T ELT)) (|sample| (#30=($) 23 T CONST)) (|rootsOf| (#3# 105 T ELT) (#6# 104 T ELT) (#8# 103 T ELT) (#10# 153 T ELT) (#11# 151 T ELT)) (|rootOf| (#12# 108 T ELT) (#13# 107 T ELT) (#14# 106 T ELT) (#15# 154 T ELT) (#16# 152 T ELT)) (|retractIfCan| (((|Union| #31=(|Polynomial| |#1|) . #32=(#33="failed")) . #34=($)) 269 #35=(|has| |#1| #36=(|Ring|)) ELT) (((|Union| #37=(|Fraction| #31#) . #32#) . #34#) 252 #20# ELT) (((|Union| |#1| . #32#) . #34#) 214 T ELT) (((|Union| #38=(|Integer|) . #32#) . #34#) 211 #39=(|has| |#1| #40=(|RetractableTo| #38#)) ELT) (((|Union| #9# . #32#) . #34#) 205 T ELT) (#41=((|Union| #19# . #32#) . #34#) 156 T ELT) (((|Union| #42=(|Fraction| #38#) . #32#) . #34#) 144 #43=(OR (AND #39# #20#) (|has| |#1| (|RetractableTo| #42#))) ELT)) (|retract| ((#31# . #44=($)) 268 #35# ELT) ((#37# . #44#) 251 #20# ELT) (#45=(|#1| . #44#) 213 T ELT) ((#38# . #44#) 212 #39# ELT) ((#9# . #44#) 204 T ELT) ((#19# . #44#) 155 T ELT) ((#42# . #44#) 145 #43# ELT)) (|rem| (#46=($ $ $) 72 T ELT)) (|reducedSystem| ((#47=(|Matrix| |#1|) . #48=(#49=(|Matrix| $))) 257 #35# ELT) ((#50=(|Record| (|:| |mat| #47#) (|:| |vec| (|Vector| |#1|))) . #51=(#49# #52=(|Vector| $))) 256 #35# ELT) ((#53=(|Record| (|:| |mat| #54=(|Matrix| #38#)) (|:| |vec| (|Vector| #38#))) . #51#) 143 #55=(OR (|and| #35# #56=(|has| |#1| (|LinearlyExplicitRingOver| #38#))) (|and| #56# #35#)) ELT) ((#54# . #48#) 142 #55# ELT)) (|recip| ((#57=(|Union| $ #33#) $) 43 T ELT)) (|quo| (#46# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #4#) #58=(|:| |generator| $)) #4#) 67 T ELT)) (|prime?| (#17# 90 T ELT)) (|patternMatch| ((#59=(|PatternMatchResult| #60=(|Float|) . #61=($)) $ #62=(|Pattern| #60#) #59#) 210 (|has| |#1| (|PatternMatchable| #60#)) ELT) ((#63=(|PatternMatchResult| #38# . #61#) $ #64=(|Pattern| #38#) #63#) 209 (|has| |#1| (|PatternMatchable| #38#)) ELT)) (|paren| (#65=($ #4#) 175 T ELT) (#15# 174 T ELT)) (|opposite?| (#1# 20 T ELT)) (|operators| ((#66=(|List| #67=(|BasicOperator|)) $) 182 T ELT)) (|operator| ((#67# #67#) 183 T ELT)) (|one?| (#17# 45 T ELT)) (|odd?| (#17# 203 #68=(|has| $ #40#) ELT)) (|numerator| (#15# 235 #35# ELT)) (|numer| (#69=(#70=(|SparseMultivariatePolynomial| |#1| #19#) $) 234 #35# ELT)) (|nthRoot| (#71=($ $ #38#) 110 T ELT)) (|multiEuclidean| ((#72=(|Union| #4# #33#) #4# $) 69 T ELT)) (|minPoly| ((#7# #19#) 200 #73=(|has| $ #36#) ELT)) (|map| (($ #74=(|Mapping| $ $) #19#) 189 T ELT)) (|mainKernel| (#41# 179 T ELT)) (|leftReducedSystem| ((#47# . #75=(#52#)) 259 #35# ELT) ((#50# . #76=(#52# $)) 258 #35# ELT) ((#53# . #76#) 141 #55# ELT) ((#54# . #75#) 140 #55# ELT)) (|lcm| (#46# 61 T ELT) (#65# 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|kernels| (#21# 180 T ELT)) (|kernel| (#77=($ #67# #4#) 188 T ELT) (#78=($ #67# $) 187 T ELT)) (|isTimes| (#79=(#72# $) 229 #80=(|has| |#1| (|SemiGroup|)) ELT)) (|isPower| (((|Union| (|Record| (|:| |val| $) #81=(|:| |exponent| #38#)) #33#) $) 238 #35# ELT)) (|isPlus| (#79# 231 #82=(|has| |#1| (|AbelianSemiGroup|)) ELT)) (|isMult| (((|Union| (|Record| (|:| |coef| #38#) #83=(|:| |var| #19#)) #33#) $) 232 #82# ELT)) (|isExpt| ((#84=(|Union| (|Record| #83# #81#) #33#) $ #9#) 237 #35# ELT) ((#84# $ #67#) 236 #35# ELT) ((#84# $) 230 #80# ELT)) (|is?| (#85=(#2# $ #9#) 186 T ELT) ((#2# $ #67#) 185 T ELT)) (|inv| (#15# 89 T ELT)) (|height| (#86=(#87=(|NonNegativeInteger|) $) 178 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|ground?| (#17# 216 T ELT)) (|ground| (#45# 217 T ELT)) (|gcdPolynomial| ((#7# #7# #7#) 59 T ELT)) (|gcd| (#46# 63 T ELT) (#65# 62 T ELT)) (|freeOf?| (#85# 191 T ELT) (#1# 190 T ELT)) (|factor| (#28# 93 T ELT)) (|extendedEuclidean| (((|Record| #88=(|:| |coef1| $) #89=(|:| |coef2| $) #58#) $ $) 71 T ELT) (((|Union| (|Record| #88# #89#) #33#) $ $ $) 70 T ELT)) (|exquo| ((#57# $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #4#) #4# $) 66 T ELT)) (|even?| (#17# 202 #68# ELT)) (|eval| (($ $ #9# #87# #74#) 242 #35# ELT) (($ $ #9# #87# #90=(|Mapping| $ #4#)) 241 #35# ELT) (($ $ #18# #91=(|List| #87#) #92=(|List| #90#)) 240 #35# ELT) (($ $ #18# #91# #93=(|List| #74#)) 239 #35# ELT) (($ $ #66# #4# #9#) 228 #94=(|has| |#1| (|ConvertibleTo| #95=(|InputForm|))) ELT) (($ $ #67# $ #9#) 227 #94# ELT) (#15# 226 #94# ELT) (#96=($ $ #18#) 225 #94# ELT) (#16# 224 #94# ELT) (($ $ #67# #74#) 199 T ELT) (($ $ #67# #90#) 198 T ELT) (($ $ #66# #92#) 197 T ELT) (($ $ #66# #93#) 196 T ELT) (($ $ #9# #74#) 195 T ELT) (($ $ #9# #90#) 194 T ELT) (($ $ #18# #92#) 193 T ELT) (($ $ #18# #93#) 192 T ELT) (($ $ #4# #4#) 163 T ELT) (($ $ $ $) 162 T ELT) (#27# 161 T ELT) (#25# 160 T ELT) (#24# 159 T ELT) (($ $ #19# $) 158 T ELT)) (|euclideanSize| (#86# 75 T ELT)) (|elt| (#77# 168 T ELT) (($ #67# $ $ $ $) 167 T ELT) (($ #67# $ $ $) 166 T ELT) (($ #67# $ $) 165 T ELT) (#78# 164 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|distribute| (#46# 177 T ELT) (#15# 176 T ELT)) (|differentiate| (#97=($ $ #18# #91#) 264 #35# ELT) (#98=($ $ #9# #87#) 263 #35# ELT) (#96# 262 #35# ELT) (#16# 260 #35# ELT)) (|denominator| (#15# 245 #20# ELT)) (|denom| (#69# 244 #20# ELT)) (|definingPolynomial| (#15# 201 #73# ELT)) (|convert| ((#95# . #99=($)) 273 #94# ELT) (($ #29#) 243 #20# ELT) ((#62# . #99#) 208 (|has| |#1| (|ConvertibleTo| #62#)) ELT) ((#64# . #99#) 207 (|has| |#1| (|ConvertibleTo| #64#)) ELT)) (|conjugate| (#46# 272 #100=(|has| |#1| (|Group|)) ELT)) (|commutator| (#46# 271 #100# ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #38#) 42 T ELT) (#15# 58 T ELT) (($ #42#) 85 T ELT) (($ #31#) 270 #35# ELT) (($ #37#) 253 #20# ELT) (($ (|Fraction| #101=(|Polynomial| #102=(|Fraction| |#1|)))) 249 #20# ELT) (($ #101#) 248 #20# ELT) (($ #102#) 247 #20# ELT) (($ #70#) 233 #35# ELT) (($ |#1|) 215 T ELT) (($ #9#) 206 T ELT) (($ #19#) 157 T ELT)) (|charthRoot| ((#23# $) 255 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#87#) 41 T CONST)) (|box| (#65# 173 T ELT) (#15# 172 T ELT)) (|belong?| ((#2# #67#) 184 T ELT)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 54 T ELT)) (|applyQuote| (($ #9# #4#) 223 T ELT) (($ #9# $ $ $ $) 222 T ELT) (($ #9# $ $ $) 221 T ELT) (($ #9# $ $) 220 T ELT) (($ #9# $) 219 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#30# 24 T CONST)) (|One| (#30# 46 T CONST)) (D (#97# 267 #35# ELT) (#98# 266 #35# ELT) (#96# 265 #35# ELT) (#16# 261 #35# ELT)) (= (#1# 8 T ELT)) (/ (#46# 84 T ELT) (($ #70# #70#) 246 #20# ELT)) (- (#15# 30 T ELT) (#46# 29 T ELT)) (+ (#46# 18 T ELT)) (** (($ $ #103=(|PositiveInteger|)) 36 T ELT) (($ $ #87#) 44 T ELT) (#71# 88 T ELT) (#104=($ $ #42#) 109 T ELT)) (* (($ #103# $) 17 T ELT) (($ #87# $) 21 T ELT) (($ #38# . #105=($)) 31 T ELT) (#46# 35 T ELT) (#104# 87 T ELT) (($ #42# . #105#) 86 T ELT) (($ $ |#1|) 254 (|has| |#1| (|CommutativeRing|)) ELT) (($ |#1| . #105#) 146 #35# ELT)))
(((|AlgebraicallyClosedFunctionSpace| |#1|) (|Category|) (|IntegralDomain|)) (T |AlgebraicallyClosedFunctionSpace|))
-((|rootOf| (*1 *1 *1) (AND (|ofCategory| *1 (|AlgebraicallyClosedFunctionSpace| *2)) (|ofCategory| *2 (|IntegralDomain|)))) (|rootsOf| (*1 *2 *1) (AND (|ofCategory| *3 (|IntegralDomain|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|AlgebraicallyClosedFunctionSpace| *3)))) (|rootOf| (*1 *1 *1 *2) (AND (|isDomain| *2 (|Symbol|)) (|ofCategory| *1 (|AlgebraicallyClosedFunctionSpace| *3)) (|ofCategory| *3 (|IntegralDomain|)))) (|rootsOf| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Symbol|)) (|ofCategory| *4 (|IntegralDomain|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|AlgebraicallyClosedFunctionSpace| *4)))) (|zeroOf| (*1 *1 *1) (AND (|ofCategory| *1 (|AlgebraicallyClosedFunctionSpace| *2)) (|ofCategory| *2 (|IntegralDomain|)))) (|zerosOf| (*1 *2 *1) (AND (|ofCategory| *3 (|IntegralDomain|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|AlgebraicallyClosedFunctionSpace| *3)))) (|zeroOf| (*1 *1 *1 *2) (AND (|isDomain| *2 (|Symbol|)) (|ofCategory| *1 (|AlgebraicallyClosedFunctionSpace| *3)) (|ofCategory| *3 (|IntegralDomain|)))) (|zerosOf| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Symbol|)) (|ofCategory| *4 (|IntegralDomain|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|AlgebraicallyClosedFunctionSpace| *4)))))
-(|Join| (|AlgebraicallyClosedField|) (|FunctionSpace| |t#1|) (CATEGORY |domain| (SIGNATURE |rootOf| ($ $)) (SIGNATURE |rootsOf| ((|List| $) $)) (SIGNATURE |rootOf| ($ $ (|Symbol|))) (SIGNATURE |rootsOf| ((|List| $) $ (|Symbol|))) (SIGNATURE |zeroOf| ($ $)) (SIGNATURE |zerosOf| ((|List| $) $)) (SIGNATURE |zeroOf| ($ $ (|Symbol|))) (SIGNATURE |zerosOf| ((|List| $) $ (|Symbol|)))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) . T) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) . T) ((|AlgebraicallyClosedField|) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| |#1| |#1|) |has| |#1| (|CommutativeRing|)) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| #2=(|Fraction| (|Polynomial| |#1|))) |has| |#1| (|IntegralDomain|)) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| #3=(|Kernel| $)) . T) ((|CoercibleFrom| #4=(|Polynomial| |#1|)) |has| |#1| (|Ring|)) ((|CoercibleFrom| #5=(|Symbol|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|ConvertibleTo| (|Pattern| (|Float|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) ((|ConvertibleTo| (|Pattern| (|Integer|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Evalable| $) . T) ((|ExpressionSpace|) . T) ((|Field|) . T) ((|FullyLinearlyExplicitRingOver| |#1|) |has| |#1| (|Ring|)) ((|FullyPatternMatchable| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|FunctionSpace| |#1|) . T) ((|GcdDomain|) . T) ((|Group|) |has| |#1| (|Group|)) ((|InnerEvalable| (|Kernel| $) $) . T) ((|InnerEvalable| $ $) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) OR (|has| |#1| (|Ring|)) (|has| |#1| (|CommutativeRing|))) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| #6=(|Integer|)) AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|))) ((|LeftModule| |#1|) OR (|has| |#1| (|Ring|)) (|has| |#1| (|CommutativeRing|))) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) . T) ((|LinearlyExplicitRingOver| #6#) AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|))) ((|LinearlyExplicitRingOver| |#1|) |has| |#1| (|Ring|)) ((|Module| #1#) . T) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) . T) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #7=(|Symbol|)) |has| |#1| (|Ring|)) ((|PartialDifferentialRing| #7#) |has| |#1| (|Ring|)) ((|PartialDifferentialSpace| #7#) |has| |#1| (|Ring|)) ((|PatternMatchable| (|Float|)) |has| |#1| (|PatternMatchable| (|Float|))) ((|PatternMatchable| (|Integer|)) |has| |#1| (|PatternMatchable| (|Integer|))) ((|Patternable| |#1|) . T) ((|PrincipalIdealDomain|) . T) ((|RadicalCategory|) . T) ((|RetractableTo| (|Fraction| (|Integer|))) OR (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (AND (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|RetractableTo| (|Integer|))))) ((|RetractableTo| #2#) |has| |#1| (|IntegralDomain|)) ((|RetractableTo| (|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| #3#) . T) ((|RetractableTo| #4#) |has| |#1| (|Ring|)) ((|RetractableTo| #5#) . T) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| |#1|) |has| |#1| (|CommutativeRing|)) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
+((|rootOf| #1=(*1 *1 *1) #2=(AND (|ofCategory| *1 (|AlgebraicallyClosedFunctionSpace| *2)) (|ofCategory| *2 #3=(|IntegralDomain|)))) (|rootsOf| #4=(*1 *2 *1) #5=(AND #6=(|ofCategory| *3 #3#) #7=(|isDomain| *2 (|List| *1)) #8=(|ofCategory| *1 (|AlgebraicallyClosedFunctionSpace| *3)))) (|rootOf| #9=(*1 *1 *1 *2) #10=(AND (|isDomain| *2 #11=(|Symbol|)) #8# #6#)) (|rootsOf| #12=(*1 *2 *1 *3) #13=(AND (|isDomain| *3 #11#) (|ofCategory| *4 #3#) #7# (|ofCategory| *1 (|AlgebraicallyClosedFunctionSpace| *4)))) (|zeroOf| #1# #2#) (|zerosOf| #4# #5#) (|zeroOf| #9# #10#) (|zerosOf| #12# #13#))
+(|Join| (|AlgebraicallyClosedField|) (|FunctionSpace| |t#1|) (CATEGORY |domain| (SIGNATURE |rootOf| #1=($ $)) (SIGNATURE |rootsOf| #2=(#3=(|List| $) $)) (SIGNATURE |rootOf| #4=($ $ #5=(|Symbol|))) (SIGNATURE |rootsOf| #6=(#3# $ #5#)) (SIGNATURE |zeroOf| #1#) (SIGNATURE |zerosOf| #2#) (SIGNATURE |zeroOf| #4#) (SIGNATURE |zerosOf| #6#)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) . T) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) . T) ((|AlgebraicallyClosedField|) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| |#1| |#1|) |has| |#1| (|CommutativeRing|)) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| #3=(|Fraction| #4=(|Polynomial| |#1|))) |has| |#1| (|IntegralDomain|)) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| #5=(|Kernel| $)) . T) ((|CoercibleFrom| #4#) |has| |#1| (|Ring|)) ((|CoercibleFrom| #6=(|Symbol|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|ConvertibleTo| (|Pattern| #7=(|Float|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) ((|ConvertibleTo| (|Pattern| #2#)) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Evalable| $) . T) ((|ExpressionSpace|) . T) ((|Field|) . T) ((|FullyLinearlyExplicitRingOver| |#1|) |has| |#1| (|Ring|)) ((|FullyPatternMatchable| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|FunctionSpace| |#1|) . T) ((|GcdDomain|) . T) ((|Group|) |has| |#1| (|Group|)) ((|InnerEvalable| #5# $) . T) ((|InnerEvalable| $ $) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) |has| |#1| (|Ring|)) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| #2#) AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|))) ((|LeftModule| |#1|) |has| |#1| (|Ring|)) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) . T) ((|LinearlyExplicitRingOver| #2#) AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|))) ((|LinearlyExplicitRingOver| |#1|) |has| |#1| (|Ring|)) ((|Module| #1#) . T) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) . T) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #6#) |has| |#1| (|Ring|)) ((|PartialDifferentialRing| #6#) |has| |#1| (|Ring|)) ((|PartialDifferentialSpace| #6#) |has| |#1| (|Ring|)) ((|PatternMatchable| #7#) |has| |#1| (|PatternMatchable| (|Float|))) ((|PatternMatchable| #2#) |has| |#1| (|PatternMatchable| (|Integer|))) ((|Patternable| |#1|) . T) ((|PrincipalIdealDomain|) . T) ((|RadicalCategory|) . T) ((|RetractableTo| #1#) OR (AND (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|RetractableTo| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((|RetractableTo| #3#) |has| |#1| (|IntegralDomain|)) ((|RetractableTo| #2#) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| #5#) . T) ((|RetractableTo| #4#) |has| |#1| (|Ring|)) ((|RetractableTo| #6#) . T) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| |#1|) |has| |#1| (|CommutativeRing|)) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
((|yRange| #1=(((|Segment| #2=(|DoubleFloat|)) $) NIL T ELT)) (|xRange| #1#) (|refine| (($ $ #2#) 164 T ELT)) (|makeSketch| (($ (|Polynomial| #3=(|Integer|)) #4=(|Symbol|) #4# #5=(|Segment| (|Fraction| #3#)) #5#) 103 T ELT)) (|listBranches| (((|List| (|List| (|Point| #2#))) $) 181 T ELT)) (|coerce| (((|OutputForm|) $) 195 T ELT)))
(((|PlaneAlgebraicCurvePlot|) (|Join| (|PlottablePlaneCurveCategory|) (CATEGORY |domain| (SIGNATURE |makeSketch| ($ (|Polynomial| #1=(|Integer|)) #2=(|Symbol|) #2# #3=(|Segment| (|Fraction| #1#)) #3#)) (SIGNATURE |refine| ($ $ (|DoubleFloat|)))))) (T |PlaneAlgebraicCurvePlot|))
((|makeSketch| (*1 *1 *2 *3 *3 *4 *4) (AND (|isDomain| *2 (|Polynomial| #1=(|Integer|))) (|isDomain| *3 (|Symbol|)) (|isDomain| *4 (|Segment| (|Fraction| #1#))) #2=(|isDomain| *1 (|PlaneAlgebraicCurvePlot|)))) (|refine| (*1 *1 *1 *2) (AND (|isDomain| *2 (|DoubleFloat|)) #2#)))
@@ -60,28 +60,28 @@ NIL
((|sample| (($) 10 T CONST)) (|eq?| (((|Boolean|) $ $) 8 T ELT)))
(((|Aggregate&| |#1|) (CATEGORY |package| (SIGNATURE |sample| (|#1|) |constant|) (SIGNATURE |eq?| ((|Boolean|) |#1| |#1|))) (|Aggregate|)) (T |Aggregate&|))
NIL
-((|sample| (($) 6 T CONST)) (|eq?| (((|Boolean|) $ $) 10 T ELT)) (|empty?| (((|Boolean|) $) 7 T ELT)) (|empty| (($) 8 T ELT)) (|copy| (($ $) 9 T ELT)))
+((|sample| (#1=($) 6 T CONST)) (|eq?| ((#2=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#1# 8 T ELT)) (|copy| (($ $) 9 T ELT)))
(((|Aggregate|) (|Category|)) (T |Aggregate|))
-((|eq?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|Aggregate|)) (|isDomain| *2 (|Boolean|)))) (|copy| (*1 *1 *1) (|ofCategory| *1 (|Aggregate|))) (|empty| (*1 *1) (|ofCategory| *1 (|Aggregate|))) (|empty?| (*1 *2 *1) (AND (|ofCategory| *1 (|Aggregate|)) (|isDomain| *2 (|Boolean|)))) (|sample| (*1 *1) (|ofCategory| *1 (|Aggregate|))))
-(|Join| (|Type|) (CATEGORY |domain| (SIGNATURE |eq?| ((|Boolean|) $ $)) (SIGNATURE |copy| ($ $)) (SIGNATURE |empty| ($)) (SIGNATURE |empty?| ((|Boolean|) $)) (SIGNATURE |sample| ($) |constant|)))
-(((|Join|) . T) ((|Type|) . T))
-((|atanh| (($ $) 11 T ELT)) (|asinh| (($ $) 10 T ELT)) (|asech| (($ $) 9 T ELT)) (|acsch| (($ $) 8 T ELT)) (|acoth| (($ $) 7 T ELT)) (|acosh| (($ $) 6 T ELT)))
+((|eq?| (*1 *2 *1 *1) #1=(AND #2=(|ofCategory| *1 (|Aggregate|)) (|isDomain| *2 (|Boolean|)))) (|copy| (*1 *1 *1) #2#) (|empty| #3=(*1 *1) #2#) (|empty?| (*1 *2 *1) #1#) (|sample| #3# #2#))
+(|Join| (|Type|) (CATEGORY |domain| (SIGNATURE |eq?| (#1=(|Boolean|) $ $)) (SIGNATURE |copy| ($ $)) (SIGNATURE |empty| #2=($)) (SIGNATURE |empty?| (#1# $)) (SIGNATURE |sample| #2# |constant|)))
+(((|Type|) . T))
+((|atanh| (#1=($ $) 11 T ELT)) (|asinh| (#1# 10 T ELT)) (|asech| (#1# 9 T ELT)) (|acsch| (#1# 8 T ELT)) (|acoth| (#1# 7 T ELT)) (|acosh| (#1# 6 T ELT)))
(((|ArcHyperbolicFunctionCategory|) (|Category|)) (T |ArcHyperbolicFunctionCategory|))
-((|atanh| (*1 *1 *1) (|ofCategory| *1 (|ArcHyperbolicFunctionCategory|))) (|asinh| (*1 *1 *1) (|ofCategory| *1 (|ArcHyperbolicFunctionCategory|))) (|asech| (*1 *1 *1) (|ofCategory| *1 (|ArcHyperbolicFunctionCategory|))) (|acsch| (*1 *1 *1) (|ofCategory| *1 (|ArcHyperbolicFunctionCategory|))) (|acoth| (*1 *1 *1) (|ofCategory| *1 (|ArcHyperbolicFunctionCategory|))) (|acosh| (*1 *1 *1) (|ofCategory| *1 (|ArcHyperbolicFunctionCategory|))))
-(|Join| (CATEGORY |domain| (SIGNATURE |acosh| ($ $)) (SIGNATURE |acoth| ($ $)) (SIGNATURE |acsch| ($ $)) (SIGNATURE |asech| ($ $)) (SIGNATURE |asinh| ($ $)) (SIGNATURE |atanh| ($ $))))
-((~= (#1=((|Boolean|) $ $) 18 (OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2=((|BasicType|))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2#) (|has| |#2| . #2#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2#)) ELT)) (|value| (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $) 136 T ELT)) (|third| (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #3=($)) 159 T ELT)) (|tail| (#4=($ $) 157 T ELT)) (|table| (($) 95 T ELT) (($ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 94 T ELT)) (|swap!| ((#5=(|Void|) $ |#1| |#1|) 82 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT) ((#5# $ #6=(|Integer|) #6#) 185 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|split!| (($ $ (|Integer|)) 170 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|sorted?| ((#7=(|Boolean|) (|Mapping| #7# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) $) 219 T ELT) ((#7# $) 213 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #8=((|OrderedSet|))) ELT)) (|sort!| (($ (|Mapping| #7# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #9=($)) 210 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT) (#10=($ $) 209 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #8#) (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))))) ELT)) (|sort| (($ (|Mapping| #7# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #9#) 220 T ELT) (#10# 214 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #8#) ELT)) (|size?| (#11=(#12=(|Boolean|) $ (|NonNegativeInteger|)) 202 T ELT)) (|setvalue!| (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 145 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|setrest!| (#13=($ $ $) 166 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|setlast!| (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 168 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|setfirst!| (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 164 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|setelt| ((|#2| $ |#1| |#2|) 70 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ #6# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 196 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ #14=(|UniversalSegment| #6#) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 171 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ #15="last" (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 169 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT) (($ $ #16="rest" $) 167 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ #17="first" (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 165 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ #18="value" (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 144 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|setchildren!| (($ $ #19=(|List| $)) 143 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|select!| (($ (|Mapping| #20=(|Boolean|) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #21=($)) 42 (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT) (($ (|Mapping| #22=(|Boolean|) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #23=($)) 236 T ELT)) (|select| (($ (|Mapping| #24=(|Boolean|) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #25=($)) 49 (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT) (($ (|Mapping| #24# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #25#) 183 (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|second| (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #3#) 158 T ELT)) (|search| (((|Union| |#2| . #26=("failed")) |#1| . #27=($)) 59 T ELT)) (|sample| (#28=($) 6 T CONST)) (|reverse!| (#10# 211 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|reverse| (#10# 221 T ELT)) (|rest| (#29=($ $ #30=(|NonNegativeInteger|)) 153 T ELT) (#4# 151 T ELT)) (|removeDuplicates!| (($ $) 234 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #31=((|BasicType|))) ELT)) (|removeDuplicates| (($ $) 51 (OR (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #32=((|BasicType|))) (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))))) (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #32#) (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))))) ELT)) (|remove!| (($ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $) 44 (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT) (($ (|Mapping| #20# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #21#) 43 (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT) (((|Union| |#2| . #26#) |#1| . #27#) 60 T ELT) (($ (|Mapping| #22# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #23#) 240 T ELT) (($ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $) 235 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #31#) ELT)) (|remove| (($ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #33=($)) 50 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #32#) (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))))) ELT) (($ (|Mapping| #24# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #25#) 48 (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT) (($ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #33#) 184 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #32#) (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))))) ELT) (($ (|Mapping| #24# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #25#) 182 (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|reduce| (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 111 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #34=((|BasicType|))) ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 107 T ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #35=($)) 106 T ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 232 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #34#) ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 228 T ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #35#) 227 T ELT)) (|qsetelt!| ((|#2| $ |#1| |#2|) 69 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ #6# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 197 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|qelt| ((|#2| $ |#1|) 71 T ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ #6#) 195 T ELT)) (|possiblyInfinite?| (#36=(#12# $) 199 T ELT)) (|position| ((#37=(|Integer|) (|Mapping| #7# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) $) 218 T ELT) ((#37# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $) 217 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #38=((|BasicType|))) ELT) ((#37# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ #37#) 216 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #38#) ELT)) (|nodes| (#39=(#19# $) 134 T ELT)) (|node?| (#40=(#41=(|Boolean|) $ $) 142 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #42=((|BasicType|))) ELT)) (|new| (($ (|NonNegativeInteger|) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 179 T ELT)) (|more?| (#11# 201 T ELT)) (|minIndex| ((|#1| . #43=($)) 79 (|has| |#1| . #44=((|OrderedSet|))) ELT) ((#6# . #43#) 187 (|has| #6# . #44#) ELT)) (|min| (#45=($ $ $) 203 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #8#) ELT)) (|merge!| (($ (|Mapping| #22# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) $ $) 237 T ELT) (#46=($ $ $) 233 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|OrderedSet|)) ELT)) (|merge| (($ (|Mapping| #7# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) $ $) 222 T ELT) (($ $ $) 215 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #8#) ELT)) (|members| (((|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #47=($)) 105 T ELT) (((|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #47#) 226 T ELT)) (|member?| ((#48=(|Boolean|) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #49=($)) 110 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #34#) ELT) ((#48# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #49#) 231 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #34#) ELT)) (|maxIndex| ((|#1| . #43#) 78 (|has| |#1| . #44#) ELT) ((#6# . #43#) 188 (|has| #6# . #44#) ELT)) (|max| (#45# 204 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #8#) ELT)) (|map!| (($ (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #50=($)) 39 T ELT) (($ (|Mapping| |#2| |#2|) . #50#) 63 T ELT) (($ (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #50#) 245 T ELT)) (|map| (($ (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #51=($)) 26 T ELT) (($ (|Mapping| |#2| |#2|) . #51#) 64 T ELT) (($ (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #51#) 96 T ELT) (($ (|Mapping| |#2| |#2| |#2|) $ $) 93 T ELT) (($ (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) $ $) 176 T ELT) (($ (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #51#) 128 T ELT)) (|list| (($ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 246 T ELT)) (|less?| (#11# 200 T ELT)) (|leaves| (((|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) $) 139 T ELT)) (|leaf?| (#52=(#41# $) 135 T ELT)) (|latex| (((|String|) $) 21 (OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53=((|SetCategory|))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53#) (|has| |#2| . #53#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53#)) ELT)) (|last| (#29# 156 T ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #3#) 154 T ELT)) (|keys| (((|List| |#1|) $) 61 T ELT)) (|key?| (((|Boolean|) |#1| $) 62 T ELT)) (|inspect| (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #54=($)) 35 T ELT)) (|insert!| (($ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $) 36 T ELT) (($ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ #55=(|Integer|)) 239 T ELT) (($ $ $ #55#) 238 T ELT)) (|insert| (($ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ #6#) 173 T ELT) (($ $ $ #6#) 172 T ELT)) (|indices| (((|List| |#1|) . #56=($)) 76 T ELT) (((|List| #6#) . #56#) 190 T ELT)) (|index?| ((#57=(|Boolean|) |#1| . #58=($)) 75 T ELT) ((#57# #6# . #58#) 191 T ELT)) (|hash| (((|SingleInteger|) $) 20 (OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53#) (|has| |#2| . #53#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53#)) ELT)) (|first| ((|#2| $) 80 (|has| |#1| . #44#) ELT) (#29# 150 T ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #3#) 148 T ELT)) (|find| (((|Union| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #59=("failed")) (|Mapping| #48# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #60=($)) 108 T ELT) (((|Union| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #59#) (|Mapping| #48# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #60#) 229 T ELT)) (|fill!| (($ $ |#2|) 81 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT) (($ $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 186 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|extract!| (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #54#) 37 T ELT)) (|explicitlyFinite?| (#36# 198 T ELT)) (|every?| ((#48# (|Mapping| #48# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #61=($)) 103 T ELT) ((#48# (|Mapping| #48# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #61#) 224 T ELT)) (|eval| (($ $ (|List| (|Equation| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))))) 25 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53#)) ELT) (($ $ (|Equation| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 24 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53#)) ELT) (($ $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 23 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53#)) ELT) (($ $ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 22 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53#)) ELT) (($ $ (|List| |#2|) (|List| |#2|)) 68 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #53#)) ELT) (($ $ |#2| |#2|) 67 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #53#)) ELT) (($ $ (|Equation| |#2|)) 66 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #53#)) ELT) (($ $ (|List| (|Equation| |#2|))) 65 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #53#)) ELT) (($ $ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 100 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53#)) ELT) (($ $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 99 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53#)) ELT) (($ $ (|Equation| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 98 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53#)) ELT) (($ $ (|List| (|Equation| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))))) 97 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53#)) ELT) (($ $ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 132 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53#)) ELT) (($ $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 131 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53#)) ELT) (($ $ (|Equation| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 130 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53#)) ELT) (($ $ (|List| (|Equation| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))))) 129 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #53#)) ELT)) (|eq?| ((#62=(|Boolean|) $ $) 10 T ELT)) (|entry?| ((#57# |#2| . #63=($)) 77 (AND (|has| $ (|FiniteAggregate| |#2|)) (|has| |#2| . #64=((|BasicType|)))) ELT) ((#57# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #63#) 189 (AND (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #64#)) ELT)) (|entries| (((|List| |#2|) . #65=($)) 74 T ELT) (((|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #65#) 192 T ELT)) (|empty?| ((#62# $) 7 T ELT)) (|empty| (#28# 8 T ELT)) (|elt| ((|#2| $ |#1|) 73 T ELT) ((|#2| $ |#1| |#2|) 72 T ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ #6# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 194 T ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ #6#) 193 T ELT) (($ $ #14#) 180 T ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ #15#) 155 T ELT) (($ $ #16#) 152 T ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ #17#) 149 T ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $ #18#) 137 T ELT)) (|distance| (((|Integer|) $ $) 140 T ELT)) (|dictionary| (($) 46 T ELT) (($ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 45 T ELT)) (|delete!| (($ $ #55#) 242 T ELT) (($ $ (|UniversalSegment| #55#)) 241 T ELT)) (|delete| (($ $ #6#) 175 T ELT) (($ $ #14#) 174 T ELT)) (|cyclic?| (#52# 138 T ELT)) (|cycleTail| (#4# 162 T ELT)) (|cycleSplit!| (#4# 163 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|cycleLength| ((#30# $) 161 T ELT)) (|cycleEntry| (#4# 160 T ELT)) (|count| ((#66=(|NonNegativeInteger|) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #67=($)) 109 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #34#) ELT) ((#66# (|Mapping| #48# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #68=($)) 104 T ELT) ((#66# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #67#) 230 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #34#) ELT) ((#66# (|Mapping| #48# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #68#) 225 T ELT)) (|copyInto!| (($ $ $ #37#) 212 (|has| $ (|ShallowlyMutableAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#69=(|InputForm|) $) 52 (OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #70=((|ConvertibleTo| #69#))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #70#)) ELT)) (|construct| (($ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 47 T ELT) (($ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 181 T ELT)) (|concat!| (($ $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 244 T ELT) (#46# 243 T ELT)) (|concat| (($ $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 178 T ELT) (($ (|List| $)) 177 T ELT) (($ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $) 147 T ELT) (#13# 146 T ELT)) (|coerce| (((|OutputForm|) $) 16 (OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #71=((|CoercibleTo| (|OutputForm|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #71#) (|has| |#2| . #71#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #71#)) ELT)) (|children| (#39# 133 T ELT)) (|child?| (#40# 141 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #42#) ELT)) (|before?| (#1# 19 (OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2#) (|has| |#2| . #2#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2#)) ELT)) (|bag| (($ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 38 T ELT)) (|assoc| (((|Maybe| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) |#1| $) 127 T ELT)) (|any?| ((#48# (|Mapping| #48# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #61#) 102 T ELT) ((#48# (|Mapping| #48# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #61#) 223 T ELT)) (>= (#72=((|Boolean|) $ $) 205 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #8#) ELT)) (> (#72# 207 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #8#) ELT)) (= (#1# 17 (OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2#) (|has| |#2| . #2#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2#)) ELT)) (<= (#72# 206 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #8#) ELT)) (< (#72# 208 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #8#) ELT)) (|#| ((#66# $) 101 T ELT)))
-(((|AssociationListAggregate| |#1| |#2|) (|Category|) (|SetCategory|) (|SetCategory|)) (T |AssociationListAggregate|))
-((|assoc| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|AssociationListAggregate| *3 *4)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|isDomain| *2 (|Maybe| (|Record| (|:| |key| *3) (|:| |entry| *4)))))))
-(|Join| (|TableAggregate| |t#1| |t#2|) (|ListAggregate| (|Record| (|:| |key| |t#1|) (|:| |entry| |t#2|))) (|ShallowlyMutableAggregate| |t#2|) (CATEGORY |domain| (SIGNATURE |assoc| ((|Maybe| (|Record| (|:| |key| |t#1|) (|:| |entry| |t#2|))) |t#1| $))))
-(((|Aggregate|) . T) ((|BagAggregate| #1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|BasicType|) OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|SetCategory|)) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|OrderedSet|)) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|BasicType|)) (|has| |#2| (|SetCategory|)) (|has| |#2| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|SetCategory|)) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|OrderedSet|)) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|CoercibleTo| (|OutputForm|))) (|has| |#2| (|SetCategory|)) (|has| |#2| (|CoercibleTo| (|OutputForm|)))) ((|Collection| #2=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|ConvertibleTo| (|InputForm|)) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|ConvertibleTo| (|InputForm|))) ((|Dictionary| #1#) . T) ((|DictionaryOperations| #1#) . T) ((|Eltable| #3=(|Integer|) #2#) . T) ((|Eltable| (|UniversalSegment| (|Integer|)) $) . T) ((|Eltable| |#1| |#2|) . T) ((|EltableAggregate| #3# #2#) . T) ((|EltableAggregate| |#1| |#2|) . T) ((|Evalable| #2#) AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|SetCategory|))) ((|Evalable| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|ExtensibleLinearAggregate| #2#) . T) ((|FiniteAggregate| #2#) . T) ((|FiniteLinearAggregate| #2#) . T) ((|Functorial| #2#) . T) ((|Functorial| |#2|) . T) ((|HomogeneousAggregate| #2#) . T) ((|HomogeneousAggregate| |#2|) . T) ((|IndexedAggregate| #3# #2#) . T) ((|IndexedAggregate| |#1| |#2|) . T) ((|InnerEvalable| #2# #2#) AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|SetCategory|))) ((|InnerEvalable| |#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|Join|) . T) ((|KeyedDictionary| |#1| |#2|) . T) ((|LinearAggregate| #2#) . T) ((|ListAggregate| #2#) . T) ((|OrderedSet|) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|OrderedSet|)) ((|OrderedType|) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|OrderedSet|)) ((|RecursiveAggregate| #2#) . T) ((|SetCategory|) OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|SetCategory|)) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|OrderedSet|)) (|has| |#2| (|SetCategory|))) ((|ShallowlyMutableAggregate| #2#) . T) ((|ShallowlyMutableAggregate| |#2|) . T) ((|StreamAggregate| #2#) . T) ((|TableAggregate| |#1| |#2|) . T) ((|Type|) . T) ((|UnaryRecursiveAggregate| #2#) . T))
+((|atanh| #1=(*1 *1 *1) #2=(|ofCategory| *1 (|ArcHyperbolicFunctionCategory|))) (|asinh| #1# #2#) (|asech| #1# #2#) (|acsch| #1# #2#) (|acoth| #1# #2#) (|acosh| #1# #2#))
+(|Join| (CATEGORY |domain| (SIGNATURE |acosh| #1=($ $)) (SIGNATURE |acoth| #1#) (SIGNATURE |acsch| #1#) (SIGNATURE |asech| #1#) (SIGNATURE |asinh| #1#) (SIGNATURE |atanh| #1#)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(OR #4=(|has| #5=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #6=((|BasicType|))) #4# #7=(|has| |#2| . #6#) #4#) ELT)) (|value| (#8=(#5# $) 136 T ELT)) (|third| (#8# 159 T ELT)) (|tail| (#9=($ $) 157 T ELT)) (|table| (#10=($) 95 T ELT) (#11=($ #12=(|List| #5#)) 94 T ELT)) (|swap!| ((#13=(|Void|) $ |#1| |#1|) 82 #14=(|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT) ((#13# $ #15=(|Integer|) #15#) 185 #16=(|has| $ (|ShallowlyMutableAggregate| #5#)) ELT)) (|split!| (#17=($ $ #15#) 170 #16# ELT)) (|sorted?| ((#2# #18=(|Mapping| #2# #5# #5#) $) 219 T ELT) (#19=(#2# $) 213 #20=(|has| #5# #21=(|OrderedSet|)) ELT)) (|sort!| (#22=($ #18# $) 210 #16# ELT) (#9# 209 (AND #20# #16#) ELT)) (|sort| (#22# 220 T ELT) (#9# 214 #20# ELT)) (|size?| (#23=(#2# $ #24=(|NonNegativeInteger|)) 202 T ELT)) (|setvalue!| (#25=(#5# $ #5#) 145 #16# ELT)) (|setrest!| (#26=($ $ $) 166 #16# ELT)) (|setlast!| (#25# 168 #16# ELT)) (|setfirst!| (#25# 164 #16# ELT)) (|setelt| (#27=(|#2| $ |#1| |#2|) 70 #14# ELT) (#28=(#5# $ #15# #5#) 196 #16# ELT) ((#5# $ #29=(|UniversalSegment| #15#) #5#) 171 #16# ELT) ((#5# $ #30="last" #5#) 169 #16# ELT) (($ $ #31="rest" $) 167 #16# ELT) ((#5# $ #32="first" #5#) 165 #16# ELT) ((#5# $ #33="value" #5#) 144 #16# ELT)) (|setchildren!| (($ $ #34=(|List| $)) 143 #16# ELT)) (|select!| (#35=($ #36=(|Mapping| #2# #5#) $) 42 #37=(|has| $ (|FiniteAggregate| #5#)) ELT) (#35# 236 T ELT)) (|select| (#35# 49 #37# ELT) (#35# 183 #37# ELT)) (|second| (#8# 158 T ELT)) (|search| (#38=((|Union| |#2| #39="failed") |#1| $) 59 T ELT)) (|sample| (#10# 6 T CONST)) (|reverse!| (#9# 211 #16# ELT)) (|reverse| (#9# 221 T ELT)) (|rest| (#40=($ $ #24#) 153 T ELT) (#9# 151 T ELT)) (|removeDuplicates!| (#9# 234 #4# ELT)) (|removeDuplicates| (#9# 51 (OR #41=(AND #4# #37#) #41#) ELT)) (|remove!| (#42=($ #5# $) 44 #37# ELT) (#35# 43 #37# ELT) (#38# 60 T ELT) (#35# 240 T ELT) (#42# 235 #4# ELT)) (|remove| (#42# 50 #41# ELT) (#35# 48 #37# ELT) (#42# 184 #41# ELT) (#35# 182 #37# ELT)) (|reduce| (#43=(#5# #44=(|Mapping| #5# #5# #5#) $ #5# #5#) 111 #4# ELT) (#45=(#5# #44# $ #5#) 107 T ELT) (#46=(#5# #44# $) 106 T ELT) (#43# 232 #4# ELT) (#45# 228 T ELT) (#46# 227 T ELT)) (|qsetelt!| (#27# 69 #14# ELT) (#28# 197 #16# ELT)) (|qelt| (#47=(|#2| $ |#1|) 71 T ELT) (#48=(#5# $ #15#) 195 T ELT)) (|possiblyInfinite?| (#19# 199 T ELT)) (|position| ((#15# #36# $) 218 T ELT) ((#15# #5# $) 217 #4# ELT) ((#15# #5# $ #15#) 216 #4# ELT)) (|nodes| (#49=(#34# $) 134 T ELT)) (|node?| (#1# 142 #4# ELT)) (|new| (($ #24# #5#) 179 T ELT)) (|more?| (#23# 201 T ELT)) (|minIndex| (#50=(|#1| . #51=($)) 79 #52=(|has| |#1| . #53=(#21#)) ELT) (#54=(#15# . #51#) 187 #55=(|has| #15# . #53#) ELT)) (|min| (#26# 203 #20# ELT)) (|merge!| (#56=($ #18# $ $) 237 T ELT) (#26# 233 #20# ELT)) (|merge| (#56# 222 T ELT) (#26# 215 #20# ELT)) (|members| (#57=(#12# $) 105 T ELT) (#57# 226 T ELT)) (|member?| (#58=(#2# #5# $) 110 #4# ELT) (#58# 231 #4# ELT)) (|maxIndex| (#50# 78 #52# ELT) (#54# 188 #55# ELT)) (|max| (#26# 204 #20# ELT)) (|map!| (#59=($ (|Mapping| #5# #5#) . #60=($)) 39 T ELT) (#61=($ (|Mapping| |#2| |#2|) . #60#) 63 T ELT) (#59# 245 T ELT)) (|map| (#59# 26 T ELT) (#61# 64 T ELT) (#59# 96 T ELT) (($ (|Mapping| |#2| |#2| |#2|) $ $) 93 T ELT) (($ #44# $ $) 176 T ELT) (#59# 128 T ELT)) (|list| (($ #5#) 246 T ELT)) (|less?| (#23# 200 T ELT)) (|leaves| (#57# 139 T ELT)) (|leaf?| (#19# 135 T ELT)) (|latex| (((|String|) $) 21 #62=(OR #63=(|has| #5# . #64=((|SetCategory|))) #63# #65=(|has| |#2| . #64#) #63#) ELT)) (|last| (#40# 156 T ELT) (#8# 154 T ELT)) (|keys| (#66=((|List| |#1|) $) 61 T ELT)) (|key?| (#67=(#2# |#1| $) 62 T ELT)) (|inspect| (#8# 35 T ELT)) (|insert!| (#42# 36 T ELT) (#68=($ #5# $ #15#) 239 T ELT) (#69=($ $ $ #15#) 238 T ELT)) (|insert| (#68# 173 T ELT) (#69# 172 T ELT)) (|indices| (#66# 76 T ELT) (((|List| #15#) $) 190 T ELT)) (|index?| (#67# 75 T ELT) ((#2# #15# $) 191 T ELT)) (|hash| (((|SingleInteger|) $) 20 #62# ELT)) (|first| ((|#2| $) 80 #52# ELT) (#40# 150 T ELT) (#8# 148 T ELT)) (|find| (#70=((|Union| #5# #39#) #36# $) 108 T ELT) (#70# 229 T ELT)) (|fill!| (($ $ |#2|) 81 #14# ELT) (#71=($ $ #5#) 186 #16# ELT)) (|extract!| (#8# 37 T ELT)) (|explicitlyFinite?| (#19# 198 T ELT)) (|every?| (#72=(#2# #36# $) 103 T ELT) (#72# 224 T ELT)) (|eval| (#73=($ $ (|List| #74=(|Equation| #5#))) 25 #75=(AND (|has| #5# (|Evalable| #5#)) #63#) ELT) (#76=($ $ #74#) 24 #75# ELT) (#77=($ $ #5# #5#) 23 #75# ELT) (#78=($ $ #12# #12#) 22 #75# ELT) (($ $ #79=(|List| |#2|) #79#) 68 #80=(AND (|has| |#2| (|Evalable| |#2|)) #65#) ELT) (($ $ |#2| |#2|) 67 #80# ELT) (($ $ #81=(|Equation| |#2|)) 66 #80# ELT) (($ $ (|List| #81#)) 65 #80# ELT) (#78# 100 #75# ELT) (#77# 99 #75# ELT) (#76# 98 #75# ELT) (#73# 97 #75# ELT) (#78# 132 #75# ELT) (#77# 131 #75# ELT) (#76# 130 #75# ELT) (#73# 129 #75# ELT)) (|eq?| (#1# 10 T ELT)) (|entry?| ((#2# |#2| $) 77 (AND (|has| $ (|FiniteAggregate| |#2|)) #7#) ELT) (#58# 189 (AND #37# #4#) ELT)) (|entries| ((#79# $) 74 T ELT) (#57# 192 T ELT)) (|empty?| (#19# 7 T ELT)) (|empty| (#10# 8 T ELT)) (|elt| (#47# 73 T ELT) (#27# 72 T ELT) (#28# 194 T ELT) (#48# 193 T ELT) (#82=($ $ #29#) 180 T ELT) ((#5# $ #30#) 155 T ELT) (($ $ #31#) 152 T ELT) ((#5# $ #32#) 149 T ELT) ((#5# $ #33#) 137 T ELT)) (|distance| ((#15# $ $) 140 T ELT)) (|dictionary| (#10# 46 T ELT) (#11# 45 T ELT)) (|delete!| (#17# 242 T ELT) (#82# 241 T ELT)) (|delete| (#17# 175 T ELT) (#82# 174 T ELT)) (|cyclic?| (#19# 138 T ELT)) (|cycleTail| (#9# 162 T ELT)) (|cycleSplit!| (#9# 163 #16# ELT)) (|cycleLength| (#83=(#24# $) 161 T ELT)) (|cycleEntry| (#9# 160 T ELT)) (|count| (#84=(#24# #5# $) 109 #4# ELT) (#85=(#24# #36# $) 104 T ELT) (#84# 230 #4# ELT) (#85# 225 T ELT)) (|copyInto!| (#69# 212 #16# ELT)) (|copy| (#9# 9 T ELT)) (|convert| ((#86=(|InputForm|) $) 52 (OR #87=(|has| #5# (|ConvertibleTo| #86#)) #87#) ELT)) (|construct| (#11# 47 T ELT) (#11# 181 T ELT)) (|concat!| (#71# 244 T ELT) (#26# 243 T ELT)) (|concat| (#71# 178 T ELT) (($ #34#) 177 T ELT) (#42# 147 T ELT) (#26# 146 T ELT)) (|coerce| ((#88=(|OutputForm|) $) 16 (OR #89=(|has| #5# . #90=((|CoercibleTo| #88#))) #89# (|has| |#2| . #90#) #89#) ELT)) (|children| (#49# 133 T ELT)) (|child?| (#1# 141 #4# ELT)) (|before?| (#1# 19 #3# ELT)) (|bag| (#11# 38 T ELT)) (|assoc| (((|Maybe| #5#) |#1| $) 127 T ELT)) (|any?| (#72# 102 T ELT) (#72# 223 T ELT)) (>= (#1# 205 #20# ELT)) (> (#1# 207 #20# ELT)) (= (#1# 17 #3# ELT)) (<= (#1# 206 #20# ELT)) (< (#1# 208 #20# ELT)) (|#| (#83# 101 T ELT)))
+(((|AssociationListAggregate| |#1| |#2|) (|Category|) #1=(|SetCategory|) #1#) (T |AssociationListAggregate|))
+((|assoc| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|AssociationListAggregate| *3 *4)) (|ofCategory| *3 #1=(|SetCategory|)) (|ofCategory| *4 #1#) (|isDomain| *2 (|Maybe| (|Record| (|:| |key| *3) (|:| |entry| *4)))))))
+(|Join| (|TableAggregate| |t#1| |t#2|) (|ListAggregate| #1=(|Record| (|:| |key| |t#1|) (|:| |entry| |t#2|))) (|ShallowlyMutableAggregate| |t#2|) (CATEGORY |domain| (SIGNATURE |assoc| ((|Maybe| #1#) |t#1| $))))
+(((|Aggregate|) . T) ((|BagAggregate| #1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| #1#) . T) ((|Dictionary| #1#) . T) ((|DictionaryOperations| #1#) . T) ((|Eltable| #2=(|Integer|) #1#) . T) ((|Eltable| (|UniversalSegment| #2#) $) . T) ((|Eltable| |#1| |#2|) . T) ((|EltableAggregate| #2# #1#) . T) ((|EltableAggregate| |#1| |#2|) . T) ((|Evalable| #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|Evalable| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|ExtensibleLinearAggregate| #1#) . T) ((|FiniteAggregate| #1#) . T) ((|FiniteLinearAggregate| #1#) . T) ((|Functorial| #1#) . T) ((|Functorial| |#2|) . T) ((|HomogeneousAggregate| #1#) . T) ((|HomogeneousAggregate| |#2|) . T) ((|IndexedAggregate| #2# #1#) . T) ((|IndexedAggregate| |#1| |#2|) . T) ((|InnerEvalable| #1# #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|InnerEvalable| |#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|KeyedDictionary| |#1| |#2|) . T) ((|LinearAggregate| #1#) . T) ((|ListAggregate| #1#) . T) ((|RecursiveAggregate| #1#) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| #1#) . T) ((|ShallowlyMutableAggregate| |#2|) . T) ((|StreamAggregate| #1#) . T) ((|TableAggregate| |#1| |#2|) . T) ((|Type|) . T) ((|UnaryRecursiveAggregate| #1#) . T))
((|coerce| (((|OutputForm|) $) NIL T ELT) (($ (|Integer|)) NIL T ELT) (($ |#2|) 10 T ELT)))
(((|Algebra&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |coerce| (|#1| |#2|)) (SIGNATURE |coerce| (|#1| (|Integer|))) (SIGNATURE |coerce| ((|OutputForm|) |#1|))) (|Algebra| |#2|) (|CommutativeRing|)) (T |Algebra&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 53 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #4=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 55 T ELT) (($ |#1| . #4#) 54 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#4=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #5=(|Integer|)) 42 T ELT) (($ |#1|) 53 T ELT)) (|characteristic| ((#6=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (#4# 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#7=($ $ $) 29 T ELT)) (+ (#7# 18 T ELT)) (** (($ $ #8=(|PositiveInteger|)) 36 T ELT) (($ $ #6#) 44 T ELT)) (* (($ #8# $) 17 T ELT) (($ #6# $) 21 T ELT) (($ #5# . #9=($)) 31 T ELT) (#7# 35 T ELT) (($ $ |#1|) 55 T ELT) (($ |#1| . #9#) 54 T ELT)))
(((|Algebra| |#1|) (|Category|) (|CommutativeRing|)) (T |Algebra|))
NIL
(|Join| (|Ring|) (|Module| |t#1|) (|CoercibleFrom| |t#1|))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|Monoid|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|Monoid|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|split| (#1=(#2=(|Factored| |#1|) |#1|) 41 T ELT)) (|factor| (#1# 30 T ELT) ((#2# |#1| (|List| (|AlgebraicNumber|))) 33 T ELT)) (|doublyTransitive?| (((|Boolean|) |#1|) 59 T ELT)))
(((|AlgFactor| |#1|) (CATEGORY |package| (SIGNATURE |factor| (#1=(|Factored| |#1|) |#1| (|List| #2=(|AlgebraicNumber|)))) (SIGNATURE |factor| #3=(#1# |#1|)) (SIGNATURE |split| #3#) (SIGNATURE |doublyTransitive?| ((|Boolean|) |#1|))) (|UnivariatePolynomialCategory| #2#)) (T |AlgFactor|))
((|doublyTransitive?| #1=(*1 *2 *3) (AND (|isDomain| *2 (|Boolean|)) #2=(|isDomain| *1 (|AlgFactor| *3)) #3=(|ofCategory| *3 (|UnivariatePolynomialCategory| #4=(|AlgebraicNumber|))))) (|split| #1# #5=(AND #6=(|isDomain| *2 (|Factored| *3)) #2# #3#)) (|factor| #1# #5#) (|factor| (*1 *2 *3 *4) (AND (|isDomain| *4 (|List| #4#)) #6# #2# #3#)))
@@ -106,11 +106,11 @@ NIL
((|monomial?| (((|Boolean|) $) 12 T ELT)) (|map| (($ (|Mapping| |#2| |#2|) $) 21 T ELT)) (* (($ (|PositiveInteger|) $) NIL T ELT) (($ (|NonNegativeInteger|) $) NIL T ELT) (($ #1=(|Integer|) $) NIL T ELT) (($ $ $) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) NIL T ELT) (($ #2=(|Fraction| #1#) $) 25 T ELT) (($ $ #2#) NIL T ELT)))
(((|AbelianMonoidRing&| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE * (|#1| |#1| #1=(|Fraction| #2=(|Integer|)))) (SIGNATURE * (|#1| #1# |#1|)) (SIGNATURE |monomial?| ((|Boolean|) |#1|)) (SIGNATURE |map| (|#1| (|Mapping| |#2| |#2|) |#1|)) (SIGNATURE * (|#1| |#2| |#1|)) (SIGNATURE * (|#1| |#1| |#2|)) (SIGNATURE * (|#1| |#1| |#1|)) (SIGNATURE * (|#1| #2# |#1|)) (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)) (SIGNATURE * (|#1| (|PositiveInteger|) |#1|))) (|AbelianMonoidRing| |#2| |#3|) (|Ring|) (|OrderedAbelianMonoid|)) (T |AbelianMonoidRing&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 (|has| |#1| . #3=((|IntegralDomain|))) ELT)) (|unitCanonical| (($ $) 74 (|has| |#1| . #3#) ELT)) (|unit?| ((#4=(|Boolean|) $) 76 (|has| |#1| . #3#) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#5=($) 23 T CONST)) (|reductum| (($ $) 82 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|monomial?| (((|Boolean|) $) 84 T ELT)) (|monomial| (($ |#1| |#2|) 83 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 88 T ELT)) (|leadingMonomial| (($ $) 86 T ELT)) (|leadingCoefficient| ((|#1| $) 87 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 72 (|has| |#1| . #3#) ELT)) (|degree| ((|#2| $) 85 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ #6=(|Fraction| (|Integer|))) 79 (|has| |#1| . #7=((|Algebra| (|Fraction| (|Integer|))))) ELT) (($ $) 71 (|has| |#1| . #3#) ELT) (($ |#1|) 69 (|has| |#1| (|CommutativeRing|)) ELT)) (|coefficient| ((|#1| $ |#2|) 81 T ELT)) (|charthRoot| (((|Maybe| $) $) 70 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| ((#4# $ $) 75 (|has| |#1| . #3#) ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (/ (($ $ |#1|) 80 (|has| |#1| (|Field|)) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #8=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 90 T ELT) (($ |#1| . #8#) 89 T ELT) (($ #6# . #8#) 78 (|has| |#1| . #7#) ELT) (($ $ #6#) 77 (|has| |#1| . #7#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 #4=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| (#5=($ $) 74 #4# ELT)) (|unit?| (#3# 76 #4# ELT)) (|subtractIfCan| ((#6=(|Maybe| $) $ $) 26 T ELT)) (|sample| (#7=($) 23 T CONST)) (|reductum| (#5# 82 T ELT)) (|recip| ((#8=(|Union| $ "failed") $) 43 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|monomial?| (#3# 84 T ELT)) (|monomial| (($ |#1| |#2|) 83 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 88 T ELT)) (|leadingMonomial| (#5# 86 T ELT)) (|leadingCoefficient| ((|#1| $) 87 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|exquo| ((#8# $ $) 72 #4# ELT)) (|degree| ((|#2| $) 85 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #9=(|Integer|)) 42 T ELT) (($ #10=(|Fraction| #9#)) 79 #11=(|has| |#1| (|Algebra| #10#)) ELT) (#5# 71 #4# ELT) (($ |#1|) 69 (|has| |#1| (|CommutativeRing|)) ELT)) (|coefficient| ((|#1| $ |#2|) 81 T ELT)) (|charthRoot| ((#6# $) 70 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#12=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 75 #4# ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#7# 24 T CONST)) (|One| (#7# 46 T CONST)) (= (#1# 8 T ELT)) (/ (#13=($ $ |#1|) 80 (|has| |#1| (|Field|)) ELT)) (- (#5# 30 T ELT) (#14=($ $ $) 29 T ELT)) (+ (#14# 18 T ELT)) (** (($ $ #15=(|PositiveInteger|)) 36 T ELT) (($ $ #12#) 44 T ELT)) (* (($ #15# $) 17 T ELT) (($ #12# $) 21 T ELT) (($ #9# . #16=($)) 31 T ELT) (#14# 35 T ELT) (#13# 90 T ELT) (($ |#1| . #16#) 89 T ELT) (($ #10# . #16#) 78 #11# ELT) (($ $ #10#) 77 #11# ELT)))
(((|AbelianMonoidRing| |#1| |#2|) (|Category|) (|Ring|) (|OrderedAbelianMonoid|)) (T |AbelianMonoidRing|))
-((|leadingCoefficient| (*1 *2 *1) (AND (|ofCategory| *1 (|AbelianMonoidRing| *2 *3)) (|ofCategory| *3 (|OrderedAbelianMonoid|)) (|ofCategory| *2 (|Ring|)))) (|leadingMonomial| (*1 *1 *1) (AND (|ofCategory| *1 (|AbelianMonoidRing| *2 *3)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoid|)))) (|degree| (*1 *2 *1) (AND (|ofCategory| *1 (|AbelianMonoidRing| *3 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *2 (|OrderedAbelianMonoid|)))) (|monomial?| (*1 *2 *1) (AND (|ofCategory| *1 (|AbelianMonoidRing| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoid|)) (|isDomain| *2 (|Boolean|)))) (|monomial| (*1 *1 *2 *3) (AND (|ofCategory| *1 (|AbelianMonoidRing| *2 *3)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoid|)))) (|reductum| (*1 *1 *1) (AND (|ofCategory| *1 (|AbelianMonoidRing| *2 *3)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoid|)))) (|coefficient| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|AbelianMonoidRing| *2 *3)) (|ofCategory| *3 (|OrderedAbelianMonoid|)) (|ofCategory| *2 (|Ring|)))) (/ (*1 *1 *1 *2) (AND (|ofCategory| *1 (|AbelianMonoidRing| *2 *3)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoid|)) (|ofCategory| *2 (|Field|)))))
-(|Join| (|Ring|) (|BiModule| |t#1| |t#1|) (|Functorial| |t#1|) (CATEGORY |domain| (SIGNATURE |leadingCoefficient| (|t#1| $)) (SIGNATURE |leadingMonomial| ($ $)) (SIGNATURE |degree| (|t#2| $)) (SIGNATURE |monomial?| ((|Boolean|) $)) (SIGNATURE |monomial| ($ |t#1| |t#2|)) (SIGNATURE |reductum| ($ $)) (SIGNATURE |coefficient| (|t#1| $ |t#2|)) (IF (|has| |t#1| (|Field|)) (SIGNATURE / ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (|CommutativeRing|)) (PROGN (ATTRIBUTE (|CommutativeRing|)) (ATTRIBUTE (|Algebra| |t#1|))) |%noBranch|) (IF (|has| |t#1| (|CharacteristicZero|)) (ATTRIBUTE (|CharacteristicZero|)) |%noBranch|) (IF (|has| |t#1| (|CharacteristicNonZero|)) (ATTRIBUTE (|CharacteristicNonZero|)) |%noBranch|) (IF (|has| |t#1| (|IntegralDomain|)) (ATTRIBUTE (|IntegralDomain|)) |%noBranch|) (IF (|has| |t#1| (|Algebra| (|Fraction| (|Integer|)))) (ATTRIBUTE (|Algebra| (|Fraction| (|Integer|)))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|Functorial| |#1|) . T) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|Join|) . T) ((|LeftLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|Module| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|RightLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|RightModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|leadingCoefficient| #1=(*1 *2 *1) #2=(AND #3=(|ofCategory| *1 (|AbelianMonoidRing| *2 *3)) #4=(|ofCategory| *3 #5=(|OrderedAbelianMonoid|)) #6=(|ofCategory| *2 #7=(|Ring|)))) (|leadingMonomial| #8=(*1 *1 *1) #9=(AND #3# #6# #4#)) (|degree| #1# (AND (|ofCategory| *1 (|AbelianMonoidRing| *3 *2)) #10=(|ofCategory| *3 #7#) (|ofCategory| *2 #5#))) (|monomial?| #1# (AND (|ofCategory| *1 (|AbelianMonoidRing| *3 *4)) #10# (|ofCategory| *4 #5#) (|isDomain| *2 (|Boolean|)))) (|monomial| (*1 *1 *2 *3) #9#) (|reductum| #8# #9#) (|coefficient| (*1 *2 *1 *3) #2#) (/ (*1 *1 *1 *2) (AND #3# #6# #4# (|ofCategory| *2 (|Field|)))))
+(|Join| (|Ring|) (|BiModule| |t#1| |t#1|) (|Functorial| |t#1|) (CATEGORY |domain| (SIGNATURE |leadingCoefficient| (|t#1| $)) (SIGNATURE |leadingMonomial| #1=($ $)) (SIGNATURE |degree| (|t#2| $)) (SIGNATURE |monomial?| ((|Boolean|) $)) (SIGNATURE |monomial| ($ |t#1| |t#2|)) (SIGNATURE |reductum| #1#) (SIGNATURE |coefficient| (|t#1| $ |t#2|)) (IF (|has| |t#1| (|Field|)) (SIGNATURE / ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| #2=(|CommutativeRing|)) (PROGN (ATTRIBUTE #2#) (ATTRIBUTE (|Algebra| |t#1|))) |%noBranch|) (IF (|has| |t#1| #3=(|CharacteristicZero|)) (ATTRIBUTE #3#) |%noBranch|) (IF (|has| |t#1| #4=(|CharacteristicNonZero|)) (ATTRIBUTE #4#) |%noBranch|) (IF (|has| |t#1| #5=(|IntegralDomain|)) (ATTRIBUTE #5#) |%noBranch|) (IF (|has| |t#1| #6=(|Algebra| (|Fraction| (|Integer|)))) (ATTRIBUTE #6#) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) |has| |#1| (|CommutativeRing|)) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) |has| |#1| (|CommutativeRing|)) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|Functorial| |#1|) . T) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|LeftLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|Module| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|RightLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) |has| |#1| (|CommutativeRing|)) ((|RightModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) |has| |#1| (|CommutativeRing|)) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zerosOf| #4=((#5=(|List| $) #6=(|SparseUnivariatePolynomial| $) #7=(|Symbol|)) NIL T ELT) #8=((#5# #6#) NIL T ELT) #9=((#5# #10=(|Polynomial| $)) NIL T ELT)) (|zeroOf| #11=(($ #6# #7#) NIL T ELT) #12=(($ #6#) NIL T ELT) #13=(($ #10#) NIL T ELT)) (|zero?| (#14=(#3# $) 9 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) NIL T ELT)) (|unitCanonical| #15=(#16=($ $) NIL T ELT)) (|unit?| #17=(#14# NIL T ELT)) (|tower| #18=((#19=(|List| #20=(|Kernel| $)) $) NIL T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|subst| #21=(($ $ #22=(|Equation| $)) NIL T ELT) #23=(($ $ (|List| #22#)) NIL T ELT) #24=(($ $ #19# #5#) NIL T ELT)) (|squareFreePart| #15#) (|squareFree| #25=(((|Factored| $) $) NIL T ELT)) (|sqrt| #15#) (|sizeLess?| #1#) (|sample| (#26=($) NIL T CONST)) (|rootsOf| #4# #8# #9#) (|rootOf| #11# #12# #13#) (|retractIfCan| #27=(((|Union| #20# . #28=(#29="failed")) . #30=($)) NIL T ELT) (((|Union| #31=(|Integer|) . #28#) . #30#) NIL T ELT) (((|Union| #32=(|Fraction| #31#) . #28#) . #30#) NIL T ELT)) (|retract| ((#20# . #33=($)) NIL T ELT) ((#31# . #33#) NIL T ELT) ((#32# . #33#) NIL T ELT)) (|rem| #34=(($ $ $) NIL T ELT)) (|reducedSystem| ((#35=(|Record| (|:| |mat| #36=(|Matrix| #31#)) (|:| |vec| (|Vector| #31#))) . #37=(#38=(|Matrix| $) #39=(|Vector| $))) NIL T ELT) ((#36# . #40=(#38#)) NIL T ELT) ((#41=(|Record| (|:| |mat| #42=(|Matrix| #32#)) (|:| |vec| (|Vector| #32#))) . #37#) NIL T ELT) ((#42# . #40#) NIL T ELT)) (|reduce| #15#) (|recip| ((#43=(|Union| $ #29#) $) NIL T ELT)) (|quo| #34#) (|principalIdeal| (((|Record| (|:| |coef| #5#) #44=(|:| |generator| $)) #5#) NIL T ELT)) (|prime?| #17#) (|paren| #15# #45=(($ #5#) NIL T ELT)) (|opposite?| #1#) (|operators| ((#46=(|List| #47=(|BasicOperator|)) $) NIL T ELT)) (|operator| ((#47# #47#) NIL T ELT)) (|one?| (#14# 11 T ELT)) (|odd?| #48=(#14# NIL (|has| $ (|RetractableTo| #31#)) ELT)) (|numer| #49=((#50=(|SparseMultivariatePolynomial| #31# #20#) $) NIL T ELT)) (|nthRoot| #51=(($ $ #31#) NIL T ELT)) (|norm| ((#6# #6# #20#) NIL T ELT) ((#6# #6# #19#) NIL T ELT) (($ $ #20#) NIL T ELT) (($ $ #19#) NIL T ELT)) (|multiEuclidean| (((|Union| #5# #29#) #5# $) NIL T ELT)) (|minPoly| ((#6# #20#) NIL #52=(|has| $ (|Ring|)) ELT)) (|map| (($ #53=(|Mapping| $ $) #20#) NIL T ELT)) (|mainKernel| #27#) (|leftReducedSystem| ((#35# . #54=(#39# $)) NIL T ELT) ((#36# . #55=(#39#)) NIL T ELT) ((#41# . #54#) NIL T ELT) ((#42# . #55#) NIL T ELT)) (|lcm| #45# #34#) (|latex| (((|String|) $) NIL T ELT)) (|kernels| #18#) (|kernel| #56=(($ #47# $) NIL T ELT) #57=(($ #47# #5#) NIL T ELT)) (|is?| ((#3# $ #47#) NIL T ELT) #58=((#3# $ #7#) NIL T ELT)) (|inv| #15#) (|height| #59=((#60=(|NonNegativeInteger|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|gcdPolynomial| ((#6# #6# #6#) NIL T ELT)) (|gcd| #45# #34#) (|freeOf?| #1# #58#) (|factor| #25#) (|extendedEuclidean| (((|Union| (|Record| #61=(|:| |coef1| $) #62=(|:| |coef2| $)) #29#) $ $ $) NIL T ELT) (((|Record| #61# #62# #44#) $ $) NIL T ELT)) (|exquo| ((#43# $ $) NIL T ELT)) (|expressIdealMember| (((|Maybe| #5#) #5# $) NIL T ELT)) (|even?| #48#) (|eval| (($ $ #20# $) NIL T ELT) #24# #23# #21# (($ $ $ $) NIL T ELT) (($ $ #5# #5#) NIL T ELT) (($ $ #63=(|List| #7#) #64=(|List| #53#)) NIL T ELT) (($ $ #63# #65=(|List| #66=(|Mapping| $ #5#))) NIL T ELT) (($ $ #7# #66#) NIL T ELT) (($ $ #7# #53#) NIL T ELT) (($ $ #46# #64#) NIL T ELT) (($ $ #46# #65#) NIL T ELT) (($ $ #47# #66#) NIL T ELT) (($ $ #47# #53#) NIL T ELT)) (|euclideanSize| #59#) (|elt| #56# (($ #47# $ $) NIL T ELT) (($ #47# $ $ $) NIL T ELT) (($ #47# $ $ $ $) NIL T ELT) #57#) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) NIL T ELT)) (|distribute| #15# #34#) (|differentiate| #15# #67=(($ $ #60#) NIL T ELT)) (|denom| #49#) (|definingPolynomial| (#16# NIL #52# ELT)) (|convert| ((#68=(|Float|) . #69=($)) NIL T ELT) (((|DoubleFloat|) . #69#) NIL T ELT) (((|Complex| #68#) . #69#) NIL T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #20#) NIL T ELT) (($ #32#) NIL T ELT) #15# (($ #31#) NIL T ELT) (($ #50#) NIL T ELT)) (|characteristic| ((#60#) NIL T CONST)) (|box| #15# #45#) (|belong?| ((#3# #47#) NIL T ELT)) (|before?| #1#) (|associates?| #1#) (|annihilate?| #1#) (|Zero| (#26# 6 T CONST)) (|One| (#26# 10 T CONST)) (D #15# #67#) (= (#2# 13 T ELT)) (/ #34#) (- #34# #15#) (+ #34#) (** #70=(($ $ #32#) NIL T ELT) #51# #67# (($ $ #71=(|PositiveInteger|)) NIL T ELT)) (* (($ #32# . #72=($)) NIL T ELT) #70# #34# (($ #31# . #72#) NIL T ELT) (($ #60# $) NIL T ELT) (($ #71# $) NIL T ELT)))
(((|AlgebraicNumber|) (|Join| (|ExpressionSpace|) (|AlgebraicallyClosedField|) (|RetractableTo| #1=(|Integer|)) (|RetractableTo| #2=(|Fraction| #1#)) (|LinearlyExplicitRingOver| #1#) (|RealConstant|) (|LinearlyExplicitRingOver| #2#) (|CharacteristicZero|) (|ConvertibleTo| (|Complex| (|Float|))) (|DifferentialRing|) (|CoercibleFrom| #3=(|SparseMultivariatePolynomial| #1# #4=(|Kernel| $))) (CATEGORY |domain| (SIGNATURE |numer| #5=(#3# $)) (SIGNATURE |denom| #5#) (SIGNATURE |reduce| ($ $)) (SIGNATURE |norm| (#6=(|SparseUnivariatePolynomial| $) #6# #4#)) (SIGNATURE |norm| (#6# #6# #7=(|List| #4#))) (SIGNATURE |norm| ($ $ #4#)) (SIGNATURE |norm| ($ $ #7#))))) (T |AlgebraicNumber|))
((|numer| #1=(*1 *2 *1) #2=(AND (|isDomain| *2 (|SparseMultivariatePolynomial| (|Integer|) #3=(|Kernel| #4=(|AlgebraicNumber|)))) #5=(|isDomain| *1 #4#))) (|denom| #1# #2#) (|reduce| (*1 *1 *1) #5#) (|norm| #6=(*1 *2 *2 *3) (AND #7=(|isDomain| *2 (|SparseUnivariatePolynomial| #4#)) (|isDomain| *3 #3#) #5#)) (|norm| #6# (AND #7# (|isDomain| *3 #8=(|List| #3#)) #5#)) (|norm| #9=(*1 *1 *1 *2) (AND (|isDomain| *2 #3#) #5#)) (|norm| #9# (AND (|isDomain| *2 #8#) #5#)))
@@ -138,11 +138,11 @@ NIL
((|setRow!| (($ $ #1=(|Integer|) |#3|) 46 T ELT)) (|setColumn!| (($ $ #1# |#4|) 50 T ELT)) (|members| (((|List| |#2|) $) 41 T ELT)) (|member?| ((#2=(|Boolean|) |#2| $) 55 T ELT)) (|every?| (#3=(#2# #4=(|Mapping| #2# |#2|) $) 21 T ELT)) (|elt| ((|#2| $ #1# #1#) NIL T ELT) ((|#2| $ #1# #1# |#2|) 29 T ELT)) (|count| ((#5=(|NonNegativeInteger|) #4# $) 35 T ELT) ((#5# |#2| $) 57 T ELT)) (|coerce| (((|OutputForm|) $) 63 T ELT)) (|any?| (#3# 20 T ELT)) (= ((#2# $ $) 54 T ELT)) (|#| ((#5# $) 26 T ELT)))
(((|TwoDimensionalArrayCategory&| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE = (#1=(|Boolean|) |#1| |#1|)) (SIGNATURE |coerce| ((|OutputForm|) |#1|)) (SIGNATURE |setColumn!| (|#1| |#1| #2=(|Integer|) |#4|)) (SIGNATURE |setRow!| (|#1| |#1| #2# |#3|)) (SIGNATURE |elt| (|#2| |#1| #2# #2# |#2|)) (SIGNATURE |elt| (|#2| |#1| #2# #2#)) (SIGNATURE |member?| (#1# |#2| |#1|)) (SIGNATURE |count| (#3=(|NonNegativeInteger|) |#2| |#1|)) (SIGNATURE |members| ((|List| |#2|) |#1|)) (SIGNATURE |count| (#3# #4=(|Mapping| #1# |#2|) |#1|)) (SIGNATURE |every?| #5=(#1# #4# |#1|)) (SIGNATURE |any?| #5#) (SIGNATURE |#| (#3# |#1|))) (|TwoDimensionalArrayCategory| |#2| |#3| |#4|) (|Type|) #6=(|FiniteLinearAggregate| |#2|) #6#) (T |TwoDimensionalArrayCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|setelt| ((|#1| $ (|Integer|) (|Integer|) |#1|) 52 T ELT)) (|setRow!| (($ $ (|Integer|) |#2|) 50 T ELT)) (|setColumn!| (($ $ (|Integer|) |#3|) 49 T ELT)) (|sample| (#3=($) 6 T CONST)) (|row| ((|#2| $ (|Integer|)) 54 T ELT)) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $) 39 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) 38 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 34 (|has| |#1| . #4=((|BasicType|))) ELT)) (|qsetelt!| ((|#1| $ (|Integer|) (|Integer|) |#1|) 51 T ELT)) (|qelt| ((|#1| $ (|Integer|) (|Integer|)) 56 T ELT)) (|nrows| (((|NonNegativeInteger|) $) 59 T ELT)) (|new| (($ (|NonNegativeInteger|) (|NonNegativeInteger|) |#1|) 65 T ELT)) (|ncols| (((|NonNegativeInteger|) $) 58 T ELT)) (|minRowIndex| (((|Integer|) $) 63 T ELT)) (|minColIndex| (((|Integer|) $) 61 T ELT)) (|members| (((|List| |#1|) $) 40 T ELT)) (|member?| ((#5=(|Boolean|) |#1| $) 35 (|has| |#1| . #4#) ELT)) (|maxRowIndex| (((|Integer|) $) 62 T ELT)) (|maxColIndex| (((|Integer|) $) 60 T ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 66 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT) (($ (|Mapping| |#1| |#1| |#1|) $ $) 48 T ELT) (($ (|Mapping| |#1| |#1| |#1|) $ $ |#1|) 47 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #6=((|SetCategory|))) ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #6#) ELT)) (|find| (((|Union| |#1| "failed") (|Mapping| #5# |#1|) $) 37 T ELT)) (|fill!| (($ $ |#1|) 64 T ELT)) (|every?| ((#5# (|Mapping| #5# |#1|) . #7=($)) 42 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT)) (|eq?| ((#8=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#8# $) 7 T ELT)) (|empty| (#3# 8 T ELT)) (|elt| ((|#1| $ (|Integer|) (|Integer|)) 57 T ELT) ((|#1| $ (|Integer|) (|Integer|) |#1|) 55 T ELT)) (|count| ((#9=(|NonNegativeInteger|) (|Mapping| #5# |#1|) $) 41 T ELT) ((#9# |#1| $) 36 (|has| |#1| . #4#) ELT)) (|copy| (($ $) 9 T ELT)) (|column| ((|#3| $ (|Integer|)) 53 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (|any?| ((#5# (|Mapping| #5# |#1|) . #7#) 43 T ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)) (|#| ((#9# $) 44 T ELT)))
-(((|TwoDimensionalArrayCategory| |#1| |#2| |#3|) (|Category|) (|Type|) (|FiniteLinearAggregate| |t#1|) (|FiniteLinearAggregate| |t#1|)) (T |TwoDimensionalArrayCategory|))
-((|new| (*1 *1 *2 *2 *3) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *3 (|Type|)) (|ofCategory| *1 (|TwoDimensionalArrayCategory| *3 *4 *5)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)))) (|fill!| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|TwoDimensionalArrayCategory| *2 *3 *4)) (|ofCategory| *2 (|Type|)) (|ofCategory| *3 (|FiniteLinearAggregate| *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)))) (|minRowIndex| (*1 *2 *1) (AND (|ofCategory| *1 (|TwoDimensionalArrayCategory| *3 *4 *5)) (|ofCategory| *3 (|Type|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)) (|isDomain| *2 (|Integer|)))) (|maxRowIndex| (*1 *2 *1) (AND (|ofCategory| *1 (|TwoDimensionalArrayCategory| *3 *4 *5)) (|ofCategory| *3 (|Type|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)) (|isDomain| *2 (|Integer|)))) (|minColIndex| (*1 *2 *1) (AND (|ofCategory| *1 (|TwoDimensionalArrayCategory| *3 *4 *5)) (|ofCategory| *3 (|Type|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)) (|isDomain| *2 (|Integer|)))) (|maxColIndex| (*1 *2 *1) (AND (|ofCategory| *1 (|TwoDimensionalArrayCategory| *3 *4 *5)) (|ofCategory| *3 (|Type|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)) (|isDomain| *2 (|Integer|)))) (|nrows| (*1 *2 *1) (AND (|ofCategory| *1 (|TwoDimensionalArrayCategory| *3 *4 *5)) (|ofCategory| *3 (|Type|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)) (|isDomain| *2 (|NonNegativeInteger|)))) (|ncols| (*1 *2 *1) (AND (|ofCategory| *1 (|TwoDimensionalArrayCategory| *3 *4 *5)) (|ofCategory| *3 (|Type|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)) (|isDomain| *2 (|NonNegativeInteger|)))) (|elt| (*1 *2 *1 *3 *3) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|TwoDimensionalArrayCategory| *2 *4 *5)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)) (|ofCategory| *5 (|FiniteLinearAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|qelt| (*1 *2 *1 *3 *3) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|TwoDimensionalArrayCategory| *2 *4 *5)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)) (|ofCategory| *5 (|FiniteLinearAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|elt| (*1 *2 *1 *3 *3 *2) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|TwoDimensionalArrayCategory| *2 *4 *5)) (|ofCategory| *2 (|Type|)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)) (|ofCategory| *5 (|FiniteLinearAggregate| *2)))) (|row| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|TwoDimensionalArrayCategory| *4 *2 *5)) (|ofCategory| *4 (|Type|)) (|ofCategory| *5 (|FiniteLinearAggregate| *4)) (|ofCategory| *2 (|FiniteLinearAggregate| *4)))) (|column| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|TwoDimensionalArrayCategory| *4 *5 *2)) (|ofCategory| *4 (|Type|)) (|ofCategory| *5 (|FiniteLinearAggregate| *4)) (|ofCategory| *2 (|FiniteLinearAggregate| *4)))) (|setelt| (*1 *2 *1 *3 *3 *2) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|TwoDimensionalArrayCategory| *2 *4 *5)) (|ofCategory| *2 (|Type|)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)) (|ofCategory| *5 (|FiniteLinearAggregate| *2)))) (|qsetelt!| (*1 *2 *1 *3 *3 *2) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|TwoDimensionalArrayCategory| *2 *4 *5)) (|ofCategory| *2 (|Type|)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)) (|ofCategory| *5 (|FiniteLinearAggregate| *2)))) (|setRow!| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|TwoDimensionalArrayCategory| *4 *3 *5)) (|ofCategory| *4 (|Type|)) (|ofCategory| *3 (|FiniteLinearAggregate| *4)) (|ofCategory| *5 (|FiniteLinearAggregate| *4)))) (|setColumn!| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|TwoDimensionalArrayCategory| *4 *5 *3)) (|ofCategory| *4 (|Type|)) (|ofCategory| *5 (|FiniteLinearAggregate| *4)) (|ofCategory| *3 (|FiniteLinearAggregate| *4)))) (|map| (*1 *1 *2 *1 *1) (AND (|isDomain| *2 (|Mapping| *3 *3 *3)) (|ofCategory| *1 (|TwoDimensionalArrayCategory| *3 *4 *5)) (|ofCategory| *3 (|Type|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)))) (|map| (*1 *1 *2 *1 *1 *3) (AND (|isDomain| *2 (|Mapping| *3 *3 *3)) (|ofCategory| *1 (|TwoDimensionalArrayCategory| *3 *4 *5)) (|ofCategory| *3 (|Type|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)))))
-(|Join| (|FiniteAggregate| |t#1|) (|ShallowlyMutableAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |new| ($ (|NonNegativeInteger|) (|NonNegativeInteger|) |t#1|)) (SIGNATURE |fill!| ($ $ |t#1|)) (SIGNATURE |minRowIndex| ((|Integer|) $)) (SIGNATURE |maxRowIndex| ((|Integer|) $)) (SIGNATURE |minColIndex| ((|Integer|) $)) (SIGNATURE |maxColIndex| ((|Integer|) $)) (SIGNATURE |nrows| ((|NonNegativeInteger|) $)) (SIGNATURE |ncols| ((|NonNegativeInteger|) $)) (SIGNATURE |elt| (|t#1| $ (|Integer|) (|Integer|))) (SIGNATURE |qelt| (|t#1| $ (|Integer|) (|Integer|))) (SIGNATURE |elt| (|t#1| $ (|Integer|) (|Integer|) |t#1|)) (SIGNATURE |row| (|t#2| $ (|Integer|))) (SIGNATURE |column| (|t#3| $ (|Integer|))) (SIGNATURE |setelt| (|t#1| $ (|Integer|) (|Integer|) |t#1|)) (SIGNATURE |qsetelt!| (|t#1| $ (|Integer|) (|Integer|) |t#1|)) (SIGNATURE |setRow!| ($ $ (|Integer|) |t#2|)) (SIGNATURE |setColumn!| ($ $ (|Integer|) |t#3|)) (SIGNATURE |map| ($ (|Mapping| |t#1| |t#1| |t#1|) $ $)) (SIGNATURE |map| ($ (|Mapping| |t#1| |t#1| |t#1|) $ $ |t#1|))))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|setelt| (#4=(|#1| $ #5=(|Integer|) #5# |#1|) 52 T ELT)) (|setRow!| (($ $ #5# |#2|) 50 T ELT)) (|setColumn!| (($ $ #5# |#3|) 49 T ELT)) (|sample| (#6=($) 6 T CONST)) (|row| ((|#2| $ #5#) 54 T ELT)) (|reduce| ((|#1| #7=(|Mapping| |#1| |#1| |#1|) $) 39 T ELT) ((|#1| #7# $ |#1|) 38 T ELT) ((|#1| #7# $ |#1| |#1|) 34 #3# ELT)) (|qsetelt!| (#4# 51 T ELT)) (|qelt| (#8=(|#1| $ #5# #5#) 56 T ELT)) (|nrows| (#9=(#10=(|NonNegativeInteger|) $) 59 T ELT)) (|new| (($ #10# #10# |#1|) 65 T ELT)) (|ncols| (#9# 58 T ELT)) (|minRowIndex| (#11=(#5# $) 63 T ELT)) (|minColIndex| (#11# 61 T ELT)) (|members| ((#12=(|List| |#1|) $) 40 T ELT)) (|member?| ((#2# |#1| $) 35 #3# ELT)) (|maxRowIndex| (#11# 62 T ELT)) (|maxColIndex| (#11# 60 T ELT)) (|map!| (#13=($ (|Mapping| |#1| |#1|) $) 66 T ELT)) (|map| (#13# 26 T ELT) (($ #7# $ $) 48 T ELT) (($ #7# $ $ |#1|) 47 T ELT)) (|latex| (((|String|) $) 21 #14=(|has| |#1| (|SetCategory|)) ELT)) (|hash| (((|SingleInteger|) $) 20 #14# ELT)) (|find| (((|Union| |#1| "failed") #15=(|Mapping| #2# |#1|) $) 37 T ELT)) (|fill!| (($ $ |#1|) 64 T ELT)) (|every?| (#16=(#2# #15# $) 42 T ELT)) (|eval| (($ $ (|List| #17=(|Equation| |#1|))) 25 #18=(AND (|has| |#1| (|Evalable| |#1|)) #14#) ELT) (($ $ #17#) 24 #18# ELT) (($ $ |#1| |#1|) 23 #18# ELT) (($ $ #12# #12#) 22 #18# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#6# 8 T ELT)) (|elt| (#8# 57 T ELT) (#4# 55 T ELT)) (|count| ((#10# #15# $) 41 T ELT) ((#10# |#1| $) 36 #3# ELT)) (|copy| (($ $) 9 T ELT)) (|column| ((|#3| $ #5#) 53 T ELT)) (|coerce| ((#19=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #19#)) ELT)) (|before?| (#1# 19 #3# ELT)) (|any?| (#16# 43 T ELT)) (= (#1# 17 #3# ELT)) (|#| (#9# 44 T ELT)))
+(((|TwoDimensionalArrayCategory| |#1| |#2| |#3|) (|Category|) (|Type|) #1=(|FiniteLinearAggregate| |t#1|) #1#) (T |TwoDimensionalArrayCategory|))
+((|new| (*1 *1 *2 *2 *3) (AND #1=(|isDomain| *2 (|NonNegativeInteger|)) #2=(|ofCategory| *3 #3=(|Type|)) #4=(|ofCategory| *1 (|TwoDimensionalArrayCategory| *3 *4 *5)) #5=(|ofCategory| *4 #6=(|FiniteLinearAggregate| *3)) #7=(|ofCategory| *5 #6#))) (|fill!| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|TwoDimensionalArrayCategory| *2 *3 *4)) #8=(|ofCategory| *2 #3#) (|ofCategory| *3 #9=(|FiniteLinearAggregate| *2)) #10=(|ofCategory| *4 #9#))) (|minRowIndex| #11=(*1 *2 *1) #12=(AND #4# #2# #5# #7# #13=(|isDomain| *2 #14=(|Integer|)))) (|maxRowIndex| #11# #12#) (|minColIndex| #11# #12#) (|maxColIndex| #11# #12#) (|nrows| #11# #15=(AND #4# #2# #5# #7# #1#)) (|ncols| #11# #15#) (|elt| #16=(*1 *2 *1 *3 *3) #17=(AND #18=(|isDomain| *3 #14#) #19=(|ofCategory| *1 (|TwoDimensionalArrayCategory| *2 *4 *5)) #10# #20=(|ofCategory| *5 #9#) #8#)) (|qelt| #16# #17#) (|elt| #21=(*1 *2 *1 *3 *3 *2) #22=(AND #18# #19# #8# #10# #20#)) (|row| #23=(*1 *2 *1 *3) (AND #18# (|ofCategory| *1 (|TwoDimensionalArrayCategory| *4 *2 *5)) #24=(|ofCategory| *4 #3#) #25=(|ofCategory| *5 #26=(|FiniteLinearAggregate| *4)) #27=(|ofCategory| *2 #26#))) (|column| #23# (AND #18# (|ofCategory| *1 (|TwoDimensionalArrayCategory| *4 *5 *2)) #24# #25# #27#)) (|setelt| #21# #22#) (|qsetelt!| #21# #22#) (|setRow!| #28=(*1 *1 *1 *2 *3) (AND #13# (|ofCategory| *1 (|TwoDimensionalArrayCategory| *4 *3 *5)) #24# #29=(|ofCategory| *3 #26#) #25#)) (|setColumn!| #28# (AND #13# (|ofCategory| *1 (|TwoDimensionalArrayCategory| *4 *5 *3)) #24# #25# #29#)) (|map| (*1 *1 *2 *1 *1) #30=(AND (|isDomain| *2 (|Mapping| *3 *3 *3)) #4# #2# #5# #7#)) (|map| (*1 *1 *2 *1 *1 *3) #30#))
+(|Join| (|FiniteAggregate| |t#1|) (|ShallowlyMutableAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |new| ($ #1=(|NonNegativeInteger|) #1# |t#1|)) (SIGNATURE |fill!| ($ $ |t#1|)) (SIGNATURE |minRowIndex| #2=(#3=(|Integer|) $)) (SIGNATURE |maxRowIndex| #2#) (SIGNATURE |minColIndex| #2#) (SIGNATURE |maxColIndex| #2#) (SIGNATURE |nrows| #4=(#1# $)) (SIGNATURE |ncols| #4#) (SIGNATURE |elt| #5=(|t#1| $ #3# #3#)) (SIGNATURE |qelt| #5#) (SIGNATURE |elt| #6=(|t#1| $ #3# #3# |t#1|)) (SIGNATURE |row| (|t#2| $ #3#)) (SIGNATURE |column| (|t#3| $ #3#)) (SIGNATURE |setelt| #6#) (SIGNATURE |qsetelt!| #6#) (SIGNATURE |setRow!| ($ $ #3# |t#2|)) (SIGNATURE |setColumn!| ($ $ #3# |t#3|)) (SIGNATURE |map| ($ #7=(|Mapping| |t#1| |t#1| |t#1|) $ $)) (SIGNATURE |map| ($ #7# $ $ |t#1|))))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL #4=(|has| |#1| (|BasicType|)) ELT)) (|swap!| (((|Void|) $ #5=(|Integer|) #5#) NIL #6=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|sorted?| ((#3# #7=(|Mapping| #3# |#1| |#1|) $) NIL T ELT) (#8=(#3# $) NIL #9=(|has| |#1| #10=(|OrderedSet|)) ELT)) (|sort!| (#11=($ #7# $) NIL #6# ELT) (#12=($ $) NIL (AND #6# #9#) ELT)) (|sort| (#11# NIL T ELT) (#12# NIL #9# ELT)) (|setelt| #13=(#14=(|#1| $ #5# |#1|) NIL #6# ELT) ((|#1| $ #15=(|UniversalSegment| #5#) |#1|) NIL #6# ELT)) (|select| #16=(($ #17=(|Mapping| #3# |#1|) $) NIL #18=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#19=($) NIL T CONST)) (|reverse!| (#12# NIL #6# ELT)) (|reverse| #20=(#12# NIL T ELT)) (|removeDuplicates| (#12# NIL #21=(AND #18# #4#) ELT)) (|remove| (#22=($ |#1| $) NIL #21# ELT) #16#) (|reduce| ((|#1| #23=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) NIL #4# ELT) ((|#1| #23# $ |#1|) NIL T ELT) ((|#1| #23# $) NIL T ELT)) (|qsetelt!| #13#) (|qelt| #24=((|#1| $ #5#) NIL T ELT)) (|position| ((#5# #17# $) NIL T ELT) ((#5# |#1| $) NIL #4# ELT) ((#5# |#1| $ #5#) NIL #4# ELT)) (|oneDimensionalArray| (#25=($ #26=(|List| |#1|)) 11 T ELT) (#27=($ #28=(|NonNegativeInteger|) |#1|) 14 T ELT)) (|new| (#27# 13 T ELT)) (|minIndex| #29=((#5# $) NIL #30=(|has| #5# #10#) ELT)) (|min| #31=(#32=($ $ $) NIL #9# ELT)) (|merge| (($ #7# $ $) NIL T ELT) #31#) (|members| #33=((#26# $) NIL T ELT)) (|member?| (#34=(#3# |#1| $) NIL #4# ELT)) (|maxIndex| #29#) (|max| #31#) (|map!| #35=(($ (|Mapping| |#1| |#1|) $) NIL T ELT)) (|map| #35# (($ #23# $ $) NIL T ELT)) (|latex| (((|String|) $) NIL #36=(|has| |#1| (|SetCategory|)) ELT)) (|insert| (($ |#1| $ #5#) NIL T ELT) (#37=($ $ $ #5#) NIL T ELT)) (|indices| (((|List| #5#) $) NIL T ELT)) (|index?| ((#3# #5# $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL #36# ELT)) (|first| ((|#1| $) NIL #30# ELT)) (|find| (((|Union| |#1| "failed") #17# $) NIL T ELT)) (|fill!| (#38=($ $ |#1|) NIL #6# ELT)) (|every?| #39=((#3# #17# $) NIL T ELT)) (|eval| (($ $ (|List| #40=(|Equation| |#1|))) NIL #41=(AND (|has| |#1| (|Evalable| |#1|)) #36#) ELT) (($ $ #40#) NIL #41# ELT) (($ $ |#1| |#1|) NIL #41# ELT) (($ $ #26# #26#) NIL #41# ELT)) (|eq?| (#2# NIL T ELT)) (|entry?| (#34# NIL #21# ELT)) (|entries| #33#) (|empty?| (#8# NIL T ELT)) (|empty| (#19# NIL T ELT)) (|elt| (#14# NIL T ELT) #24# #42=(($ $ #15#) NIL T ELT)) (|delete| (($ $ #5#) NIL T ELT) #42#) (|count| ((#28# |#1| $) NIL #4# ELT) ((#28# #17# $) NIL T ELT)) (|copyInto!| (#37# NIL #6# ELT)) (|copy| #20#) (|convert| ((#43=(|InputForm|) $) NIL (|has| |#1| (|ConvertibleTo| #43#)) ELT)) (|construct| (#25# 10 T ELT)) (|concat| (#38# NIL T ELT) (#22# NIL T ELT) (#32# NIL T ELT) (($ (|List| $)) NIL T ELT)) (|coerce| ((#44=(|OutputForm|) $) NIL (|has| |#1| (|CoercibleTo| #44#)) ELT)) (|before?| #1#) (|any?| #39#) (>= #45=(#2# NIL #9# ELT)) (> #45#) (= #1#) (<= #45#) (< #45#) (|#| ((#28# $) NIL T ELT)))
(((|OneDimensionalArray| |#1|) (|Join| (|OneDimensionalArrayAggregate| |#1|) (CATEGORY |domain| (SIGNATURE |oneDimensionalArray| ($ (|List| |#1|))) (SIGNATURE |oneDimensionalArray| ($ (|NonNegativeInteger|) |#1|)))) (|Type|)) (T |OneDimensionalArray|))
((|oneDimensionalArray| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) #1=(|ofCategory| *3 (|Type|)) #2=(|isDomain| *1 (|OneDimensionalArray| *3)))) (|oneDimensionalArray| (*1 *1 *2 *3) (AND (|isDomain| *2 (|NonNegativeInteger|)) #2# #1#)))
@@ -165,14 +165,14 @@ NIL
(((|AbstractSyntaxCategory|) (|Category|)) (T |AbstractSyntaxCategory|))
NIL
(|Join| (|SetCategory|) (|HomotopicTo| (|Syntax|)))
-(((|BasicType|) . T) ((|CoercibleFrom| #1=(|Syntax|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CoercibleTo| #1#) . T) ((|HomotopicTo| #1#) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|BasicType|) . T) ((|CoercibleFrom| #1=(|Syntax|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CoercibleTo| #1#) . T) ((|HomotopicTo| #1#) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|asec| (#1=($ $) 10 T ELT)) (|acsc| (#1# 12 T ELT)))
(((|ArcTrigonometricFunctionCategory&| |#1|) (CATEGORY |package| (SIGNATURE |acsc| #1=(|#1| |#1|)) (SIGNATURE |asec| #1#)) (|ArcTrigonometricFunctionCategory|)) (T |ArcTrigonometricFunctionCategory&|))
NIL
-((|atan| (($ $) 11 T ELT)) (|asin| (($ $) 10 T ELT)) (|asec| (($ $) 9 T ELT)) (|acsc| (($ $) 8 T ELT)) (|acot| (($ $) 7 T ELT)) (|acos| (($ $) 6 T ELT)))
+((|atan| (#1=($ $) 11 T ELT)) (|asin| (#1# 10 T ELT)) (|asec| (#1# 9 T ELT)) (|acsc| (#1# 8 T ELT)) (|acot| (#1# 7 T ELT)) (|acos| (#1# 6 T ELT)))
(((|ArcTrigonometricFunctionCategory|) (|Category|)) (T |ArcTrigonometricFunctionCategory|))
-((|atan| (*1 *1 *1) (|ofCategory| *1 (|ArcTrigonometricFunctionCategory|))) (|asin| (*1 *1 *1) (|ofCategory| *1 (|ArcTrigonometricFunctionCategory|))) (|asec| (*1 *1 *1) (|ofCategory| *1 (|ArcTrigonometricFunctionCategory|))) (|acsc| (*1 *1 *1) (|ofCategory| *1 (|ArcTrigonometricFunctionCategory|))) (|acot| (*1 *1 *1) (|ofCategory| *1 (|ArcTrigonometricFunctionCategory|))) (|acos| (*1 *1 *1) (|ofCategory| *1 (|ArcTrigonometricFunctionCategory|))))
-(|Join| (CATEGORY |domain| (SIGNATURE |acos| ($ $)) (SIGNATURE |acot| ($ $)) (SIGNATURE |acsc| ($ $)) (SIGNATURE |asec| ($ $)) (SIGNATURE |asin| ($ $)) (SIGNATURE |atan| ($ $))))
+((|atan| #1=(*1 *1 *1) #2=(|ofCategory| *1 (|ArcTrigonometricFunctionCategory|))) (|asin| #1# #2#) (|asec| #1# #2#) (|acsc| #1# #2#) (|acot| #1# #2#) (|acos| #1# #2#))
+(|Join| (CATEGORY |domain| (SIGNATURE |acos| #1=($ $)) (SIGNATURE |acot| #1#) (SIGNATURE |acsc| #1#) (SIGNATURE |asec| #1#) (SIGNATURE |asin| #1#) (SIGNATURE |atan| #1#)))
((~= #1=(((|Boolean|) $ $) NIL T ELT)) (|name| (((|SpadAst|) $) 11 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|coerce| (((|OutputForm|) $) 17 T ELT) (($ #2=(|Syntax|)) NIL T ELT) ((#2# $) NIL T ELT)) (|before?| #1#) (= #1#))
(((|AttributeAst|) (|Join| (|SpadSyntaxCategory|) (CATEGORY |domain| (SIGNATURE |name| ((|SpadAst|) $))))) (T |AttributeAst|))
((|name| (*1 *2 *1) (AND (|isDomain| *2 (|SpadAst|)) (|isDomain| *1 (|AttributeAst|)))))
@@ -193,7 +193,7 @@ NIL
(((|BasicType|) (|Category|)) (T |BasicType|))
((= #1=(*1 *2 *1 *1) #2=(AND (|ofCategory| *1 (|BasicType|)) (|isDomain| *2 (|Boolean|)))) (~= #1# #2#) (|before?| #1# #2#))
(|Join| (|Type|) (CATEGORY |domain| (SIGNATURE = #1=((|Boolean|) $ $)) (SIGNATURE ~= #1#) (SIGNATURE |before?| #1#)))
-(((|Join|) . T) ((|Type|) . T))
+(((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL #4=(|has| |#1| (|BasicType|)) ELT)) (|value| ((|#1| $) NIL T ELT)) (|setvalue!| ((|#1| $ |#1|) 24 #5=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setright!| #6=(($ $ $) NIL #5# ELT)) (|setleft!| #6#) (|setleaves!| (($ $ #7=(|List| |#1|)) 30 T ELT)) (|setelt| ((|#1| $ #8="value" |#1|) NIL #5# ELT) (($ $ #9="left" $) NIL #5# ELT) (($ $ #10="right" $) NIL #5# ELT)) (|setchildren!| (($ $ #11=(|List| $)) NIL #5# ELT)) (|sample| (#12=($) NIL T CONST)) (|right| (#13=($ $) 12 T ELT)) (|reduce| ((|#1| #14=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) NIL #4# ELT) ((|#1| #14# $ |#1|) NIL T ELT) ((|#1| #14# $) NIL T ELT)) (|nodes| #15=((#11# $) NIL T ELT)) (|node?| #1#) (|node| (($ $ |#1| $) 32 T ELT)) (|members| #16=((#7# $) NIL T ELT)) (|member?| ((#3# |#1| $) NIL #4# ELT)) (|mapUp!| ((|#1| $ #14#) 40 T ELT) (($ $ $ (|Mapping| |#1| |#1| |#1| |#1| |#1|)) 45 T ELT)) (|mapDown!| (($ $ |#1| #14#) 46 T ELT) (($ $ |#1| (|Mapping| #7# |#1| |#1| |#1|)) 49 T ELT)) (|map!| #17=(($ (|Mapping| |#1| |#1|) $) NIL T ELT)) (|map| #17#) (|left| (#13# 11 T ELT)) (|leaves| #16#) (|leaf?| (#18=(#3# $) 13 T ELT)) (|latex| (((|String|) $) NIL #19=(|has| |#1| (|SetCategory|)) ELT)) (|hash| (((|SingleInteger|) $) NIL #19# ELT)) (|find| (((|Union| |#1| "failed") #20=(|Mapping| #3# |#1|) $) NIL T ELT)) (|every?| #21=((#3# #20# $) NIL T ELT)) (|eval| (($ $ (|List| #22=(|Equation| |#1|))) NIL #23=(AND (|has| |#1| (|Evalable| |#1|)) #19#) ELT) (($ $ #22#) NIL #23# ELT) (($ $ |#1| |#1|) NIL #23# ELT) (($ $ #7# #7#) NIL #23# ELT)) (|eq?| (#2# NIL T ELT)) (|empty?| (#18# 9 T ELT)) (|empty| (#12# 31 T ELT)) (|elt| ((|#1| $ #8#) NIL T ELT) (($ $ #9#) NIL T ELT) (($ $ #10#) NIL T ELT)) (|distance| (((|Integer|) $ $) NIL T ELT)) (|cyclic?| (#18# NIL T ELT)) (|count| ((#24=(|NonNegativeInteger|) |#1| $) NIL #4# ELT) ((#24# #20# $) NIL T ELT)) (|copy| (#13# NIL T ELT)) (|coerce| ((#25=(|OutputForm|) $) NIL (|has| |#1| (|CoercibleTo| #25#)) ELT)) (|children| #15#) (|child?| #1#) (|before?| #1#) (|balancedBinaryTree| (($ #24# |#1|) 33 T ELT)) (|any?| #21#) (= #1#) (|#| ((#24# $) NIL T ELT)))
(((|BalancedBinaryTree| |#1|) (|Join| (|BinaryTreeCategory| |#1|) (CATEGORY |domain| (SIGNATURE |balancedBinaryTree| ($ (|NonNegativeInteger|) |#1|)) (SIGNATURE |setleaves!| ($ $ #1=(|List| |#1|))) (SIGNATURE |mapUp!| (|#1| $ #2=(|Mapping| |#1| |#1| |#1|))) (SIGNATURE |mapUp!| ($ $ $ (|Mapping| |#1| |#1| |#1| |#1| |#1|))) (SIGNATURE |mapDown!| ($ $ |#1| #2#)) (SIGNATURE |mapDown!| ($ $ |#1| (|Mapping| #1# |#1| |#1| |#1|))))) (|SetCategory|)) (T |BalancedBinaryTree|))
((|balancedBinaryTree| (*1 *1 *2 *3) (AND (|isDomain| *2 (|NonNegativeInteger|)) #1=(|isDomain| *1 (|BalancedBinaryTree| *3)) #2=(|ofCategory| *3 #3=(|SetCategory|)))) (|setleaves!| (*1 *1 *1 *2) (AND (|isDomain| *2 (|List| *3)) #2# #1#)) (|mapUp!| (*1 *2 *1 *3) (AND #4=(|isDomain| *3 (|Mapping| *2 *2 *2)) #5=(|isDomain| *1 (|BalancedBinaryTree| *2)) #6=(|ofCategory| *2 #3#))) (|mapUp!| (*1 *1 *1 *1 *2) (AND (|isDomain| *2 (|Mapping| *3 *3 *3 *3 *3)) #2# #1#)) (|mapDown!| #7=(*1 *1 *1 *2 *3) (AND #4# #6# #5#)) (|mapDown!| #7# (AND (|isDomain| *3 (|Mapping| (|List| *2) *2 *2 *2)) #6# #5#)))
@@ -203,11 +203,11 @@ NIL
((|bag| (($ (|List| |#2|)) 11 T ELT)))
(((|BagAggregate&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |bag| (|#1| (|List| |#2|)))) (|BagAggregate| |#2|) (|Type|)) (T |BagAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|sample| (#3=($) 6 T CONST)) (|map!| (($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #4=((|SetCategory|))) ELT)) (|inspect| ((|#1| $) 35 T ELT)) (|insert!| (($ |#1| $) 36 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #4#) ELT)) (|extract!| ((|#1| $) 37 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #4#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #4#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #4#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #4#)) ELT)) (|eq?| ((#5=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#5# $) 7 T ELT)) (|empty| (#3# 8 T ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (|bag| (($ (|List| |#1|)) 38 T ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|sample| (#4=($) 6 T CONST)) (|map!| (#5=($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (#5# 26 T ELT)) (|latex| (((|String|) $) 21 #6=(|has| |#1| (|SetCategory|)) ELT)) (|inspect| (#7=(|#1| $) 35 T ELT)) (|insert!| (($ |#1| $) 36 T ELT)) (|hash| (((|SingleInteger|) $) 20 #6# ELT)) (|extract!| (#7# 37 T ELT)) (|eval| (($ $ (|List| #8=(|Equation| |#1|))) 25 #9=(AND (|has| |#1| (|Evalable| |#1|)) #6#) ELT) (($ $ #8#) 24 #9# ELT) (($ $ |#1| |#1|) 23 #9# ELT) (($ $ #10=(|List| |#1|) #10#) 22 #9# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#4# 8 T ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| ((#11=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #11#)) ELT)) (|before?| (#1# 19 #3# ELT)) (|bag| (($ #10#) 38 T ELT)) (= (#1# 17 #3# ELT)))
(((|BagAggregate| |#1|) (|Category|) (|Type|)) (T |BagAggregate|))
-((|bag| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *3 (|Type|)) (|ofCategory| *1 (|BagAggregate| *3)))) (|extract!| (*1 *2 *1) (AND (|ofCategory| *1 (|BagAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|insert!| (*1 *1 *2 *1) (AND (|ofCategory| *1 (|BagAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|inspect| (*1 *2 *1) (AND (|ofCategory| *1 (|BagAggregate| *2)) (|ofCategory| *2 (|Type|)))))
-(|Join| (|HomogeneousAggregate| |t#1|) (|ShallowlyMutableAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |bag| ($ (|List| |t#1|))) (SIGNATURE |extract!| (|t#1| $)) (SIGNATURE |insert!| ($ |t#1| $)) (SIGNATURE |inspect| (|t#1| $))))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
+((|bag| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *3 #1=(|Type|)) (|ofCategory| *1 (|BagAggregate| *3)))) (|extract!| #2=(*1 *2 *1) #3=(AND (|ofCategory| *1 (|BagAggregate| *2)) (|ofCategory| *2 #1#))) (|insert!| (*1 *1 *2 *1) #3#) (|inspect| #2# #3#))
+(|Join| (|HomogeneousAggregate| |t#1|) (|ShallowlyMutableAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |bag| ($ (|List| |t#1|))) (SIGNATURE |extract!| #1=(|t#1| $)) (SIGNATURE |insert!| ($ |t#1| $)) (SIGNATURE |inspect| #1#)))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| #4=(#5=(#3# $) NIL T ELT)) (|wholePart| (#6=(#7=(|Integer|) $) NIL #8=(|has| #7# (|EuclideanDomain|)) ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) NIL T ELT)) (|unitCanonical| #9=(#10=($ $) NIL T ELT)) (|unit?| #4#) (|subtractIfCan| ((#11=(|Maybe| $) $ $) NIL T ELT)) (|squareFreePolynomial| #12=(((|Factored| #13=(|SparseUnivariatePolynomial| $)) #13#) NIL #14=(|has| #7# (|PolynomialFactorizationExplicit|)) ELT)) (|squareFreePart| #9#) (|squareFree| #15=(((|Factored| $) $) NIL T ELT)) (|solveLinearPolynomialEquation| (((|Union| #16=(|List| #13#) #17="failed") #16# #13#) NIL #14# ELT)) (|sizeLess?| #1#) (|sign| (#6# NIL #18=(|has| #7# (|OrderedIntegralDomain|)) ELT)) (|sample| #19=(#20=($) NIL T CONST)) (|retractIfCan| (#21=((|Union| #7# . #22=(#17#)) . #23=($)) NIL T ELT) (((|Union| #24=(|Symbol|) . #22#) . #23#) NIL #25=(|has| #7# (|RetractableTo| #24#)) ELT) (((|Union| #26=(|Fraction| #7#) . #22#) . #23#) NIL #27=(|has| #7# (|RetractableTo| #7#)) ELT) (#21# NIL #27# ELT)) (|retract| #28=(#6# NIL T ELT) ((#24# $) NIL #25# ELT) (#29=(#26# $) NIL #27# ELT) (#6# NIL #27# ELT)) (|rem| #30=(#31=($ $ $) NIL T ELT)) (|reducedSystem| (#32=(#33=(|Matrix| #7#) #34=(|Matrix| $)) NIL #35=(|has| #7# (|LinearlyExplicitRingOver| #7#)) ELT) (#36=(#37=(|Record| (|:| |mat| #33#) (|:| |vec| (|Vector| #7#))) #34# #38=(|Vector| $)) NIL #35# ELT) (#36# NIL T ELT) (#32# NIL T ELT)) (|recip| ((#39=(|Union| $ #17#) $) NIL T ELT)) (|random| (#20# NIL #40=(|has| #7# (|IntegerNumberSystem|)) ELT)) (|quo| #30#) (|principalIdeal| (((|Record| (|:| |coef| #41=(|List| $)) #42=(|:| |generator| $)) #41#) NIL T ELT)) (|prime?| #4#) (|positive?| #43=(#5# NIL #18# ELT)) (|patternMatch| ((#44=(|PatternMatchResult| #7# . #45=($)) $ #46=(|Pattern| #7#) #44#) NIL (|has| #7# (|PatternMatchable| #7#)) ELT) ((#47=(|PatternMatchResult| #48=(|Float|) . #45#) $ #49=(|Pattern| #48#) #47#) NIL (|has| #7# (|PatternMatchable| #48#)) ELT)) (|opposite?| #1#) (|one?| #4#) (|numerator| #9#) (|numer| #28#) (|nextItem| (#50=(#11# $) NIL #51=(|has| #7# (|StepThrough|)) ELT)) (|negative?| #43#) (|multiEuclidean| (((|Union| #41# #17#) #41# $) NIL T ELT)) (|min| #52=(#31# NIL #53=(|has| #7# (|OrderedSet|)) ELT)) (|max| #52#) (|map| (($ #54=(|Mapping| #7# #7#) $) NIL T ELT)) (|leftReducedSystem| (#55=(#33# #38#) NIL #35# ELT) (#56=(#37# #38# $) NIL #35# ELT) (#56# NIL T ELT) (#55# NIL T ELT)) (|lcm| #30# #57=(($ #41#) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|inv| #9#) (|init| (#20# NIL #51# CONST)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|gcdPolynomial| ((#13# #13# #13#) NIL T ELT)) (|gcd| #30# #57#) (|fractionPart| (#10# NIL #8# ELT) #58=(#29# NIL T ELT)) (|floor| #59=(#6# NIL #40# ELT)) (|factorSquareFreePolynomial| #12#) (|factorPolynomial| #12#) (|factor| #15#) (|extendedEuclidean| (((|Record| #60=(|:| |coef1| $) #61=(|:| |coef2| $) #42#) $ $) NIL T ELT) (((|Union| (|Record| #60# #61#) #17#) $ $ $) NIL T ELT)) (|exquo| ((#39# $ $) NIL T ELT)) (|expressIdealMember| (((|Maybe| #41#) #41# $) NIL T ELT)) (|eval| (($ $ #62=(|List| #7#) #62#) NIL #63=(|has| #7# (|Evalable| #7#)) ELT) (($ $ #7# #7#) NIL #63# ELT) (($ $ #64=(|Equation| #7#)) NIL #63# ELT) (($ $ (|List| #64#)) NIL #63# ELT) (($ $ #65=(|List| #24#) #62#) NIL #66=(|has| #7# (|InnerEvalable| #24# #7#)) ELT) (($ $ #24# #7#) NIL #66# ELT)) (|euclideanSize| ((#67=(|NonNegativeInteger|) $) NIL T ELT)) (|elt| (#68=($ $ #7#) NIL (|has| #7# (|Eltable| #7# #7#)) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) NIL T ELT)) (|differentiate| #69=(($ $ #54#) NIL T ELT) #70=(($ $ #54# #67#) NIL T ELT) #71=(($ $ #24#) NIL #72=(|has| #7# (|PartialDifferentialSpace| #24#)) ELT) #73=(($ $ #65#) NIL #72# ELT) #74=(($ $ #24# #67#) NIL #72# ELT) #75=(($ $ #65# (|List| #67#)) NIL #72# ELT) #76=(#10# NIL #77=(|has| #7# (|DifferentialSpace|)) ELT) #78=(#79=($ $ #67#) NIL #77# ELT)) (|denominator| #9#) (|denom| #28#) (|convert| ((#46# . #80=($)) NIL (|has| #7# (|ConvertibleTo| #46#)) ELT) ((#49# . #80#) NIL (|has| #7# (|ConvertibleTo| #49#)) ELT) ((#81=(|InputForm|) . #80#) NIL (|has| #7# (|ConvertibleTo| #81#)) ELT) ((#48# . #80#) NIL #82=(|has| #7# (|RealConstant|)) ELT) (((|DoubleFloat|) . #80#) NIL #82# ELT)) (|conditionP| (((|Union| #38# #17#) #34#) NIL #83=(AND (|has| $ #84=(|CharacteristicNonZero|)) #14#) ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) #85=(($ #7#) NIL T ELT) #9# (#86=($ #26#) 8 T ELT) #85# (($ #24#) NIL #25# ELT) #58# (((|RadixExpansion| 2) $) 10 T ELT)) (|charthRoot| (#50# NIL (OR #83# (|has| #7# #84#)) ELT)) (|characteristic| ((#67#) NIL T CONST)) (|ceiling| #59#) (|binary| (#86# 9 T ELT)) (|before?| #1#) (|associates?| #1#) (|annihilate?| #1#) (|abs| (#10# NIL #18# ELT)) (|Zero| #19#) (|One| #19#) (D #69# #70# #71# #73# #74# #75# #76# #78#) (>= #87=(#2# NIL #53# ELT)) (> #87#) (= #1#) (<= #87#) (< #87#) (/ #30# (($ #7# #7#) NIL T ELT)) (- #9# #30#) (+ #30#) (** (($ $ #88=(|PositiveInteger|)) NIL T ELT) (#79# NIL T ELT) #89=(#68# NIL T ELT)) (* (($ #88# $) NIL T ELT) (($ #67# $) NIL T ELT) #90=(($ #7# . #91=($)) NIL T ELT) #30# (($ $ #26#) NIL T ELT) (($ #26# . #91#) NIL T ELT) #90# #89#))
(((|BinaryExpansion|) (|Join| (|QuotientFieldCategory| #1=(|Integer|)) (|CoercibleTo| #2=(|Fraction| #1#)) (|CoercibleTo| (|RadixExpansion| 2)) (CATEGORY |domain| (SIGNATURE |fractionPart| (#2# $)) (SIGNATURE |binary| ($ #2#))))) (T |BinaryExpansion|))
((|fractionPart| (*1 *2 *1) #1=(AND (|isDomain| *2 (|Fraction| (|Integer|))) (|isDomain| *1 (|BinaryExpansion|)))) (|binary| (*1 *1 *2) #1#))
@@ -221,23 +221,23 @@ NIL
(((|BinaryOperatorCategory| |#1|) (|Category|) (|Type|)) (T |BinaryOperatorCategory|))
NIL
(|Join| (|MappingCategory| |t#1| |t#1| |t#1|))
-(((|MappingCategory| |#1| |#1| |#1|) . T) ((|Type|) . T))
+(((|MappingCategory| |#1| |#1| |#1|) . T))
((~= #1=((#2=(|Boolean|) $ $) NIL T ELT)) (~ #3=(#4=($ $) NIL T ELT)) (|xor| #5=(#6=($ $ $) NIL T ELT)) (|swap!| (((|Void|) $ #7=(|Integer|) #7#) NIL #8=(|has| $ (|ShallowlyMutableAggregate| #2#)) ELT)) (|sorted?| (#9=(#2# $) NIL #10=(|has| #2# #11=(|OrderedSet|)) ELT) #12=((#2# #13=(|Mapping| #2# #2# #2#) $) NIL T ELT)) (|sort!| (#4# NIL (AND #8# #10#) ELT) (#14=($ #13# $) NIL #8# ELT)) (|sort| (#4# NIL #10# ELT) (#14# NIL T ELT)) (|setelt| ((#2# $ #15=(|UniversalSegment| #7#) #2#) NIL #8# ELT) #16=(#17=(#2# $ #7# #2#) NIL #8# ELT)) (|select| #18=(#19=($ #20=(|Mapping| #2# #2#) $) NIL #21=(|has| $ (|FiniteAggregate| #2#)) ELT)) (|sample| (#22=($) NIL T CONST)) (|reverse!| (#4# NIL #8# ELT)) (|reverse| #3#) (|removeDuplicates| (#4# NIL #23=(AND #21# #24=(|has| #2# (|BasicType|))) ELT)) (|remove| #18# (#25=($ #2# $) NIL #23# ELT)) (|reduce| #12# ((#2# #13# $ #2#) NIL T ELT) ((#2# #13# $ #2# #2#) NIL #24# ELT)) (|qsetelt!| #16#) (|qelt| #26=((#2# $ #7#) NIL T ELT)) (|position| ((#7# #2# $ #7#) NIL #24# ELT) ((#7# #2# $) NIL #24# ELT) ((#7# #20# $) NIL T ELT)) (|or| #5#) (|not| #3#) (|nor| #5#) (|new| (#27=($ #28=(|NonNegativeInteger|) #2#) 10 T ELT)) (|nand| #5#) (|minIndex| #29=((#7# $) NIL #30=(|has| #7# #11#) ELT)) (|min| #5#) (|merge| (#6# NIL #10# ELT) #31=(($ #13# $ $) NIL T ELT)) (|members| #32=((#33=(|List| #2#) $) NIL T ELT)) (|member?| (#34=(#2# #2# $) NIL #24# ELT)) (|maxIndex| #29#) (|max| #5#) (|map!| #35=(#19# NIL T ELT)) (|map| #31# #35#) (|latex| (((|String|) $) NIL T ELT)) (|insert| (#36=($ $ $ #7#) NIL T ELT) (($ #2# $ #7#) NIL T ELT)) (|indices| (((|List| #7#) $) NIL T ELT)) (|index?| ((#2# #7# $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|first| (#9# NIL #30# ELT)) (|find| (((|Union| #2# "failed") #20# $) NIL T ELT)) (|fill!| (#37=($ $ #2#) NIL #8# ELT)) (|every?| #38=((#2# #20# $) NIL T ELT)) (|eval| (($ $ #33# #33#) NIL #39=(AND (|has| #2# (|Evalable| #2#)) (|has| #2# (|SetCategory|))) ELT) (($ $ #2# #2#) NIL #39# ELT) (($ $ #40=(|Equation| #2#)) NIL #39# ELT) (($ $ (|List| #40#)) NIL #39# ELT)) (|eq?| #1#) (|entry?| (#34# NIL #23# ELT)) (|entries| #32#) (|empty?| (#9# NIL T ELT)) (|empty| (#22# NIL T ELT)) (|elt| #41=(($ $ #15#) NIL T ELT) #26# (#17# NIL T ELT)) (|delete| #41# (($ $ #7#) NIL T ELT)) (|count| ((#28# #20# $) NIL T ELT) ((#28# #2# $) NIL #24# ELT)) (|copyInto!| (#36# NIL #8# ELT)) (|copy| #3#) (|convert| ((#42=(|InputForm|) $) NIL (|has| #2# (|ConvertibleTo| #42#)) ELT)) (|construct| (($ #33#) NIL T ELT)) (|concat| (($ (|List| $)) NIL T ELT) #5# (#25# NIL T ELT) (#37# NIL T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT)) (|bits| (#27# 11 T ELT)) (|before?| #1#) (|any?| #38#) (|and| #5#) (|\\/| #5#) (>= #1#) (> #1#) (= #1#) (<= #1#) (< #1#) (|/\\| #5#) (|#| ((#28# $) NIL T ELT)))
(((|Bits|) (|Join| (|BitAggregate|) (CATEGORY |domain| (SIGNATURE |bits| ($ (|NonNegativeInteger|) (|Boolean|)))))) (T |Bits|))
((|bits| (*1 *1 *2 *3) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|isDomain| *3 (|Boolean|)) (|isDomain| *1 (|Bits|)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| ((#2# $ $) 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #4=($)) 31 T ELT) (($ |#1| . #4#) 34 T ELT) (($ $ |#2|) 38 T ELT)))
-(((|BiModule| |#1| |#2|) (|Category|) (|Ring|) (|Ring|)) (T |BiModule|))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| (#1# 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#4=($ $ $) 29 T ELT)) (+ (#4# 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #5=($)) 31 T ELT) (($ |#1| . #5#) 34 T ELT) (($ $ |#2|) 38 T ELT)))
+(((|BiModule| |#1| |#2|) (|Category|) #1=(|Ring|) #1#) (T |BiModule|))
NIL
(|Join| (|LeftModule| |t#1|) (|RightModule| |t#2|))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|RightLinearSet| |#2|) . T) ((|RightModule| |#2|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|RightLinearSet| |#2|) . T) ((|RightModule| |#2|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|or| (#1=($ $ $) 12 T ELT)) (|not| (($ $) 8 T ELT)) (|and| (#1# 10 T ELT)))
(((|BooleanLogic&| |#1|) (CATEGORY |package| (SIGNATURE |or| #1=(|#1| |#1| |#1|)) (SIGNATURE |and| #1#) (SIGNATURE |not| (|#1| |#1|))) (|BooleanLogic|)) (T |BooleanLogic&|))
NIL
-((~ (($ $) 8 T ELT)) (|or| (($ $ $) 9 T ELT)) (|not| (($ $) 11 T ELT)) (|and| (($ $ $) 10 T ELT)) (|\\/| (#1=($ $ $) 6 T ELT)) (|/\\| (#1# 7 T ELT)))
+((~ (#1=($ $) 8 T ELT)) (|or| (#2=($ $ $) 9 T ELT)) (|not| (#1# 11 T ELT)) (|and| (#2# 10 T ELT)) (|\\/| (#2# 6 T ELT)) (|/\\| (#2# 7 T ELT)))
(((|BooleanLogic|) (|Category|)) (T |BooleanLogic|))
-((|not| (*1 *1 *1) (|ofCategory| *1 (|BooleanLogic|))) (|and| (*1 *1 *1 *1) (|ofCategory| *1 (|BooleanLogic|))) (|or| (*1 *1 *1 *1) (|ofCategory| *1 (|BooleanLogic|))))
-(|Join| (|Logic|) (CATEGORY |domain| (SIGNATURE |not| ($ $)) (SIGNATURE |and| ($ $ $)) (SIGNATURE |or| ($ $ $))))
-(((|Join|) . T) ((|Logic|) . T) ((|Type|) . T))
+((|not| (*1 *1 *1) #1=(|ofCategory| *1 (|BooleanLogic|))) (|and| #2=(*1 *1 *1 *1) #1#) (|or| #2# #1#))
+(|Join| (|Logic|) (CATEGORY |domain| (SIGNATURE |not| ($ $)) (SIGNATURE |and| #1=($ $ $)) (SIGNATURE |or| #1#)))
+(((|Logic|) . T) ((|Type|) . T))
((~= #1=(#2=((|Boolean|) $ $) NIL T ELT)) (~ (#3=($ $) 9 T ELT)) (|xor| (#4=($ $ $) 14 T ELT)) (|true| (#5=($) 6 T CONST)) (|size| (((|NonNegativeInteger|)) 23 T ELT)) (|random| (#5# 32 T ELT)) (|or| (#4# 12 T ELT)) (|not| (#3# 8 T ELT)) (|nor| (#4# 15 T ELT)) (|nand| (#4# 16 T ELT)) (|min| #6=(#4# NIL T ELT) #7=(#5# NIL T CONST)) (|max| #6# #7#) (|lookup| ((#8=(|PositiveInteger|) $) 29 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|index| (($ #8#) 27 T ELT)) (|implies| (#4# 19 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|false| (#5# 7 T CONST)) (|equiv| (#4# 20 T ELT)) (|convert| (((|InputForm|) $) 34 T ELT)) (|coerce| (((|OutputForm|) $) 36 T ELT)) (|before?| #1#) (|and| (#4# 10 T ELT)) (|\\/| (#4# 13 T ELT)) (>= #1#) (> #1#) (= (#2# 18 T ELT)) (<= #1#) (< (#2# 21 T ELT)) (|/\\| (#4# 11 T ELT)))
(((|Boolean|) (|Join| (|OrderedFinite|) (|PropositionalLogic|) (|ConvertibleTo| (|InputForm|)) (CATEGORY |domain| (SIGNATURE |xor| #1=($ $ $)) (SIGNATURE |nand| #1#) (SIGNATURE |nor| #1#)))) (T |Boolean|))
((|xor| #1=(*1 *1 *1 *1) #2=(|isDomain| *1 (|Boolean|))) (|nand| #1# #2#) (|nor| #1# #2#))
@@ -259,11 +259,11 @@ NIL
((|setelt| ((|#2| $ #1="value" |#2|) NIL T ELT) (($ $ #2="left" $) 59 T ELT) (($ $ #3="right" $) 61 T ELT)) (|nodes| (#4=((|List| $) $) 31 T ELT)) (|node?| (#5=(#6=(|Boolean|) $ $) 36 T ELT)) (|leaves| (((|List| |#2|) $) 25 T ELT)) (|leaf?| (#7=(#6# $) 18 T ELT)) (|elt| ((|#2| $ #1#) NIL T ELT) (($ $ #2#) 10 T ELT) (($ $ #3#) 13 T ELT)) (|cyclic?| (#7# 55 T ELT)) (|coerce| (((|OutputForm|) $) 46 T ELT)) (|children| (#4# 32 T ELT)) (= (#5# 38 T ELT)))
(((|BinaryRecursiveAggregate&| |#1| |#2|) (CATEGORY |package| (SIGNATURE = #1=(#2=(|Boolean|) |#1| |#1|)) (SIGNATURE |coerce| ((|OutputForm|) |#1|)) (SIGNATURE |setelt| (|#1| |#1| #3="right" |#1|)) (SIGNATURE |setelt| (|#1| |#1| #4="left" |#1|)) (SIGNATURE |elt| (|#1| |#1| #3#)) (SIGNATURE |elt| (|#1| |#1| #4#)) (SIGNATURE |setelt| (|#2| |#1| #5="value" |#2|)) (SIGNATURE |node?| #1#) (SIGNATURE |leaves| ((|List| |#2|) |#1|)) (SIGNATURE |cyclic?| #6=(#2# |#1|)) (SIGNATURE |elt| (|#2| |#1| #5#)) (SIGNATURE |leaf?| #6#) (SIGNATURE |nodes| #7=((|List| |#1|) |#1|)) (SIGNATURE |children| #7#)) (|BinaryRecursiveAggregate| |#2|) (|Type|)) (T |BinaryRecursiveAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|value| ((|#1| $) 43 T ELT)) (|setvalue!| ((|#1| $ |#1|) 34 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setright!| (($ $ $) 49 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setleft!| (($ $ $) 51 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setelt| ((|#1| $ #3="value" |#1|) 35 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) (($ $ "left" $) 52 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) (($ $ "right" $) 50 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setchildren!| (($ $ #4=(|List| $)) 36 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|sample| (#5=($) 6 T CONST)) (|right| (($ $) 54 T ELT)) (|nodes| (#6=(#4# $) 45 T ELT)) (|node?| (#7=(#8=(|Boolean|) $ $) 37 (|has| |#1| . #9=((|BasicType|))) ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|left| (($ $) 56 T ELT)) (|leaves| (((|List| |#1|) $) 40 T ELT)) (|leaf?| (#10=(#8# $) 44 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #11=((|SetCategory|))) ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #11#) ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #11#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #11#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #11#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #11#)) ELT)) (|eq?| ((#12=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#12# $) 7 T ELT)) (|empty| (#5# 8 T ELT)) (|elt| ((|#1| $ #3#) 42 T ELT) (($ $ "left") 55 T ELT) (($ $ "right") 53 T ELT)) (|distance| (((|Integer|) $ $) 39 T ELT)) (|cyclic?| (#10# 41 T ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|children| (#6# 46 T ELT)) (|child?| (#7# 38 (|has| |#1| . #9#) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|value| ((|#1| $) 43 T ELT)) (|setvalue!| ((|#1| $ |#1|) 34 #4=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setright!| (#5=($ $ $) 49 #4# ELT)) (|setleft!| (#5# 51 #4# ELT)) (|setelt| ((|#1| $ #6="value" |#1|) 35 #4# ELT) (($ $ #7="left" $) 52 #4# ELT) (($ $ #8="right" $) 50 #4# ELT)) (|setchildren!| (($ $ #9=(|List| $)) 36 #4# ELT)) (|sample| (#10=($) 6 T CONST)) (|right| (#11=($ $) 54 T ELT)) (|nodes| (#12=(#9# $) 45 T ELT)) (|node?| (#1# 37 #3# ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|left| (#11# 56 T ELT)) (|leaves| ((#13=(|List| |#1|) $) 40 T ELT)) (|leaf?| (#14=(#2# $) 44 T ELT)) (|latex| (((|String|) $) 21 #15=(|has| |#1| (|SetCategory|)) ELT)) (|hash| (((|SingleInteger|) $) 20 #15# ELT)) (|eval| (($ $ (|List| #16=(|Equation| |#1|))) 25 #17=(AND (|has| |#1| (|Evalable| |#1|)) #15#) ELT) (($ $ #16#) 24 #17# ELT) (($ $ |#1| |#1|) 23 #17# ELT) (($ $ #13# #13#) 22 #17# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| (#14# 7 T ELT)) (|empty| (#10# 8 T ELT)) (|elt| ((|#1| $ #6#) 42 T ELT) (($ $ #7#) 55 T ELT) (($ $ #8#) 53 T ELT)) (|distance| (((|Integer|) $ $) 39 T ELT)) (|cyclic?| (#14# 41 T ELT)) (|copy| (#11# 9 T ELT)) (|coerce| ((#18=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #18#)) ELT)) (|children| (#12# 46 T ELT)) (|child?| (#1# 38 #3# ELT)) (|before?| (#1# 19 #3# ELT)) (= (#1# 17 #3# ELT)))
(((|BinaryRecursiveAggregate| |#1|) (|Category|) (|Type|)) (T |BinaryRecursiveAggregate|))
-((|left| (*1 *1 *1) (AND (|ofCategory| *1 (|BinaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|elt| (*1 *1 *1 *2) (AND (|isDomain| *2 "left") (|ofCategory| *1 (|BinaryRecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|right| (*1 *1 *1) (AND (|ofCategory| *1 (|BinaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|elt| (*1 *1 *1 *2) (AND (|isDomain| *2 "right") (|ofCategory| *1 (|BinaryRecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|setelt| (*1 *1 *1 *2 *1) (AND (|isDomain| *2 "left") (|ofCategory| *1 (|ShallowlyMutableAggregate| *3)) (|ofCategory| *1 (|BinaryRecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|setleft!| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|BinaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|setelt| (*1 *1 *1 *2 *1) (AND (|isDomain| *2 "right") (|ofCategory| *1 (|ShallowlyMutableAggregate| *3)) (|ofCategory| *1 (|BinaryRecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|setright!| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|BinaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))))
-(|Join| (|RecursiveAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |left| ($ $)) (SIGNATURE |elt| ($ $ "left")) (SIGNATURE |right| ($ $)) (SIGNATURE |elt| ($ $ "right")) (IF (|has| $ (|ShallowlyMutableAggregate| |t#1|)) (PROGN (SIGNATURE |setelt| ($ $ "left" $)) (SIGNATURE |setleft!| ($ $ $)) (SIGNATURE |setelt| ($ $ "right" $)) (SIGNATURE |setright!| ($ $ $))) |%noBranch|)))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|RecursiveAggregate| |#1|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T))
+((|left| #1=(*1 *1 *1) #2=(AND #3=(|ofCategory| *1 (|BinaryRecursiveAggregate| *2)) #4=(|ofCategory| *2 #5=(|Type|)))) (|elt| #6=(*1 *1 *1 *2) (AND #7=(|isDomain| *2 "left") #8=(|ofCategory| *1 (|BinaryRecursiveAggregate| *3)) #9=(|ofCategory| *3 #5#))) (|right| #1# #2#) (|elt| #6# (AND #10=(|isDomain| *2 "right") #8# #9#)) (|setelt| #11=(*1 *1 *1 *2 *1) (AND #7# #12=(|ofCategory| *1 (|ShallowlyMutableAggregate| *3)) #8# #9#)) (|setleft!| #13=(*1 *1 *1 *1) #14=(AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) #3# #4#)) (|setelt| #11# (AND #10# #12# #8# #9#)) (|setright!| #13# #14#))
+(|Join| (|RecursiveAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |left| #1=($ $)) (SIGNATURE |elt| ($ $ #2="left")) (SIGNATURE |right| #1#) (SIGNATURE |elt| ($ $ #3="right")) (IF (|has| $ (|ShallowlyMutableAggregate| |t#1|)) (PROGN (SIGNATURE |setelt| ($ $ #2# $)) (SIGNATURE |setleft!| #4=($ $ $)) (SIGNATURE |setelt| ($ $ #3# $)) (SIGNATURE |setright!| #4#)) |%noBranch|)))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|RecursiveAggregate| |#1|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T))
((|noLinearFactor?| (#1=(#2=(|Boolean|) |#1|) 29 T ELT)) (|brillhartTrials| ((#3=(|NonNegativeInteger|) #3#) 28 T ELT) ((#3#) 27 T ELT)) (|brillhartIrreducible?| ((#2# |#1| #2#) 30 T ELT) (#1# 31 T ELT)))
(((|BrillhartTests| |#1|) (CATEGORY |package| (SIGNATURE |brillhartIrreducible?| #1=(#2=(|Boolean|) |#1|)) (SIGNATURE |brillhartIrreducible?| (#2# |#1| #2#)) (SIGNATURE |brillhartTrials| (#3=(|NonNegativeInteger|))) (SIGNATURE |brillhartTrials| (#3# #3#)) (SIGNATURE |noLinearFactor?| #1#)) (|UnivariatePolynomialCategory| (|Integer|))) (T |BrillhartTests|))
((|noLinearFactor?| #1=(*1 *2 *3) #2=(AND (|isDomain| *2 (|Boolean|)) #3=(|isDomain| *1 (|BrillhartTests| *3)) #4=(|ofCategory| *3 (|UnivariatePolynomialCategory| (|Integer|))))) (|brillhartTrials| (*1 *2 *2) #5=(AND (|isDomain| *2 (|NonNegativeInteger|)) #3# #4#)) (|brillhartTrials| (*1 *2) #5#) (|brillhartIrreducible?| (*1 *2 *3 *2) #2#) (|brillhartIrreducible?| #1# #2#))
@@ -273,19 +273,19 @@ NIL
((~ (#1=($ $) 13 T ELT)) (|not| (#1# 11 T ELT)) (|nor| (#2=($ $ $) 23 T ELT)) (|nand| (#2# 21 T ELT)) (|\\/| (#2# 19 T ELT)) (|/\\| (#2# 17 T ELT)))
(((|BitAggregate&| |#1|) (CATEGORY |package| (SIGNATURE |nor| #1=(|#1| |#1| |#1|)) (SIGNATURE |nand| #1#) (SIGNATURE ~ #2=(|#1| |#1|)) (SIGNATURE |/\\| #1#) (SIGNATURE |\\/| #1#) (SIGNATURE |not| #2#)) (|BitAggregate|)) (T |BitAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (~ (($ $) 105 T ELT)) (|xor| (($ $ $) 34 T ELT)) (|swap!| (((|Void|) $ #2=(|Integer|) #2#) 60 (|has| $ (|ShallowlyMutableAggregate| #3=(|Boolean|))) ELT)) (|sorted?| ((#4=(|Boolean|) $) 99 (|has| #3# . #5=((|OrderedSet|))) ELT) ((#4# (|Mapping| #4# #3# #3#) $) 93 T ELT)) (|sort!| (#6=($ $) 103 (AND (|has| #3# . #5#) (|has| $ (|ShallowlyMutableAggregate| #3#))) ELT) (($ (|Mapping| #4# #3# #3#) . #7=($)) 102 (|has| $ (|ShallowlyMutableAggregate| #3#)) ELT)) (|sort| (#6# 98 (|has| #3# . #5#) ELT) (($ (|Mapping| #4# #3# #3#) . #7#) 92 T ELT)) (|setelt| ((#3# $ #8=(|UniversalSegment| #2#) #3#) 78 (|has| $ (|ShallowlyMutableAggregate| #3#)) ELT) ((#3# $ #2# #3#) 48 (|has| $ (|ShallowlyMutableAggregate| #3#)) ELT)) (|select| (($ (|Mapping| #9=(|Boolean|) #3#) . #10=($)) 64 (|has| $ (|FiniteAggregate| #3#)) ELT)) (|sample| (#11=($) 41 T CONST)) (|reverse!| (#6# 101 (|has| $ (|ShallowlyMutableAggregate| #3#)) ELT)) (|reverse| (#6# 91 T ELT)) (|removeDuplicates| (($ $) 62 (AND (|has| #3# . #12=((|BasicType|))) (|has| $ (|FiniteAggregate| #3#))) ELT)) (|remove| (($ (|Mapping| #9# #3#) . #10#) 65 (|has| $ (|FiniteAggregate| #3#)) ELT) (($ #3# $) 63 (AND (|has| #3# . #12#) (|has| $ (|FiniteAggregate| #3#))) ELT)) (|reduce| ((#3# (|Mapping| #3# #3# #3#) $) 84 T ELT) ((#3# (|Mapping| #3# #3# #3#) $ #3#) 83 T ELT) ((#3# (|Mapping| #3# #3# #3#) $ #3# #3#) 79 (|has| #3# . #13=((|BasicType|))) ELT)) (|qsetelt!| ((#3# $ #2# #3#) 47 (|has| $ (|ShallowlyMutableAggregate| #3#)) ELT)) (|qelt| ((#3# $ #2#) 49 T ELT)) (|position| ((#14=(|Integer|) #3# $ #14#) 96 (|has| #3# . #15=((|BasicType|))) ELT) ((#14# #3# $) 95 (|has| #3# . #15#) ELT) ((#14# (|Mapping| #4# #3#) $) 94 T ELT)) (|or| (#16=($ $ $) 110 T ELT)) (|not| (($ $) 108 T ELT)) (|nor| (($ $ $) 35 T ELT)) (|new| (($ (|NonNegativeInteger|) #3#) 68 T ELT)) (|nand| (($ $ $) 36 T ELT)) (|minIndex| ((#2# . #17=($)) 57 (|has| #2# . #18=((|OrderedSet|))) ELT)) (|min| (#19=($ $ $) 23 T ELT)) (|merge| (($ $ $) 97 (|has| #3# . #5#) ELT) (($ (|Mapping| #4# #3# #3#) $ $) 90 T ELT)) (|members| (((|List| #3#) $) 85 T ELT)) (|member?| ((#20=(|Boolean|) #3# $) 80 (|has| #3# . #13#) ELT)) (|maxIndex| ((#2# . #17#) 56 (|has| #2# . #18#) ELT)) (|max| (#19# 22 T ELT)) (|map!| (($ (|Mapping| #3# #3#) $) 104 T ELT)) (|map| (($ (|Mapping| #3# #3# #3#) $ $) 73 T ELT) (($ (|Mapping| #3# #3#) $) 42 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|insert| (($ $ $ #2#) 77 T ELT) (($ #3# $ #2#) 76 T ELT)) (|indices| (((|List| #2#) $) 54 T ELT)) (|index?| ((#21=(|Boolean|) #2# $) 53 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|first| ((#3# $) 58 (|has| #2# . #18#) ELT)) (|find| (((|Union| #3# "failed") (|Mapping| #20# #3#) $) 82 T ELT)) (|fill!| (($ $ #3#) 59 (|has| $ (|ShallowlyMutableAggregate| #3#)) ELT)) (|every?| ((#20# (|Mapping| #20# #3#) . #22=($)) 87 T ELT)) (|eval| (($ $ (|List| #3#) (|List| #3#)) 46 (AND (|has| #3# (|Evalable| #3#)) (|has| #3# . #23=((|SetCategory|)))) ELT) (($ $ #3# #3#) 45 (AND (|has| #3# (|Evalable| #3#)) (|has| #3# . #23#)) ELT) (($ $ (|Equation| #3#)) 44 (AND (|has| #3# (|Evalable| #3#)) (|has| #3# . #23#)) ELT) (($ $ (|List| (|Equation| #3#))) 43 (AND (|has| #3# (|Evalable| #3#)) (|has| #3# . #23#)) ELT)) (|eq?| ((#24=(|Boolean|) $ $) 37 T ELT)) (|entry?| ((#21# #3# $) 55 (AND (|has| $ (|FiniteAggregate| #3#)) (|has| #3# (|BasicType|))) ELT)) (|entries| (((|List| #3#) $) 52 T ELT)) (|empty?| ((#24# $) 40 T ELT)) (|empty| (#11# 39 T ELT)) (|elt| (($ $ #8#) 67 T ELT) ((#3# $ #2#) 51 T ELT) ((#3# $ #2# #3#) 50 T ELT)) (|delete| (($ $ #8#) 75 T ELT) (($ $ #2#) 74 T ELT)) (|count| ((#25=(|NonNegativeInteger|) (|Mapping| #20# #3#) $) 86 T ELT) ((#25# #3# $) 81 (|has| #3# . #13#) ELT)) (|copyInto!| (($ $ $ #14#) 100 (|has| $ (|ShallowlyMutableAggregate| #3#)) ELT)) (|copy| (($ $) 38 T ELT)) (|convert| ((#26=(|InputForm|) $) 61 (|has| #3# (|ConvertibleTo| #26#)) ELT)) (|construct| (($ (|List| #3#)) 66 T ELT)) (|concat| (($ (|List| $)) 72 T ELT) (($ $ $) 71 T ELT) (($ #3# $) 70 T ELT) (($ $ #3#) 69 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|any?| ((#20# (|Mapping| #20# #3#) . #22#) 88 T ELT)) (|and| (#16# 109 T ELT)) (|\\/| (#27=($ $ $) 107 T ELT)) (>= (#28=((|Boolean|) $ $) 21 T ELT)) (> (#28# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#28# 20 T ELT)) (< (#28# 18 T ELT)) (|/\\| (#27# 106 T ELT)) (|#| ((#25# $) 89 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (~ (#3=($ $) 105 T ELT)) (|xor| (#4=($ $ $) 34 T ELT)) (|swap!| (((|Void|) $ #5=(|Integer|) #5#) 60 #6=(|has| $ (|ShallowlyMutableAggregate| #2#)) ELT)) (|sorted?| (#7=(#2# $) 99 #8=(|has| #2# #9=(|OrderedSet|)) ELT) (#10=(#2# #11=(|Mapping| #2# #2# #2#) $) 93 T ELT)) (|sort!| (#3# 103 (AND #8# #6#) ELT) (#12=($ #11# $) 102 #6# ELT)) (|sort| (#3# 98 #8# ELT) (#12# 92 T ELT)) (|setelt| ((#2# $ #13=(|UniversalSegment| #5#) #2#) 78 #6# ELT) (#14=(#2# $ #5# #2#) 48 #6# ELT)) (|select| (#15=($ #16=(|Mapping| #2# #2#) $) 64 #17=(|has| $ (|FiniteAggregate| #2#)) ELT)) (|sample| (#18=($) 41 T CONST)) (|reverse!| (#3# 101 #6# ELT)) (|reverse| (#3# 91 T ELT)) (|removeDuplicates| (#3# 62 #19=(AND #20=(|has| #2# (|BasicType|)) #17#) ELT)) (|remove| (#15# 65 #17# ELT) (#21=($ #2# $) 63 #19# ELT)) (|reduce| (#10# 84 T ELT) ((#2# #11# $ #2#) 83 T ELT) ((#2# #11# $ #2# #2#) 79 #20# ELT)) (|qsetelt!| (#14# 47 #6# ELT)) (|qelt| (#22=(#2# $ #5#) 49 T ELT)) (|position| ((#5# #2# $ #5#) 96 #20# ELT) ((#5# #2# $) 95 #20# ELT) ((#5# #16# $) 94 T ELT)) (|or| (#4# 110 T ELT)) (|not| (#3# 108 T ELT)) (|nor| (#4# 35 T ELT)) (|new| (($ #23=(|NonNegativeInteger|) #2#) 68 T ELT)) (|nand| (#4# 36 T ELT)) (|minIndex| (#24=(#5# $) 57 #25=(|has| #5# #9#) ELT)) (|min| (#4# 23 T ELT)) (|merge| (#4# 97 #8# ELT) (#26=($ #11# $ $) 90 T ELT)) (|members| (#27=(#28=(|List| #2#) $) 85 T ELT)) (|member?| (#29=(#2# #2# $) 80 #20# ELT)) (|maxIndex| (#24# 56 #25# ELT)) (|max| (#4# 22 T ELT)) (|map!| (#15# 104 T ELT)) (|map| (#26# 73 T ELT) (#15# 42 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|insert| (#30=($ $ $ #5#) 77 T ELT) (($ #2# $ #5#) 76 T ELT)) (|indices| (((|List| #5#) $) 54 T ELT)) (|index?| ((#2# #5# $) 53 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|first| (#7# 58 #25# ELT)) (|find| (((|Union| #2# "failed") #16# $) 82 T ELT)) (|fill!| (#31=($ $ #2#) 59 #6# ELT)) (|every?| (#32=(#2# #16# $) 87 T ELT)) (|eval| (($ $ #28# #28#) 46 #33=(AND (|has| #2# (|Evalable| #2#)) (|has| #2# (|SetCategory|))) ELT) (($ $ #2# #2#) 45 #33# ELT) (($ $ #34=(|Equation| #2#)) 44 #33# ELT) (($ $ (|List| #34#)) 43 #33# ELT)) (|eq?| (#1# 37 T ELT)) (|entry?| (#29# 55 (AND #17# #20#) ELT)) (|entries| (#27# 52 T ELT)) (|empty?| (#7# 40 T ELT)) (|empty| (#18# 39 T ELT)) (|elt| (#35=($ $ #13#) 67 T ELT) (#22# 51 T ELT) (#14# 50 T ELT)) (|delete| (#35# 75 T ELT) (($ $ #5#) 74 T ELT)) (|count| ((#23# #16# $) 86 T ELT) ((#23# #2# $) 81 #20# ELT)) (|copyInto!| (#30# 100 #6# ELT)) (|copy| (#3# 38 T ELT)) (|convert| ((#36=(|InputForm|) $) 61 (|has| #2# (|ConvertibleTo| #36#)) ELT)) (|construct| (($ #28#) 66 T ELT)) (|concat| (($ (|List| $)) 72 T ELT) (#4# 71 T ELT) (#21# 70 T ELT) (#31# 69 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|any?| (#32# 88 T ELT)) (|and| (#4# 109 T ELT)) (|\\/| (#4# 107 T ELT)) (>= (#1# 21 T ELT)) (> (#1# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 20 T ELT)) (< (#1# 18 T ELT)) (|/\\| (#4# 106 T ELT)) (|#| ((#23# $) 89 T ELT)))
(((|BitAggregate|) (|Category|)) (T |BitAggregate|))
-((|nand| (*1 *1 *1 *1) (|ofCategory| *1 (|BitAggregate|))) (|nor| (*1 *1 *1 *1) (|ofCategory| *1 (|BitAggregate|))) (|xor| (*1 *1 *1 *1) (|ofCategory| *1 (|BitAggregate|))))
-(|Join| (|OrderedSet|) (|BooleanLogic|) (|Logic|) (|OneDimensionalArrayAggregate| (|Boolean|)) (CATEGORY |domain| (SIGNATURE |nand| ($ $ $)) (SIGNATURE |nor| ($ $ $)) (SIGNATURE |xor| ($ $ $))))
-(((|Aggregate|) . T) ((|BasicType|) . T) ((|BooleanLogic|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| #1=(|Boolean|)) . T) ((|ConvertibleTo| (|InputForm|)) |has| (|Boolean|) (|ConvertibleTo| (|InputForm|))) ((|Eltable| #2=(|Integer|) #1#) . T) ((|Eltable| (|UniversalSegment| (|Integer|)) $) . T) ((|EltableAggregate| #2# #1#) . T) ((|Evalable| #1#) AND (|has| (|Boolean|) (|Evalable| (|Boolean|))) (|has| (|Boolean|) (|SetCategory|))) ((|FiniteAggregate| #1#) . T) ((|FiniteLinearAggregate| #1#) . T) ((|Functorial| #1#) . T) ((|HomogeneousAggregate| #1#) . T) ((|IndexedAggregate| #2# #1#) . T) ((|InnerEvalable| #1# #1#) AND (|has| (|Boolean|) (|Evalable| (|Boolean|))) (|has| (|Boolean|) (|SetCategory|))) ((|Join|) . T) ((|LinearAggregate| #1#) . T) ((|Logic|) . T) ((|OneDimensionalArrayAggregate| #1#) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| #1#) . T) ((|Type|) . T))
+((|nand| #1=(*1 *1 *1 *1) #2=(|ofCategory| *1 (|BitAggregate|))) (|nor| #1# #2#) (|xor| #1# #2#))
+(|Join| (|OrderedSet|) (|BooleanLogic|) (|Logic|) (|OneDimensionalArrayAggregate| (|Boolean|)) (CATEGORY |domain| (SIGNATURE |nand| #1=($ $ $)) (SIGNATURE |nor| #1#) (SIGNATURE |xor| #1#)))
+(((|Aggregate|) . T) ((|BasicType|) . T) ((|BooleanLogic|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| #1=(|Boolean|)) . T) ((|ConvertibleTo| (|InputForm|)) . T) ((|Eltable| #2=(|Integer|) #1#) . T) ((|Eltable| (|UniversalSegment| #2#) $) . T) ((|EltableAggregate| #2# #1#) . T) ((|FiniteAggregate| #1#) . T) ((|FiniteLinearAggregate| #1#) . T) ((|Functorial| #1#) . T) ((|HomogeneousAggregate| #1#) . T) ((|IndexedAggregate| #2# #1#) . T) ((|LinearAggregate| #1#) . T) ((|Logic|) . T) ((|OneDimensionalArrayAggregate| #1#) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| #1#) . T) ((|Type|) . T))
((|map!| (($ (|Mapping| |#2| |#2|) $) 22 T ELT)) (|copy| (($ $) 16 T ELT)) (|#| (((|NonNegativeInteger|) $) 25 T ELT)))
(((|BinaryTreeCategory&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |map!| (|#1| (|Mapping| |#2| |#2|) |#1|)) (SIGNATURE |#| ((|NonNegativeInteger|) |#1|)) (SIGNATURE |copy| (|#1| |#1|))) (|BinaryTreeCategory| |#2|) (|SetCategory|)) (T |BinaryTreeCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|value| ((|#1| $) 43 T ELT)) (|setvalue!| ((|#1| $ |#1|) 34 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setright!| (#3=($ $ $) 49 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setleft!| (#3# 51 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setelt| ((|#1| $ #4="value" |#1|) 35 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) (($ $ #5="left" $) 52 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) (($ $ #6="right" $) 50 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setchildren!| (($ $ #7=(|List| $)) 36 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|sample| (#8=($) 6 T CONST)) (|right| (#9=($ $) 54 T ELT)) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 71 (|has| |#1| . #10=((|BasicType|))) ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) 67 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $) 66 T ELT)) (|nodes| (#11=(#7# $) 45 T ELT)) (|node?| (#12=(#13=(|Boolean|) $ $) 37 (|has| |#1| . #14=((|BasicType|))) ELT)) (|node| (($ $ |#1| $) 59 T ELT)) (|members| (((|List| |#1|) $) 65 T ELT)) (|member?| ((#15=(|Boolean|) |#1| $) 70 (|has| |#1| . #10#) ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 60 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|left| (#9# 56 T ELT)) (|leaves| (((|List| |#1|) $) 40 T ELT)) (|leaf?| (#16=(#13# $) 44 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #17=((|SetCategory|))) ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #17#) ELT)) (|find| (((|Union| |#1| "failed") (|Mapping| #15# |#1|) $) 68 T ELT)) (|every?| ((#15# (|Mapping| #15# |#1|) . #18=($)) 63 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #17#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #17#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #17#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #17#)) ELT)) (|eq?| ((#19=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#19# $) 7 T ELT)) (|empty| (#8# 8 T ELT)) (|elt| ((|#1| $ #4#) 42 T ELT) (($ $ #5#) 55 T ELT) (($ $ #6#) 53 T ELT)) (|distance| (((|Integer|) $ $) 39 T ELT)) (|cyclic?| (#16# 41 T ELT)) (|count| ((#20=(|NonNegativeInteger|) |#1| $) 69 (|has| |#1| . #10#) ELT) ((#20# (|Mapping| #15# |#1|) $) 64 T ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|children| (#11# 46 T ELT)) (|child?| (#12# 38 (|has| |#1| . #14#) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (|any?| ((#15# (|Mapping| #15# |#1|) . #18#) 62 T ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)) (|#| ((#20# $) 61 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|value| ((|#1| $) 43 T ELT)) (|setvalue!| ((|#1| $ |#1|) 34 #4=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setright!| (#5=($ $ $) 49 #4# ELT)) (|setleft!| (#5# 51 #4# ELT)) (|setelt| ((|#1| $ #6="value" |#1|) 35 #4# ELT) (($ $ #7="left" $) 52 #4# ELT) (($ $ #8="right" $) 50 #4# ELT)) (|setchildren!| (($ $ #9=(|List| $)) 36 #4# ELT)) (|sample| (#10=($) 6 T CONST)) (|right| (#11=($ $) 54 T ELT)) (|reduce| ((|#1| #12=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 71 #3# ELT) ((|#1| #12# $ |#1|) 67 T ELT) ((|#1| #12# $) 66 T ELT)) (|nodes| (#13=(#9# $) 45 T ELT)) (|node?| (#1# 37 #3# ELT)) (|node| (($ $ |#1| $) 59 T ELT)) (|members| (#14=(#15=(|List| |#1|) $) 65 T ELT)) (|member?| ((#2# |#1| $) 70 #3# ELT)) (|map!| (#16=($ (|Mapping| |#1| |#1|) $) 60 T ELT)) (|map| (#16# 26 T ELT)) (|left| (#11# 56 T ELT)) (|leaves| (#14# 40 T ELT)) (|leaf?| (#17=(#2# $) 44 T ELT)) (|latex| (((|String|) $) 21 #18=(|has| |#1| (|SetCategory|)) ELT)) (|hash| (((|SingleInteger|) $) 20 #18# ELT)) (|find| (((|Union| |#1| "failed") #19=(|Mapping| #2# |#1|) $) 68 T ELT)) (|every?| (#20=(#2# #19# $) 63 T ELT)) (|eval| (($ $ (|List| #21=(|Equation| |#1|))) 25 #22=(AND (|has| |#1| (|Evalable| |#1|)) #18#) ELT) (($ $ #21#) 24 #22# ELT) (($ $ |#1| |#1|) 23 #22# ELT) (($ $ #15# #15#) 22 #22# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| (#17# 7 T ELT)) (|empty| (#10# 8 T ELT)) (|elt| ((|#1| $ #6#) 42 T ELT) (($ $ #7#) 55 T ELT) (($ $ #8#) 53 T ELT)) (|distance| (((|Integer|) $ $) 39 T ELT)) (|cyclic?| (#17# 41 T ELT)) (|count| ((#23=(|NonNegativeInteger|) |#1| $) 69 #3# ELT) ((#23# #19# $) 64 T ELT)) (|copy| (#11# 9 T ELT)) (|coerce| ((#24=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #24#)) ELT)) (|children| (#13# 46 T ELT)) (|child?| (#1# 38 #3# ELT)) (|before?| (#1# 19 #3# ELT)) (|any?| (#20# 62 T ELT)) (= (#1# 17 #3# ELT)) (|#| ((#23# $) 61 T ELT)))
(((|BinaryTreeCategory| |#1|) (|Category|) (|SetCategory|)) (T |BinaryTreeCategory|))
((|node| (*1 *1 *1 *2 *1) (AND (|ofCategory| *1 (|BinaryTreeCategory| *2)) (|ofCategory| *2 (|SetCategory|)))))
(|Join| (|BinaryRecursiveAggregate| |t#1|) (|FiniteAggregate| |t#1|) (|ShallowlyMutableAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |node| ($ $ |t#1| $))))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|BinaryRecursiveAggregate| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|RecursiveAggregate| |#1|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|BinaryRecursiveAggregate| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|RecursiveAggregate| |#1|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL #4=(|has| |#1| (|BasicType|)) ELT)) (|value| ((|#1| $) 18 T ELT)) (|setvalue!| ((|#1| $ |#1|) 22 #5=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setright!| (#6=($ $ $) 23 #5# ELT)) (|setleft!| (#6# 21 #5# ELT)) (|setelt| ((|#1| $ #7="value" |#1|) NIL #5# ELT) (($ $ #8="left" $) NIL #5# ELT) (($ $ #9="right" $) NIL #5# ELT)) (|setchildren!| (($ $ #10=(|List| $)) NIL #5# ELT)) (|sample| (#11=($) NIL T CONST)) (|right| (#12=($ $) 24 T ELT)) (|reduce| ((|#1| #13=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) NIL #4# ELT) ((|#1| #13# $ |#1|) NIL T ELT) ((|#1| #13# $) NIL T ELT)) (|nodes| #14=((#10# $) NIL T ELT)) (|node?| #1#) (|node| (($ $ |#1| $) NIL T ELT)) (|members| #15=((#16=(|List| |#1|) $) NIL T ELT)) (|member?| ((#3# |#1| $) NIL #4# ELT)) (|map!| #17=(($ (|Mapping| |#1| |#1|) $) NIL T ELT)) (|map| #17#) (|left| (#12# NIL T ELT)) (|leaves| #15#) (|leaf?| #18=(#19=(#3# $) NIL T ELT)) (|latex| (((|String|) $) NIL #20=(|has| |#1| (|SetCategory|)) ELT)) (|insert!| (($ |#1| $) 15 T ELT)) (|hash| (((|SingleInteger|) $) NIL #20# ELT)) (|find| (((|Union| |#1| "failed") #21=(|Mapping| #3# |#1|) $) NIL T ELT)) (|every?| #22=((#3# #21# $) NIL T ELT)) (|eval| (($ $ (|List| #23=(|Equation| |#1|))) NIL #24=(AND (|has| |#1| (|Evalable| |#1|)) #20#) ELT) (($ $ #23#) NIL #24# ELT) (($ $ |#1| |#1|) NIL #24# ELT) (($ $ #16# #16#) NIL #24# ELT)) (|eq?| (#2# NIL T ELT)) (|empty?| (#19# 17 T ELT)) (|empty| (#11# 11 T ELT)) (|elt| ((|#1| $ #7#) NIL T ELT) (($ $ #8#) NIL T ELT) (($ $ #9#) NIL T ELT)) (|distance| (((|Integer|) $ $) NIL T ELT)) (|cyclic?| #18#) (|count| ((#25=(|NonNegativeInteger|) |#1| $) NIL #4# ELT) ((#25# #21# $) NIL T ELT)) (|copy| (#12# 20 T ELT)) (|coerce| ((#26=(|OutputForm|) $) NIL (|has| |#1| (|CoercibleTo| #26#)) ELT)) (|children| #14#) (|child?| #1#) (|binaryTournament| (($ #16#) 16 T ELT)) (|before?| #1#) (|any?| #22#) (= #1#) (|#| ((#25# $) NIL T ELT)))
(((|BinaryTournament| |#1|) (|Join| (|BinaryTreeCategory| |#1|) (CATEGORY |domain| (SIGNATURE |binaryTournament| ($ (|List| |#1|))) (SIGNATURE |insert!| ($ |#1| $)))) (|OrderedSet|)) (T |BinaryTournament|))
((|binaryTournament| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *3 #1=(|OrderedSet|)) (|isDomain| *1 (|BinaryTournament| *3)))) (|insert!| (*1 *1 *2 *1) (AND (|isDomain| *1 (|BinaryTournament| *2)) (|ofCategory| *2 #1#))))
@@ -302,16 +302,16 @@ NIL
((~= #1=(#2=((|Boolean|) $ $) NIL T ELT)) (|unknownEndian| (#3=($) 6 T CONST)) (|littleEndian| (#3# 7 T CONST)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|coerce| (((|OutputForm|) $) 14 T ELT)) (|bigEndian| (#3# 8 T CONST)) (|before?| #1#) (= (#2# 10 T ELT)))
(((|ByteOrder|) (|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |littleEndian| #1=($) |constant|) (SIGNATURE |bigEndian| #1# |constant|) (SIGNATURE |unknownEndian| #1# |constant|)))) (T |ByteOrder|))
((|littleEndian| #1=(*1 *1) #2=(|isDomain| *1 (|ByteOrder|))) (|bigEndian| #1# #2#) (|unknownEndian| #1# #2#))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| ((#2# $ $) 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| (#1# 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT)))
(((|CancellationAbelianMonoid|) (|Category|)) (T |CancellationAbelianMonoid|))
((|subtractIfCan| (*1 *2 *1 *1) (AND (|isDomain| *2 (|Maybe| *1)) (|ofCategory| *1 (|CancellationAbelianMonoid|)))))
(|Join| (|AbelianMonoid|) (CATEGORY |domain| (SIGNATURE |subtractIfCan| ((|Maybe| $) $ $))))
-(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|setPosition| (((|Void|) $ (|NonNegativeInteger|)) 17 T ELT)) (|position| (((|NonNegativeInteger|) $) 18 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
+(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|setPosition| (((|Void|) $ #2=(|NonNegativeInteger|)) 17 T ELT)) (|position| ((#2# $) 18 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
(((|CachableSet|) (|Category|)) (T |CachableSet|))
-((|position| (*1 *2 *1) (AND (|ofCategory| *1 (|CachableSet|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|setPosition| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|CachableSet|)) (|isDomain| *3 (|NonNegativeInteger|)) (|isDomain| *2 (|Void|)))))
-(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |position| ((|NonNegativeInteger|) $)) (SIGNATURE |setPosition| ((|Void|) $ (|NonNegativeInteger|)))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|position| (*1 *2 *1) (AND #1=(|ofCategory| *1 (|CachableSet|)) (|isDomain| *2 #2=(|NonNegativeInteger|)))) (|setPosition| (*1 *2 *1 *3) (AND #1# (|isDomain| *3 #2#) (|isDomain| *2 (|Void|)))))
+(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |position| (#1=(|NonNegativeInteger|) $)) (SIGNATURE |setPosition| ((|Void|) $ #1#))))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(((|Boolean|) $ $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|coerce| (((|OutputForm|) $) 18 T ELT) (($ #2=(|Syntax|)) NIL T ELT) ((#2# $) NIL T ELT)) (|body| (((|List| (|SpadAst|)) $) 12 T ELT)) (|before?| #1#) (= #1#))
(((|CapsuleAst|) (|Join| (|SpadSyntaxCategory|) (CATEGORY |domain| (SIGNATURE |body| ((|List| (|SpadAst|)) $))))) (T |CapsuleAst|))
((|body| (*1 *2 *1) (AND (|isDomain| *2 (|List| (|SpadAst|))) (|isDomain| *1 (|CapsuleAst|)))))
@@ -342,26 +342,26 @@ NIL
((|splitDenominator| (((|Record| (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 17 T ELT)) (|commonDenominator| ((|#1| |#3|) 9 T ELT)) (|clearDenominator| ((|#3| |#3|) 15 T ELT)))
(((|CommonDenominator| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |commonDenominator| (|#1| |#3|)) (SIGNATURE |clearDenominator| (|#3| |#3|)) (SIGNATURE |splitDenominator| ((|Record| (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (|IntegralDomain|) (|QuotientFieldCategory| |#1|) (|FiniteLinearAggregate| |#2|)) (T |CommonDenominator|))
((|splitDenominator| #1=(*1 *2 *3) (AND (|ofCategory| *4 #2=(|IntegralDomain|)) (|ofCategory| *5 (|QuotientFieldCategory| *4)) (|isDomain| *2 (|Record| (|:| |num| *3) (|:| |den| *4))) (|isDomain| *1 (|CommonDenominator| *4 *5 *3)) (|ofCategory| *3 (|FiniteLinearAggregate| *5)))) (|clearDenominator| (*1 *2 *2) (AND (|ofCategory| *3 #2#) (|ofCategory| *4 (|QuotientFieldCategory| *3)) (|isDomain| *1 (|CommonDenominator| *3 *4 *2)) (|ofCategory| *2 #3=(|FiniteLinearAggregate| *4)))) (|commonDenominator| #1# (AND (|ofCategory| *4 (|QuotientFieldCategory| *2)) (|ofCategory| *2 #2#) (|isDomain| *1 (|CommonDenominator| *2 *4 *3)) (|ofCategory| *3 #3#))))
-((|permutation| (($ $ $) 8 T ELT)) (|factorial| (($ $) 7 T ELT)) (|binomial| (($ $ $) 6 T ELT)))
+((|permutation| (#1=($ $ $) 8 T ELT)) (|factorial| (($ $) 7 T ELT)) (|binomial| (#1# 6 T ELT)))
(((|CombinatorialFunctionCategory|) (|Category|)) (T |CombinatorialFunctionCategory|))
-((|permutation| (*1 *1 *1 *1) (|ofCategory| *1 (|CombinatorialFunctionCategory|))) (|factorial| (*1 *1 *1) (|ofCategory| *1 (|CombinatorialFunctionCategory|))) (|binomial| (*1 *1 *1 *1) (|ofCategory| *1 (|CombinatorialFunctionCategory|))))
-(|Join| (CATEGORY |domain| (SIGNATURE |binomial| ($ $ $)) (SIGNATURE |factorial| ($ $)) (SIGNATURE |permutation| ($ $ $))))
+((|permutation| #1=(*1 *1 *1 *1) #2=(|ofCategory| *1 (|CombinatorialFunctionCategory|))) (|factorial| (*1 *1 *1) #2#) (|binomial| #1# #2#))
+(|Join| (CATEGORY |domain| (SIGNATURE |binomial| #1=($ $ $)) (SIGNATURE |factorial| ($ $)) (SIGNATURE |permutation| #1#)))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|verticalTab| (#4=($) 30 T CONST)) (|upperCase?| (#5=(#3# $) 42 T ELT)) (|upperCase| (#6=($ $) 52 T ELT)) (|underscore| (#4# 23 T CONST)) (|space| (#4# 21 T CONST)) (|size| ((#7=(|NonNegativeInteger|)) 13 T ELT)) (|random| (#4# 20 T ELT)) (|quote| (#4# 22 T CONST)) (|ord| ((#7# $) 17 T ELT)) (|newline| (#4# 24 T CONST)) (|min| #8=(($ $ $) NIL T ELT) #9=(#4# NIL T CONST)) (|max| #8# #9#) (|lowerCase?| (#5# 44 T ELT)) (|lowerCase| (#6# 53 T ELT)) (|lookup| ((#10=(|PositiveInteger|) $) 18 T ELT)) (|linefeed| (#4# 26 T CONST)) (|latex| ((#11=(|String|) $) 50 T ELT)) (|index| (($ #10#) 16 T ELT)) (|horizontalTab| (#4# 29 T CONST)) (|hexDigit?| (#5# 40 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|formfeed| (#4# 27 T CONST)) (|escape| (#4# 31 T CONST)) (|digit?| (#5# 38 T ELT)) (|coerce| (((|OutputForm|) $) 33 T ELT)) (|char| (($ #7#) 14 T ELT) (($ #11#) 51 T ELT)) (|carriageReturn| (#4# 25 T CONST)) (|before?| #1#) (|backspace| (#4# 28 T CONST)) (|alphanumeric?| (#5# 48 T ELT)) (|alphabetic?| (#5# 46 T ELT)) (>= (#2# 11 T ELT)) (> (#2# 9 T ELT)) (= (#2# 7 T ELT)) (<= (#2# 10 T ELT)) (< (#2# 8 T ELT)))
(((|Character|) (|Join| (|OrderedFinite|) (CATEGORY |domain| (SIGNATURE |ord| (#1=(|NonNegativeInteger|) $)) (SIGNATURE |char| ($ #1#)) (SIGNATURE |char| ($ (|String|))) (SIGNATURE |space| #2=($) |constant|) (SIGNATURE |quote| #2# |constant|) (SIGNATURE |underscore| #2# |constant|) (SIGNATURE |newline| #2# |constant|) (SIGNATURE |carriageReturn| #2# |constant|) (SIGNATURE |linefeed| #2# |constant|) (SIGNATURE |formfeed| #2# |constant|) (SIGNATURE |backspace| #2# |constant|) (SIGNATURE |horizontalTab| #2# |constant|) (SIGNATURE |verticalTab| #2# |constant|) (SIGNATURE |escape| #2# |constant|) (SIGNATURE |upperCase| #3=($ $)) (SIGNATURE |lowerCase| #3#) (SIGNATURE |digit?| #4=((|Boolean|) $)) (SIGNATURE |hexDigit?| #4#) (SIGNATURE |alphabetic?| #4#) (SIGNATURE |upperCase?| #4#) (SIGNATURE |lowerCase?| #4#) (SIGNATURE |alphanumeric?| #4#)))) (T |Character|))
((|ord| #1=(*1 *2 *1) #2=(AND (|isDomain| *2 (|NonNegativeInteger|)) #3=(|isDomain| *1 (|Character|)))) (|char| #4=(*1 *1 *2) #2#) (|char| #4# (AND (|isDomain| *2 (|String|)) #3#)) (|space| #5=(*1 *1) #3#) (|quote| #5# #3#) (|underscore| #5# #3#) (|newline| #5# #3#) (|carriageReturn| #5# #3#) (|linefeed| #5# #3#) (|formfeed| #5# #3#) (|backspace| #5# #3#) (|horizontalTab| #5# #3#) (|verticalTab| #5# #3#) (|escape| #5# #3#) (|upperCase| #6=(*1 *1 *1) #3#) (|lowerCase| #6# #3#) (|digit?| #1# #7=(AND (|isDomain| *2 (|Boolean|)) #3#)) (|hexDigit?| #1# #7#) (|alphabetic?| #1# #7#) (|upperCase?| #1# #7#) (|lowerCase?| #1# #7#) (|alphanumeric?| #1# #7#))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT)) (|charthRoot| (((|Maybe| $) $) 48 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| ((#4=(|Maybe| $) $ $) 26 T ELT)) (|sample| (#5=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #6=(|Integer|)) 42 T ELT)) (|charthRoot| ((#4# $) 48 T ELT)) (|characteristic| ((#7=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (#5# 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#8=($ $ $) 29 T ELT)) (+ (#8# 18 T ELT)) (** (($ $ #9=(|PositiveInteger|)) 36 T ELT) (($ $ #7#) 44 T ELT)) (* (($ #9# $) 17 T ELT) (($ #7# $) 21 T ELT) (($ #6# $) 31 T ELT) (#8# 35 T ELT)))
(((|CharacteristicNonZero|) (|Category|)) (T |CharacteristicNonZero|))
((|charthRoot| (*1 *2 *1) (AND (|isDomain| *2 (|Maybe| *1)) (|ofCategory| *1 (|CharacteristicNonZero|)))))
(|Join| (|Ring|) (CATEGORY |domain| (SIGNATURE |charthRoot| ((|Maybe| $) $))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|characteristicPolynomial| ((|#1| (|Matrix| |#1|) |#1|) 19 T ELT)))
(((|CharacteristicPolynomialPackage| |#1|) (CATEGORY |package| (SIGNATURE |characteristicPolynomial| (|#1| (|Matrix| |#1|) |#1|))) (|CommutativeRing|)) (T |CharacteristicPolynomialPackage|))
((|characteristicPolynomial| (*1 *2 *3 *2) (AND (|isDomain| *3 (|Matrix| *2)) (|ofCategory| *2 (|CommutativeRing|)) (|isDomain| *1 (|CharacteristicPolynomialPackage| *2)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#4=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #5=(|Integer|)) 42 T ELT)) (|characteristic| ((#6=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (#4# 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#7=($ $ $) 29 T ELT)) (+ (#7# 18 T ELT)) (** (($ $ #8=(|PositiveInteger|)) 36 T ELT) (($ $ #6#) 44 T ELT)) (* (($ #8# $) 17 T ELT) (($ #6# $) 21 T ELT) (($ #5# $) 31 T ELT) (#7# 35 T ELT)))
(((|CharacteristicZero|) (|Category|)) (T |CharacteristicZero|))
NIL
(|Join| (|Ring|))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|rootPoly| (((|Record| (|:| |exponent| #1=(|NonNegativeInteger|)) #2=(|:| |coef| #3=(|Fraction| |#2|)) (|:| |radicand| |#2|)) #3# #1#) 76 T ELT)) (|radPoly| (((|Union| (|Record| (|:| |radicand| #3#) #4=(|:| |deg| #1#)) "failed") |#3|) 56 T ELT)) (|mkIntegral| (((|Record| #2# #5=(|:| |poly| |#3|)) |#3|) 41 T ELT)) (|goodPoint| ((|#1| |#3| |#3|) 44 T ELT)) (|eval| ((|#3| |#3| #3# #3#) 20 T ELT)) (|chvar| (((|Record| (|:| |func| |#3|) #5# (|:| |c1| #3#) (|:| |c2| #3#) #4#) |#3| |#3|) 53 T ELT)))
(((|ChangeOfVariable| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |mkIntegral| ((|Record| #1=(|:| |coef| #2=(|Fraction| |#2|)) #3=(|:| |poly| |#3|)) |#3|)) (SIGNATURE |radPoly| ((|Union| (|Record| (|:| |radicand| #2#) #4=(|:| |deg| #5=(|NonNegativeInteger|))) "failed") |#3|)) (SIGNATURE |rootPoly| ((|Record| (|:| |exponent| #5#) #1# (|:| |radicand| |#2|)) #2# #5#)) (SIGNATURE |goodPoint| (|#1| |#3| |#3|)) (SIGNATURE |eval| (|#3| |#3| #2# #2#)) (SIGNATURE |chvar| ((|Record| (|:| |func| |#3|) #3# (|:| |c1| #2#) (|:| |c2| #2#) #4#) |#3| |#3|))) (|UniqueFactorizationDomain|) (|UnivariatePolynomialCategory| |#1|) (|UnivariatePolynomialCategory| #2#)) (T |ChangeOfVariable|))
((|chvar| #1=(*1 *2 *3 *3) (AND #2=(|ofCategory| *4 #3=(|UniqueFactorizationDomain|)) #4=(|ofCategory| *5 (|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|Record| (|:| |func| *3) #5=(|:| |poly| *3) (|:| |c1| #6=(|Fraction| *5)) (|:| |c2| #6#) #7=(|:| |deg| #8=(|NonNegativeInteger|)))) #9=(|isDomain| *1 (|ChangeOfVariable| *4 *5 *3)) #10=(|ofCategory| *3 (|UnivariatePolynomialCategory| #6#)))) (|eval| (*1 *2 *2 *3 *3) (AND (|isDomain| *3 #6#) #2# #4# (|isDomain| *1 (|ChangeOfVariable| *4 *5 *2)) (|ofCategory| *2 #11=(|UnivariatePolynomialCategory| *3)))) (|goodPoint| #1# (AND (|ofCategory| *4 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *2 #3#) (|isDomain| *1 (|ChangeOfVariable| *2 *4 *3)) (|ofCategory| *3 (|UnivariatePolynomialCategory| (|Fraction| *4))))) (|rootPoly| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Fraction| *6)) (|ofCategory| *5 #3#) (|ofCategory| *6 (|UnivariatePolynomialCategory| *5)) (|isDomain| *2 (|Record| (|:| |exponent| #8#) (|:| |coef| *3) (|:| |radicand| *6))) (|isDomain| *1 (|ChangeOfVariable| *5 *6 *7)) (|isDomain| *4 #8#) (|ofCategory| *7 #11#))) (|radPoly| #12=(*1 *2 *3) (|partial| AND #2# #4# (|isDomain| *2 (|Record| (|:| |radicand| #6#) #7#)) #9# #10#)) (|mkIntegral| #12# (AND #2# #4# (|isDomain| *2 (|Record| (|:| |coef| #6#) #5#)) #9# #10#)))
@@ -371,11 +371,11 @@ NIL
((|select| (#1=($ (|Mapping| (|Boolean|) |#2|) $) 16 T ELT)) (|removeDuplicates| (($ $) 21 T ELT)) (|remove| (#1# 14 T ELT) (($ |#2| $) 19 T ELT)))
(((|Collection&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |removeDuplicates| (|#1| |#1|)) (SIGNATURE |remove| (|#1| |#2| |#1|)) (SIGNATURE |select| #1=(|#1| (|Mapping| (|Boolean|) |#2|) |#1|)) (SIGNATURE |remove| #1#)) (|Collection| |#2|) (|Type|)) (T |Collection&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|select| (($ (|Mapping| (|Boolean|) |#1|) $) 38 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#3=($) 6 T CONST)) (|removeDuplicates| (($ $) 36 (AND (|has| |#1| (|BasicType|)) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove| (($ (|Mapping| (|Boolean|) |#1|) $) 39 (|has| $ (|FiniteAggregate| |#1|)) ELT) (($ |#1| $) 37 (AND (|has| |#1| (|BasicType|)) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #4=((|SetCategory|))) ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #4#) ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #4#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #4#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #4#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #4#)) ELT)) (|eq?| ((#5=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#5# $) 7 T ELT)) (|empty| (#3# 8 T ELT)) (|copy| (($ $) 9 T ELT)) (|convert| (((|InputForm|) $) 35 (|has| |#1| (|ConvertibleTo| (|InputForm|))) ELT)) (|construct| (($ (|List| |#1|)) 40 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|select| (#4=($ (|Mapping| #2# |#1|) $) 38 #5=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#6=($) 6 T CONST)) (|removeDuplicates| (#7=($ $) 36 #8=(AND #3# #5#) ELT)) (|remove| (#4# 39 #5# ELT) (($ |#1| $) 37 #8# ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|latex| (((|String|) $) 21 #9=(|has| |#1| (|SetCategory|)) ELT)) (|hash| (((|SingleInteger|) $) 20 #9# ELT)) (|eval| (($ $ (|List| #10=(|Equation| |#1|))) 25 #11=(AND (|has| |#1| (|Evalable| |#1|)) #9#) ELT) (($ $ #10#) 24 #11# ELT) (($ $ |#1| |#1|) 23 #11# ELT) (($ $ #12=(|List| |#1|) #12#) 22 #11# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#6# 8 T ELT)) (|copy| (#7# 9 T ELT)) (|convert| ((#13=(|InputForm|) $) 35 (|has| |#1| (|ConvertibleTo| #13#)) ELT)) (|construct| (($ #12#) 40 T ELT)) (|coerce| ((#14=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #14#)) ELT)) (|before?| (#1# 19 #3# ELT)) (= (#1# 17 #3# ELT)))
(((|Collection| |#1|) (|Category|) (|Type|)) (T |Collection|))
-((|construct| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *3 (|Type|)) (|ofCategory| *1 (|Collection| *3)))) (|remove| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| (|Boolean|) *3)) (|ofCategory| *1 (|FiniteAggregate| *3)) (|ofCategory| *1 (|Collection| *3)) (|ofCategory| *3 (|Type|)))) (|select| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| (|Boolean|) *3)) (|ofCategory| *1 (|FiniteAggregate| *3)) (|ofCategory| *1 (|Collection| *3)) (|ofCategory| *3 (|Type|)))) (|remove| (*1 *1 *2 *1) (AND (|ofCategory| *1 (|FiniteAggregate| *2)) (|ofCategory| *1 (|Collection| *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|BasicType|)))) (|removeDuplicates| (*1 *1 *1) (AND (|ofCategory| *1 (|FiniteAggregate| *2)) (|ofCategory| *1 (|Collection| *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|BasicType|)))))
-(|Join| (|HomogeneousAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |construct| ($ (|List| |t#1|))) (IF (|has| $ (|FiniteAggregate| |t#1|)) (PROGN (SIGNATURE |remove| ($ (|Mapping| (|Boolean|) |t#1|) $)) (SIGNATURE |select| ($ (|Mapping| (|Boolean|) |t#1|) $)) (IF (|has| |t#1| (|BasicType|)) (PROGN (SIGNATURE |remove| ($ |t#1| $)) (SIGNATURE |removeDuplicates| ($ $))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (|ConvertibleTo| (|InputForm|))) (ATTRIBUTE (|ConvertibleTo| (|InputForm|))) |%noBranch|)))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T))
+((|construct| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) #1=(|ofCategory| *3 #2=(|Type|)) #3=(|ofCategory| *1 (|Collection| *3)))) (|remove| #4=(*1 *1 *2 *1) #5=(AND (|isDomain| *2 (|Mapping| (|Boolean|) *3)) (|ofCategory| *1 (|FiniteAggregate| *3)) #3# #1#)) (|select| #4# #5#) (|remove| #4# #6=(AND (|ofCategory| *1 (|FiniteAggregate| *2)) (|ofCategory| *1 (|Collection| *2)) (|ofCategory| *2 #2#) (|ofCategory| *2 (|BasicType|)))) (|removeDuplicates| (*1 *1 *1) #6#))
+(|Join| (|HomogeneousAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |construct| ($ (|List| |t#1|))) (IF (|has| $ (|FiniteAggregate| |t#1|)) (PROGN (SIGNATURE |remove| #1=($ (|Mapping| (|Boolean|) |t#1|) $)) (SIGNATURE |select| #1#) (IF (|has| |t#1| (|BasicType|)) (PROGN (SIGNATURE |remove| ($ |t#1| $)) (SIGNATURE |removeDuplicates| ($ $))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| #2=(|ConvertibleTo| (|InputForm|))) (ATTRIBUTE #2#) |%noBranch|)))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| #4=((#3# $) NIL T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|sample| (#5=($) NIL T CONST)) (|recip| (((|Union| $ "failed") $) 113 T ELT)) (|opposite?| #1#) (|one?| #4#) (|monomial| (($ |#2| #6=(|List| #7=(|PositiveInteger|))) 72 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|e| (($ #7#) 58 T ELT)) (|dimension| (((|CardinalNumber|)) 23 T ELT)) (|coerce| (((|OutputForm|) $) 88 T ELT) (($ #8=(|Integer|)) 54 T ELT) (($ |#2|) 55 T ELT)) (|coefficient| ((|#2| $ #6#) 75 T ELT)) (|characteristic| ((#9=(|NonNegativeInteger|)) 20 T CONST)) (|before?| #1#) (|annihilate?| #1#) (|Zero| (#5# 48 T CONST)) (|One| (#5# 52 T CONST)) (= (#2# 34 T ELT)) (/ #10=(($ $ |#2|) NIL T ELT)) (- (($ $) 43 T ELT) (#11=($ $ $) 41 T ELT)) (+ (#11# 39 T ELT)) (** (($ $ #7#) NIL T ELT) (($ $ #9#) NIL T ELT)) (* (($ #7# $) NIL T ELT) (($ #9# $) NIL T ELT) (($ #8# $) 45 T ELT) (#11# 64 T ELT) (($ |#2| $) 47 T ELT) #10#))
(((|CliffordAlgebra| |#1| |#2| |#3|) (|Join| (|Ring|) (|Algebra| |#2|) (|VectorSpace| |#2|) (CATEGORY |domain| (SIGNATURE |e| ($ #1=(|PositiveInteger|))) (SIGNATURE |monomial| ($ |#2| #2=(|List| #1#))) (SIGNATURE |coefficient| (|#2| $ #2#)))) #1# (|Field|) (|QuadraticForm| |#1| |#2|)) (T |CliffordAlgebra|))
((|e| (*1 *1 *2) (AND (|isDomain| *2 #1=(|PositiveInteger|)) (|isDomain| *1 (|CliffordAlgebra| *3 *4 *5)) (|ofType| *3 *2) (|ofCategory| *4 #2=(|Field|)) (|ofType| *5 (|QuadraticForm| *3 *4)))) (|monomial| (*1 *1 *2 *3) (AND #3=(|isDomain| *3 (|List| #1#)) #4=(|isDomain| *1 (|CliffordAlgebra| *4 *2 *5)) #5=(|ofType| *4 #1#) #6=(|ofCategory| *2 #2#) #7=(|ofType| *5 (|QuadraticForm| *4 *2)))) (|coefficient| (*1 *2 *1 *3) (AND #3# #6# #4# #5# #7#)))
@@ -400,10 +400,10 @@ NIL
((|stirling2| (#1=(|#1| |#1| |#1|) 66 T ELT)) (|stirling1| (#1# 63 T ELT)) (|permutation| (#1# 57 T ELT)) (|partition| (#2=(|#1| |#1|) 43 T ELT)) (|multinomial| ((|#1| |#1| (|List| |#1|)) 55 T ELT)) (|factorial| (#2# 47 T ELT)) (|binomial| (#1# 51 T ELT)))
(((|IntegerCombinatoricFunctions| |#1|) (CATEGORY |package| (SIGNATURE |binomial| #1=(|#1| |#1| |#1|)) (SIGNATURE |factorial| #2=(|#1| |#1|)) (SIGNATURE |multinomial| (|#1| |#1| (|List| |#1|))) (SIGNATURE |partition| #2#) (SIGNATURE |permutation| #1#) (SIGNATURE |stirling1| #1#) (SIGNATURE |stirling2| #1#)) (|IntegerNumberSystem|)) (T |IntegerCombinatoricFunctions|))
((|stirling2| #1=(*1 *2 *2 *2) #2=(AND #3=(|isDomain| *1 (|IntegerCombinatoricFunctions| *2)) #4=(|ofCategory| *2 (|IntegerNumberSystem|)))) (|stirling1| #1# #2#) (|permutation| #1# #2#) (|partition| #5=(*1 *2 *2) #2#) (|multinomial| (*1 *2 *2 *3) (AND (|isDomain| *3 (|List| *2)) #4# #3#)) (|factorial| #5# #2#) (|binomial| #1# #2#))
-((|summation| (($ $ (|Symbol|)) 12 T ELT) (($ $ (|SegmentBinding| $)) 11 T ELT)) (|product| (($ $ (|Symbol|)) 10 T ELT) (($ $ (|SegmentBinding| $)) 9 T ELT)) (|permutation| (#1=($ $ $) 8 T ELT)) (|factorials| (($ $) 14 T ELT) (($ $ (|Symbol|)) 13 T ELT)) (|factorial| (($ $) 7 T ELT)) (|binomial| (#1# 6 T ELT)))
+((|summation| (#1=($ $ (|Symbol|)) 12 T ELT) (#2=($ $ (|SegmentBinding| $)) 11 T ELT)) (|product| (#1# 10 T ELT) (#2# 9 T ELT)) (|permutation| (#3=($ $ $) 8 T ELT)) (|factorials| (#4=($ $) 14 T ELT) (#1# 13 T ELT)) (|factorial| (#4# 7 T ELT)) (|binomial| (#3# 6 T ELT)))
(((|CombinatorialOpsCategory|) (|Category|)) (T |CombinatorialOpsCategory|))
-((|factorials| (*1 *1 *1) (|ofCategory| *1 (|CombinatorialOpsCategory|))) (|factorials| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|CombinatorialOpsCategory|)) (|isDomain| *2 (|Symbol|)))) (|summation| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|CombinatorialOpsCategory|)) (|isDomain| *2 (|Symbol|)))) (|summation| (*1 *1 *1 *2) (AND (|isDomain| *2 (|SegmentBinding| *1)) (|ofCategory| *1 (|CombinatorialOpsCategory|)))) (|product| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|CombinatorialOpsCategory|)) (|isDomain| *2 (|Symbol|)))) (|product| (*1 *1 *1 *2) (AND (|isDomain| *2 (|SegmentBinding| *1)) (|ofCategory| *1 (|CombinatorialOpsCategory|)))))
-(|Join| (|CombinatorialFunctionCategory|) (CATEGORY |domain| (SIGNATURE |factorials| ($ $)) (SIGNATURE |factorials| ($ $ (|Symbol|))) (SIGNATURE |summation| ($ $ (|Symbol|))) (SIGNATURE |summation| ($ $ (|SegmentBinding| $))) (SIGNATURE |product| ($ $ (|Symbol|))) (SIGNATURE |product| ($ $ (|SegmentBinding| $)))))
+((|factorials| (*1 *1 *1) #1=(|ofCategory| *1 (|CombinatorialOpsCategory|))) (|factorials| #2=(*1 *1 *1 *2) #3=(AND #1# (|isDomain| *2 (|Symbol|)))) (|summation| #2# #3#) (|summation| #2# #4=(AND (|isDomain| *2 (|SegmentBinding| *1)) #1#)) (|product| #2# #3#) (|product| #2# #4#))
+(|Join| (|CombinatorialFunctionCategory|) (CATEGORY |domain| (SIGNATURE |factorials| ($ $)) (SIGNATURE |factorials| #1=($ $ (|Symbol|))) (SIGNATURE |summation| #1#) (SIGNATURE |summation| #2=($ $ (|SegmentBinding| $))) (SIGNATURE |product| #1#) (SIGNATURE |product| #2#)))
(((|CombinatorialFunctionCategory|) . T))
((~= #1=(#2=((|Boolean|) $ $) NIL T ELT)) (|mkcomm| (($ (|Integer|)) 15 T ELT) (($ $ $) 16 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|coerce| (((|OutputForm|) $) 19 T ELT)) (|before?| #1#) (= (#2# 11 T ELT)))
(((|Commutator|) (|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |mkcomm| ($ (|Integer|))) (SIGNATURE |mkcomm| ($ $ $))))) (T |Commutator|))
@@ -424,15 +424,15 @@ NIL
(((|CommutativeOperatorCategory| |#1|) (|Category|) (|BasicType|)) (T |CommutativeOperatorCategory|))
NIL
(|Join| (|BinaryOperatorCategory| |t#1|) (CATEGORY |domain| (ATTRIBUTE (|%Rule| |commutativity| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |t#1|) (|:| |y| |t#1|)) (= (|f| |x| |y|) (|f| |y| |x|)))))))
-(((|BinaryOperatorCategory| |#1|) . T) ((|MappingCategory| |#1| |#1| |#1|) . T) ((|Type|) . T))
+(((|BinaryOperatorCategory| |#1|) . T) ((|MappingCategory| |#1| |#1| |#1|) . T))
((|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 222 T ELT)) (|trace| (#1=(|#2| $) 102 T ELT)) (|tanh| (#2=($ $) 255 T ELT)) (|tan| (#2# 249 T ELT)) (|solveLinearPolynomialEquation| (((|Union| #3=(|List| #4=(|SparseUnivariatePolynomial| $)) #5="failed") #3# #4#) 47 T ELT)) (|sinh| (#2# 253 T ELT)) (|sin| (#2# 247 T ELT)) (|retractIfCan| (((|Union| #6=(|Integer|) #5#) $) NIL T ELT) (#7=((|Union| #8=(|Fraction| #6#) #5#) $) NIL T ELT) (((|Union| |#2| #5#) $) 146 T ELT)) (|retract| ((#6# $) NIL T ELT) (#9=(#8# $) NIL T ELT) (#1# 144 T ELT)) (|rem| (#10=($ $ $) 228 T ELT)) (|reducedSystem| ((#11=(|Matrix| #6#) #12=(|Matrix| $)) NIL T ELT) (((|Record| (|:| |mat| #11#) (|:| |vec| (|Vector| #6#))) #12# #13=(|Vector| $)) NIL T ELT) (((|Record| (|:| |mat| #14=(|Matrix| |#2|)) (|:| |vec| #15=(|Vector| |#2|))) #12# #13#) 160 T ELT) ((#14# #12#) 154 T ELT)) (|reduce| (#16=($ #17=(|SparseUnivariatePolynomial| |#2|)) 125 T ELT) ((#18=(|Union| $ #5#) (|Fraction| #17#)) NIL T ELT)) (|recip| ((#18# $) 213 T ELT)) (|rationalIfCan| (#7# 203 T ELT)) (|rational?| ((#19=(|Boolean|) $) 198 T ELT)) (|rational| (#9# 201 T ELT)) (|rank| ((#20=(|PositiveInteger|)) 96 T ELT)) (|quo| (#10# 230 T ELT)) (|polarCoordinates| (((|Record| (|:| |r| |#2|) (|:| |phi| |#2|)) $) 267 T ELT)) (|pi| (#21=($) 244 T ELT)) (|patternMatch| ((#22=(|PatternMatchResult| #6# $) $ #23=(|Pattern| #6#) #22#) 192 T ELT) ((#24=(|PatternMatchResult| #25=(|Float|) $) $ #26=(|Pattern| #25#) #24#) 197 T ELT)) (|norm| (#1# 100 T ELT)) (|minimalPolynomial| (#27=(#17# $) 127 T ELT)) (|map| (($ #28=(|Mapping| |#2| |#2|) $) 108 T ELT)) (|log| (#2# 246 T ELT)) (|lift| (#27# 126 T ELT)) (|inv| (#2# 206 T ELT)) (|imaginary| (#21# 103 T ELT)) (|factorSquareFreePolynomial| (#29=((|Factored| #4#) #4#) 95 T ELT)) (|factorPolynomial| (#29# 64 T ELT)) (|exquo| ((#18# $ |#2|) 208 T ELT) ((#18# $ $) 211 T ELT)) (|exp| (#2# 245 T ELT)) (|euclideanSize| ((#30=(|NonNegativeInteger|) $) 225 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 234 T ELT)) (|discriminant| ((|#2| #13#) NIL T ELT) ((|#2|) 98 T ELT)) (|differentiate| (($ $ #28#) 119 T ELT) (($ $ #28# #30#) NIL T ELT) #31=(($ $ #30#) NIL T ELT) #32=(#2# NIL T ELT) (($ $ #33=(|List| #34=(|Symbol|)) (|List| #30#)) NIL T ELT) (($ $ #34# #30#) NIL T ELT) (($ $ #33#) NIL T ELT) (($ $ #34#) NIL T ELT)) (|definingPolynomial| ((#17#) 120 T ELT)) (|cosh| (#2# 254 T ELT)) (|cos| (#2# 248 T ELT)) (|coordinates| ((#15# $ #13#) 136 T ELT) ((#14# #13# #13#) NIL T ELT) (#35=(#15# $) 116 T ELT) ((#14# #13#) NIL T ELT)) (|convert| (#35# NIL T ELT) (($ #15#) NIL T ELT) (#27# NIL T ELT) (#16# NIL T ELT) ((#23# $) 183 T ELT) ((#26# $) 187 T ELT) (((|Complex| #25#) $) 172 T ELT) (((|Complex| (|DoubleFloat|)) $) 167 T ELT) (((|InputForm|) $) 179 T ELT)) (|conjugate| (#2# 104 T ELT)) (|coerce| (((|OutputForm|) $) 143 T ELT) (($ #6#) NIL T ELT) (($ |#2|) NIL T ELT) (($ #8#) NIL T ELT) #32#) (|characteristicPolynomial| (#27# 32 T ELT)) (|characteristic| ((#30#) 106 T CONST)) (|before?| (#36=(#19# $ $) 13 T ELT)) (|atanh| (#2# 258 T ELT)) (|atan| (#2# 252 T ELT)) (|asinh| (#2# 256 T ELT)) (|asin| (#2# 250 T ELT)) (|argument| (#1# 241 T ELT)) (|acosh| (#2# 257 T ELT)) (|acos| (#2# 251 T ELT)) (|abs| (#2# 162 T ELT)) (= (#36# 110 T ELT)) (- (#2# 112 T ELT) #37=(#10# NIL T ELT)) (+ (#10# 111 T ELT)) (** (($ $ #20#) NIL T ELT) #31# (#38=($ $ #8#) 274 T ELT) #37# (($ $ #6#) NIL T ELT)) (* (($ #20# $) NIL T ELT) (($ #30# $) NIL T ELT) (($ #6# $) 118 T ELT) (#10# 147 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 114 T ELT) (($ #8# $) NIL T ELT) (#38# NIL T ELT)))
(((|ComplexCategory&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |differentiate| (|#1| |#1| #1=(|Symbol|))) (SIGNATURE |differentiate| (|#1| |#1| #2=(|List| #1#))) (SIGNATURE |differentiate| (|#1| |#1| #1# #3=(|NonNegativeInteger|))) (SIGNATURE |differentiate| (|#1| |#1| #2# (|List| #3#))) (SIGNATURE |differentiate| #4=(|#1| |#1|)) (SIGNATURE |differentiate| #5=(|#1| |#1| #3#)) (SIGNATURE |coerce| #4#) (SIGNATURE |exquo| (#6=(|Union| |#1| #7="failed") |#1| |#1|)) (SIGNATURE |unitNormal| ((|Record| (|:| |unit| |#1|) (|:| |canonical| |#1|) (|:| |associate| |#1|)) |#1|)) (SIGNATURE |euclideanSize| (#3# |#1|)) (SIGNATURE |divide| ((|Record| (|:| |quotient| |#1|) (|:| |remainder| |#1|)) |#1| |#1|)) (SIGNATURE |quo| #8=(|#1| |#1| |#1|)) (SIGNATURE |rem| #8#) (SIGNATURE |inv| #4#) (SIGNATURE ** (|#1| |#1| #9=(|Integer|))) (SIGNATURE * #10=(|#1| |#1| #11=(|Fraction| #9#))) (SIGNATURE * (|#1| #11# |#1|)) (SIGNATURE |coerce| (|#1| #11#)) (SIGNATURE |convert| ((|InputForm|) |#1|)) (SIGNATURE |convert| ((|Complex| (|DoubleFloat|)) |#1|)) (SIGNATURE |convert| ((|Complex| #12=(|Float|)) |#1|)) (SIGNATURE |tan| #4#) (SIGNATURE |sin| #4#) (SIGNATURE |cos| #4#) (SIGNATURE |acos| #4#) (SIGNATURE |asin| #4#) (SIGNATURE |atan| #4#) (SIGNATURE |cosh| #4#) (SIGNATURE |sinh| #4#) (SIGNATURE |tanh| #4#) (SIGNATURE |acosh| #4#) (SIGNATURE |asinh| #4#) (SIGNATURE |atanh| #4#) (SIGNATURE |log| #4#) (SIGNATURE |exp| #4#) (SIGNATURE ** #8#) (SIGNATURE |pi| #13=(|#1|)) (SIGNATURE ** #10#) (SIGNATURE |factorPolynomial| #14=((|Factored| #15=(|SparseUnivariatePolynomial| |#1|)) #15#)) (SIGNATURE |factorSquareFreePolynomial| #14#) (SIGNATURE |solveLinearPolynomialEquation| ((|Union| #16=(|List| #15#) #7#) #16# #15#)) (SIGNATURE |rationalIfCan| #17=((|Union| #11# #7#) |#1|)) (SIGNATURE |rational| #18=(#11# |#1|)) (SIGNATURE |rational?| (#19=(|Boolean|) |#1|)) (SIGNATURE |polarCoordinates| ((|Record| (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (SIGNATURE |argument| #20=(|#2| |#1|)) (SIGNATURE |abs| #4#) (SIGNATURE |exquo| (#6# |#1| |#2|)) (SIGNATURE |conjugate| #4#) (SIGNATURE |imaginary| #13#) (SIGNATURE |convert| (#21=(|Pattern| #12#) |#1|)) (SIGNATURE |convert| (#22=(|Pattern| #9#) |#1|)) (SIGNATURE |patternMatch| (#23=(|PatternMatchResult| #12# |#1|) |#1| #21# #23#)) (SIGNATURE |patternMatch| (#24=(|PatternMatchResult| #9# |#1|) |#1| #22# #24#)) (SIGNATURE |map| (|#1| #25=(|Mapping| |#2| |#2|) |#1|)) (SIGNATURE |differentiate| (|#1| |#1| #25# #3#)) (SIGNATURE |differentiate| (|#1| |#1| #25#)) (SIGNATURE |reduce| (#6# (|Fraction| #26=(|SparseUnivariatePolynomial| |#2|)))) (SIGNATURE |lift| #27=(#26# |#1|)) (SIGNATURE |convert| #28=(|#1| #26#)) (SIGNATURE |reduce| #28#) (SIGNATURE |definingPolynomial| (#26#)) (SIGNATURE |reducedSystem| (#29=(|Matrix| |#2|) #30=(|Matrix| |#1|))) (SIGNATURE |reducedSystem| ((|Record| (|:| |mat| #29#) (|:| |vec| #31=(|Vector| |#2|))) #30# #32=(|Vector| |#1|))) (SIGNATURE |reducedSystem| ((|Record| (|:| |mat| #33=(|Matrix| #9#)) (|:| |vec| (|Vector| #9#))) #30# #32#)) (SIGNATURE |reducedSystem| (#33# #30#)) (SIGNATURE |retractIfCan| ((|Union| |#2| #7#) |#1|)) (SIGNATURE |retract| #20#) (SIGNATURE |retract| #18#) (SIGNATURE |retractIfCan| #17#) (SIGNATURE |retract| (#9# |#1|)) (SIGNATURE |retractIfCan| ((|Union| #9# #7#) |#1|)) (SIGNATURE |convert| #27#) (SIGNATURE |discriminant| (|#2|)) (SIGNATURE |convert| (|#1| #31#)) (SIGNATURE |convert| #34=(#31# |#1|)) (SIGNATURE |coordinates| (#29# #32#)) (SIGNATURE |coordinates| #34#) (SIGNATURE |minimalPolynomial| #27#) (SIGNATURE |characteristicPolynomial| #27#) (SIGNATURE |discriminant| (|#2| #32#)) (SIGNATURE |coordinates| (#29# #32# #32#)) (SIGNATURE |coordinates| (#31# |#1| #32#)) (SIGNATURE |norm| #20#) (SIGNATURE |trace| #20#) (SIGNATURE |rank| (#35=(|PositiveInteger|))) (SIGNATURE |coerce| (|#1| |#2|)) (SIGNATURE * (|#1| |#2| |#1|)) (SIGNATURE * (|#1| |#1| |#2|)) (SIGNATURE |characteristic| (#3#) |constant|) (SIGNATURE |coerce| (|#1| #9#)) (SIGNATURE |recip| (#6# |#1|)) (SIGNATURE ** #5#) (SIGNATURE * #8#) (SIGNATURE ** (|#1| |#1| #35#)) (SIGNATURE - #8#) (SIGNATURE - #4#) (SIGNATURE * (|#1| #9# |#1|)) (SIGNATURE * (|#1| #3# |#1|)) (SIGNATURE * (|#1| #35# |#1|)) (SIGNATURE + #8#) (SIGNATURE |coerce| ((|OutputForm|) |#1|)) (SIGNATURE |before?| #36=(#19# |#1| |#1|)) (SIGNATURE = #36#)) (|ComplexCategory| |#2|) (|CommutativeRing|)) (T |ComplexCategory&|))
((|characteristic| #1=(*1 *2) (AND #2=(|ofCategory| *4 #3=(|CommutativeRing|)) (|isDomain| *2 (|NonNegativeInteger|)) #4=(|isDomain| *1 (|ComplexCategory&| *3 *4)) #5=(|ofCategory| *3 (|ComplexCategory| *4)))) (|rank| #1# (AND #2# (|isDomain| *2 (|PositiveInteger|)) #4# #5#)) (|discriminant| #1# (AND (|ofCategory| *2 #3#) (|isDomain| *1 (|ComplexCategory&| *3 *2)) (|ofCategory| *3 (|ComplexCategory| *2)))) (|definingPolynomial| #1# (AND #2# (|isDomain| *2 (|SparseUnivariatePolynomial| *4)) #4# #5#)))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 114 (OR (|has| |#1| . #3=((|IntegralDomain|))) (AND (|has| |#1| . #4=((|EuclideanDomain|))) (|has| |#1| . #5=((|PolynomialFactorizationExplicit|))))) ELT)) (|unitCanonical| (($ $) 115 (OR (|has| |#1| . #3#) (AND (|has| |#1| . #4#) (|has| |#1| . #5#))) ELT)) (|unit?| ((#6=(|Boolean|) $) 117 (OR (|has| |#1| . #3#) (AND (|has| |#1| . #4#) (|has| |#1| . #5#))) ELT)) (|traceMatrix| (((|Matrix| |#1|) #7=(|Vector| $)) 62 T ELT) (((|Matrix| |#1|)) 77 T ELT)) (|trace| ((|#1| . #8=($)) 68 T ELT)) (|tanh| (#9=($ $) 250 (|has| |#1| . #10=((|TranscendentalFunctionCategory|))) ELT)) (|tan| (#11=($ $) 233 (|has| |#1| . #10#) ELT)) (|tableForDiscreteLogarithm| (((|Table| #12=(|PositiveInteger|) #13=(|NonNegativeInteger|)) #14=(|Integer|)) 167 (|has| |#1| . #15=((|FiniteFieldCategory|))) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePolynomial| (#16=((|Factored| #17=(|SparseUnivariatePolynomial| $)) #17#) 264 (AND (|has| |#1| . #4#) (|has| |#1| . #5#)) ELT)) (|squareFreePart| (($ $) 134 (OR (AND (|has| |#1| . #4#) (|has| |#1| . #5#)) (|has| |#1| . #18=((|Field|)))) ELT)) (|squareFree| (#19=((|Factored| $) $) 135 (OR (AND (|has| |#1| . #4#) (|has| |#1| . #5#)) (|has| |#1| . #18#)) ELT)) (|sqrt| (($ $) 263 (AND (|has| |#1| . #20=((|RadicalCategory|))) (|has| |#1| . #21=((|TranscendentalFunctionCategory|)))) ELT)) (|solveLinearPolynomialEquation| (((|Union| #22=(|List| #17#) "failed") #22# #17#) 267 (AND (|has| |#1| . #4#) (|has| |#1| . #5#)) ELT)) (|sizeLess?| (((|Boolean|) $ $) 125 (|has| |#1| . #23=((|EuclideanDomain|))) ELT)) (|size| (((|NonNegativeInteger|)) 108 (|has| |#1| . #24=((|Finite|))) ELT)) (|sinh| (#9# 249 (|has| |#1| . #10#) ELT)) (|sin| (#11# 234 (|has| |#1| . #10#) ELT)) (|sech| (#9# 248 (|has| |#1| . #10#) ELT)) (|sec| (#11# 235 (|has| |#1| . #10#) ELT)) (|sample| (#25=($) 23 T CONST)) (|retractIfCan| (((|Union| #26=(|Integer|) . #27=("failed")) . #28=($)) 194 (|has| |#1| . #29=((|RetractableTo| #26#))) ELT) (((|Union| #30=(|Fraction| #26#) . #27#) . #28#) 192 (|has| |#1| . #31=((|RetractableTo| #30#))) ELT) (((|Union| |#1| . #27#) . #28#) 189 T ELT)) (|retract| ((#26# . #32=($)) 193 (|has| |#1| . #29#) ELT) ((#30# . #32#) 191 (|has| |#1| . #31#) ELT) ((|#1| . #32#) 190 T ELT)) (|represents| (($ (|Vector| |#1|) #7#) 64 T ELT) (($ (|Vector| |#1|)) 80 T ELT)) (|representationType| (((|Union| "prime" "polynomial" "normal" "cyclic")) 173 (|has| |#1| . #15#) ELT)) (|rem| (#33=($ $ $) 129 (|has| |#1| . #23#) ELT)) (|regularRepresentation| (((|Matrix| |#1|) $ #7#) 69 T ELT) (((|Matrix| |#1|) $) 75 T ELT)) (|reducedSystem| (((|Matrix| #34=(|Integer|)) . #35=(#36=(|Matrix| $))) 186 (|has| |#1| . #37=((|LinearlyExplicitRingOver| #34#))) ELT) (((|Record| (|:| |mat| (|Matrix| #34#)) (|:| |vec| (|Vector| #34#))) . #38=(#36# #39=(|Vector| $))) 185 (|has| |#1| . #37#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #38#) 184 T ELT) (((|Matrix| |#1|) . #35#) 183 T ELT)) (|reduce| (($ (|SparseUnivariatePolynomial| |#1|)) 178 T ELT) (((|Union| $ "failed") (|Fraction| (|SparseUnivariatePolynomial| |#1|))) 175 (|has| |#1| . #18#) ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|real| ((|#1| $) 275 T ELT)) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) 268 (|has| |#1| (|IntegerNumberSystem|)) ELT)) (|rational?| (((|Boolean|) $) 270 (|has| |#1| (|IntegerNumberSystem|)) ELT)) (|rational| (((|Fraction| (|Integer|)) $) 269 (|has| |#1| (|IntegerNumberSystem|)) ELT)) (|rank| (((|PositiveInteger|)) 70 T ELT)) (|random| (($) 111 (|has| |#1| . #24#) ELT)) (|quo| (#33# 128 (|has| |#1| . #23#) ELT)) (|principalIdeal| (((|Record| (|:| |coef| #40=(|List| $)) (|:| |generator| $)) #40#) 123 (|has| |#1| . #23#) ELT)) (|primitiveElement| (#41=($) 169 (|has| |#1| . #15#) ELT)) (|primitive?| (((|Boolean|) $) 170 (|has| |#1| . #15#) ELT)) (|primeFrobenius| (($ $ #42=(|NonNegativeInteger|)) 161 (|has| |#1| . #15#) ELT) (($ $) 160 (|has| |#1| . #15#) ELT)) (|prime?| (((|Boolean|) $) 136 (OR (AND (|has| |#1| . #4#) (|has| |#1| . #5#)) (|has| |#1| . #18#)) ELT)) (|polarCoordinates| (((|Record| (|:| |r| |#1|) (|:| |phi| |#1|)) $) 271 (AND (|has| |#1| (|RealNumberSystem|)) (|has| |#1| (|TranscendentalFunctionCategory|))) ELT)) (|pi| (($) 260 (|has| |#1| . #10#) ELT)) (|patternMatch| (((|PatternMatchResult| #43=(|Integer|) . #44=($)) $ (|Pattern| #43#) (|PatternMatchResult| #43# . #44#)) 283 (|has| |#1| (|PatternMatchable| #43#)) ELT) (((|PatternMatchResult| #45=(|Float|) . #44#) $ (|Pattern| #45#) (|PatternMatchResult| #45# . #44#)) 282 (|has| |#1| (|PatternMatchable| #45#)) ELT)) (|order| ((#12# $) 172 (|has| |#1| . #15#) ELT) (((|OnePointCompletion| (|PositiveInteger|)) $) 158 (|has| |#1| . #15#) ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|nthRoot| (($ $ #46=(|Integer|)) 262 (AND (|has| |#1| . #20#) (|has| |#1| . #21#)) ELT)) (|norm| ((|#1| . #8#) 67 T ELT)) (|nextItem| (((|Maybe| $) $) 162 (|has| |#1| . #15#) ELT)) (|multiEuclidean| (((|Union| #47=(|List| $) #48="failed") #47# $) 132 (|has| |#1| . #23#) ELT)) (|minimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) . #49=($)) 60 (|has| |#1| (|Field|)) ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 284 T ELT)) (|lookup| ((#50=(|PositiveInteger|) $) 110 (|has| |#1| . #24#) ELT)) (|log| (#51=($ $) 257 (|has| |#1| . #10#) ELT)) (|lift| (((|SparseUnivariatePolynomial| |#1|) $) 176 T ELT)) (|leftReducedSystem| (((|Matrix| #34#) . #52=(#39#)) 188 (|has| |#1| . #37#) ELT) (((|Record| (|:| |mat| (|Matrix| #34#)) (|:| |vec| (|Vector| #34#))) . #53=(#39# $)) 187 (|has| |#1| . #37#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #53#) 182 T ELT) (((|Matrix| |#1|) . #52#) 181 T ELT)) (|lcm| (#54=($ (|List| $)) 121 (OR (|has| |#1| . #23#) (AND (|has| |#1| . #4#) (|has| |#1| . #5#))) ELT) (#55=($ $ $) 120 (OR (|has| |#1| . #23#) (AND (|has| |#1| . #4#) (|has| |#1| . #5#))) ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 137 (|has| |#1| . #18#) ELT)) (|init| (($) 163 (|has| |#1| . #15#) CONST)) (|index| (($ #50#) 109 (|has| |#1| . #24#) ELT)) (|imaginary| (($) 279 T ELT)) (|imag| ((|#1| $) 276 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|generator| (($) 180 T ELT)) (|gcdPolynomial| ((#56=(|SparseUnivariatePolynomial| $) #56# #56#) 122 (OR (|has| |#1| . #23#) (AND (|has| |#1| . #4#) (|has| |#1| . #5#))) ELT)) (|gcd| (#54# 119 (OR (|has| |#1| . #23#) (AND (|has| |#1| . #4#) (|has| |#1| . #5#))) ELT) (#55# 118 (OR (|has| |#1| . #23#) (AND (|has| |#1| . #4#) (|has| |#1| . #5#))) ELT)) (|factorsOfCyclicGroupSize| (((|List| (|Record| (|:| |factor| #14#) (|:| |exponent| #14#)))) 166 (|has| |#1| . #15#) ELT)) (|factorSquareFreePolynomial| (#16# 266 (AND (|has| |#1| . #4#) (|has| |#1| . #5#)) ELT)) (|factorPolynomial| (#16# 265 (AND (|has| |#1| . #4#) (|has| |#1| . #5#)) ELT)) (|factor| (#19# 133 (OR (AND (|has| |#1| . #4#) (|has| |#1| . #5#)) (|has| |#1| . #18#)) ELT)) (|extendedEuclidean| (((|Union| (|Record| #57=(|:| |coef1| $) #58=(|:| |coef2| $)) #48#) $ $ $) 131 (|has| |#1| . #23#) ELT) (((|Record| #57# #58# (|:| |generator| $)) $ $) 130 (|has| |#1| . #23#) ELT)) (|exquo| (((|Union| $ "failed") $ |#1|) 274 (|has| |#1| (|IntegralDomain|)) ELT) (((|Union| $ "failed") $ $) 113 (OR (|has| |#1| . #3#) (AND (|has| |#1| . #4#) (|has| |#1| . #5#))) ELT)) (|expressIdealMember| (((|Maybe| #40#) #40# $) 124 (|has| |#1| . #23#) ELT)) (|exp| (#51# 258 (|has| |#1| . #10#) ELT)) (|eval| (($ $ (|List| |#1|) (|List| |#1|)) 290 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ |#1| |#1|) 289 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ (|Equation| |#1|)) 288 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ (|List| (|Equation| |#1|))) 287 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ (|List| #59=(|Symbol|)) (|List| |#1|)) 286 (|has| |#1| (|InnerEvalable| #59# |#1|)) ELT) (($ $ #59# |#1|) 285 (|has| |#1| (|InnerEvalable| #59# |#1|)) ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 126 (|has| |#1| . #23#) ELT)) (|elt| (($ $ |#1|) 291 (|has| |#1| (|Eltable| |#1| |#1|)) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 127 (|has| |#1| . #23#) ELT)) (|discriminant| ((|#1| #7#) 63 T ELT) ((|#1|) 76 T ELT)) (|discreteLog| ((#13# $) 171 (|has| |#1| . #15#) ELT) (((|Union| #42# "failed") $ $) 159 (|has| |#1| . #15#) ELT)) (|differentiate| (($ $ (|Mapping| |#1| |#1|)) 145 T ELT) (($ $ (|Mapping| |#1| |#1|) . #60=((|NonNegativeInteger|))) 144 T ELT) (#61=($ $ (|NonNegativeInteger|)) 156 (OR (|and| (|has| |#1| . #18#) (|has| |#1| . #62=((|DifferentialSpace|)))) (|and| (|has| |#1| . #18#) (|has| |#1| . #63=((|DifferentialRing|)))) (|has| |#1| . #62#) (|and| (|has| |#1| . #62#) (|has| |#1| . #18#))) ELT) (($ . #64=($)) 154 (OR (|and| (|has| |#1| . #18#) (|has| |#1| . #62#)) (|and| (|has| |#1| . #18#) (|has| |#1| . #63#)) (|has| |#1| . #62#) (|and| (|has| |#1| . #62#) (|has| |#1| . #18#))) ELT) (($ $ (|List| #65=(|Symbol|)) . #66=((|List| #67=(|NonNegativeInteger|)))) 150 (OR (|and| (|has| |#1| . #18#) (|has| |#1| . #68=((|PartialDifferentialSpace| #65#)))) (|and| (|has| |#1| . #18#) (|has| |#1| . #69=((|PartialDifferentialRing| (|Symbol|))))) (|has| |#1| . #68#)) ELT) (($ $ #65# . #70=(#67#)) 149 (OR (|and| (|has| |#1| . #18#) (|has| |#1| . #68#)) (|and| (|has| |#1| . #18#) (|has| |#1| . #69#)) (|has| |#1| . #68#)) ELT) (($ $ (|List| #65#)) 148 (OR (|and| (|has| |#1| . #18#) (|has| |#1| . #68#)) (|and| (|has| |#1| . #18#) (|has| |#1| . #69#)) (|has| |#1| . #68#)) ELT) (($ $ #65#) 146 (OR (|and| (|has| |#1| . #18#) (|has| |#1| . #68#)) (|and| (|has| |#1| . #18#) (|has| |#1| . #69#)) (|has| |#1| . #68#)) ELT)) (|derivationCoordinates| (((|Matrix| |#1|) (|Vector| $) (|Mapping| |#1| |#1|)) 174 (|has| |#1| . #18#) ELT)) (|definingPolynomial| (((|SparseUnivariatePolynomial| |#1|)) 179 T ELT)) (|csch| (#9# 247 (|has| |#1| . #10#) ELT)) (|csc| (#11# 236 (|has| |#1| . #10#) ELT)) (|createPrimitiveElement| (#41# 168 (|has| |#1| . #15#) ELT)) (|coth| (#9# 246 (|has| |#1| . #10#) ELT)) (|cot| (#11# 237 (|has| |#1| . #10#) ELT)) (|cosh| (#9# 245 (|has| |#1| . #10#) ELT)) (|cos| (#11# 238 (|has| |#1| . #10#) ELT)) (|coordinates| (((|Vector| |#1|) $ #7#) 66 T ELT) (((|Matrix| |#1|) #7# #7#) 65 T ELT) (((|Vector| |#1|) . #71=($)) 82 T ELT) (((|Matrix| |#1|) #72=(|Vector| $)) 81 T ELT)) (|convert| (((|Vector| |#1|) . #71#) 79 T ELT) (($ (|Vector| |#1|)) 78 T ELT) (((|SparseUnivariatePolynomial| |#1|) . #73=($)) 195 T ELT) (($ (|SparseUnivariatePolynomial| |#1|)) 177 T ELT) ((#74=(|Pattern| (|Integer|)) . #73#) 281 (|has| |#1| (|ConvertibleTo| #74#)) ELT) ((#75=(|Pattern| (|Float|)) . #73#) 280 (|has| |#1| (|ConvertibleTo| #75#)) ELT) (((|Complex| (|Float|)) . #73#) 232 (|has| |#1| (|RealConstant|)) ELT) (((|Complex| (|DoubleFloat|)) . #73#) 231 (|has| |#1| (|RealConstant|)) ELT) (((|InputForm|) . #73#) 230 (|has| |#1| (|ConvertibleTo| (|InputForm|))) ELT)) (|conjugate| (($ $) 278 T ELT)) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) 165 (OR (|and| #76=(|has| $ (|CharacteristicNonZero|)) (AND (|has| |#1| . #4#) (|has| |#1| . #5#))) (|has| |#1| . #15#)) ELT)) (|complex| (($ |#1| |#1|) 277 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 53 T ELT) (($ #77=(|Fraction| #78=(|Integer|))) 107 (OR (|has| |#1| . #18#) (|has| |#1| . #31#)) ELT) (($ $) 112 (OR (|has| |#1| . #3#) (AND (|has| |#1| . #4#) (|has| |#1| . #5#))) ELT)) (|charthRoot| (($ $) 164 (|has| |#1| . #15#) ELT) (((|Maybe| $) $) 59 (OR (|and| #76# (AND (|has| |#1| . #4#) (|has| |#1| . #5#))) (|has| |#1| (|CharacteristicNonZero|))) ELT)) (|characteristicPolynomial| (((|SparseUnivariatePolynomial| |#1|) . #49#) 61 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|basis| ((#72#) 83 T ELT)) (|atanh| (#79=($ $) 256 (|has| |#1| . #10#) ELT)) (|atan| (#80=($ $) 244 (|has| |#1| . #10#) ELT)) (|associates?| ((#6# $ $) 116 (OR (|has| |#1| . #3#) (AND (|has| |#1| . #4#) (|has| |#1| . #5#))) ELT)) (|asinh| (#79# 255 (|has| |#1| . #10#) ELT)) (|asin| (#80# 243 (|has| |#1| . #10#) ELT)) (|asech| (#79# 254 (|has| |#1| . #10#) ELT)) (|asec| (#80# 242 (|has| |#1| . #10#) ELT)) (|argument| ((|#1| $) 272 (|has| |#1| (|TranscendentalFunctionCategory|)) ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|acsch| (#79# 253 (|has| |#1| . #10#) ELT)) (|acsc| (#80# 241 (|has| |#1| . #10#) ELT)) (|acoth| (#79# 252 (|has| |#1| . #10#) ELT)) (|acot| (#80# 240 (|has| |#1| . #10#) ELT)) (|acosh| (#79# 251 (|has| |#1| . #10#) ELT)) (|acos| (#80# 239 (|has| |#1| . #10#) ELT)) (|abs| (($ $) 273 (|has| |#1| (|RealNumberSystem|)) ELT)) (|Zero| (#25# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ (|Mapping| |#1| |#1|)) 143 T ELT) (($ $ (|Mapping| |#1| |#1|) . #60#) 142 T ELT) (#61# 157 (OR (|and| (|has| |#1| . #18#) (|has| |#1| . #62#)) (|and| (|has| |#1| . #18#) (|has| |#1| . #63#)) (|has| |#1| . #62#) (|and| (|has| |#1| . #62#) (|has| |#1| . #18#))) ELT) (($ . #64#) 155 (OR (|and| (|has| |#1| . #18#) (|has| |#1| . #62#)) (|and| (|has| |#1| . #18#) (|has| |#1| . #63#)) (|has| |#1| . #62#) (|and| (|has| |#1| . #62#) (|has| |#1| . #18#))) ELT) (($ $ (|List| #65#) . #66#) 153 (OR (|and| (|has| |#1| . #18#) (|has| |#1| . #68#)) (|and| (|has| |#1| . #18#) (|has| |#1| . #69#)) (|has| |#1| . #68#)) ELT) (($ $ #65# . #70#) 152 (OR (|and| (|has| |#1| . #18#) (|has| |#1| . #68#)) (|and| (|has| |#1| . #18#) (|has| |#1| . #69#)) (|has| |#1| . #68#)) ELT) (($ $ (|List| #65#)) 151 (OR (|and| (|has| |#1| . #18#) (|has| |#1| . #68#)) (|and| (|has| |#1| . #18#) (|has| |#1| . #69#)) (|has| |#1| . #68#)) ELT) (($ $ #65#) 147 (OR (|and| (|has| |#1| . #18#) (|has| |#1| . #68#)) (|and| (|has| |#1| . #18#) (|has| |#1| . #69#)) (|has| |#1| . #68#)) ELT)) (= (#1# 8 T ELT)) (/ (($ $ $) 141 (|has| |#1| . #18#) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ (|Fraction| #46#)) 261 (AND (|has| |#1| . #20#) (|has| |#1| . #21#)) ELT) (($ $ $) 259 (|has| |#1| . #10#) ELT) (($ $ #78#) 138 (|has| |#1| . #18#) ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #81=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 55 T ELT) (($ |#1| . #81#) 54 T ELT) (($ #77# . #81#) 140 (|has| |#1| . #18#) ELT) (($ $ #77#) 139 (|has| |#1| . #18#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 114 #4=(OR #5=(|has| |#1| (|IntegralDomain|)) #6=(AND #7=(|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))) ELT)) (|unitCanonical| (#8=($ $) 115 #4# ELT)) (|unit?| (#3# 117 #4# ELT)) (|traceMatrix| (#9=(#10=(|Matrix| |#1|) #11=(|Vector| $)) 62 T ELT) ((#10#) 77 T ELT)) (|trace| (#12=(|#1| $) 68 T ELT)) (|tanh| (#8# 250 #13=(|has| |#1| (|TranscendentalFunctionCategory|)) ELT)) (|tan| (#8# 233 #13# ELT)) (|tableForDiscreteLogarithm| (((|Table| #14=(|PositiveInteger|) #15=(|NonNegativeInteger|)) #16=(|Integer|)) 167 #17=(|has| |#1| (|FiniteFieldCategory|)) ELT)) (|subtractIfCan| ((#18=(|Maybe| $) $ $) 26 T ELT)) (|squareFreePolynomial| (#19=((|Factored| #20=(|SparseUnivariatePolynomial| $)) #20#) 264 #6# ELT)) (|squareFreePart| (#8# 134 #21=(OR #6# #22=(|has| |#1| (|Field|))) ELT)) (|squareFree| (#23=((|Factored| $) $) 135 #21# ELT)) (|sqrt| (#8# 263 #24=(AND (|has| |#1| (|RadicalCategory|)) #13#) ELT)) (|solveLinearPolynomialEquation| (((|Union| #25=(|List| #20#) #26="failed") #25# #20#) 267 #6# ELT)) (|sizeLess?| (#1# 125 #7# ELT)) (|size| (#27=(#15#) 108 #28=(|has| |#1| (|Finite|)) ELT)) (|sinh| (#8# 249 #13# ELT)) (|sin| (#8# 234 #13# ELT)) (|sech| (#8# 248 #13# ELT)) (|sec| (#8# 235 #13# ELT)) (|sample| (#29=($) 23 T CONST)) (|retractIfCan| (((|Union| #16# . #30=(#26#)) . #31=($)) 194 #32=(|has| |#1| (|RetractableTo| #16#)) ELT) (#33=((|Union| #34=(|Fraction| #16#) #26#) $) 192 #35=(|has| |#1| (|RetractableTo| #34#)) ELT) (((|Union| |#1| . #30#) . #31#) 189 T ELT)) (|retract| ((#16# $) 193 #32# ELT) (#36=(#34# $) 191 #35# ELT) (#12# 190 T ELT)) (|represents| (($ #37=(|Vector| |#1|) #11#) 64 T ELT) (#38=($ #37#) 80 T ELT)) (|representationType| (((|Union| "prime" "polynomial" "normal" "cyclic")) 173 #17# ELT)) (|rem| (#39=($ $ $) 129 #7# ELT)) (|regularRepresentation| ((#10# $ #11#) 69 T ELT) ((#10# $) 75 T ELT)) (|reducedSystem| ((#40=(|Matrix| #16#) . #41=(#42=(|Matrix| $))) 186 #43=(|has| |#1| (|LinearlyExplicitRingOver| #16#)) ELT) ((#44=(|Record| (|:| |mat| #40#) (|:| |vec| (|Vector| #16#))) . #45=(#42# #11#)) 185 #43# ELT) ((#46=(|Record| (|:| |mat| #10#) (|:| |vec| #37#)) . #45#) 184 T ELT) ((#10# . #41#) 183 T ELT)) (|reduce| (#47=($ #48=(|SparseUnivariatePolynomial| |#1|)) 178 T ELT) ((#49=(|Union| $ #26#) (|Fraction| #48#)) 175 #22# ELT)) (|recip| ((#49# $) 43 T ELT)) (|real| (#12# 275 T ELT)) (|rationalIfCan| (#33# 268 #50=(|has| |#1| (|IntegerNumberSystem|)) ELT)) (|rational?| (#3# 270 #50# ELT)) (|rational| (#36# 269 #50# ELT)) (|rank| ((#14#) 70 T ELT)) (|random| (#29# 111 #28# ELT)) (|quo| (#39# 128 #7# ELT)) (|principalIdeal| (((|Record| (|:| |coef| #51=(|List| $)) #52=(|:| |generator| $)) #51#) 123 #7# ELT)) (|primitiveElement| (#29# 169 #17# ELT)) (|primitive?| (#3# 170 #17# ELT)) (|primeFrobenius| (#53=($ $ #15#) 161 #17# ELT) (#8# 160 #17# ELT)) (|prime?| (#3# 136 #21# ELT)) (|polarCoordinates| (((|Record| (|:| |r| |#1|) (|:| |phi| |#1|)) $) 271 (AND #54=(|has| |#1| (|RealNumberSystem|)) #13#) ELT)) (|pi| (#29# 260 #13# ELT)) (|patternMatch| ((#55=(|PatternMatchResult| #16# . #56=($)) $ #57=(|Pattern| #16#) #55#) 283 (|has| |#1| (|PatternMatchable| #16#)) ELT) ((#58=(|PatternMatchResult| #59=(|Float|) . #56#) $ #60=(|Pattern| #59#) #58#) 282 (|has| |#1| (|PatternMatchable| #59#)) ELT)) (|order| (#61=(#14# $) 172 #17# ELT) (((|OnePointCompletion| #14#) $) 158 #17# ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|nthRoot| (#62=($ $ #16#) 262 #24# ELT)) (|norm| (#12# 67 T ELT)) (|nextItem| (#63=(#18# $) 162 #17# ELT)) (|multiEuclidean| (((|Union| #51# #26#) #51# $) 132 #7# ELT)) (|minimalPolynomial| (#64=(#48# $) 60 #22# ELT)) (|map| (($ #65=(|Mapping| |#1| |#1|) $) 284 T ELT)) (|lookup| (#61# 110 #28# ELT)) (|log| (#8# 257 #13# ELT)) (|lift| (#64# 176 T ELT)) (|leftReducedSystem| ((#40# #11#) 188 #43# ELT) ((#44# . #66=(#11# $)) 187 #43# ELT) ((#46# . #66#) 182 T ELT) (#9# 181 T ELT)) (|lcm| (#67=($ #51#) 121 #68=(OR #7# #6#) ELT) (#39# 120 #68# ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#8# 137 #22# ELT)) (|init| (#29# 163 #17# CONST)) (|index| (($ #14#) 109 #28# ELT)) (|imaginary| (#29# 279 T ELT)) (|imag| (#12# 276 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|generator| (#29# 180 T ELT)) (|gcdPolynomial| ((#20# #20# #20#) 122 #68# ELT)) (|gcd| (#67# 119 #68# ELT) (#39# 118 #68# ELT)) (|factorsOfCyclicGroupSize| (((|List| (|Record| (|:| |factor| #16#) (|:| |exponent| #16#)))) 166 #17# ELT)) (|factorSquareFreePolynomial| (#19# 266 #6# ELT)) (|factorPolynomial| (#19# 265 #6# ELT)) (|factor| (#23# 133 #21# ELT)) (|extendedEuclidean| (((|Union| (|Record| #69=(|:| |coef1| $) #70=(|:| |coef2| $)) #26#) $ $ $) 131 #7# ELT) (((|Record| #69# #70# #52#) $ $) 130 #7# ELT)) (|exquo| ((#49# $ |#1|) 274 #5# ELT) ((#49# $ $) 113 #4# ELT)) (|expressIdealMember| (((|Maybe| #51#) #51# $) 124 #7# ELT)) (|exp| (#8# 258 #13# ELT)) (|eval| (($ $ #71=(|List| |#1|) #71#) 290 #72=(|has| |#1| (|Evalable| |#1|)) ELT) (($ $ |#1| |#1|) 289 #72# ELT) (($ $ #73=(|Equation| |#1|)) 288 #72# ELT) (($ $ (|List| #73#)) 287 #72# ELT) (($ $ #74=(|List| #75=(|Symbol|)) #71#) 286 #76=(|has| |#1| (|InnerEvalable| #75# |#1|)) ELT) (($ $ #75# |#1|) 285 #76# ELT)) (|euclideanSize| (#77=(#15# $) 126 #7# ELT)) (|elt| (#78=($ $ |#1|) 291 (|has| |#1| (|Eltable| |#1| |#1|)) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 127 #7# ELT)) (|discriminant| ((|#1| #11#) 63 T ELT) ((|#1|) 76 T ELT)) (|discreteLog| (#77# 171 #17# ELT) (((|Union| #15# #26#) $ $) 159 #17# ELT)) (|differentiate| (#79=($ $ #65#) 145 T ELT) (#80=($ $ #65# #15#) 144 T ELT) (#53# 156 #81=(OR (|and| #22# #82=(|has| |#1| (|DifferentialSpace|))) (|and| #22# (|has| |#1| (|DifferentialRing|))) #82# (|and| #82# #22#)) ELT) (#8# 154 #81# ELT) (#83=($ $ #74# (|List| #15#)) 150 #84=(OR (|and| #22# #85=(|has| |#1| (|PartialDifferentialSpace| #75#))) (|and| #22# (|has| |#1| (|PartialDifferentialRing| #75#))) #85#) ELT) (#86=($ $ #75# #15#) 149 #84# ELT) (#87=($ $ #74#) 148 #84# ELT) (#88=($ $ #75#) 146 #84# ELT)) (|derivationCoordinates| ((#10# #11# #65#) 174 #22# ELT)) (|definingPolynomial| ((#48#) 179 T ELT)) (|csch| (#8# 247 #13# ELT)) (|csc| (#8# 236 #13# ELT)) (|createPrimitiveElement| (#29# 168 #17# ELT)) (|coth| (#8# 246 #13# ELT)) (|cot| (#8# 237 #13# ELT)) (|cosh| (#8# 245 #13# ELT)) (|cos| (#8# 238 #13# ELT)) (|coordinates| ((#37# $ #11#) 66 T ELT) ((#10# #11# #11#) 65 T ELT) (#89=(#37# $) 82 T ELT) (#9# 81 T ELT)) (|convert| (#89# 79 T ELT) (#38# 78 T ELT) (#64# 195 T ELT) (#47# 177 T ELT) ((#57# . #90=($)) 281 (|has| |#1| (|ConvertibleTo| #57#)) ELT) ((#60# . #90#) 280 (|has| |#1| (|ConvertibleTo| #60#)) ELT) (((|Complex| #59#) . #90#) 232 #91=(|has| |#1| (|RealConstant|)) ELT) (((|Complex| (|DoubleFloat|)) . #90#) 231 #91# ELT) ((#92=(|InputForm|) . #90#) 230 (|has| |#1| (|ConvertibleTo| #92#)) ELT)) (|conjugate| (#8# 278 T ELT)) (|conditionP| (((|Union| #11# #26#) #42#) 165 (OR #93=(|and| (|has| $ #94=(|CharacteristicNonZero|)) #6#) #17#) ELT)) (|complex| (($ |#1| |#1|) 277 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #16#) 42 T ELT) (($ |#1|) 53 T ELT) (($ #34#) 107 (OR #22# #35#) ELT) (#8# 112 #4# ELT)) (|charthRoot| (#8# 164 #17# ELT) (#63# 59 (OR #93# (|has| |#1| #94#)) ELT)) (|characteristicPolynomial| (#64# 61 T ELT)) (|characteristic| (#27# 41 T CONST)) (|before?| (#1# 6 T ELT)) (|basis| ((#11#) 83 T ELT)) (|atanh| (#8# 256 #13# ELT)) (|atan| (#8# 244 #13# ELT)) (|associates?| (#1# 116 #4# ELT)) (|asinh| (#8# 255 #13# ELT)) (|asin| (#8# 243 #13# ELT)) (|asech| (#8# 254 #13# ELT)) (|asec| (#8# 242 #13# ELT)) (|argument| (#12# 272 #13# ELT)) (|annihilate?| (#1# 34 T ELT)) (|acsch| (#8# 253 #13# ELT)) (|acsc| (#8# 241 #13# ELT)) (|acoth| (#8# 252 #13# ELT)) (|acot| (#8# 240 #13# ELT)) (|acosh| (#8# 251 #13# ELT)) (|acos| (#8# 239 #13# ELT)) (|abs| (#8# 273 #54# ELT)) (|Zero| (#29# 24 T CONST)) (|One| (#29# 46 T CONST)) (D (#79# 143 T ELT) (#80# 142 T ELT) (#53# 157 #81# ELT) (#8# 155 #81# ELT) (#83# 153 #84# ELT) (#86# 152 #84# ELT) (#87# 151 #84# ELT) (#88# 147 #84# ELT)) (= (#1# 8 T ELT)) (/ (#39# 141 #22# ELT)) (- (#8# 30 T ELT) (#39# 29 T ELT)) (+ (#39# 18 T ELT)) (** (($ $ #14#) 36 T ELT) (#53# 44 T ELT) (#95=($ $ #34#) 261 #24# ELT) (#39# 259 #13# ELT) (#62# 138 #22# ELT)) (* (($ #14# $) 17 T ELT) (($ #15# $) 21 T ELT) (($ #16# . #96=($)) 31 T ELT) (#39# 35 T ELT) (#78# 55 T ELT) (($ |#1| . #96#) 54 T ELT) (($ #34# . #96#) 140 #22# ELT) (#95# 139 #22# ELT)))
(((|ComplexCategory| |#1|) (|Category|) (|CommutativeRing|)) (T |ComplexCategory|))
-((|norm| (*1 *2 *1) (AND (|ofCategory| *1 (|ComplexCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|imaginary| (*1 *1) (AND (|ofCategory| *1 (|ComplexCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|conjugate| (*1 *1 *1) (AND (|ofCategory| *1 (|ComplexCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|complex| (*1 *1 *2 *2) (AND (|ofCategory| *1 (|ComplexCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|imag| (*1 *2 *1) (AND (|ofCategory| *1 (|ComplexCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|real| (*1 *2 *1) (AND (|ofCategory| *1 (|ComplexCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|exquo| (*1 *1 *1 *2) (|partial| AND (|ofCategory| *1 (|ComplexCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *2 (|IntegralDomain|)))) (|abs| (*1 *1 *1) (AND (|ofCategory| *1 (|ComplexCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *2 (|RealNumberSystem|)))) (|argument| (*1 *2 *1) (AND (|ofCategory| *1 (|ComplexCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|polarCoordinates| (*1 *2 *1) (AND (|ofCategory| *1 (|ComplexCategory| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *3 (|RealNumberSystem|)) (|ofCategory| *3 (|TranscendentalFunctionCategory|)) (|isDomain| *2 (|Record| (|:| |r| *3) (|:| |phi| *3))))) (|rational?| (*1 *2 *1) (AND (|ofCategory| *1 (|ComplexCategory| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *3 (|IntegerNumberSystem|)) (|isDomain| *2 (|Boolean|)))) (|rational| (*1 *2 *1) (AND (|ofCategory| *1 (|ComplexCategory| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *3 (|IntegerNumberSystem|)) (|isDomain| *2 (|Fraction| (|Integer|))))) (|rationalIfCan| (*1 *2 *1) (|partial| AND (|ofCategory| *1 (|ComplexCategory| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *3 (|IntegerNumberSystem|)) (|isDomain| *2 (|Fraction| (|Integer|))))))
-(|Join| (|MonogenicAlgebra| |t#1| (|SparseUnivariatePolynomial| |t#1|)) (|FullyRetractableTo| |t#1|) (|DifferentialExtension| |t#1|) (|FullyEvalableOver| |t#1|) (|FullyPatternMatchable| |t#1|) (|Patternable| |t#1|) (|FullyLinearlyExplicitRingOver| |t#1|) (|CommutativeRing|) (CATEGORY |domain| (ATTRIBUTE |complex|) (SIGNATURE |imaginary| ($)) (SIGNATURE |conjugate| ($ $)) (SIGNATURE |complex| ($ |t#1| |t#1|)) (SIGNATURE |imag| (|t#1| $)) (SIGNATURE |real| (|t#1| $)) (SIGNATURE |norm| (|t#1| $)) (IF (|has| |t#1| (|IntegralDomain|)) (PROGN (ATTRIBUTE (|IntegralDomain|)) (SIGNATURE |exquo| ((|Union| $ "failed") $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (|EuclideanDomain|)) (ATTRIBUTE (|EuclideanDomain|)) |%noBranch|) (IF (|has| |t#1| (ATTRIBUTE |multiplicativeValuation|)) (ATTRIBUTE |multiplicativeValuation|) |%noBranch|) (IF (|has| |t#1| (ATTRIBUTE |additiveValuation|)) (ATTRIBUTE |additiveValuation|) |%noBranch|) (IF (|has| |t#1| (|Field|)) (ATTRIBUTE (|Field|)) |%noBranch|) (IF (|has| |t#1| (|ConvertibleTo| (|InputForm|))) (ATTRIBUTE (|ConvertibleTo| (|InputForm|))) |%noBranch|) (IF (|has| |t#1| (|CharacteristicZero|)) (ATTRIBUTE (|CharacteristicZero|)) |%noBranch|) (IF (|has| |t#1| (|CharacteristicNonZero|)) (ATTRIBUTE (|CharacteristicNonZero|)) |%noBranch|) (IF (|has| |t#1| (|RealConstant|)) (PROGN (ATTRIBUTE (|ConvertibleTo| (|Complex| (|DoubleFloat|)))) (ATTRIBUTE (|ConvertibleTo| (|Complex| (|Float|))))) |%noBranch|) (IF (|has| |t#1| (|RealNumberSystem|)) (SIGNATURE |abs| ($ $)) |%noBranch|) (IF (|has| |t#1| (|TranscendentalFunctionCategory|)) (PROGN (ATTRIBUTE (|TranscendentalFunctionCategory|)) (SIGNATURE |argument| (|t#1| $)) (IF (|has| |t#1| (|RadicalCategory|)) (ATTRIBUTE (|RadicalCategory|)) |%noBranch|) (IF (|has| |t#1| (|RealNumberSystem|)) (SIGNATURE |polarCoordinates| ((|Record| (|:| |r| |t#1|) (|:| |phi| |t#1|)) $)) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (|IntegerNumberSystem|)) (PROGN (SIGNATURE |rational?| ((|Boolean|) $)) (SIGNATURE |rational| ((|Fraction| (|Integer|)) $)) (SIGNATURE |rationalIfCan| ((|Union| (|Fraction| (|Integer|)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (|PolynomialFactorizationExplicit|)) (IF (|has| |t#1| (|EuclideanDomain|)) (ATTRIBUTE (|PolynomialFactorizationExplicit|)) |%noBranch|) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|Algebra| |#1|) . T) ((|Algebra| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|)) (|has| |#1| (|EuclideanDomain|))) ((|ArcHyperbolicFunctionCategory|) |has| |#1| (|TranscendentalFunctionCategory|)) ((|ArcTrigonometricFunctionCategory|) |has| |#1| (|TranscendentalFunctionCategory|)) ((|BasicType|) . T) ((|BiModule| #1# #1#) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|CharacteristicNonZero|))) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) OR (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|)) (|has| |#1| (|EuclideanDomain|))) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|ConvertibleTo| (|Complex| (|DoubleFloat|))) |has| |#1| (|RealConstant|)) ((|ConvertibleTo| (|Complex| (|Float|))) |has| |#1| (|RealConstant|)) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|ConvertibleTo| (|Pattern| (|Float|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) ((|ConvertibleTo| (|Pattern| (|Integer|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) ((|ConvertibleTo| #2=(|SparseUnivariatePolynomial| |#1|)) . T) ((|DifferentialDomain| $) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|DifferentialRing|))) ((|DifferentialExtension| |#1|) . T) ((|DifferentialRing|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|DifferentialRing|))) ((|DifferentialSpace|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|DifferentialRing|))) ((|DifferentialSpaceExtension| |#1|) . T) ((|DivisionRing|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|ElementaryFunctionCategory|) |has| |#1| (|TranscendentalFunctionCategory|)) ((|Eltable| |#1| $) |has| |#1| (|Eltable| |#1| |#1|)) ((|EntireRing|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|)) (|has| |#1| (|EuclideanDomain|))) ((|EuclideanDomain|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|)) (|has| |#1| (|EuclideanDomain|))) ((|Evalable| |#1|) |has| |#1| (|Evalable| |#1|)) ((|Field|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|FieldOfPrimeCharacteristic|) |has| |#1| (|FiniteFieldCategory|)) ((|Finite|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Finite|))) ((|FiniteFieldCategory|) |has| |#1| (|FiniteFieldCategory|)) ((|FiniteRankAlgebra| |#1| #2#) . T) ((|FramedAlgebra| |#1| #2#) . T) ((|FullyEvalableOver| |#1|) . T) ((|FullyLinearlyExplicitRingOver| |#1|) . T) ((|FullyPatternMatchable| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|Functorial| |#1|) . T) ((|GcdDomain|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|)) (|has| |#1| (|EuclideanDomain|))) ((|HyperbolicFunctionCategory|) |has| |#1| (|TranscendentalFunctionCategory|)) ((|InnerEvalable| (|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)) ((|InnerEvalable| |#1| |#1|) |has| |#1| (|Evalable| |#1|)) ((|IntegralDomain|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|)) (|has| |#1| (|EuclideanDomain|))) ((|Join|) . T) ((|LeftLinearSet| #1#) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|LeftModule| #3=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|LinearSet| |#1|) . T) ((|LinearSet| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|)) (|has| |#1| (|EuclideanDomain|))) ((|LinearlyExplicitRingOver| #3#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|Module| #1#) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|Module| |#1|) . T) ((|Module| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|)) (|has| |#1| (|EuclideanDomain|))) ((|MonogenicAlgebra| |#1| #2#) . T) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #4=(|Symbol|)) OR (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) ((|PartialDifferentialRing| (|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) ((|PartialDifferentialSpace| #4#) OR (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) ((|PatternMatchable| (|Float|)) |has| |#1| (|PatternMatchable| (|Float|))) ((|PatternMatchable| (|Integer|)) |has| |#1| (|PatternMatchable| (|Integer|))) ((|Patternable| |#1|) . T) ((|PolynomialFactorizationExplicit|) AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|PrincipalIdealDomain|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|)) (|has| |#1| (|EuclideanDomain|))) ((|RadicalCategory|) AND (|has| |#1| (|RadicalCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|))) ((|RetractableTo| (|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| (|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|RightModule| |#1|) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|StepThrough|) |has| |#1| (|FiniteFieldCategory|)) ((|TranscendentalFunctionCategory|) |has| |#1| (|TranscendentalFunctionCategory|)) ((|TrigonometricFunctionCategory|) |has| |#1| (|TranscendentalFunctionCategory|)) ((|Type|) . T) ((|UniqueFactorizationDomain|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|)) (AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|)))))
+((|norm| #1=(*1 *2 *1) #2=(AND #3=(|ofCategory| *1 (|ComplexCategory| *2)) #4=(|ofCategory| *2 #5=(|CommutativeRing|)))) (|imaginary| (*1 *1) #2#) (|conjugate| #6=(*1 *1 *1) #2#) (|complex| (*1 *1 *2 *2) #2#) (|imag| #1# #2#) (|real| #1# #2#) (|exquo| (*1 *1 *1 *2) (|partial| AND #3# #4# (|ofCategory| *2 (|IntegralDomain|)))) (|abs| #6# (AND #3# #4# (|ofCategory| *2 #7=(|RealNumberSystem|)))) (|argument| #1# (AND #3# #4# (|ofCategory| *2 #8=(|TranscendentalFunctionCategory|)))) (|polarCoordinates| #1# (AND #9=(|ofCategory| *1 (|ComplexCategory| *3)) #10=(|ofCategory| *3 #5#) (|ofCategory| *3 #7#) (|ofCategory| *3 #8#) (|isDomain| *2 (|Record| (|:| |r| *3) (|:| |phi| *3))))) (|rational?| #1# (AND #9# #10# #11=(|ofCategory| *3 (|IntegerNumberSystem|)) (|isDomain| *2 (|Boolean|)))) (|rational| #1# (AND #9# #10# #11# #12=(|isDomain| *2 (|Fraction| (|Integer|))))) (|rationalIfCan| #1# (|partial| AND #9# #10# #11# #12#)))
+(|Join| (|MonogenicAlgebra| |t#1| (|SparseUnivariatePolynomial| |t#1|)) (|FullyRetractableTo| |t#1|) (|DifferentialExtension| |t#1|) (|FullyEvalableOver| |t#1|) (|FullyPatternMatchable| |t#1|) (|Patternable| |t#1|) (|FullyLinearlyExplicitRingOver| |t#1|) (|CommutativeRing|) (CATEGORY |domain| (ATTRIBUTE |complex|) (SIGNATURE |imaginary| ($)) (SIGNATURE |conjugate| #1=($ $)) (SIGNATURE |complex| ($ |t#1| |t#1|)) (SIGNATURE |imag| #2=(|t#1| $)) (SIGNATURE |real| #2#) (SIGNATURE |norm| #2#) (IF (|has| |t#1| #3=(|IntegralDomain|)) (PROGN (ATTRIBUTE #3#) (SIGNATURE |exquo| ((|Union| $ #4="failed") $ |t#1|))) |%noBranch|) (IF #5=(|has| |t#1| #6=(|EuclideanDomain|)) (ATTRIBUTE #6#) |%noBranch|) (IF (|has| |t#1| #7=(ATTRIBUTE |multiplicativeValuation|)) #7# |%noBranch|) (IF (|has| |t#1| #8=(ATTRIBUTE |additiveValuation|)) #8# |%noBranch|) (IF (|has| |t#1| #9=(|Field|)) (ATTRIBUTE #9#) |%noBranch|) (IF (|has| |t#1| #10=(|ConvertibleTo| (|InputForm|))) (ATTRIBUTE #10#) |%noBranch|) (IF (|has| |t#1| #11=(|CharacteristicZero|)) (ATTRIBUTE #11#) |%noBranch|) (IF (|has| |t#1| #12=(|CharacteristicNonZero|)) (ATTRIBUTE #12#) |%noBranch|) (IF (|has| |t#1| (|RealConstant|)) (PROGN (ATTRIBUTE (|ConvertibleTo| (|Complex| (|DoubleFloat|)))) (ATTRIBUTE (|ConvertibleTo| (|Complex| (|Float|))))) |%noBranch|) (IF #13=(|has| |t#1| (|RealNumberSystem|)) (SIGNATURE |abs| #1#) |%noBranch|) (IF (|has| |t#1| #14=(|TranscendentalFunctionCategory|)) (PROGN (ATTRIBUTE #14#) (SIGNATURE |argument| #2#) (IF (|has| |t#1| #15=(|RadicalCategory|)) (ATTRIBUTE #15#) |%noBranch|) (IF #13# (SIGNATURE |polarCoordinates| ((|Record| (|:| |r| |t#1|) (|:| |phi| |t#1|)) $)) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (|IntegerNumberSystem|)) (PROGN (SIGNATURE |rational?| ((|Boolean|) $)) (SIGNATURE |rational| (#16=(|Fraction| (|Integer|)) $)) (SIGNATURE |rationalIfCan| ((|Union| #16# #4#) $))) |%noBranch|) (IF (|has| |t#1| #17=(|PolynomialFactorizationExplicit|)) (IF #5# (ATTRIBUTE #17#) |%noBranch|) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) |has| |#1| (|Field|)) ((|Algebra| |#1|) . T) ((|Algebra| $) OR (AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|ArcHyperbolicFunctionCategory|) |has| |#1| (|TranscendentalFunctionCategory|)) ((|ArcTrigonometricFunctionCategory|) |has| |#1| (|TranscendentalFunctionCategory|)) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Field|)) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) OR (|has| |#1| (|Field|)) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) OR (AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|ConvertibleTo| (|Complex| (|DoubleFloat|))) |has| |#1| (|RealConstant|)) ((|ConvertibleTo| (|Complex| #3=(|Float|))) |has| |#1| (|RealConstant|)) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|ConvertibleTo| (|Pattern| #3#)) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) ((|ConvertibleTo| (|Pattern| #2#)) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) ((|ConvertibleTo| #4=(|SparseUnivariatePolynomial| |#1|)) . T) ((|DifferentialDomain| $) |has| |#1| (|DifferentialSpace|)) ((|DifferentialExtension| |#1|) . T) ((|DifferentialRing|) |has| |#1| (|DifferentialRing|)) ((|DifferentialSpace|) |has| |#1| (|DifferentialSpace|)) ((|DifferentialSpaceExtension| |#1|) . T) ((|DivisionRing|) |has| |#1| (|Field|)) ((|ElementaryFunctionCategory|) |has| |#1| (|TranscendentalFunctionCategory|)) ((|Eltable| |#1| $) |has| |#1| (|Eltable| |#1| |#1|)) ((|EntireRing|) OR (AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|EuclideanDomain|) |has| |#1| (|EuclideanDomain|)) ((|Evalable| |#1|) |has| |#1| (|Evalable| |#1|)) ((|Field|) |has| |#1| (|Field|)) ((|FieldOfPrimeCharacteristic|) |has| |#1| (|FiniteFieldCategory|)) ((|Finite|) |has| |#1| (|Finite|)) ((|FiniteFieldCategory|) |has| |#1| (|FiniteFieldCategory|)) ((|FiniteRankAlgebra| |#1| #4#) . T) ((|FramedAlgebra| |#1| #4#) . T) ((|FullyEvalableOver| |#1|) . T) ((|FullyLinearlyExplicitRingOver| |#1|) . T) ((|FullyPatternMatchable| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|Functorial| |#1|) . T) ((|GcdDomain|) |has| |#1| (|EuclideanDomain|)) ((|HyperbolicFunctionCategory|) |has| |#1| (|TranscendentalFunctionCategory|)) ((|InnerEvalable| #5=(|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)) ((|InnerEvalable| |#1| |#1|) |has| |#1| (|Evalable| |#1|)) ((|IntegralDomain|) OR (AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|LeftLinearSet| #1#) |has| |#1| (|Field|)) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Field|)) ((|LeftModule| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Field|)) ((|LinearSet| |#1|) . T) ((|LinearSet| $) OR (AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|LinearlyExplicitRingOver| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|Module| #1#) |has| |#1| (|Field|)) ((|Module| |#1|) . T) ((|Module| $) OR (AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|MonogenicAlgebra| |#1| #4#) . T) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #5#) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) ((|PartialDifferentialRing| #5#) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) ((|PartialDifferentialSpace| #5#) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) ((|PatternMatchable| #3#) |has| |#1| (|PatternMatchable| (|Float|))) ((|PatternMatchable| #2#) |has| |#1| (|PatternMatchable| (|Integer|))) ((|Patternable| |#1|) . T) ((|PolynomialFactorizationExplicit|) AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) ((|PrincipalIdealDomain|) |has| |#1| (|EuclideanDomain|)) ((|RadicalCategory|) AND (|has| |#1| (|RadicalCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|))) ((|RetractableTo| #1#) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| #2#) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) |has| |#1| (|Field|)) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) |has| |#1| (|Field|)) ((|RightModule| |#1|) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|StepThrough|) |has| |#1| (|FiniteFieldCategory|)) ((|TranscendentalFunctionCategory|) |has| |#1| (|TranscendentalFunctionCategory|)) ((|TrigonometricFunctionCategory|) |has| |#1| (|TranscendentalFunctionCategory|)) ((|Type|) . T) ((|UniqueFactorizationDomain|) OR (AND (|has| |#1| (|EuclideanDomain|)) (|has| |#1| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|Field|))))
((|factor| (((|Factored| |#2|) |#2|) 67 T ELT)))
(((|ComplexFactorization| |#1| |#2|) (CATEGORY |package| (SIGNATURE |factor| ((|Factored| |#2|) |#2|))) (|EuclideanDomain|) (|UnivariatePolynomialCategory| (|Complex| |#1|))) (T |ComplexFactorization|))
((|factor| (*1 *2 *3) (AND (|ofCategory| *4 (|EuclideanDomain|)) (|isDomain| *2 (|Factored| *3)) (|isDomain| *1 (|ComplexFactorization| *4 *3)) (|ofCategory| *3 (|UnivariatePolynomialCategory| (|Complex| *4))))))
@@ -451,11 +451,11 @@ NIL
((~= #1=((#2=(|Boolean|) $ $) NIL T ELT)) (|solid?| (#3=(#2# $) 9 T ELT)) (|solid| (#4=(#2# $ #2#) 11 T ELT)) (|new| (($) 13 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|copy| (($ $) 14 T ELT)) (|coerce| (((|OutputForm|) $) 18 T ELT)) (|closed?| (#3# 8 T ELT)) (|close| (#4# 10 T ELT)) (|before?| #1#) (= #1#))
(((|SubSpaceComponentProperty|) (|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |new| ($)) (SIGNATURE |closed?| #1=(#2=(|Boolean|) $)) (SIGNATURE |solid?| #1#) (SIGNATURE |close| #3=(#2# $ #2#)) (SIGNATURE |solid| #3#) (SIGNATURE |copy| ($ $))))) (T |SubSpaceComponentProperty|))
((|new| (*1 *1) #1=(|isDomain| *1 (|SubSpaceComponentProperty|))) (|closed?| #2=(*1 *2 *1) #3=(AND (|isDomain| *2 (|Boolean|)) #1#)) (|solid?| #2# #3#) (|close| #4=(*1 *2 *1 *2) #3#) (|solid| #4# #3#) (|copy| (*1 *1 *1) #1#))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#4=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #5=(|Integer|)) 42 T ELT)) (|characteristic| ((#6=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (#4# 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#7=($ $ $) 29 T ELT)) (+ (#7# 18 T ELT)) (** (($ $ #8=(|PositiveInteger|)) 36 T ELT) (($ $ #6#) 44 T ELT)) (* (($ #8# $) 17 T ELT) (($ #6# $) 21 T ELT) (($ #5# $) 31 T ELT) (#7# 35 T ELT)))
(((|CommutativeRing|) (|Category|)) (T |CommutativeRing|))
NIL
(|Join| (|Ring|) (|BiModule| $ $) (CATEGORY |package| (ATTRIBUTE (|commutative| "*"))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|close!| (($ $) 6 T ELT)))
(((|Conduit|) (|Category|)) (T |Conduit|))
((|close!| (*1 *1 *1) (|ofCategory| *1 (|Conduit|))))
@@ -496,11 +496,11 @@ NIL
((|operations| (((|List| (|OverloadSet|)) $) 16 T ELT)) (|kind| (((|ConstructorKind|) $) 8 T ELT)) (|dualSignature| (((|List| (|Boolean|)) $) 13 T ELT)) (|arity| (((|Arity|) $) 10 T ELT)))
(((|ConstructorCategory&| |#1|) (CATEGORY |package| (SIGNATURE |operations| ((|List| (|OverloadSet|)) |#1|)) (SIGNATURE |dualSignature| ((|List| (|Boolean|)) |#1|)) (SIGNATURE |kind| ((|ConstructorKind|) |#1|)) (SIGNATURE |arity| ((|Arity|) |#1|))) (|ConstructorCategory|)) (T |ConstructorCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|operations| (((|List| (|OverloadSet|)) $) 22 T ELT)) (|name| ((#2=(|Identifier|) $) 19 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|kind| (((|ConstructorKind|) $) 24 T ELT)) (|is?| (((|Boolean|) $ #2#) 17 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|dualSignature| (((|List| (|Boolean|)) $) 23 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|arity| (((|Arity|) $) 18 T ELT)) (= (#1# 8 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|operations| (((|List| (|OverloadSet|)) $) 22 T ELT)) (|name| ((#3=(|Identifier|) $) 19 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|kind| (((|ConstructorKind|) $) 24 T ELT)) (|is?| ((#2# $ #3#) 17 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|dualSignature| (((|List| #2#) $) 23 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|arity| (((|Arity|) $) 18 T ELT)) (= (#1# 8 T ELT)))
(((|ConstructorCategory|) (|Category|)) (T |ConstructorCategory|))
-((|kind| (*1 *2 *1) (AND (|ofCategory| *1 (|ConstructorCategory|)) (|isDomain| *2 (|ConstructorKind|)))) (|dualSignature| (*1 *2 *1) (AND (|ofCategory| *1 (|ConstructorCategory|)) (|isDomain| *2 (|List| (|Boolean|))))) (|operations| (*1 *2 *1) (AND (|ofCategory| *1 (|ConstructorCategory|)) (|isDomain| *2 (|List| (|OverloadSet|))))))
+((|kind| #1=(*1 *2 *1) (AND #2=(|ofCategory| *1 (|ConstructorCategory|)) (|isDomain| *2 (|ConstructorKind|)))) (|dualSignature| #1# (AND #2# (|isDomain| *2 (|List| (|Boolean|))))) (|operations| #1# (AND #2# (|isDomain| *2 (|List| (|OverloadSet|))))))
(|Join| (|OperatorCategory| (|Identifier|)) (CATEGORY |domain| (SIGNATURE |kind| ((|ConstructorKind|) $)) (SIGNATURE |dualSignature| ((|List| (|Boolean|)) $)) (SIGNATURE |operations| ((|List| (|OverloadSet|)) $))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|OperatorCategory| (|Identifier|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|OperatorCategory| (|Identifier|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=((|Boolean|) $ $) NIL T ELT)) (|package| (#3=($) 8 T CONST)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|domain| (#3# 7 T CONST)) (|coerce| (((|OutputForm|) $) 12 T ELT)) (|category| (#3# 6 T CONST)) (|before?| #1#) (= (#2# 10 T ELT)))
(((|ConstructorKind|) (|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |category| #1=($) |constant|) (SIGNATURE |domain| #1# |constant|) (SIGNATURE |package| #1# |constant|)))) (T |ConstructorKind|))
((|category| #1=(*1 *1) #2=(|isDomain| *1 (|ConstructorKind|))) (|domain| #1# #2#) (|package| #1# #2#))
@@ -567,66 +567,66 @@ NIL
((|select!| (#1=($ (|Mapping| #2=(|Boolean|) |#2|) $) 16 T ELT)) (|remove!| (($ |#2| $) NIL T ELT) (#1# 28 T ELT)) (|dictionary| (($) NIL T ELT) (($ (|List| |#2|)) 11 T ELT)) (= ((#2# $ $) 26 T ELT)))
(((|Dictionary&| |#1| |#2|) (CATEGORY |package| (SIGNATURE = (#1=(|Boolean|) |#1| |#1|)) (SIGNATURE |select!| #2=(|#1| (|Mapping| #1# |#2|) |#1|)) (SIGNATURE |remove!| #2#) (SIGNATURE |remove!| (|#1| |#2| |#1|)) (SIGNATURE |dictionary| (|#1| (|List| |#2|))) (SIGNATURE |dictionary| (|#1|))) (|Dictionary| |#2|) (|SetCategory|)) (T |Dictionary&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|select!| (($ (|Mapping| #3=(|Boolean|) |#1|) . #4=($)) 42 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|select| (($ (|Mapping| #5=(|Boolean|) |#1|) . #6=($)) 49 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#7=($) 6 T CONST)) (|removeDuplicates| (($ $) 51 (AND (|has| |#1| . #8=((|BasicType|))) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove!| (($ |#1| $) 44 (|has| $ (|FiniteAggregate| |#1|)) ELT) (($ (|Mapping| #3# |#1|) . #4#) 43 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|remove| (($ |#1| $) 50 (AND (|has| |#1| . #8#) (|has| $ (|FiniteAggregate| |#1|))) ELT) (($ (|Mapping| #5# |#1|) . #6#) 48 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #9=((|SetCategory|))) ELT)) (|inspect| ((|#1| . #10=($)) 35 T ELT)) (|insert!| (($ |#1| $) 36 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #9#) ELT)) (|extract!| ((|#1| . #10#) 37 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #9#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #9#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #9#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #9#)) ELT)) (|eq?| ((#11=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#11# $) 7 T ELT)) (|empty| (#7# 8 T ELT)) (|dictionary| (($) 46 T ELT) (($ (|List| |#1|)) 45 T ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#12=(|InputForm|) $) 52 (|has| |#1| (|ConvertibleTo| #12#)) ELT)) (|construct| (($ (|List| |#1|)) 47 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (|bag| (($ (|List| |#1|)) 38 T ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|select!| (#4=($ (|Mapping| #2# |#1|) $) 42 #5=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|select| (#4# 49 #5# ELT)) (|sample| (#6=($) 6 T CONST)) (|removeDuplicates| (#7=($ $) 51 #8=(AND #3# #5#) ELT)) (|remove!| (#9=($ |#1| $) 44 #5# ELT) (#4# 43 #5# ELT)) (|remove| (#9# 50 #8# ELT) (#4# 48 #5# ELT)) (|map!| (#10=($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (#10# 26 T ELT)) (|latex| (((|String|) $) 21 #11=(|has| |#1| (|SetCategory|)) ELT)) (|inspect| (#12=(|#1| $) 35 T ELT)) (|insert!| (#9# 36 T ELT)) (|hash| (((|SingleInteger|) $) 20 #11# ELT)) (|extract!| (#12# 37 T ELT)) (|eval| (($ $ (|List| #13=(|Equation| |#1|))) 25 #14=(AND (|has| |#1| (|Evalable| |#1|)) #11#) ELT) (($ $ #13#) 24 #14# ELT) (($ $ |#1| |#1|) 23 #14# ELT) (($ $ #15=(|List| |#1|) #15#) 22 #14# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#6# 8 T ELT)) (|dictionary| (#6# 46 T ELT) (#16=($ #15#) 45 T ELT)) (|copy| (#7# 9 T ELT)) (|convert| ((#17=(|InputForm|) $) 52 (|has| |#1| (|ConvertibleTo| #17#)) ELT)) (|construct| (#16# 47 T ELT)) (|coerce| ((#18=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #18#)) ELT)) (|before?| (#1# 19 #3# ELT)) (|bag| (#16# 38 T ELT)) (= (#1# 17 #3# ELT)))
(((|Dictionary| |#1|) (|Category|) (|SetCategory|)) (T |Dictionary|))
NIL
(|Join| (|DictionaryOperations| |t#1|))
-(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|DictionaryOperations| |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|differentiate| (($ $ (|Mapping| |#1| |#1|) . #4=((|NonNegativeInteger|))) 66 T ELT) (($ $ (|Mapping| |#1| |#1|)) 65 T ELT) (($ $ #5=(|Symbol|)) 64 (|has| |#1| . #6=((|PartialDifferentialSpace| (|Symbol|)))) ELT) (($ $ (|List| #5#)) 62 (|has| |#1| . #6#) ELT) (($ $ #5# . #7=(#8=(|NonNegativeInteger|))) 61 (|has| |#1| . #6#) ELT) (($ $ (|List| #5#) . #9=((|List| #8#))) 60 (|has| |#1| . #6#) ELT) (($ . #10=($)) 56 (|has| |#1| . #11=((|DifferentialSpace|))) ELT) (#12=($ $ (|NonNegativeInteger|)) 54 (|has| |#1| . #11#) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ (|Mapping| |#1| |#1|) . #4#) 68 T ELT) (($ $ (|Mapping| |#1| |#1|)) 67 T ELT) (($ $ #5#) 63 (|has| |#1| . #6#) ELT) (($ $ (|List| #5#)) 59 (|has| |#1| . #6#) ELT) (($ $ #5# . #7#) 58 (|has| |#1| . #6#) ELT) (($ $ (|List| #5#) . #9#) 57 (|has| |#1| . #6#) ELT) (($ . #10#) 55 (|has| |#1| . #11#) ELT) (#12# 53 (|has| |#1| . #11#) ELT)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|DictionaryOperations| |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#4=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|differentiate| (#5=($ $ #6=(|Mapping| |#1| |#1|) #7=(|NonNegativeInteger|)) 66 T ELT) (#8=($ $ #6#) 65 T ELT) (#9=($ $ #10=(|Symbol|)) 64 #11=(|has| |#1| (|PartialDifferentialSpace| #10#)) ELT) (#12=($ $ #13=(|List| #10#)) 62 #11# ELT) (#14=($ $ #10# #7#) 61 #11# ELT) (#15=($ $ #13# (|List| #7#)) 60 #11# ELT) (#16=($ $) 56 #17=(|has| |#1| (|DifferentialSpace|)) ELT) (#18=($ $ #7#) 54 #17# ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #19=(|Integer|)) 42 T ELT)) (|characteristic| ((#7#) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (#4# 46 T CONST)) (D (#5# 68 T ELT) (#8# 67 T ELT) (#9# 63 #11# ELT) (#12# 59 #11# ELT) (#14# 58 #11# ELT) (#15# 57 #11# ELT) (#16# 55 #17# ELT) (#18# 53 #17# ELT)) (= (#1# 8 T ELT)) (- (#16# 30 T ELT) (#20=($ $ $) 29 T ELT)) (+ (#20# 18 T ELT)) (** (($ $ #21=(|PositiveInteger|)) 36 T ELT) (#18# 44 T ELT)) (* (($ #21# $) 17 T ELT) (($ #7# $) 21 T ELT) (($ #19# $) 31 T ELT) (#20# 35 T ELT)))
(((|DifferentialExtension| |#1|) (|Category|) (|Ring|)) (T |DifferentialExtension|))
NIL
-(|Join| (|Ring|) (|DifferentialSpaceExtension| |t#1|) (CATEGORY |package| (IF (|has| |t#1| (|DifferentialRing|)) (ATTRIBUTE (|DifferentialRing|)) |%noBranch|) (IF (|has| |t#1| (|PartialDifferentialRing| (|Symbol|))) (ATTRIBUTE (|PartialDifferentialRing| (|Symbol|))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|DifferentialDomain| $) OR (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|DifferentialRing|))) ((|DifferentialRing|) |has| |#1| (|DifferentialRing|)) ((|DifferentialSpace|) OR (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|DifferentialRing|))) ((|DifferentialSpaceExtension| |#1|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #1=(|Symbol|)) OR (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) ((|PartialDifferentialRing| (|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) ((|PartialDifferentialSpace| #1#) OR (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(|Join| (|Ring|) (|DifferentialSpaceExtension| |t#1|) (CATEGORY |package| (IF (|has| |t#1| #1=(|DifferentialRing|)) (ATTRIBUTE #1#) |%noBranch|) (IF (|has| |t#1| #2=(|PartialDifferentialRing| (|Symbol|))) (ATTRIBUTE #2#) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|DifferentialDomain| $) |has| |#1| (|DifferentialSpace|)) ((|DifferentialRing|) |has| |#1| (|DifferentialRing|)) ((|DifferentialSpace|) |has| |#1| (|DifferentialSpace|)) ((|DifferentialSpaceExtension| |#1|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #2=(|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) ((|PartialDifferentialRing| #2#) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) ((|PartialDifferentialSpace| #2#) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((D ((|#2| $) 9 T ELT)))
(((|DifferentialDomain&| |#1| |#2|) (CATEGORY |package| (SIGNATURE D (|#2| |#1|))) (|DifferentialDomain| |#2|) (|Type|)) (T |DifferentialDomain&|))
NIL
-((|differentiate| ((|#1| $) 7 T ELT)) (D ((|#1| $) 6 T ELT)))
+((|differentiate| (#1=(|#1| $) 7 T ELT)) (D (#1# 6 T ELT)))
(((|DifferentialDomain| |#1|) (|Category|) (|Type|)) (T |DifferentialDomain|))
-((|differentiate| (*1 *2 *1) (AND (|ofCategory| *1 (|DifferentialDomain| *2)) (|ofCategory| *2 (|Type|)))) (D (*1 *2 *1) (AND (|ofCategory| *1 (|DifferentialDomain| *2)) (|ofCategory| *2 (|Type|)))))
-(|Join| (|Type|) (CATEGORY |domain| (SIGNATURE |differentiate| (|t#1| $)) (SIGNATURE D (|t#1| $))))
-(((|Join|) . T) ((|Type|) . T))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| ((#2# $ $) 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|differentiate| (#4=($ $ (|NonNegativeInteger|)) 44 T ELT) (($ . #5=($)) 42 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (D (#4# 45 T ELT) (($ . #5#) 43 T ELT)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #6=($)) 31 T ELT) (($ |#1| . #6#) 34 T ELT) (($ $ |#1|) 38 T ELT)))
+((|differentiate| #1=(*1 *2 *1) #2=(AND (|ofCategory| *1 (|DifferentialDomain| *2)) (|ofCategory| *2 (|Type|)))) (D #1# #2#))
+(|Join| (|Type|) (CATEGORY |domain| (SIGNATURE |differentiate| #1=(|t#1| $)) (SIGNATURE D #1#)))
+(((|Type|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| (#1# 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|differentiate| (#4=($ $ #5=(|NonNegativeInteger|)) 44 T ELT) (#6=($ $) 42 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (D (#4# 45 T ELT) (#6# 43 T ELT)) (= (#1# 8 T ELT)) (- (#6# 30 T ELT) (#7=($ $ $) 29 T ELT)) (+ (#7# 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ #5# $) 21 T ELT) (($ (|Integer|) . #8=($)) 31 T ELT) (($ |#1| . #8#) 34 T ELT) (($ $ |#1|) 38 T ELT)))
(((|DifferentialModule| |#1|) (|Category|) (|Ring|)) (T |DifferentialModule|))
NIL
(|Join| (|BiModule| |t#1| |t#1|) (|DifferentialSpace|) (CATEGORY |package| (IF (|has| |t#1| (|CommutativeRing|)) (ATTRIBUTE (|Module| |t#1|)) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|DifferentialDomain| $) . T) ((|DifferentialSpace|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|DifferentialDomain| $) . T) ((|DifferentialSpace|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|differentiate| #1=(($ $) NIL T ELT) (#2=($ $ (|NonNegativeInteger|)) 9 T ELT)) (D #1# (#2# 11 T ELT)))
(((|DifferentialSpace&| |#1|) (CATEGORY |package| (SIGNATURE D #1=(|#1| |#1| (|NonNegativeInteger|))) (SIGNATURE |differentiate| #1#) (SIGNATURE D #2=(|#1| |#1|)) (SIGNATURE |differentiate| #2#)) (|DifferentialSpace|)) (T |DifferentialSpace&|))
NIL
-((|differentiate| (($ . #1=($)) 7 T ELT) (($ $ (|NonNegativeInteger|)) 10 T ELT)) (D (($ . #1#) 6 T ELT) (($ $ (|NonNegativeInteger|)) 9 T ELT)))
+((|differentiate| (#1=($ $) 7 T ELT) (#2=($ $ (|NonNegativeInteger|)) 10 T ELT)) (D (#1# 6 T ELT) (#2# 9 T ELT)))
(((|DifferentialSpace|) (|Category|)) (T |DifferentialSpace|))
-((|differentiate| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|DifferentialSpace|)) (|isDomain| *2 (|NonNegativeInteger|)))) (D (*1 *1 *1 *2) (AND (|ofCategory| *1 (|DifferentialSpace|)) (|isDomain| *2 (|NonNegativeInteger|)))))
-(|Join| (|DifferentialDomain| $) (CATEGORY |domain| (SIGNATURE |differentiate| ($ $ (|NonNegativeInteger|))) (SIGNATURE D ($ $ (|NonNegativeInteger|)))))
-(((|DifferentialDomain| $) . T) ((|Join|) . T) ((|Type|) . T))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|differentiate| (#4=($ $ (|NonNegativeInteger|)) 51 T ELT) (($ . #5=($)) 49 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (D (#4# 52 T ELT) (($ . #5#) 50 T ELT)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+((|differentiate| #1=(*1 *1 *1 *2) #2=(AND (|ofCategory| *1 (|DifferentialSpace|)) (|isDomain| *2 (|NonNegativeInteger|)))) (D #1# #2#))
+(|Join| (|DifferentialDomain| $) (CATEGORY |domain| (SIGNATURE |differentiate| #1=($ $ (|NonNegativeInteger|))) (SIGNATURE D #1#)))
+(((|DifferentialDomain| $) . T) ((|Type|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#4=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|differentiate| (#5=($ $ #6=(|NonNegativeInteger|)) 51 T ELT) (#7=($ $) 49 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #8=(|Integer|)) 42 T ELT)) (|characteristic| ((#6#) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (#4# 46 T CONST)) (D (#5# 52 T ELT) (#7# 50 T ELT)) (= (#1# 8 T ELT)) (- (#7# 30 T ELT) (#9=($ $ $) 29 T ELT)) (+ (#9# 18 T ELT)) (** (($ $ #10=(|PositiveInteger|)) 36 T ELT) (#5# 44 T ELT)) (* (($ #10# $) 17 T ELT) (($ #6# $) 21 T ELT) (($ #8# $) 31 T ELT) (#9# 35 T ELT)))
(((|DifferentialRing|) (|Category|)) (T |DifferentialRing|))
NIL
(|Join| (|Ring|) (|DifferentialSpace|))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|DifferentialDomain| $) . T) ((|DifferentialSpace|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 31 T ELT)) (|sample| (#3=($) 30 T CONST)) (|recip| (((|Union| $ "failed") $) 36 T ELT)) (|positive?| (((|Boolean|) $) 28 T ELT)) (|opposite?| ((#2# $ $) 33 T ELT)) (|one?| (((|Boolean|) $) 38 T ELT)) (|min| (#4=($ $ $) 23 T ELT)) (|max| (#4# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 29 T CONST)) (|One| (($) 39 T CONST)) (>= (#5=((|Boolean|) $ $) 21 T ELT)) (> (#5# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#5# 20 T ELT)) (< (#5# 18 T ELT)) (+ (($ $ $) 25 T ELT)) (** (($ $ (|PositiveInteger|)) 40 T ELT) (($ $ (|NonNegativeInteger|)) 37 T ELT)) (* (($ (|PositiveInteger|) $) 26 T ELT) (($ (|NonNegativeInteger|) $) 32 T ELT) (($ $ $) 41 T ELT)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|DifferentialDomain| $) . T) ((|DifferentialSpace|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 31 T ELT)) (|sample| (#4=($) 30 T CONST)) (|recip| (((|Union| $ "failed") $) 36 T ELT)) (|positive?| (#3# 28 T ELT)) (|opposite?| (#1# 33 T ELT)) (|one?| (#3# 38 T ELT)) (|min| (#5=($ $ $) 23 T ELT)) (|max| (#5# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#4# 29 T CONST)) (|One| (#4# 39 T CONST)) (>= (#1# 21 T ELT)) (> (#1# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 20 T ELT)) (< (#1# 18 T ELT)) (+ (#5# 25 T ELT)) (** (($ $ #6=(|PositiveInteger|)) 40 T ELT) (($ $ #7=(|NonNegativeInteger|)) 37 T ELT)) (* (($ #6# $) 26 T ELT) (($ #7# $) 32 T ELT) (#5# 41 T ELT)))
(((|Dioid|) (|Category|)) (T |Dioid|))
NIL
(|Join| (|OrderedAbelianMonoid|) (|SemiRing|))
-(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|Monoid|) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Monoid|) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|dictionary| (($) 12 T ELT) (#1=($ (|List| |#2|)) NIL T ELT)) (|copy| (($ $) 14 T ELT)) (|construct| (#1# 10 T ELT)) (|coerce| (((|OutputForm|) $) 21 T ELT)))
(((|DictionaryOperations&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |coerce| ((|OutputForm|) |#1|)) (SIGNATURE |dictionary| #1=(|#1| (|List| |#2|))) (SIGNATURE |dictionary| (|#1|)) (SIGNATURE |construct| #1#) (SIGNATURE |copy| (|#1| |#1|))) (|DictionaryOperations| |#2|) (|SetCategory|)) (T |DictionaryOperations&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|select!| (($ (|Mapping| (|Boolean|) |#1|) $) 42 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|select| (($ (|Mapping| #3=(|Boolean|) |#1|) . #4=($)) 49 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#5=($) 6 T CONST)) (|removeDuplicates| (($ $) 51 (AND (|has| |#1| . #6=((|BasicType|))) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove!| (($ |#1| $) 44 (|has| $ (|FiniteAggregate| |#1|)) ELT) (($ (|Mapping| (|Boolean|) |#1|) $) 43 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|remove| (($ |#1| $) 50 (AND (|has| |#1| . #6#) (|has| $ (|FiniteAggregate| |#1|))) ELT) (($ (|Mapping| #3# |#1|) . #4#) 48 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #7=((|SetCategory|))) ELT)) (|inspect| ((|#1| . #8=($)) 35 T ELT)) (|insert!| (($ |#1| $) 36 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #7#) ELT)) (|extract!| ((|#1| . #8#) 37 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #7#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #7#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #7#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #7#)) ELT)) (|eq?| ((#9=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#9# $) 7 T ELT)) (|empty| (#5# 8 T ELT)) (|dictionary| (($) 46 T ELT) (($ (|List| |#1|)) 45 T ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#10=(|InputForm|) $) 52 (|has| |#1| (|ConvertibleTo| #10#)) ELT)) (|construct| (($ (|List| |#1|)) 47 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (|bag| (($ (|List| |#1|)) 38 T ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|select!| (#4=($ (|Mapping| #2# |#1|) $) 42 #5=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|select| (#4# 49 #5# ELT)) (|sample| (#6=($) 6 T CONST)) (|removeDuplicates| (#7=($ $) 51 #8=(AND #3# #5#) ELT)) (|remove!| (#9=($ |#1| $) 44 #5# ELT) (#4# 43 #5# ELT)) (|remove| (#9# 50 #8# ELT) (#4# 48 #5# ELT)) (|map!| (#10=($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (#10# 26 T ELT)) (|latex| (((|String|) $) 21 #11=(|has| |#1| (|SetCategory|)) ELT)) (|inspect| (#12=(|#1| $) 35 T ELT)) (|insert!| (#9# 36 T ELT)) (|hash| (((|SingleInteger|) $) 20 #11# ELT)) (|extract!| (#12# 37 T ELT)) (|eval| (($ $ (|List| #13=(|Equation| |#1|))) 25 #14=(AND (|has| |#1| (|Evalable| |#1|)) #11#) ELT) (($ $ #13#) 24 #14# ELT) (($ $ |#1| |#1|) 23 #14# ELT) (($ $ #15=(|List| |#1|) #15#) 22 #14# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#6# 8 T ELT)) (|dictionary| (#6# 46 T ELT) (#16=($ #15#) 45 T ELT)) (|copy| (#7# 9 T ELT)) (|convert| ((#17=(|InputForm|) $) 52 (|has| |#1| (|ConvertibleTo| #17#)) ELT)) (|construct| (#16# 47 T ELT)) (|coerce| ((#18=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #18#)) ELT)) (|before?| (#1# 19 #3# ELT)) (|bag| (#16# 38 T ELT)) (= (#1# 17 #3# ELT)))
(((|DictionaryOperations| |#1|) (|Category|) (|SetCategory|)) (T |DictionaryOperations|))
-((|dictionary| (*1 *1) (AND (|ofCategory| *1 (|DictionaryOperations| *2)) (|ofCategory| *2 (|SetCategory|)))) (|dictionary| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *1 (|DictionaryOperations| *3)))) (|remove!| (*1 *1 *2 *1) (AND (|ofCategory| *1 (|FiniteAggregate| *2)) (|ofCategory| *1 (|DictionaryOperations| *2)) (|ofCategory| *2 (|SetCategory|)))) (|remove!| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| (|Boolean|) *3)) (|ofCategory| *1 (|FiniteAggregate| *3)) (|ofCategory| *1 (|DictionaryOperations| *3)) (|ofCategory| *3 (|SetCategory|)))) (|select!| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| (|Boolean|) *3)) (|ofCategory| *1 (|FiniteAggregate| *3)) (|ofCategory| *1 (|DictionaryOperations| *3)) (|ofCategory| *3 (|SetCategory|)))))
-(|Join| (|BagAggregate| |t#1|) (|Collection| |t#1|) (CATEGORY |domain| (SIGNATURE |dictionary| ($)) (SIGNATURE |dictionary| ($ (|List| |t#1|))) (IF (|has| $ (|FiniteAggregate| |t#1|)) (PROGN (SIGNATURE |remove!| ($ |t#1| $)) (SIGNATURE |remove!| ($ (|Mapping| (|Boolean|) |t#1|) $)) (SIGNATURE |select!| ($ (|Mapping| (|Boolean|) |t#1|) $))) |%noBranch|)))
-(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
+((|dictionary| (*1 *1) (AND #1=(|ofCategory| *1 (|DictionaryOperations| *2)) #2=(|ofCategory| *2 #3=(|SetCategory|)))) (|dictionary| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) #4=(|ofCategory| *3 #3#) #5=(|ofCategory| *1 (|DictionaryOperations| *3)))) (|remove!| #6=(*1 *1 *2 *1) (AND (|ofCategory| *1 (|FiniteAggregate| *2)) #1# #2#)) (|remove!| #6# #7=(AND (|isDomain| *2 (|Mapping| (|Boolean|) *3)) (|ofCategory| *1 (|FiniteAggregate| *3)) #5# #4#)) (|select!| #6# #7#))
+(|Join| (|BagAggregate| |t#1|) (|Collection| |t#1|) (CATEGORY |domain| (SIGNATURE |dictionary| ($)) (SIGNATURE |dictionary| ($ (|List| |t#1|))) (IF (|has| $ (|FiniteAggregate| |t#1|)) (PROGN (SIGNATURE |remove!| ($ |t#1| $)) (SIGNATURE |remove!| #1=($ (|Mapping| (|Boolean|) |t#1|) $)) (SIGNATURE |select!| #1#)) |%noBranch|)))
+(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
((|dioSolve| (((|Record| (|:| |varOrder| (|List| (|Symbol|))) (|:| |inhom| (|Union| #1=(|List| (|Vector| (|NonNegativeInteger|))) "failed")) (|:| |hom| #1#)) (|Equation| (|Polynomial| (|Integer|)))) 42 T ELT)))
(((|DiophantineSolutionPackage|) (CATEGORY |package| (SIGNATURE |dioSolve| ((|Record| (|:| |varOrder| (|List| (|Symbol|))) (|:| |inhom| (|Union| #1=(|List| (|Vector| (|NonNegativeInteger|))) "failed")) (|:| |hom| #1#)) (|Equation| (|Polynomial| (|Integer|))))))) (T |DiophantineSolutionPackage|))
((|dioSolve| (*1 *2 *3) (AND (|isDomain| *3 (|Equation| (|Polynomial| (|Integer|)))) (|isDomain| *2 (|Record| (|:| |varOrder| (|List| (|Symbol|))) (|:| |inhom| (|Union| #1=(|List| (|Vector| (|NonNegativeInteger|))) "failed")) (|:| |hom| #1#))) (|isDomain| *1 (|DiophantineSolutionPackage|)))))
((|size| (#1=(#2=(|NonNegativeInteger|)) 56 T ELT)) (|reducedSystem| (((|Record| (|:| |mat| #3=(|Matrix| |#3|)) (|:| |vec| #4=(|Vector| |#3|))) #5=(|Matrix| $) #6=(|Vector| $)) 53 T ELT) ((#3# #5#) 44 T ELT) (((|Record| (|:| |mat| #7=(|Matrix| #8=(|Integer|))) (|:| |vec| (|Vector| #8#))) #5# #6#) NIL T ELT) ((#7# #5#) NIL T ELT)) (|dimension| (((|CardinalNumber|)) 62 T ELT)) (|differentiate| (($ $ #9=(|Mapping| |#3| |#3|)) 18 T ELT) (($ $ #9# #2#) NIL T ELT) (($ $ #2#) NIL T ELT) (($ $) NIL T ELT) (($ $ #10=(|List| #11=(|Symbol|)) (|List| #2#)) NIL T ELT) (($ $ #11# #2#) NIL T ELT) (($ $ #10#) NIL T ELT) (($ $ #11#) NIL T ELT)) (|coerce| ((#4# $) NIL T ELT) (($ |#3|) NIL T ELT) (((|OutputForm|) $) NIL T ELT) (($ #8#) 12 T ELT) (($ (|Fraction| #8#)) NIL T ELT)) (|characteristic| (#1# 15 T CONST)) (/ (($ $ |#3|) 59 T ELT)))
(((|DirectProductCategory&| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |coerce| (|#1| (|Fraction| #1=(|Integer|)))) (SIGNATURE |coerce| (|#1| #1#)) (SIGNATURE |differentiate| (|#1| |#1| #2=(|Symbol|))) (SIGNATURE |differentiate| (|#1| |#1| #3=(|List| #2#))) (SIGNATURE |differentiate| (|#1| |#1| #2# #4=(|NonNegativeInteger|))) (SIGNATURE |differentiate| (|#1| |#1| #3# (|List| #4#))) (SIGNATURE |differentiate| (|#1| |#1|)) (SIGNATURE |differentiate| (|#1| |#1| #4#)) (SIGNATURE |coerce| ((|OutputForm|) |#1|)) (SIGNATURE |characteristic| #5=(#4#) |constant|) (SIGNATURE |reducedSystem| (#6=(|Matrix| #1#) #7=(|Matrix| |#1|))) (SIGNATURE |reducedSystem| ((|Record| (|:| |mat| #6#) (|:| |vec| (|Vector| #1#))) #7# #8=(|Vector| |#1|))) (SIGNATURE |coerce| (|#1| |#3|)) (SIGNATURE |differentiate| (|#1| |#1| #9=(|Mapping| |#3| |#3|) #4#)) (SIGNATURE |differentiate| (|#1| |#1| #9#)) (SIGNATURE |reducedSystem| (#10=(|Matrix| |#3|) #7#)) (SIGNATURE |reducedSystem| ((|Record| (|:| |mat| #10#) (|:| |vec| #11=(|Vector| |#3|))) #7# #8#)) (SIGNATURE |size| #5#) (SIGNATURE / (|#1| |#1| |#3|)) (SIGNATURE |dimension| ((|CardinalNumber|))) (SIGNATURE |coerce| (#11# |#1|))) (|DirectProductCategory| |#2| |#3|) #4# (|Type|)) (T |DirectProductCategory&|))
((|dimension| #1=(*1 *2) (AND (|ofType| *4 #2=(|NonNegativeInteger|)) #3=(|ofCategory| *5 (|Type|)) (|isDomain| *2 (|CardinalNumber|)) #4=(|isDomain| *1 (|DirectProductCategory&| *3 *4 *5)) #5=(|ofCategory| *3 (|DirectProductCategory| *4 *5)))) (|size| #1# #6=(AND (|ofType| *4 *2) #3# (|isDomain| *2 #2#) #4# #5#)) (|characteristic| #1# #6#))
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#2| . #2=((|BasicType|))) ELT)) (|zero?| ((#3=(|Boolean|) $) 72 (|has| |#2| . #4=((|AbelianMonoid|))) ELT)) (|unitVector| (($ (|PositiveInteger|)) 128 (|has| |#2| (|Ring|)) ELT)) (|swap!| (((|Void|) $ #5=(|Integer|) #5#) 35 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|sup| (($ $ $) 124 (|has| |#2| . #6=((|OrderedAbelianMonoidSup|))) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 75 (|has| |#2| (|CancellationAbelianMonoid|)) ELT)) (|size| (((|NonNegativeInteger|)) 113 (|has| |#2| . #7=((|Finite|))) ELT)) (|setelt| ((|#2| $ #5# |#2|) 47 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|sample| (#8=($) 6 T CONST)) (|retractIfCan| (((|Union| #9=(|Integer|) . #10=("failed")) . #11=($)) 67 (|and| (|has| |#2| . #12=((|RetractableTo| #9#))) (|has| |#2| . #13=((|SetCategory|)))) ELT) (((|Union| #14=(|Fraction| #9#) . #10#) . #11#) 64 (|and| (|has| |#2| . #15=((|RetractableTo| #14#))) (|has| |#2| . #13#)) ELT) (((|Union| |#2| . #10#) . #11#) 61 (|has| |#2| . #13#) ELT)) (|retract| ((#9# . #16=($)) 66 (|and| (|has| |#2| . #12#) (|has| |#2| . #13#)) ELT) ((#14# . #16#) 63 (|and| (|has| |#2| . #15#) (|has| |#2| . #13#)) ELT) ((|#2| . #16#) 62 (|has| |#2| . #13#) ELT)) (|reducedSystem| (((|Matrix| #17=(|Integer|)) . #18=(#19=(|Matrix| $))) 110 (|and| (|has| |#2| . #20=((|LinearlyExplicitRingOver| #17#))) (|has| |#2| . #21=((|Ring|)))) ELT) (((|Record| (|:| |mat| (|Matrix| #17#)) (|:| |vec| (|Vector| #17#))) . #22=(#19# #23=(|Vector| $))) 109 (|and| (|has| |#2| . #20#) (|has| |#2| . #21#)) ELT) (((|Record| (|:| |mat| (|Matrix| |#2|)) (|:| |vec| (|Vector| |#2|))) . #22#) 108 (|has| |#2| . #21#) ELT) (((|Matrix| |#2|) . #18#) 107 (|has| |#2| . #21#) ELT)) (|reduce| ((|#2| (|Mapping| |#2| |#2| |#2|) $ |#2| |#2|) 141 (|has| |#2| . #24=((|BasicType|))) ELT) ((|#2| (|Mapping| |#2| |#2| |#2|) $ |#2|) 137 T ELT) ((|#2| (|Mapping| |#2| |#2| |#2|) $) 136 T ELT)) (|recip| (((|Union| $ "failed") $) 87 (|has| |#2| . #25=((|Ring|))) ELT)) (|random| (($) 116 (|has| |#2| . #7#) ELT)) (|qsetelt!| ((|#2| $ #5# |#2|) 48 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|qelt| ((|#2| $ #5#) 46 T ELT)) (|positive?| (((|Boolean|) $) 123 (|has| |#2| . #6#) ELT)) (|opposite?| ((#3# $ $) 74 (|has| |#2| . #4#) ELT)) (|one?| (((|Boolean|) $) 85 (|has| |#2| . #25#) ELT)) (|minIndex| ((#5# . #26=($)) 38 (|has| #5# . #27=((|OrderedSet|))) ELT)) (|min| (#28=($ $ $) 117 (|has| |#2| . #29=((|OrderedSet|))) ELT)) (|members| (((|List| |#2|) $) 135 T ELT)) (|member?| ((#30=(|Boolean|) |#2| $) 140 (|has| |#2| . #24#) ELT)) (|maxIndex| ((#5# . #26#) 39 (|has| #5# . #27#) ELT)) (|max| (#28# 118 (|has| |#2| . #29#) ELT)) (|map| (($ (|Mapping| |#2| |#2|) $) 26 T ELT)) (|lookup| ((#31=(|PositiveInteger|) $) 115 (|has| |#2| . #7#) ELT)) (|leftReducedSystem| (((|Matrix| #17#) . #32=(#23#)) 112 (|and| (|has| |#2| . #20#) (|has| |#2| . #21#)) ELT) (((|Record| (|:| |mat| (|Matrix| #17#)) (|:| |vec| (|Vector| #17#))) . #33=(#23# $)) 111 (|and| (|has| |#2| . #20#) (|has| |#2| . #21#)) ELT) (((|Record| (|:| |mat| (|Matrix| |#2|)) (|:| |vec| (|Vector| |#2|))) . #33#) 106 (|has| |#2| . #21#) ELT) (((|Matrix| |#2|) . #32#) 105 (|has| |#2| . #21#) ELT)) (|latex| (((|String|) $) 21 (|has| |#2| . #34=((|SetCategory|))) ELT)) (|indices| (((|List| #5#) $) 41 T ELT)) (|index?| ((#35=(|Boolean|) #5# $) 42 T ELT)) (|index| (($ #31#) 114 (|has| |#2| . #7#) ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#2| . #34#) ELT)) (|first| ((|#2| $) 37 (|has| #5# . #27#) ELT)) (|find| (((|Union| |#2| "failed") (|Mapping| #30# |#2|) $) 138 T ELT)) (|fill!| (($ $ |#2|) 36 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|every?| ((#30# (|Mapping| #30# |#2|) . #36=($)) 133 T ELT)) (|eval| (($ $ (|List| (|Equation| |#2|))) 25 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #34#)) ELT) (($ $ (|Equation| |#2|)) 24 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #34#)) ELT) (($ $ |#2| |#2|) 23 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #34#)) ELT) (($ $ (|List| |#2|) (|List| |#2|)) 22 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #34#)) ELT)) (|eq?| ((#37=(|Boolean|) $ $) 10 T ELT)) (|entry?| ((#35# |#2| $) 40 (AND (|has| $ (|FiniteAggregate| |#2|)) (|has| |#2| (|BasicType|))) ELT)) (|entries| (((|List| |#2|) $) 43 T ELT)) (|empty?| ((#37# $) 7 T ELT)) (|empty| (#8# 8 T ELT)) (|elt| ((|#2| $ #5# |#2|) 45 T ELT) ((|#2| $ #5#) 44 T ELT)) (|dot| ((|#2| $ $) 127 (|has| |#2| (|Ring|)) ELT)) (|directProduct| (($ (|Vector| |#2|)) 129 T ELT)) (|dimension| (((|CardinalNumber|)) 126 (|has| |#2| . #38=((|Field|))) ELT)) (|differentiate| (#39=($ $ (|NonNegativeInteger|)) 103 (|and| (|has| |#2| . #40=((|DifferentialSpace|))) (|has| |#2| . #25#)) ELT) (($ . #41=($)) 101 (|and| (|has| |#2| . #40#) (|has| |#2| . #25#)) ELT) (($ $ (|List| #42=(|Symbol|)) . #43=((|List| #44=(|NonNegativeInteger|)))) 97 (|and| (|has| |#2| . #45=((|PartialDifferentialSpace| (|Symbol|)))) (|has| |#2| . #25#)) ELT) (($ $ #42# . #46=(#44#)) 96 (|and| (|has| |#2| . #45#) (|has| |#2| . #25#)) ELT) (($ $ (|List| #42#)) 95 (|and| (|has| |#2| . #45#) (|has| |#2| . #25#)) ELT) (($ $ #42#) 93 (|and| (|has| |#2| . #45#) (|has| |#2| . #25#)) ELT) (($ $ (|Mapping| |#2| |#2|)) 92 (|has| |#2| . #25#) ELT) (($ $ (|Mapping| |#2| |#2|) . #47=((|NonNegativeInteger|))) 91 (|has| |#2| . #25#) ELT)) (|count| ((#48=(|NonNegativeInteger|) |#2| $) 139 (|has| |#2| . #24#) ELT) ((#48# (|Mapping| #30# |#2|) $) 134 T ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| (((|Vector| |#2|) . #49=($)) 130 T ELT) (($ #9#) 68 (OR (|and| (|has| |#2| . #12#) (|has| |#2| . #13#)) (|has| |#2| . #25#)) ELT) (($ #14#) 65 (|and| (|has| |#2| . #15#) (|has| |#2| . #13#)) ELT) (($ |#2|) 60 (|has| |#2| . #13#) ELT) (((|OutputForm|) . #49#) 16 (|has| |#2| (|CoercibleTo| (|OutputForm|))) ELT)) (|characteristic| (((|NonNegativeInteger|)) 88 (|has| |#2| . #25#) CONST)) (|before?| (#1# 19 (|has| |#2| . #2#) ELT)) (|any?| ((#30# (|Mapping| #30# |#2|) . #36#) 132 T ELT)) (|annihilate?| (((|Boolean|) $ $) 83 (|has| |#2| . #25#) ELT)) (|Zero| (($) 71 (|has| |#2| . #4#) CONST)) (|One| (($) 84 (|has| |#2| . #25#) CONST)) (D (#39# 104 (|and| (|has| |#2| . #40#) (|has| |#2| . #25#)) ELT) (($ . #41#) 102 (|and| (|has| |#2| . #40#) (|has| |#2| . #25#)) ELT) (($ $ (|List| #42#) . #43#) 100 (|and| (|has| |#2| . #45#) (|has| |#2| . #25#)) ELT) (($ $ #42# . #46#) 99 (|and| (|has| |#2| . #45#) (|has| |#2| . #25#)) ELT) (($ $ (|List| #42#)) 98 (|and| (|has| |#2| . #45#) (|has| |#2| . #25#)) ELT) (($ $ #42#) 94 (|and| (|has| |#2| . #45#) (|has| |#2| . #25#)) ELT) (($ $ (|Mapping| |#2| |#2|)) 90 (|has| |#2| . #25#) ELT) (($ $ (|Mapping| |#2| |#2|) . #47#) 89 (|has| |#2| . #25#) ELT)) (>= (#50=((|Boolean|) $ $) 119 (|has| |#2| . #29#) ELT)) (> (#50# 121 (|has| |#2| . #29#) ELT)) (= (#1# 17 (|has| |#2| . #2#) ELT)) (<= (#50# 120 (|has| |#2| . #29#) ELT)) (< (#50# 122 (|has| |#2| . #29#) ELT)) (/ (($ $ |#2|) 125 (|has| |#2| . #38#) ELT)) (- (($ $ $) 78 (|has| |#2| . #51=((|AbelianGroup|))) ELT) (($ $) 77 (|has| |#2| . #51#) ELT)) (+ (($ $ $) 69 (|has| |#2| . #52=((|AbelianSemiGroup|))) ELT)) (** (($ $ (|NonNegativeInteger|)) 86 (|has| |#2| . #25#) ELT) (($ $ (|PositiveInteger|)) 81 (|has| |#2| . #25#) ELT)) (* (($ $ $) 82 (|has| |#2| . #25#) ELT) (($ $ |#2|) 80 (|has| |#2| . #53=((|Monoid|))) ELT) (($ |#2| . #54=($)) 79 (|has| |#2| . #53#) ELT) (($ (|Integer|) . #54#) 76 (|has| |#2| . #51#) ELT) (($ (|NonNegativeInteger|) $) 73 (|has| |#2| . #4#) ELT) (($ (|PositiveInteger|) $) 70 (|has| |#2| . #52#) ELT)) (|#| ((#48# $) 131 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#2| (|BasicType|)) ELT)) (|zero?| (#4=(#2# $) 72 #5=(|has| |#2| (|AbelianMonoid|)) ELT)) (|unitVector| (#6=($ #7=(|PositiveInteger|)) 128 #8=(|has| |#2| (|Ring|)) ELT)) (|swap!| (((|Void|) $ #9=(|Integer|) #9#) 35 #10=(|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|sup| (#11=($ $ $) 124 #12=(|has| |#2| (|OrderedAbelianMonoidSup|)) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 75 (|has| |#2| (|CancellationAbelianMonoid|)) ELT)) (|size| (#13=(#14=(|NonNegativeInteger|)) 113 #15=(|has| |#2| (|Finite|)) ELT)) (|setelt| (#16=(|#2| $ #9# |#2|) 47 #10# ELT)) (|sample| (#17=($) 6 T CONST)) (|retractIfCan| (((|Union| #9# . #18=(#19="failed")) . #20=($)) 67 #21=(|and| (|has| |#2| (|RetractableTo| #9#)) #22=(|has| |#2| (|SetCategory|))) ELT) (((|Union| #23=(|Fraction| #9#) . #18#) . #20#) 64 #24=(|and| (|has| |#2| (|RetractableTo| #23#)) #22#) ELT) ((#25=(|Union| |#2| . #18#) . #20#) 61 #22# ELT)) (|retract| (#26=(#9# . #27=($)) 66 #21# ELT) ((#23# . #27#) 63 #24# ELT) (#28=(|#2| . #27#) 62 #22# ELT)) (|reducedSystem| ((#29=(|Matrix| #9#) . #30=(#31=(|Matrix| $))) 110 #32=(|and| (|has| |#2| (|LinearlyExplicitRingOver| #9#)) #8#) ELT) ((#33=(|Record| (|:| |mat| #29#) (|:| |vec| (|Vector| #9#))) . #34=(#31# #35=(|Vector| $))) 109 #32# ELT) ((#36=(|Record| (|:| |mat| #37=(|Matrix| |#2|)) (|:| |vec| #38=(|Vector| |#2|))) . #34#) 108 #8# ELT) ((#37# . #30#) 107 #8# ELT)) (|reduce| ((|#2| #39=(|Mapping| |#2| |#2| |#2|) $ |#2| |#2|) 141 #3# ELT) ((|#2| #39# $ |#2|) 137 T ELT) ((|#2| #39# $) 136 T ELT)) (|recip| (((|Union| $ #19#) $) 87 #8# ELT)) (|random| (#17# 116 #15# ELT)) (|qsetelt!| (#16# 48 #10# ELT)) (|qelt| (#40=(|#2| $ #9#) 46 T ELT)) (|positive?| (#4# 123 #12# ELT)) (|opposite?| (#1# 74 #5# ELT)) (|one?| (#4# 85 #8# ELT)) (|minIndex| (#26# 38 #41=(|has| #9# #42=(|OrderedSet|)) ELT)) (|min| (#11# 117 #43=(|has| |#2| #42#) ELT)) (|members| (#44=(#45=(|List| |#2|) $) 135 T ELT)) (|member?| (#46=(#2# |#2| $) 140 #3# ELT)) (|maxIndex| (#26# 39 #41# ELT)) (|max| (#11# 118 #43# ELT)) (|map| (($ #47=(|Mapping| |#2| |#2|) $) 26 T ELT)) (|lookup| ((#7# $) 115 #15# ELT)) (|leftReducedSystem| ((#29# . #48=(#35#)) 112 #32# ELT) ((#33# . #49=(#35# $)) 111 #32# ELT) ((#36# . #49#) 106 #8# ELT) ((#37# . #48#) 105 #8# ELT)) (|latex| (((|String|) $) 21 #22# ELT)) (|indices| (((|List| #9#) $) 41 T ELT)) (|index?| ((#2# #9# $) 42 T ELT)) (|index| (#6# 114 #15# ELT)) (|hash| (((|SingleInteger|) $) 20 #22# ELT)) (|first| (#28# 37 #41# ELT)) (|find| ((#25# #50=(|Mapping| #2# |#2|) $) 138 T ELT)) (|fill!| (#51=($ $ |#2|) 36 #10# ELT)) (|every?| (#52=(#2# #50# $) 133 T ELT)) (|eval| (($ $ (|List| #53=(|Equation| |#2|))) 25 #54=(AND (|has| |#2| (|Evalable| |#2|)) #22#) ELT) (($ $ #53#) 24 #54# ELT) (($ $ |#2| |#2|) 23 #54# ELT) (($ $ #45# #45#) 22 #54# ELT)) (|eq?| (#1# 10 T ELT)) (|entry?| (#46# 40 (AND (|has| $ (|FiniteAggregate| |#2|)) #3#) ELT)) (|entries| (#44# 43 T ELT)) (|empty?| (#4# 7 T ELT)) (|empty| (#17# 8 T ELT)) (|elt| (#16# 45 T ELT) (#40# 44 T ELT)) (|dot| ((|#2| $ $) 127 #8# ELT)) (|directProduct| (($ #38#) 129 T ELT)) (|dimension| (((|CardinalNumber|)) 126 #55=(|has| |#2| (|Field|)) ELT)) (|differentiate| (#56=($ $ #14#) 103 #57=(|and| (|has| |#2| (|DifferentialSpace|)) #8#) ELT) (#58=($ $) 101 #57# ELT) (#59=($ $ #60=(|List| #61=(|Symbol|)) (|List| #14#)) 97 #62=(|and| (|has| |#2| (|PartialDifferentialSpace| #61#)) #8#) ELT) (#63=($ $ #61# #14#) 96 #62# ELT) (#64=($ $ #60#) 95 #62# ELT) (#65=($ $ #61#) 93 #62# ELT) (#66=($ $ #47#) 92 #8# ELT) (#67=($ $ #47# #14#) 91 #8# ELT)) (|count| ((#14# |#2| $) 139 #3# ELT) ((#14# #50# $) 134 T ELT)) (|copy| (#58# 9 T ELT)) (|coerce| ((#38# . #68=($)) 130 T ELT) (($ #9#) 68 (OR #21# #8#) ELT) (($ #23#) 65 #24# ELT) (($ |#2|) 60 #22# ELT) ((#69=(|OutputForm|) . #68#) 16 (|has| |#2| (|CoercibleTo| #69#)) ELT)) (|characteristic| (#13# 88 #8# CONST)) (|before?| (#1# 19 #3# ELT)) (|any?| (#52# 132 T ELT)) (|annihilate?| (#1# 83 #8# ELT)) (|Zero| (#17# 71 #5# CONST)) (|One| (#17# 84 #8# CONST)) (D (#56# 104 #57# ELT) (#58# 102 #57# ELT) (#59# 100 #62# ELT) (#63# 99 #62# ELT) (#64# 98 #62# ELT) (#65# 94 #62# ELT) (#66# 90 #8# ELT) (#67# 89 #8# ELT)) (>= (#1# 119 #43# ELT)) (> (#1# 121 #43# ELT)) (= (#1# 17 #3# ELT)) (<= (#1# 120 #43# ELT)) (< (#1# 122 #43# ELT)) (/ (#51# 125 #55# ELT)) (- (#11# 78 #70=(|has| |#2| (|AbelianGroup|)) ELT) (#58# 77 #70# ELT)) (+ (#11# 69 #71=(|has| |#2| (|AbelianSemiGroup|)) ELT)) (** (#56# 86 #8# ELT) (($ $ #7#) 81 #8# ELT)) (* (#11# 82 #8# ELT) (#51# 80 #72=(|has| |#2| (|Monoid|)) ELT) (($ |#2| . #73=($)) 79 #72# ELT) (($ #9# . #73#) 76 #70# ELT) (($ #14# $) 73 #5# ELT) (($ #7# $) 70 #71# ELT)) (|#| ((#14# $) 131 T ELT)))
(((|DirectProductCategory| |#1| |#2|) (|Category|) (|NonNegativeInteger|) (|Type|)) (T |DirectProductCategory|))
-((|directProduct| (*1 *1 *2) (AND (|isDomain| *2 (|Vector| *4)) (|ofCategory| *4 (|Type|)) (|ofCategory| *1 (|DirectProductCategory| *3 *4)))) (|unitVector| (*1 *1 *2) (AND (|isDomain| *2 (|PositiveInteger|)) (|ofCategory| *1 (|DirectProductCategory| *3 *4)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *4 (|Type|)))) (|dot| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|DirectProductCategory| *3 *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|Ring|)))))
-(|Join| (|IndexedAggregate| (|Integer|) |t#2|) (|FiniteAggregate| |t#2|) (|CoercibleTo| (|Vector| |t#2|)) (CATEGORY |domain| (SIGNATURE |directProduct| ($ (|Vector| |t#2|))) (IF (|has| |t#2| (|SetCategory|)) (ATTRIBUTE (|FullyRetractableTo| |t#2|)) |%noBranch|) (IF (|has| |t#2| (|Ring|)) (PROGN (ATTRIBUTE (|BiModule| |t#2| |t#2|)) (ATTRIBUTE (|DifferentialExtension| |t#2|)) (ATTRIBUTE (|FullyLinearlyExplicitRingOver| |t#2|)) (SIGNATURE |unitVector| ($ (|PositiveInteger|))) (SIGNATURE |dot| (|t#2| $ $))) |%noBranch|) (IF (|has| |t#2| (|AbelianSemiGroup|)) (ATTRIBUTE (|AbelianSemiGroup|)) |%noBranch|) (IF (|has| |t#2| (|CancellationAbelianMonoid|)) (ATTRIBUTE (|CancellationAbelianMonoid|)) |%noBranch|) (IF (|has| |t#2| (|AbelianMonoid|)) (ATTRIBUTE (|AbelianMonoid|)) |%noBranch|) (IF (|has| |t#2| (|AbelianGroup|)) (ATTRIBUTE (|AbelianGroup|)) |%noBranch|) (IF (|has| |t#2| (|Monoid|)) (ATTRIBUTE (|LinearSet| |t#2|)) |%noBranch|) (IF (|has| |t#2| (|Finite|)) (ATTRIBUTE (|Finite|)) |%noBranch|) (IF (|has| |t#2| (|CommutativeRing|)) (ATTRIBUTE (|Module| |t#2|)) |%noBranch|) (IF (|has| |t#2| (|OrderedSet|)) (ATTRIBUTE (|OrderedSet|)) |%noBranch|) (IF (|has| |t#2| (|OrderedAbelianMonoidSup|)) (ATTRIBUTE (|OrderedAbelianMonoidSup|)) |%noBranch|) (IF (|has| |t#2| (|Field|)) (ATTRIBUTE (|VectorSpace| |t#2|)) |%noBranch|)))
-(((|AbelianGroup|) OR (|has| |#2| (|Ring|)) (|has| |#2| (|Field|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|AbelianGroup|))) ((|AbelianMonoid|) OR (|has| |#2| (|Ring|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|Field|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|AbelianGroup|))) ((|AbelianSemiGroup|) OR (|has| |#2| (|Ring|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|Field|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|AbelianSemiGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|AbelianGroup|))) ((|Aggregate|) . T) ((|BasicType|) OR (|has| |#2| (|SetCategory|)) (|has| |#2| (|Ring|)) (|has| |#2| (|OrderedSet|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|Finite|)) (|has| |#2| (|Field|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|BasicType|)) (|has| |#2| (|AbelianSemiGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|AbelianGroup|))) ((|BiModule| |#2| |#2|) OR (|has| |#2| (|Ring|)) (|has| |#2| (|Field|)) (|has| |#2| (|CommutativeRing|))) ((|CancellationAbelianMonoid|) OR (|has| |#2| (|Ring|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|Field|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|AbelianGroup|))) ((|CoercibleFrom| #1=(|Fraction| (|Integer|))) AND (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#2| (|SetCategory|))) ((|CoercibleFrom| (|Integer|)) OR (|has| |#2| (|Ring|)) (AND (|has| |#2| (|RetractableTo| (|Integer|))) (|has| |#2| (|SetCategory|)))) ((|CoercibleFrom| |#2|) |has| |#2| (|SetCategory|)) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#2| (|SetCategory|)) (|has| |#2| (|Ring|)) (|has| |#2| (|OrderedSet|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|Finite|)) (|has| |#2| (|Field|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|CoercibleTo| (|OutputForm|))) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|AbelianSemiGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|AbelianGroup|))) ((|CoercibleTo| (|Vector| |#2|)) . T) ((|DifferentialDomain| $) OR (AND (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|)))) ((|DifferentialExtension| |#2|) |has| |#2| (|Ring|)) ((|DifferentialRing|) AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) ((|DifferentialSpace|) OR (AND (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|)))) ((|DifferentialSpaceExtension| |#2|) |has| |#2| (|Ring|)) ((|Eltable| #2=(|Integer|) |#2|) . T) ((|EltableAggregate| #2# |#2|) . T) ((|Evalable| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|Finite|) |has| |#2| (|Finite|)) ((|FiniteAggregate| |#2|) . T) ((|FullyLinearlyExplicitRingOver| |#2|) |has| |#2| (|Ring|)) ((|FullyRetractableTo| |#2|) |has| |#2| (|SetCategory|)) ((|Functorial| |#2|) . T) ((|HomogeneousAggregate| |#2|) . T) ((|IndexedAggregate| #2# |#2|) . T) ((|InnerEvalable| |#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) OR (|has| |#2| (|Ring|)) (|has| |#2| (|Field|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|AbelianGroup|))) ((|LeftLinearSet| |#2|) OR (|has| |#2| (|Ring|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|Field|)) (|has| |#2| (|CommutativeRing|))) ((|LeftLinearSet| $) |has| |#2| (|Ring|)) ((|LeftModule| #3=(|Integer|)) AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))) ((|LeftModule| |#2|) OR (|has| |#2| (|Ring|)) (|has| |#2| (|Field|)) (|has| |#2| (|CommutativeRing|))) ((|LeftModule| $) |has| |#2| (|Ring|)) ((|LinearSet| |#2|) OR (|has| |#2| (|Monoid|)) (|has| |#2| (|Field|)) (|has| |#2| (|CommutativeRing|))) ((|LinearlyExplicitRingOver| #3#) AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))) ((|LinearlyExplicitRingOver| |#2|) |has| |#2| (|Ring|)) ((|Module| |#2|) OR (|has| |#2| (|Field|)) (|has| |#2| (|CommutativeRing|))) ((|Monoid|) |has| |#2| (|Ring|)) ((|OrderedAbelianMonoid|) |has| |#2| (|OrderedAbelianMonoidSup|)) ((|OrderedAbelianMonoidSup|) |has| |#2| (|OrderedAbelianMonoidSup|)) ((|OrderedAbelianSemiGroup|) |has| |#2| (|OrderedAbelianMonoidSup|)) ((|OrderedCancellationAbelianMonoid|) |has| |#2| (|OrderedAbelianMonoidSup|)) ((|OrderedSet|) OR (|has| |#2| (|OrderedSet|)) (|has| |#2| (|OrderedAbelianMonoidSup|))) ((|OrderedType|) OR (|has| |#2| (|OrderedSet|)) (|has| |#2| (|OrderedAbelianMonoidSup|))) ((|PartialDifferentialDomain| $ #4=(|Symbol|)) OR (AND (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|)))) ((|PartialDifferentialRing| (|Symbol|)) AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) ((|PartialDifferentialSpace| #4#) OR (AND (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|)))) ((|RetractableTo| #1#) AND (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#2| (|SetCategory|))) ((|RetractableTo| (|Integer|)) AND (|has| |#2| (|RetractableTo| (|Integer|))) (|has| |#2| (|SetCategory|))) ((|RetractableTo| |#2|) |has| |#2| (|SetCategory|)) ((|RightLinearSet| |#2|) OR (|has| |#2| (|Ring|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|Field|)) (|has| |#2| (|CommutativeRing|))) ((|RightModule| |#2|) OR (|has| |#2| (|Ring|)) (|has| |#2| (|Field|)) (|has| |#2| (|CommutativeRing|))) ((|Ring|) |has| |#2| (|Ring|)) ((|Rng|) |has| |#2| (|Ring|)) ((|SemiGroup|) |has| |#2| (|Ring|)) ((|SemiRing|) |has| |#2| (|Ring|)) ((|SetCategory|) OR (|has| |#2| (|SetCategory|)) (|has| |#2| (|Ring|)) (|has| |#2| (|OrderedSet|)) (|has| |#2| (|OrderedAbelianMonoidSup|)) (|has| |#2| (|Monoid|)) (|has| |#2| (|Finite|)) (|has| |#2| (|Field|)) (|has| |#2| (|CommutativeRing|)) (|has| |#2| (|CancellationAbelianMonoid|)) (|has| |#2| (|AbelianSemiGroup|)) (|has| |#2| (|AbelianMonoid|)) (|has| |#2| (|AbelianGroup|))) ((|Type|) . T) ((|VectorSpace| |#2|) |has| |#2| (|Field|)))
+((|directProduct| #1=(*1 *1 *2) (AND (|isDomain| *2 (|Vector| *4)) #2=(|ofCategory| *4 #3=(|Type|)) #4=(|ofCategory| *1 (|DirectProductCategory| *3 *4)))) (|unitVector| #1# (AND (|isDomain| *2 (|PositiveInteger|)) #4# (|ofCategory| *4 #5=(|Ring|)) #2#)) (|dot| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|DirectProductCategory| *3 *2)) (|ofCategory| *2 #3#) (|ofCategory| *2 #5#))))
+(|Join| (|IndexedAggregate| (|Integer|) |t#2|) (|FiniteAggregate| |t#2|) (|CoercibleTo| #1=(|Vector| |t#2|)) (CATEGORY |domain| (SIGNATURE |directProduct| ($ #1#)) (IF (|has| |t#2| (|SetCategory|)) (ATTRIBUTE (|FullyRetractableTo| |t#2|)) |%noBranch|) (IF (|has| |t#2| (|Ring|)) (PROGN (ATTRIBUTE (|BiModule| |t#2| |t#2|)) (ATTRIBUTE (|DifferentialExtension| |t#2|)) (ATTRIBUTE (|FullyLinearlyExplicitRingOver| |t#2|)) (SIGNATURE |unitVector| ($ (|PositiveInteger|))) (SIGNATURE |dot| (|t#2| $ $))) |%noBranch|) (IF (|has| |t#2| #2=(|AbelianSemiGroup|)) (ATTRIBUTE #2#) |%noBranch|) (IF (|has| |t#2| #3=(|CancellationAbelianMonoid|)) (ATTRIBUTE #3#) |%noBranch|) (IF (|has| |t#2| #4=(|AbelianMonoid|)) (ATTRIBUTE #4#) |%noBranch|) (IF (|has| |t#2| #5=(|AbelianGroup|)) (ATTRIBUTE #5#) |%noBranch|) (IF (|has| |t#2| (|Monoid|)) (ATTRIBUTE (|LinearSet| |t#2|)) |%noBranch|) (IF (|has| |t#2| #6=(|Finite|)) (ATTRIBUTE #6#) |%noBranch|) (IF (|has| |t#2| (|CommutativeRing|)) (ATTRIBUTE (|Module| |t#2|)) |%noBranch|) (IF (|has| |t#2| #7=(|OrderedSet|)) (ATTRIBUTE #7#) |%noBranch|) (IF (|has| |t#2| #8=(|OrderedAbelianMonoidSup|)) (ATTRIBUTE #8#) |%noBranch|) (IF (|has| |t#2| (|Field|)) (ATTRIBUTE (|VectorSpace| |t#2|)) |%noBranch|)))
+(((|AbelianGroup|) |has| |#2| (|AbelianGroup|)) ((|AbelianMonoid|) |has| |#2| (|AbelianMonoid|)) ((|AbelianSemiGroup|) |has| |#2| (|AbelianSemiGroup|)) ((|Aggregate|) . T) ((|BasicType|) OR (|has| |#2| (|BasicType|)) (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|)))) ((|BiModule| |#2| |#2|) |has| |#2| (|Ring|)) ((|CancellationAbelianMonoid|) |has| |#2| (|CancellationAbelianMonoid|)) ((|CoercibleFrom| #1=(|Fraction| #2=(|Integer|))) AND (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#2| (|SetCategory|))) ((|CoercibleFrom| #2#) OR (AND (|has| |#2| (|RetractableTo| (|Integer|))) (|has| |#2| (|SetCategory|))) (|has| |#2| (|Ring|))) ((|CoercibleFrom| |#2|) |has| |#2| (|SetCategory|)) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#2| (|CoercibleTo| (|OutputForm|))) (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|)))) ((|CoercibleTo| (|Vector| |#2|)) . T) ((|DifferentialDomain| $) OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|Ring|)))) ((|DifferentialExtension| |#2|) |has| |#2| (|Ring|)) ((|DifferentialRing|) AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) ((|DifferentialSpace|) OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|Ring|)))) ((|DifferentialSpaceExtension| |#2|) |has| |#2| (|Ring|)) ((|Eltable| #2# |#2|) . T) ((|EltableAggregate| #2# |#2|) . T) ((|Evalable| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|Finite|) |has| |#2| (|Finite|)) ((|FiniteAggregate| |#2|) . T) ((|FullyLinearlyExplicitRingOver| |#2|) |has| |#2| (|Ring|)) ((|FullyRetractableTo| |#2|) |has| |#2| (|SetCategory|)) ((|Functorial| |#2|) . T) ((|HomogeneousAggregate| |#2|) . T) ((|IndexedAggregate| #2# |#2|) . T) ((|InnerEvalable| |#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|LeftLinearSet| #2#) |has| |#2| (|AbelianGroup|)) ((|LeftLinearSet| |#2|) |has| |#2| (|Monoid|)) ((|LeftLinearSet| $) |has| |#2| (|Ring|)) ((|LeftModule| #2#) AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))) ((|LeftModule| |#2|) |has| |#2| (|Ring|)) ((|LeftModule| $) |has| |#2| (|Ring|)) ((|LinearSet| |#2|) |has| |#2| (|Monoid|)) ((|LinearlyExplicitRingOver| #2#) AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))) ((|LinearlyExplicitRingOver| |#2|) |has| |#2| (|Ring|)) ((|Module| |#2|) |has| |#2| (|CommutativeRing|)) ((|Monoid|) |has| |#2| (|Ring|)) ((|OrderedAbelianMonoid|) |has| |#2| (|OrderedAbelianMonoidSup|)) ((|OrderedAbelianMonoidSup|) |has| |#2| (|OrderedAbelianMonoidSup|)) ((|OrderedAbelianSemiGroup|) |has| |#2| (|OrderedAbelianMonoidSup|)) ((|OrderedCancellationAbelianMonoid|) |has| |#2| (|OrderedAbelianMonoidSup|)) ((|OrderedSet|) |has| |#2| (|OrderedSet|)) ((|OrderedType|) |has| |#2| (|OrderedSet|)) ((|PartialDifferentialDomain| $ #3=(|Symbol|)) OR (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|Ring|)))) ((|PartialDifferentialRing| #3#) AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) ((|PartialDifferentialSpace| #3#) OR (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|Ring|)))) ((|RetractableTo| #1#) AND (|has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#2| (|SetCategory|))) ((|RetractableTo| #2#) AND (|has| |#2| (|RetractableTo| (|Integer|))) (|has| |#2| (|SetCategory|))) ((|RetractableTo| |#2|) |has| |#2| (|SetCategory|)) ((|RightLinearSet| |#2|) |has| |#2| (|Monoid|)) ((|RightModule| |#2|) |has| |#2| (|Ring|)) ((|Ring|) |has| |#2| (|Ring|)) ((|Rng|) |has| |#2| (|Ring|)) ((|SemiGroup|) |has| |#2| (|Ring|)) ((|SemiRing|) |has| |#2| (|Ring|)) ((|SetCategory|) OR (AND (|has| |#2| (|DifferentialRing|)) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#2| (|Ring|))) (AND (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|Ring|))) (|has| |#2| (|SetCategory|))) ((|Type|) . T) ((|VectorSpace| |#2|) |has| |#2| (|Field|)))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL #4=(|has| |#2| (|BasicType|)) ELT)) (|zero?| (#5=(#3# $) NIL #6=(|has| |#2| (|AbelianMonoid|)) ELT)) (|unitVector| (#7=($ #8=(|PositiveInteger|)) 71 #9=(|has| |#2| (|Ring|)) ELT)) (|swap!| (((|Void|) $ #10=(|Integer|) #10#) NIL #11=(|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|sup| (#12=($ $ $) 77 #13=(|has| |#2| (|OrderedAbelianMonoidSup|)) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 61 (|has| |#2| (|CancellationAbelianMonoid|)) ELT)) (|size| (#14=(#15=(|NonNegativeInteger|)) NIL #16=(|has| |#2| (|Finite|)) ELT)) (|setelt| #17=(#18=(|#2| $ #10# |#2|) NIL #11# ELT)) (|sample| (#19=($) NIL T CONST)) (|retractIfCan| (((|Union| #10# . #20=(#21="failed")) . #22=($)) NIL #23=(AND (|has| |#2| (|RetractableTo| #10#)) #24=(|has| |#2| (|SetCategory|))) ELT) (((|Union| #25=(|Fraction| #10#) . #20#) . #22#) NIL #26=(AND (|has| |#2| (|RetractableTo| #25#)) #24#) ELT) ((#27=(|Union| |#2| . #20#) $) 31 #24# ELT)) (|retract| (#28=(#10# . #29=($)) NIL #23# ELT) ((#25# . #29#) NIL #26# ELT) (#30=(|#2| $) 29 #24# ELT)) (|reducedSystem| ((#31=(|Matrix| #10#) . #32=(#33=(|Matrix| $))) NIL #34=(AND (|has| |#2| (|LinearlyExplicitRingOver| #10#)) #9#) ELT) ((#35=(|Record| (|:| |mat| #31#) (|:| |vec| (|Vector| #10#))) . #36=(#33# #37=(|Vector| $))) NIL #34# ELT) ((#38=(|Record| (|:| |mat| #39=(|Matrix| |#2|)) (|:| |vec| #40=(|Vector| |#2|))) . #36#) NIL #9# ELT) ((#39# . #32#) NIL #9# ELT)) (|reduce| ((|#2| #41=(|Mapping| |#2| |#2| |#2|) $ |#2| |#2|) NIL #4# ELT) ((|#2| #41# $ |#2|) NIL T ELT) ((|#2| #41# $) NIL T ELT)) (|recip| (((|Union| $ #21#) $) 67 #9# ELT)) (|random| (#19# NIL #16# ELT)) (|qsetelt!| #17#) (|qelt| (#42=(|#2| $ #10#) 64 T ELT)) (|positive?| (#5# NIL #13# ELT)) (|opposite?| (#2# NIL #6# ELT)) (|one?| (#5# NIL #9# ELT)) (|minIndex| (#28# 20 #43=(|has| #10# #44=(|OrderedSet|)) ELT)) (|min| #45=(#12# NIL #46=(|has| |#2| #44#) ELT)) (|members| (#47=(#48=(|List| |#2|) $) 14 T ELT)) (|member?| (#49=(#3# |#2| $) NIL #4# ELT)) (|maxIndex| (#28# NIL #43# ELT)) (|max| #45#) (|map| (($ #50=(|Mapping| |#2| |#2|) $) NIL T ELT)) (|lookup| ((#8# $) NIL #16# ELT)) (|leftReducedSystem| ((#31# . #51=(#37#)) NIL #34# ELT) ((#35# . #52=(#37# $)) NIL #34# ELT) ((#38# . #52#) NIL #9# ELT) ((#39# . #51#) NIL #9# ELT)) (|latex| (((|String|) $) NIL #24# ELT)) (|indices| (((|List| #10#) $) NIL T ELT)) (|index?| ((#3# #10# $) NIL T ELT)) (|index| (#7# NIL #16# ELT)) (|hash| (((|SingleInteger|) $) NIL #24# ELT)) (|first| (#30# NIL #43# ELT)) (|find| ((#27# #53=(|Mapping| #3# |#2|) $) NIL T ELT)) (|fill!| (#54=($ $ |#2|) NIL #11# ELT)) (|every?| (#55=(#3# #53# $) 24 T ELT)) (|eval| (($ $ (|List| #56=(|Equation| |#2|))) NIL #57=(AND (|has| |#2| (|Evalable| |#2|)) #24#) ELT) (($ $ #56#) NIL #57# ELT) (($ $ |#2| |#2|) NIL #57# ELT) (($ $ #48# #48#) NIL #57# ELT)) (|eq?| (#2# NIL T ELT)) (|entry?| (#49# NIL (AND (|has| $ (|FiniteAggregate| |#2|)) #4#) ELT)) (|entries| (#47# NIL T ELT)) (|empty?| (#5# NIL T ELT)) (|empty| (#19# NIL T ELT)) (|elt| (#18# NIL T ELT) (#42# 21 T ELT)) (|dot| ((|#2| $ $) NIL #9# ELT)) (|directProduct| (($ #40#) 18 T ELT)) (|dimension| (((|CardinalNumber|)) NIL #58=(|has| |#2| (|Field|)) ELT)) (|differentiate| #59=(#60=($ $ #15#) NIL #61=(AND (|has| |#2| (|DifferentialSpace|)) #9#) ELT) #62=(#63=($ $) NIL #61# ELT) #64=(($ $ #65=(|List| #66=(|Symbol|)) (|List| #15#)) NIL #67=(AND (|has| |#2| (|PartialDifferentialSpace| #66#)) #9#) ELT) #68=(($ $ #66# #15#) NIL #67# ELT) #69=(($ $ #65#) NIL #67# ELT) #70=(($ $ #66#) NIL #67# ELT) #71=(($ $ #50#) NIL #9# ELT) #72=(($ $ #50# #15#) NIL #9# ELT)) (|count| ((#15# |#2| $) NIL #4# ELT) ((#15# #53# $) NIL T ELT)) (|copy| (#63# NIL T ELT)) (|coerce| ((#40# $) 9 T ELT) (($ #10#) NIL (OR #23# #9#) ELT) (($ #25#) NIL #26# ELT) (($ |#2|) 12 #24# ELT) ((#73=(|OutputForm|) $) NIL (|has| |#2| (|CoercibleTo| #73#)) ELT)) (|characteristic| (#14# NIL #9# CONST)) (|before?| #1#) (|any?| (#55# NIL T ELT)) (|annihilate?| (#2# NIL #9# ELT)) (|Zero| (#19# 37 #6# CONST)) (|One| (#19# 41 #9# CONST)) (D #59# #62# #64# #68# #69# #70# #71# #72#) (>= #74=(#2# NIL #46# ELT)) (> #74#) (= (#2# 28 #4# ELT)) (<= #74#) (< (#2# 75 #46# ELT)) (/ (#54# NIL #58# ELT)) (- (#12# NIL #75=(|has| |#2| (|AbelianGroup|)) ELT) (#63# NIL #75# ELT)) (+ (#12# 35 #76=(|has| |#2| (|AbelianSemiGroup|)) ELT)) (** (#60# NIL #9# ELT) (($ $ #8#) NIL #9# ELT)) (* (#12# 47 #9# ELT) (#54# 45 #77=(|has| |#2| (|Monoid|)) ELT) (($ |#2| $) 46 #77# ELT) (($ #10# $) NIL #75# ELT) (($ #15# $) NIL #6# ELT) (($ #8# $) NIL #76# ELT)) (|#| ((#15# $) NIL T ELT)))
(((|DirectProduct| |#1| |#2|) (|DirectProductCategory| |#1| |#2|) (|NonNegativeInteger|) (|Type|)) (T |DirectProduct|))
NIL
@@ -639,27 +639,27 @@ NIL
((** (($ $ #1=(|PositiveInteger|)) NIL T ELT) (($ $ #2=(|NonNegativeInteger|)) NIL T ELT) (($ $ #3=(|Integer|)) 18 T ELT)) (* (($ #1# $) NIL T ELT) (($ #2# $) NIL T ELT) (($ #3# $) NIL T ELT) (($ $ $) NIL T ELT) (($ #4=(|Fraction| #3#) $) 25 T ELT) (($ $ #4#) NIL T ELT)))
(((|DivisionRing&| |#1|) (CATEGORY |package| (SIGNATURE ** (|#1| |#1| #1=(|Integer|))) (SIGNATURE * (|#1| |#1| #2=(|Fraction| #1#))) (SIGNATURE * (|#1| #2# |#1|)) (SIGNATURE ** (|#1| |#1| #3=(|NonNegativeInteger|))) (SIGNATURE * (|#1| |#1| |#1|)) (SIGNATURE ** (|#1| |#1| #4=(|PositiveInteger|))) (SIGNATURE * (|#1| #1# |#1|)) (SIGNATURE * (|#1| #3# |#1|)) (SIGNATURE * (|#1| #4# |#1|))) (|DivisionRing|)) (T |DivisionRing&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 56 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ #4=(|Fraction| (|Integer|))) 60 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ (|Integer|)) 57 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #5=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ #4# . #5#) 59 T ELT) (($ $ #4#) 58 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#4=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#5=($ $) 56 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #6=(|Integer|)) 42 T ELT) (($ #7=(|Fraction| #6#)) 60 T ELT)) (|characteristic| ((#8=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (#4# 46 T CONST)) (= (#1# 8 T ELT)) (- (#5# 30 T ELT) (#9=($ $ $) 29 T ELT)) (+ (#9# 18 T ELT)) (** (($ $ #10=(|PositiveInteger|)) 36 T ELT) (($ $ #8#) 44 T ELT) (($ $ #6#) 57 T ELT)) (* (($ #10# $) 17 T ELT) (($ #8# $) 21 T ELT) (($ #6# . #11=($)) 31 T ELT) (#9# 35 T ELT) (($ #7# . #11#) 59 T ELT) (($ $ #7#) 58 T ELT)))
(((|DivisionRing|) (|Category|)) (T |DivisionRing|))
-((** (*1 *1 *1 *2) (AND (|ofCategory| *1 (|DivisionRing|)) (|isDomain| *2 (|Integer|)))) (|inv| (*1 *1 *1) (|ofCategory| *1 (|DivisionRing|))))
+((** (*1 *1 *1 *2) (AND #1=(|ofCategory| *1 (|DivisionRing|)) (|isDomain| *2 (|Integer|)))) (|inv| (*1 *1 *1) #1#))
(|Join| (|EntireRing|) (|Algebra| (|Fraction| #1=(|Integer|))) (CATEGORY |domain| (SIGNATURE ** ($ $ #1#)) (SIGNATURE |inv| ($ $))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|EntireRing|) . T) ((|Join|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|Module| #1#) . T) ((|Monoid|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|value| ((|#1| $) 43 T ELT)) (|tail| (($ $) 54 T ELT)) (|setvalue!| ((|#1| $ |#1|) 34 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setprevious!| (($ $ $) 50 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setnext!| (($ $ $) 49 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setelt| ((|#1| $ #3="value" |#1|) 35 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setchildren!| (($ $ #4=(|List| $)) 36 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|sample| (#5=($) 6 T CONST)) (|previous| (($ $) 53 T ELT)) (|nodes| (#6=(#4# $) 45 T ELT)) (|node?| (#7=(#8=(|Boolean|) $ $) 37 (|has| |#1| . #9=((|BasicType|))) ELT)) (|next| (($ $) 52 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|leaves| (((|List| |#1|) $) 40 T ELT)) (|leaf?| (#10=(#8# $) 44 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #11=((|SetCategory|))) ELT)) (|last| ((|#1| $) 56 T ELT)) (|head| (($ $) 55 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #11#) ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #11#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #11#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #11#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #11#)) ELT)) (|eq?| ((#12=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#12# $) 7 T ELT)) (|empty| (#5# 8 T ELT)) (|elt| ((|#1| $ #3#) 42 T ELT)) (|distance| (((|Integer|) $ $) 39 T ELT)) (|cyclic?| (#10# 41 T ELT)) (|copy| (($ $) 9 T ELT)) (|concat!| (($ $ $) 51 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|children| (#6# 46 T ELT)) (|child?| (#7# 38 (|has| |#1| . #9#) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| #2#) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|EntireRing|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|Module| #1#) . T) ((|Monoid|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|value| (#4=(|#1| $) 43 T ELT)) (|tail| (#5=($ $) 54 T ELT)) (|setvalue!| ((|#1| $ |#1|) 34 #6=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setprevious!| (#7=($ $ $) 50 #6# ELT)) (|setnext!| (#7# 49 #6# ELT)) (|setelt| ((|#1| $ #8="value" |#1|) 35 #6# ELT)) (|setchildren!| (($ $ #9=(|List| $)) 36 #6# ELT)) (|sample| (#10=($) 6 T CONST)) (|previous| (#5# 53 T ELT)) (|nodes| (#11=(#9# $) 45 T ELT)) (|node?| (#1# 37 #3# ELT)) (|next| (#5# 52 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|leaves| ((#12=(|List| |#1|) $) 40 T ELT)) (|leaf?| (#13=(#2# $) 44 T ELT)) (|latex| (((|String|) $) 21 #14=(|has| |#1| (|SetCategory|)) ELT)) (|last| (#4# 56 T ELT)) (|head| (#5# 55 T ELT)) (|hash| (((|SingleInteger|) $) 20 #14# ELT)) (|eval| (($ $ (|List| #15=(|Equation| |#1|))) 25 #16=(AND (|has| |#1| (|Evalable| |#1|)) #14#) ELT) (($ $ #15#) 24 #16# ELT) (($ $ |#1| |#1|) 23 #16# ELT) (($ $ #12# #12#) 22 #16# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| (#13# 7 T ELT)) (|empty| (#10# 8 T ELT)) (|elt| ((|#1| $ #8#) 42 T ELT)) (|distance| (((|Integer|) $ $) 39 T ELT)) (|cyclic?| (#13# 41 T ELT)) (|copy| (#5# 9 T ELT)) (|concat!| (#7# 51 #6# ELT)) (|coerce| ((#17=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #17#)) ELT)) (|children| (#11# 46 T ELT)) (|child?| (#1# 38 #3# ELT)) (|before?| (#1# 19 #3# ELT)) (= (#1# 17 #3# ELT)))
(((|DoublyLinkedAggregate| |#1|) (|Category|) (|Type|)) (T |DoublyLinkedAggregate|))
-((|last| (*1 *2 *1) (AND (|ofCategory| *1 (|DoublyLinkedAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|head| (*1 *1 *1) (AND (|ofCategory| *1 (|DoublyLinkedAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|tail| (*1 *1 *1) (AND (|ofCategory| *1 (|DoublyLinkedAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|previous| (*1 *1 *1) (AND (|ofCategory| *1 (|DoublyLinkedAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|next| (*1 *1 *1) (AND (|ofCategory| *1 (|DoublyLinkedAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|concat!| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|DoublyLinkedAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|setprevious!| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|DoublyLinkedAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|setnext!| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|DoublyLinkedAggregate| *2)) (|ofCategory| *2 (|Type|)))))
-(|Join| (|RecursiveAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |last| (|t#1| $)) (SIGNATURE |head| ($ $)) (SIGNATURE |tail| ($ $)) (SIGNATURE |previous| ($ $)) (SIGNATURE |next| ($ $)) (IF (|has| $ (|ShallowlyMutableAggregate| |t#1|)) (PROGN (SIGNATURE |concat!| ($ $ $)) (SIGNATURE |setprevious!| ($ $ $)) (SIGNATURE |setnext!| ($ $ $))) |%noBranch|)))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|RecursiveAggregate| |#1|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T))
+((|last| (*1 *2 *1) #1=(AND #2=(|ofCategory| *1 (|DoublyLinkedAggregate| *2)) #3=(|ofCategory| *2 (|Type|)))) (|head| #4=(*1 *1 *1) #1#) (|tail| #4# #1#) (|previous| #4# #1#) (|next| #4# #1#) (|concat!| #5=(*1 *1 *1 *1) #6=(AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) #2# #3#)) (|setprevious!| #5# #6#) (|setnext!| #5# #6#))
+(|Join| (|RecursiveAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |last| (|t#1| $)) (SIGNATURE |head| #1=($ $)) (SIGNATURE |tail| #1#) (SIGNATURE |previous| #1#) (SIGNATURE |next| #1#) (IF (|has| $ (|ShallowlyMutableAggregate| |t#1|)) (PROGN (SIGNATURE |concat!| #2=($ $ $)) (SIGNATURE |setprevious!| #2#) (SIGNATURE |setnext!| #2#)) |%noBranch|)))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|RecursiveAggregate| |#1|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL #4=(|has| |#1| (|BasicType|)) ELT)) (|value| #5=((|#1| $) NIL T ELT)) (|third| #5#) (|tail| #6=(#7=($ $) NIL T ELT)) (|swap!| (((|Void|) $ #8=(|Integer|) #8#) NIL #9=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|split!| (#10=($ $ #8#) NIL #9# ELT)) (|sorted?| (#11=(#3# $) NIL #12=(|has| |#1| #13=(|OrderedSet|)) ELT) ((#3# #14=(|Mapping| #3# |#1| |#1|) $) NIL T ELT)) (|sort!| (#7# NIL (AND #9# #12#) ELT) (#15=($ #14# $) NIL #9# ELT)) (|sort| (#7# 10 #12# ELT) (#15# NIL T ELT)) (|size?| #16=((#3# $ #17=(|NonNegativeInteger|)) NIL T ELT)) (|setvalue!| #18=((|#1| $ |#1|) NIL #9# ELT)) (|setrest!| (#19=($ $ $) NIL #9# ELT)) (|setlast!| #18#) (|setfirst!| #18#) (|setelt| ((|#1| $ #20="value" |#1|) NIL #9# ELT) ((|#1| $ #21="first" |#1|) NIL #9# ELT) (($ $ #22="rest" $) NIL #9# ELT) ((|#1| $ #23="last" |#1|) NIL #9# ELT) ((|#1| $ #24=(|UniversalSegment| #8#) |#1|) NIL #9# ELT) #25=(#26=(|#1| $ #8# |#1|) NIL #9# ELT)) (|setchildren!| (($ $ #27=(|List| $)) NIL #9# ELT)) (|select!| #28=(#29=($ #30=(|Mapping| #3# |#1|) $) NIL T ELT)) (|select| #31=(#29# NIL #32=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|second| #5#) (|sample| (#33=($) NIL T CONST)) (|reverse!| #34=(#7# NIL #9# ELT)) (|reverse| #6#) (|rest| #6# #35=(($ $ #17#) NIL T ELT)) (|removeDuplicates!| (#7# NIL #4# ELT)) (|removeDuplicates| (#7# 7 #36=(AND #32# #4#) ELT)) (|remove!| (#37=($ |#1| $) NIL #4# ELT) #28#) (|remove| #31# (#37# NIL #36# ELT)) (|reduce| ((|#1| #38=(|Mapping| |#1| |#1| |#1|) $) NIL T ELT) ((|#1| #38# $ |#1|) NIL T ELT) ((|#1| #38# $ |#1| |#1|) NIL #4# ELT)) (|qsetelt!| #25#) (|qelt| #39=((|#1| $ #8#) NIL T ELT)) (|possiblyInfinite?| #40=(#11# NIL T ELT)) (|position| ((#8# |#1| $ #8#) NIL #4# ELT) ((#8# |#1| $) NIL #4# ELT) ((#8# #30# $) NIL T ELT)) (|nodes| #41=((#27# $) NIL T ELT)) (|node?| #1#) (|new| (($ #17# |#1|) NIL T ELT)) (|more?| #16#) (|minIndex| #42=((#8# $) NIL (|has| #8# #13#) ELT)) (|min| #43=(#19# NIL #12# ELT)) (|merge!| #43# #44=(($ #14# $ $) NIL T ELT)) (|merge| #43# #44#) (|members| #45=(#46=(#47=(|List| |#1|) $) NIL T ELT)) (|member?| (#48=(#3# |#1| $) NIL #4# ELT)) (|maxIndex| #42#) (|max| #43#) (|map!| #49=(($ (|Mapping| |#1| |#1|) $) NIL T ELT)) (|map| #49# (($ #38# $ $) NIL T ELT)) (|list| (($ |#1|) NIL T ELT)) (|less?| #16#) (|leaves| #45#) (|leaf?| #40#) (|latex| (((|String|) $) NIL #50=(|has| |#1| (|SetCategory|)) ELT)) (|last| #5# #35#) (|insert!| #51=(#52=($ $ $ #8#) NIL T ELT) #53=(($ |#1| $ #8#) NIL T ELT)) (|insert| #51# #53#) (|indices| (((|List| #8#) $) NIL T ELT)) (|index?| ((#3# #8# $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL #50# ELT)) (|first| #5# #35#) (|find| (((|Union| |#1| "failed") #30# $) NIL T ELT)) (|fill!| (#54=($ $ |#1|) NIL #9# ELT)) (|explicitlyFinite?| #40#) (|every?| #55=((#3# #30# $) NIL T ELT)) (|eval| (($ $ (|List| #56=(|Equation| |#1|))) NIL #57=(AND (|has| |#1| (|Evalable| |#1|)) #50#) ELT) (($ $ #56#) NIL #57# ELT) (($ $ |#1| |#1|) NIL #57# ELT) (($ $ #47# #47#) NIL #57# ELT)) (|eq?| (#2# NIL T ELT)) (|entry?| (#48# NIL #36# ELT)) (|entries| #45#) (|empty?| #40#) (|empty| (#33# NIL T ELT)) (|elt| ((|#1| $ #20#) NIL T ELT) ((|#1| $ #21#) NIL T ELT) (($ $ #22#) NIL T ELT) ((|#1| $ #23#) NIL T ELT) #58=(($ $ #24#) NIL T ELT) #39# (#26# NIL T ELT) (($ $ "unique") 9 T ELT) (($ $ "sort") 12 T ELT) ((#17# $ "count") 16 T ELT)) (|distance| ((#8# $ $) NIL T ELT)) (|delete!| #58# #59=(#10# NIL T ELT)) (|delete| #58# #59#) (|datalist| (#60=($ #47#) 22 T ELT)) (|cyclic?| #40#) (|cycleTail| #6#) (|cycleSplit!| #34#) (|cycleLength| (#61=(#17# $) NIL T ELT)) (|cycleEntry| #6#) (|count| ((#17# #30# $) NIL T ELT) ((#17# |#1| $) NIL #4# ELT)) (|copyInto!| (#52# NIL #9# ELT)) (|copy| #6#) (|convert| ((#62=(|InputForm|) $) NIL (|has| |#1| (|ConvertibleTo| #62#)) ELT)) (|construct| (#60# NIL T ELT)) (|concat!| #63=(#19# NIL T ELT) #64=(#54# NIL T ELT)) (|concat| #63# (#37# NIL T ELT) (($ #27#) NIL T ELT) #64#) (|coerce| (#60# 17 T ELT) (#46# 18 T ELT) ((#65=(|OutputForm|) $) 21 (|has| |#1| (|CoercibleTo| #65#)) ELT)) (|children| #41#) (|child?| #1#) (|before?| #1#) (|any?| #55#) (>= #66=(#2# NIL #12# ELT)) (> #66#) (= #1#) (<= #66#) (< #66#) (|#| (#61# 14 T ELT)))
(((|DataList| |#1|) (|Join| (|ListAggregate| |#1|) (|HomotopicTo| #1=(|List| |#1|)) (CATEGORY |domain| (SIGNATURE |datalist| ($ #1#)) (SIGNATURE |elt| ($ $ "unique")) (SIGNATURE |elt| ($ $ "sort")) (SIGNATURE |elt| ((|NonNegativeInteger|) $ "count")))) (|OrderedSet|)) (T |DataList|))
((|datalist| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) #1=(|ofCategory| *3 #2=(|OrderedSet|)) #3=(|isDomain| *1 (|DataList| *3)))) (|elt| #4=(*1 *1 *1 *2) (AND (|isDomain| *2 "unique") #3# #1#)) (|elt| #4# (AND (|isDomain| *2 "sort") #3# #1#)) (|elt| (*1 *2 *1 *3) (AND (|isDomain| *3 "count") (|isDomain| *2 (|NonNegativeInteger|)) (|isDomain| *1 (|DataList| *4)) (|ofCategory| *4 #2#))))
((|shanksDiscLogAlgorithm| (((|Union| #1=(|NonNegativeInteger|) "failed") |#1| |#1| #1#) 40 T ELT)))
(((|DiscreteLogarithmPackage| |#1|) (CATEGORY |package| (SIGNATURE |shanksDiscLogAlgorithm| ((|Union| #1=(|NonNegativeInteger|) "failed") |#1| |#1| #1#))) (|Join| (|Monoid|) (|Finite|) (CATEGORY |package| (SIGNATURE ** (|#1| |#1| (|Integer|)))))) (T |DiscreteLogarithmPackage|))
((|shanksDiscLogAlgorithm| (*1 *2 *3 *3 *2) (|partial| AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *3 (|Join| (|Monoid|) (|Finite|) (CATEGORY |package| (SIGNATURE ** (*3 *3 (|Integer|)))))) (|isDomain| *1 (|DiscreteLogarithmPackage| *3)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| ((#2# $ $) 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|differentiate| (($ . #4=($)) 61 (|has| |#1| . #5=((|DifferentialSpace|))) ELT) (#6=($ $ (|NonNegativeInteger|)) 59 (|has| |#1| . #5#) ELT) (($ $ #7=(|Symbol|)) 57 (|has| |#1| . #8=((|PartialDifferentialSpace| #7#))) ELT) (($ $ (|List| #7#)) 55 (|has| |#1| . #8#) ELT) (($ $ #7# . #9=(#10=(|NonNegativeInteger|))) 54 (|has| |#1| . #8#) ELT) (($ $ (|List| #7#) . #11=((|List| #10#))) 53 (|has| |#1| . #8#) ELT) (($ $ (|Mapping| |#1| |#1|) . #12=((|NonNegativeInteger|))) 47 T ELT) (($ $ (|Mapping| |#1| |#1|)) 46 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (D (($ . #4#) 60 (|has| |#1| . #5#) ELT) (#6# 58 (|has| |#1| . #5#) ELT) (($ $ #7#) 56 (|has| |#1| . #8#) ELT) (($ $ (|List| #7#)) 52 (|has| |#1| . #8#) ELT) (($ $ #7# . #9#) 51 (|has| |#1| . #8#) ELT) (($ $ (|List| #7#) . #11#) 50 (|has| |#1| . #8#) ELT) (($ $ (|Mapping| |#1| |#1|) . #12#) 49 T ELT) (($ $ (|Mapping| |#1| |#1|)) 48 T ELT)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #13=($)) 31 T ELT) (($ |#1| . #13#) 34 T ELT) (($ $ |#1|) 38 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| (#1# 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|differentiate| (#4=($ $) 61 #5=(|has| |#1| (|DifferentialSpace|)) ELT) (#6=($ $ #7=(|NonNegativeInteger|)) 59 #5# ELT) (#8=($ $ #9=(|Symbol|)) 57 #10=(|has| |#1| (|PartialDifferentialSpace| #9#)) ELT) (#11=($ $ #12=(|List| #9#)) 55 #10# ELT) (#13=($ $ #9# #7#) 54 #10# ELT) (#14=($ $ #12# (|List| #7#)) 53 #10# ELT) (#15=($ $ #16=(|Mapping| |#1| |#1|) #7#) 47 T ELT) (#17=($ $ #16#) 46 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (D (#4# 60 #5# ELT) (#6# 58 #5# ELT) (#8# 56 #10# ELT) (#11# 52 #10# ELT) (#13# 51 #10# ELT) (#14# 50 #10# ELT) (#15# 49 T ELT) (#17# 48 T ELT)) (= (#1# 8 T ELT)) (- (#4# 30 T ELT) (#18=($ $ $) 29 T ELT)) (+ (#18# 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ #7# $) 21 T ELT) (($ (|Integer|) . #19=($)) 31 T ELT) (($ |#1| . #19#) 34 T ELT) (($ $ |#1|) 38 T ELT)))
(((|DifferentialModuleExtension| |#1|) (|Category|) (|Ring|)) (T |DifferentialModuleExtension|))
NIL
-(|Join| (|BiModule| |t#1| |t#1|) (|DifferentialSpaceExtension| |t#1|) (CATEGORY |package| (IF (|has| |t#1| (|DifferentialSpace|)) (ATTRIBUTE (|DifferentialModule| |t#1|)) |%noBranch|) (IF (|has| |t#1| (|PartialDifferentialSpace| (|Symbol|))) (ATTRIBUTE (|PartialDifferentialModule| |t#1| (|Symbol|))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|DifferentialDomain| $) |has| |#1| (|DifferentialSpace|)) ((|DifferentialModule| |#1|) |has| |#1| (|DifferentialSpace|)) ((|DifferentialSpace|) |has| |#1| (|DifferentialSpace|)) ((|DifferentialSpaceExtension| |#1|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) OR (AND (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|DifferentialSpace|)))) ((|Module| |#1|) OR (AND (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|DifferentialSpace|)))) ((|PartialDifferentialDomain| $ #1=(|Symbol|)) |has| |#1| (|PartialDifferentialSpace| (|Symbol|))) ((|PartialDifferentialModule| |#1| (|Symbol|)) |has| |#1| (|PartialDifferentialSpace| (|Symbol|))) ((|PartialDifferentialSpace| #1#) |has| |#1| (|PartialDifferentialSpace| (|Symbol|))) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(|Join| (|BiModule| |t#1| |t#1|) (|DifferentialSpaceExtension| |t#1|) (CATEGORY |package| (IF (|has| |t#1| (|DifferentialSpace|)) (ATTRIBUTE (|DifferentialModule| |t#1|)) |%noBranch|) (IF (|has| |t#1| (|PartialDifferentialSpace| #1=(|Symbol|))) (ATTRIBUTE (|PartialDifferentialModule| |t#1| #1#)) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|DifferentialDomain| $) |has| |#1| (|DifferentialSpace|)) ((|DifferentialModule| |#1|) |has| |#1| (|DifferentialSpace|)) ((|DifferentialSpace|) |has| |#1| (|DifferentialSpace|)) ((|DifferentialSpaceExtension| |#1|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) OR (AND (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|DifferentialSpace|))) (AND (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))))) ((|Module| |#1|) OR (AND (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|DifferentialSpace|))) (AND (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))))) ((|PartialDifferentialDomain| $ #1=(|Symbol|)) |has| |#1| (|PartialDifferentialSpace| (|Symbol|))) ((|PartialDifferentialModule| |#1| #1#) |has| |#1| (|PartialDifferentialSpace| (|Symbol|))) ((|PartialDifferentialSpace| #1#) |has| |#1| (|PartialDifferentialSpace| (|Symbol|))) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| #4=(#5=(#3# $) NIL T ELT)) (|variables| ((#6=(|List| #7=(|OrderedVariableList| |#1|)) $) NIL T ELT)) (|univariate| ((#8=(|SparseUnivariatePolynomial| $) $ #7#) NIL T ELT) ((#9=(|SparseUnivariatePolynomial| |#2|) $) NIL T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) NIL #10=(|has| |#2| (|IntegralDomain|)) ELT)) (|unitCanonical| #11=(#12=($ $) NIL #10# ELT)) (|unit?| (#5# NIL #10# ELT)) (|totalDegree| #13=((#14=(|NonNegativeInteger|) $) NIL T ELT) ((#14# $ #6#) NIL T ELT)) (|subtractIfCan| ((#15=(|Maybe| $) $ $) NIL T ELT)) (|squareFreePolynomial| #16=(((|Factored| #8#) #8#) NIL #17=(|has| |#2| (|PolynomialFactorizationExplicit|)) ELT)) (|squareFreePart| #18=(#12# NIL #19=(|has| |#2| (|GcdDomain|)) ELT)) (|squareFree| (#20=((|Factored| $) $) NIL #19# ELT)) (|solveLinearPolynomialEquation| (((|Union| #21=(|List| #8#) #22="failed") #21# #8#) NIL #17# ELT)) (|sample| #23=(($) NIL T CONST)) (|retractIfCan| (((|Union| |#2| . #24=(#22#)) . #25=($)) NIL T ELT) (((|Union| #26=(|Fraction| #27=(|Integer|)) . #24#) . #25#) NIL #28=(|has| |#2| (|RetractableTo| #26#)) ELT) (((|Union| #27# . #24#) . #25#) NIL #29=(|has| |#2| (|RetractableTo| #27#)) ELT) #30=(((|Union| #7# . #24#) . #25#) NIL T ELT)) (|retract| #31=(#32=(|#2| . #33=($)) NIL T ELT) ((#26# . #33#) NIL #28# ELT) ((#27# . #33#) NIL #29# ELT) ((#7# . #33#) NIL T ELT)) (|resultant| (($ $ $ #7#) NIL #34=(|has| |#2| (|CommutativeRing|)) ELT)) (|reorder| (($ $ (|List| #27#)) NIL T ELT)) (|reductum| #35=(#12# NIL T ELT)) (|reducedSystem| ((#36=(|Matrix| #27#) . #37=(#38=(|Matrix| $))) NIL #39=(|has| |#2| (|LinearlyExplicitRingOver| #27#)) ELT) ((#40=(|Record| (|:| |mat| #36#) (|:| |vec| (|Vector| #27#))) . #41=(#38# #42=(|Vector| $))) NIL #39# ELT) ((#43=(|Record| (|:| |mat| #44=(|Matrix| |#2|)) (|:| |vec| (|Vector| |#2|))) . #41#) NIL T ELT) ((#44# . #37#) NIL T ELT)) (|recip| ((#45=(|Union| $ #22#) $) NIL T ELT)) (|primitivePart| #18# #46=(#47=($ $ #7#) NIL #19# ELT)) (|primitiveMonomials| #48=((#49=(|List| $) $) NIL T ELT)) (|prime?| (#5# NIL #17# ELT)) (|pomopo!| (($ $ |#2| #50=(|DirectProduct| (|#| |#1|) #14#) $) NIL T ELT)) (|patternMatch| ((#51=(|PatternMatchResult| #52=(|Float|) . #53=($)) $ #54=(|Pattern| #52#) #51#) NIL (AND (|has| #7# #55=(|PatternMatchable| #52#)) (|has| |#2| #55#)) ELT) ((#56=(|PatternMatchResult| #27# . #53#) $ #57=(|Pattern| #27#) #56#) NIL (AND (|has| #7# #58=(|PatternMatchable| #27#)) (|has| |#2| #58#)) ELT)) (|opposite?| #1#) (|one?| #4#) (|numberOfMonomials| #13#) (|multivariate| (($ #9# #7#) NIL T ELT) (($ #8# #7#) NIL T ELT)) (|monomials| #48#) (|monomial?| #4#) (|monomial| (($ |#2| #50#) NIL T ELT) #59=(($ $ #7# #14#) NIL T ELT) #60=(($ $ #6# #61=(|List| #14#)) NIL T ELT)) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $ #7#) NIL T ELT)) (|minimumDegree| #62=((#50# $) NIL T ELT) #63=((#14# $ #7#) NIL T ELT) #64=((#61# $ #6#) NIL T ELT)) (|mapExponents| (($ (|Mapping| #50# #50#) $) NIL T ELT)) (|map| (($ (|Mapping| |#2| |#2|) $) NIL T ELT)) (|mainVariable| #30#) (|leftReducedSystem| ((#36# . #65=(#42#)) NIL #39# ELT) ((#40# . #66=(#42# $)) NIL #39# ELT) ((#43# . #66#) NIL T ELT) ((#44# . #65#) NIL T ELT)) (|leadingMonomial| #35#) (|leadingCoefficient| #31#) (|lcm| #67=(($ #49#) NIL #19# ELT) #68=(#69=($ $ $) NIL #19# ELT)) (|latex| (((|String|) $) NIL T ELT)) (|isTimes| #70=(((|Union| #49# #22#) $) NIL T ELT)) (|isPlus| #70#) (|isExpt| (((|Union| (|Record| (|:| |var| #7#) (|:| |exponent| #14#)) #22#) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|ground?| #4#) (|ground| #31#) (|gcdPolynomial| ((#8# #8# #8#) NIL #19# ELT)) (|gcd| #67# #68#) (|factorSquareFreePolynomial| #16#) (|factorPolynomial| #16#) (|factor| (#20# NIL #17# ELT)) (|exquo| ((#45# $ |#2|) NIL #10# ELT) ((#45# $ $) NIL #10# ELT)) (|eval| (($ $ (|List| #71=(|Equation| $))) NIL T ELT) (($ $ #71#) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ #49# #49#) NIL T ELT) (($ $ #7# |#2|) NIL T ELT) (($ $ #6# #72=(|List| |#2|)) NIL T ELT) (($ $ #7# $) NIL T ELT) (($ $ #6# #49#) NIL T ELT)) (|discriminant| (#47# NIL #34# ELT)) (|differentiate| #60# #59# #73=(($ $ #6#) NIL T ELT) #74=(#47# NIL T ELT)) (|degree| #62# #63# #64#) (|convert| ((#54# . #75=($)) NIL (AND (|has| #7# #76=(|ConvertibleTo| #54#)) (|has| |#2| #76#)) ELT) ((#57# . #75#) NIL (AND (|has| #7# #77=(|ConvertibleTo| #57#)) (|has| |#2| #77#)) ELT) ((#78=(|InputForm|) . #75#) NIL (AND (|has| #7# #79=(|ConvertibleTo| #78#)) (|has| |#2| #79#)) ELT)) (|content| (#32# NIL #19# ELT) #46#) (|conditionP| (((|Union| #42# #22#) #38#) NIL #80=(AND (|has| $ #81=(|CharacteristicNonZero|)) #17#) ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #27#) NIL T ELT) (($ |#2|) NIL T ELT) (($ #7#) NIL T ELT) (($ #26#) NIL (OR #82=(|has| |#2| (|Algebra| #26#)) #28#) ELT) #11#) (|coefficients| ((#72# $) NIL T ELT)) (|coefficient| ((|#2| $ #50#) NIL T ELT) #59# #60#) (|charthRoot| ((#15# $) NIL (OR #80# (|has| |#2| #81#)) ELT)) (|characteristic| ((#14#) NIL T CONST)) (|binomThmExpt| (($ $ $ #14#) NIL #34# ELT)) (|before?| #1#) (|associates?| (#2# NIL #10# ELT)) (|annihilate?| #1#) (|Zero| #23#) (|One| #23#) (D #60# #59# #73# #74#) (= #1#) (/ (#83=($ $ |#2|) NIL (|has| |#2| (|Field|)) ELT)) (- #35# #84=(#69# NIL T ELT)) (+ #84#) (** (($ $ #85=(|PositiveInteger|)) NIL T ELT) (($ $ #14#) NIL T ELT)) (* (($ #85# $) NIL T ELT) (($ #14# $) NIL T ELT) (($ #27# . #86=($)) NIL T ELT) #84# (($ $ #26#) NIL #82# ELT) (($ #26# . #86#) NIL #82# ELT) (($ |#2| . #86#) NIL T ELT) (#83# NIL T ELT)))
(((|DistributedMultivariatePolynomial| |#1| |#2|) (|Join| (|PolynomialCategory| |#2| (|DirectProduct| (|#| |#1|) (|NonNegativeInteger|)) (|OrderedVariableList| |#1|)) (CATEGORY |domain| (SIGNATURE |reorder| ($ $ (|List| (|Integer|)))))) (|List| (|Symbol|)) (|Ring|)) (T |DistributedMultivariatePolynomial|))
((|reorder| (*1 *1 *1 *2) (AND (|isDomain| *2 (|List| (|Integer|))) (|isDomain| *1 (|DistributedMultivariatePolynomial| *3 *4)) (|ofType| *3 (|List| (|Symbol|))) (|ofCategory| *4 (|Ring|)))))
@@ -681,16 +681,16 @@ NIL
((|weights| ((#1=(|List| #2=(|NonNegativeInteger|)) $) 56 T ELT) ((#1# $ |#3|) 59 T ELT)) (|weight| (#3=(#2# $) 58 T ELT) (#4=(#2# $ |#3|) 61 T ELT)) (|separant| (#5=($ $) 76 T ELT)) (|retractIfCan| (((|Union| |#2| #6="failed") $) NIL T ELT) (((|Union| #7=(|Fraction| #8=(|Integer|)) #6#) $) NIL T ELT) (((|Union| #8# #6#) $) NIL T ELT) (((|Union| |#4| #6#) $) NIL T ELT) (((|Union| |#3| #6#) $) 83 T ELT)) (|order| (#4# 43 T ELT) (#3# 38 T ELT)) (|makeVariable| ((#9=(|Mapping| $ #2#) |#3|) 15 T ELT) ((#9# $) 88 T ELT)) (|leader| ((|#4| $) 69 T ELT)) (|isobaric?| (((|Boolean|) $) 67 T ELT)) (|initial| (#5# 75 T ELT)) (|eval| (($ $ (|List| #10=(|Equation| $))) 111 T ELT) (($ $ #10#) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ #11=(|List| $) #11#) NIL T ELT) (($ $ |#4| |#2|) NIL T ELT) (($ $ #12=(|List| |#4|) #13=(|List| |#2|)) NIL T ELT) (($ $ |#4| $) NIL T ELT) (($ $ #12# #11#) NIL T ELT) (($ $ |#3| $) NIL T ELT) (($ $ #14=(|List| |#3|) #11#) 103 T ELT) (($ $ |#3| |#2|) NIL T ELT) (($ $ #14# #13#) 97 T ELT)) (|differentiate| (($ $ #12# #1#) NIL T ELT) (($ $ |#4| #2#) NIL T ELT) (($ $ #12#) NIL T ELT) (($ $ |#4|) NIL T ELT) (($ $ #15=(|Mapping| |#2| |#2|)) 32 T ELT) (($ $ #15# #2#) NIL T ELT) (($ $ #16=(|Symbol|)) NIL T ELT) (($ $ #17=(|List| #16#)) NIL T ELT) (($ $ #16# #2#) NIL T ELT) (($ $ #17# #1#) NIL T ELT) #18=(#5# NIL T ELT) (($ $ #2#) NIL T ELT)) (|differentialVariables| ((#14# $) 86 T ELT)) (|degree| ((|#5| $) NIL T ELT) ((#2# $ |#4|) NIL T ELT) ((#1# $ #12#) NIL T ELT) (#4# 49 T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #8#) NIL T ELT) (($ |#2|) NIL T ELT) (($ |#4|) NIL T ELT) (($ |#3|) 78 T ELT) (($ #7#) NIL T ELT) #18#))
(((|DifferentialPolynomialCategory&| |#1| |#2| |#3| |#4| |#5|) (CATEGORY |package| (SIGNATURE |differentiate| (|#1| |#1| #1=(|NonNegativeInteger|))) (SIGNATURE |differentiate| #2=(|#1| |#1|)) (SIGNATURE |differentiate| (|#1| |#1| #3=(|List| #4=(|Symbol|)) #5=(|List| #1#))) (SIGNATURE |differentiate| (|#1| |#1| #4# #1#)) (SIGNATURE |differentiate| (|#1| |#1| #3#)) (SIGNATURE |differentiate| (|#1| |#1| #4#)) (SIGNATURE |coerce| #2#) (SIGNATURE |coerce| (|#1| #6=(|Fraction| #7=(|Integer|)))) (SIGNATURE |eval| (|#1| |#1| #8=(|List| |#3|) #9=(|List| |#2|))) (SIGNATURE |eval| (|#1| |#1| |#3| |#2|)) (SIGNATURE |eval| (|#1| |#1| #8# #10=(|List| |#1|))) (SIGNATURE |eval| (|#1| |#1| |#3| |#1|)) (SIGNATURE |makeVariable| (#11=(|Mapping| |#1| #1#) |#1|)) (SIGNATURE |separant| #2#) (SIGNATURE |initial| #2#) (SIGNATURE |leader| (|#4| |#1|)) (SIGNATURE |isobaric?| ((|Boolean|) |#1|)) (SIGNATURE |weight| #12=(#1# |#1| |#3|)) (SIGNATURE |weights| (#5# |#1| |#3|)) (SIGNATURE |weight| #13=(#1# |#1|)) (SIGNATURE |weights| (#5# |#1|)) (SIGNATURE |degree| #12#) (SIGNATURE |order| #13#) (SIGNATURE |order| #12#) (SIGNATURE |differentialVariables| (#8# |#1|)) (SIGNATURE |makeVariable| (#11# |#3|)) (SIGNATURE |coerce| (|#1| |#3|)) (SIGNATURE |retractIfCan| ((|Union| |#3| #14="failed") |#1|)) (SIGNATURE |differentiate| (|#1| |#1| #15=(|Mapping| |#2| |#2|) #1#)) (SIGNATURE |differentiate| (|#1| |#1| #15#)) (SIGNATURE |degree| (#5# |#1| #16=(|List| |#4|))) (SIGNATURE |degree| (#1# |#1| |#4|)) (SIGNATURE |coerce| (|#1| |#4|)) (SIGNATURE |retractIfCan| ((|Union| |#4| #14#) |#1|)) (SIGNATURE |eval| (|#1| |#1| #16# #10#)) (SIGNATURE |eval| (|#1| |#1| |#4| |#1|)) (SIGNATURE |eval| (|#1| |#1| #16# #9#)) (SIGNATURE |eval| (|#1| |#1| |#4| |#2|)) (SIGNATURE |eval| (|#1| |#1| #10# #10#)) (SIGNATURE |eval| (|#1| |#1| |#1| |#1|)) (SIGNATURE |eval| (|#1| |#1| #17=(|Equation| |#1|))) (SIGNATURE |eval| (|#1| |#1| (|List| #17#))) (SIGNATURE |degree| (|#5| |#1|)) (SIGNATURE |retractIfCan| ((|Union| #7# #14#) |#1|)) (SIGNATURE |retractIfCan| ((|Union| #6# #14#) |#1|)) (SIGNATURE |retractIfCan| ((|Union| |#2| #14#) |#1|)) (SIGNATURE |coerce| (|#1| |#2|)) (SIGNATURE |differentiate| (|#1| |#1| |#4|)) (SIGNATURE |differentiate| (|#1| |#1| #16#)) (SIGNATURE |differentiate| (|#1| |#1| |#4| #1#)) (SIGNATURE |differentiate| (|#1| |#1| #16# #5#)) (SIGNATURE |coerce| (|#1| #7#)) (SIGNATURE |coerce| ((|OutputForm|) |#1|))) (|DifferentialPolynomialCategory| |#2| |#3| |#4| |#5|) (|Ring|) (|OrderedSet|) (|DifferentialVariableCategory| |#3|) (|OrderedAbelianMonoidSup|)) (T |DifferentialPolynomialCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|weights| (((|List| (|NonNegativeInteger|)) $) 252 T ELT) (((|List| (|NonNegativeInteger|)) $ |#2|) 250 T ELT)) (|weight| (((|NonNegativeInteger|) $) 251 T ELT) (((|NonNegativeInteger|) $ |#2|) 249 T ELT)) (|variables| (((|List| |#3|) $) 125 T ELT)) (|univariate| ((#3=(|SparseUnivariatePolynomial| $) $ |#3|) 140 T ELT) (((|SparseUnivariatePolynomial| |#1|) $) 139 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 102 (|has| |#1| . #4=((|IntegralDomain|))) ELT)) (|unitCanonical| (($ $) 103 (|has| |#1| . #4#) ELT)) (|unit?| ((#5=(|Boolean|) $) 105 (|has| |#1| . #4#) ELT)) (|totalDegree| ((#6=(|NonNegativeInteger|) $) 127 T ELT) ((#6# $ (|List| |#3|)) 126 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePolynomial| (#7=((|Factored| #8=(|SparseUnivariatePolynomial| $)) #8#) 115 (|has| |#1| . #9=((|PolynomialFactorizationExplicit|))) ELT)) (|squareFreePart| (($ $) 113 (|has| |#1| . #10=((|GcdDomain|))) ELT)) (|squareFree| (#11=((|Factored| $) $) 112 (|has| |#1| . #10#) ELT)) (|solveLinearPolynomialEquation| (((|Union| #12=(|List| #8#) #13="failed") #12# #8#) 118 (|has| |#1| . #9#) ELT)) (|separant| (($ $) 245 T ELT)) (|sample| (#14=($) 23 T CONST)) (|retractIfCan| (((|Union| |#1| . #15=("failed")) . #16=($)) 183 T ELT) (((|Union| #17=(|Fraction| #18=(|Integer|)) . #15#) . #16#) 180 (|has| |#1| . #19=((|RetractableTo| #17#))) ELT) (((|Union| #18# . #15#) . #16#) 178 (|has| |#1| . #20=((|RetractableTo| #18#))) ELT) (((|Union| |#3| . #15#) . #16#) 155 T ELT) (((|Union| |#2| . #15#) . #16#) 259 T ELT)) (|retract| ((|#1| . #21=($)) 182 T ELT) ((#17# . #21#) 181 (|has| |#1| . #19#) ELT) ((#18# . #21#) 179 (|has| |#1| . #20#) ELT) ((|#3| . #21#) 156 T ELT) ((|#2| . #21#) 260 T ELT)) (|resultant| (($ $ $ |#3|) 123 (|has| |#1| . #22=((|CommutativeRing|))) ELT)) (|reductum| (#23=($ $) 173 T ELT)) (|reducedSystem| (((|Matrix| #24=(|Integer|)) . #25=(#26=(|Matrix| $))) 151 (|has| |#1| . #27=((|LinearlyExplicitRingOver| #24#))) ELT) (((|Record| (|:| |mat| (|Matrix| #24#)) (|:| |vec| (|Vector| #24#))) . #28=(#26# #29=(|Vector| $))) 150 (|has| |#1| . #27#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #28#) 149 T ELT) (((|Matrix| |#1|) . #25#) 148 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|primitivePart| (($ $) 195 (|has| |#1| . #30=((|GcdDomain|))) ELT) (($ $ |#3|) 120 (|has| |#1| . #10#) ELT)) (|primitiveMonomials| (#31=(#32=(|List| $) $) 124 T ELT)) (|prime?| (((|Boolean|) $) 111 (|has| |#1| . #9#) ELT)) (|pomopo!| (($ $ |#1| |#4| $) 191 T ELT)) (|patternMatch| (((|PatternMatchResult| #33=(|Float|) . #34=($)) $ (|Pattern| #33#) (|PatternMatchResult| #33# . #34#)) 99 (AND (|has| |#3| #35=(|PatternMatchable| #33#)) (|has| |#1| #35#)) ELT) (((|PatternMatchResult| #36=(|Integer|) . #34#) $ (|Pattern| #36#) (|PatternMatchResult| #36# . #34#)) 98 (AND (|has| |#3| #37=(|PatternMatchable| #36#)) (|has| |#1| #37#)) ELT)) (|order| (((|NonNegativeInteger|) $ |#2|) 255 T ELT) (((|NonNegativeInteger|) $) 254 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|numberOfMonomials| ((#38=(|NonNegativeInteger|) $) 188 T ELT)) (|multivariate| (($ (|SparseUnivariatePolynomial| |#1|) |#3|) 132 T ELT) (($ #3# |#3|) 131 T ELT)) (|monomials| (#31# 141 T ELT)) (|monomial?| (((|Boolean|) $) 171 T ELT)) (|monomial| (($ |#1| |#4|) 172 T ELT) (($ $ |#3| . #39=(#6#)) 134 T ELT) (($ $ (|List| |#3|) . #40=(#41=(|List| #6#))) 133 T ELT)) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $ |#3|) 135 T ELT)) (|minimumDegree| ((|#4| $) 189 T ELT) ((#6# $ |#3|) 137 T ELT) ((#41# $ (|List| |#3|)) 136 T ELT)) (|mapExponents| (($ (|Mapping| |#4| |#4|) $) 190 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 167 T ELT)) (|makeVariable| (((|Mapping| $ (|NonNegativeInteger|)) |#2|) 257 T ELT) (((|Mapping| $ (|NonNegativeInteger|)) $) 244 (|has| |#1| (|DifferentialRing|)) ELT)) (|mainVariable| (((|Union| |#3| #42="failed") $) 138 T ELT)) (|leftReducedSystem| (((|Matrix| #24#) . #43=(#29#)) 153 (|has| |#1| . #27#) ELT) (((|Record| (|:| |mat| (|Matrix| #24#)) (|:| |vec| (|Vector| #24#))) . #44=(#29# $)) 152 (|has| |#1| . #27#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #44#) 147 T ELT) (((|Matrix| |#1|) . #43#) 146 T ELT)) (|leadingMonomial| (#23# 169 T ELT)) (|leadingCoefficient| ((|#1| $) 168 T ELT)) (|leader| ((|#3| $) 247 T ELT)) (|lcm| (#45=($ (|List| $)) 109 (|has| |#1| . #10#) ELT) (#46=($ $ $) 108 (|has| |#1| . #10#) ELT)) (|latex| (((|String|) $) 11 T ELT)) (|isobaric?| (((|Boolean|) $) 248 T ELT)) (|isTimes| (#47=((|Union| #32# #42#) $) 129 T ELT)) (|isPlus| (#47# 130 T ELT)) (|isExpt| (((|Union| (|Record| (|:| |var| |#3|) (|:| |exponent| #6#)) #42#) $) 128 T ELT)) (|initial| (($ $) 246 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|ground?| (((|Boolean|) $) 185 T ELT)) (|ground| ((|#1| . #48=($)) 186 T ELT)) (|gcdPolynomial| ((#49=(|SparseUnivariatePolynomial| $) #49# #49#) 110 (|has| |#1| . #10#) ELT)) (|gcd| (#45# 107 (|has| |#1| . #10#) ELT) (#46# 106 (|has| |#1| . #10#) ELT)) (|factorSquareFreePolynomial| (#7# 117 (|has| |#1| . #9#) ELT)) (|factorPolynomial| (#7# 116 (|has| |#1| . #9#) ELT)) (|factor| (#11# 114 (|has| |#1| . #9#) ELT)) (|exquo| (((|Union| $ "failed") $ |#1|) 193 (|has| |#1| (|IntegralDomain|)) ELT) (((|Union| $ "failed") $ $) 101 (|has| |#1| . #4#) ELT)) (|eval| (($ $ (|List| (|Equation| $))) 164 T ELT) (($ $ (|Equation| $)) 163 T ELT) (($ $ $ $) 162 T ELT) (($ $ (|List| $) (|List| $)) 161 T ELT) (($ $ |#3| |#1|) 160 T ELT) (($ $ (|List| |#3|) (|List| |#1|)) 159 T ELT) (($ $ |#3| $) 158 T ELT) (($ $ (|List| |#3|) (|List| $)) 157 T ELT) (($ $ |#2| $) 243 (|has| |#1| . #50=((|DifferentialRing|))) ELT) (($ $ (|List| |#2|) (|List| $)) 242 (|has| |#1| . #50#) ELT) (($ $ |#2| |#1|) 241 (|has| |#1| . #51=((|DifferentialRing|))) ELT) (($ $ (|List| |#2|) (|List| |#1|)) 240 (|has| |#1| . #51#) ELT)) (|discriminant| (($ $ |#3|) 122 (|has| |#1| . #22#) ELT)) (|differentiate| (($ $ (|List| |#3|) . #52=((|List| #53=(|NonNegativeInteger|)))) 53 T ELT) (($ $ |#3| . #54=(#53#)) 52 T ELT) (($ $ (|List| |#3|)) 51 T ELT) (($ $ |#3|) 49 T ELT) (($ $ (|Mapping| |#1| |#1|)) 264 T ELT) (($ $ (|Mapping| |#1| |#1|) . #55=((|NonNegativeInteger|))) 263 T ELT) (($ . #56=($)) 239 (|has| |#1| . #57=((|DifferentialSpace|))) ELT) (#58=($ $ (|NonNegativeInteger|)) 237 (|has| |#1| . #57#) ELT) (($ $ #59=(|Symbol|)) 235 (|has| |#1| . #60=((|PartialDifferentialSpace| (|Symbol|)))) ELT) (($ $ (|List| #59#)) 233 (|has| |#1| . #60#) ELT) (($ $ #59# . #54#) 232 (|has| |#1| . #60#) ELT) (($ $ (|List| #59#) . #52#) 231 (|has| |#1| . #60#) ELT)) (|differentialVariables| (((|List| |#2|) $) 256 T ELT)) (|degree| ((|#4| $) 170 T ELT) ((#6# $ |#3|) 145 T ELT) ((#41# $ (|List| |#3|)) 144 T ELT) (((|NonNegativeInteger|) $ |#2|) 253 T ELT)) (|convert| ((#61=(|Pattern| #33#) . #62=($)) 97 (AND (|has| |#3| #63=(|ConvertibleTo| #61#)) (|has| |#1| #63#)) ELT) ((#64=(|Pattern| #36#) . #62#) 96 (AND (|has| |#3| #65=(|ConvertibleTo| #64#)) (|has| |#1| #65#)) ELT) ((#66=(|InputForm|) . #62#) 95 (AND (|has| |#3| #67=(|ConvertibleTo| #66#)) (|has| |#1| #67#)) ELT)) (|content| ((|#1| . #48#) 194 (|has| |#1| . #30#) ELT) (($ $ |#3|) 121 (|has| |#1| . #10#) ELT)) (|conditionP| (((|Union| (|Vector| $) #13#) (|Matrix| $)) 119 (|and| #68=(|has| $ (|CharacteristicNonZero|)) (|has| |#1| . #9#)) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 184 T ELT) (($ |#3|) 154 T ELT) (($ |#2|) 258 T ELT) (($ #17#) 93 (OR (|has| |#1| . #19#) (|has| |#1| . #69=((|Algebra| #70=(|Fraction| (|Integer|)))))) ELT) (($ $) 100 (|has| |#1| . #4#) ELT)) (|coefficients| (((|List| |#1|) $) 187 T ELT)) (|coefficient| ((|#1| $ |#4|) 174 T ELT) (($ $ |#3| . #39#) 143 T ELT) (($ $ (|List| |#3|) . #40#) 142 T ELT)) (|charthRoot| (((|Maybe| $) $) 94 (OR (|and| #68# (|has| |#1| . #9#)) (|has| |#1| (|CharacteristicNonZero|))) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|binomThmExpt| (($ $ $ #38#) 192 (|has| |#1| (|CommutativeRing|)) ELT)) (|before?| (#1# 6 T ELT)) (|associates?| ((#5# $ $) 104 (|has| |#1| . #4#) ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#14# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ (|List| |#3|) . #52#) 56 T ELT) (($ $ |#3| . #54#) 55 T ELT) (($ $ (|List| |#3|)) 54 T ELT) (($ $ |#3|) 50 T ELT) (($ $ (|Mapping| |#1| |#1|)) 262 T ELT) (($ $ (|Mapping| |#1| |#1|) . #55#) 261 T ELT) (($ . #56#) 238 (|has| |#1| . #57#) ELT) (#58# 236 (|has| |#1| . #57#) ELT) (($ $ #59#) 234 (|has| |#1| . #60#) ELT) (($ $ (|List| #59#)) 230 (|has| |#1| . #60#) ELT) (($ $ #59# . #54#) 229 (|has| |#1| . #60#) ELT) (($ $ (|List| #59#) . #52#) 228 (|has| |#1| . #60#) ELT)) (= (#1# 8 T ELT)) (/ (($ $ |#1|) 175 (|has| |#1| (|Field|)) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #71=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ #70#) 177 (|has| |#1| . #69#) ELT) (($ #70# . #71#) 176 (|has| |#1| . #69#) ELT) (($ |#1| . #71#) 166 T ELT) (($ $ |#1|) 165 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|weights| ((#4=(|List| #5=(|NonNegativeInteger|)) $) 252 T ELT) ((#4# $ |#2|) 250 T ELT)) (|weight| (#6=(#5# $) 251 T ELT) (#7=(#5# $ |#2|) 249 T ELT)) (|variables| ((#8=(|List| |#3|) $) 125 T ELT)) (|univariate| ((#9=(|SparseUnivariatePolynomial| $) $ |#3|) 140 T ELT) ((#10=(|SparseUnivariatePolynomial| |#1|) $) 139 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 102 #11=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| (#12=($ $) 103 #11# ELT)) (|unit?| (#3# 105 #11# ELT)) (|totalDegree| (#6# 127 T ELT) ((#5# $ #8#) 126 T ELT)) (|subtractIfCan| ((#13=(|Maybe| $) $ $) 26 T ELT)) (|squareFreePolynomial| (#14=((|Factored| #9#) #9#) 115 #15=(|has| |#1| (|PolynomialFactorizationExplicit|)) ELT)) (|squareFreePart| (#12# 113 #16=(|has| |#1| (|GcdDomain|)) ELT)) (|squareFree| (#17=((|Factored| $) $) 112 #16# ELT)) (|solveLinearPolynomialEquation| (((|Union| #18=(|List| #9#) #19="failed") #18# #9#) 118 #15# ELT)) (|separant| (#12# 245 T ELT)) (|sample| (#20=($) 23 T CONST)) (|retractIfCan| (((|Union| |#1| . #21=(#19#)) . #22=($)) 183 T ELT) (((|Union| #23=(|Fraction| #24=(|Integer|)) . #21#) . #22#) 180 #25=(|has| |#1| (|RetractableTo| #23#)) ELT) (((|Union| #24# . #21#) . #22#) 178 #26=(|has| |#1| (|RetractableTo| #24#)) ELT) (#27=((|Union| |#3| . #21#) . #22#) 155 T ELT) (((|Union| |#2| . #21#) . #22#) 259 T ELT)) (|retract| (#28=(|#1| . #29=($)) 182 T ELT) ((#23# . #29#) 181 #25# ELT) ((#24# . #29#) 179 #26# ELT) (#30=(|#3| . #29#) 156 T ELT) ((|#2| . #29#) 260 T ELT)) (|resultant| (($ $ $ |#3|) 123 #31=(|has| |#1| (|CommutativeRing|)) ELT)) (|reductum| (#12# 173 T ELT)) (|reducedSystem| ((#32=(|Matrix| #24#) . #33=(#34=(|Matrix| $))) 151 #35=(|has| |#1| (|LinearlyExplicitRingOver| #24#)) ELT) ((#36=(|Record| (|:| |mat| #32#) (|:| |vec| (|Vector| #24#))) . #37=(#34# #38=(|Vector| $))) 150 #35# ELT) ((#39=(|Record| (|:| |mat| #40=(|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #37#) 149 T ELT) ((#40# . #33#) 148 T ELT)) (|recip| ((#41=(|Union| $ #19#) $) 43 T ELT)) (|primitivePart| (#12# 195 #16# ELT) (#42=($ $ |#3|) 120 #16# ELT)) (|primitiveMonomials| (#43=(#44=(|List| $) $) 124 T ELT)) (|prime?| (#3# 111 #15# ELT)) (|pomopo!| (($ $ |#1| |#4| $) 191 T ELT)) (|patternMatch| ((#45=(|PatternMatchResult| #46=(|Float|) . #47=($)) $ #48=(|Pattern| #46#) #45#) 99 (AND (|has| |#3| #49=(|PatternMatchable| #46#)) (|has| |#1| #49#)) ELT) ((#50=(|PatternMatchResult| #24# . #47#) $ #51=(|Pattern| #24#) #50#) 98 (AND (|has| |#3| #52=(|PatternMatchable| #24#)) (|has| |#1| #52#)) ELT)) (|order| (#7# 255 T ELT) (#6# 254 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|numberOfMonomials| (#6# 188 T ELT)) (|multivariate| (($ #10# |#3|) 132 T ELT) (($ #9# |#3|) 131 T ELT)) (|monomials| (#43# 141 T ELT)) (|monomial?| (#3# 171 T ELT)) (|monomial| (($ |#1| |#4|) 172 T ELT) (#53=($ $ |#3| #5#) 134 T ELT) (#54=($ $ #8# #4#) 133 T ELT)) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $ |#3|) 135 T ELT)) (|minimumDegree| (#55=(|#4| $) 189 T ELT) (#56=(#5# $ |#3|) 137 T ELT) (#57=(#4# $ #8#) 136 T ELT)) (|mapExponents| (($ (|Mapping| |#4| |#4|) $) 190 T ELT)) (|map| (($ #58=(|Mapping| |#1| |#1|) $) 167 T ELT)) (|makeVariable| ((#59=(|Mapping| $ #5#) |#2|) 257 T ELT) ((#59# $) 244 #60=(|has| |#1| (|DifferentialRing|)) ELT)) (|mainVariable| (#27# 138 T ELT)) (|leftReducedSystem| ((#32# . #61=(#38#)) 153 #35# ELT) ((#36# . #62=(#38# $)) 152 #35# ELT) ((#39# . #62#) 147 T ELT) ((#40# . #61#) 146 T ELT)) (|leadingMonomial| (#12# 169 T ELT)) (|leadingCoefficient| (#28# 168 T ELT)) (|leader| (#30# 247 T ELT)) (|lcm| (#63=($ #44#) 109 #16# ELT) (#64=($ $ $) 108 #16# ELT)) (|latex| (((|String|) $) 11 T ELT)) (|isobaric?| (#3# 248 T ELT)) (|isTimes| (#65=((|Union| #44# #19#) $) 129 T ELT)) (|isPlus| (#65# 130 T ELT)) (|isExpt| (((|Union| (|Record| (|:| |var| |#3|) (|:| |exponent| #5#)) #19#) $) 128 T ELT)) (|initial| (#12# 246 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|ground?| (#3# 185 T ELT)) (|ground| (#28# 186 T ELT)) (|gcdPolynomial| ((#9# #9# #9#) 110 #16# ELT)) (|gcd| (#63# 107 #16# ELT) (#64# 106 #16# ELT)) (|factorSquareFreePolynomial| (#14# 117 #15# ELT)) (|factorPolynomial| (#14# 116 #15# ELT)) (|factor| (#17# 114 #15# ELT)) (|exquo| ((#41# $ |#1|) 193 #11# ELT) ((#41# $ $) 101 #11# ELT)) (|eval| (($ $ (|List| #66=(|Equation| $))) 164 T ELT) (($ $ #66#) 163 T ELT) (($ $ $ $) 162 T ELT) (($ $ #44# #44#) 161 T ELT) (($ $ |#3| |#1|) 160 T ELT) (($ $ #8# #67=(|List| |#1|)) 159 T ELT) (($ $ |#3| $) 158 T ELT) (($ $ #8# #44#) 157 T ELT) (($ $ |#2| $) 243 #60# ELT) (($ $ #68=(|List| |#2|) #44#) 242 #60# ELT) (($ $ |#2| |#1|) 241 #60# ELT) (($ $ #68# #67#) 240 #60# ELT)) (|discriminant| (#42# 122 #31# ELT)) (|differentiate| (#54# 53 T ELT) (#53# 52 T ELT) (#69=($ $ #8#) 51 T ELT) (#42# 49 T ELT) (#70=($ $ #58#) 264 T ELT) (#71=($ $ #58# #5#) 263 T ELT) (#12# 239 #72=(|has| |#1| (|DifferentialSpace|)) ELT) (#73=($ $ #5#) 237 #72# ELT) (#74=($ $ #75=(|Symbol|)) 235 #76=(|has| |#1| (|PartialDifferentialSpace| #75#)) ELT) (#77=($ $ #78=(|List| #75#)) 233 #76# ELT) (#79=($ $ #75# #5#) 232 #76# ELT) (#80=($ $ #78# #4#) 231 #76# ELT)) (|differentialVariables| ((#68# $) 256 T ELT)) (|degree| (#55# 170 T ELT) (#56# 145 T ELT) (#57# 144 T ELT) (#7# 253 T ELT)) (|convert| ((#48# . #81=($)) 97 (AND (|has| |#3| #82=(|ConvertibleTo| #48#)) (|has| |#1| #82#)) ELT) ((#51# . #81#) 96 (AND (|has| |#3| #83=(|ConvertibleTo| #51#)) (|has| |#1| #83#)) ELT) ((#84=(|InputForm|) . #81#) 95 (AND (|has| |#3| #85=(|ConvertibleTo| #84#)) (|has| |#1| #85#)) ELT)) (|content| (#28# 194 #16# ELT) (#42# 121 #16# ELT)) (|conditionP| (((|Union| #38# #19#) #34#) 119 #86=(|and| (|has| $ #87=(|CharacteristicNonZero|)) #15#) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #24#) 42 T ELT) (($ |#1|) 184 T ELT) (($ |#3|) 154 T ELT) (($ |#2|) 258 T ELT) (($ #23#) 93 (OR #25# #88=(|has| |#1| (|Algebra| #23#))) ELT) (#12# 100 #11# ELT)) (|coefficients| ((#67# $) 187 T ELT)) (|coefficient| ((|#1| $ |#4|) 174 T ELT) (#53# 143 T ELT) (#54# 142 T ELT)) (|charthRoot| ((#13# $) 94 (OR #86# (|has| |#1| #87#)) ELT)) (|characteristic| ((#5#) 41 T CONST)) (|binomThmExpt| (($ $ $ #5#) 192 #31# ELT)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 104 #11# ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#20# 24 T CONST)) (|One| (#20# 46 T CONST)) (D (#54# 56 T ELT) (#53# 55 T ELT) (#69# 54 T ELT) (#42# 50 T ELT) (#70# 262 T ELT) (#71# 261 T ELT) (#12# 238 #72# ELT) (#73# 236 #72# ELT) (#74# 234 #76# ELT) (#77# 230 #76# ELT) (#79# 229 #76# ELT) (#80# 228 #76# ELT)) (= (#1# 8 T ELT)) (/ (#89=($ $ |#1|) 175 (|has| |#1| (|Field|)) ELT)) (- (#12# 30 T ELT) (#64# 29 T ELT)) (+ (#64# 18 T ELT)) (** (($ $ #90=(|PositiveInteger|)) 36 T ELT) (#73# 44 T ELT)) (* (($ #90# $) 17 T ELT) (($ #5# $) 21 T ELT) (($ #24# . #91=($)) 31 T ELT) (#64# 35 T ELT) (($ $ #23#) 177 #88# ELT) (($ #23# . #91#) 176 #88# ELT) (($ |#1| . #91#) 166 T ELT) (#89# 165 T ELT)))
(((|DifferentialPolynomialCategory| |#1| |#2| |#3| |#4|) (|Category|) (|Ring|) (|OrderedSet|) (|DifferentialVariableCategory| |t#2|) (|OrderedAbelianMonoidSup|)) (T |DifferentialPolynomialCategory|))
-((|makeVariable| (*1 *2 *3) (AND (|ofCategory| *4 (|Ring|)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *5 (|DifferentialVariableCategory| *3)) (|ofCategory| *6 (|OrderedAbelianMonoidSup|)) (|isDomain| *2 (|Mapping| *1 (|NonNegativeInteger|))) (|ofCategory| *1 (|DifferentialPolynomialCategory| *4 *3 *5 *6)))) (|differentialVariables| (*1 *2 *1) (AND (|ofCategory| *1 (|DifferentialPolynomialCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *5 (|DifferentialVariableCategory| *4)) (|ofCategory| *6 (|OrderedAbelianMonoidSup|)) (|isDomain| *2 (|List| *4)))) (|order| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|DifferentialPolynomialCategory| *4 *3 *5 *6)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *5 (|DifferentialVariableCategory| *3)) (|ofCategory| *6 (|OrderedAbelianMonoidSup|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|order| (*1 *2 *1) (AND (|ofCategory| *1 (|DifferentialPolynomialCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *5 (|DifferentialVariableCategory| *4)) (|ofCategory| *6 (|OrderedAbelianMonoidSup|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|degree| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|DifferentialPolynomialCategory| *4 *3 *5 *6)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *5 (|DifferentialVariableCategory| *3)) (|ofCategory| *6 (|OrderedAbelianMonoidSup|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|weights| (*1 *2 *1) (AND (|ofCategory| *1 (|DifferentialPolynomialCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *5 (|DifferentialVariableCategory| *4)) (|ofCategory| *6 (|OrderedAbelianMonoidSup|)) (|isDomain| *2 (|List| (|NonNegativeInteger|))))) (|weight| (*1 *2 *1) (AND (|ofCategory| *1 (|DifferentialPolynomialCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *5 (|DifferentialVariableCategory| *4)) (|ofCategory| *6 (|OrderedAbelianMonoidSup|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|weights| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|DifferentialPolynomialCategory| *4 *3 *5 *6)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *5 (|DifferentialVariableCategory| *3)) (|ofCategory| *6 (|OrderedAbelianMonoidSup|)) (|isDomain| *2 (|List| (|NonNegativeInteger|))))) (|weight| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|DifferentialPolynomialCategory| *4 *3 *5 *6)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *5 (|DifferentialVariableCategory| *3)) (|ofCategory| *6 (|OrderedAbelianMonoidSup|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|isobaric?| (*1 *2 *1) (AND (|ofCategory| *1 (|DifferentialPolynomialCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *5 (|DifferentialVariableCategory| *4)) (|ofCategory| *6 (|OrderedAbelianMonoidSup|)) (|isDomain| *2 (|Boolean|)))) (|leader| (*1 *2 *1) (AND (|ofCategory| *1 (|DifferentialPolynomialCategory| *3 *4 *2 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|DifferentialVariableCategory| *4)))) (|initial| (*1 *1 *1) (AND (|ofCategory| *1 (|DifferentialPolynomialCategory| *2 *3 *4 *5)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|DifferentialVariableCategory| *3)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)))) (|separant| (*1 *1 *1) (AND (|ofCategory| *1 (|DifferentialPolynomialCategory| *2 *3 *4 *5)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|DifferentialVariableCategory| *3)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)))) (|makeVariable| (*1 *2 *1) (AND (|ofCategory| *3 (|DifferentialRing|)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *5 (|DifferentialVariableCategory| *4)) (|ofCategory| *6 (|OrderedAbelianMonoidSup|)) (|isDomain| *2 (|Mapping| *1 (|NonNegativeInteger|))) (|ofCategory| *1 (|DifferentialPolynomialCategory| *3 *4 *5 *6)))))
-(|Join| (|PolynomialCategory| |t#1| |t#4| |t#3|) (|DifferentialExtension| |t#1|) (|RetractableTo| |t#2|) (CATEGORY |domain| (SIGNATURE |makeVariable| ((|Mapping| $ (|NonNegativeInteger|)) |t#2|)) (SIGNATURE |differentialVariables| ((|List| |t#2|) $)) (SIGNATURE |order| ((|NonNegativeInteger|) $ |t#2|)) (SIGNATURE |order| ((|NonNegativeInteger|) $)) (SIGNATURE |degree| ((|NonNegativeInteger|) $ |t#2|)) (SIGNATURE |weights| ((|List| (|NonNegativeInteger|)) $)) (SIGNATURE |weight| ((|NonNegativeInteger|) $)) (SIGNATURE |weights| ((|List| (|NonNegativeInteger|)) $ |t#2|)) (SIGNATURE |weight| ((|NonNegativeInteger|) $ |t#2|)) (SIGNATURE |isobaric?| ((|Boolean|) $)) (SIGNATURE |leader| (|t#3| $)) (SIGNATURE |initial| ($ $)) (SIGNATURE |separant| ($ $)) (IF (|has| |t#1| (|DifferentialRing|)) (PROGN (ATTRIBUTE (|InnerEvalable| |t#2| |t#1|)) (ATTRIBUTE (|InnerEvalable| |t#2| $)) (ATTRIBUTE (|Evalable| $)) (SIGNATURE |makeVariable| ((|Mapping| $ (|NonNegativeInteger|)) $))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| |#4|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|CommutativeRing|))) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) OR (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| |#2|) . T) ((|CoercibleFrom| |#3|) . T) ((|CoercibleFrom| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|CommutativeRing|))) ((|ConvertibleTo| (|InputForm|)) AND (|has| |#1| (|ConvertibleTo| (|InputForm|))) (|has| |#3| (|ConvertibleTo| (|InputForm|)))) ((|ConvertibleTo| (|Pattern| (|Float|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (|has| |#3| (|ConvertibleTo| (|Pattern| (|Float|))))) ((|ConvertibleTo| (|Pattern| (|Integer|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Pattern| (|Integer|))))) ((|DifferentialDomain| $) OR (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|DifferentialRing|))) ((|DifferentialExtension| |#1|) . T) ((|DifferentialRing|) |has| |#1| (|DifferentialRing|)) ((|DifferentialSpace|) OR (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|DifferentialRing|))) ((|DifferentialSpaceExtension| |#1|) . T) ((|EntireRing|) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|Evalable| $) . T) ((|FiniteAbelianMonoidRing| |#1| |#4|) . T) ((|FullyLinearlyExplicitRingOver| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|Functorial| |#1|) . T) ((|GcdDomain|) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|GcdDomain|))) ((|InnerEvalable| |#2| |#1|) |has| |#1| (|DifferentialRing|)) ((|InnerEvalable| |#2| $) |has| |#1| (|DifferentialRing|)) ((|InnerEvalable| |#3| |#1|) . T) ((|InnerEvalable| |#3| $) . T) ((|InnerEvalable| $ $) . T) ((|IntegralDomain|) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|Join|) . T) ((|LeftLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| #2=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|LinearlyExplicitRingOver| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|Module| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #3=(|Symbol|)) OR (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) ((|PartialDifferentialDomain| $ |#3|) . T) ((|PartialDifferentialRing| (|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) ((|PartialDifferentialRing| |#3|) . T) ((|PartialDifferentialSpace| #3#) OR (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) ((|PartialDifferentialSpace| |#3|) . T) ((|PatternMatchable| (|Float|)) AND (|has| |#1| (|PatternMatchable| (|Float|))) (|has| |#3| (|PatternMatchable| (|Float|)))) ((|PatternMatchable| (|Integer|)) AND (|has| |#1| (|PatternMatchable| (|Integer|))) (|has| |#3| (|PatternMatchable| (|Integer|)))) ((|PolynomialCategory| |#1| |#4| |#3|) . T) ((|PolynomialFactorizationExplicit|) |has| |#1| (|PolynomialFactorizationExplicit|)) ((|RetractableTo| (|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| (|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RetractableTo| |#2|) . T) ((|RetractableTo| |#3|) . T) ((|RightLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|CommutativeRing|))) ((|RightModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|CommutativeRing|))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|PolynomialFactorizationExplicit|)))
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|top!| ((|#1| $) 64 T ELT)) (|top| ((|#1| . #3=($)) 42 T ELT)) (|sample| (#4=($) 6 T CONST)) (|rotate!| (($ $) 70 T ELT)) (|reverse!| (($ $) 58 T ELT)) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 55 (|has| |#1| . #5=((|BasicType|))) ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) 51 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $) 50 T ELT)) (|push!| ((|#1| |#1| $) 44 T ELT)) (|pop!| ((|#1| . #3#) 43 T ELT)) (|members| (((|List| |#1|) $) 49 T ELT)) (|member?| ((#6=(|Boolean|) |#1| $) 54 (|has| |#1| . #5#) ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|length| (((|NonNegativeInteger|) $) 71 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #7=((|SetCategory|))) ELT)) (|inspect| ((|#1| . #8=($)) 35 T ELT)) (|insertTop!| ((|#1| |#1| $) 62 T ELT)) (|insertBottom!| ((|#1| |#1| $) 61 T ELT)) (|insert!| (($ |#1| $) 36 T ELT)) (|height| (((|NonNegativeInteger|) $) 65 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #7#) ELT)) (|front| ((|#1| . #9=($)) 72 T ELT)) (|find| (((|Union| |#1| "failed") (|Mapping| #6# |#1|) $) 52 T ELT)) (|extractTop!| ((|#1| $) 60 T ELT)) (|extractBottom!| ((|#1| $) 59 T ELT)) (|extract!| ((|#1| . #8#) 37 T ELT)) (|every?| ((#6# (|Mapping| #6# |#1|) . #10=($)) 47 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #7#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #7#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #7#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #7#)) ELT)) (|eq?| ((#11=(|Boolean|) $ $) 10 T ELT)) (|enqueue!| ((|#1| |#1| $) 68 T ELT)) (|empty?| ((#11# $) 7 T ELT)) (|empty| (#4# 8 T ELT)) (|dequeue!| ((|#1| . #9#) 69 T ELT)) (|dequeue| (($) 67 T ELT) (($ (|List| |#1|)) 66 T ELT)) (|depth| (((|NonNegativeInteger|) $) 41 T ELT)) (|count| ((#12=(|NonNegativeInteger|) |#1| $) 53 (|has| |#1| . #5#) ELT) ((#12# (|Mapping| #6# |#1|) $) 48 T ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|bottom!| ((|#1| $) 63 T ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (|bag| (($ (|List| |#1|)) 38 T ELT)) (|back| ((|#1| . #9#) 73 T ELT)) (|any?| ((#6# (|Mapping| #6# |#1|) . #10#) 46 T ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)) (|#| ((#12# $) 45 T ELT)))
+((|makeVariable| (*1 *2 *3) (AND #1=(|ofCategory| *4 #2=(|Ring|)) #3=(|ofCategory| *3 #4=(|OrderedSet|)) #5=(|ofCategory| *5 #6=(|DifferentialVariableCategory| *3)) #7=(|ofCategory| *6 #8=(|OrderedAbelianMonoidSup|)) #9=(|isDomain| *2 (|Mapping| *1 #10=(|NonNegativeInteger|))) #11=(|ofCategory| *1 (|DifferentialPolynomialCategory| *4 *3 *5 *6)))) (|differentialVariables| #12=(*1 *2 *1) (AND #13=(|ofCategory| *1 (|DifferentialPolynomialCategory| *3 *4 *5 *6)) #14=(|ofCategory| *3 #2#) #15=(|ofCategory| *4 #4#) #16=(|ofCategory| *5 #17=(|DifferentialVariableCategory| *4)) #7# (|isDomain| *2 (|List| *4)))) (|order| #18=(*1 *2 *1 *3) #19=(AND #11# #1# #3# #5# #7# #20=(|isDomain| *2 #10#))) (|order| #12# #21=(AND #13# #14# #15# #16# #7# #20#)) (|degree| #18# #19#) (|weights| #12# (AND #13# #14# #15# #16# #7# #22=(|isDomain| *2 (|List| #10#)))) (|weight| #12# #21#) (|weights| #18# (AND #11# #1# #3# #5# #7# #22#)) (|weight| #18# #19#) (|isobaric?| #12# (AND #13# #14# #15# #16# #7# (|isDomain| *2 (|Boolean|)))) (|leader| #12# (AND (|ofCategory| *1 (|DifferentialPolynomialCategory| *3 *4 *2 *5)) #14# #15# #23=(|ofCategory| *5 #8#) (|ofCategory| *2 #17#))) (|initial| #24=(*1 *1 *1) #25=(AND (|ofCategory| *1 (|DifferentialPolynomialCategory| *2 *3 *4 *5)) (|ofCategory| *2 #2#) #3# (|ofCategory| *4 #6#) #23#)) (|separant| #24# #25#) (|makeVariable| #12# (AND (|ofCategory| *3 (|DifferentialRing|)) #14# #15# #16# #7# #9# #13#)))
+(|Join| (|PolynomialCategory| |t#1| |t#4| |t#3|) (|DifferentialExtension| |t#1|) (|RetractableTo| |t#2|) (CATEGORY |domain| (SIGNATURE |makeVariable| (#1=(|Mapping| $ #2=(|NonNegativeInteger|)) |t#2|)) (SIGNATURE |differentialVariables| ((|List| |t#2|) $)) (SIGNATURE |order| #3=(#2# $ |t#2|)) (SIGNATURE |order| #4=(#2# $)) (SIGNATURE |degree| #3#) (SIGNATURE |weights| (#5=(|List| #2#) $)) (SIGNATURE |weight| #4#) (SIGNATURE |weights| (#5# $ |t#2|)) (SIGNATURE |weight| #3#) (SIGNATURE |isobaric?| ((|Boolean|) $)) (SIGNATURE |leader| (|t#3| $)) (SIGNATURE |initial| #6=($ $)) (SIGNATURE |separant| #6#) (IF (|has| |t#1| (|DifferentialRing|)) (PROGN (ATTRIBUTE (|InnerEvalable| |t#2| |t#1|)) (ATTRIBUTE (|InnerEvalable| |t#2| $)) (ATTRIBUTE (|Evalable| $)) (SIGNATURE |makeVariable| (#1# $))) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| |#4|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) |has| |#1| (|CommutativeRing|)) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| |#2|) . T) ((|CoercibleFrom| |#3|) . T) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) |has| |#1| (|CommutativeRing|)) ((|ConvertibleTo| (|InputForm|)) AND (|has| |#1| (|ConvertibleTo| (|InputForm|))) (|has| |#3| (|ConvertibleTo| (|InputForm|)))) ((|ConvertibleTo| (|Pattern| #3=(|Float|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (|has| |#3| (|ConvertibleTo| (|Pattern| (|Float|))))) ((|ConvertibleTo| (|Pattern| #2#)) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Pattern| (|Integer|))))) ((|DifferentialDomain| $) |has| |#1| (|DifferentialSpace|)) ((|DifferentialExtension| |#1|) . T) ((|DifferentialRing|) |has| |#1| (|DifferentialRing|)) ((|DifferentialSpace|) |has| |#1| (|DifferentialSpace|)) ((|DifferentialSpaceExtension| |#1|) . T) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|Evalable| $) . T) ((|FiniteAbelianMonoidRing| |#1| |#4|) . T) ((|FullyLinearlyExplicitRingOver| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|Functorial| |#1|) . T) ((|GcdDomain|) |has| |#1| (|GcdDomain|)) ((|InnerEvalable| |#2| |#1|) |has| |#1| (|DifferentialRing|)) ((|InnerEvalable| |#2| $) |has| |#1| (|DifferentialRing|)) ((|InnerEvalable| |#3| |#1|) . T) ((|InnerEvalable| |#3| $) . T) ((|InnerEvalable| $ $) . T) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|LeftLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|LinearlyExplicitRingOver| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|Module| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #4=(|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) ((|PartialDifferentialDomain| $ |#3|) . T) ((|PartialDifferentialRing| #4#) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) ((|PartialDifferentialRing| |#3|) . T) ((|PartialDifferentialSpace| #4#) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) ((|PartialDifferentialSpace| |#3|) . T) ((|PatternMatchable| #3#) AND (|has| |#1| (|PatternMatchable| (|Float|))) (|has| |#3| (|PatternMatchable| (|Float|)))) ((|PatternMatchable| #2#) AND (|has| |#1| (|PatternMatchable| (|Integer|))) (|has| |#3| (|PatternMatchable| (|Integer|)))) ((|PolynomialCategory| |#1| |#4| |#3|) . T) ((|PolynomialFactorizationExplicit|) |has| |#1| (|PolynomialFactorizationExplicit|)) ((|RetractableTo| #1#) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| #2#) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RetractableTo| |#2|) . T) ((|RetractableTo| |#3|) . T) ((|RightLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) |has| |#1| (|CommutativeRing|)) ((|RightModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) |has| |#1| (|CommutativeRing|)) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|PolynomialFactorizationExplicit|)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|top!| (#4=(|#1| $) 64 T ELT)) (|top| (#4# 42 T ELT)) (|sample| (#5=($) 6 T CONST)) (|rotate!| (#6=($ $) 70 T ELT)) (|reverse!| (#6# 58 T ELT)) (|reduce| ((|#1| #7=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 55 #3# ELT) ((|#1| #7# $ |#1|) 51 T ELT) ((|#1| #7# $) 50 T ELT)) (|push!| (#8=(|#1| |#1| $) 44 T ELT)) (|pop!| (#4# 43 T ELT)) (|members| ((#9=(|List| |#1|) $) 49 T ELT)) (|member?| ((#2# |#1| $) 54 #3# ELT)) (|map!| (#10=($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (#10# 26 T ELT)) (|length| (#11=(#12=(|NonNegativeInteger|) $) 71 T ELT)) (|latex| (((|String|) $) 21 #13=(|has| |#1| (|SetCategory|)) ELT)) (|inspect| (#4# 35 T ELT)) (|insertTop!| (#8# 62 T ELT)) (|insertBottom!| (#8# 61 T ELT)) (|insert!| (($ |#1| $) 36 T ELT)) (|height| (#11# 65 T ELT)) (|hash| (((|SingleInteger|) $) 20 #13# ELT)) (|front| (#4# 72 T ELT)) (|find| (((|Union| |#1| "failed") #14=(|Mapping| #2# |#1|) $) 52 T ELT)) (|extractTop!| (#4# 60 T ELT)) (|extractBottom!| (#4# 59 T ELT)) (|extract!| (#4# 37 T ELT)) (|every?| (#15=(#2# #14# $) 47 T ELT)) (|eval| (($ $ (|List| #16=(|Equation| |#1|))) 25 #17=(AND (|has| |#1| (|Evalable| |#1|)) #13#) ELT) (($ $ #16#) 24 #17# ELT) (($ $ |#1| |#1|) 23 #17# ELT) (($ $ #9# #9#) 22 #17# ELT)) (|eq?| (#1# 10 T ELT)) (|enqueue!| (#8# 68 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#5# 8 T ELT)) (|dequeue!| (#4# 69 T ELT)) (|dequeue| (#5# 67 T ELT) (#18=($ #9#) 66 T ELT)) (|depth| (#11# 41 T ELT)) (|count| ((#12# |#1| $) 53 #3# ELT) ((#12# #14# $) 48 T ELT)) (|copy| (#6# 9 T ELT)) (|coerce| ((#19=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #19#)) ELT)) (|bottom!| (#4# 63 T ELT)) (|before?| (#1# 19 #3# ELT)) (|bag| (#18# 38 T ELT)) (|back| (#4# 73 T ELT)) (|any?| (#15# 46 T ELT)) (= (#1# 17 #3# ELT)) (|#| (#11# 45 T ELT)))
(((|DequeueAggregate| |#1|) (|Category|) (|Type|)) (T |DequeueAggregate|))
-((|dequeue| (*1 *1) (AND (|ofCategory| *1 (|DequeueAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|dequeue| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *3 (|Type|)) (|ofCategory| *1 (|DequeueAggregate| *3)))) (|height| (*1 *2 *1) (AND (|ofCategory| *1 (|DequeueAggregate| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|top!| (*1 *2 *1) (AND (|ofCategory| *1 (|DequeueAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|bottom!| (*1 *2 *1) (AND (|ofCategory| *1 (|DequeueAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|insertTop!| (*1 *2 *2 *1) (AND (|ofCategory| *1 (|DequeueAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|insertBottom!| (*1 *2 *2 *1) (AND (|ofCategory| *1 (|DequeueAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|extractTop!| (*1 *2 *1) (AND (|ofCategory| *1 (|DequeueAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|extractBottom!| (*1 *2 *1) (AND (|ofCategory| *1 (|DequeueAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|reverse!| (*1 *1 *1) (AND (|ofCategory| *1 (|DequeueAggregate| *2)) (|ofCategory| *2 (|Type|)))))
-(|Join| (|StackAggregate| |t#1|) (|QueueAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |dequeue| ($)) (SIGNATURE |dequeue| ($ (|List| |t#1|))) (SIGNATURE |height| ((|NonNegativeInteger|) $)) (SIGNATURE |top!| (|t#1| $)) (SIGNATURE |bottom!| (|t#1| $)) (SIGNATURE |insertTop!| (|t#1| |t#1| $)) (SIGNATURE |insertBottom!| (|t#1| |t#1| $)) (SIGNATURE |extractTop!| (|t#1| $)) (SIGNATURE |extractBottom!| (|t#1| $)) (SIGNATURE |reverse!| ($ $))))
-(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|QueueAggregate| |#1|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|StackAggregate| |#1|) . T) ((|Type|) . T))
+((|dequeue| (*1 *1) #1=(AND (|ofCategory| *1 (|DequeueAggregate| *2)) (|ofCategory| *2 #2=(|Type|)))) (|dequeue| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) #3=(|ofCategory| *3 #2#) #4=(|ofCategory| *1 (|DequeueAggregate| *3)))) (|height| #5=(*1 *2 *1) (AND #4# #3# (|isDomain| *2 (|NonNegativeInteger|)))) (|top!| #5# #1#) (|bottom!| #5# #1#) (|insertTop!| #6=(*1 *2 *2 *1) #1#) (|insertBottom!| #6# #1#) (|extractTop!| #5# #1#) (|extractBottom!| #5# #1#) (|reverse!| (*1 *1 *1) #1#))
+(|Join| (|StackAggregate| |t#1|) (|QueueAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |dequeue| ($)) (SIGNATURE |dequeue| ($ (|List| |t#1|))) (SIGNATURE |height| ((|NonNegativeInteger|) $)) (SIGNATURE |top!| #1=(|t#1| $)) (SIGNATURE |bottom!| #1#) (SIGNATURE |insertTop!| #2=(|t#1| |t#1| $)) (SIGNATURE |insertBottom!| #2#) (SIGNATURE |extractTop!| #1#) (SIGNATURE |extractBottom!| #1#) (SIGNATURE |reverse!| ($ $))))
+(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|QueueAggregate| |#1|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|StackAggregate| |#1|) . T) ((|Type|) . T))
((|makeObject| ((#1=(|ThreeSpace| (|DoubleFloat|)) #2=(|ParametricSurface| |#1|) #3=(|SegmentBinding| (|Float|)) #3#) 75 T ELT) ((#1# #2# #3# #3# #4=(|List| (|DrawOption|))) 74 T ELT) ((#1# |#1| #3# #3#) 65 T ELT) ((#1# |#1| #3# #3# #4#) 64 T ELT) ((#1# #5=(|ParametricSpaceCurve| |#1|) #3#) 56 T ELT) ((#1# #5# #3# #4#) 55 T ELT)) (|draw| ((#6=(|ThreeDimensionalViewport|) #2# #3# #3#) 78 T ELT) ((#6# #2# #3# #3# #4#) 77 T ELT) ((#6# |#1| #3# #3#) 68 T ELT) ((#6# |#1| #3# #3# #4#) 67 T ELT) ((#6# #5# #3#) 60 T ELT) ((#6# #5# #3# #4#) 59 T ELT) ((#7=(|TwoDimensionalViewport|) #8=(|ParametricPlaneCurve| |#1|) #3#) 47 T ELT) ((#7# #8# #3# #4#) 46 T ELT) ((#7# |#1| #3#) 38 T ELT) ((#7# |#1| #3# #4#) 36 T ELT)))
(((|TopLevelDrawFunctions| |#1|) (CATEGORY |package| (SIGNATURE |draw| (#1=(|TwoDimensionalViewport|) |#1| #2=(|SegmentBinding| (|Float|)) #3=(|List| (|DrawOption|)))) (SIGNATURE |draw| (#1# |#1| #2#)) (SIGNATURE |draw| (#1# #4=(|ParametricPlaneCurve| |#1|) #2# #3#)) (SIGNATURE |draw| (#1# #4# #2#)) (SIGNATURE |draw| (#5=(|ThreeDimensionalViewport|) #6=(|ParametricSpaceCurve| |#1|) #2# #3#)) (SIGNATURE |draw| (#5# #6# #2#)) (SIGNATURE |makeObject| (#7=(|ThreeSpace| (|DoubleFloat|)) #6# #2# #3#)) (SIGNATURE |makeObject| (#7# #6# #2#)) (SIGNATURE |draw| (#5# |#1| #2# #2# #3#)) (SIGNATURE |draw| (#5# |#1| #2# #2#)) (SIGNATURE |makeObject| (#7# |#1| #2# #2# #3#)) (SIGNATURE |makeObject| (#7# |#1| #2# #2#)) (SIGNATURE |draw| (#5# #8=(|ParametricSurface| |#1|) #2# #2# #3#)) (SIGNATURE |draw| (#5# #8# #2# #2#)) (SIGNATURE |makeObject| (#7# #8# #2# #2# #3#)) (SIGNATURE |makeObject| (#7# #8# #2# #2#))) (|Join| (|ConvertibleTo| (|InputForm|)) (|SetCategory|))) (T |TopLevelDrawFunctions|))
((|makeObject| #1=(*1 *2 *3 *4 *4) (AND #2=(|isDomain| *3 (|ParametricSurface| *5)) #3=(|isDomain| *4 (|SegmentBinding| (|Float|))) #4=(|ofCategory| *5 #5=(|Join| (|ConvertibleTo| (|InputForm|)) (|SetCategory|))) #6=(|isDomain| *2 (|ThreeSpace| (|DoubleFloat|))) #7=(|isDomain| *1 (|TopLevelDrawFunctions| *5)))) (|makeObject| #8=(*1 *2 *3 *4 *4 *5) (AND #9=(|isDomain| *3 (|ParametricSurface| *6)) #3# #10=(|isDomain| *5 (|List| (|DrawOption|))) #11=(|ofCategory| *6 #5#) #6# #12=(|isDomain| *1 (|TopLevelDrawFunctions| *6)))) (|draw| #1# (AND #2# #3# #4# #13=(|isDomain| *2 (|ThreeDimensionalViewport|)) #7#)) (|draw| #8# (AND #9# #3# #10# #11# #13# #12#)) (|makeObject| #1# (AND #3# #6# #14=(|isDomain| *1 (|TopLevelDrawFunctions| *3)) #15=(|ofCategory| *3 #5#))) (|makeObject| #8# (AND #3# #10# #6# #14# #15#)) (|draw| #1# (AND #3# #13# #14# #15#)) (|draw| #8# (AND #3# #10# #13# #14# #15#)) (|makeObject| #16=(*1 *2 *3 *4) (AND #17=(|isDomain| *3 (|ParametricSpaceCurve| *5)) #3# #4# #6# #7#)) (|makeObject| #18=(*1 *2 *3 *4 *5) (AND #19=(|isDomain| *3 (|ParametricSpaceCurve| *6)) #3# #10# #11# #6# #12#)) (|draw| #16# (AND #17# #3# #4# #13# #7#)) (|draw| #18# (AND #19# #3# #10# #11# #13# #12#)) (|draw| #16# (AND (|isDomain| *3 (|ParametricPlaneCurve| *5)) #3# #4# #20=(|isDomain| *2 (|TwoDimensionalViewport|)) #7#)) (|draw| #18# (AND (|isDomain| *3 (|ParametricPlaneCurve| *6)) #3# #10# #11# #20# #12#)) (|draw| #16# (AND #3# #20# #14# #15#)) (|draw| #18# (AND #3# #10# #20# #14# #15#)))
@@ -721,22 +721,22 @@ NIL
((|differentiate| (#1=($ $ #2=(|Mapping| |#2| |#2|)) NIL T ELT) (#3=($ $ #2# #4=(|NonNegativeInteger|)) 11 T ELT) #5=(($ $ #6=(|List| #7=(|Symbol|)) (|List| #4#)) NIL T ELT) #8=(($ $ #7# #4#) NIL T ELT) #9=(($ $ #6#) NIL T ELT) (#10=($ $ #7#) 19 T ELT) #11=(($ $ #4#) NIL T ELT) (#12=($ $) 16 T ELT)) (D (#1# 12 T ELT) (#3# 14 T ELT) #5# #8# #9# (#10# NIL T ELT) #11# (#12# NIL T ELT)))
(((|DifferentialSpaceExtension&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |differentiate| #1=(|#1| |#1|)) (SIGNATURE D #1#) (SIGNATURE |differentiate| #2=(|#1| |#1| #3=(|NonNegativeInteger|))) (SIGNATURE D #2#) (SIGNATURE |differentiate| #4=(|#1| |#1| #5=(|Symbol|))) (SIGNATURE D #4#) (SIGNATURE |differentiate| #6=(|#1| |#1| #7=(|List| #5#))) (SIGNATURE |differentiate| #8=(|#1| |#1| #5# #3#)) (SIGNATURE |differentiate| #9=(|#1| |#1| #7# (|List| #3#))) (SIGNATURE D #6#) (SIGNATURE D #8#) (SIGNATURE D #9#) (SIGNATURE D #10=(|#1| |#1| #11=(|Mapping| |#2| |#2|) #3#)) (SIGNATURE D #12=(|#1| |#1| #11#)) (SIGNATURE |differentiate| #10#) (SIGNATURE |differentiate| #12#)) (|DifferentialSpaceExtension| |#2|) (|Type|)) (T |DifferentialSpaceExtension&|))
NIL
-((|differentiate| (($ $ (|Mapping| |#1| |#1|)) 23 T ELT) (($ $ (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) 22 T ELT) (($ $ (|List| #1=(|Symbol|)) . #2=((|List| #3=(|NonNegativeInteger|)))) 16 (|has| |#1| . #4=((|PartialDifferentialSpace| (|Symbol|)))) ELT) (($ $ #1# . #5=(#3#)) 15 (|has| |#1| . #4#) ELT) (($ $ (|List| #1#)) 14 (|has| |#1| . #4#) ELT) (($ $ #1#) 12 (|has| |#1| . #4#) ELT) (#6=($ $ (|NonNegativeInteger|)) 10 (|has| |#1| . #7=((|DifferentialSpace|))) ELT) (($ . #8=($)) 8 (|has| |#1| . #7#) ELT)) (D (($ $ (|Mapping| |#1| |#1|)) 21 T ELT) (($ $ (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) 20 T ELT) (($ $ (|List| #1#) . #2#) 19 (|has| |#1| . #4#) ELT) (($ $ #1# . #5#) 18 (|has| |#1| . #4#) ELT) (($ $ (|List| #1#)) 17 (|has| |#1| . #4#) ELT) (($ $ #1#) 13 (|has| |#1| . #4#) ELT) (#6# 11 (|has| |#1| . #7#) ELT) (($ . #8#) 9 (|has| |#1| . #7#) ELT)))
+((|differentiate| (#1=($ $ #2=(|Mapping| |#1| |#1|)) 23 T ELT) (#3=($ $ #2# #4=(|NonNegativeInteger|)) 22 T ELT) (#5=($ $ #6=(|List| #7=(|Symbol|)) (|List| #4#)) 16 #8=(|has| |#1| (|PartialDifferentialSpace| #7#)) ELT) (#9=($ $ #7# #4#) 15 #8# ELT) (#10=($ $ #6#) 14 #8# ELT) (#11=($ $ #7#) 12 #8# ELT) (#12=($ $ #4#) 10 #13=(|has| |#1| (|DifferentialSpace|)) ELT) (#14=($ $) 8 #13# ELT)) (D (#1# 21 T ELT) (#3# 20 T ELT) (#5# 19 #8# ELT) (#9# 18 #8# ELT) (#10# 17 #8# ELT) (#11# 13 #8# ELT) (#12# 11 #13# ELT) (#14# 9 #13# ELT)))
(((|DifferentialSpaceExtension| |#1|) (|Category|) (|Type|)) (T |DifferentialSpaceExtension|))
-((|differentiate| (*1 *1 *1 *2) (AND (|isDomain| *2 (|Mapping| *3 *3)) (|ofCategory| *1 (|DifferentialSpaceExtension| *3)) (|ofCategory| *3 (|Type|)))) (|differentiate| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|Mapping| *4 *4)) (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|DifferentialSpaceExtension| *4)) (|ofCategory| *4 (|Type|)))) (D (*1 *1 *1 *2) (AND (|isDomain| *2 (|Mapping| *3 *3)) (|ofCategory| *1 (|DifferentialSpaceExtension| *3)) (|ofCategory| *3 (|Type|)))) (D (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|Mapping| *4 *4)) (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|DifferentialSpaceExtension| *4)) (|ofCategory| *4 (|Type|)))))
-(|Join| (|Type|) (CATEGORY |domain| (SIGNATURE |differentiate| ($ $ (|Mapping| |t#1| |t#1|))) (SIGNATURE |differentiate| ($ $ (|Mapping| |t#1| |t#1|) (|NonNegativeInteger|))) (SIGNATURE D ($ $ (|Mapping| |t#1| |t#1|))) (SIGNATURE D ($ $ (|Mapping| |t#1| |t#1|) (|NonNegativeInteger|))) (IF (|has| |t#1| (|DifferentialSpace|)) (ATTRIBUTE (|DifferentialSpace|)) |%noBranch|) (IF (|has| |t#1| (|PartialDifferentialSpace| (|Symbol|))) (ATTRIBUTE (|PartialDifferentialSpace| (|Symbol|))) |%noBranch|)))
-(((|DifferentialDomain| $) |has| |#1| (|DifferentialSpace|)) ((|DifferentialSpace|) |has| |#1| (|DifferentialSpace|)) ((|Join|) . T) ((|PartialDifferentialDomain| $ #1=(|Symbol|)) |has| |#1| (|PartialDifferentialSpace| (|Symbol|))) ((|PartialDifferentialSpace| #1#) |has| |#1| (|PartialDifferentialSpace| (|Symbol|))) ((|Type|) . T))
+((|differentiate| #1=(*1 *1 *1 *2) #2=(AND (|isDomain| *2 (|Mapping| *3 *3)) (|ofCategory| *1 (|DifferentialSpaceExtension| *3)) (|ofCategory| *3 #3=(|Type|)))) (|differentiate| #4=(*1 *1 *1 *2 *3) #5=(AND (|isDomain| *2 (|Mapping| *4 *4)) (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|DifferentialSpaceExtension| *4)) (|ofCategory| *4 #3#))) (D #1# #2#) (D #4# #5#))
+(|Join| (|Type|) (CATEGORY |domain| (SIGNATURE |differentiate| #1=($ $ #2=(|Mapping| |t#1| |t#1|))) (SIGNATURE |differentiate| #3=($ $ #2# (|NonNegativeInteger|))) (SIGNATURE D #1#) (SIGNATURE D #3#) (IF (|has| |t#1| #4=(|DifferentialSpace|)) (ATTRIBUTE #4#) |%noBranch|) (IF (|has| |t#1| #5=(|PartialDifferentialSpace| (|Symbol|))) (ATTRIBUTE #5#) |%noBranch|)))
+(((|DifferentialDomain| $) |has| |#1| (|DifferentialSpace|)) ((|DifferentialSpace|) |has| |#1| (|DifferentialSpace|)) ((|PartialDifferentialDomain| $ #1=(|Symbol|)) |has| |#1| (|PartialDifferentialSpace| (|Symbol|))) ((|PartialDifferentialSpace| #1#) |has| |#1| (|PartialDifferentialSpace| (|Symbol|))) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| #4=(#5=(#3# $) NIL T ELT)) (|weights| ((#6=(|List| #7=(|NonNegativeInteger|)) $) NIL T ELT) ((#6# $ |#2|) NIL T ELT)) (|weight| #8=(#9=(#7# $) NIL T ELT) #10=((#7# $ |#2|) NIL T ELT)) (|variables| ((#11=(|List| |#3|) $) NIL T ELT)) (|univariate| ((#12=(|SparseUnivariatePolynomial| $) $ |#3|) NIL T ELT) ((#13=(|SparseUnivariatePolynomial| |#1|) $) NIL T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) NIL #14=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| #15=(#16=($ $) NIL #14# ELT)) (|unit?| (#5# NIL #14# ELT)) (|totalDegree| #8# ((#7# $ #11#) NIL T ELT)) (|subtractIfCan| ((#17=(|Maybe| $) $ $) NIL T ELT)) (|squareFreePolynomial| #18=(((|Factored| #12#) #12#) NIL #19=(|has| |#1| (|PolynomialFactorizationExplicit|)) ELT)) (|squareFreePart| #20=(#16# NIL #21=(|has| |#1| (|GcdDomain|)) ELT)) (|squareFree| (#22=((|Factored| $) $) NIL #21# ELT)) (|solveLinearPolynomialEquation| (((|Union| #23=(|List| #12#) #24="failed") #23# #12#) NIL #19# ELT)) (|separant| #25=(#16# NIL T ELT)) (|sample| #26=(($) NIL T CONST)) (|retractIfCan| (((|Union| |#1| . #27=(#24#)) . #28=($)) NIL T ELT) (((|Union| #29=(|Fraction| #30=(|Integer|)) . #27#) . #28#) NIL #31=(|has| |#1| (|RetractableTo| #29#)) ELT) (((|Union| #30# . #27#) . #28#) NIL #32=(|has| |#1| (|RetractableTo| #30#)) ELT) #33=(((|Union| |#3| . #27#) . #28#) NIL T ELT) (((|Union| |#2| . #27#) . #28#) NIL T ELT) (((|Union| #34=(|SparseMultivariatePolynomial| |#1| |#2|) . #27#) $) 23 T ELT)) (|retract| #35=(#36=(|#1| $) NIL T ELT) ((#29# . #37=($)) NIL #31# ELT) ((#30# . #37#) NIL #32# ELT) #38=((|#3| . #37#) NIL T ELT) ((|#2| . #37#) NIL T ELT) ((#34# . #37#) NIL T ELT)) (|resultant| (($ $ $ |#3|) NIL #39=(|has| |#1| (|CommutativeRing|)) ELT)) (|reductum| #25#) (|reducedSystem| ((#40=(|Matrix| #30#) . #41=(#42=(|Matrix| $))) NIL #43=(|has| |#1| (|LinearlyExplicitRingOver| #30#)) ELT) ((#44=(|Record| (|:| |mat| #40#) (|:| |vec| (|Vector| #30#))) . #45=(#42# #46=(|Vector| $))) NIL #43# ELT) ((#47=(|Record| (|:| |mat| #48=(|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #45#) NIL T ELT) ((#48# . #41#) NIL T ELT)) (|recip| ((#49=(|Union| $ #24#) $) NIL T ELT)) (|primitivePart| #20# #50=(#51=($ $ |#3|) NIL #21# ELT)) (|primitiveMonomials| #52=((#53=(|List| $) $) NIL T ELT)) (|prime?| (#5# NIL #19# ELT)) (|pomopo!| (($ $ |#1| #54=(|IndexedExponents| |#3|) $) NIL T ELT)) (|patternMatch| ((#55=(|PatternMatchResult| #56=(|Float|) . #57=($)) $ #58=(|Pattern| #56#) #55#) NIL (AND (|has| |#1| #59=(|PatternMatchable| #56#)) (|has| |#3| #59#)) ELT) ((#60=(|PatternMatchResult| #30# . #57#) $ #61=(|Pattern| #30#) #60#) NIL (AND (|has| |#1| #62=(|PatternMatchable| #30#)) (|has| |#3| #62#)) ELT)) (|order| #10# (#9# 10 T ELT)) (|opposite?| #1#) (|one?| #4#) (|numberOfMonomials| #8#) (|multivariate| (($ #13# |#3|) NIL T ELT) (($ #12# |#3|) NIL T ELT)) (|monomials| #52#) (|monomial?| #4#) (|monomial| (($ |#1| #54#) NIL T ELT) #63=(($ $ |#3| #7#) NIL T ELT) #64=(($ $ #11# #6#) NIL T ELT)) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $ |#3|) NIL T ELT)) (|minimumDegree| #65=((#54# $) NIL T ELT) #66=((#7# $ |#3|) NIL T ELT) #67=((#6# $ #11#) NIL T ELT)) (|mapExponents| (($ (|Mapping| #54# #54#) $) NIL T ELT)) (|map| (($ #68=(|Mapping| |#1| |#1|) $) NIL T ELT)) (|makeVariable| ((#69=(|Mapping| $ #7#) |#2|) NIL T ELT) ((#69# $) NIL #70=(|has| |#1| (|DifferentialRing|)) ELT)) (|mainVariable| #33#) (|leftReducedSystem| ((#40# . #71=(#46#)) NIL #43# ELT) ((#44# . #72=(#46# $)) NIL #43# ELT) ((#47# . #72#) NIL T ELT) ((#48# . #71#) NIL T ELT)) (|leadingMonomial| #25#) (|leadingCoefficient| #35#) (|leader| #38#) (|lcm| #73=(($ #53#) NIL #21# ELT) #74=(#75=($ $ $) NIL #21# ELT)) (|latex| (((|String|) $) NIL T ELT)) (|isobaric?| #4#) (|isTimes| #76=(((|Union| #53# #24#) $) NIL T ELT)) (|isPlus| #76#) (|isExpt| (((|Union| (|Record| (|:| |var| |#3|) (|:| |exponent| #7#)) #24#) $) NIL T ELT)) (|initial| #25#) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|ground?| #4#) (|ground| #35#) (|gcdPolynomial| ((#12# #12# #12#) NIL #21# ELT)) (|gcd| #73# #74#) (|factorSquareFreePolynomial| #18#) (|factorPolynomial| #18#) (|factor| (#22# NIL #19# ELT)) (|exquo| ((#49# $ |#1|) NIL #14# ELT) ((#49# $ $) NIL #14# ELT)) (|eval| (($ $ (|List| #77=(|Equation| $))) NIL T ELT) (($ $ #77#) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ #53# #53#) NIL T ELT) (($ $ |#3| |#1|) NIL T ELT) (($ $ #11# #78=(|List| |#1|)) NIL T ELT) (($ $ |#3| $) NIL T ELT) (($ $ #11# #53#) NIL T ELT) (($ $ |#2| $) NIL #70# ELT) (($ $ #79=(|List| |#2|) #53#) NIL #70# ELT) (($ $ |#2| |#1|) NIL #70# ELT) (($ $ #79# #78#) NIL #70# ELT)) (|discriminant| (#51# NIL #39# ELT)) (|differentiate| #64# #63# #80=(($ $ #11#) NIL T ELT) #81=(#51# NIL T ELT) #82=(($ $ #68#) NIL T ELT) #83=(($ $ #68# #7#) NIL T ELT) #84=(($ $ #85=(|Symbol|)) NIL #86=(|has| |#1| (|PartialDifferentialSpace| #85#)) ELT) #87=(($ $ #88=(|List| #85#)) NIL #86# ELT) #89=(($ $ #85# #7#) NIL #86# ELT) #90=(($ $ #88# #6#) NIL #86# ELT) #91=(#16# NIL #92=(|has| |#1| (|DifferentialSpace|)) ELT) #93=(#94=($ $ #7#) NIL #92# ELT)) (|differentialVariables| ((#79# $) NIL T ELT)) (|degree| #65# #66# #67# #10#) (|convert| ((#58# . #95=($)) NIL (AND (|has| |#1| #96=(|ConvertibleTo| #58#)) (|has| |#3| #96#)) ELT) ((#61# . #95#) NIL (AND (|has| |#1| #97=(|ConvertibleTo| #61#)) (|has| |#3| #97#)) ELT) ((#98=(|InputForm|) . #95#) NIL (AND (|has| |#1| #99=(|ConvertibleTo| #98#)) (|has| |#3| #99#)) ELT)) (|content| (#36# NIL #21# ELT) #50#) (|conditionP| (((|Union| #46# #24#) #42#) NIL #100=(AND (|has| $ #101=(|CharacteristicNonZero|)) #19#) ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #30#) NIL T ELT) (($ |#1|) 26 T ELT) (($ |#3|) 25 T ELT) (($ |#2|) NIL T ELT) (($ #34#) 32 T ELT) (($ #29#) NIL (OR #102=(|has| |#1| (|Algebra| #29#)) #31#) ELT) #15#) (|coefficients| ((#78# $) NIL T ELT)) (|coefficient| ((|#1| $ #54#) NIL T ELT) #63# #64#) (|charthRoot| ((#17# $) NIL (OR #100# (|has| |#1| #101#)) ELT)) (|characteristic| ((#7#) NIL T CONST)) (|binomThmExpt| (($ $ $ #7#) NIL #39# ELT)) (|before?| #1#) (|associates?| (#2# NIL #14# ELT)) (|annihilate?| #1#) (|Zero| #26#) (|One| #26#) (D #64# #63# #80# #81# #82# #83# #84# #87# #89# #90# #91# #93#) (= #1#) (/ (#103=($ $ |#1|) NIL (|has| |#1| (|Field|)) ELT)) (- #25# #104=(#75# NIL T ELT)) (+ #104#) (** (($ $ #105=(|PositiveInteger|)) NIL T ELT) (#94# NIL T ELT)) (* (($ #105# $) NIL T ELT) (($ #7# $) NIL T ELT) (($ #30# . #106=($)) NIL T ELT) #104# (($ $ #29#) NIL #102# ELT) (($ #29# . #106#) NIL #102# ELT) (($ |#1| . #106#) NIL T ELT) (#103# NIL T ELT)))
(((|DifferentialSparseMultivariatePolynomial| |#1| |#2| |#3|) (|Join| (|DifferentialPolynomialCategory| |#1| |#2| |#3| (|IndexedExponents| |#3|)) (|RetractableTo| (|SparseMultivariatePolynomial| |#1| |#2|))) (|Ring|) (|OrderedSet|) (|DifferentialVariableCategory| |#2|)) (T |DifferentialSparseMultivariatePolynomial|))
NIL
((|weight| ((#1=(|NonNegativeInteger|) $) 37 T ELT)) (|retractIfCan| (((|Union| |#2| "failed") $) 22 T ELT)) (|retract| ((|#2| $) 33 T ELT)) (|differentiate| (($ $ #1#) 18 T ELT) (($ $) 14 T ELT)) (|coerce| (((|OutputForm|) $) 32 T ELT) (($ |#2|) 11 T ELT)) (= (#2=((|Boolean|) $ $) 26 T ELT)) (< (#2# 36 T ELT)))
(((|DifferentialVariableCategory&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |weight| (#1=(|NonNegativeInteger|) |#1|)) (SIGNATURE |coerce| (|#1| |#2|)) (SIGNATURE |retractIfCan| ((|Union| |#2| "failed") |#1|)) (SIGNATURE |retract| (|#2| |#1|)) (SIGNATURE |differentiate| (|#1| |#1|)) (SIGNATURE |differentiate| (|#1| |#1| #1#)) (SIGNATURE < #2=((|Boolean|) |#1| |#1|)) (SIGNATURE |coerce| ((|OutputForm|) |#1|)) (SIGNATURE = #2#)) (|DifferentialVariableCategory| |#2|) (|OrderedSet|)) (T |DifferentialVariableCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|weight| (((|NonNegativeInteger|) $) 26 T ELT)) (|variable| ((|#1| $) 27 T ELT)) (|retractIfCan| (((|Union| |#1| "failed") $) 31 T ELT)) (|retract| ((|#1| $) 32 T ELT)) (|order| (((|NonNegativeInteger|) $) 28 T ELT)) (|min| (#2=($ $ $) 23 T ELT)) (|max| (#2# 22 T ELT)) (|makeVariable| (($ |#1| (|NonNegativeInteger|)) 29 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|differentiate| (#3=($ $ (|NonNegativeInteger|)) 35 T ELT) (($ . #4=($)) 33 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ |#1|) 30 T ELT)) (|before?| (#1# 6 T ELT)) (D (#3# 36 T ELT) (($ . #4#) 34 T ELT)) (>= (#5=((|Boolean|) $ $) 21 T ELT)) (> (#5# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#5# 20 T ELT)) (< (#5# 18 T ELT)))
+((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|weight| (#2=(#3=(|NonNegativeInteger|) $) 26 T ELT)) (|variable| (#4=(|#1| $) 27 T ELT)) (|retractIfCan| (((|Union| |#1| "failed") $) 31 T ELT)) (|retract| (#4# 32 T ELT)) (|order| (#2# 28 T ELT)) (|min| (#5=($ $ $) 23 T ELT)) (|max| (#5# 22 T ELT)) (|makeVariable| (($ |#1| #3#) 29 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|differentiate| (#6=($ $ #3#) 35 T ELT) (#7=($ $) 33 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ |#1|) 30 T ELT)) (|before?| (#1# 6 T ELT)) (D (#6# 36 T ELT) (#7# 34 T ELT)) (>= (#1# 21 T ELT)) (> (#1# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 20 T ELT)) (< (#1# 18 T ELT)))
(((|DifferentialVariableCategory| |#1|) (|Category|) (|OrderedSet|)) (T |DifferentialVariableCategory|))
-((|makeVariable| (*1 *1 *2 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|DifferentialVariableCategory| *2)) (|ofCategory| *2 (|OrderedSet|)))) (|order| (*1 *2 *1) (AND (|ofCategory| *1 (|DifferentialVariableCategory| *3)) (|ofCategory| *3 (|OrderedSet|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|variable| (*1 *2 *1) (AND (|ofCategory| *1 (|DifferentialVariableCategory| *2)) (|ofCategory| *2 (|OrderedSet|)))) (|weight| (*1 *2 *1) (AND (|ofCategory| *1 (|DifferentialVariableCategory| *3)) (|ofCategory| *3 (|OrderedSet|)) (|isDomain| *2 (|NonNegativeInteger|)))))
-(|Join| (|OrderedSet|) (|DifferentialSpace|) (|RetractableTo| |t#1|) (CATEGORY |domain| (SIGNATURE |makeVariable| ($ |t#1| (|NonNegativeInteger|))) (SIGNATURE |order| ((|NonNegativeInteger|) $)) (SIGNATURE |variable| (|t#1| $)) (SIGNATURE |weight| ((|NonNegativeInteger|) $))))
-(((|BasicType|) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|DifferentialDomain| $) . T) ((|DifferentialSpace|) . T) ((|Join|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|RetractableTo| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|makeVariable| (*1 *1 *2 *3) (AND (|isDomain| *3 #1=(|NonNegativeInteger|)) #2=(|ofCategory| *1 (|DifferentialVariableCategory| *2)) #3=(|ofCategory| *2 #4=(|OrderedSet|)))) (|order| #5=(*1 *2 *1) #6=(AND (|ofCategory| *1 (|DifferentialVariableCategory| *3)) (|ofCategory| *3 #4#) (|isDomain| *2 #1#))) (|variable| #5# (AND #2# #3#)) (|weight| #5# #6#))
+(|Join| (|OrderedSet|) (|DifferentialSpace|) (|RetractableTo| |t#1|) (CATEGORY |domain| (SIGNATURE |makeVariable| ($ |t#1| #1=(|NonNegativeInteger|))) (SIGNATURE |order| #2=(#1# $)) (SIGNATURE |variable| (|t#1| $)) (SIGNATURE |weight| #2#)))
+(((|BasicType|) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|DifferentialDomain| $) . T) ((|DifferentialSpace|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|RetractableTo| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=((|Boolean|) $ $) NIL T ELT)) (|min| #3=(($ $ $) NIL T ELT)) (|max| #3#) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|exponents| ((#4=(|List| (|Integer|)) $) 28 T ELT)) (|degree| ((#5=(|NonNegativeInteger|) $) 26 T ELT)) (|coerce| (((|OutputForm|) $) 32 T ELT) (($ #4#) 22 T ELT)) (|before?| #1#) (|Nul| (($ #5#) 29 T ELT)) (>= #1#) (> #1#) (= (#2# 11 T ELT)) (<= #1#) (< (#2# 18 T ELT)))
(((|ExtAlgBasis|) (|Join| (|OrderedSet|) (CATEGORY |domain| (SIGNATURE |coerce| ($ #1=(|List| (|Integer|)))) (SIGNATURE |degree| (#2=(|NonNegativeInteger|) $)) (SIGNATURE |exponents| (#1# $)) (SIGNATURE |Nul| ($ #2#))))) (T |ExtAlgBasis|))
((|coerce| #1=(*1 *1 *2) #2=(AND (|isDomain| *2 (|List| (|Integer|))) #3=(|isDomain| *1 (|ExtAlgBasis|)))) (|degree| #4=(*1 *2 *1) #5=(AND (|isDomain| *2 (|NonNegativeInteger|)) #3#)) (|exponents| #4# #2#) (|Nul| #1# #5#))
@@ -761,45 +761,45 @@ NIL
((|select| (#1=($ (|Mapping| #2=(|Boolean|) |#2|) $) 24 T ELT)) (|removeDuplicates| (($ $) 38 T ELT)) (|remove!| (#1# NIL T ELT) (#3=($ |#2| $) 36 T ELT)) (|remove| (#3# 34 T ELT) (#1# 18 T ELT)) (|merge!| (($ (|Mapping| #2# |#2| |#2|) $ $) NIL T ELT) (#4=($ $ $) 42 T ELT)) (|insert| (($ |#2| $ #5=(|Integer|)) 20 T ELT) (($ $ $ #5#) 22 T ELT)) (|delete| (($ $ #5#) 11 T ELT) (($ $ (|UniversalSegment| #5#)) 14 T ELT)) (|concat!| (#6=($ $ |#2|) 32 T ELT) (#4# NIL T ELT)) (|concat| (#6# 31 T ELT) (#3# NIL T ELT) (#4# 26 T ELT) (($ (|List| $)) NIL T ELT)))
(((|ExtensibleLinearAggregate&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |merge!| #1=(|#1| |#1| |#1|)) (SIGNATURE |remove!| #2=(|#1| |#2| |#1|)) (SIGNATURE |merge!| (|#1| (|Mapping| #3=(|Boolean|) |#2| |#2|) |#1| |#1|)) (SIGNATURE |remove!| #4=(|#1| (|Mapping| #3# |#2|) |#1|)) (SIGNATURE |concat!| #1#) (SIGNATURE |concat!| #5=(|#1| |#1| |#2|)) (SIGNATURE |insert| (|#1| |#1| |#1| #6=(|Integer|))) (SIGNATURE |insert| (|#1| |#2| |#1| #6#)) (SIGNATURE |delete| (|#1| |#1| (|UniversalSegment| #6#))) (SIGNATURE |delete| (|#1| |#1| #6#)) (SIGNATURE |concat| (|#1| (|List| |#1|))) (SIGNATURE |concat| #1#) (SIGNATURE |concat| #2#) (SIGNATURE |concat| #5#) (SIGNATURE |remove| #4#) (SIGNATURE |select| #4#) (SIGNATURE |remove| #2#) (SIGNATURE |removeDuplicates| (|#1| |#1|))) (|ExtensibleLinearAggregate| |#2|) (|Type|)) (T |ExtensibleLinearAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|swap!| (((|Void|) $ #3=(|Integer|) #3#) 35 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setelt| ((|#1| $ #3# |#1|) 47 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ #4=(|UniversalSegment| #3#) |#1|) 55 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|select!| (($ (|Mapping| (|Boolean|) |#1|) $) 83 T ELT)) (|select| (($ (|Mapping| #5=(|Boolean|) |#1|) . #6=($)) 69 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#7=($) 6 T CONST)) (|removeDuplicates!| (($ $) 81 (|has| |#1| (|BasicType|)) ELT)) (|removeDuplicates| (($ $) 71 (AND (|has| |#1| . #8=((|BasicType|))) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove!| (($ (|Mapping| (|Boolean|) |#1|) $) 87 T ELT) (($ |#1| $) 82 (|has| |#1| (|BasicType|)) ELT)) (|remove| (($ |#1| $) 70 (AND (|has| |#1| . #8#) (|has| $ (|FiniteAggregate| |#1|))) ELT) (($ (|Mapping| #5# |#1|) . #6#) 68 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|qsetelt!| ((|#1| $ #3# |#1|) 48 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|qelt| ((|#1| $ #3#) 46 T ELT)) (|new| (($ (|NonNegativeInteger|) |#1|) 65 T ELT)) (|minIndex| ((#3# . #9=($)) 38 (|has| #3# . #10=((|OrderedSet|))) ELT)) (|merge!| (($ (|Mapping| (|Boolean|) |#1| |#1|) $ $) 84 T ELT) (($ $ $) 80 (|has| |#1| (|OrderedSet|)) ELT)) (|maxIndex| ((#3# . #9#) 39 (|has| #3# . #10#) ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 92 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT) (($ (|Mapping| |#1| |#1| |#1|) $ $) 60 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #11=((|SetCategory|))) ELT)) (|insert!| (($ |#1| $ (|Integer|)) 86 T ELT) (($ $ $ (|Integer|)) 85 T ELT)) (|insert| (($ |#1| $ #3#) 57 T ELT) (($ $ $ #3#) 56 T ELT)) (|indices| (((|List| #3#) $) 41 T ELT)) (|index?| ((#12=(|Boolean|) #3# $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #11#) ELT)) (|first| ((|#1| $) 37 (|has| #3# . #10#) ELT)) (|fill!| (($ $ |#1|) 36 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #11#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #11#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #11#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #11#)) ELT)) (|eq?| ((#13=(|Boolean|) $ $) 10 T ELT)) (|entry?| ((#12# |#1| $) 40 (AND (|has| $ (|FiniteAggregate| |#1|)) (|has| |#1| (|BasicType|))) ELT)) (|entries| (((|List| |#1|) $) 43 T ELT)) (|empty?| ((#13# $) 7 T ELT)) (|empty| (#7# 8 T ELT)) (|elt| ((|#1| $ #3# |#1|) 45 T ELT) ((|#1| $ #3#) 44 T ELT) (($ $ #4#) 66 T ELT)) (|delete!| (($ $ (|Integer|)) 89 T ELT) (($ $ (|UniversalSegment| (|Integer|))) 88 T ELT)) (|delete| (($ $ #3#) 59 T ELT) (($ $ #4#) 58 T ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#14=(|InputForm|) $) 72 (|has| |#1| (|ConvertibleTo| #14#)) ELT)) (|construct| (($ (|List| |#1|)) 67 T ELT)) (|concat!| (($ $ |#1|) 91 T ELT) (($ $ $) 90 T ELT)) (|concat| (($ $ |#1|) 64 T ELT) (($ |#1| $) 63 T ELT) (($ $ $) 62 T ELT) (($ (|List| $)) 61 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|swap!| (((|Void|) $ #4=(|Integer|) #4#) 35 #5=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setelt| (#6=(|#1| $ #4# |#1|) 47 #5# ELT) ((|#1| $ #7=(|UniversalSegment| #4#) |#1|) 55 #5# ELT)) (|select!| (#8=($ (|Mapping| #2# |#1|) $) 83 T ELT)) (|select| (#8# 69 #9=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#10=($) 6 T CONST)) (|removeDuplicates!| (#11=($ $) 81 #3# ELT)) (|removeDuplicates| (#11# 71 #12=(AND #3# #9#) ELT)) (|remove!| (#8# 87 T ELT) (#13=($ |#1| $) 82 #3# ELT)) (|remove| (#13# 70 #12# ELT) (#8# 68 #9# ELT)) (|qsetelt!| (#6# 48 #5# ELT)) (|qelt| (#14=(|#1| $ #4#) 46 T ELT)) (|new| (($ (|NonNegativeInteger|) |#1|) 65 T ELT)) (|minIndex| (#15=(#4# $) 38 #16=(|has| #4# #17=(|OrderedSet|)) ELT)) (|merge!| (($ (|Mapping| #2# |#1| |#1|) $ $) 84 T ELT) (#18=($ $ $) 80 (|has| |#1| #17#) ELT)) (|maxIndex| (#15# 39 #16# ELT)) (|map!| (#19=($ (|Mapping| |#1| |#1|) $) 92 T ELT)) (|map| (#19# 26 T ELT) (($ (|Mapping| |#1| |#1| |#1|) $ $) 60 T ELT)) (|latex| (((|String|) $) 21 #20=(|has| |#1| (|SetCategory|)) ELT)) (|insert!| (#21=($ |#1| $ #4#) 86 T ELT) (#22=($ $ $ #4#) 85 T ELT)) (|insert| (#21# 57 T ELT) (#22# 56 T ELT)) (|indices| (((|List| #4#) $) 41 T ELT)) (|index?| ((#2# #4# $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 20 #20# ELT)) (|first| ((|#1| $) 37 #16# ELT)) (|fill!| (#23=($ $ |#1|) 36 #5# ELT)) (|eval| (($ $ (|List| #24=(|Equation| |#1|))) 25 #25=(AND (|has| |#1| (|Evalable| |#1|)) #20#) ELT) (($ $ #24#) 24 #25# ELT) (($ $ |#1| |#1|) 23 #25# ELT) (($ $ #26=(|List| |#1|) #26#) 22 #25# ELT)) (|eq?| (#1# 10 T ELT)) (|entry?| ((#2# |#1| $) 40 (AND #9# #3#) ELT)) (|entries| ((#26# $) 43 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#10# 8 T ELT)) (|elt| (#6# 45 T ELT) (#14# 44 T ELT) (#27=($ $ #7#) 66 T ELT)) (|delete!| (#28=($ $ #4#) 89 T ELT) (#27# 88 T ELT)) (|delete| (#28# 59 T ELT) (#27# 58 T ELT)) (|copy| (#11# 9 T ELT)) (|convert| ((#29=(|InputForm|) $) 72 (|has| |#1| (|ConvertibleTo| #29#)) ELT)) (|construct| (($ #26#) 67 T ELT)) (|concat!| (#23# 91 T ELT) (#18# 90 T ELT)) (|concat| (#23# 64 T ELT) (#13# 63 T ELT) (#18# 62 T ELT) (($ (|List| $)) 61 T ELT)) (|coerce| ((#30=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #30#)) ELT)) (|before?| (#1# 19 #3# ELT)) (= (#1# 17 #3# ELT)))
(((|ExtensibleLinearAggregate| |#1|) (|Category|) (|Type|)) (T |ExtensibleLinearAggregate|))
-((|concat!| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|ExtensibleLinearAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|concat!| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|ExtensibleLinearAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|delete!| (*1 *1 *1 *2) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|ExtensibleLinearAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|delete!| (*1 *1 *1 *2) (AND (|isDomain| *2 (|UniversalSegment| (|Integer|))) (|ofCategory| *1 (|ExtensibleLinearAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|remove!| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| (|Boolean|) *3)) (|ofCategory| *1 (|ExtensibleLinearAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|insert!| (*1 *1 *2 *1 *3) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|ExtensibleLinearAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|insert!| (*1 *1 *1 *1 *2) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|ExtensibleLinearAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|merge!| (*1 *1 *2 *1 *1) (AND (|isDomain| *2 (|Mapping| (|Boolean|) *3 *3)) (|ofCategory| *1 (|ExtensibleLinearAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|select!| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| (|Boolean|) *3)) (|ofCategory| *1 (|ExtensibleLinearAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|remove!| (*1 *1 *2 *1) (AND (|ofCategory| *1 (|ExtensibleLinearAggregate| *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|BasicType|)))) (|removeDuplicates!| (*1 *1 *1) (AND (|ofCategory| *1 (|ExtensibleLinearAggregate| *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|BasicType|)))) (|merge!| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|ExtensibleLinearAggregate| *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|OrderedSet|)))))
-(|Join| (|LinearAggregate| |t#1|) (|ShallowlyMutableAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |concat!| ($ $ |t#1|)) (SIGNATURE |concat!| ($ $ $)) (SIGNATURE |delete!| ($ $ (|Integer|))) (SIGNATURE |delete!| ($ $ (|UniversalSegment| (|Integer|)))) (SIGNATURE |remove!| ($ (|Mapping| (|Boolean|) |t#1|) $)) (SIGNATURE |insert!| ($ |t#1| $ (|Integer|))) (SIGNATURE |insert!| ($ $ $ (|Integer|))) (SIGNATURE |merge!| ($ (|Mapping| (|Boolean|) |t#1| |t#1|) $ $)) (SIGNATURE |select!| ($ (|Mapping| (|Boolean|) |t#1|) $)) (IF (|has| |t#1| (|BasicType|)) (PROGN (SIGNATURE |remove!| ($ |t#1| $)) (SIGNATURE |removeDuplicates!| ($ $))) |%noBranch|) (IF (|has| |t#1| (|OrderedSet|)) (SIGNATURE |merge!| ($ $ $)) |%noBranch|)))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| (|Integer|)) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|LinearAggregate| |#1|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
+((|concat!| #1=(*1 *1 *1 *2) #2=(AND #3=(|ofCategory| *1 (|ExtensibleLinearAggregate| *2)) #4=(|ofCategory| *2 #5=(|Type|)))) (|concat!| #6=(*1 *1 *1 *1) #2#) (|delete!| #1# #7=(AND (|isDomain| *2 #8=(|Integer|)) #9=(|ofCategory| *1 (|ExtensibleLinearAggregate| *3)) #10=(|ofCategory| *3 #5#))) (|delete!| #1# (AND (|isDomain| *2 (|UniversalSegment| #8#)) #9# #10#)) (|remove!| #11=(*1 *1 *2 *1) #12=(AND (|isDomain| *2 (|Mapping| #13=(|Boolean|) *3)) #9# #10#)) (|insert!| (*1 *1 *2 *1 *3) (AND (|isDomain| *3 #8#) #3# #4#)) (|insert!| (*1 *1 *1 *1 *2) #7#) (|merge!| (*1 *1 *2 *1 *1) (AND (|isDomain| *2 (|Mapping| #13# *3 *3)) #9# #10#)) (|select!| #11# #12#) (|remove!| #11# #14=(AND #3# #4# (|ofCategory| *2 (|BasicType|)))) (|removeDuplicates!| (*1 *1 *1) #14#) (|merge!| #6# (AND #3# #4# (|ofCategory| *2 (|OrderedSet|)))))
+(|Join| (|LinearAggregate| |t#1|) (|ShallowlyMutableAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |concat!| ($ $ |t#1|)) (SIGNATURE |concat!| #1=($ $ $)) (SIGNATURE |delete!| ($ $ #2=(|Integer|))) (SIGNATURE |delete!| ($ $ (|UniversalSegment| #2#))) (SIGNATURE |remove!| #3=($ (|Mapping| #4=(|Boolean|) |t#1|) $)) (SIGNATURE |insert!| ($ |t#1| $ #2#)) (SIGNATURE |insert!| ($ $ $ #2#)) (SIGNATURE |merge!| ($ (|Mapping| #4# |t#1| |t#1|) $ $)) (SIGNATURE |select!| #3#) (IF (|has| |t#1| (|BasicType|)) (PROGN (SIGNATURE |remove!| ($ |t#1| $)) (SIGNATURE |removeDuplicates!| ($ $))) |%noBranch|) (IF (|has| |t#1| (|OrderedSet|)) (SIGNATURE |merge!| #1#) |%noBranch|)))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| #1#) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|LinearAggregate| |#1|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
((** (($ $ $) 10 T ELT)))
(((|ElementaryFunctionCategory&| |#1|) (CATEGORY |package| (SIGNATURE ** (|#1| |#1| |#1|))) (|ElementaryFunctionCategory|)) (T |ElementaryFunctionCategory&|))
NIL
-((|log| (($ $) 6 T ELT)) (|exp| (($ $) 7 T ELT)) (** (($ $ $) 8 T ELT)))
+((|log| (#1=($ $) 6 T ELT)) (|exp| (#1# 7 T ELT)) (** (($ $ $) 8 T ELT)))
(((|ElementaryFunctionCategory|) (|Category|)) (T |ElementaryFunctionCategory|))
-((** (*1 *1 *1 *1) (|ofCategory| *1 (|ElementaryFunctionCategory|))) (|exp| (*1 *1 *1) (|ofCategory| *1 (|ElementaryFunctionCategory|))) (|log| (*1 *1 *1) (|ofCategory| *1 (|ElementaryFunctionCategory|))))
-(|Join| (CATEGORY |domain| (SIGNATURE |log| ($ $)) (SIGNATURE |exp| ($ $)) (SIGNATURE ** ($ $ $))))
+((** (*1 *1 *1 *1) #1=(|ofCategory| *1 (|ElementaryFunctionCategory|))) (|exp| #2=(*1 *1 *1) #1#) (|log| #2# #1#))
+(|Join| (CATEGORY |domain| (SIGNATURE |log| #1=($ $)) (SIGNATURE |exp| #1#) (SIGNATURE ** ($ $ $))))
((|sncndn| (((|List| #1=(|Stream| |#1|)) #1# |#1|) 35 T ELT)) (|sn| (#2=(|#2| |#2| |#1|) 39 T ELT)) (|dn| (#2# 41 T ELT)) (|cn| (#2# 40 T ELT)))
(((|EllipticFunctionsUnivariateTaylorSeries| |#1| |#2|) (CATEGORY |package| (SIGNATURE |sn| #1=(|#2| |#2| |#1|)) (SIGNATURE |cn| #1#) (SIGNATURE |dn| #1#) (SIGNATURE |sncndn| ((|List| #2=(|Stream| |#1|)) #2# |#1|))) (|Field|) (|UnivariateTaylorSeriesCategory| |#1|)) (T |EllipticFunctionsUnivariateTaylorSeries|))
((|sncndn| (*1 *2 *3 *4) (AND (|ofCategory| *4 #1=(|Field|)) (|isDomain| *2 (|List| #2=(|Stream| *4))) (|isDomain| *1 (|EllipticFunctionsUnivariateTaylorSeries| *4 *5)) (|isDomain| *3 #2#) (|ofCategory| *5 (|UnivariateTaylorSeriesCategory| *4)))) (|dn| #3=(*1 *2 *2 *3) #4=(AND (|ofCategory| *3 #1#) (|isDomain| *1 (|EllipticFunctionsUnivariateTaylorSeries| *3 *2)) (|ofCategory| *2 (|UnivariateTaylorSeriesCategory| *3)))) (|cn| #3# #4#) (|sn| #3# #4#))
((|elt| ((|#2| $ |#1|) 6 T ELT)))
-(((|Eltable| |#1| |#2|) (|Category|) (|Type|) (|Type|)) (T |Eltable|))
-((|elt| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|Eltable| *3 *2)) (|ofCategory| *3 (|Type|)) (|ofCategory| *2 (|Type|)))))
+(((|Eltable| |#1| |#2|) (|Category|) #1=(|Type|) #1#) (T |Eltable|))
+((|elt| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|Eltable| *3 *2)) (|ofCategory| *3 #1=(|Type|)) (|ofCategory| *2 #1#))))
(|Join| (|Type|) (CATEGORY |domain| (SIGNATURE |elt| (|t#2| $ |t#1|))))
-(((|Join|) . T) ((|Type|) . T))
+(((|Type|) . T))
((|qsetelt!| ((|#3| $ |#2| |#3|) 12 T ELT)) (|qelt| ((|#3| $ |#2|) 10 T ELT)))
(((|EltableAggregate&| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |qsetelt!| (|#3| |#1| |#2| |#3|)) (SIGNATURE |qelt| (|#3| |#1| |#2|))) (|EltableAggregate| |#2| |#3|) (|BasicType|) (|Type|)) (T |EltableAggregate&|))
NIL
-((|setelt| ((|#2| $ |#1| |#2|) 10 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|qsetelt!| ((|#2| $ |#1| |#2|) 9 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|qelt| ((|#2| $ |#1|) 11 T ELT)) (|elt| ((|#2| $ |#1|) 6 T ELT) ((|#2| $ |#1| |#2|) 12 T ELT)))
+((|setelt| (#1=(|#2| $ |#1| |#2|) 10 #2=(|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|qsetelt!| (#1# 9 #2# ELT)) (|qelt| (#3=(|#2| $ |#1|) 11 T ELT)) (|elt| (#3# 6 T ELT) (#1# 12 T ELT)))
(((|EltableAggregate| |#1| |#2|) (|Category|) (|BasicType|) (|Type|)) (T |EltableAggregate|))
-((|elt| (*1 *2 *1 *3 *2) (AND (|ofCategory| *1 (|EltableAggregate| *3 *2)) (|ofCategory| *3 (|BasicType|)) (|ofCategory| *2 (|Type|)))) (|qelt| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|EltableAggregate| *3 *2)) (|ofCategory| *3 (|BasicType|)) (|ofCategory| *2 (|Type|)))) (|setelt| (*1 *2 *1 *3 *2) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|EltableAggregate| *3 *2)) (|ofCategory| *3 (|BasicType|)) (|ofCategory| *2 (|Type|)))) (|qsetelt!| (*1 *2 *1 *3 *2) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|EltableAggregate| *3 *2)) (|ofCategory| *3 (|BasicType|)) (|ofCategory| *2 (|Type|)))))
-(|Join| (|Eltable| |t#1| |t#2|) (CATEGORY |domain| (SIGNATURE |elt| (|t#2| $ |t#1| |t#2|)) (SIGNATURE |qelt| (|t#2| $ |t#1|)) (IF (|has| $ (|ShallowlyMutableAggregate| |t#2|)) (PROGN (SIGNATURE |setelt| (|t#2| $ |t#1| |t#2|)) (SIGNATURE |qsetelt!| (|t#2| $ |t#1| |t#2|))) |%noBranch|)))
-(((|Eltable| |#1| |#2|) . T) ((|Join|) . T) ((|Type|) . T))
+((|elt| #1=(*1 *2 *1 *3 *2) #2=(AND #3=(|ofCategory| *1 (|EltableAggregate| *3 *2)) #4=(|ofCategory| *3 (|BasicType|)) #5=(|ofCategory| *2 (|Type|)))) (|qelt| (*1 *2 *1 *3) #2#) (|setelt| #1# #6=(AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) #3# #4# #5#)) (|qsetelt!| #1# #6#))
+(|Join| (|Eltable| |t#1| |t#2|) (CATEGORY |domain| (SIGNATURE |elt| #1=(|t#2| $ |t#1| |t#2|)) (SIGNATURE |qelt| (|t#2| $ |t#1|)) (IF (|has| $ (|ShallowlyMutableAggregate| |t#2|)) (PROGN (SIGNATURE |setelt| #1#) (SIGNATURE |qsetelt!| #1#)) |%noBranch|)))
+(((|Eltable| |#1| |#2|) . T) ((|Type|) . T))
((~= #1=((#2=(|Boolean|) $ $) NIL T ELT)) (|zero?| (#3=(#2# $) 37 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 44 T ELT)) (|unitCanonical| (#4=($ $) 41 T ELT)) (|unit?| #5=(#3# NIL T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|sizeLess?| #1#) (|sample| (#6=($) NIL T CONST)) (|rem| (#7=($ $ $) 35 T ELT)) (|reduce| (($ |#2| |#3|) 18 T ELT)) (|recip| ((#8=(|Union| $ #9="failed") $) NIL T ELT)) (|quo| #10=(#7# NIL T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #11=(|List| $)) #12=(|:| |generator| $)) #11#) NIL T ELT)) (|opposite?| #1#) (|one?| #5#) (|multiEuclidean| (((|Union| #11# #9#) #11# $) NIL T ELT)) (|modulus| ((|#3| $) NIL T ELT)) (|lcm| #10# #13=(($ #11#) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|inv| (#4# 19 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|gcdPolynomial| ((#14=(|SparseUnivariatePolynomial| $) #14# #14#) NIL T ELT)) (|gcd| #10# #13#) (|extendedEuclidean| (((|Record| #15=(|:| |coef1| $) #16=(|:| |coef2| $) #12#) $ $) NIL T ELT) (((|Union| (|Record| #15# #16#) #9#) $ $ $) NIL T ELT)) (|exquo| #17=((#8# $ $) NIL T ELT)) (|expressIdealMember| (((|Maybe| #11#) #11# $) NIL T ELT)) (|exQuo| #17#) (|euclideanSize| ((#18=(|NonNegativeInteger|) $) 36 T ELT)) (|elt| ((|#2| $ |#2|) 46 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 23 T ELT)) (|coerce| (((|OutputForm|) . #19=($)) NIL T ELT) (($ #20=(|Integer|)) NIL T ELT) #21=(#4# NIL T ELT) ((|#2| . #19#) NIL T ELT)) (|characteristic| ((#18#) NIL T CONST)) (|before?| #1#) (|associates?| #1#) (|annihilate?| #1#) (|Zero| (#6# 31 T CONST)) (|One| (#6# 39 T CONST)) (= #1#) (- #21# #10#) (+ #10#) (** (($ $ #22=(|PositiveInteger|)) NIL T ELT) (($ $ #18#) NIL T ELT)) (* (($ #22# $) NIL T ELT) (($ #18# $) NIL T ELT) (($ #20# $) NIL T ELT) (#7# 40 T ELT)))
(((|EuclideanModularRing| |#1| |#2| |#3| |#4| |#5| |#6|) (|Join| (|EuclideanDomain|) (|Eltable| |#2| |#2|) (|CoercibleTo| |#2|) (CATEGORY |domain| (SIGNATURE |modulus| (|#3| $)) (SIGNATURE |reduce| ($ |#2| |#3|)) (SIGNATURE |exQuo| ((|Union| $ #1="failed") $ $)) (SIGNATURE |inv| ($ $)))) (|CommutativeRing|) (|UnivariatePolynomialCategory| |#1|) (|AbelianMonoid|) (|Mapping| |#2| |#2| |#3|) (|Mapping| (|Union| |#3| #1#) |#3| |#3|) (|Mapping| (|Union| |#2| #1#) |#2| |#2| |#3|)) (T |EuclideanModularRing|))
((|modulus| (*1 *2 *1) (AND (|ofCategory| *3 #1=(|CommutativeRing|)) (|ofCategory| *2 #2=(|AbelianMonoid|)) (|isDomain| *1 (|EuclideanModularRing| *3 *4 *2 *5 *6 *7)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofType| *5 (|Mapping| *4 *4 *2)) (|ofType| *6 (|Mapping| #3=(|Union| *2 #4="failed") *2 *2)) (|ofType| *7 (|Mapping| #5=(|Union| *4 #4#) *4 *4 *2)))) (|reduce| (*1 *1 *2 *3) (AND (|ofCategory| *4 #1#) (|isDomain| *1 (|EuclideanModularRing| *4 *2 *3 *5 *6 *7)) (|ofCategory| *2 (|UnivariatePolynomialCategory| *4)) (|ofCategory| *3 #2#) (|ofType| *5 (|Mapping| *2 *2 *3)) (|ofType| *6 (|Mapping| #6=(|Union| *3 #4#) *3 *3)) (|ofType| *7 (|Mapping| #3# *2 *2 *3)))) (|exQuo| (*1 *1 *1 *1) (|partial| AND #7=(|ofCategory| *2 #1#) #8=(|isDomain| *1 (|EuclideanModularRing| *2 *3 *4 *5 *6 *7)) #9=(|ofCategory| *3 (|UnivariatePolynomialCategory| *2)) #10=(|ofCategory| *4 #2#) #11=(|ofType| *5 (|Mapping| *3 *3 *4)) #12=(|ofType| *6 (|Mapping| #5# *4 *4)) #13=(|ofType| *7 (|Mapping| #6# *3 *3 *4)))) (|inv| (*1 *1 *1) (AND #7# #8# #9# #10# #11# #12# #13#)))
((|annihilate?| (((|Boolean|) $ $) 10 T ELT)))
(((|EntireRing&| |#1|) (CATEGORY |package| (SIGNATURE |annihilate?| ((|Boolean|) |#1| |#1|))) (|EntireRing|)) (T |EntireRing&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#4=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #5=(|Integer|)) 42 T ELT)) (|characteristic| ((#6=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (#4# 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#7=($ $ $) 29 T ELT)) (+ (#7# 18 T ELT)) (** (($ $ #8=(|PositiveInteger|)) 36 T ELT) (($ $ #6#) 44 T ELT)) (* (($ #8# $) 17 T ELT) (($ #6# $) 21 T ELT) (($ #5# $) 31 T ELT) (#7# 35 T ELT)))
(((|EntireRing|) (|Category|)) (T |EntireRing|))
NIL
(|Join| (|Ring|) (|BiModule| $ $) (CATEGORY |package| (ATTRIBUTE |noZeroDivisors|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|scopes| (((|List| (|Scope|)) $) 10 T ELT)) (|putProperty| (($ #1=(|Identifier|) #1# #2=(|SExpression|) $) 19 T ELT)) (|putProperties| (($ #1# #3=(|List| (|Property|)) $) 23 T ELT)) (|interactiveEnv| (#4=($) 25 T ELT)) (|getProperty| (((|Maybe| #2#) #1# #1# $) 18 T ELT)) (|getProperties| ((#3# #1# $) 22 T ELT)) (|empty| (#4# 7 T ELT)) (|currentEnv| (#4# 24 T ELT)) (|coerce| (((|OutputForm|) $) 29 T ELT)) (|categoryFrame| (#4# 26 T ELT)))
(((|Environment|) (|Join| (|CoercibleTo| (|OutputForm|)) (CATEGORY |domain| (SIGNATURE |empty| #1=($)) (SIGNATURE |scopes| ((|List| (|Scope|)) $)) (SIGNATURE |getProperty| ((|Maybe| #2=(|SExpression|)) #3=(|Identifier|) #3# $)) (SIGNATURE |putProperty| ($ #3# #3# #2# $)) (SIGNATURE |getProperties| (#4=(|List| (|Property|)) #3# $)) (SIGNATURE |putProperties| ($ #3# #4# $)) (SIGNATURE |currentEnv| #1#) (SIGNATURE |interactiveEnv| #1#) (SIGNATURE |categoryFrame| #1#)))) (T |Environment|))
((|empty| #1=(*1 *1) #2=(|isDomain| *1 (|Environment|))) (|scopes| (*1 *2 *1) (AND (|isDomain| *2 (|List| (|Scope|))) #2#)) (|getProperty| (*1 *2 *3 *3 *1) (AND #3=(|isDomain| *3 #4=(|Identifier|)) (|isDomain| *2 (|Maybe| #5=(|SExpression|))) #2#)) (|putProperty| (*1 *1 *2 *2 *3 *1) (AND #6=(|isDomain| *2 #4#) (|isDomain| *3 #5#) #2#)) (|getProperties| (*1 *2 *3 *1) (AND #3# (|isDomain| *2 #7=(|List| (|Property|))) #2#)) (|putProperties| (*1 *1 *2 *3 *1) (AND #6# (|isDomain| *3 #7#) #2#)) (|currentEnv| #1# #2#) (|interactiveEnv| #1# #2#) (|categoryFrame| #1# #2#))
@@ -821,11 +821,11 @@ NIL
((|tower| ((#1=(|List| #2=(|Kernel| $)) $) 27 T ELT)) (|subst| (#3=($ $ #4=(|Equation| $)) 78 T ELT) (#5=($ $ (|List| #4#)) 140 T ELT) #6=(($ $ #1# #7=(|List| $)) NIL T ELT)) (|retractIfCan| (#8=((|Union| #2# "failed") $) 128 T ELT)) (|retract| ((#2# $) 127 T ELT)) (|paren| (#9=($ $) 17 T ELT) (#10=($ #7#) 54 T ELT)) (|operators| ((#11=(|List| #12=(|BasicOperator|)) $) 35 T ELT)) (|operator| ((#12# #12#) 89 T ELT)) (|odd?| (#13=(#14=(|Boolean|) $) 151 T ELT)) (|map| (($ #15=(|Mapping| $ $) #2#) 87 T ELT)) (|mainKernel| (#8# 95 T ELT)) (|kernel| (#16=($ #12# $) 59 T ELT) (#17=($ #12# #7#) 111 T ELT)) (|is?| ((#14# $ #12#) 133 T ELT) (#18=(#14# $ #19=(|Symbol|)) 132 T ELT)) (|height| (((|NonNegativeInteger|) $) 44 T ELT)) (|freeOf?| ((#14# $ $) 57 T ELT) (#18# 49 T ELT)) (|even?| (#13# 149 T ELT)) (|eval| (($ $ #2# $) NIL T ELT) #6# (#5# 138 T ELT) (#3# NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ #7# #7#) NIL T ELT) (($ $ #20=(|List| #19#) #21=(|List| #15#)) 81 T ELT) (($ $ #20# #22=(|List| #23=(|Mapping| $ #7#))) NIL T ELT) (($ $ #19# #23#) 67 T ELT) (($ $ #19# #15#) 72 T ELT) (($ $ #11# #21#) 80 T ELT) (($ $ #11# #22#) 83 T ELT) (($ $ #12# #23#) 68 T ELT) (($ $ #12# #15#) 74 T ELT)) (|elt| (#16# 60 T ELT) (($ #12# $ $) 61 T ELT) (($ #12# $ $ $) 62 T ELT) (($ #12# $ $ $ $) 63 T ELT) (#17# 124 T ELT)) (|distribute| (#9# 51 T ELT) (($ $ $) 136 T ELT)) (|box| (#9# 15 T ELT) (#10# 53 T ELT)) (|belong?| ((#14# #12#) 21 T ELT)))
(((|ExpressionSpace&| |#1|) (CATEGORY |package| (SIGNATURE |odd?| #1=(#2=(|Boolean|) |#1|)) (SIGNATURE |even?| #1#) (SIGNATURE |eval| (|#1| |#1| #3=(|BasicOperator|) #4=(|Mapping| |#1| |#1|))) (SIGNATURE |eval| (|#1| |#1| #3# #5=(|Mapping| |#1| #6=(|List| |#1|)))) (SIGNATURE |eval| (|#1| |#1| #7=(|List| #3#) #8=(|List| #5#))) (SIGNATURE |eval| (|#1| |#1| #7# #9=(|List| #4#))) (SIGNATURE |eval| (|#1| |#1| #10=(|Symbol|) #4#)) (SIGNATURE |eval| (|#1| |#1| #10# #5#)) (SIGNATURE |eval| (|#1| |#1| #11=(|List| #10#) #8#)) (SIGNATURE |eval| (|#1| |#1| #11# #9#)) (SIGNATURE |freeOf?| #12=(#2# |#1| #10#)) (SIGNATURE |freeOf?| (#2# |#1| |#1|)) (SIGNATURE |map| (|#1| #4# #13=(|Kernel| |#1|))) (SIGNATURE |kernel| #14=(|#1| #3# #6#)) (SIGNATURE |kernel| #15=(|#1| #3# |#1|)) (SIGNATURE |is?| #12#) (SIGNATURE |is?| (#2# |#1| #3#)) (SIGNATURE |belong?| (#2# #3#)) (SIGNATURE |operator| (#3# #3#)) (SIGNATURE |operators| (#7# |#1|)) (SIGNATURE |tower| (#16=(|List| #13#) |#1|)) (SIGNATURE |mainKernel| #17=((|Union| #13# "failed") |#1|)) (SIGNATURE |height| ((|NonNegativeInteger|) |#1|)) (SIGNATURE |distribute| (|#1| |#1| |#1|)) (SIGNATURE |distribute| #18=(|#1| |#1|)) (SIGNATURE |paren| #19=(|#1| #6#)) (SIGNATURE |paren| #18#) (SIGNATURE |box| #19#) (SIGNATURE |box| #18#) (SIGNATURE |subst| #20=(|#1| |#1| #16# #6#)) (SIGNATURE |subst| #21=(|#1| |#1| (|List| #22=(|Equation| |#1|)))) (SIGNATURE |subst| #23=(|#1| |#1| #22#)) (SIGNATURE |elt| #14#) (SIGNATURE |elt| (|#1| #3# |#1| |#1| |#1| |#1|)) (SIGNATURE |elt| (|#1| #3# |#1| |#1| |#1|)) (SIGNATURE |elt| (|#1| #3# |#1| |#1|)) (SIGNATURE |elt| #15#) (SIGNATURE |eval| (|#1| |#1| #6# #6#)) (SIGNATURE |eval| (|#1| |#1| |#1| |#1|)) (SIGNATURE |eval| #23#) (SIGNATURE |eval| #21#) (SIGNATURE |eval| #20#) (SIGNATURE |eval| (|#1| |#1| #13# |#1|)) (SIGNATURE |retractIfCan| #17#) (SIGNATURE |retract| (#13# |#1|))) (|ExpressionSpace|)) (T |ExpressionSpace&|))
((|operator| (*1 *2 *2) (AND (|isDomain| *2 #1=(|BasicOperator|)) (|isDomain| *1 (|ExpressionSpace&| *3)) (|ofCategory| *3 #2=(|ExpressionSpace|)))) (|belong?| (*1 *2 *3) (AND (|isDomain| *3 #1#) (|isDomain| *2 (|Boolean|)) (|isDomain| *1 (|ExpressionSpace&| *4)) (|ofCategory| *4 #2#))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|tower| (((|List| (|Kernel| $)) $) 42 T ELT)) (|subst| (($ $ (|Equation| $)) 54 T ELT) (($ $ (|List| (|Equation| $))) 53 T ELT) (($ $ (|List| (|Kernel| $)) (|List| $)) 52 T ELT)) (|retractIfCan| (((|Union| #2=(|Kernel| $) "failed") $) 67 T ELT)) (|retract| ((#2# $) 68 T ELT)) (|paren| (($ $) 49 T ELT) (($ (|List| $)) 48 T ELT)) (|operators| (((|List| (|BasicOperator|)) $) 41 T ELT)) (|operator| (((|BasicOperator|) (|BasicOperator|)) 40 T ELT)) (|odd?| (((|Boolean|) $) 20 (|has| $ (|RetractableTo| (|Integer|))) ELT)) (|minPoly| (((|SparseUnivariatePolynomial| $) (|Kernel| $)) 23 (|has| $ (|Ring|)) ELT)) (|map| (($ (|Mapping| $ $) (|Kernel| $)) 34 T ELT)) (|mainKernel| (((|Union| (|Kernel| $) "failed") $) 44 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|kernels| (((|List| (|Kernel| $)) $) 43 T ELT)) (|kernel| (($ (|BasicOperator|) $) 36 T ELT) (($ (|BasicOperator|) (|List| $)) 35 T ELT)) (|is?| (((|Boolean|) $ (|BasicOperator|)) 38 T ELT) (((|Boolean|) $ (|Symbol|)) 37 T ELT)) (|height| (((|NonNegativeInteger|) $) 45 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|freeOf?| (((|Boolean|) $ $) 33 T ELT) (((|Boolean|) $ (|Symbol|)) 32 T ELT)) (|even?| (((|Boolean|) $) 21 (|has| $ (|RetractableTo| (|Integer|))) ELT)) (|eval| (($ $ #3=(|Kernel| $) $) 65 T ELT) (($ $ (|List| #3#) (|List| $)) 64 T ELT) (($ $ (|List| (|Equation| $))) 63 T ELT) (($ $ (|Equation| $)) 62 T ELT) (($ $ $ $) 61 T ELT) (($ $ (|List| $) (|List| $)) 60 T ELT) (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ $))) 31 T ELT) (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ (|List| $)))) 30 T ELT) (($ $ (|Symbol|) (|Mapping| $ (|List| $))) 29 T ELT) (($ $ (|Symbol|) (|Mapping| $ $)) 28 T ELT) (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ $))) 27 T ELT) (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ (|List| $)))) 26 T ELT) (($ $ (|BasicOperator|) (|Mapping| $ (|List| $))) 25 T ELT) (($ $ (|BasicOperator|) (|Mapping| $ $)) 24 T ELT)) (|elt| (($ (|BasicOperator|) $) 59 T ELT) (($ (|BasicOperator|) $ $) 58 T ELT) (($ (|BasicOperator|) $ $ $) 57 T ELT) (($ (|BasicOperator|) $ $ $ $) 56 T ELT) (($ (|BasicOperator|) (|List| $)) 55 T ELT)) (|distribute| (($ $) 47 T ELT) (($ $ $) 46 T ELT)) (|definingPolynomial| (($ $) 22 (|has| $ (|Ring|)) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #2#) 66 T ELT)) (|box| (($ $) 51 T ELT) (($ (|List| $)) 50 T ELT)) (|belong?| (((|Boolean|) (|BasicOperator|)) 39 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|tower| (#3=(#4=(|List| #5=(|Kernel| $)) $) 42 T ELT)) (|subst| (#6=($ $ #7=(|Equation| $)) 54 T ELT) (#8=($ $ (|List| #7#)) 53 T ELT) (#9=($ $ #4# #10=(|List| $)) 52 T ELT)) (|retractIfCan| (#11=((|Union| #5# "failed") $) 67 T ELT)) (|retract| ((#5# $) 68 T ELT)) (|paren| (#12=($ $) 49 T ELT) (#13=($ #10#) 48 T ELT)) (|operators| ((#14=(|List| #15=(|BasicOperator|)) $) 41 T ELT)) (|operator| ((#15# #15#) 40 T ELT)) (|odd?| (#16=(#2# $) 20 #17=(|has| $ (|RetractableTo| (|Integer|))) ELT)) (|minPoly| (((|SparseUnivariatePolynomial| $) #5#) 23 #18=(|has| $ (|Ring|)) ELT)) (|map| (($ #19=(|Mapping| $ $) #5#) 34 T ELT)) (|mainKernel| (#11# 44 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|kernels| (#3# 43 T ELT)) (|kernel| (#20=($ #15# $) 36 T ELT) (#21=($ #15# #10#) 35 T ELT)) (|is?| ((#2# $ #15#) 38 T ELT) (#22=(#2# $ #23=(|Symbol|)) 37 T ELT)) (|height| (((|NonNegativeInteger|) $) 45 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|freeOf?| (#1# 33 T ELT) (#22# 32 T ELT)) (|even?| (#16# 21 #17# ELT)) (|eval| (($ $ #5# $) 65 T ELT) (#9# 64 T ELT) (#8# 63 T ELT) (#6# 62 T ELT) (($ $ $ $) 61 T ELT) (($ $ #10# #10#) 60 T ELT) (($ $ #24=(|List| #23#) #25=(|List| #19#)) 31 T ELT) (($ $ #24# #26=(|List| #27=(|Mapping| $ #10#))) 30 T ELT) (($ $ #23# #27#) 29 T ELT) (($ $ #23# #19#) 28 T ELT) (($ $ #14# #25#) 27 T ELT) (($ $ #14# #26#) 26 T ELT) (($ $ #15# #27#) 25 T ELT) (($ $ #15# #19#) 24 T ELT)) (|elt| (#20# 59 T ELT) (($ #15# $ $) 58 T ELT) (($ #15# $ $ $) 57 T ELT) (($ #15# $ $ $ $) 56 T ELT) (#21# 55 T ELT)) (|distribute| (#12# 47 T ELT) (($ $ $) 46 T ELT)) (|definingPolynomial| (#12# 22 #18# ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #5#) 66 T ELT)) (|box| (#12# 51 T ELT) (#13# 50 T ELT)) (|belong?| ((#2# #15#) 39 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
(((|ExpressionSpace|) (|Category|)) (T |ExpressionSpace|))
-((|elt| (*1 *1 *2 *1) (AND (|ofCategory| *1 (|ExpressionSpace|)) (|isDomain| *2 (|BasicOperator|)))) (|elt| (*1 *1 *2 *1 *1) (AND (|ofCategory| *1 (|ExpressionSpace|)) (|isDomain| *2 (|BasicOperator|)))) (|elt| (*1 *1 *2 *1 *1 *1) (AND (|ofCategory| *1 (|ExpressionSpace|)) (|isDomain| *2 (|BasicOperator|)))) (|elt| (*1 *1 *2 *1 *1 *1 *1) (AND (|ofCategory| *1 (|ExpressionSpace|)) (|isDomain| *2 (|BasicOperator|)))) (|elt| (*1 *1 *2 *3) (AND (|isDomain| *2 (|BasicOperator|)) (|isDomain| *3 (|List| *1)) (|ofCategory| *1 (|ExpressionSpace|)))) (|subst| (*1 *1 *1 *2) (AND (|isDomain| *2 (|Equation| *1)) (|ofCategory| *1 (|ExpressionSpace|)))) (|subst| (*1 *1 *1 *2) (AND (|isDomain| *2 (|List| (|Equation| *1))) (|ofCategory| *1 (|ExpressionSpace|)))) (|subst| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|List| (|Kernel| *1))) (|isDomain| *3 (|List| *1)) (|ofCategory| *1 (|ExpressionSpace|)))) (|box| (*1 *1 *1) (|ofCategory| *1 (|ExpressionSpace|))) (|box| (*1 *1 *2) (AND (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|ExpressionSpace|)))) (|paren| (*1 *1 *1) (|ofCategory| *1 (|ExpressionSpace|))) (|paren| (*1 *1 *2) (AND (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|ExpressionSpace|)))) (|distribute| (*1 *1 *1) (|ofCategory| *1 (|ExpressionSpace|))) (|distribute| (*1 *1 *1 *1) (|ofCategory| *1 (|ExpressionSpace|))) (|height| (*1 *2 *1) (AND (|ofCategory| *1 (|ExpressionSpace|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|mainKernel| (*1 *2 *1) (|partial| AND (|isDomain| *2 (|Kernel| *1)) (|ofCategory| *1 (|ExpressionSpace|)))) (|kernels| (*1 *2 *1) (AND (|isDomain| *2 (|List| (|Kernel| *1))) (|ofCategory| *1 (|ExpressionSpace|)))) (|tower| (*1 *2 *1) (AND (|isDomain| *2 (|List| (|Kernel| *1))) (|ofCategory| *1 (|ExpressionSpace|)))) (|operators| (*1 *2 *1) (AND (|ofCategory| *1 (|ExpressionSpace|)) (|isDomain| *2 (|List| (|BasicOperator|))))) (|operator| (*1 *2 *2) (AND (|ofCategory| *1 (|ExpressionSpace|)) (|isDomain| *2 (|BasicOperator|)))) (|belong?| (*1 *2 *3) (AND (|ofCategory| *1 (|ExpressionSpace|)) (|isDomain| *3 (|BasicOperator|)) (|isDomain| *2 (|Boolean|)))) (|is?| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|ExpressionSpace|)) (|isDomain| *3 (|BasicOperator|)) (|isDomain| *2 (|Boolean|)))) (|is?| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|ExpressionSpace|)) (|isDomain| *3 (|Symbol|)) (|isDomain| *2 (|Boolean|)))) (|kernel| (*1 *1 *2 *1) (AND (|ofCategory| *1 (|ExpressionSpace|)) (|isDomain| *2 (|BasicOperator|)))) (|kernel| (*1 *1 *2 *3) (AND (|isDomain| *2 (|BasicOperator|)) (|isDomain| *3 (|List| *1)) (|ofCategory| *1 (|ExpressionSpace|)))) (|map| (*1 *1 *2 *3) (AND (|isDomain| *2 (|Mapping| *1 *1)) (|isDomain| *3 (|Kernel| *1)) (|ofCategory| *1 (|ExpressionSpace|)))) (|freeOf?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|ExpressionSpace|)) (|isDomain| *2 (|Boolean|)))) (|freeOf?| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|ExpressionSpace|)) (|isDomain| *3 (|Symbol|)) (|isDomain| *2 (|Boolean|)))) (|eval| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|List| (|Symbol|))) (|isDomain| *3 (|List| (|Mapping| *1 *1))) (|ofCategory| *1 (|ExpressionSpace|)))) (|eval| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|List| (|Symbol|))) (|isDomain| *3 (|List| (|Mapping| *1 (|List| *1)))) (|ofCategory| *1 (|ExpressionSpace|)))) (|eval| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|Symbol|)) (|isDomain| *3 (|Mapping| *1 (|List| *1))) (|ofCategory| *1 (|ExpressionSpace|)))) (|eval| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|Symbol|)) (|isDomain| *3 (|Mapping| *1 *1)) (|ofCategory| *1 (|ExpressionSpace|)))) (|eval| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|List| (|BasicOperator|))) (|isDomain| *3 (|List| (|Mapping| *1 *1))) (|ofCategory| *1 (|ExpressionSpace|)))) (|eval| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|List| (|BasicOperator|))) (|isDomain| *3 (|List| (|Mapping| *1 (|List| *1)))) (|ofCategory| *1 (|ExpressionSpace|)))) (|eval| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|BasicOperator|)) (|isDomain| *3 (|Mapping| *1 (|List| *1))) (|ofCategory| *1 (|ExpressionSpace|)))) (|eval| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|BasicOperator|)) (|isDomain| *3 (|Mapping| *1 *1)) (|ofCategory| *1 (|ExpressionSpace|)))) (|minPoly| (*1 *2 *3) (AND (|isDomain| *3 (|Kernel| *1)) (|ofCategory| *1 (|Ring|)) (|ofCategory| *1 (|ExpressionSpace|)) (|isDomain| *2 (|SparseUnivariatePolynomial| *1)))) (|definingPolynomial| (*1 *1 *1) (AND (|ofCategory| *1 (|Ring|)) (|ofCategory| *1 (|ExpressionSpace|)))) (|even?| (*1 *2 *1) (AND (|ofCategory| *1 (|RetractableTo| (|Integer|))) (|ofCategory| *1 (|ExpressionSpace|)) (|isDomain| *2 (|Boolean|)))) (|odd?| (*1 *2 *1) (AND (|ofCategory| *1 (|RetractableTo| (|Integer|))) (|ofCategory| *1 (|ExpressionSpace|)) (|isDomain| *2 (|Boolean|)))))
-(|Join| (|SetCategory|) (|RetractableTo| (|Kernel| $)) (|InnerEvalable| (|Kernel| $) $) (|Evalable| $) (CATEGORY |domain| (SIGNATURE |elt| ($ (|BasicOperator|) $)) (SIGNATURE |elt| ($ (|BasicOperator|) $ $)) (SIGNATURE |elt| ($ (|BasicOperator|) $ $ $)) (SIGNATURE |elt| ($ (|BasicOperator|) $ $ $ $)) (SIGNATURE |elt| ($ (|BasicOperator|) (|List| $))) (SIGNATURE |subst| ($ $ (|Equation| $))) (SIGNATURE |subst| ($ $ (|List| (|Equation| $)))) (SIGNATURE |subst| ($ $ (|List| (|Kernel| $)) (|List| $))) (SIGNATURE |box| ($ $)) (SIGNATURE |box| ($ (|List| $))) (SIGNATURE |paren| ($ $)) (SIGNATURE |paren| ($ (|List| $))) (SIGNATURE |distribute| ($ $)) (SIGNATURE |distribute| ($ $ $)) (SIGNATURE |height| ((|NonNegativeInteger|) $)) (SIGNATURE |mainKernel| ((|Union| (|Kernel| $) "failed") $)) (SIGNATURE |kernels| ((|List| (|Kernel| $)) $)) (SIGNATURE |tower| ((|List| (|Kernel| $)) $)) (SIGNATURE |operators| ((|List| (|BasicOperator|)) $)) (SIGNATURE |operator| ((|BasicOperator|) (|BasicOperator|))) (SIGNATURE |belong?| ((|Boolean|) (|BasicOperator|))) (SIGNATURE |is?| ((|Boolean|) $ (|BasicOperator|))) (SIGNATURE |is?| ((|Boolean|) $ (|Symbol|))) (SIGNATURE |kernel| ($ (|BasicOperator|) $)) (SIGNATURE |kernel| ($ (|BasicOperator|) (|List| $))) (SIGNATURE |map| ($ (|Mapping| $ $) (|Kernel| $))) (SIGNATURE |freeOf?| ((|Boolean|) $ $)) (SIGNATURE |freeOf?| ((|Boolean|) $ (|Symbol|))) (SIGNATURE |eval| ($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ $)))) (SIGNATURE |eval| ($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ (|List| $))))) (SIGNATURE |eval| ($ $ (|Symbol|) (|Mapping| $ (|List| $)))) (SIGNATURE |eval| ($ $ (|Symbol|) (|Mapping| $ $))) (SIGNATURE |eval| ($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ $)))) (SIGNATURE |eval| ($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ (|List| $))))) (SIGNATURE |eval| ($ $ (|BasicOperator|) (|Mapping| $ (|List| $)))) (SIGNATURE |eval| ($ $ (|BasicOperator|) (|Mapping| $ $))) (IF (|has| $ (|Ring|)) (PROGN (SIGNATURE |minPoly| ((|SparseUnivariatePolynomial| $) (|Kernel| $))) (SIGNATURE |definingPolynomial| ($ $))) |%noBranch|) (IF (|has| $ (|RetractableTo| (|Integer|))) (PROGN (SIGNATURE |even?| ((|Boolean|) $)) (SIGNATURE |odd?| ((|Boolean|) $))) |%noBranch|)))
-(((|BasicType|) . T) ((|CoercibleFrom| #1=(|Kernel| $)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Evalable| $) . T) ((|InnerEvalable| (|Kernel| $) $) . T) ((|InnerEvalable| $ $) . T) ((|Join|) . T) ((|RetractableTo| #1#) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|elt| #1=(*1 *1 *2 *1) #2=(AND #3=(|ofCategory| *1 (|ExpressionSpace|)) #4=(|isDomain| *2 #5=(|BasicOperator|)))) (|elt| (*1 *1 *2 *1 *1) #2#) (|elt| (*1 *1 *2 *1 *1 *1) #2#) (|elt| (*1 *1 *2 *1 *1 *1 *1) #2#) (|elt| #6=(*1 *1 *2 *3) #7=(AND #4# #8=(|isDomain| *3 #9=(|List| *1)) #3#)) (|subst| #10=(*1 *1 *1 *2) (AND (|isDomain| *2 #11=(|Equation| *1)) #3#)) (|subst| #10# (AND (|isDomain| *2 (|List| #11#)) #3#)) (|subst| #12=(*1 *1 *1 *2 *3) (AND #13=(|isDomain| *2 (|List| #14=(|Kernel| *1))) #8# #3#)) (|box| #15=(*1 *1 *1) #3#) (|box| #16=(*1 *1 *2) #17=(AND (|isDomain| *2 #9#) #3#)) (|paren| #15# #3#) (|paren| #16# #17#) (|distribute| #15# #3#) (|distribute| (*1 *1 *1 *1) #3#) (|height| #18=(*1 *2 *1) (AND #3# (|isDomain| *2 (|NonNegativeInteger|)))) (|mainKernel| #18# (|partial| AND (|isDomain| *2 #14#) #3#)) (|kernels| #18# #19=(AND #13# #3#)) (|tower| #18# #19#) (|operators| #18# (AND #3# #20=(|isDomain| *2 (|List| #5#)))) (|operator| (*1 *2 *2) #2#) (|belong?| #21=(*1 *2 *3) #22=(AND #3# (|isDomain| *3 #5#) #23=(|isDomain| *2 (|Boolean|)))) (|is?| #24=(*1 *2 *1 *3) #22#) (|is?| #24# #25=(AND #3# (|isDomain| *3 #26=(|Symbol|)) #23#)) (|kernel| #1# #2#) (|kernel| #6# #7#) (|map| #6# (AND (|isDomain| *2 #27=(|Mapping| *1 *1)) #28=(|isDomain| *3 #14#) #3#)) (|freeOf?| (*1 *2 *1 *1) (AND #3# #23#)) (|freeOf?| #24# #25#) (|eval| #12# (AND #29=(|isDomain| *2 (|List| #26#)) #30=(|isDomain| *3 (|List| #27#)) #3#)) (|eval| #12# (AND #29# #31=(|isDomain| *3 (|List| #32=(|Mapping| *1 #9#))) #3#)) (|eval| #12# (AND #33=(|isDomain| *2 #26#) #34=(|isDomain| *3 #32#) #3#)) (|eval| #12# (AND #33# #35=(|isDomain| *3 #27#) #3#)) (|eval| #12# (AND #20# #30# #3#)) (|eval| #12# (AND #20# #31# #3#)) (|eval| #12# (AND #4# #34# #3#)) (|eval| #12# (AND #4# #35# #3#)) (|minPoly| #21# (AND #28# #36=(|ofCategory| *1 (|Ring|)) #3# (|isDomain| *2 (|SparseUnivariatePolynomial| *1)))) (|definingPolynomial| #15# (AND #36# #3#)) (|even?| #18# #37=(AND (|ofCategory| *1 (|RetractableTo| (|Integer|))) #3# #23#)) (|odd?| #18# #37#))
+(|Join| (|SetCategory|) (|RetractableTo| #1=(|Kernel| $)) (|InnerEvalable| #1# $) (|Evalable| $) (CATEGORY |domain| (SIGNATURE |elt| #2=($ #3=(|BasicOperator|) $)) (SIGNATURE |elt| ($ #3# $ $)) (SIGNATURE |elt| ($ #3# $ $ $)) (SIGNATURE |elt| ($ #3# $ $ $ $)) (SIGNATURE |elt| #4=($ #3# #5=(|List| $))) (SIGNATURE |subst| ($ $ #6=(|Equation| $))) (SIGNATURE |subst| ($ $ (|List| #6#))) (SIGNATURE |subst| ($ $ #7=(|List| #1#) #5#)) (SIGNATURE |box| #8=($ $)) (SIGNATURE |box| #9=($ #5#)) (SIGNATURE |paren| #8#) (SIGNATURE |paren| #9#) (SIGNATURE |distribute| #8#) (SIGNATURE |distribute| ($ $ $)) (SIGNATURE |height| ((|NonNegativeInteger|) $)) (SIGNATURE |mainKernel| ((|Union| #1# "failed") $)) (SIGNATURE |kernels| #10=(#7# $)) (SIGNATURE |tower| #10#) (SIGNATURE |operators| (#11=(|List| #3#) $)) (SIGNATURE |operator| (#3# #3#)) (SIGNATURE |belong?| (#12=(|Boolean|) #3#)) (SIGNATURE |is?| (#12# $ #3#)) (SIGNATURE |is?| #13=(#12# $ #14=(|Symbol|))) (SIGNATURE |kernel| #2#) (SIGNATURE |kernel| #4#) (SIGNATURE |map| ($ #15=(|Mapping| $ $) #1#)) (SIGNATURE |freeOf?| (#12# $ $)) (SIGNATURE |freeOf?| #13#) (SIGNATURE |eval| ($ $ #16=(|List| #14#) #17=(|List| #15#))) (SIGNATURE |eval| ($ $ #16# #18=(|List| #19=(|Mapping| $ #5#)))) (SIGNATURE |eval| ($ $ #14# #19#)) (SIGNATURE |eval| ($ $ #14# #15#)) (SIGNATURE |eval| ($ $ #11# #17#)) (SIGNATURE |eval| ($ $ #11# #18#)) (SIGNATURE |eval| ($ $ #3# #19#)) (SIGNATURE |eval| ($ $ #3# #15#)) (IF (|has| $ (|Ring|)) (PROGN (SIGNATURE |minPoly| ((|SparseUnivariatePolynomial| $) #1#)) (SIGNATURE |definingPolynomial| #8#)) |%noBranch|) (IF (|has| $ (|RetractableTo| (|Integer|))) (PROGN (SIGNATURE |even?| #20=(#12# $)) (SIGNATURE |odd?| #20#)) |%noBranch|)))
+(((|BasicType|) . T) ((|CoercibleFrom| #1=(|Kernel| $)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Evalable| $) . T) ((|InnerEvalable| #1# $) . T) ((|InnerEvalable| $ $) . T) ((|RetractableTo| #1#) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|map| ((|#2| (|Mapping| |#2| |#1|) (|String|) (|Kernel| |#1|)) 18 T ELT)))
(((|ExpressionSpaceFunctions1| |#1| |#2|) (CATEGORY |package| (SIGNATURE |map| (|#2| (|Mapping| |#2| |#1|) (|String|) (|Kernel| |#1|)))) (|ExpressionSpace|) (|Type|)) (T |ExpressionSpaceFunctions1|))
((|map| (*1 *2 *3 *4 *5) (AND (|isDomain| *3 (|Mapping| *2 *6)) (|isDomain| *4 (|String|)) (|isDomain| *5 (|Kernel| *6)) (|ofCategory| *6 (|ExpressionSpace|)) (|ofCategory| *2 (|Type|)) (|isDomain| *1 (|ExpressionSpaceFunctions1| *6 *2)))))
@@ -835,18 +835,18 @@ NIL
((|sizeLess?| (((|Boolean|) $ $) 14 T ELT)) (|rem| (#1=($ $ $) 18 T ELT)) (|quo| (#1# 17 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #2=(|List| $)) #3=(|:| |generator| $)) #2#) 50 T ELT)) (|multiEuclidean| (((|Union| #2# #4="failed") #2# $) 67 T ELT)) (|gcd| (#1# 25 T ELT) (($ #2#) NIL T ELT)) (|extendedEuclidean| (((|Record| #5=(|:| |coef1| $) #6=(|:| |coef2| $) #3#) $ $) 35 T ELT) (((|Union| (|Record| #5# #6#) #4#) $ $ $) 40 T ELT)) (|exquo| (((|Union| $ #4#) $ $) 21 T ELT)) (|expressIdealMember| (((|Maybe| #2#) #2# $) 55 T ELT)))
(((|EuclideanDomain&| |#1|) (CATEGORY |package| (SIGNATURE |multiEuclidean| ((|Union| #1=(|List| |#1|) #2="failed") #1# |#1|)) (SIGNATURE |extendedEuclidean| ((|Union| (|Record| #3=(|:| |coef1| |#1|) #4=(|:| |coef2| |#1|)) #2#) |#1| |#1| |#1|)) (SIGNATURE |extendedEuclidean| ((|Record| #3# #4# #5=(|:| |generator| |#1|)) |#1| |#1|)) (SIGNATURE |rem| #6=(|#1| |#1| |#1|)) (SIGNATURE |quo| #6#) (SIGNATURE |sizeLess?| ((|Boolean|) |#1| |#1|)) (SIGNATURE |expressIdealMember| ((|Maybe| #1#) #1# |#1|)) (SIGNATURE |principalIdeal| ((|Record| (|:| |coef| #1#) #5#) #1#)) (SIGNATURE |gcd| (|#1| #1#)) (SIGNATURE |gcd| #6#) (SIGNATURE |exquo| ((|Union| |#1| #2#) |#1| |#1|))) (|EuclideanDomain|)) (T |EuclideanDomain&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#3=(|Boolean|) $) 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sizeLess?| (((|Boolean|) $ $) 76 T ELT)) (|sample| (#4=($) 23 T CONST)) (|rem| (($ $ $) 72 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|quo| (($ $ $) 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #5=(|List| $)) (|:| |generator| $)) #5#) 67 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|multiEuclidean| (((|Union| (|List| $) "failed") (|List| $) $) 69 T ELT)) (|lcm| (#6=($ $ $) 61 T ELT) (#7=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#8=(|SparseUnivariatePolynomial| $) #8# #8#) 59 T ELT)) (|gcd| (#6# 63 T ELT) (#7# 62 T ELT)) (|extendedEuclidean| (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) 71 T ELT) (((|Union| (|Record| (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 70 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #5#) #5# $) 66 T ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| ((#3# $ $) 54 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#4=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sizeLess?| (#1# 76 T ELT)) (|sample| (#5=($) 23 T CONST)) (|rem| (#6=($ $ $) 72 T ELT)) (|recip| ((#7=(|Union| $ #8="failed") $) 43 T ELT)) (|quo| (#6# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #9=(|List| $)) #10=(|:| |generator| $)) #9#) 67 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|multiEuclidean| (((|Union| #9# #8#) #9# $) 69 T ELT)) (|lcm| (#6# 61 T ELT) (#11=($ #9#) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#12=(|SparseUnivariatePolynomial| $) #12# #12#) 59 T ELT)) (|gcd| (#6# 63 T ELT) (#11# 62 T ELT)) (|extendedEuclidean| (((|Record| #13=(|:| |coef1| $) #14=(|:| |coef2| $) #10#) $ $) 71 T ELT) (((|Union| (|Record| #13# #14#) #8#) $ $ $) 70 T ELT)) (|exquo| ((#7# $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #9#) #9# $) 66 T ELT)) (|euclideanSize| ((#15=(|NonNegativeInteger|) $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #16=(|Integer|)) 42 T ELT) (#4# 58 T ELT)) (|characteristic| ((#15#) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 54 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (#5# 46 T CONST)) (= (#1# 8 T ELT)) (- (#4# 30 T ELT) (#6# 29 T ELT)) (+ (#6# 18 T ELT)) (** (($ $ #17=(|PositiveInteger|)) 36 T ELT) (($ $ #15#) 44 T ELT)) (* (($ #17# $) 17 T ELT) (($ #15# $) 21 T ELT) (($ #16# $) 31 T ELT) (#6# 35 T ELT)))
(((|EuclideanDomain|) (|Category|)) (T |EuclideanDomain|))
-((|sizeLess?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|EuclideanDomain|)) (|isDomain| *2 (|Boolean|)))) (|euclideanSize| (*1 *2 *1) (AND (|ofCategory| *1 (|EuclideanDomain|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|divide| (*1 *2 *1 *1) (AND (|isDomain| *2 (|Record| (|:| |quotient| *1) (|:| |remainder| *1))) (|ofCategory| *1 (|EuclideanDomain|)))) (|quo| (*1 *1 *1 *1) (|ofCategory| *1 (|EuclideanDomain|))) (|rem| (*1 *1 *1 *1) (|ofCategory| *1 (|EuclideanDomain|))) (|extendedEuclidean| (*1 *2 *1 *1) (AND (|isDomain| *2 (|Record| (|:| |coef1| *1) (|:| |coef2| *1) (|:| |generator| *1))) (|ofCategory| *1 (|EuclideanDomain|)))) (|extendedEuclidean| (*1 *2 *1 *1 *1) (|partial| AND (|isDomain| *2 (|Record| (|:| |coef1| *1) (|:| |coef2| *1))) (|ofCategory| *1 (|EuclideanDomain|)))) (|multiEuclidean| (*1 *2 *2 *1) (|partial| AND (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|EuclideanDomain|)))))
-(|Join| (|PrincipalIdealDomain|) (CATEGORY |domain| (SIGNATURE |sizeLess?| ((|Boolean|) $ $)) (SIGNATURE |euclideanSize| ((|NonNegativeInteger|) $)) (SIGNATURE |divide| ((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $)) (SIGNATURE |quo| ($ $ $)) (SIGNATURE |rem| ($ $ $)) (SIGNATURE |extendedEuclidean| ((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $)) (SIGNATURE |extendedEuclidean| ((|Union| (|Record| (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $)) (SIGNATURE |multiEuclidean| ((|Union| (|List| $) "failed") (|List| $) $))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|EntireRing|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|PrincipalIdealDomain|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|sizeLess?| #1=(*1 *2 *1 *1) (AND #2=(|ofCategory| *1 (|EuclideanDomain|)) (|isDomain| *2 (|Boolean|)))) (|euclideanSize| (*1 *2 *1) (AND #2# (|isDomain| *2 (|NonNegativeInteger|)))) (|divide| #1# (AND (|isDomain| *2 (|Record| (|:| |quotient| *1) (|:| |remainder| *1))) #2#)) (|quo| #3=(*1 *1 *1 *1) #2#) (|rem| #3# #2#) (|extendedEuclidean| #1# (AND (|isDomain| *2 (|Record| #4=(|:| |coef1| *1) #5=(|:| |coef2| *1) (|:| |generator| *1))) #2#)) (|extendedEuclidean| (*1 *2 *1 *1 *1) (|partial| AND (|isDomain| *2 (|Record| #4# #5#)) #2#)) (|multiEuclidean| (*1 *2 *2 *1) (|partial| AND (|isDomain| *2 (|List| *1)) #2#)))
+(|Join| (|PrincipalIdealDomain|) (CATEGORY |domain| (SIGNATURE |sizeLess?| ((|Boolean|) $ $)) (SIGNATURE |euclideanSize| ((|NonNegativeInteger|) $)) (SIGNATURE |divide| ((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $)) (SIGNATURE |quo| #1=($ $ $)) (SIGNATURE |rem| #1#) (SIGNATURE |extendedEuclidean| ((|Record| #2=(|:| |coef1| $) #3=(|:| |coef2| $) (|:| |generator| $)) $ $)) (SIGNATURE |extendedEuclidean| ((|Union| (|Record| #2# #3#) #4="failed") $ $ $)) (SIGNATURE |multiEuclidean| ((|Union| #5=(|List| $) #4#) #5# $))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|EntireRing|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|PrincipalIdealDomain|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|eval| (($ $ #1=(|List| |#2|) #1#) 14 T ELT) (($ $ |#2| |#2|) NIL T ELT) (($ $ #2=(|Equation| |#2|)) 11 T ELT) (($ $ (|List| #2#)) NIL T ELT)))
(((|Evalable&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |eval| (|#1| |#1| (|List| #1=(|Equation| |#2|)))) (SIGNATURE |eval| (|#1| |#1| #1#)) (SIGNATURE |eval| (|#1| |#1| |#2| |#2|)) (SIGNATURE |eval| (|#1| |#1| #2=(|List| |#2|) #2#))) (|Evalable| |#2|) (|SetCategory|)) (T |Evalable&|))
NIL
-((|eval| (($ $ (|List| |#1|) (|List| |#1|)) 7 T ELT) (($ $ |#1| |#1|) 6 T ELT) (($ $ (|Equation| |#1|)) 13 T ELT) (($ $ (|List| (|Equation| |#1|))) 12 T ELT)))
+((|eval| (($ $ #1=(|List| |#1|) #1#) 7 T ELT) (($ $ |#1| |#1|) 6 T ELT) (($ $ #2=(|Equation| |#1|)) 13 T ELT) (($ $ (|List| #2#)) 12 T ELT)))
(((|Evalable| |#1|) (|Category|) (|SetCategory|)) (T |Evalable|))
-((|eval| (*1 *1 *1 *2) (AND (|isDomain| *2 (|Equation| *3)) (|ofCategory| *1 (|Evalable| *3)) (|ofCategory| *3 (|SetCategory|)))) (|eval| (*1 *1 *1 *2) (AND (|isDomain| *2 (|List| (|Equation| *3))) (|ofCategory| *1 (|Evalable| *3)) (|ofCategory| *3 (|SetCategory|)))))
-(|Join| (|InnerEvalable| |t#1| |t#1|) (CATEGORY |domain| (SIGNATURE |eval| ($ $ (|Equation| |t#1|))) (SIGNATURE |eval| ($ $ (|List| (|Equation| |t#1|))))))
+((|eval| #1=(*1 *1 *1 *2) (AND (|isDomain| *2 #2=(|Equation| *3)) #3=(|ofCategory| *1 (|Evalable| *3)) #4=(|ofCategory| *3 (|SetCategory|)))) (|eval| #1# (AND (|isDomain| *2 (|List| #2#)) #3# #4#)))
+(|Join| (|InnerEvalable| |t#1| |t#1|) (CATEGORY |domain| (SIGNATURE |eval| ($ $ #1=(|Equation| |t#1|))) (SIGNATURE |eval| ($ $ (|List| #1#)))))
(((|InnerEvalable| |#1| |#1|) . T))
((|eval| ((|#1| (|Mapping| |#1| #1=(|Integer|)) (|SymmetricPolynomial| (|Fraction| #1#))) 26 T ELT)))
(((|EvaluateCycleIndicators| |#1|) (CATEGORY |package| (SIGNATURE |eval| (|#1| (|Mapping| |#1| #1=(|Integer|)) (|SymmetricPolynomial| #2=(|Fraction| #1#))))) (|Algebra| #2#)) (T |EvaluateCycleIndicators|))
@@ -887,33 +887,33 @@ NIL
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| ((#3# $) 19 T ELT)) (|terms| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| #4=(|Integer|)))) $) 21 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|size| ((#5=(|NonNegativeInteger|) $) NIL T ELT)) (|sample| #6=(($) NIL T CONST)) (|retractIfCan| (((|Union| |#1| "failed") $) NIL T ELT)) (|retract| ((|#1| $) NIL T ELT)) (|opposite?| #1#) (|nthFactor| ((|#1| $ #4#) NIL T ELT)) (|nthCoef| ((#4# $ #4#) NIL T ELT)) (|min| #7=(#8=($ $ $) NIL #9=(|has| |#1| (|OrderedSet|)) ELT)) (|max| #7#) (|mapGen| (($ (|Mapping| |#1| |#1|) $) NIL T ELT)) (|mapCoef| (($ (|Mapping| #4# #4#) $) 11 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|highCommonTerms| (#8# NIL (|has| #4# (|OrderedAbelianMonoid|)) ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ |#1|) NIL T ELT)) (|coefficient| ((#4# |#1| $) NIL T ELT)) (|before?| #1#) (|Zero| #6#) (>= #10=(#2# NIL #9# ELT)) (> #10#) (= #1#) (<= #10#) (< (#2# 30 #9# ELT)) (- (($ $) 12 T ELT) (#8# 29 T ELT)) (+ (#8# NIL T ELT) (($ |#1| $) NIL T ELT)) (* (($ (|PositiveInteger|) $) NIL T ELT) (($ #5# $) NIL T ELT) (($ #4# $) NIL T ELT) (($ $ #4#) NIL T ELT) (($ #4# |#1|) 28 T ELT)))
(((|FreeAbelianGroup| |#1|) (|Join| (|AbelianGroup|) (|Module| #1=(|Integer|)) (|FreeAbelianMonoidCategory| |#1| #1#) (CATEGORY |package| (IF (|has| |#1| #2=(|OrderedSet|)) (ATTRIBUTE #2#) |%noBranch|))) (|SetCategory|)) (T |FreeAbelianGroup|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|terms| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| |#2|))) $) 35 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|size| (((|NonNegativeInteger|) $) 36 T ELT)) (|sample| (#3=($) 23 T CONST)) (|retractIfCan| (((|Union| |#1| "failed") $) 40 T ELT)) (|retract| ((|#1| $) 41 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|nthFactor| ((|#1| $ (|Integer|)) 33 T ELT)) (|nthCoef| ((|#2| $ (|Integer|)) 34 T ELT)) (|mapGen| (($ (|Mapping| |#1| |#1|) $) 30 T ELT)) (|mapCoef| (($ (|Mapping| |#2| |#2|) $) 31 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|highCommonTerms| (($ $ $) 29 (|has| |#2| (|OrderedAbelianMonoid|)) ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ |#1|) 39 T ELT)) (|coefficient| ((|#2| |#1| $) 32 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (+ (($ $ $) 18 T ELT) (($ |#1| $) 38 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ |#2| |#1|) 37 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|terms| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| |#2|))) $) 35 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|size| ((#3=(|NonNegativeInteger|) $) 36 T ELT)) (|sample| (#4=($) 23 T CONST)) (|retractIfCan| (((|Union| |#1| "failed") $) 40 T ELT)) (|retract| ((|#1| $) 41 T ELT)) (|opposite?| (#1# 20 T ELT)) (|nthFactor| ((|#1| $ #5=(|Integer|)) 33 T ELT)) (|nthCoef| ((|#2| $ #5#) 34 T ELT)) (|mapGen| (($ (|Mapping| |#1| |#1|) $) 30 T ELT)) (|mapCoef| (($ (|Mapping| |#2| |#2|) $) 31 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|highCommonTerms| (#6=($ $ $) 29 (|has| |#2| (|OrderedAbelianMonoid|)) ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ |#1|) 39 T ELT)) (|coefficient| ((|#2| |#1| $) 32 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#4# 24 T CONST)) (= (#1# 8 T ELT)) (+ (#6# 18 T ELT) (($ |#1| $) 38 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ #3# $) 21 T ELT) (($ |#2| |#1|) 37 T ELT)))
(((|FreeAbelianMonoidCategory| |#1| |#2|) (|Category|) (|SetCategory|) (|CancellationAbelianMonoid|)) (T |FreeAbelianMonoidCategory|))
-((+ (*1 *1 *2 *1) (AND (|ofCategory| *1 (|FreeAbelianMonoidCategory| *2 *3)) (|ofCategory| *2 (|SetCategory|)) (|ofCategory| *3 (|CancellationAbelianMonoid|)))) (* (*1 *1 *2 *3) (AND (|ofCategory| *1 (|FreeAbelianMonoidCategory| *3 *2)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *2 (|CancellationAbelianMonoid|)))) (|size| (*1 *2 *1) (AND (|ofCategory| *1 (|FreeAbelianMonoidCategory| *3 *4)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|CancellationAbelianMonoid|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|terms| (*1 *2 *1) (AND (|ofCategory| *1 (|FreeAbelianMonoidCategory| *3 *4)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|CancellationAbelianMonoid|)) (|isDomain| *2 (|List| (|Record| (|:| |gen| *3) (|:| |exp| *4)))))) (|nthCoef| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|FreeAbelianMonoidCategory| *4 *2)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *2 (|CancellationAbelianMonoid|)))) (|nthFactor| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|FreeAbelianMonoidCategory| *2 *4)) (|ofCategory| *4 (|CancellationAbelianMonoid|)) (|ofCategory| *2 (|SetCategory|)))) (|coefficient| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|FreeAbelianMonoidCategory| *3 *2)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *2 (|CancellationAbelianMonoid|)))) (|mapCoef| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| *4 *4)) (|ofCategory| *1 (|FreeAbelianMonoidCategory| *3 *4)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|CancellationAbelianMonoid|)))) (|mapGen| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| *3 *3)) (|ofCategory| *1 (|FreeAbelianMonoidCategory| *3 *4)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|CancellationAbelianMonoid|)))) (|highCommonTerms| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|FreeAbelianMonoidCategory| *2 *3)) (|ofCategory| *2 (|SetCategory|)) (|ofCategory| *3 (|CancellationAbelianMonoid|)) (|ofCategory| *3 (|OrderedAbelianMonoid|)))))
-(|Join| (|CancellationAbelianMonoid|) (|RetractableTo| |t#1|) (CATEGORY |domain| (SIGNATURE + ($ |t#1| $)) (SIGNATURE * ($ |t#2| |t#1|)) (SIGNATURE |size| ((|NonNegativeInteger|) $)) (SIGNATURE |terms| ((|List| (|Record| (|:| |gen| |t#1|) (|:| |exp| |t#2|))) $)) (SIGNATURE |nthCoef| (|t#2| $ (|Integer|))) (SIGNATURE |nthFactor| (|t#1| $ (|Integer|))) (SIGNATURE |coefficient| (|t#2| |t#1| $)) (SIGNATURE |mapCoef| ($ (|Mapping| |t#2| |t#2|) $)) (SIGNATURE |mapGen| ($ (|Mapping| |t#1| |t#1|) $)) (IF (|has| |t#2| (|OrderedAbelianMonoid|)) (SIGNATURE |highCommonTerms| ($ $ $)) |%noBranch|)))
-(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|RetractableTo| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((+ #1=(*1 *1 *2 *1) (AND #2=(|ofCategory| *1 (|FreeAbelianMonoidCategory| *2 *3)) #3=(|ofCategory| *2 #4=(|SetCategory|)) #5=(|ofCategory| *3 #6=(|CancellationAbelianMonoid|)))) (* (*1 *1 *2 *3) #7=(AND (|ofCategory| *1 (|FreeAbelianMonoidCategory| *3 *2)) #8=(|ofCategory| *3 #4#) #9=(|ofCategory| *2 #6#))) (|size| #10=(*1 *2 *1) (AND #11=(|ofCategory| *1 (|FreeAbelianMonoidCategory| *3 *4)) #8# #12=(|ofCategory| *4 #6#) (|isDomain| *2 (|NonNegativeInteger|)))) (|terms| #10# (AND #11# #8# #12# (|isDomain| *2 (|List| (|Record| (|:| |gen| *3) (|:| |exp| *4)))))) (|nthCoef| #13=(*1 *2 *1 *3) (AND #14=(|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|FreeAbelianMonoidCategory| *4 *2)) (|ofCategory| *4 #4#) #9#)) (|nthFactor| #13# (AND #14# (|ofCategory| *1 (|FreeAbelianMonoidCategory| *2 *4)) #12# #3#)) (|coefficient| (*1 *2 *3 *1) #7#) (|mapCoef| #1# (AND (|isDomain| *2 (|Mapping| *4 *4)) #11# #8# #12#)) (|mapGen| #1# (AND (|isDomain| *2 (|Mapping| *3 *3)) #11# #8# #12#)) (|highCommonTerms| (*1 *1 *1 *1) (AND #2# #3# #5# (|ofCategory| *3 (|OrderedAbelianMonoid|)))))
+(|Join| (|CancellationAbelianMonoid|) (|RetractableTo| |t#1|) (CATEGORY |domain| (SIGNATURE + ($ |t#1| $)) (SIGNATURE * ($ |t#2| |t#1|)) (SIGNATURE |size| ((|NonNegativeInteger|) $)) (SIGNATURE |terms| ((|List| (|Record| (|:| |gen| |t#1|) (|:| |exp| |t#2|))) $)) (SIGNATURE |nthCoef| (|t#2| $ #1=(|Integer|))) (SIGNATURE |nthFactor| (|t#1| $ #1#)) (SIGNATURE |coefficient| (|t#2| |t#1| $)) (SIGNATURE |mapCoef| ($ (|Mapping| |t#2| |t#2|) $)) (SIGNATURE |mapGen| ($ (|Mapping| |t#1| |t#1|) $)) (IF (|has| |t#2| (|OrderedAbelianMonoid|)) (SIGNATURE |highCommonTerms| ($ $ $)) |%noBranch|)))
+(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|RetractableTo| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=((#2=(|Boolean|) $ $) NIL T ELT)) (|zero?| ((#2# $) NIL T ELT)) (|terms| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| #3=(|NonNegativeInteger|)))) $) NIL T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|size| ((#3# $) NIL T ELT)) (|sample| #4=(($) NIL T CONST)) (|retractIfCan| (((|Union| |#1| "failed") $) NIL T ELT)) (|retract| ((|#1| $) NIL T ELT)) (|opposite?| #1#) (|nthFactor| ((|#1| $ #5=(|Integer|)) NIL T ELT)) (|nthCoef| ((#3# $ #5#) NIL T ELT)) (|mapGen| (($ (|Mapping| |#1| |#1|) $) NIL T ELT)) (|mapCoef| (($ (|Mapping| #3# #3#) $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|highCommonTerms| (#6=($ $ $) NIL (|has| #3# (|OrderedAbelianMonoid|)) ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ |#1|) NIL T ELT)) (|coefficient| ((#3# |#1| $) NIL T ELT)) (|before?| #1#) (|Zero| #4#) (= #1#) (+ (#6# NIL T ELT) (($ |#1| $) NIL T ELT)) (* (($ (|PositiveInteger|) $) NIL T ELT) (($ #3# $) NIL T ELT) (($ #3# |#1|) NIL T ELT)))
(((|FreeAbelianMonoid| |#1|) (|FreeAbelianMonoidCategory| |#1| (|NonNegativeInteger|)) (|SetCategory|)) (T |FreeAbelianMonoid|))
NIL
((|primitivePart| (($ $) 72 T ELT)) (|pomopo!| (($ $ |#2| |#3| $) 14 T ELT)) (|mapExponents| (($ (|Mapping| |#3| |#3|) $) 51 T ELT)) (|ground?| (((|Boolean|) $) 42 T ELT)) (|ground| (#1=(|#2| $) 44 T ELT)) (|exquo| ((#2=(|Union| $ "failed") $ $) NIL T ELT) ((#2# $ |#2|) 64 T ELT)) (|content| (#1# 68 T ELT)) (|coefficients| (((|List| |#2|) $) 56 T ELT)) (|binomThmExpt| (($ $ $ (|NonNegativeInteger|)) 37 T ELT)) (/ (($ $ |#2|) 60 T ELT)))
(((|FiniteAbelianMonoidRing&| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |primitivePart| (|#1| |#1|)) (SIGNATURE |content| #1=(|#2| |#1|)) (SIGNATURE |exquo| (#2=(|Union| |#1| "failed") |#1| |#2|)) (SIGNATURE |binomThmExpt| (|#1| |#1| |#1| (|NonNegativeInteger|))) (SIGNATURE |pomopo!| (|#1| |#1| |#2| |#3| |#1|)) (SIGNATURE |mapExponents| (|#1| (|Mapping| |#3| |#3|) |#1|)) (SIGNATURE |coefficients| ((|List| |#2|) |#1|)) (SIGNATURE |ground| #1#) (SIGNATURE |ground?| ((|Boolean|) |#1|)) (SIGNATURE |exquo| (#2# |#1| |#1|)) (SIGNATURE / (|#1| |#1| |#2|))) (|FiniteAbelianMonoidRing| |#2| |#3|) (|Ring|) (|OrderedAbelianMonoid|)) (T |FiniteAbelianMonoidRing&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 (|has| |#1| . #3=((|IntegralDomain|))) ELT)) (|unitCanonical| (($ $) 74 (|has| |#1| . #3#) ELT)) (|unit?| ((#4=(|Boolean|) $) 76 (|has| |#1| . #3#) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#5=($) 23 T CONST)) (|retractIfCan| (((|Union| #6=(|Integer|) . #7=("failed")) . #8=($)) 110 (|has| |#1| . #9=((|RetractableTo| #6#))) ELT) (((|Union| #10=(|Fraction| #6#) . #7#) . #8#) 108 (|has| |#1| . #11=((|RetractableTo| #10#))) ELT) (((|Union| |#1| . #7#) . #8#) 105 T ELT)) (|retract| ((#6# . #12=($)) 109 (|has| |#1| . #9#) ELT) ((#10# . #12#) 107 (|has| |#1| . #11#) ELT) ((|#1| . #12#) 106 T ELT)) (|reductum| (#13=($ $) 82 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|primitivePart| (($ $) 94 (|has| |#1| (|GcdDomain|)) ELT)) (|pomopo!| (($ $ |#1| |#2| $) 98 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|numberOfMonomials| (((|NonNegativeInteger|) $) 101 T ELT)) (|monomial?| (((|Boolean|) $) 84 T ELT)) (|monomial| (($ |#1| |#2|) 83 T ELT)) (|minimumDegree| ((|#2| $) 100 T ELT)) (|mapExponents| (($ (|Mapping| |#2| |#2|) $) 99 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 88 T ELT)) (|leadingMonomial| (#13# 86 T ELT)) (|leadingCoefficient| ((|#1| $) 87 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|ground?| (((|Boolean|) $) 104 T ELT)) (|ground| ((|#1| $) 103 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 72 (|has| |#1| . #3#) ELT) (((|Union| $ "failed") $ |#1|) 96 (|has| |#1| (|IntegralDomain|)) ELT)) (|degree| ((|#2| $) 85 T ELT)) (|content| ((|#1| $) 95 (|has| |#1| (|GcdDomain|)) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 71 (|has| |#1| . #3#) ELT) (($ |#1|) 69 T ELT) (($ #14=(|Fraction| (|Integer|))) 79 (OR (|has| |#1| . #11#) (|has| |#1| . #15=((|Algebra| #14#)))) ELT)) (|coefficients| (((|List| |#1|) $) 102 T ELT)) (|coefficient| ((|#1| $ |#2|) 81 T ELT)) (|charthRoot| (((|Maybe| $) $) 70 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|binomThmExpt| (($ $ $ (|NonNegativeInteger|)) 97 (|has| |#1| (|CommutativeRing|)) ELT)) (|before?| (#1# 6 T ELT)) (|associates?| ((#4# $ $) 75 (|has| |#1| . #3#) ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (/ (($ $ |#1|) 80 (|has| |#1| (|Field|)) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #16=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 90 T ELT) (($ |#1| . #16#) 89 T ELT) (($ #14# . #16#) 78 (|has| |#1| . #15#) ELT) (($ $ #14#) 77 (|has| |#1| . #15#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 #4=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| (#5=($ $) 74 #4# ELT)) (|unit?| (#3# 76 #4# ELT)) (|subtractIfCan| ((#6=(|Maybe| $) $ $) 26 T ELT)) (|sample| (#7=($) 23 T CONST)) (|retractIfCan| (((|Union| #8=(|Integer|) . #9=(#10="failed")) . #11=($)) 110 #12=(|has| |#1| (|RetractableTo| #8#)) ELT) (((|Union| #13=(|Fraction| #8#) . #9#) . #11#) 108 #14=(|has| |#1| (|RetractableTo| #13#)) ELT) (((|Union| |#1| . #9#) . #11#) 105 T ELT)) (|retract| ((#8# . #15=($)) 109 #12# ELT) ((#13# . #15#) 107 #14# ELT) (#16=(|#1| . #15#) 106 T ELT)) (|reductum| (#5# 82 T ELT)) (|recip| ((#17=(|Union| $ #10#) $) 43 T ELT)) (|primitivePart| (#5# 94 #18=(|has| |#1| (|GcdDomain|)) ELT)) (|pomopo!| (($ $ |#1| |#2| $) 98 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|numberOfMonomials| ((#19=(|NonNegativeInteger|) $) 101 T ELT)) (|monomial?| (#3# 84 T ELT)) (|monomial| (($ |#1| |#2|) 83 T ELT)) (|minimumDegree| (#20=(|#2| $) 100 T ELT)) (|mapExponents| (($ (|Mapping| |#2| |#2|) $) 99 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 88 T ELT)) (|leadingMonomial| (#5# 86 T ELT)) (|leadingCoefficient| (#16# 87 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|ground?| (#3# 104 T ELT)) (|ground| (#16# 103 T ELT)) (|exquo| ((#17# $ $) 72 #4# ELT) ((#17# $ |#1|) 96 #4# ELT)) (|degree| (#20# 85 T ELT)) (|content| (#16# 95 #18# ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #8#) 42 T ELT) (#5# 71 #4# ELT) (($ |#1|) 69 T ELT) (($ #13#) 79 (OR #14# #21=(|has| |#1| (|Algebra| #13#))) ELT)) (|coefficients| (((|List| |#1|) $) 102 T ELT)) (|coefficient| ((|#1| $ |#2|) 81 T ELT)) (|charthRoot| ((#6# $) 70 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#19#) 41 T CONST)) (|binomThmExpt| (($ $ $ #19#) 97 (|has| |#1| (|CommutativeRing|)) ELT)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 75 #4# ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#7# 24 T CONST)) (|One| (#7# 46 T CONST)) (= (#1# 8 T ELT)) (/ (#22=($ $ |#1|) 80 (|has| |#1| (|Field|)) ELT)) (- (#5# 30 T ELT) (#23=($ $ $) 29 T ELT)) (+ (#23# 18 T ELT)) (** (($ $ #24=(|PositiveInteger|)) 36 T ELT) (($ $ #19#) 44 T ELT)) (* (($ #24# $) 17 T ELT) (($ #19# $) 21 T ELT) (($ #8# . #25=($)) 31 T ELT) (#23# 35 T ELT) (#22# 90 T ELT) (($ |#1| . #25#) 89 T ELT) (($ #13# . #25#) 78 #21# ELT) (($ $ #13#) 77 #21# ELT)))
(((|FiniteAbelianMonoidRing| |#1| |#2|) (|Category|) (|Ring|) (|OrderedAbelianMonoid|)) (T |FiniteAbelianMonoidRing|))
-((|ground?| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteAbelianMonoidRing| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoid|)) (|isDomain| *2 (|Boolean|)))) (|ground| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteAbelianMonoidRing| *2 *3)) (|ofCategory| *3 (|OrderedAbelianMonoid|)) (|ofCategory| *2 (|Ring|)))) (|coefficients| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteAbelianMonoidRing| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoid|)) (|isDomain| *2 (|List| *3)))) (|numberOfMonomials| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteAbelianMonoidRing| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoid|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|minimumDegree| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteAbelianMonoidRing| *3 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *2 (|OrderedAbelianMonoid|)))) (|mapExponents| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| *4 *4)) (|ofCategory| *1 (|FiniteAbelianMonoidRing| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoid|)))) (|pomopo!| (*1 *1 *1 *2 *3 *1) (AND (|ofCategory| *1 (|FiniteAbelianMonoidRing| *2 *3)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoid|)))) (|binomThmExpt| (*1 *1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|FiniteAbelianMonoidRing| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoid|)) (|ofCategory| *3 (|CommutativeRing|)))) (|exquo| (*1 *1 *1 *2) (|partial| AND (|ofCategory| *1 (|FiniteAbelianMonoidRing| *2 *3)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoid|)) (|ofCategory| *2 (|IntegralDomain|)))) (|content| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteAbelianMonoidRing| *2 *3)) (|ofCategory| *3 (|OrderedAbelianMonoid|)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|GcdDomain|)))) (|primitivePart| (*1 *1 *1) (AND (|ofCategory| *1 (|FiniteAbelianMonoidRing| *2 *3)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoid|)) (|ofCategory| *2 (|GcdDomain|)))))
-(|Join| (|AbelianMonoidRing| |t#1| |t#2|) (|FullyRetractableTo| |t#1|) (CATEGORY |domain| (SIGNATURE |ground?| ((|Boolean|) $)) (SIGNATURE |ground| (|t#1| $)) (SIGNATURE |coefficients| ((|List| |t#1|) $)) (SIGNATURE |numberOfMonomials| ((|NonNegativeInteger|) $)) (SIGNATURE |minimumDegree| (|t#2| $)) (SIGNATURE |mapExponents| ($ (|Mapping| |t#2| |t#2|) $)) (SIGNATURE |pomopo!| ($ $ |t#1| |t#2| $)) (IF (|has| |t#1| (|CommutativeRing|)) (SIGNATURE |binomThmExpt| ($ $ $ (|NonNegativeInteger|))) |%noBranch|) (IF (|has| |t#1| (|IntegralDomain|)) (SIGNATURE |exquo| ((|Union| $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (|GcdDomain|)) (PROGN (SIGNATURE |content| (|t#1| $)) (SIGNATURE |primitivePart| ($ $))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| |#2|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) OR (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|FullyRetractableTo| |#1|) . T) ((|Functorial| |#1|) . T) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|Join|) . T) ((|LeftLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|Module| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|RetractableTo| (|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| (|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|RightModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|ground?| #1=(*1 *2 *1) (AND #2=(|ofCategory| *1 (|FiniteAbelianMonoidRing| *3 *4)) #3=(|ofCategory| *3 #4=(|Ring|)) #5=(|ofCategory| *4 #6=(|OrderedAbelianMonoid|)) (|isDomain| *2 (|Boolean|)))) (|ground| #1# (AND #7=(|ofCategory| *1 (|FiniteAbelianMonoidRing| *2 *3)) #8=(|ofCategory| *3 #6#) #9=(|ofCategory| *2 #4#))) (|coefficients| #1# (AND #2# #3# #5# (|isDomain| *2 (|List| *3)))) (|numberOfMonomials| #1# (AND #2# #3# #5# #10=(|isDomain| *2 (|NonNegativeInteger|)))) (|minimumDegree| #1# (AND (|ofCategory| *1 (|FiniteAbelianMonoidRing| *3 *2)) #3# (|ofCategory| *2 #6#))) (|mapExponents| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| *4 *4)) #2# #3# #5#)) (|pomopo!| (*1 *1 *1 *2 *3 *1) (AND #7# #9# #8#)) (|binomThmExpt| (*1 *1 *1 *1 *2) (AND #10# #2# #3# #5# (|ofCategory| *3 (|CommutativeRing|)))) (|exquo| (*1 *1 *1 *2) (|partial| AND #7# #9# #8# (|ofCategory| *2 (|IntegralDomain|)))) (|content| #1# (AND #7# #8# #9# #11=(|ofCategory| *2 (|GcdDomain|)))) (|primitivePart| (*1 *1 *1) (AND #7# #9# #8# #11#)))
+(|Join| (|AbelianMonoidRing| |t#1| |t#2|) (|FullyRetractableTo| |t#1|) (CATEGORY |domain| (SIGNATURE |ground?| ((|Boolean|) $)) (SIGNATURE |ground| #1=(|t#1| $)) (SIGNATURE |coefficients| ((|List| |t#1|) $)) (SIGNATURE |numberOfMonomials| (#2=(|NonNegativeInteger|) $)) (SIGNATURE |minimumDegree| (|t#2| $)) (SIGNATURE |mapExponents| ($ (|Mapping| |t#2| |t#2|) $)) (SIGNATURE |pomopo!| ($ $ |t#1| |t#2| $)) (IF (|has| |t#1| (|CommutativeRing|)) (SIGNATURE |binomThmExpt| ($ $ $ #2#)) |%noBranch|) (IF (|has| |t#1| (|IntegralDomain|)) (SIGNATURE |exquo| ((|Union| $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (|GcdDomain|)) (PROGN (SIGNATURE |content| #1#) (SIGNATURE |primitivePart| ($ $))) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| |#2|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) |has| |#1| (|CommutativeRing|)) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) |has| |#1| (|CommutativeRing|)) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|FullyRetractableTo| |#1|) . T) ((|Functorial| |#1|) . T) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|LeftLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|Module| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|RetractableTo| #1#) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| #2#) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) |has| |#1| (|CommutativeRing|)) ((|RightModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) |has| |#1| (|CommutativeRing|)) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL #4=(|has| |#1| (|BasicType|)) ELT)) (|swap!| (((|Void|) $ #5=(|Integer|) #5#) NIL #6=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|sorted?| ((#3# #7=(|Mapping| #3# |#1| |#1|) $) NIL T ELT) (#8=(#3# $) NIL #9=(|has| |#1| #10=(|OrderedSet|)) ELT)) (|sort!| (#11=($ #7# $) NIL #6# ELT) (#12=($ $) NIL (AND #6# #9#) ELT)) (|sort| (#11# NIL T ELT) (#12# NIL #9# ELT)) (|shrinkable| ((#3# #3#) NIL T ELT)) (|setelt| #13=(#14=(|#1| $ #5# |#1|) NIL #6# ELT) ((|#1| $ #15=(|UniversalSegment| #5#) |#1|) NIL #6# ELT)) (|select!| #16=(#17=($ #18=(|Mapping| #3# |#1|) $) NIL T ELT)) (|select| #19=(#17# NIL #20=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#21=($) NIL T CONST)) (|reverse!| (#12# NIL #6# ELT)) (|reverse| #22=(#12# NIL T ELT)) (|removeDuplicates!| (#12# NIL #4# ELT)) (|removeDuplicates| (#12# NIL #23=(AND #20# #4#) ELT)) (|remove!| (#24=($ |#1| $) NIL #4# ELT) #16#) (|remove| (#24# NIL #23# ELT) #19#) (|reduce| ((|#1| #25=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) NIL #4# ELT) ((|#1| #25# $ |#1|) NIL T ELT) ((|#1| #25# $) NIL T ELT)) (|qsetelt!| #13#) (|qelt| #26=((|#1| $ #5#) NIL T ELT)) (|position| ((#5# #18# $) NIL T ELT) ((#5# |#1| $) NIL #4# ELT) ((#5# |#1| $ #5#) NIL #4# ELT)) (|physicalLength!| #27=(($ $ #5#) NIL T ELT)) (|physicalLength| #28=((#29=(|NonNegativeInteger|) $) NIL T ELT)) (|new| (($ #29# |#1|) NIL T ELT)) (|minIndex| #30=((#5# $) NIL #31=(|has| #5# #10#) ELT)) (|min| #32=(#33=($ $ $) NIL #9# ELT)) (|merge!| #32# #34=(($ #7# $ $) NIL T ELT)) (|merge| #34# #32#) (|members| #35=((#36=(|List| |#1|) $) NIL T ELT)) (|member?| (#37=(#3# |#1| $) NIL #4# ELT)) (|maxIndex| #30#) (|max| #32#) (|map!| #38=(($ (|Mapping| |#1| |#1|) $) NIL T ELT)) (|map| #38# (($ #25# $ $) NIL T ELT)) (|latex| (((|String|) $) NIL #39=(|has| |#1| (|SetCategory|)) ELT)) (|insert!| #40=(#41=($ $ $ #5#) NIL T ELT) #42=(($ |#1| $ #5#) NIL T ELT)) (|insert| #42# #40#) (|indices| (((|List| #5#) $) NIL T ELT)) (|index?| ((#3# #5# $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL #39# ELT)) (|flexibleArray| #43=(($ #36#) NIL T ELT)) (|first| ((|#1| $) NIL #31# ELT)) (|find| (((|Union| |#1| "failed") #18# $) NIL T ELT)) (|fill!| (#44=($ $ |#1|) NIL #6# ELT)) (|every?| #45=((#3# #18# $) NIL T ELT)) (|eval| (($ $ (|List| #46=(|Equation| |#1|))) NIL #47=(AND (|has| |#1| (|Evalable| |#1|)) #39#) ELT) (($ $ #46#) NIL #47# ELT) (($ $ |#1| |#1|) NIL #47# ELT) (($ $ #36# #36#) NIL #47# ELT)) (|eq?| (#2# NIL T ELT)) (|entry?| (#37# NIL #23# ELT)) (|entries| #35#) (|empty?| (#8# NIL T ELT)) (|empty| (#21# NIL T ELT)) (|elt| (#14# NIL T ELT) #26# #48=(($ $ #15#) NIL T ELT)) (|delete!| #48# #27#) (|delete| #27# #48#) (|count| ((#29# |#1| $) NIL #4# ELT) ((#29# #18# $) NIL T ELT)) (|copyInto!| (#41# NIL #6# ELT)) (|copy| #22#) (|convert| ((#49=(|InputForm|) $) NIL (|has| |#1| (|ConvertibleTo| #49#)) ELT)) (|construct| #43#) (|concat!| #50=(#33# NIL T ELT) #51=(#44# NIL T ELT)) (|concat| #51# (#24# NIL T ELT) #50# (($ (|List| $)) NIL T ELT)) (|coerce| ((#52=(|OutputForm|) $) NIL (|has| |#1| (|CoercibleTo| #52#)) ELT)) (|before?| #1#) (|any?| #45#) (>= #53=(#2# NIL #9# ELT)) (> #53#) (= #1#) (<= #53#) (< #53#) (|#| #28#))
(((|FlexibleArray| |#1|) (|Join| (|OneDimensionalArrayAggregate| |#1|) (|ExtensibleLinearAggregate| |#1|) (CATEGORY |domain| (SIGNATURE |flexibleArray| ($ (|List| |#1|))) (SIGNATURE |physicalLength| ((|NonNegativeInteger|) $)) (SIGNATURE |physicalLength!| ($ $ (|Integer|))) (SIGNATURE |shrinkable| (#1=(|Boolean|) #1#)))) (|Type|)) (T |FlexibleArray|))
((|flexibleArray| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) #1=(|ofCategory| *3 (|Type|)) #2=(|isDomain| *1 (|FlexibleArray| *3)))) (|physicalLength| (*1 *2 *1) (AND (|isDomain| *2 (|NonNegativeInteger|)) #2# #1#)) (|physicalLength!| (*1 *1 *1 *2) (AND (|isDomain| *2 (|Integer|)) #2# #1#)) (|shrinkable| (*1 *2 *2) (AND (|isDomain| *2 (|Boolean|)) #2# #1#)))
((|transcendent?| (#1=((|Boolean|) $) 47 T ELT)) (|transcendenceDegree| (#2=((|NonNegativeInteger|)) 23 T ELT)) (|trace| (#3=(|#2| $) 51 T ELT) (#4=($ $ #5=(|PositiveInteger|)) 123 T ELT)) (|size| (#2# 124 T ELT)) (|represents| (($ #6=(|Vector| |#2|)) 20 T ELT)) (|normal?| (#1# 136 T ELT)) (|norm| (#3# 53 T ELT) (#4# 120 T ELT)) (|minimalPolynomial| (#7=(#8=(|SparseUnivariatePolynomial| |#2|) $) NIL T ELT) (((|SparseUnivariatePolynomial| $) $ #5#) 111 T ELT)) (|linearAssociatedOrder| (#7# 95 T ELT)) (|linearAssociatedLog| (#7# 91 T ELT) (((|Union| #8# "failed") $ $) 88 T ELT)) (|linearAssociatedExp| (($ $ #8#) 58 T ELT)) (|extensionDegree| ((#9=(|OnePointCompletion| #5#)) 30 T ELT) ((#5#) 48 T ELT)) (|dimension| (((|CardinalNumber|)) 27 T ELT)) (|degree| ((#9# $) 32 T ELT) ((#5# $) 139 T ELT)) (|createNormalElement| (($) 130 T ELT)) (|coordinates| ((#6# $) NIL T ELT) (((|Matrix| |#2|) (|Vector| $)) 42 T ELT)) (|charthRoot| (($ $) NIL T ELT) (((|Maybe| $) $) 100 T ELT)) (|algebraic?| (#1# 45 T ELT)))
(((|FiniteAlgebraicExtensionField&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |charthRoot| ((|Maybe| |#1|) |#1|)) (SIGNATURE |size| #1=((|NonNegativeInteger|))) (SIGNATURE |charthRoot| (|#1| |#1|)) (SIGNATURE |linearAssociatedLog| ((|Union| #2=(|SparseUnivariatePolynomial| |#2|) "failed") |#1| |#1|)) (SIGNATURE |linearAssociatedLog| #3=(#2# |#1|)) (SIGNATURE |linearAssociatedOrder| #3#) (SIGNATURE |linearAssociatedExp| (|#1| |#1| #2#)) (SIGNATURE |normal?| #4=((|Boolean|) |#1|)) (SIGNATURE |createNormalElement| (|#1|)) (SIGNATURE |trace| #5=(|#1| |#1| #6=(|PositiveInteger|))) (SIGNATURE |norm| #5#) (SIGNATURE |minimalPolynomial| ((|SparseUnivariatePolynomial| |#1|) |#1| #6#)) (SIGNATURE |trace| #7=(|#2| |#1|)) (SIGNATURE |norm| #7#) (SIGNATURE |degree| (#6# |#1|)) (SIGNATURE |extensionDegree| (#6#)) (SIGNATURE |minimalPolynomial| #3#) (SIGNATURE |represents| (|#1| #8=(|Vector| |#2|))) (SIGNATURE |coordinates| ((|Matrix| |#2|) (|Vector| |#1|))) (SIGNATURE |coordinates| (#8# |#1|)) (SIGNATURE |transcendenceDegree| #1#) (SIGNATURE |extensionDegree| (#9=(|OnePointCompletion| #6#))) (SIGNATURE |degree| (#9# |#1|)) (SIGNATURE |transcendent?| #4#) (SIGNATURE |algebraic?| #4#) (SIGNATURE |dimension| ((|CardinalNumber|)))) (|FiniteAlgebraicExtensionField| |#2|) (|Field|)) (T |FiniteAlgebraicExtensionField&|))
((|dimension| #1=(*1 *2) (AND #2=(|ofCategory| *4 (|Field|)) (|isDomain| *2 (|CardinalNumber|)) #3=(|isDomain| *1 (|FiniteAlgebraicExtensionField&| *3 *4)) #4=(|ofCategory| *3 (|FiniteAlgebraicExtensionField| *4)))) (|extensionDegree| #1# (AND #2# (|isDomain| *2 (|OnePointCompletion| #5=(|PositiveInteger|))) #3# #4#)) (|transcendenceDegree| #1# #6=(AND #2# (|isDomain| *2 (|NonNegativeInteger|)) #3# #4#)) (|extensionDegree| #1# (AND #2# (|isDomain| *2 #5#) #3# #4#)) (|size| #1# #6#))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#3=(|Boolean|) $) 53 T ELT)) (|transcendent?| (#4=((|Boolean|) $) 115 T ELT)) (|transcendenceDegree| ((#5=(|NonNegativeInteger|)) 111 T ELT)) (|trace| ((|#1| $) 162 T ELT) (($ $ (|PositiveInteger|)) 159 (|has| |#1| (|Finite|)) ELT)) (|tableForDiscreteLogarithm| (((|Table| #6=(|PositiveInteger|) #7=(|NonNegativeInteger|)) #8=(|Integer|)) 144 (|has| |#1| . #9=((|Finite|))) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (($ $) 92 T ELT)) (|squareFree| (#10=((|Factored| $) $) 91 T ELT)) (|sizeLess?| (((|Boolean|) $ $) 76 T ELT)) (|size| (((|NonNegativeInteger|)) 134 (|has| |#1| . #9#) ELT)) (|sample| (#11=($) 23 T CONST)) (|retractIfCan| (((|Union| |#1| "failed") $) 122 T ELT)) (|retract| ((|#1| $) 123 T ELT)) (|represents| (($ (|Vector| |#1|)) 168 T ELT)) (|representationType| (((|Union| "prime" "polynomial" "normal" "cyclic")) 150 (|has| |#1| . #9#) ELT)) (|rem| (#12=($ $ $) 72 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|random| (($) 131 (|has| |#1| . #9#) ELT)) (|quo| (#12# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #13=(|List| $)) (|:| |generator| $)) #13#) 67 T ELT)) (|primitiveElement| (#14=($) 146 (|has| |#1| . #9#) ELT)) (|primitive?| (((|Boolean|) $) 147 (|has| |#1| . #9#) ELT)) (|primeFrobenius| (($ $ #15=(|NonNegativeInteger|)) 108 (OR (|has| |#1| . #16=((|CharacteristicNonZero|))) (|has| |#1| . #17=((|Finite|)))) ELT) (($ $) 107 (OR (|has| |#1| . #16#) (|has| |#1| . #17#)) ELT)) (|prime?| (((|Boolean|) $) 90 T ELT)) (|order| ((#6# $) 149 (|has| |#1| . #9#) ELT) (((|OnePointCompletion| (|PositiveInteger|)) $) 105 (OR (|has| |#1| . #16#) (|has| |#1| . #17#)) ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|normalElement| (($) 157 (|has| |#1| (|Finite|)) ELT)) (|normal?| (((|Boolean|) $) 156 (|has| |#1| (|Finite|)) ELT)) (|norm| ((|#1| $) 163 T ELT) (($ $ (|PositiveInteger|)) 160 (|has| |#1| (|Finite|)) ELT)) (|nextItem| (((|Maybe| $) $) 135 (|has| |#1| . #9#) ELT)) (|multiEuclidean| (((|Union| #18=(|List| $) #19="failed") #18# $) 69 T ELT)) (|minimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) 167 T ELT) (((|SparseUnivariatePolynomial| $) $ (|PositiveInteger|)) 161 (|has| |#1| (|Finite|)) ELT)) (|lookup| ((#20=(|PositiveInteger|) $) 132 (|has| |#1| . #9#) ELT)) (|linearAssociatedOrder| (((|SparseUnivariatePolynomial| |#1|) $) 153 (|has| |#1| (|Finite|)) ELT)) (|linearAssociatedLog| (((|SparseUnivariatePolynomial| |#1|) $) 152 (|has| |#1| (|Finite|)) ELT) (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") $ $) 151 (|has| |#1| (|Finite|)) ELT)) (|linearAssociatedExp| (($ $ (|SparseUnivariatePolynomial| |#1|)) 154 (|has| |#1| (|Finite|)) ELT)) (|lcm| (#21=($ $ $) 61 T ELT) (#22=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 89 T ELT)) (|init| (($) 136 (|has| |#1| . #9#) CONST)) (|index| (($ #20#) 133 (|has| |#1| . #9#) ELT)) (|inGroundField?| (#4# 114 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|generator| (($) 155 (|has| |#1| (|Finite|)) ELT)) (|gcdPolynomial| ((#23=(|SparseUnivariatePolynomial| $) #23# #23#) 59 T ELT)) (|gcd| (#21# 63 T ELT) (#22# 62 T ELT)) (|factorsOfCyclicGroupSize| (((|List| (|Record| (|:| |factor| #8#) (|:| |exponent| #8#)))) 143 (|has| |#1| . #9#) ELT)) (|factor| (#10# 93 T ELT)) (|extensionDegree| ((#24=(|OnePointCompletion| (|PositiveInteger|))) 112 T ELT) (((|PositiveInteger|)) 165 T ELT)) (|extendedEuclidean| (((|Record| #25=(|:| |coef1| $) #26=(|:| |coef2| $) (|:| |generator| $)) $ $) 71 T ELT) (((|Union| (|Record| #25# #26#) #19#) $ $ $) 70 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #13#) #13# $) 66 T ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|discreteLog| ((#7# $) 148 (|has| |#1| . #9#) ELT) (((|Union| #15# "failed") $ $) 106 (OR (|has| |#1| . #16#) (|has| |#1| . #17#)) ELT)) (|dimension| (((|CardinalNumber|)) 120 T ELT)) (|differentiate| (#27=($ $ (|NonNegativeInteger|)) 139 (|has| |#1| . #9#) ELT) (($ . #28=($)) 137 (|has| |#1| . #9#) ELT)) (|degree| ((#24# $) 113 T ELT) (((|PositiveInteger|) $) 164 T ELT)) (|definingPolynomial| (((|SparseUnivariatePolynomial| |#1|)) 166 T ELT)) (|createPrimitiveElement| (#14# 145 (|has| |#1| . #9#) ELT)) (|createNormalElement| (($) 158 (|has| |#1| (|Finite|)) ELT)) (|coordinates| (((|Vector| |#1|) $) 170 T ELT) (((|Matrix| |#1|) (|Vector| $)) 169 T ELT)) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) 142 (|has| |#1| . #9#) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT) (($ #29=(|Fraction| #30=(|Integer|))) 85 T ELT) (($ |#1|) 121 T ELT)) (|charthRoot| (($ $) 141 (|has| |#1| . #9#) ELT) (((|Maybe| $) $) 104 (OR (|has| |#1| . #16#) (|has| |#1| . #17#)) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|basis| (((|Vector| $)) 172 T ELT) (((|Vector| $) (|PositiveInteger|)) 171 T ELT)) (|associates?| ((#3# $ $) 54 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|algebraic?| (#4# 116 T ELT)) (|Zero| (#11# 24 T CONST)) (|One| (($) 46 T CONST)) (|Frobenius| (($ $) 110 (|has| |#1| . #17#) ELT) (($ $ #5#) 109 (|has| |#1| . #17#) ELT)) (D (#27# 140 (|has| |#1| . #9#) ELT) (($ . #28#) 138 (|has| |#1| . #9#) ELT)) (= (#1# 8 T ELT)) (/ (($ $ $) 84 T ELT) (($ $ |#1|) 119 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #30#) 88 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #31=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ #29#) 87 T ELT) (($ #29# . #31#) 86 T ELT) (($ $ |#1|) 118 T ELT) (($ |#1| . #31#) 117 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#4=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|transcendent?| (#3# 115 T ELT)) (|transcendenceDegree| (#5=(#6=(|NonNegativeInteger|)) 111 T ELT)) (|trace| (#7=(|#1| $) 162 T ELT) (#8=($ $ #9=(|PositiveInteger|)) 159 #10=(|has| |#1| (|Finite|)) ELT)) (|tableForDiscreteLogarithm| (((|Table| #9# #6#) #11=(|Integer|)) 144 #10# ELT)) (|subtractIfCan| ((#12=(|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (#4# 92 T ELT)) (|squareFree| (#13=((|Factored| $) $) 91 T ELT)) (|sizeLess?| (#1# 76 T ELT)) (|size| (#5# 134 #10# ELT)) (|sample| (#14=($) 23 T CONST)) (|retractIfCan| (((|Union| |#1| #15="failed") $) 122 T ELT)) (|retract| (#7# 123 T ELT)) (|represents| (($ #16=(|Vector| |#1|)) 168 T ELT)) (|representationType| (((|Union| "prime" "polynomial" "normal" "cyclic")) 150 #10# ELT)) (|rem| (#17=($ $ $) 72 T ELT)) (|recip| ((#18=(|Union| $ #15#) $) 43 T ELT)) (|random| (#14# 131 #10# ELT)) (|quo| (#17# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #19=(|List| $)) #20=(|:| |generator| $)) #19#) 67 T ELT)) (|primitiveElement| (#14# 146 #10# ELT)) (|primitive?| (#3# 147 #10# ELT)) (|primeFrobenius| (#21=($ $ #6#) 108 #22=(OR (|has| |#1| (|CharacteristicNonZero|)) #10#) ELT) (#4# 107 #22# ELT)) (|prime?| (#3# 90 T ELT)) (|order| (#23=(#9# $) 149 #10# ELT) (#24=(#25=(|OnePointCompletion| #9#) $) 105 #22# ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|normalElement| (#14# 157 #10# ELT)) (|normal?| (#3# 156 #10# ELT)) (|norm| (#7# 163 T ELT) (#8# 160 #10# ELT)) (|nextItem| (#26=(#12# $) 135 #10# ELT)) (|multiEuclidean| (((|Union| #19# #15#) #19# $) 69 T ELT)) (|minimalPolynomial| (#27=(#28=(|SparseUnivariatePolynomial| |#1|) $) 167 T ELT) ((#29=(|SparseUnivariatePolynomial| $) $ #9#) 161 #10# ELT)) (|lookup| (#23# 132 #10# ELT)) (|linearAssociatedOrder| (#27# 153 #10# ELT)) (|linearAssociatedLog| (#27# 152 #10# ELT) (((|Union| #28# #15#) $ $) 151 #10# ELT)) (|linearAssociatedExp| (($ $ #28#) 154 #10# ELT)) (|lcm| (#17# 61 T ELT) (#30=($ #19#) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#4# 89 T ELT)) (|init| (#14# 136 #10# CONST)) (|index| (($ #9#) 133 #10# ELT)) (|inGroundField?| (#3# 114 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|generator| (#14# 155 #10# ELT)) (|gcdPolynomial| ((#29# #29# #29#) 59 T ELT)) (|gcd| (#17# 63 T ELT) (#30# 62 T ELT)) (|factorsOfCyclicGroupSize| (((|List| (|Record| (|:| |factor| #11#) (|:| |exponent| #11#)))) 143 #10# ELT)) (|factor| (#13# 93 T ELT)) (|extensionDegree| ((#25#) 112 T ELT) ((#9#) 165 T ELT)) (|extendedEuclidean| (((|Record| #31=(|:| |coef1| $) #32=(|:| |coef2| $) #20#) $ $) 71 T ELT) (((|Union| (|Record| #31# #32#) #15#) $ $ $) 70 T ELT)) (|exquo| ((#18# $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #19#) #19# $) 66 T ELT)) (|euclideanSize| (#33=(#6# $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|discreteLog| (#33# 148 #10# ELT) (((|Union| #6# #15#) $ $) 106 #22# ELT)) (|dimension| (((|CardinalNumber|)) 120 T ELT)) (|differentiate| (#21# 139 #10# ELT) (#4# 137 #10# ELT)) (|degree| (#24# 113 T ELT) (#23# 164 T ELT)) (|definingPolynomial| ((#28#) 166 T ELT)) (|createPrimitiveElement| (#14# 145 #10# ELT)) (|createNormalElement| (#14# 158 #10# ELT)) (|coordinates| ((#16# $) 170 T ELT) (((|Matrix| |#1|) #34=(|Vector| $)) 169 T ELT)) (|conditionP| (((|Union| #34# #15#) (|Matrix| $)) 142 #10# ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #11#) 42 T ELT) (#4# 58 T ELT) (($ #35=(|Fraction| #11#)) 85 T ELT) (($ |#1|) 121 T ELT)) (|charthRoot| (#4# 141 #10# ELT) (#26# 104 #22# ELT)) (|characteristic| (#5# 41 T CONST)) (|before?| (#1# 6 T ELT)) (|basis| ((#34#) 172 T ELT) ((#34# #9#) 171 T ELT)) (|associates?| (#1# 54 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|algebraic?| (#3# 116 T ELT)) (|Zero| (#14# 24 T CONST)) (|One| (#14# 46 T CONST)) (|Frobenius| (#4# 110 #10# ELT) (#21# 109 #10# ELT)) (D (#21# 140 #10# ELT) (#4# 138 #10# ELT)) (= (#1# 8 T ELT)) (/ (#17# 84 T ELT) (#36=($ $ |#1|) 119 T ELT)) (- (#4# 30 T ELT) (#17# 29 T ELT)) (+ (#17# 18 T ELT)) (** (#8# 36 T ELT) (#21# 44 T ELT) (($ $ #11#) 88 T ELT)) (* (($ #9# $) 17 T ELT) (($ #6# $) 21 T ELT) (($ #11# . #37=($)) 31 T ELT) (#17# 35 T ELT) (($ $ #35#) 87 T ELT) (($ #35# . #37#) 86 T ELT) (#36# 118 T ELT) (($ |#1| . #37#) 117 T ELT)))
(((|FiniteAlgebraicExtensionField| |#1|) (|Category|) (|Field|)) (T |FiniteAlgebraicExtensionField|))
-((|basis| (*1 *2) (AND (|ofCategory| *3 (|Field|)) (|isDomain| *2 (|Vector| *1)) (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *3)))) (|basis| (*1 *2 *3) (AND (|isDomain| *3 (|PositiveInteger|)) (|ofCategory| *4 (|Field|)) (|isDomain| *2 (|Vector| *1)) (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *4)))) (|coordinates| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|isDomain| *2 (|Vector| *3)))) (|coordinates| (*1 *2 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *4)) (|ofCategory| *4 (|Field|)) (|isDomain| *2 (|Matrix| *4)))) (|represents| (*1 *1 *2) (AND (|isDomain| *2 (|Vector| *3)) (|ofCategory| *3 (|Field|)) (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *3)))) (|minimalPolynomial| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|isDomain| *2 (|SparseUnivariatePolynomial| *3)))) (|definingPolynomial| (*1 *2) (AND (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|isDomain| *2 (|SparseUnivariatePolynomial| *3)))) (|extensionDegree| (*1 *2) (AND (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|isDomain| *2 (|PositiveInteger|)))) (|degree| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|isDomain| *2 (|PositiveInteger|)))) (|norm| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *2)) (|ofCategory| *2 (|Field|)))) (|trace| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *2)) (|ofCategory| *2 (|Field|)))) (|minimalPolynomial| (*1 *2 *1 *3) (AND (|isDomain| *3 (|PositiveInteger|)) (|ofCategory| *4 (|Finite|)) (|ofCategory| *4 (|Field|)) (|isDomain| *2 (|SparseUnivariatePolynomial| *1)) (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *4)))) (|norm| (*1 *1 *1 *2) (AND (|isDomain| *2 (|PositiveInteger|)) (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|ofCategory| *3 (|Finite|)))) (|trace| (*1 *1 *1 *2) (AND (|isDomain| *2 (|PositiveInteger|)) (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|ofCategory| *3 (|Finite|)))) (|createNormalElement| (*1 *1) (AND (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *2)) (|ofCategory| *2 (|Finite|)) (|ofCategory| *2 (|Field|)))) (|normalElement| (*1 *1) (AND (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *2)) (|ofCategory| *2 (|Finite|)) (|ofCategory| *2 (|Field|)))) (|normal?| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|ofCategory| *3 (|Finite|)) (|isDomain| *2 (|Boolean|)))) (|generator| (*1 *1) (AND (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *2)) (|ofCategory| *2 (|Finite|)) (|ofCategory| *2 (|Field|)))) (|linearAssociatedExp| (*1 *1 *1 *2) (AND (|isDomain| *2 (|SparseUnivariatePolynomial| *3)) (|ofCategory| *3 (|Finite|)) (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *3)) (|ofCategory| *3 (|Field|)))) (|linearAssociatedOrder| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|ofCategory| *3 (|Finite|)) (|isDomain| *2 (|SparseUnivariatePolynomial| *3)))) (|linearAssociatedLog| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|ofCategory| *3 (|Finite|)) (|isDomain| *2 (|SparseUnivariatePolynomial| *3)))) (|linearAssociatedLog| (*1 *2 *1 *1) (|partial| AND (|ofCategory| *1 (|FiniteAlgebraicExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|ofCategory| *3 (|Finite|)) (|isDomain| *2 (|SparseUnivariatePolynomial| *3)))))
-(|Join| (|ExtensionField| |t#1|) (|RetractableTo| |t#1|) (CATEGORY |domain| (SIGNATURE |basis| ((|Vector| $))) (SIGNATURE |basis| ((|Vector| $) (|PositiveInteger|))) (SIGNATURE |coordinates| ((|Vector| |t#1|) $)) (SIGNATURE |coordinates| ((|Matrix| |t#1|) (|Vector| $))) (SIGNATURE |represents| ($ (|Vector| |t#1|))) (SIGNATURE |minimalPolynomial| ((|SparseUnivariatePolynomial| |t#1|) $)) (SIGNATURE |definingPolynomial| ((|SparseUnivariatePolynomial| |t#1|))) (SIGNATURE |extensionDegree| ((|PositiveInteger|))) (SIGNATURE |degree| ((|PositiveInteger|) $)) (SIGNATURE |norm| (|t#1| $)) (SIGNATURE |trace| (|t#1| $)) (IF (|has| |t#1| (|Finite|)) (PROGN (ATTRIBUTE (|FiniteFieldCategory|)) (SIGNATURE |minimalPolynomial| ((|SparseUnivariatePolynomial| $) $ (|PositiveInteger|))) (SIGNATURE |norm| ($ $ (|PositiveInteger|))) (SIGNATURE |trace| ($ $ (|PositiveInteger|))) (SIGNATURE |createNormalElement| ($)) (SIGNATURE |normalElement| ($)) (SIGNATURE |normal?| ((|Boolean|) $)) (SIGNATURE |generator| ($)) (SIGNATURE |linearAssociatedExp| ($ $ (|SparseUnivariatePolynomial| |t#1|))) (SIGNATURE |linearAssociatedOrder| ((|SparseUnivariatePolynomial| |t#1|) $)) (SIGNATURE |linearAssociatedLog| ((|SparseUnivariatePolynomial| |t#1|) $)) (SIGNATURE |linearAssociatedLog| ((|Union| (|SparseUnivariatePolynomial| |t#1|) "failed") $ $))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) OR (|has| |#1| (|Finite|)) (|has| |#1| (|CharacteristicNonZero|))) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|DifferentialDomain| $) |has| |#1| (|Finite|)) ((|DifferentialRing|) |has| |#1| (|Finite|)) ((|DifferentialSpace|) |has| |#1| (|Finite|)) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|ExtensionField| |#1|) . T) ((|Field|) . T) ((|FieldOfPrimeCharacteristic|) OR (|has| |#1| (|Finite|)) (|has| |#1| (|CharacteristicNonZero|))) ((|Finite|) |has| |#1| (|Finite|)) ((|FiniteFieldCategory|) |has| |#1| (|Finite|)) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| |#1|) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| |#1|) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|PrincipalIdealDomain|) . T) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| |#1|) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|StepThrough|) |has| |#1| (|Finite|)) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T) ((|VectorSpace| |#1|) . T))
+((|basis| #1=(*1 *2) (AND #2=(|ofCategory| *3 #3=(|Field|)) #4=(|isDomain| *2 #5=(|Vector| *1)) #6=(|ofCategory| *1 (|FiniteAlgebraicExtensionField| *3)))) (|basis| #7=(*1 *2 *3) (AND #8=(|isDomain| *3 #9=(|PositiveInteger|)) #10=(|ofCategory| *4 #3#) #4# #11=(|ofCategory| *1 (|FiniteAlgebraicExtensionField| *4)))) (|coordinates| #12=(*1 *2 *1) (AND #6# #2# #13=(|isDomain| *2 (|Vector| *3)))) (|coordinates| #7# (AND (|isDomain| *3 #5#) #11# #10# (|isDomain| *2 (|Matrix| *4)))) (|represents| (*1 *1 *2) (AND #13# #2# #6#)) (|minimalPolynomial| #12# #14=(AND #6# #2# #15=(|isDomain| *2 (|SparseUnivariatePolynomial| *3)))) (|definingPolynomial| #1# #14#) (|extensionDegree| #1# #16=(AND #6# #2# #17=(|isDomain| *2 #9#))) (|degree| #12# #16#) (|norm| #12# #18=(AND #19=(|ofCategory| *1 (|FiniteAlgebraicExtensionField| *2)) #20=(|ofCategory| *2 #3#))) (|trace| #12# #18#) (|minimalPolynomial| (*1 *2 *1 *3) (AND #8# (|ofCategory| *4 #21=(|Finite|)) #10# (|isDomain| *2 (|SparseUnivariatePolynomial| *1)) #11#)) (|norm| #22=(*1 *1 *1 *2) #23=(AND #17# #6# #2# #24=(|ofCategory| *3 #21#))) (|trace| #22# #23#) (|createNormalElement| #25=(*1 *1) #26=(AND #19# (|ofCategory| *2 #21#) #20#)) (|normalElement| #25# #26#) (|normal?| #12# (AND #6# #2# #24# (|isDomain| *2 (|Boolean|)))) (|generator| #25# #26#) (|linearAssociatedExp| #22# (AND #15# #24# #6# #2#)) (|linearAssociatedOrder| #12# #27=(AND #6# #2# #24# #15#)) (|linearAssociatedLog| #12# #27#) (|linearAssociatedLog| (*1 *2 *1 *1) (|partial| AND #6# #2# #24# #15#)))
+(|Join| (|ExtensionField| |t#1|) (|RetractableTo| |t#1|) (CATEGORY |domain| (SIGNATURE |basis| (#1=(|Vector| $))) (SIGNATURE |basis| (#1# #2=(|PositiveInteger|))) (SIGNATURE |coordinates| (#3=(|Vector| |t#1|) $)) (SIGNATURE |coordinates| ((|Matrix| |t#1|) #1#)) (SIGNATURE |represents| ($ #3#)) (SIGNATURE |minimalPolynomial| #4=(#5=(|SparseUnivariatePolynomial| |t#1|) $)) (SIGNATURE |definingPolynomial| (#5#)) (SIGNATURE |extensionDegree| (#2#)) (SIGNATURE |degree| (#2# $)) (SIGNATURE |norm| #6=(|t#1| $)) (SIGNATURE |trace| #6#) (IF (|has| |t#1| (|Finite|)) (PROGN (ATTRIBUTE (|FiniteFieldCategory|)) (SIGNATURE |minimalPolynomial| ((|SparseUnivariatePolynomial| $) $ #2#)) (SIGNATURE |norm| #7=($ $ #2#)) (SIGNATURE |trace| #7#) (SIGNATURE |createNormalElement| #8=($)) (SIGNATURE |normalElement| #8#) (SIGNATURE |normal?| ((|Boolean|) $)) (SIGNATURE |generator| #8#) (SIGNATURE |linearAssociatedExp| ($ $ #5#)) (SIGNATURE |linearAssociatedOrder| #4#) (SIGNATURE |linearAssociatedLog| #4#) (SIGNATURE |linearAssociatedLog| ((|Union| #5# "failed") $ $))) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|))) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|DifferentialDomain| $) |has| |#1| (|Finite|)) ((|DifferentialRing|) |has| |#1| (|Finite|)) ((|DifferentialSpace|) |has| |#1| (|Finite|)) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|ExtensionField| |#1|) . T) ((|Field|) . T) ((|FieldOfPrimeCharacteristic|) OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|))) ((|Finite|) |has| |#1| (|Finite|)) ((|FiniteFieldCategory|) |has| |#1| (|Finite|)) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| |#1|) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| |#1|) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|PrincipalIdealDomain|) . T) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| |#1|) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|StepThrough|) |has| |#1| (|Finite|)) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T) ((|VectorSpace| |#1|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|sin?| ((#3# $) 13 T ELT)) (|sin| (#4=($ |#1|) 10 T ELT)) (|min| #5=(($ $ $) NIL T ELT)) (|max| #5#) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|cos| (#4# 12 T ELT)) (|coerce| (((|OutputForm|) $) 19 T ELT)) (|before?| #1#) (|argument| ((|#1| $) 14 T ELT)) (>= #1#) (> #1#) (= #1#) (<= #1#) (< (#2# 21 T ELT)))
(((|FourierComponent| |#1|) (|Join| #1=(|OrderedSet|) (CATEGORY |domain| (SIGNATURE |sin| #2=($ |#1|)) (SIGNATURE |cos| #2#) (SIGNATURE |sin?| ((|Boolean|) $)) (SIGNATURE |argument| (|#1| $)))) #1#) (T |FourierComponent|))
((|sin| #1=(*1 *1 *2) #2=(AND (|isDomain| *1 (|FourierComponent| *2)) (|ofCategory| *2 #3=(|OrderedSet|)))) (|cos| #1# #2#) (|sin?| #4=(*1 *2 *1) (AND (|isDomain| *2 (|Boolean|)) (|isDomain| *1 (|FourierComponent| *3)) (|ofCategory| *3 #3#))) (|argument| #4# #2#))
@@ -929,30 +929,30 @@ NIL
((|principal?| (((|Boolean|) $) 14 T ELT)))
(((|FiniteDivisorCategory&| |#1| |#2| |#3| |#4| |#5|) (CATEGORY |package| (SIGNATURE |principal?| ((|Boolean|) |#1|))) (|FiniteDivisorCategory| |#2| |#3| |#4| |#5|) (|Field|) (|UnivariatePolynomialCategory| |#2|) (|UnivariatePolynomialCategory| (|Fraction| |#3|)) (|FunctionFieldCategory| |#2| |#3| |#4|)) (T |FiniteDivisorCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|reduce| (($ $) 36 T ELT)) (|principal?| (((|Boolean|) $) 35 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|ideal| (((|FractionalIdeal| |#2| (|Fraction| |#2|) |#3| |#4|) $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|generator| (((|Union| |#4| "failed") $) 34 T ELT)) (|divisor| (($ (|FractionalIdeal| |#2| (|Fraction| |#2|) |#3| |#4|)) 41 T ELT) (($ |#4|) 40 T ELT) (($ |#1| |#1|) 39 T ELT) (($ |#1| |#1| (|Integer|)) 38 T ELT) (($ |#4| |#2| |#2| |#2| |#1|) 33 T ELT)) (|decompose| (((|Record| (|:| |id| (|FractionalIdeal| |#2| (|Fraction| |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 37 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#4=($) 23 T CONST)) (|reduce| (#5=($ $) 36 T ELT)) (|principal?| (#3# 35 T ELT)) (|opposite?| (#1# 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|ideal| ((#6=(|FractionalIdeal| |#2| (|Fraction| |#2|) |#3| |#4|) $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|generator| (((|Union| |#4| "failed") $) 34 T ELT)) (|divisor| (($ #6#) 41 T ELT) (($ |#4|) 40 T ELT) (($ |#1| |#1|) 39 T ELT) (($ |#1| |#1| #7=(|Integer|)) 38 T ELT) (($ |#4| |#2| |#2| |#2| |#1|) 33 T ELT)) (|decompose| (((|Record| (|:| |id| #6#) (|:| |principalPart| |#4|)) $) 37 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#4# 24 T CONST)) (= (#1# 8 T ELT)) (- (#5# 30 T ELT) (#8=($ $ $) 29 T ELT)) (+ (#8# 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ #7# $) 31 T ELT)))
(((|FiniteDivisorCategory| |#1| |#2| |#3| |#4|) (|Category|) (|Field|) (|UnivariatePolynomialCategory| |t#1|) (|UnivariatePolynomialCategory| (|Fraction| |t#2|)) (|FunctionFieldCategory| |t#1| |t#2| |t#3|)) (T |FiniteDivisorCategory|))
-((|ideal| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteDivisorCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Field|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|ofCategory| *6 (|FunctionFieldCategory| *3 *4 *5)) (|isDomain| *2 (|FractionalIdeal| *4 (|Fraction| *4) *5 *6)))) (|divisor| (*1 *1 *2) (AND (|isDomain| *2 (|FractionalIdeal| *4 (|Fraction| *4) *5 *6)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|ofCategory| *6 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|Field|)) (|ofCategory| *1 (|FiniteDivisorCategory| *3 *4 *5 *6)))) (|divisor| (*1 *1 *2) (AND (|ofCategory| *3 (|Field|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|ofCategory| *1 (|FiniteDivisorCategory| *3 *4 *5 *2)) (|ofCategory| *2 (|FunctionFieldCategory| *3 *4 *5)))) (|divisor| (*1 *1 *2 *2) (AND (|ofCategory| *2 (|Field|)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *4 (|UnivariatePolynomialCategory| (|Fraction| *3))) (|ofCategory| *1 (|FiniteDivisorCategory| *2 *3 *4 *5)) (|ofCategory| *5 (|FunctionFieldCategory| *2 *3 *4)))) (|divisor| (*1 *1 *2 *2 *3) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *2 (|Field|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|ofCategory| *1 (|FiniteDivisorCategory| *2 *4 *5 *6)) (|ofCategory| *6 (|FunctionFieldCategory| *2 *4 *5)))) (|decompose| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteDivisorCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Field|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|ofCategory| *6 (|FunctionFieldCategory| *3 *4 *5)) (|isDomain| *2 (|Record| (|:| |id| (|FractionalIdeal| *4 (|Fraction| *4) *5 *6)) (|:| |principalPart| *6))))) (|reduce| (*1 *1 *1) (AND (|ofCategory| *1 (|FiniteDivisorCategory| *2 *3 *4 *5)) (|ofCategory| *2 (|Field|)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *4 (|UnivariatePolynomialCategory| (|Fraction| *3))) (|ofCategory| *5 (|FunctionFieldCategory| *2 *3 *4)))) (|principal?| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteDivisorCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Field|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|ofCategory| *6 (|FunctionFieldCategory| *3 *4 *5)) (|isDomain| *2 (|Boolean|)))) (|generator| (*1 *2 *1) (|partial| AND (|ofCategory| *1 (|FiniteDivisorCategory| *3 *4 *5 *2)) (|ofCategory| *3 (|Field|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|ofCategory| *2 (|FunctionFieldCategory| *3 *4 *5)))) (|divisor| (*1 *1 *2 *3 *3 *3 *4) (AND (|ofCategory| *4 (|Field|)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *4)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *3))) (|ofCategory| *1 (|FiniteDivisorCategory| *4 *3 *5 *2)) (|ofCategory| *2 (|FunctionFieldCategory| *4 *3 *5)))))
-(|Join| (|AbelianGroup|) (CATEGORY |domain| (SIGNATURE |ideal| ((|FractionalIdeal| |t#2| (|Fraction| |t#2|) |t#3| |t#4|) $)) (SIGNATURE |divisor| ($ (|FractionalIdeal| |t#2| (|Fraction| |t#2|) |t#3| |t#4|))) (SIGNATURE |divisor| ($ |t#4|)) (SIGNATURE |divisor| ($ |t#1| |t#1|)) (SIGNATURE |divisor| ($ |t#1| |t#1| (|Integer|))) (SIGNATURE |decompose| ((|Record| (|:| |id| (|FractionalIdeal| |t#2| (|Fraction| |t#2|) |t#3| |t#4|)) (|:| |principalPart| |t#4|)) $)) (SIGNATURE |reduce| ($ $)) (SIGNATURE |principal?| ((|Boolean|) $)) (SIGNATURE |generator| ((|Union| |t#4| "failed") $)) (SIGNATURE |divisor| ($ |t#4| |t#2| |t#2| |t#2| |t#1|))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|ideal| #1=(*1 *2 *1) (AND #2=(|ofCategory| *1 (|FiniteDivisorCategory| *3 *4 *5 *6)) #3=(|ofCategory| *3 #4=(|Field|)) #5=(|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) #6=(|ofCategory| *5 (|UnivariatePolynomialCategory| #7=(|Fraction| *4))) #8=(|ofCategory| *6 #9=(|FunctionFieldCategory| *3 *4 *5)) #10=(|isDomain| *2 #11=(|FractionalIdeal| *4 #7# *5 *6)))) (|divisor| #12=(*1 *1 *2) (AND #10# #5# #6# #8# #3# #2#)) (|divisor| #12# (AND #3# #5# #6# #13=(|ofCategory| *1 (|FiniteDivisorCategory| *3 *4 *5 *2)) #14=(|ofCategory| *2 #9#))) (|divisor| (*1 *1 *2 *2) (AND #15=(|ofCategory| *2 #4#) #16=(|ofCategory| *3 #17=(|UnivariatePolynomialCategory| *2)) #18=(|ofCategory| *4 #19=(|UnivariatePolynomialCategory| (|Fraction| *3))) #20=(|ofCategory| *1 (|FiniteDivisorCategory| *2 *3 *4 *5)) #21=(|ofCategory| *5 (|FunctionFieldCategory| *2 *3 *4)))) (|divisor| (*1 *1 *2 *2 *3) (AND (|isDomain| *3 (|Integer|)) #15# (|ofCategory| *4 #17#) #6# (|ofCategory| *1 (|FiniteDivisorCategory| *2 *4 *5 *6)) (|ofCategory| *6 (|FunctionFieldCategory| *2 *4 *5)))) (|decompose| #1# (AND #2# #3# #5# #6# #8# (|isDomain| *2 (|Record| (|:| |id| #11#) (|:| |principalPart| *6))))) (|reduce| (*1 *1 *1) (AND #20# #15# #16# #18# #21#)) (|principal?| #1# (AND #2# #3# #5# #6# #8# (|isDomain| *2 (|Boolean|)))) (|generator| #1# (|partial| AND #13# #3# #5# #6# #14#)) (|divisor| (*1 *1 *2 *3 *3 *3 *4) (AND (|ofCategory| *4 #4#) (|ofCategory| *3 (|UnivariatePolynomialCategory| *4)) (|ofCategory| *5 #19#) (|ofCategory| *1 (|FiniteDivisorCategory| *4 *3 *5 *2)) (|ofCategory| *2 (|FunctionFieldCategory| *4 *3 *5)))))
+(|Join| (|AbelianGroup|) (CATEGORY |domain| (SIGNATURE |ideal| (#1=(|FractionalIdeal| |t#2| (|Fraction| |t#2|) |t#3| |t#4|) $)) (SIGNATURE |divisor| ($ #1#)) (SIGNATURE |divisor| ($ |t#4|)) (SIGNATURE |divisor| ($ |t#1| |t#1|)) (SIGNATURE |divisor| ($ |t#1| |t#1| (|Integer|))) (SIGNATURE |decompose| ((|Record| (|:| |id| #1#) (|:| |principalPart| |t#4|)) $)) (SIGNATURE |reduce| ($ $)) (SIGNATURE |principal?| ((|Boolean|) $)) (SIGNATURE |generator| ((|Union| |t#4| "failed") $)) (SIGNATURE |divisor| ($ |t#4| |t#2| |t#2| |t#2| |t#1|))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|eval| (($ $ #1=(|Symbol|) |#2|) NIL T ELT) (($ $ (|List| #1#) #2=(|List| |#2|)) 20 T ELT) (($ $ (|List| #3=(|Equation| |#2|))) 15 T ELT) (($ $ #3#) NIL T ELT) (($ $ |#2| |#2|) NIL T ELT) (($ $ #2# #2#) NIL T ELT)) (|elt| (($ $ |#2|) 11 T ELT)))
(((|FullyEvalableOver&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |elt| (|#1| |#1| |#2|)) (SIGNATURE |eval| (|#1| |#1| #1=(|List| |#2|) #1#)) (SIGNATURE |eval| (|#1| |#1| |#2| |#2|)) (SIGNATURE |eval| (|#1| |#1| #2=(|Equation| |#2|))) (SIGNATURE |eval| (|#1| |#1| (|List| #2#))) (SIGNATURE |eval| (|#1| |#1| (|List| #3=(|Symbol|)) #1#)) (SIGNATURE |eval| (|#1| |#1| #3# |#2|))) (|FullyEvalableOver| |#2|) (|SetCategory|)) (T |FullyEvalableOver&|))
NIL
-((|map| (($ (|Mapping| |#1| |#1|) $) 6 T ELT)) (|eval| (($ $ #1=(|Symbol|) |#1|) 17 (|has| |#1| (|InnerEvalable| #2=(|Symbol|) |#1|)) ELT) (($ $ (|List| #1#) (|List| |#1|)) 16 (|has| |#1| (|InnerEvalable| #2# |#1|)) ELT) (($ $ (|List| (|Equation| |#1|))) 15 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ (|Equation| |#1|)) 14 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ |#1| |#1|) 13 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 12 (|has| |#1| (|Evalable| |#1|)) ELT)) (|elt| (($ $ |#1|) 11 (|has| |#1| (|Eltable| |#1| |#1|)) ELT)))
+((|map| (($ (|Mapping| |#1| |#1|) $) 6 T ELT)) (|eval| (($ $ #1=(|Symbol|) |#1|) 17 #2=(|has| |#1| (|InnerEvalable| #1# |#1|)) ELT) (($ $ (|List| #1#) #3=(|List| |#1|)) 16 #2# ELT) (($ $ (|List| #4=(|Equation| |#1|))) 15 #5=(|has| |#1| (|Evalable| |#1|)) ELT) (($ $ #4#) 14 #5# ELT) (($ $ |#1| |#1|) 13 #5# ELT) (($ $ #3# #3#) 12 #5# ELT)) (|elt| (($ $ |#1|) 11 (|has| |#1| (|Eltable| |#1| |#1|)) ELT)))
(((|FullyEvalableOver| |#1|) (|Category|) (|SetCategory|)) (T |FullyEvalableOver|))
NIL
-(|Join| (|Functorial| |t#1|) (CATEGORY |domain| (IF (|has| |t#1| (|Eltable| |t#1| |t#1|)) (ATTRIBUTE (|Eltable| |t#1| $)) |%noBranch|) (IF (|has| |t#1| (|Evalable| |t#1|)) (ATTRIBUTE (|Evalable| |t#1|)) |%noBranch|) (IF (|has| |t#1| (|InnerEvalable| (|Symbol|) |t#1|)) (ATTRIBUTE (|InnerEvalable| (|Symbol|) |t#1|)) |%noBranch|)))
-(((|Eltable| |#1| $) |has| |#1| (|Eltable| |#1| |#1|)) ((|Evalable| |#1|) |has| |#1| (|Evalable| |#1|)) ((|Functorial| |#1|) . T) ((|InnerEvalable| (|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)) ((|InnerEvalable| |#1| |#1|) |has| |#1| (|Evalable| |#1|)) ((|Join|) . T) ((|Type|) . T))
+(|Join| (|Functorial| |t#1|) (CATEGORY |domain| (IF (|has| |t#1| (|Eltable| |t#1| |t#1|)) (ATTRIBUTE (|Eltable| |t#1| $)) |%noBranch|) (IF (|has| |t#1| #1=(|Evalable| |t#1|)) (ATTRIBUTE #1#) |%noBranch|) (IF (|has| |t#1| #2=(|InnerEvalable| (|Symbol|) |t#1|)) (ATTRIBUTE #2#) |%noBranch|)))
+(((|Eltable| |#1| $) |has| |#1| (|Eltable| |#1| |#1|)) ((|Evalable| |#1|) |has| |#1| (|Evalable| |#1|)) ((|Functorial| |#1|) . T) ((|InnerEvalable| (|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)) ((|InnerEvalable| |#1| |#1|) |has| |#1| (|Evalable| |#1|)) ((|Type|) . T))
((~= #1=((#2=(|Boolean|) $ $) NIL T ELT)) (|zero?| #3=(#4=(#2# $) NIL T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) NIL T ELT)) (|unitCanonical| #5=(#6=($ $) NIL T ELT)) (|unit?| #3#) (|transcendent?| #3#) (|transcendenceDegree| (#7=(#8=(|NonNegativeInteger|)) NIL T ELT)) (|trace| #9=((#10=(|PrimeField| |#1|) $) NIL T ELT) #11=(#12=($ $ #13=(|PositiveInteger|)) NIL #14=(|has| #10# (|Finite|)) ELT)) (|tableForDiscreteLogarithm| (((|Table| #13# #8#) #15=(|Integer|)) NIL #14# ELT)) (|subtractIfCan| ((#16=(|Maybe| $) $ $) NIL T ELT)) (|squareFreePart| #5#) (|squareFree| #17=(((|Factored| $) $) NIL T ELT)) (|sizeLess?| #1#) (|size| (#7# NIL #14# ELT)) (|sample| #18=(#19=($) NIL T CONST)) (|retractIfCan| (((|Union| #10# #20="failed") $) NIL T ELT)) (|retract| #9#) (|represents| (($ #21=(|Vector| #10#)) NIL T ELT)) (|representationType| (((|Union| "prime" "polynomial" "normal" "cyclic")) NIL #14# ELT)) (|rem| #22=(($ $ $) NIL T ELT)) (|recip| ((#23=(|Union| $ #20#) $) NIL T ELT)) (|random| #24=(#19# NIL #14# ELT)) (|quo| #22#) (|principalIdeal| (((|Record| (|:| |coef| #25=(|List| $)) #26=(|:| |generator| $)) #25#) NIL T ELT)) (|primitiveElement| #24#) (|primitive?| #27=(#4# NIL #14# ELT)) (|primeFrobenius| (#28=($ $ #8#) NIL #29=(OR (|has| #10# (|CharacteristicNonZero|)) #14#) ELT) (#6# NIL #29# ELT)) (|prime?| #3#) (|order| #30=(#31=(#13# $) NIL #14# ELT) (#32=(#33=(|OnePointCompletion| #13#) $) NIL #29# ELT)) (|opposite?| #1#) (|one?| #3#) (|normalElement| #24#) (|normal?| #27#) (|norm| #9# #11#) (|nextItem| (#34=(#16# $) NIL #14# ELT)) (|multiEuclidean| (((|Union| #25# #20#) #25# $) NIL T ELT)) (|minimalPolynomial| (#35=(#36=(|SparseUnivariatePolynomial| #10#) $) NIL T ELT) ((#37=(|SparseUnivariatePolynomial| $) $ #13#) NIL #14# ELT)) (|lookup| #30#) (|linearAssociatedOrder| #38=(#35# NIL #14# ELT)) (|linearAssociatedLog| #38# (((|Union| #36# #20#) $ $) NIL #14# ELT)) (|linearAssociatedExp| (($ $ #36#) NIL #14# ELT)) (|lcm| #22# #39=(($ #25#) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|inv| #5#) (|init| (#19# NIL #14# CONST)) (|index| (($ #13#) NIL #14# ELT)) (|inGroundField?| #3#) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|generator| #24#) (|gcdPolynomial| ((#37# #37# #37#) NIL T ELT)) (|gcd| #22# #39#) (|factorsOfCyclicGroupSize| (((|List| (|Record| (|:| |factor| #15#) (|:| |exponent| #15#)))) NIL #14# ELT)) (|factor| #17#) (|extensionDegree| ((#33#) NIL T ELT) ((#13#) NIL T ELT)) (|extendedEuclidean| (((|Record| #40=(|:| |coef1| $) #41=(|:| |coef2| $) #26#) $ $) NIL T ELT) (((|Union| (|Record| #40# #41#) #20#) $ $ $) NIL T ELT)) (|exquo| ((#23# $ $) NIL T ELT)) (|expressIdealMember| (((|Maybe| #25#) #25# $) NIL T ELT)) (|euclideanSize| (#42=(#8# $) NIL T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) NIL T ELT)) (|discreteLog| (#42# NIL #14# ELT) (((|Union| #8# #20#) $ $) NIL #29# ELT)) (|dimension| (((|CardinalNumber|)) NIL T ELT)) (|differentiate| #43=(#28# NIL #14# ELT) #44=(#6# NIL #14# ELT)) (|degree| (#32# NIL T ELT) (#31# NIL T ELT)) (|definingPolynomial| ((#36#) NIL T ELT)) (|createPrimitiveElement| #24#) (|createNormalElement| #24#) (|coordinates| ((#21# $) NIL T ELT) (((|Matrix| #10#) #45=(|Vector| $)) NIL T ELT)) (|conditionP| (((|Union| #45# #20#) (|Matrix| $)) NIL #14# ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #15#) NIL T ELT) #5# (($ #46=(|Fraction| #15#)) NIL T ELT) (($ #10#) NIL T ELT)) (|charthRoot| #44# (#34# NIL #29# ELT)) (|characteristic| (#7# NIL T CONST)) (|before?| #1#) (|basis| ((#45#) NIL T ELT) ((#45# #13#) NIL T ELT)) (|associates?| #1#) (|annihilate?| #1#) (|algebraic?| #3#) (|Zero| #18#) (|One| #18#) (|Frobenius| #44# #43#) (D #43# #44#) (= #1#) (/ #22# #47=(($ $ #10#) NIL T ELT)) (- #5# #22#) (+ #22#) (** (#12# NIL T ELT) (#28# NIL T ELT) (($ $ #15#) NIL T ELT)) (* (($ #13# $) NIL T ELT) (($ #8# $) NIL T ELT) (($ #15# . #48=($)) NIL T ELT) #22# (($ $ #46#) NIL T ELT) (($ #46# . #48#) NIL T ELT) #47# (($ #10# . #48#) NIL T ELT)))
(((|FiniteField| |#1| |#2|) (|FiniteAlgebraicExtensionField| (|PrimeField| |#1|)) #1=(|PositiveInteger|) #1#) (T |FiniteField|))
NIL
((|yCoordinates| (((|Record| (|:| |num| #1=(|Vector| |#3|)) #2=(|:| |den| |#3|)) $) 39 T ELT)) (|represents| (($ #3=(|Vector| #4=(|Fraction| |#3|)) #5=(|Vector| $)) NIL T ELT) (($ #3#) NIL T ELT) (($ #1# |#3|) 172 T ELT)) (|reduceBasisAtInfinity| (#6=(#5# #5#) 156 T ELT)) (|rationalPoints| (((|List| (|List| |#2|))) 126 T ELT)) (|rationalPoint?| ((#7=(|Boolean|) |#2| |#2|) 76 T ELT)) (|primitivePart| (#8=($ $) 148 T ELT)) (|numberOfComponents| (#9=(#10=(|NonNegativeInteger|)) 171 T ELT)) (|normalizeAtInfinity| (#6# 219 T ELT)) (|nonSingularModel| (((|List| (|Polynomial| |#2|)) #11=(|Symbol|)) 115 T ELT)) (|integralAtInfinity?| (#12=(#7# $) 168 T ELT)) (|integral?| (#12# 27 T ELT) ((#7# $ |#2|) 31 T ELT) ((#7# $ |#3|) 223 T ELT)) (|hyperelliptic| (#13=((|Union| |#3| "failed")) 52 T ELT)) (|genus| (#9# 183 T ELT)) (|elt| ((|#2| $ |#2| |#2|) 140 T ELT)) (|elliptic| (#13# 71 T ELT)) (|differentiate| (($ $ #14=(|Mapping| #4# #4#)) NIL T ELT) (($ $ #14# #10#) NIL T ELT) (($ $ #15=(|Mapping| |#3| |#3|)) 227 T ELT) (($ $ #10#) NIL T ELT) (#8# NIL T ELT) (($ $ #16=(|List| #11#) (|List| #10#)) NIL T ELT) (($ $ #11# #10#) NIL T ELT) (($ $ #16#) NIL T ELT) (($ $ #11#) NIL T ELT)) (|complementaryBasis| (#6# 162 T ELT)) (|algSplitSimple| (((|Record| (|:| |num| $) #2# (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ #15#) 68 T ELT)) (|absolutelyIrreducible?| ((#7#) 34 T ELT)))
(((|FunctionFieldCategory&| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |differentiate| (|#1| |#1| #1=(|Symbol|))) (SIGNATURE |differentiate| (|#1| |#1| #2=(|List| #1#))) (SIGNATURE |differentiate| (|#1| |#1| #1# #3=(|NonNegativeInteger|))) (SIGNATURE |differentiate| (|#1| |#1| #2# (|List| #3#))) (SIGNATURE |differentiate| #4=(|#1| |#1|)) (SIGNATURE |differentiate| (|#1| |#1| #3#)) (SIGNATURE |rationalPoints| ((|List| (|List| |#2|)))) (SIGNATURE |nonSingularModel| ((|List| (|Polynomial| |#2|)) #1#)) (SIGNATURE |algSplitSimple| ((|Record| (|:| |num| |#1|) #5=(|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| #6=(|Mapping| |#3| |#3|))) (SIGNATURE |hyperelliptic| #7=((|Union| |#3| "failed"))) (SIGNATURE |elliptic| #7#) (SIGNATURE |elt| (|#2| |#1| |#2| |#2|)) (SIGNATURE |primitivePart| #4#) (SIGNATURE |differentiate| (|#1| |#1| #6#)) (SIGNATURE |integral?| (#8=(|Boolean|) |#1| |#3|)) (SIGNATURE |integral?| (#8# |#1| |#2|)) (SIGNATURE |represents| (|#1| #9=(|Vector| |#3|) |#3|)) (SIGNATURE |yCoordinates| ((|Record| (|:| |num| #9#) #5#) |#1|)) (SIGNATURE |reduceBasisAtInfinity| #10=(#11=(|Vector| |#1|) #11#)) (SIGNATURE |normalizeAtInfinity| #10#) (SIGNATURE |complementaryBasis| #10#) (SIGNATURE |integral?| #12=(#8# |#1|)) (SIGNATURE |integralAtInfinity?| #12#) (SIGNATURE |rationalPoint?| (#8# |#2| |#2|)) (SIGNATURE |absolutelyIrreducible?| (#8#)) (SIGNATURE |genus| #13=(#3#)) (SIGNATURE |numberOfComponents| #13#) (SIGNATURE |differentiate| (|#1| |#1| #14=(|Mapping| #15=(|Fraction| |#3|) #15#) #3#)) (SIGNATURE |differentiate| (|#1| |#1| #14#)) (SIGNATURE |represents| (|#1| #16=(|Vector| #15#))) (SIGNATURE |represents| (|#1| #16# #11#))) (|FunctionFieldCategory| |#2| |#3| |#4|) (|UniqueFactorizationDomain|) (|UnivariatePolynomialCategory| |#2|) (|UnivariatePolynomialCategory| #15#)) (T |FunctionFieldCategory&|))
((|numberOfComponents| #1=(*1 *2) #2=(AND #3=(|ofCategory| *4 #4=(|UniqueFactorizationDomain|)) #5=(|ofCategory| *5 #6=(|UnivariatePolynomialCategory| *4)) #7=(|ofCategory| *6 (|UnivariatePolynomialCategory| (|Fraction| *5))) (|isDomain| *2 (|NonNegativeInteger|)) #8=(|isDomain| *1 (|FunctionFieldCategory&| *3 *4 *5 *6)) #9=(|ofCategory| *3 (|FunctionFieldCategory| *4 *5 *6)))) (|genus| #1# #2#) (|absolutelyIrreducible?| #1# (AND #3# #5# #7# #10=(|isDomain| *2 (|Boolean|)) #8# #9#)) (|rationalPoint?| (*1 *2 *3 *3) (AND (|ofCategory| *3 #4#) (|ofCategory| *5 (|UnivariatePolynomialCategory| *3)) #7# #10# (|isDomain| *1 (|FunctionFieldCategory&| *4 *3 *5 *6)) (|ofCategory| *4 (|FunctionFieldCategory| *3 *5 *6)))) (|elliptic| #1# #11=(|partial| AND #3# (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *2))) (|ofCategory| *2 #6#) (|isDomain| *1 (|FunctionFieldCategory&| *3 *4 *2 *5)) (|ofCategory| *3 (|FunctionFieldCategory| *4 *2 *5)))) (|hyperelliptic| #1# #11#) (|nonSingularModel| (*1 *2 *3) (AND (|isDomain| *3 (|Symbol|)) (|ofCategory| *5 #4#) (|ofCategory| *6 (|UnivariatePolynomialCategory| *5)) (|ofCategory| *7 (|UnivariatePolynomialCategory| (|Fraction| *6))) (|isDomain| *2 (|List| (|Polynomial| *5))) (|isDomain| *1 (|FunctionFieldCategory&| *4 *5 *6 *7)) (|ofCategory| *4 (|FunctionFieldCategory| *5 *6 *7)))) (|rationalPoints| #1# (AND #3# #5# #7# (|isDomain| *2 (|List| (|List| *4))) #8# #9#)))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|yCoordinates| (((|Record| (|:| |num| (|Vector| |#2|)) (|:| |den| |#2|)) $) 225 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 114 (|has| (|Fraction| |#2|) . #3=((|Field|))) ELT)) (|unitCanonical| (($ $) 115 (|has| (|Fraction| |#2|) . #3#) ELT)) (|unit?| ((#4=(|Boolean|) $) 117 (|has| (|Fraction| |#2|) . #3#) ELT)) (|traceMatrix| (((|Matrix| (|Fraction| |#2|)) #5=(|Vector| $)) 62 T ELT) (((|Matrix| (|Fraction| |#2|))) 77 T ELT)) (|trace| (((|Fraction| |#2|) . #6=($)) 68 T ELT)) (|tableForDiscreteLogarithm| (((|Table| #7=(|PositiveInteger|) #8=(|NonNegativeInteger|)) #9=(|Integer|)) 167 (|has| (|Fraction| |#2|) . #10=((|FiniteFieldCategory|))) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (($ $) 134 (|has| (|Fraction| |#2|) . #3#) ELT)) (|squareFree| (#11=((|Factored| $) $) 135 (|has| (|Fraction| |#2|) . #3#) ELT)) (|sizeLess?| (((|Boolean|) $ $) 125 (|has| (|Fraction| |#2|) . #3#) ELT)) (|size| (((|NonNegativeInteger|)) 108 (|has| (|Fraction| |#2|) . #12=((|Finite|))) ELT)) (|singularAtInfinity?| (((|Boolean|)) 242 T ELT)) (|singular?| (((|Boolean|) |#1|) 241 T ELT) (((|Boolean|) |#2|) 240 T ELT)) (|sample| (#13=($) 23 T CONST)) (|retractIfCan| (((|Union| #14=(|Integer|) . #15=("failed")) . #16=($)) 194 (|has| (|Fraction| |#2|) . #17=((|RetractableTo| #14#))) ELT) (((|Union| #18=(|Fraction| #14#) . #15#) . #16#) 192 (|has| (|Fraction| |#2|) . #19=((|RetractableTo| #18#))) ELT) (((|Union| (|Fraction| |#2|) . #15#) . #16#) 189 T ELT)) (|retract| ((#14# . #20=($)) 193 (|has| (|Fraction| |#2|) . #17#) ELT) ((#18# . #20#) 191 (|has| (|Fraction| |#2|) . #19#) ELT) (((|Fraction| |#2|) . #20#) 190 T ELT)) (|represents| (($ (|Vector| (|Fraction| |#2|)) #5#) 64 T ELT) (($ (|Vector| (|Fraction| |#2|))) 80 T ELT) (($ (|Vector| |#2|) |#2|) 224 T ELT)) (|representationType| (((|Union| "prime" "polynomial" "normal" "cyclic")) 173 (|has| (|Fraction| |#2|) . #10#) ELT)) (|rem| (#21=($ $ $) 129 (|has| (|Fraction| |#2|) . #3#) ELT)) (|regularRepresentation| (((|Matrix| (|Fraction| |#2|)) $ #5#) 69 T ELT) (((|Matrix| (|Fraction| |#2|)) $) 75 T ELT)) (|reducedSystem| (((|Matrix| #22=(|Integer|)) . #23=(#24=(|Matrix| $))) 186 (|has| (|Fraction| |#2|) . #25=((|LinearlyExplicitRingOver| #22#))) ELT) (((|Record| (|:| |mat| (|Matrix| #22#)) (|:| |vec| (|Vector| #22#))) . #26=(#24# #27=(|Vector| $))) 185 (|has| (|Fraction| |#2|) . #25#) ELT) (((|Record| (|:| |mat| (|Matrix| (|Fraction| |#2|))) (|:| |vec| (|Vector| (|Fraction| |#2|)))) . #26#) 184 T ELT) (((|Matrix| (|Fraction| |#2|)) . #23#) 183 T ELT)) (|reduceBasisAtInfinity| (((|Vector| $) (|Vector| $)) 230 T ELT)) (|reduce| (($ |#3|) 178 T ELT) (((|Union| $ "failed") (|Fraction| |#3|)) 175 (|has| (|Fraction| |#2|) . #3#) ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|rationalPoints| (((|List| (|List| |#1|))) 211 (|has| |#1| (|Finite|)) ELT)) (|rationalPoint?| (((|Boolean|) |#1| |#1|) 246 T ELT)) (|rank| (((|PositiveInteger|)) 70 T ELT)) (|random| (($) 111 (|has| (|Fraction| |#2|) . #12#) ELT)) (|ramifiedAtInfinity?| (((|Boolean|)) 239 T ELT)) (|ramified?| (((|Boolean|) |#1|) 238 T ELT) (((|Boolean|) |#2|) 237 T ELT)) (|quo| (#21# 128 (|has| (|Fraction| |#2|) . #3#) ELT)) (|principalIdeal| (((|Record| (|:| |coef| #28=(|List| $)) (|:| |generator| $)) #28#) 123 (|has| (|Fraction| |#2|) . #3#) ELT)) (|primitivePart| (($ $) 217 T ELT)) (|primitiveElement| (#29=($) 169 (|has| (|Fraction| |#2|) . #10#) ELT)) (|primitive?| (((|Boolean|) $) 170 (|has| (|Fraction| |#2|) . #10#) ELT)) (|primeFrobenius| (($ $ #30=(|NonNegativeInteger|)) 161 (|has| (|Fraction| |#2|) . #10#) ELT) (($ $) 160 (|has| (|Fraction| |#2|) . #10#) ELT)) (|prime?| (((|Boolean|) $) 136 (|has| (|Fraction| |#2|) . #3#) ELT)) (|order| ((#7# $) 172 (|has| (|Fraction| |#2|) . #10#) ELT) (((|OnePointCompletion| (|PositiveInteger|)) $) 158 (|has| (|Fraction| |#2|) . #10#) ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|numberOfComponents| (((|NonNegativeInteger|)) 249 T ELT)) (|normalizeAtInfinity| (((|Vector| $) (|Vector| $)) 231 T ELT)) (|norm| (((|Fraction| |#2|) . #6#) 67 T ELT)) (|nonSingularModel| (((|List| (|Polynomial| |#1|)) (|Symbol|)) 212 (|has| |#1| (|Field|)) ELT)) (|nextItem| (((|Maybe| $) $) 162 (|has| (|Fraction| |#2|) . #10#) ELT)) (|multiEuclidean| (((|Union| #31=(|List| $) #32="failed") #31# $) 132 (|has| (|Fraction| |#2|) . #3#) ELT)) (|minimalPolynomial| ((|#3| . #33=($)) 60 (|has| (|Fraction| |#2|) (|Field|)) ELT)) (|lookup| ((#34=(|PositiveInteger|) $) 110 (|has| (|Fraction| |#2|) . #12#) ELT)) (|lift| ((|#3| $) 176 T ELT)) (|leftReducedSystem| (((|Matrix| #22#) . #35=(#27#)) 188 (|has| (|Fraction| |#2|) . #25#) ELT) (((|Record| (|:| |mat| (|Matrix| #22#)) (|:| |vec| (|Vector| #22#))) . #36=(#27# $)) 187 (|has| (|Fraction| |#2|) . #25#) ELT) (((|Record| (|:| |mat| (|Matrix| (|Fraction| |#2|))) (|:| |vec| (|Vector| (|Fraction| |#2|)))) . #36#) 182 T ELT) (((|Matrix| (|Fraction| |#2|)) . #35#) 181 T ELT)) (|lcm| (#37=($ (|List| $)) 121 (|has| (|Fraction| |#2|) . #3#) ELT) (#38=($ $ $) 120 (|has| (|Fraction| |#2|) . #3#) ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inverseIntegralMatrixAtInfinity| (((|Matrix| (|Fraction| |#2|))) 226 T ELT)) (|inverseIntegralMatrix| (((|Matrix| (|Fraction| |#2|))) 228 T ELT)) (|inv| (($ $) 137 (|has| (|Fraction| |#2|) . #3#) ELT)) (|integralRepresents| (($ (|Vector| |#2|) |#2|) 222 T ELT)) (|integralMatrixAtInfinity| (((|Matrix| (|Fraction| |#2|))) 227 T ELT)) (|integralMatrix| (((|Matrix| (|Fraction| |#2|))) 229 T ELT)) (|integralDerivationMatrix| (((|Record| (|:| |num| (|Matrix| |#2|)) (|:| |den| |#2|)) (|Mapping| |#2| |#2|)) 221 T ELT)) (|integralCoordinates| (((|Record| (|:| |num| (|Vector| |#2|)) (|:| |den| |#2|)) $) 223 T ELT)) (|integralBasisAtInfinity| (((|Vector| $)) 235 T ELT)) (|integralBasis| (((|Vector| $)) 236 T ELT)) (|integralAtInfinity?| (((|Boolean|) $) 234 T ELT)) (|integral?| (((|Boolean|) $) 233 T ELT) (((|Boolean|) $ |#1|) 220 T ELT) (((|Boolean|) $ |#2|) 219 T ELT)) (|init| (($) 163 (|has| (|Fraction| |#2|) . #10#) CONST)) (|index| (($ #34#) 109 (|has| (|Fraction| |#2|) . #12#) ELT)) (|hyperelliptic| (((|Union| |#2| "failed")) 214 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|genus| (((|NonNegativeInteger|)) 248 T ELT)) (|generator| (($) 180 T ELT)) (|gcdPolynomial| ((#39=(|SparseUnivariatePolynomial| $) #39# #39#) 122 (|has| (|Fraction| |#2|) . #3#) ELT)) (|gcd| (#37# 119 (|has| (|Fraction| |#2|) . #3#) ELT) (#38# 118 (|has| (|Fraction| |#2|) . #3#) ELT)) (|factorsOfCyclicGroupSize| (((|List| (|Record| (|:| |factor| #9#) (|:| |exponent| #9#)))) 166 (|has| (|Fraction| |#2|) . #10#) ELT)) (|factor| (#11# 133 (|has| (|Fraction| |#2|) . #3#) ELT)) (|extendedEuclidean| (((|Union| (|Record| #40=(|:| |coef1| $) #41=(|:| |coef2| $)) #32#) $ $ $) 131 (|has| (|Fraction| |#2|) . #3#) ELT) (((|Record| #40# #41# (|:| |generator| $)) $ $) 130 (|has| (|Fraction| |#2|) . #3#) ELT)) (|exquo| (((|Union| $ "failed") $ $) 113 (|has| (|Fraction| |#2|) . #3#) ELT)) (|expressIdealMember| (((|Maybe| #28#) #28# $) 124 (|has| (|Fraction| |#2|) . #3#) ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 126 (|has| (|Fraction| |#2|) . #3#) ELT)) (|elt| ((|#1| $ |#1| |#1|) 216 T ELT)) (|elliptic| (((|Union| |#2| "failed")) 215 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 127 (|has| (|Fraction| |#2|) . #3#) ELT)) (|discriminant| (((|Fraction| |#2|) #5#) 63 T ELT) (((|Fraction| |#2|)) 76 T ELT)) (|discreteLog| ((#8# $) 171 (|has| (|Fraction| |#2|) . #10#) ELT) (((|Union| #30# "failed") $ $) 159 (|has| (|Fraction| |#2|) . #10#) ELT)) (|differentiate| (($ $ (|Mapping| (|Fraction| |#2|) (|Fraction| |#2|))) 145 (|has| (|Fraction| |#2|) . #3#) ELT) (($ $ (|Mapping| (|Fraction| |#2|) (|Fraction| |#2|)) . #42=((|NonNegativeInteger|))) 144 (|has| (|Fraction| |#2|) . #3#) ELT) (($ $ (|Mapping| |#2| |#2|)) 218 T ELT) (#43=($ $ (|NonNegativeInteger|)) 156 (OR (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #44=((|DifferentialSpace|)))) (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #45=((|DifferentialRing|)))) (|and| (|has| (|Fraction| |#2|) . #44#) (|has| (|Fraction| |#2|) . #3#)) (|has| (|Fraction| |#2|) . #10#)) ELT) (($ . #46=($)) 154 (OR (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #44#)) (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #45#)) (|and| (|has| (|Fraction| |#2|) . #44#) (|has| (|Fraction| |#2|) . #3#)) (|has| (|Fraction| |#2|) . #10#)) ELT) (($ $ (|List| #47=(|Symbol|)) . #48=((|List| #49=(|NonNegativeInteger|)))) 150 (OR (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #50=((|PartialDifferentialSpace| #47#)))) (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #51=((|PartialDifferentialRing| (|Symbol|))))) (|and| (|has| (|Fraction| |#2|) . #50#) (|has| (|Fraction| |#2|) . #3#))) ELT) (($ $ #47# . #52=(#49#)) 149 (OR (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #50#)) (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #51#)) (|and| (|has| (|Fraction| |#2|) . #50#) (|has| (|Fraction| |#2|) . #3#))) ELT) (($ $ (|List| #47#)) 148 (OR (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #50#)) (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #51#)) (|and| (|has| (|Fraction| |#2|) . #50#) (|has| (|Fraction| |#2|) . #3#))) ELT) (($ $ #47#) 146 (OR (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #50#)) (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #51#)) (|and| (|has| (|Fraction| |#2|) . #50#) (|has| (|Fraction| |#2|) . #3#))) ELT)) (|derivationCoordinates| (((|Matrix| (|Fraction| |#2|)) (|Vector| $) (|Mapping| (|Fraction| |#2|) (|Fraction| |#2|))) 174 (|has| (|Fraction| |#2|) . #3#) ELT)) (|definingPolynomial| ((|#3|) 179 T ELT)) (|createPrimitiveElement| (#29# 168 (|has| (|Fraction| |#2|) . #10#) ELT)) (|coordinates| (((|Vector| (|Fraction| |#2|)) $ #5#) 66 T ELT) (((|Matrix| (|Fraction| |#2|)) #5# #5#) 65 T ELT) (((|Vector| (|Fraction| |#2|)) . #53=($)) 82 T ELT) (((|Matrix| (|Fraction| |#2|)) #54=(|Vector| $)) 81 T ELT)) (|convert| (((|Vector| (|Fraction| |#2|)) . #53#) 79 T ELT) (($ (|Vector| (|Fraction| |#2|))) 78 T ELT) ((|#3| $) 195 T ELT) (($ |#3|) 177 T ELT)) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) 165 (|has| (|Fraction| |#2|) . #10#) ELT)) (|complementaryBasis| (((|Vector| $) (|Vector| $)) 232 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ (|Fraction| |#2|)) 53 T ELT) (($ #55=(|Fraction| #56=(|Integer|))) 107 (OR (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #19#)) ELT) (($ $) 112 (|has| (|Fraction| |#2|) . #3#) ELT)) (|charthRoot| (($ $) 164 (|has| (|Fraction| |#2|) . #10#) ELT) (((|Maybe| $) $) 59 (|has| (|Fraction| |#2|) (|CharacteristicNonZero|)) ELT)) (|characteristicPolynomial| ((|#3| . #33#) 61 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|branchPointAtInfinity?| (((|Boolean|)) 245 T ELT)) (|branchPoint?| (((|Boolean|) |#1|) 244 T ELT) (((|Boolean|) |#2|) 243 T ELT)) (|before?| (#1# 6 T ELT)) (|basis| ((#54#) 83 T ELT)) (|associates?| ((#4# $ $) 116 (|has| (|Fraction| |#2|) . #3#) ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|algSplitSimple| (((|Record| (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (|Mapping| |#2| |#2|)) 213 T ELT)) (|absolutelyIrreducible?| (((|Boolean|)) 247 T ELT)) (|Zero| (#13# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ (|Mapping| (|Fraction| |#2|) (|Fraction| |#2|))) 143 (|has| (|Fraction| |#2|) . #3#) ELT) (($ $ (|Mapping| (|Fraction| |#2|) (|Fraction| |#2|)) . #42#) 142 (|has| (|Fraction| |#2|) . #3#) ELT) (#43# 157 (OR (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #44#)) (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #45#)) (|and| (|has| (|Fraction| |#2|) . #44#) (|has| (|Fraction| |#2|) . #3#)) (|has| (|Fraction| |#2|) . #10#)) ELT) (($ . #46#) 155 (OR (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #44#)) (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #45#)) (|and| (|has| (|Fraction| |#2|) . #44#) (|has| (|Fraction| |#2|) . #3#)) (|has| (|Fraction| |#2|) . #10#)) ELT) (($ $ (|List| #47#) . #48#) 153 (OR (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #50#)) (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #51#)) (|and| (|has| (|Fraction| |#2|) . #50#) (|has| (|Fraction| |#2|) . #3#))) ELT) (($ $ #47# . #52#) 152 (OR (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #50#)) (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #51#)) (|and| (|has| (|Fraction| |#2|) . #50#) (|has| (|Fraction| |#2|) . #3#))) ELT) (($ $ (|List| #47#)) 151 (OR (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #50#)) (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #51#)) (|and| (|has| (|Fraction| |#2|) . #50#) (|has| (|Fraction| |#2|) . #3#))) ELT) (($ $ #47#) 147 (OR (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #50#)) (|and| (|has| (|Fraction| |#2|) . #3#) (|has| (|Fraction| |#2|) . #51#)) (|and| (|has| (|Fraction| |#2|) . #50#) (|has| (|Fraction| |#2|) . #3#))) ELT)) (= (#1# 8 T ELT)) (/ (($ $ $) 141 (|has| (|Fraction| |#2|) . #3#) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #56#) 138 (|has| (|Fraction| |#2|) . #3#) ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #57=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ (|Fraction| |#2|)) 55 T ELT) (($ (|Fraction| |#2|) . #57#) 54 T ELT) (($ #55# . #57#) 140 (|has| (|Fraction| |#2|) . #3#) ELT) (($ $ #55#) 139 (|has| (|Fraction| |#2|) . #3#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|yCoordinates| (#4=((|Record| (|:| |num| #5=(|Vector| |#2|)) #6=(|:| |den| |#2|)) $) 225 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 114 #7=(|has| #8=(|Fraction| |#2|) #9=(|Field|)) ELT)) (|unitCanonical| (#10=($ $) 115 #7# ELT)) (|unit?| (#3# 117 #7# ELT)) (|traceMatrix| (#11=(#12=(|Matrix| #8#) #13=(|Vector| $)) 62 T ELT) (#14=(#12#) 77 T ELT)) (|trace| (#15=(#8# $) 68 T ELT)) (|tableForDiscreteLogarithm| (((|Table| #16=(|PositiveInteger|) #17=(|NonNegativeInteger|)) #18=(|Integer|)) 167 #19=(|has| #8# (|FiniteFieldCategory|)) ELT)) (|subtractIfCan| ((#20=(|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (#10# 134 #7# ELT)) (|squareFree| (#21=((|Factored| $) $) 135 #7# ELT)) (|sizeLess?| (#1# 125 #7# ELT)) (|size| (#22=(#17#) 108 #23=(|has| #8# #24=(|Finite|)) ELT)) (|singularAtInfinity?| (#25=(#2#) 242 T ELT)) (|singular?| (#26=(#2# |#1|) 241 T ELT) (#27=(#2# |#2|) 240 T ELT)) (|sample| (#28=($) 23 T CONST)) (|retractIfCan| (((|Union| #18# . #29=(#30="failed")) . #31=($)) 194 #32=(|has| #8# (|RetractableTo| #18#)) ELT) (((|Union| #33=(|Fraction| #18#) . #29#) . #31#) 192 #34=(|has| #8# (|RetractableTo| #33#)) ELT) (((|Union| #8# . #29#) . #31#) 189 T ELT)) (|retract| ((#18# . #35=($)) 193 #32# ELT) ((#33# . #35#) 191 #34# ELT) (#15# 190 T ELT)) (|represents| (($ #36=(|Vector| #8#) #13#) 64 T ELT) (#37=($ #36#) 80 T ELT) (#38=($ #5# |#2|) 224 T ELT)) (|representationType| (((|Union| "prime" "polynomial" "normal" "cyclic")) 173 #19# ELT)) (|rem| (#39=($ $ $) 129 #7# ELT)) (|regularRepresentation| ((#12# $ #13#) 69 T ELT) ((#12# $) 75 T ELT)) (|reducedSystem| ((#40=(|Matrix| #18#) . #41=(#42=(|Matrix| $))) 186 #43=(|has| #8# (|LinearlyExplicitRingOver| #18#)) ELT) ((#44=(|Record| (|:| |mat| #40#) (|:| |vec| (|Vector| #18#))) . #45=(#42# #13#)) 185 #43# ELT) ((#46=(|Record| (|:| |mat| #12#) (|:| |vec| #36#)) . #45#) 184 T ELT) ((#12# . #41#) 183 T ELT)) (|reduceBasisAtInfinity| (#47=(#13# #13#) 230 T ELT)) (|reduce| (#48=($ |#3|) 178 T ELT) ((#49=(|Union| $ #30#) (|Fraction| |#3|)) 175 #7# ELT)) (|recip| ((#49# $) 43 T ELT)) (|rationalPoints| (((|List| (|List| |#1|))) 211 (|has| |#1| #24#) ELT)) (|rationalPoint?| ((#2# |#1| |#1|) 246 T ELT)) (|rank| ((#16#) 70 T ELT)) (|random| (#28# 111 #23# ELT)) (|ramifiedAtInfinity?| (#25# 239 T ELT)) (|ramified?| (#26# 238 T ELT) (#27# 237 T ELT)) (|quo| (#39# 128 #7# ELT)) (|principalIdeal| (((|Record| (|:| |coef| #50=(|List| $)) #51=(|:| |generator| $)) #50#) 123 #7# ELT)) (|primitivePart| (#10# 217 T ELT)) (|primitiveElement| (#28# 169 #19# ELT)) (|primitive?| (#3# 170 #19# ELT)) (|primeFrobenius| (#52=($ $ #17#) 161 #19# ELT) (#10# 160 #19# ELT)) (|prime?| (#3# 136 #7# ELT)) (|order| (#53=(#16# $) 172 #19# ELT) (((|OnePointCompletion| #16#) $) 158 #19# ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|numberOfComponents| (#22# 249 T ELT)) (|normalizeAtInfinity| (#47# 231 T ELT)) (|norm| (#15# 67 T ELT)) (|nonSingularModel| (((|List| (|Polynomial| |#1|)) #54=(|Symbol|)) 212 (|has| |#1| #9#) ELT)) (|nextItem| (#55=(#20# $) 162 #19# ELT)) (|multiEuclidean| (((|Union| #50# #30#) #50# $) 132 #7# ELT)) (|minimalPolynomial| (#56=(|#3| $) 60 #7# ELT)) (|lookup| (#53# 110 #23# ELT)) (|lift| (#56# 176 T ELT)) (|leftReducedSystem| ((#40# #13#) 188 #43# ELT) ((#44# . #57=(#13# $)) 187 #43# ELT) ((#46# . #57#) 182 T ELT) (#11# 181 T ELT)) (|lcm| (#58=($ #50#) 121 #7# ELT) (#39# 120 #7# ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inverseIntegralMatrixAtInfinity| (#14# 226 T ELT)) (|inverseIntegralMatrix| (#14# 228 T ELT)) (|inv| (#10# 137 #7# ELT)) (|integralRepresents| (#38# 222 T ELT)) (|integralMatrixAtInfinity| (#14# 227 T ELT)) (|integralMatrix| (#14# 229 T ELT)) (|integralDerivationMatrix| (((|Record| (|:| |num| (|Matrix| |#2|)) #6#) #59=(|Mapping| |#2| |#2|)) 221 T ELT)) (|integralCoordinates| (#4# 223 T ELT)) (|integralBasisAtInfinity| (#60=(#13#) 235 T ELT)) (|integralBasis| (#60# 236 T ELT)) (|integralAtInfinity?| (#3# 234 T ELT)) (|integral?| (#3# 233 T ELT) ((#2# $ |#1|) 220 T ELT) ((#2# $ |#2|) 219 T ELT)) (|init| (#28# 163 #19# CONST)) (|index| (($ #16#) 109 #23# ELT)) (|hyperelliptic| (#61=((|Union| |#2| #30#)) 214 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|genus| (#22# 248 T ELT)) (|generator| (#28# 180 T ELT)) (|gcdPolynomial| ((#62=(|SparseUnivariatePolynomial| $) #62# #62#) 122 #7# ELT)) (|gcd| (#58# 119 #7# ELT) (#39# 118 #7# ELT)) (|factorsOfCyclicGroupSize| (((|List| (|Record| (|:| |factor| #18#) (|:| |exponent| #18#)))) 166 #19# ELT)) (|factor| (#21# 133 #7# ELT)) (|extendedEuclidean| (((|Union| (|Record| #63=(|:| |coef1| $) #64=(|:| |coef2| $)) #30#) $ $ $) 131 #7# ELT) (((|Record| #63# #64# #51#) $ $) 130 #7# ELT)) (|exquo| ((#49# $ $) 113 #7# ELT)) (|expressIdealMember| (((|Maybe| #50#) #50# $) 124 #7# ELT)) (|euclideanSize| (#65=(#17# $) 126 #7# ELT)) (|elt| ((|#1| $ |#1| |#1|) 216 T ELT)) (|elliptic| (#61# 215 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 127 #7# ELT)) (|discriminant| ((#8# #13#) 63 T ELT) ((#8#) 76 T ELT)) (|discreteLog| (#65# 171 #19# ELT) (((|Union| #17# #30#) $ $) 159 #19# ELT)) (|differentiate| (#66=($ $ #67=(|Mapping| #8# #8#)) 145 #7# ELT) (#68=($ $ #67# #17#) 144 #7# ELT) (($ $ #59#) 218 T ELT) (#52# 156 #69=(OR (|and| #7# #70=(|has| #8# (|DifferentialSpace|))) (|and| #7# (|has| #8# (|DifferentialRing|))) (|and| #70# #7#) #19#) ELT) (#10# 154 #69# ELT) (#71=($ $ #72=(|List| #54#) (|List| #17#)) 150 #73=(OR (|and| #7# #74=(|has| #8# (|PartialDifferentialSpace| #54#))) (|and| #7# (|has| #8# (|PartialDifferentialRing| #54#))) (|and| #74# #7#)) ELT) (#75=($ $ #54# #17#) 149 #73# ELT) (#76=($ $ #72#) 148 #73# ELT) (#77=($ $ #54#) 146 #73# ELT)) (|derivationCoordinates| ((#12# #13# #67#) 174 #7# ELT)) (|definingPolynomial| ((|#3|) 179 T ELT)) (|createPrimitiveElement| (#28# 168 #19# ELT)) (|coordinates| ((#36# $ #13#) 66 T ELT) ((#12# #13# #13#) 65 T ELT) (#78=(#36# $) 82 T ELT) (#11# 81 T ELT)) (|convert| (#78# 79 T ELT) (#37# 78 T ELT) (#56# 195 T ELT) (#48# 177 T ELT)) (|conditionP| (((|Union| #13# #30#) #42#) 165 #19# ELT)) (|complementaryBasis| (#47# 232 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #18#) 42 T ELT) (($ #8#) 53 T ELT) (($ #33#) 107 (OR #7# #34#) ELT) (#10# 112 #7# ELT)) (|charthRoot| (#10# 164 #19# ELT) (#55# 59 (|has| #8# (|CharacteristicNonZero|)) ELT)) (|characteristicPolynomial| (#56# 61 T ELT)) (|characteristic| (#22# 41 T CONST)) (|branchPointAtInfinity?| (#25# 245 T ELT)) (|branchPoint?| (#26# 244 T ELT) (#27# 243 T ELT)) (|before?| (#1# 6 T ELT)) (|basis| (#60# 83 T ELT)) (|associates?| (#1# 116 #7# ELT)) (|annihilate?| (#1# 34 T ELT)) (|algSplitSimple| (((|Record| (|:| |num| $) #6# (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ #59#) 213 T ELT)) (|absolutelyIrreducible?| (#25# 247 T ELT)) (|Zero| (#28# 24 T CONST)) (|One| (#28# 46 T CONST)) (D (#66# 143 #7# ELT) (#68# 142 #7# ELT) (#52# 157 #69# ELT) (#10# 155 #69# ELT) (#71# 153 #73# ELT) (#75# 152 #73# ELT) (#76# 151 #73# ELT) (#77# 147 #73# ELT)) (= (#1# 8 T ELT)) (/ (#39# 141 #7# ELT)) (- (#10# 30 T ELT) (#39# 29 T ELT)) (+ (#39# 18 T ELT)) (** (($ $ #16#) 36 T ELT) (#52# 44 T ELT) (($ $ #18#) 138 #7# ELT)) (* (($ #16# $) 17 T ELT) (($ #17# $) 21 T ELT) (($ #18# . #79=($)) 31 T ELT) (#39# 35 T ELT) (($ $ #8#) 55 T ELT) (($ #8# . #79#) 54 T ELT) (($ #33# . #79#) 140 #7# ELT) (($ $ #33#) 139 #7# ELT)))
(((|FunctionFieldCategory| |#1| |#2| |#3|) (|Category|) (|UniqueFactorizationDomain|) (|UnivariatePolynomialCategory| |t#1|) (|UnivariatePolynomialCategory| (|Fraction| |t#2|))) (T |FunctionFieldCategory|))
-((|numberOfComponents| (*1 *2) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|NonNegativeInteger|)))) (|genus| (*1 *2) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|NonNegativeInteger|)))) (|absolutelyIrreducible?| (*1 *2) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Boolean|)))) (|rationalPoint?| (*1 *2 *3 *3) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Boolean|)))) (|branchPointAtInfinity?| (*1 *2) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Boolean|)))) (|branchPoint?| (*1 *2 *3) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Boolean|)))) (|branchPoint?| (*1 *2 *3) (AND (|ofCategory| *1 (|FunctionFieldCategory| *4 *3 *5)) (|ofCategory| *4 (|UniqueFactorizationDomain|)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *4)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *3))) (|isDomain| *2 (|Boolean|)))) (|singularAtInfinity?| (*1 *2) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Boolean|)))) (|singular?| (*1 *2 *3) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Boolean|)))) (|singular?| (*1 *2 *3) (AND (|ofCategory| *1 (|FunctionFieldCategory| *4 *3 *5)) (|ofCategory| *4 (|UniqueFactorizationDomain|)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *4)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *3))) (|isDomain| *2 (|Boolean|)))) (|ramifiedAtInfinity?| (*1 *2) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Boolean|)))) (|ramified?| (*1 *2 *3) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Boolean|)))) (|ramified?| (*1 *2 *3) (AND (|ofCategory| *1 (|FunctionFieldCategory| *4 *3 *5)) (|ofCategory| *4 (|UniqueFactorizationDomain|)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *4)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *3))) (|isDomain| *2 (|Boolean|)))) (|integralBasis| (*1 *2) (AND (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Vector| *1)) (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)))) (|integralBasisAtInfinity| (*1 *2) (AND (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Vector| *1)) (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)))) (|integralAtInfinity?| (*1 *2 *1) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Boolean|)))) (|integral?| (*1 *2 *1) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Boolean|)))) (|complementaryBasis| (*1 *2 *2) (AND (|isDomain| *2 (|Vector| *1)) (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))))) (|normalizeAtInfinity| (*1 *2 *2) (AND (|isDomain| *2 (|Vector| *1)) (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))))) (|reduceBasisAtInfinity| (*1 *2 *2) (AND (|isDomain| *2 (|Vector| *1)) (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))))) (|integralMatrix| (*1 *2) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Matrix| (|Fraction| *4))))) (|inverseIntegralMatrix| (*1 *2) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Matrix| (|Fraction| *4))))) (|integralMatrixAtInfinity| (*1 *2) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Matrix| (|Fraction| *4))))) (|inverseIntegralMatrixAtInfinity| (*1 *2) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Matrix| (|Fraction| *4))))) (|yCoordinates| (*1 *2 *1) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Record| (|:| |num| (|Vector| *4)) (|:| |den| *4))))) (|represents| (*1 *1 *2 *3) (AND (|isDomain| *2 (|Vector| *3)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *4)) (|ofCategory| *4 (|UniqueFactorizationDomain|)) (|ofCategory| *1 (|FunctionFieldCategory| *4 *3 *5)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *3))))) (|integralCoordinates| (*1 *2 *1) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Record| (|:| |num| (|Vector| *4)) (|:| |den| *4))))) (|integralRepresents| (*1 *1 *2 *3) (AND (|isDomain| *2 (|Vector| *3)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *4)) (|ofCategory| *4 (|UniqueFactorizationDomain|)) (|ofCategory| *1 (|FunctionFieldCategory| *4 *3 *5)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *3))))) (|integralDerivationMatrix| (*1 *2 *3) (AND (|isDomain| *3 (|Mapping| *5 *5)) (|ofCategory| *1 (|FunctionFieldCategory| *4 *5 *6)) (|ofCategory| *4 (|UniqueFactorizationDomain|)) (|ofCategory| *5 (|UnivariatePolynomialCategory| *4)) (|ofCategory| *6 (|UnivariatePolynomialCategory| (|Fraction| *5))) (|isDomain| *2 (|Record| (|:| |num| (|Matrix| *5)) (|:| |den| *5))))) (|integral?| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|isDomain| *2 (|Boolean|)))) (|integral?| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|FunctionFieldCategory| *4 *3 *5)) (|ofCategory| *4 (|UniqueFactorizationDomain|)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *4)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *3))) (|isDomain| *2 (|Boolean|)))) (|differentiate| (*1 *1 *1 *2) (AND (|isDomain| *2 (|Mapping| *4 *4)) (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))))) (|primitivePart| (*1 *1 *1) (AND (|ofCategory| *1 (|FunctionFieldCategory| *2 *3 *4)) (|ofCategory| *2 (|UniqueFactorizationDomain|)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *4 (|UnivariatePolynomialCategory| (|Fraction| *3))))) (|elt| (*1 *2 *1 *2 *2) (AND (|ofCategory| *1 (|FunctionFieldCategory| *2 *3 *4)) (|ofCategory| *2 (|UniqueFactorizationDomain|)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *4 (|UnivariatePolynomialCategory| (|Fraction| *3))))) (|elliptic| (*1 *2) (|partial| AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *2 *4)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| (|Fraction| *2))) (|ofCategory| *2 (|UnivariatePolynomialCategory| *3)))) (|hyperelliptic| (*1 *2) (|partial| AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *2 *4)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| (|Fraction| *2))) (|ofCategory| *2 (|UnivariatePolynomialCategory| *3)))) (|algSplitSimple| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Mapping| *5 *5)) (|ofCategory| *5 (|UnivariatePolynomialCategory| *4)) (|ofCategory| *4 (|UniqueFactorizationDomain|)) (|ofCategory| *6 (|UnivariatePolynomialCategory| (|Fraction| *5))) (|isDomain| *2 (|Record| (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5) (|:| |gd| *5))) (|ofCategory| *1 (|FunctionFieldCategory| *4 *5 *6)))) (|nonSingularModel| (*1 *2 *3) (AND (|isDomain| *3 (|Symbol|)) (|ofCategory| *1 (|FunctionFieldCategory| *4 *5 *6)) (|ofCategory| *4 (|UniqueFactorizationDomain|)) (|ofCategory| *5 (|UnivariatePolynomialCategory| *4)) (|ofCategory| *6 (|UnivariatePolynomialCategory| (|Fraction| *5))) (|ofCategory| *4 (|Field|)) (|isDomain| *2 (|List| (|Polynomial| *4))))) (|rationalPoints| (*1 *2) (AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) (|ofCategory| *3 (|UniqueFactorizationDomain|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *5 (|UnivariatePolynomialCategory| (|Fraction| *4))) (|ofCategory| *3 (|Finite|)) (|isDomain| *2 (|List| (|List| *3))))))
-(|Join| (|MonogenicAlgebra| (|Fraction| |t#2|) |t#3|) (CATEGORY |domain| (SIGNATURE |numberOfComponents| ((|NonNegativeInteger|))) (SIGNATURE |genus| ((|NonNegativeInteger|))) (SIGNATURE |absolutelyIrreducible?| ((|Boolean|))) (SIGNATURE |rationalPoint?| ((|Boolean|) |t#1| |t#1|)) (SIGNATURE |branchPointAtInfinity?| ((|Boolean|))) (SIGNATURE |branchPoint?| ((|Boolean|) |t#1|)) (SIGNATURE |branchPoint?| ((|Boolean|) |t#2|)) (SIGNATURE |singularAtInfinity?| ((|Boolean|))) (SIGNATURE |singular?| ((|Boolean|) |t#1|)) (SIGNATURE |singular?| ((|Boolean|) |t#2|)) (SIGNATURE |ramifiedAtInfinity?| ((|Boolean|))) (SIGNATURE |ramified?| ((|Boolean|) |t#1|)) (SIGNATURE |ramified?| ((|Boolean|) |t#2|)) (SIGNATURE |integralBasis| ((|Vector| $))) (SIGNATURE |integralBasisAtInfinity| ((|Vector| $))) (SIGNATURE |integralAtInfinity?| ((|Boolean|) $)) (SIGNATURE |integral?| ((|Boolean|) $)) (SIGNATURE |complementaryBasis| ((|Vector| $) (|Vector| $))) (SIGNATURE |normalizeAtInfinity| ((|Vector| $) (|Vector| $))) (SIGNATURE |reduceBasisAtInfinity| ((|Vector| $) (|Vector| $))) (SIGNATURE |integralMatrix| ((|Matrix| (|Fraction| |t#2|)))) (SIGNATURE |inverseIntegralMatrix| ((|Matrix| (|Fraction| |t#2|)))) (SIGNATURE |integralMatrixAtInfinity| ((|Matrix| (|Fraction| |t#2|)))) (SIGNATURE |inverseIntegralMatrixAtInfinity| ((|Matrix| (|Fraction| |t#2|)))) (SIGNATURE |yCoordinates| ((|Record| (|:| |num| (|Vector| |t#2|)) (|:| |den| |t#2|)) $)) (SIGNATURE |represents| ($ (|Vector| |t#2|) |t#2|)) (SIGNATURE |integralCoordinates| ((|Record| (|:| |num| (|Vector| |t#2|)) (|:| |den| |t#2|)) $)) (SIGNATURE |integralRepresents| ($ (|Vector| |t#2|) |t#2|)) (SIGNATURE |integralDerivationMatrix| ((|Record| (|:| |num| (|Matrix| |t#2|)) (|:| |den| |t#2|)) (|Mapping| |t#2| |t#2|))) (SIGNATURE |integral?| ((|Boolean|) $ |t#1|)) (SIGNATURE |integral?| ((|Boolean|) $ |t#2|)) (SIGNATURE |differentiate| ($ $ (|Mapping| |t#2| |t#2|))) (SIGNATURE |primitivePart| ($ $)) (SIGNATURE |elt| (|t#1| $ |t#1| |t#1|)) (SIGNATURE |elliptic| ((|Union| |t#2| "failed"))) (SIGNATURE |hyperelliptic| ((|Union| |t#2| "failed"))) (SIGNATURE |algSplitSimple| ((|Record| (|:| |num| $) (|:| |den| |t#2|) (|:| |derivden| |t#2|) (|:| |gd| |t#2|)) $ (|Mapping| |t#2| |t#2|))) (IF (|has| |t#1| (|Field|)) (SIGNATURE |nonSingularModel| ((|List| (|Polynomial| |t#1|)) (|Symbol|))) |%noBranch|) (IF (|has| |t#1| (|Finite|)) (SIGNATURE |rationalPoints| ((|List| (|List| |t#1|)))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|Algebra| #2=(|Fraction| |#2|)) . T) ((|Algebra| $) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|BasicType|) . T) ((|BiModule| #1# #1#) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|BiModule| #2# #2#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|CharacteristicNonZero|))) ((|CharacteristicZero|) |has| (|Fraction| |#2|) (|CharacteristicZero|)) ((|CoercibleFrom| #1#) OR (|has| (|Fraction| |#2|) (|RetractableTo| (|Fraction| (|Integer|)))) (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|ConvertibleTo| |#3|) . T) ((|DifferentialDomain| $) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (AND (|has| (|Fraction| |#2|) (|DifferentialSpace|)) (|has| (|Fraction| |#2|) (|Field|))) (AND (|has| (|Fraction| |#2|) (|DifferentialRing|)) (|has| (|Fraction| |#2|) (|Field|)))) ((|DifferentialExtension| #2#) |has| (|Fraction| |#2|) (|Field|)) ((|DifferentialRing|) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (AND (|has| (|Fraction| |#2|) (|DifferentialRing|)) (|has| (|Fraction| |#2|) (|Field|)))) ((|DifferentialSpace|) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (AND (|has| (|Fraction| |#2|) (|DifferentialSpace|)) (|has| (|Fraction| |#2|) (|Field|))) (AND (|has| (|Fraction| |#2|) (|DifferentialRing|)) (|has| (|Fraction| |#2|) (|Field|)))) ((|DifferentialSpaceExtension| #2#) |has| (|Fraction| |#2|) (|Field|)) ((|DivisionRing|) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|EntireRing|) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|EuclideanDomain|) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|Field|) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|FieldOfPrimeCharacteristic|) |has| (|Fraction| |#2|) (|FiniteFieldCategory|)) ((|Finite|) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Finite|))) ((|FiniteFieldCategory|) |has| (|Fraction| |#2|) (|FiniteFieldCategory|)) ((|FiniteRankAlgebra| #2# |#3|) . T) ((|FramedAlgebra| #2# |#3|) . T) ((|FullyLinearlyExplicitRingOver| #2#) . T) ((|FullyRetractableTo| #2#) . T) ((|GcdDomain|) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|IntegralDomain|) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|Join|) . T) ((|LeftLinearSet| #1#) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|LeftModule| #2#) . T) ((|LeftModule| #3=(|Integer|)) |has| (|Fraction| |#2|) (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| $) . T) ((|LinearSet| #1#) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|LinearSet| #2#) . T) ((|LinearSet| $) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|LinearlyExplicitRingOver| #2#) . T) ((|LinearlyExplicitRingOver| #3#) |has| (|Fraction| |#2|) (|LinearlyExplicitRingOver| (|Integer|))) ((|Module| #1#) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|Module| #2#) . T) ((|Module| $) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|MonogenicAlgebra| #2# |#3|) . T) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #4=(|Symbol|)) OR (AND (|has| (|Fraction| |#2|) (|Field|)) (|has| (|Fraction| |#2|) (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| (|Fraction| |#2|) (|Field|)) (|has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|))))) ((|PartialDifferentialRing| (|Symbol|)) AND (|has| (|Fraction| |#2|) (|Field|)) (|has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|)))) ((|PartialDifferentialSpace| #4#) OR (AND (|has| (|Fraction| |#2|) (|Field|)) (|has| (|Fraction| |#2|) (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| (|Fraction| |#2|) (|Field|)) (|has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|))))) ((|PrincipalIdealDomain|) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|RetractableTo| (|Fraction| (|Integer|))) |has| (|Fraction| |#2|) (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| #2#) . T) ((|RetractableTo| (|Integer|)) |has| (|Fraction| |#2|) (|RetractableTo| (|Integer|))) ((|RightLinearSet| #1#) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|RightLinearSet| #2#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))) ((|RightModule| #2#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|StepThrough|) |has| (|Fraction| |#2|) (|FiniteFieldCategory|)) ((|Type|) . T) ((|UniqueFactorizationDomain|) OR (|has| (|Fraction| |#2|) (|FiniteFieldCategory|)) (|has| (|Fraction| |#2|) (|Field|))))
+((|numberOfComponents| #1=(*1 *2) #2=(AND #3=(|ofCategory| *1 (|FunctionFieldCategory| *3 *4 *5)) #4=(|ofCategory| *3 #5=(|UniqueFactorizationDomain|)) #6=(|ofCategory| *4 #7=(|UnivariatePolynomialCategory| *3)) #8=(|ofCategory| *5 (|UnivariatePolynomialCategory| #9=(|Fraction| *4))) (|isDomain| *2 (|NonNegativeInteger|)))) (|genus| #1# #2#) (|absolutelyIrreducible?| #1# #10=(AND #3# #4# #6# #8# #11=(|isDomain| *2 (|Boolean|)))) (|rationalPoint?| (*1 *2 *3 *3) #10#) (|branchPointAtInfinity?| #1# #10#) (|branchPoint?| #12=(*1 *2 *3) #10#) (|branchPoint?| #12# #13=(AND #14=(|ofCategory| *1 (|FunctionFieldCategory| *4 *3 *5)) #15=(|ofCategory| *4 #5#) #16=(|ofCategory| *3 #17=(|UnivariatePolynomialCategory| *4)) #18=(|ofCategory| *5 #19=(|UnivariatePolynomialCategory| (|Fraction| *3))) #11#)) (|singularAtInfinity?| #1# #10#) (|singular?| #12# #10#) (|singular?| #12# #13#) (|ramifiedAtInfinity?| #1# #10#) (|ramified?| #12# #10#) (|ramified?| #12# #13#) (|integralBasis| #1# #20=(AND #4# #6# #8# #21=(|isDomain| *2 (|Vector| *1)) #3#)) (|integralBasisAtInfinity| #1# #20#) (|integralAtInfinity?| #22=(*1 *2 *1) #10#) (|integral?| #22# #10#) (|complementaryBasis| #23=(*1 *2 *2) #24=(AND #21# #3# #4# #6# #8#)) (|normalizeAtInfinity| #23# #24#) (|reduceBasisAtInfinity| #23# #24#) (|integralMatrix| #1# #25=(AND #3# #4# #6# #8# (|isDomain| *2 (|Matrix| #9#)))) (|inverseIntegralMatrix| #1# #25#) (|integralMatrixAtInfinity| #1# #25#) (|inverseIntegralMatrixAtInfinity| #1# #25#) (|yCoordinates| #22# #26=(AND #3# #4# #6# #8# (|isDomain| *2 (|Record| (|:| |num| (|Vector| *4)) (|:| |den| *4))))) (|represents| #27=(*1 *1 *2 *3) #28=(AND (|isDomain| *2 (|Vector| *3)) #16# #15# #14# #18#)) (|integralCoordinates| #22# #26#) (|integralRepresents| #27# #28#) (|integralDerivationMatrix| #12# (AND #29=(|isDomain| *3 (|Mapping| *5 *5)) #30=(|ofCategory| *1 (|FunctionFieldCategory| *4 *5 *6)) #15# #31=(|ofCategory| *5 #17#) #32=(|ofCategory| *6 (|UnivariatePolynomialCategory| (|Fraction| *5))) (|isDomain| *2 (|Record| (|:| |num| (|Matrix| *5)) #33=(|:| |den| *5))))) (|integral?| #34=(*1 *2 *1 *3) #10#) (|integral?| #34# #13#) (|differentiate| (*1 *1 *1 *2) (AND (|isDomain| *2 (|Mapping| *4 *4)) #3# #4# #6# #8#)) (|primitivePart| (*1 *1 *1) #35=(AND (|ofCategory| *1 (|FunctionFieldCategory| *2 *3 *4)) (|ofCategory| *2 #5#) (|ofCategory| *3 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *4 #19#))) (|elt| (*1 *2 *1 *2 *2) #35#) (|elliptic| #1# #36=(|partial| AND (|ofCategory| *1 (|FunctionFieldCategory| *3 *2 *4)) #4# (|ofCategory| *4 (|UnivariatePolynomialCategory| (|Fraction| *2))) (|ofCategory| *2 #7#))) (|hyperelliptic| #1# #36#) (|algSplitSimple| #34# (AND #29# #31# #15# #32# (|isDomain| *2 (|Record| (|:| |num| *1) #33# (|:| |derivden| *5) (|:| |gd| *5))) #30#)) (|nonSingularModel| #12# (AND (|isDomain| *3 (|Symbol|)) #30# #15# #31# #32# (|ofCategory| *4 (|Field|)) (|isDomain| *2 (|List| (|Polynomial| *4))))) (|rationalPoints| #1# (AND #3# #4# #6# #8# (|ofCategory| *3 (|Finite|)) (|isDomain| *2 (|List| (|List| *3))))))
+(|Join| (|MonogenicAlgebra| #1=(|Fraction| |t#2|) |t#3|) (CATEGORY |domain| (SIGNATURE |numberOfComponents| #2=((|NonNegativeInteger|))) (SIGNATURE |genus| #2#) (SIGNATURE |absolutelyIrreducible?| #3=(#4=(|Boolean|))) (SIGNATURE |rationalPoint?| (#4# |t#1| |t#1|)) (SIGNATURE |branchPointAtInfinity?| #3#) (SIGNATURE |branchPoint?| #5=(#4# |t#1|)) (SIGNATURE |branchPoint?| #6=(#4# |t#2|)) (SIGNATURE |singularAtInfinity?| #3#) (SIGNATURE |singular?| #5#) (SIGNATURE |singular?| #6#) (SIGNATURE |ramifiedAtInfinity?| #3#) (SIGNATURE |ramified?| #5#) (SIGNATURE |ramified?| #6#) (SIGNATURE |integralBasis| #7=(#8=(|Vector| $))) (SIGNATURE |integralBasisAtInfinity| #7#) (SIGNATURE |integralAtInfinity?| #9=(#4# $)) (SIGNATURE |integral?| #9#) (SIGNATURE |complementaryBasis| #10=(#8# #8#)) (SIGNATURE |normalizeAtInfinity| #10#) (SIGNATURE |reduceBasisAtInfinity| #10#) (SIGNATURE |integralMatrix| #11=((|Matrix| #1#))) (SIGNATURE |inverseIntegralMatrix| #11#) (SIGNATURE |integralMatrixAtInfinity| #11#) (SIGNATURE |inverseIntegralMatrixAtInfinity| #11#) (SIGNATURE |yCoordinates| #12=((|Record| (|:| |num| #13=(|Vector| |t#2|)) #14=(|:| |den| |t#2|)) $)) (SIGNATURE |represents| #15=($ #13# |t#2|)) (SIGNATURE |integralCoordinates| #12#) (SIGNATURE |integralRepresents| #15#) (SIGNATURE |integralDerivationMatrix| ((|Record| (|:| |num| (|Matrix| |t#2|)) #14#) #16=(|Mapping| |t#2| |t#2|))) (SIGNATURE |integral?| (#4# $ |t#1|)) (SIGNATURE |integral?| (#4# $ |t#2|)) (SIGNATURE |differentiate| ($ $ #16#)) (SIGNATURE |primitivePart| ($ $)) (SIGNATURE |elt| (|t#1| $ |t#1| |t#1|)) (SIGNATURE |elliptic| #17=((|Union| |t#2| "failed"))) (SIGNATURE |hyperelliptic| #17#) (SIGNATURE |algSplitSimple| ((|Record| (|:| |num| $) #14# (|:| |derivden| |t#2|) (|:| |gd| |t#2|)) $ #16#)) (IF (|has| |t#1| (|Field|)) (SIGNATURE |nonSingularModel| ((|List| (|Polynomial| |t#1|)) (|Symbol|))) |%noBranch|) (IF (|has| |t#1| (|Finite|)) (SIGNATURE |rationalPoints| ((|List| (|List| |t#1|)))) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) . T) ((|Algebra| #3=(|Fraction| |#2|)) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| #3# #3#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| (|Fraction| |#2|) (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| (|Fraction| |#2|) (|CharacteristicZero|)) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| #3#) . T) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|ConvertibleTo| |#3|) . T) ((|DifferentialDomain| $) |has| (|Fraction| |#2|) (|DifferentialSpace|)) ((|DifferentialExtension| #3#) . T) ((|DifferentialRing|) |has| (|Fraction| |#2|) (|DifferentialRing|)) ((|DifferentialSpace|) |has| (|Fraction| |#2|) (|DifferentialSpace|)) ((|DifferentialSpaceExtension| #3#) . T) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Field|) . T) ((|FiniteRankAlgebra| #3# |#3|) . T) ((|FramedAlgebra| #3# |#3|) . T) ((|FullyLinearlyExplicitRingOver| #3#) . T) ((|FullyRetractableTo| #3#) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| #3#) . T) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| #3#) . T) ((|LeftModule| #2#) |has| (|Fraction| |#2|) (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| #3#) . T) ((|LinearSet| $) . T) ((|LinearlyExplicitRingOver| #3#) . T) ((|LinearlyExplicitRingOver| #2#) |has| (|Fraction| |#2|) (|LinearlyExplicitRingOver| (|Integer|))) ((|Module| #1#) . T) ((|Module| #3#) . T) ((|Module| $) . T) ((|MonogenicAlgebra| #3# |#3|) . T) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #4=(|Symbol|)) OR (|has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|))) (|has| (|Fraction| |#2|) (|PartialDifferentialSpace| (|Symbol|)))) ((|PartialDifferentialRing| #4#) |has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|))) ((|PartialDifferentialSpace| #4#) OR (|has| (|Fraction| |#2|) (|PartialDifferentialRing| (|Symbol|))) (|has| (|Fraction| |#2|) (|PartialDifferentialSpace| (|Symbol|)))) ((|PrincipalIdealDomain|) . T) ((|RetractableTo| #1#) |has| (|Fraction| |#2|) (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| #3#) . T) ((|RetractableTo| #2#) |has| (|Fraction| |#2|) (|RetractableTo| (|Integer|))) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| #3#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| #3#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
((|map| ((|#8| (|Mapping| |#5| |#1|) |#4|) 19 T ELT)))
(((|FunctionFieldCategoryFunctions2| |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (CATEGORY |package| (SIGNATURE |map| (|#8| (|Mapping| |#5| |#1|) |#4|))) #1=(|UniqueFactorizationDomain|) (|UnivariatePolynomialCategory| |#1|) (|UnivariatePolynomialCategory| (|Fraction| |#2|)) (|FunctionFieldCategory| |#1| |#2| |#3|) #1# (|UnivariatePolynomialCategory| |#5|) (|UnivariatePolynomialCategory| (|Fraction| |#6|)) (|FunctionFieldCategory| |#5| |#6| |#7|)) (T |FunctionFieldCategoryFunctions2|))
((|map| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Mapping| *8 *5)) (|ofCategory| *5 #1=(|UniqueFactorizationDomain|)) (|ofCategory| *8 #1#) (|ofCategory| *6 (|UnivariatePolynomialCategory| *5)) (|ofCategory| *7 (|UnivariatePolynomialCategory| (|Fraction| *6))) (|ofCategory| *9 (|UnivariatePolynomialCategory| *8)) (|ofCategory| *2 (|FunctionFieldCategory| *8 *9 *10)) (|isDomain| *1 (|FunctionFieldCategoryFunctions2| *5 *6 *7 *4 *8 *9 *10 *2)) (|ofCategory| *4 (|FunctionFieldCategory| *5 *6 *7)) (|ofCategory| *10 (|UnivariatePolynomialCategory| (|Fraction| *9))))))
@@ -974,11 +974,11 @@ NIL
((|primitive?| (((|Boolean|) $) 65 T ELT)) (|order| (((|OnePointCompletion| #1=(|PositiveInteger|)) $) 26 T ELT) ((#1# $) 69 T ELT)) (|nextItem| (#2=((|Maybe| $) $) 21 T ELT)) (|init| (#3=($) 9 T CONST)) (|gcdPolynomial| ((#4=(|SparseUnivariatePolynomial| $) #4# #4#) 120 T ELT)) (|discreteLog| (((|Union| #5=(|NonNegativeInteger|) #6="failed") $ $) 98 T ELT) ((#5# $) 84 T ELT)) (|differentiate| (#7=($ $) 8 T ELT) (($ $ #5#) NIL T ELT)) (|createPrimitiveElement| (#3# 58 T ELT)) (|conditionP| (((|Union| (|Vector| $) #6#) (|Matrix| $)) 41 T ELT)) (|charthRoot| (#2# 50 T ELT) (#7# 47 T ELT)))
(((|FiniteFieldCategory&| |#1|) (CATEGORY |package| (SIGNATURE |order| (#1=(|PositiveInteger|) |#1|)) (SIGNATURE |discreteLog| (#2=(|NonNegativeInteger|) |#1|)) (SIGNATURE |primitive?| ((|Boolean|) |#1|)) (SIGNATURE |createPrimitiveElement| #3=(|#1|)) (SIGNATURE |conditionP| ((|Union| (|Vector| |#1|) #4="failed") (|Matrix| |#1|))) (SIGNATURE |charthRoot| #5=(|#1| |#1|)) (SIGNATURE |differentiate| (|#1| |#1| #2#)) (SIGNATURE |differentiate| #5#) (SIGNATURE |init| #3# |constant|) (SIGNATURE |nextItem| #6=((|Maybe| |#1|) |#1|)) (SIGNATURE |discreteLog| ((|Union| #2# #4#) |#1| |#1|)) (SIGNATURE |order| ((|OnePointCompletion| #1#) |#1|)) (SIGNATURE |charthRoot| #6#) (SIGNATURE |gcdPolynomial| (#7=(|SparseUnivariatePolynomial| |#1|) #7# #7#))) (|FiniteFieldCategory|)) (T |FiniteFieldCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#3=(|Boolean|) $) 53 T ELT)) (|tableForDiscreteLogarithm| (((|Table| (|PositiveInteger|) (|NonNegativeInteger|)) (|Integer|)) 113 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (($ $) 92 T ELT)) (|squareFree| (#4=((|Factored| $) $) 91 T ELT)) (|sizeLess?| (((|Boolean|) $ $) 76 T ELT)) (|size| (((|NonNegativeInteger|)) 123 T ELT)) (|sample| (#5=($) 23 T CONST)) (|representationType| (((|Union| "prime" "polynomial" "normal" "cyclic")) 107 T ELT)) (|rem| (#6=($ $ $) 72 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|random| (($) 126 T ELT)) (|quo| (#6# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #7=(|List| $)) (|:| |generator| $)) #7#) 67 T ELT)) (|primitiveElement| (($) 111 T ELT)) (|primitive?| (((|Boolean|) $) 110 T ELT)) (|primeFrobenius| (($ $) 98 T ELT) (($ $ #8=(|NonNegativeInteger|)) 97 T ELT)) (|prime?| (((|Boolean|) $) 90 T ELT)) (|order| (((|OnePointCompletion| (|PositiveInteger|)) $) 100 T ELT) (((|PositiveInteger|) $) 108 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|nextItem| (((|Maybe| $) $) 122 T ELT)) (|multiEuclidean| (((|Union| #9=(|List| $) #10="failed") #9# $) 69 T ELT)) (|lookup| ((#11=(|PositiveInteger|) $) 125 T ELT)) (|lcm| (#12=($ $ $) 61 T ELT) (#13=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 89 T ELT)) (|init| (($) 121 T CONST)) (|index| (($ #11#) 124 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#14=(|SparseUnivariatePolynomial| $) #14# #14#) 59 T ELT)) (|gcd| (#12# 63 T ELT) (#13# 62 T ELT)) (|factorsOfCyclicGroupSize| (((|List| (|Record| (|:| |factor| (|Integer|)) (|:| |exponent| (|Integer|))))) 114 T ELT)) (|factor| (#4# 93 T ELT)) (|extendedEuclidean| (((|Record| #15=(|:| |coef1| $) #16=(|:| |coef2| $) (|:| |generator| $)) $ $) 71 T ELT) (((|Union| (|Record| #15# #16#) #10#) $ $ $) 70 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #7#) #7# $) 66 T ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|discreteLog| (((|Union| #8# "failed") $ $) 99 T ELT) (((|NonNegativeInteger|) $) 109 T ELT)) (|differentiate| (($ . #17=($)) 120 T ELT) (#18=($ $ (|NonNegativeInteger|)) 118 T ELT)) (|createPrimitiveElement| (($) 112 T ELT)) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) 115 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT) (($ #19=(|Fraction| #20=(|Integer|))) 85 T ELT)) (|charthRoot| (((|Maybe| $) $) 101 T ELT) (($ $) 116 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| ((#3# $ $) 54 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ . #17#) 119 T ELT) (#18# 117 T ELT)) (= (#1# 8 T ELT)) (/ (($ $ $) 84 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #20#) 88 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #21=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ #19#) 87 T ELT) (($ #19# . #21#) 86 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#4=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|tableForDiscreteLogarithm| (((|Table| #5=(|PositiveInteger|) #6=(|NonNegativeInteger|)) #7=(|Integer|)) 113 T ELT)) (|subtractIfCan| ((#8=(|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (#4# 92 T ELT)) (|squareFree| (#9=((|Factored| $) $) 91 T ELT)) (|sizeLess?| (#1# 76 T ELT)) (|size| (#10=(#6#) 123 T ELT)) (|sample| (#11=($) 23 T CONST)) (|representationType| (((|Union| "prime" "polynomial" "normal" "cyclic")) 107 T ELT)) (|rem| (#12=($ $ $) 72 T ELT)) (|recip| ((#13=(|Union| $ #14="failed") $) 43 T ELT)) (|random| (#11# 126 T ELT)) (|quo| (#12# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #15=(|List| $)) #16=(|:| |generator| $)) #15#) 67 T ELT)) (|primitiveElement| (#11# 111 T ELT)) (|primitive?| (#3# 110 T ELT)) (|primeFrobenius| (#4# 98 T ELT) (#17=($ $ #6#) 97 T ELT)) (|prime?| (#3# 90 T ELT)) (|order| (((|OnePointCompletion| #5#) $) 100 T ELT) (#18=(#5# $) 108 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|nextItem| (#19=(#8# $) 122 T ELT)) (|multiEuclidean| (((|Union| #15# #14#) #15# $) 69 T ELT)) (|lookup| (#18# 125 T ELT)) (|lcm| (#12# 61 T ELT) (#20=($ #15#) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#4# 89 T ELT)) (|init| (#11# 121 T CONST)) (|index| (($ #5#) 124 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#21=(|SparseUnivariatePolynomial| $) #21# #21#) 59 T ELT)) (|gcd| (#12# 63 T ELT) (#20# 62 T ELT)) (|factorsOfCyclicGroupSize| (((|List| (|Record| (|:| |factor| #7#) (|:| |exponent| #7#)))) 114 T ELT)) (|factor| (#9# 93 T ELT)) (|extendedEuclidean| (((|Record| #22=(|:| |coef1| $) #23=(|:| |coef2| $) #16#) $ $) 71 T ELT) (((|Union| (|Record| #22# #23#) #14#) $ $ $) 70 T ELT)) (|exquo| ((#13# $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #15#) #15# $) 66 T ELT)) (|euclideanSize| (#24=(#6# $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|discreteLog| (((|Union| #6# #14#) $ $) 99 T ELT) (#24# 109 T ELT)) (|differentiate| (#4# 120 T ELT) (#17# 118 T ELT)) (|createPrimitiveElement| (#11# 112 T ELT)) (|conditionP| (((|Union| (|Vector| $) #14#) (|Matrix| $)) 115 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #7#) 42 T ELT) (#4# 58 T ELT) (($ #25=(|Fraction| #7#)) 85 T ELT)) (|charthRoot| (#19# 101 T ELT) (#4# 116 T ELT)) (|characteristic| (#10# 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 54 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#11# 24 T CONST)) (|One| (#11# 46 T CONST)) (D (#4# 119 T ELT) (#17# 117 T ELT)) (= (#1# 8 T ELT)) (/ (#12# 84 T ELT)) (- (#4# 30 T ELT) (#12# 29 T ELT)) (+ (#12# 18 T ELT)) (** (($ $ #5#) 36 T ELT) (#17# 44 T ELT) (($ $ #7#) 88 T ELT)) (* (($ #5# $) 17 T ELT) (($ #6# $) 21 T ELT) (($ #7# . #26=($)) 31 T ELT) (#12# 35 T ELT) (($ $ #25#) 87 T ELT) (($ #25# . #26#) 86 T ELT)))
(((|FiniteFieldCategory|) (|Category|)) (T |FiniteFieldCategory|))
-((|charthRoot| (*1 *1 *1) (|ofCategory| *1 (|FiniteFieldCategory|))) (|conditionP| (*1 *2 *3) (|partial| AND (|isDomain| *3 (|Matrix| *1)) (|ofCategory| *1 (|FiniteFieldCategory|)) (|isDomain| *2 (|Vector| *1)))) (|factorsOfCyclicGroupSize| (*1 *2) (AND (|ofCategory| *1 (|FiniteFieldCategory|)) (|isDomain| *2 (|List| (|Record| (|:| |factor| (|Integer|)) (|:| |exponent| (|Integer|))))))) (|tableForDiscreteLogarithm| (*1 *2 *3) (AND (|ofCategory| *1 (|FiniteFieldCategory|)) (|isDomain| *3 (|Integer|)) (|isDomain| *2 (|Table| (|PositiveInteger|) (|NonNegativeInteger|))))) (|createPrimitiveElement| (*1 *1) (|ofCategory| *1 (|FiniteFieldCategory|))) (|primitiveElement| (*1 *1) (|ofCategory| *1 (|FiniteFieldCategory|))) (|primitive?| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteFieldCategory|)) (|isDomain| *2 (|Boolean|)))) (|discreteLog| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteFieldCategory|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|order| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteFieldCategory|)) (|isDomain| *2 (|PositiveInteger|)))) (|representationType| (*1 *2) (AND (|ofCategory| *1 (|FiniteFieldCategory|)) (|isDomain| *2 (|Union| "prime" "polynomial" "normal" "cyclic")))))
-(|Join| (|FieldOfPrimeCharacteristic|) (|Finite|) (|StepThrough|) (|DifferentialRing|) (CATEGORY |domain| (SIGNATURE |charthRoot| ($ $)) (SIGNATURE |conditionP| ((|Union| (|Vector| $) "failed") (|Matrix| $))) (SIGNATURE |factorsOfCyclicGroupSize| ((|List| (|Record| (|:| |factor| (|Integer|)) (|:| |exponent| (|Integer|)))))) (SIGNATURE |tableForDiscreteLogarithm| ((|Table| (|PositiveInteger|) (|NonNegativeInteger|)) (|Integer|))) (SIGNATURE |createPrimitiveElement| ($)) (SIGNATURE |primitiveElement| ($)) (SIGNATURE |primitive?| ((|Boolean|) $)) (SIGNATURE |discreteLog| ((|NonNegativeInteger|) $)) (SIGNATURE |order| ((|PositiveInteger|) $)) (SIGNATURE |representationType| ((|Union| "prime" "polynomial" "normal" "cyclic")))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) . T) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|DifferentialDomain| $) . T) ((|DifferentialRing|) . T) ((|DifferentialSpace|) . T) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Field|) . T) ((|FieldOfPrimeCharacteristic|) . T) ((|Finite|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|PrincipalIdealDomain|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|StepThrough|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
+((|charthRoot| (*1 *1 *1) #1=(|ofCategory| *1 (|FiniteFieldCategory|))) (|conditionP| #2=(*1 *2 *3) (|partial| AND (|isDomain| *3 (|Matrix| *1)) #1# (|isDomain| *2 (|Vector| *1)))) (|factorsOfCyclicGroupSize| #3=(*1 *2) (AND #1# (|isDomain| *2 (|List| (|Record| (|:| |factor| #4=(|Integer|)) (|:| |exponent| #4#)))))) (|tableForDiscreteLogarithm| #2# (AND #1# (|isDomain| *3 #4#) (|isDomain| *2 (|Table| #5=(|PositiveInteger|) #6=(|NonNegativeInteger|))))) (|createPrimitiveElement| #7=(*1 *1) #1#) (|primitiveElement| #7# #1#) (|primitive?| #8=(*1 *2 *1) (AND #1# (|isDomain| *2 (|Boolean|)))) (|discreteLog| #8# (AND #1# (|isDomain| *2 #6#))) (|order| #8# (AND #1# (|isDomain| *2 #5#))) (|representationType| #3# (AND #1# (|isDomain| *2 (|Union| "prime" "polynomial" "normal" "cyclic")))))
+(|Join| (|FieldOfPrimeCharacteristic|) (|Finite|) (|StepThrough|) (|DifferentialRing|) (CATEGORY |domain| (SIGNATURE |charthRoot| ($ $)) (SIGNATURE |conditionP| ((|Union| (|Vector| $) "failed") (|Matrix| $))) (SIGNATURE |factorsOfCyclicGroupSize| ((|List| (|Record| (|:| |factor| #1=(|Integer|)) (|:| |exponent| #1#))))) (SIGNATURE |tableForDiscreteLogarithm| ((|Table| #2=(|PositiveInteger|) #3=(|NonNegativeInteger|)) #1#)) (SIGNATURE |createPrimitiveElement| #4=($)) (SIGNATURE |primitiveElement| #4#) (SIGNATURE |primitive?| ((|Boolean|) $)) (SIGNATURE |discreteLog| (#3# $)) (SIGNATURE |order| (#2# $)) (SIGNATURE |representationType| ((|Union| "prime" "polynomial" "normal" "cyclic")))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) . T) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|DifferentialDomain| $) . T) ((|DifferentialRing|) . T) ((|DifferentialSpace|) . T) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Field|) . T) ((|FieldOfPrimeCharacteristic|) . T) ((|Finite|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|PrincipalIdealDomain|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|StepThrough|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
((|localIntegralBasis| ((#1=(|Record| (|:| |basis| #2=(|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| #2#)) |#1|) 55 T ELT)) (|integralBasis| ((#1#) 53 T ELT)))
(((|FunctionFieldIntegralBasis| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |integralBasis| (#1=(|Record| (|:| |basis| #2=(|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| #2#)))) (SIGNATURE |localIntegralBasis| (#1# |#1|))) (|Join| (|EuclideanDomain|) (CATEGORY |domain| (SIGNATURE |squareFree| ((|Factored| $) $)))) (|UnivariatePolynomialCategory| |#1|) (|FramedAlgebra| |#1| |#2|)) (T |FunctionFieldIntegralBasis|))
((|localIntegralBasis| (*1 *2 *3) #1=(AND (|ofCategory| *3 (|Join| (|EuclideanDomain|) (CATEGORY |domain| (SIGNATURE |squareFree| ((|Factored| $) $))))) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|isDomain| *2 (|Record| (|:| |basis| #2=(|Matrix| *3)) (|:| |basisDen| *3) (|:| |basisInv| #2#))) (|isDomain| *1 (|FunctionFieldIntegralBasis| *3 *4 *5)) (|ofCategory| *5 (|FramedAlgebra| *3 *4)))) (|integralBasis| (*1 *2) #1#))
@@ -1015,78 +1015,78 @@ NIL
((|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 13 T ELT)) (|unitCanonical| (#1=($ $) 14 T ELT)) (|squareFree| (#2=((|Factored| $) $) 31 T ELT)) (|prime?| ((#3=(|Boolean|) $) 27 T ELT)) (|inv| (#1# 19 T ELT)) (|gcd| (#4=($ $ $) 22 T ELT) (($ (|List| $)) NIL T ELT)) (|factor| (#2# 32 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 21 T ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 25 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 36 T ELT)) (|associates?| ((#3# $ $) 16 T ELT)) (/ (#4# 34 T ELT)))
(((|Field&| |#1|) (CATEGORY |package| (SIGNATURE / #1=(|#1| |#1| |#1|)) (SIGNATURE |inv| #2=(|#1| |#1|)) (SIGNATURE |prime?| (#3=(|Boolean|) |#1|)) (SIGNATURE |squareFree| #4=((|Factored| |#1|) |#1|)) (SIGNATURE |factor| #4#) (SIGNATURE |divide| ((|Record| (|:| |quotient| |#1|) (|:| |remainder| |#1|)) |#1| |#1|)) (SIGNATURE |euclideanSize| ((|NonNegativeInteger|) |#1|)) (SIGNATURE |gcd| (|#1| (|List| |#1|))) (SIGNATURE |gcd| #1#) (SIGNATURE |associates?| (#3# |#1| |#1|)) (SIGNATURE |unitCanonical| #2#) (SIGNATURE |unitNormal| ((|Record| (|:| |unit| |#1|) (|:| |canonical| |#1|) (|:| |associate| |#1|)) |#1|)) (SIGNATURE |exquo| ((|Union| |#1| "failed") |#1| |#1|))) (|Field|)) (T |Field&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#3=(|Boolean|) $) 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (($ $) 92 T ELT)) (|squareFree| (#4=((|Factored| $) $) 91 T ELT)) (|sizeLess?| (((|Boolean|) $ $) 76 T ELT)) (|sample| (#5=($) 23 T CONST)) (|rem| (#6=($ $ $) 72 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|quo| (#6# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #7=(|List| $)) (|:| |generator| $)) #7#) 67 T ELT)) (|prime?| (((|Boolean|) $) 90 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|multiEuclidean| (((|Union| #8=(|List| $) #9="failed") #8# $) 69 T ELT)) (|lcm| (#10=($ $ $) 61 T ELT) (#11=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 89 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#12=(|SparseUnivariatePolynomial| $) #12# #12#) 59 T ELT)) (|gcd| (#10# 63 T ELT) (#11# 62 T ELT)) (|factor| (#4# 93 T ELT)) (|extendedEuclidean| (((|Record| #13=(|:| |coef1| $) #14=(|:| |coef2| $) (|:| |generator| $)) $ $) 71 T ELT) (((|Union| (|Record| #13# #14#) #9#) $ $ $) 70 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #7#) #7# $) 66 T ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT) (($ #15=(|Fraction| #16=(|Integer|))) 85 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| ((#3# $ $) 54 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (/ (($ $ $) 84 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #16#) 88 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #17=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ #15#) 87 T ELT) (($ #15# . #17#) 86 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#4=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (#4# 92 T ELT)) (|squareFree| (#5=((|Factored| $) $) 91 T ELT)) (|sizeLess?| (#1# 76 T ELT)) (|sample| (#6=($) 23 T CONST)) (|rem| (#7=($ $ $) 72 T ELT)) (|recip| ((#8=(|Union| $ #9="failed") $) 43 T ELT)) (|quo| (#7# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #10=(|List| $)) #11=(|:| |generator| $)) #10#) 67 T ELT)) (|prime?| (#3# 90 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|multiEuclidean| (((|Union| #10# #9#) #10# $) 69 T ELT)) (|lcm| (#7# 61 T ELT) (#12=($ #10#) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#4# 89 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#13=(|SparseUnivariatePolynomial| $) #13# #13#) 59 T ELT)) (|gcd| (#7# 63 T ELT) (#12# 62 T ELT)) (|factor| (#5# 93 T ELT)) (|extendedEuclidean| (((|Record| #14=(|:| |coef1| $) #15=(|:| |coef2| $) #11#) $ $) 71 T ELT) (((|Union| (|Record| #14# #15#) #9#) $ $ $) 70 T ELT)) (|exquo| ((#8# $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #10#) #10# $) 66 T ELT)) (|euclideanSize| ((#16=(|NonNegativeInteger|) $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #17=(|Integer|)) 42 T ELT) (#4# 58 T ELT) (($ #18=(|Fraction| #17#)) 85 T ELT)) (|characteristic| ((#16#) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 54 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#6# 24 T CONST)) (|One| (#6# 46 T CONST)) (= (#1# 8 T ELT)) (/ (#7# 84 T ELT)) (- (#4# 30 T ELT) (#7# 29 T ELT)) (+ (#7# 18 T ELT)) (** (($ $ #19=(|PositiveInteger|)) 36 T ELT) (($ $ #16#) 44 T ELT) (($ $ #17#) 88 T ELT)) (* (($ #19# $) 17 T ELT) (($ #16# $) 21 T ELT) (($ #17# . #20=($)) 31 T ELT) (#7# 35 T ELT) (($ $ #18#) 87 T ELT) (($ #18# . #20#) 86 T ELT)))
(((|Field|) (|Category|)) (T |Field|))
((/ (*1 *1 *1 *1) (|ofCategory| *1 (|Field|))))
(|Join| (|EuclideanDomain|) (|UniqueFactorizationDomain|) (|DivisionRing|) (CATEGORY |domain| (SIGNATURE / ($ $ $)) (ATTRIBUTE |canonicalUnitNormal|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|PrincipalIdealDomain|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|PrincipalIdealDomain|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
((~= #1=(#2=((|Boolean|) $ $) NIL T ELT)) (|write!| ((|#1| $ |#1|) 35 T ELT)) (|reopen!| (($ $ #3=(|String|)) 23 T ELT)) (|readIfCan!| (((|Union| |#1| "failed") $) 34 T ELT)) (|read!| ((|#1| $) 32 T ELT)) (|open| (($ #4=(|FileName|)) 22 T ELT) (($ #4# #3#) 21 T ELT)) (|name| ((#4# $) 25 T ELT)) (|latex| (#5=(#3# $) NIL T ELT)) (|iomode| (#5# 26 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|coerce| (((|OutputForm|) $) 20 T ELT)) (|close!| (($ $) 24 T ELT)) (|before?| #1#) (= (#2# 19 T ELT)))
(((|File| |#1|) (|Join| (|FileCategory| (|FileName|) |#1|) (CATEGORY |domain| (SIGNATURE |readIfCan!| ((|Union| |#1| "failed") $)))) (|SetCategory|)) (T |File|))
((|readIfCan!| (*1 *2 *1) (|partial| AND (|isDomain| *1 (|File| *2)) (|ofCategory| *2 (|SetCategory|)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|write!| ((|#2| $ |#2|) 17 T ELT)) (|reopen!| (($ $ (|String|)) 22 T ELT)) (|read!| ((|#2| $) 18 T ELT)) (|open| (($ |#1|) 24 T ELT) (($ |#1| (|String|)) 23 T ELT)) (|name| ((|#1| $) 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|iomode| (((|String|) $) 19 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|close!| (($ $) 21 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
-(((|FileCategory| |#1| |#2|) (|Category|) (|SetCategory|) (|SetCategory|)) (T |FileCategory|))
-((|open| (*1 *1 *2) (AND (|ofCategory| *1 (|FileCategory| *2 *3)) (|ofCategory| *2 (|SetCategory|)) (|ofCategory| *3 (|SetCategory|)))) (|open| (*1 *1 *2 *3) (AND (|isDomain| *3 (|String|)) (|ofCategory| *1 (|FileCategory| *2 *4)) (|ofCategory| *2 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)))) (|reopen!| (*1 *1 *1 *2) (AND (|isDomain| *2 (|String|)) (|ofCategory| *1 (|FileCategory| *3 *4)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)))) (|close!| (*1 *1 *1) (AND (|ofCategory| *1 (|FileCategory| *2 *3)) (|ofCategory| *2 (|SetCategory|)) (|ofCategory| *3 (|SetCategory|)))) (|name| (*1 *2 *1) (AND (|ofCategory| *1 (|FileCategory| *2 *3)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *2 (|SetCategory|)))) (|iomode| (*1 *2 *1) (AND (|ofCategory| *1 (|FileCategory| *3 *4)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|isDomain| *2 (|String|)))) (|read!| (*1 *2 *1) (AND (|ofCategory| *1 (|FileCategory| *3 *2)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *2 (|SetCategory|)))) (|write!| (*1 *2 *1 *2) (AND (|ofCategory| *1 (|FileCategory| *3 *2)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *2 (|SetCategory|)))))
-(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |open| ($ |t#1|)) (SIGNATURE |open| ($ |t#1| (|String|))) (SIGNATURE |reopen!| ($ $ (|String|))) (SIGNATURE |close!| ($ $)) (SIGNATURE |name| (|t#1| $)) (SIGNATURE |iomode| ((|String|) $)) (SIGNATURE |read!| (|t#2| $)) (SIGNATURE |write!| (|t#2| $ |t#2|))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|write!| ((|#2| $ |#2|) 17 T ELT)) (|reopen!| (($ $ #2=(|String|)) 22 T ELT)) (|read!| ((|#2| $) 18 T ELT)) (|open| (($ |#1|) 24 T ELT) (($ |#1| #2#) 23 T ELT)) (|name| ((|#1| $) 20 T ELT)) (|latex| (#3=(#2# $) 11 T ELT)) (|iomode| (#3# 19 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|close!| (($ $) 21 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
+(((|FileCategory| |#1| |#2|) (|Category|) #1=(|SetCategory|) #1#) (T |FileCategory|))
+((|open| (*1 *1 *2) #1=(AND #2=(|ofCategory| *1 (|FileCategory| *2 *3)) #3=(|ofCategory| *2 #4=(|SetCategory|)) #5=(|ofCategory| *3 #4#))) (|open| (*1 *1 *2 *3) (AND (|isDomain| *3 #6=(|String|)) (|ofCategory| *1 (|FileCategory| *2 *4)) #3# #7=(|ofCategory| *4 #4#))) (|reopen!| (*1 *1 *1 *2) (AND #8=(|isDomain| *2 #6#) #9=(|ofCategory| *1 (|FileCategory| *3 *4)) #5# #7#)) (|close!| (*1 *1 *1) #1#) (|name| #10=(*1 *2 *1) (AND #2# #5# #3#)) (|iomode| #10# (AND #9# #5# #7# #8#)) (|read!| #10# #11=(AND (|ofCategory| *1 (|FileCategory| *3 *2)) #5# #3#)) (|write!| (*1 *2 *1 *2) #11#))
+(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |open| ($ |t#1|)) (SIGNATURE |open| ($ |t#1| #1=(|String|))) (SIGNATURE |reopen!| ($ $ #1#)) (SIGNATURE |close!| ($ $)) (SIGNATURE |name| (|t#1| $)) (SIGNATURE |iomode| (#1# $)) (SIGNATURE |read!| (|t#2| $)) (SIGNATURE |write!| (|t#2| $ |t#2|))))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|structuralConstants| (((|Vector| #1=(|Matrix| |#2|)) #2=(|Vector| $)) 67 T ELT)) (|rightTraceMatrix| (#3=(#1# #2#) 139 T ELT)) (|rightTrace| (#4=(|#2| $) 36 T ELT)) (|rightRegularRepresentation| (#5=(#1# $ #2#) 142 T ELT)) (|rightRecip| (#6=((|Union| $ "failed") $) 89 T ELT)) (|rightNorm| (#4# 39 T ELT)) (|rightMinimalPolynomial| (#7=((|SparseUnivariatePolynomial| |#2|) $) 98 T ELT)) (|rightDiscriminant| (#8=(|#2| #2#) 122 T ELT)) (|rightCharacteristicPolynomial| (#7# 32 T ELT)) (|rightAlternative?| (#9=((|Boolean|)) 116 T ELT)) (|represents| (($ #10=(|Vector| |#2|) #2#) 132 T ELT)) (|recip| (#6# 93 T ELT)) (|noncommutativeJordanAlgebra?| (#9# 111 T ELT)) (|lieAlgebra?| (#9# 106 T ELT)) (|lieAdmissible?| (#9# 58 T ELT)) (|leftTraceMatrix| (#3# 137 T ELT)) (|leftTrace| (#4# 35 T ELT)) (|leftRegularRepresentation| (#5# 141 T ELT)) (|leftRecip| (#6# 87 T ELT)) (|leftNorm| (#4# 38 T ELT)) (|leftMinimalPolynomial| (#7# 97 T ELT)) (|leftDiscriminant| (#8# 120 T ELT)) (|leftCharacteristicPolynomial| (#7# 30 T ELT)) (|leftAlternative?| (#9# 115 T ELT)) (|jordanAlgebra?| (#9# 108 T ELT)) (|jordanAdmissible?| (#9# 56 T ELT)) (|jacobiIdentity?| (#9# 103 T ELT)) (|flexible?| (#9# 117 T ELT)) (|coordinates| ((#10# $ #2#) NIL T ELT) ((#1# #2# #2#) 128 T ELT)) (|commutative?| (#9# 113 T ELT)) (|associatorDependence| (((|List| #10#)) 102 T ELT)) (|associative?| (#9# 114 T ELT)) (|antiCommutative?| (#9# 112 T ELT)) (|antiAssociative?| (#9# 51 T ELT)) (|alternative?| (#9# 118 T ELT)))
(((|FiniteRankNonAssociativeAlgebra&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |rightMinimalPolynomial| #1=((|SparseUnivariatePolynomial| |#2|) |#1|)) (SIGNATURE |leftMinimalPolynomial| #1#) (SIGNATURE |associatorDependence| ((|List| #2=(|Vector| |#2|)))) (SIGNATURE |rightRecip| #3=((|Union| |#1| "failed") |#1|)) (SIGNATURE |leftRecip| #3#) (SIGNATURE |recip| #3#) (SIGNATURE |lieAlgebra?| #4=((|Boolean|))) (SIGNATURE |jordanAlgebra?| #4#) (SIGNATURE |noncommutativeJordanAlgebra?| #4#) (SIGNATURE |jordanAdmissible?| #4#) (SIGNATURE |lieAdmissible?| #4#) (SIGNATURE |jacobiIdentity?| #4#) (SIGNATURE |alternative?| #4#) (SIGNATURE |flexible?| #4#) (SIGNATURE |rightAlternative?| #4#) (SIGNATURE |leftAlternative?| #4#) (SIGNATURE |antiAssociative?| #4#) (SIGNATURE |associative?| #4#) (SIGNATURE |antiCommutative?| #4#) (SIGNATURE |commutative?| #4#) (SIGNATURE |rightCharacteristicPolynomial| #1#) (SIGNATURE |leftCharacteristicPolynomial| #1#) (SIGNATURE |rightTraceMatrix| #5=(#6=(|Matrix| |#2|) #7=(|Vector| |#1|))) (SIGNATURE |leftTraceMatrix| #5#) (SIGNATURE |rightDiscriminant| #8=(|#2| #7#)) (SIGNATURE |leftDiscriminant| #8#) (SIGNATURE |represents| (|#1| #2# #7#)) (SIGNATURE |coordinates| (#6# #7# #7#)) (SIGNATURE |coordinates| (#2# |#1| #7#)) (SIGNATURE |rightNorm| #9=(|#2| |#1|)) (SIGNATURE |leftNorm| #9#) (SIGNATURE |rightTrace| #9#) (SIGNATURE |leftTrace| #9#) (SIGNATURE |rightRegularRepresentation| #10=(#6# |#1| #7#)) (SIGNATURE |leftRegularRepresentation| #10#) (SIGNATURE |structuralConstants| ((|Vector| #6#) #7#))) (|FiniteRankNonAssociativeAlgebra| |#2|) (|CommutativeRing|)) (T |FiniteRankNonAssociativeAlgebra&|))
((|commutative?| #1=(*1 *2) #2=(AND #3=(|ofCategory| *4 (|CommutativeRing|)) (|isDomain| *2 (|Boolean|)) #4=(|isDomain| *1 (|FiniteRankNonAssociativeAlgebra&| *3 *4)) #5=(|ofCategory| *3 (|FiniteRankNonAssociativeAlgebra| *4)))) (|antiCommutative?| #1# #2#) (|associative?| #1# #2#) (|antiAssociative?| #1# #2#) (|leftAlternative?| #1# #2#) (|rightAlternative?| #1# #2#) (|flexible?| #1# #2#) (|alternative?| #1# #2#) (|jacobiIdentity?| #1# #2#) (|lieAdmissible?| #1# #2#) (|jordanAdmissible?| #1# #2#) (|noncommutativeJordanAlgebra?| #1# #2#) (|jordanAlgebra?| #1# #2#) (|lieAlgebra?| #1# #2#) (|associatorDependence| #1# (AND #3# (|isDomain| *2 (|List| (|Vector| *4))) #4# #5#)))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unit| (((|Union| $ "failed")) 49 (|has| |#1| (|IntegralDomain|)) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|structuralConstants| (((|Vector| (|Matrix| |#1|)) (|Vector| $)) 90 T ELT)) (|someBasis| (((|Vector| $)) 93 T ELT)) (|sample| (#3=($) 23 T CONST)) (|rightUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) 52 (|has| |#1| (|IntegralDomain|)) ELT)) (|rightUnit| (((|Union| $ "failed")) 50 (|has| |#1| (|IntegralDomain|)) ELT)) (|rightTraceMatrix| (((|Matrix| |#1|) (|Vector| $)) 77 T ELT)) (|rightTrace| ((|#1| $) 86 T ELT)) (|rightRegularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) 88 T ELT)) (|rightRecip| (((|Union| $ "failed") $) 57 (|has| |#1| (|IntegralDomain|)) ELT)) (|rightPower| (#4=($ $ (|PositiveInteger|)) 38 T ELT)) (|rightNorm| ((|#1| $) 84 T ELT)) (|rightMinimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) 54 (|has| |#1| (|IntegralDomain|)) ELT)) (|rightDiscriminant| ((|#1| (|Vector| $)) 79 T ELT)) (|rightCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) 75 T ELT)) (|rightAlternative?| (((|Boolean|)) 69 T ELT)) (|represents| (($ (|Vector| |#1|) (|Vector| $)) 81 T ELT)) (|recip| (((|Union| $ "failed") $) 59 (|has| |#1| (|IntegralDomain|)) ELT)) (|rank| (((|PositiveInteger|)) 92 T ELT)) (|powerAssociative?| (((|Boolean|)) 66 T ELT)) (|plenaryPower| (($ $ (|PositiveInteger|)) 45 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|noncommutativeJordanAlgebra?| (((|Boolean|)) 62 T ELT)) (|lieAlgebra?| (((|Boolean|)) 60 T ELT)) (|lieAdmissible?| (((|Boolean|)) 64 T ELT)) (|leftUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) 53 (|has| |#1| (|IntegralDomain|)) ELT)) (|leftUnit| (((|Union| $ "failed")) 51 (|has| |#1| (|IntegralDomain|)) ELT)) (|leftTraceMatrix| (((|Matrix| |#1|) (|Vector| $)) 78 T ELT)) (|leftTrace| ((|#1| $) 87 T ELT)) (|leftRegularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) 89 T ELT)) (|leftRecip| (((|Union| $ "failed") $) 58 (|has| |#1| (|IntegralDomain|)) ELT)) (|leftPower| (#4# 39 T ELT)) (|leftNorm| ((|#1| $) 85 T ELT)) (|leftMinimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) 55 (|has| |#1| (|IntegralDomain|)) ELT)) (|leftDiscriminant| ((|#1| (|Vector| $)) 80 T ELT)) (|leftCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) 76 T ELT)) (|leftAlternative?| (((|Boolean|)) 70 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|jordanAlgebra?| (((|Boolean|)) 61 T ELT)) (|jordanAdmissible?| (((|Boolean|)) 63 T ELT)) (|jacobiIdentity?| (((|Boolean|)) 65 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|flexible?| (((|Boolean|)) 68 T ELT)) (|coordinates| (((|Vector| |#1|) $ (|Vector| $)) 83 T ELT) (((|Matrix| |#1|) (|Vector| $) (|Vector| $)) 82 T ELT)) (|conditionsForIdempotents| (((|List| (|Polynomial| |#1|)) (|Vector| $)) 91 T ELT)) (|commutator| (#5=($ $ $) 35 T ELT)) (|commutative?| (((|Boolean|)) 74 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|associatorDependence| (((|List| (|Vector| |#1|))) 56 (|has| |#1| (|IntegralDomain|)) ELT)) (|associator| (($ $ $ $) 36 T ELT)) (|associative?| (((|Boolean|)) 72 T ELT)) (|antiCommutator| (#5# 34 T ELT)) (|antiCommutative?| (((|Boolean|)) 73 T ELT)) (|antiAssociative?| (((|Boolean|)) 71 T ELT)) (|alternative?| (((|Boolean|)) 67 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (#4# 40 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #6=($)) 31 T ELT) (($ $ $) 37 T ELT) (($ $ |#1|) 47 T ELT) (($ |#1| . #6#) 46 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|unit| (#3=(#4=(|Union| $ #5="failed")) 49 #6=(|has| |#1| (|IntegralDomain|)) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|structuralConstants| (((|Vector| #7=(|Matrix| |#1|)) #8=(|Vector| $)) 90 T ELT)) (|someBasis| ((#8#) 93 T ELT)) (|sample| (#9=($) 23 T CONST)) (|rightUnits| (#10=((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) #5#)) 52 #6# ELT)) (|rightUnit| (#3# 50 #6# ELT)) (|rightTraceMatrix| (#11=(#7# #8#) 77 T ELT)) (|rightTrace| (#12=(|#1| $) 86 T ELT)) (|rightRegularRepresentation| (#13=(#7# $ #8#) 88 T ELT)) (|rightRecip| (#14=(#4# $) 57 #6# ELT)) (|rightPower| (#15=($ $ #16=(|PositiveInteger|)) 38 T ELT)) (|rightNorm| (#12# 84 T ELT)) (|rightMinimalPolynomial| (#17=((|SparseUnivariatePolynomial| |#1|) $) 54 #6# ELT)) (|rightDiscriminant| (#18=(|#1| #8#) 79 T ELT)) (|rightCharacteristicPolynomial| (#17# 75 T ELT)) (|rightAlternative?| (#19=(#2#) 69 T ELT)) (|represents| (($ #20=(|Vector| |#1|) #8#) 81 T ELT)) (|recip| (#14# 59 #6# ELT)) (|rank| ((#16#) 92 T ELT)) (|powerAssociative?| (#19# 66 T ELT)) (|plenaryPower| (#15# 45 T ELT)) (|opposite?| (#1# 20 T ELT)) (|noncommutativeJordanAlgebra?| (#19# 62 T ELT)) (|lieAlgebra?| (#19# 60 T ELT)) (|lieAdmissible?| (#19# 64 T ELT)) (|leftUnits| (#10# 53 #6# ELT)) (|leftUnit| (#3# 51 #6# ELT)) (|leftTraceMatrix| (#11# 78 T ELT)) (|leftTrace| (#12# 87 T ELT)) (|leftRegularRepresentation| (#13# 89 T ELT)) (|leftRecip| (#14# 58 #6# ELT)) (|leftPower| (#15# 39 T ELT)) (|leftNorm| (#12# 85 T ELT)) (|leftMinimalPolynomial| (#17# 55 #6# ELT)) (|leftDiscriminant| (#18# 80 T ELT)) (|leftCharacteristicPolynomial| (#17# 76 T ELT)) (|leftAlternative?| (#19# 70 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|jordanAlgebra?| (#19# 61 T ELT)) (|jordanAdmissible?| (#19# 63 T ELT)) (|jacobiIdentity?| (#19# 65 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|flexible?| (#19# 68 T ELT)) (|coordinates| ((#20# $ #8#) 83 T ELT) ((#7# #8# #8#) 82 T ELT)) (|conditionsForIdempotents| (((|List| (|Polynomial| |#1|)) #8#) 91 T ELT)) (|commutator| (#21=($ $ $) 35 T ELT)) (|commutative?| (#19# 74 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|associatorDependence| (((|List| #20#)) 56 #6# ELT)) (|associator| (($ $ $ $) 36 T ELT)) (|associative?| (#19# 72 T ELT)) (|antiCommutator| (#21# 34 T ELT)) (|antiCommutative?| (#19# 73 T ELT)) (|antiAssociative?| (#19# 71 T ELT)) (|alternative?| (#19# 67 T ELT)) (|Zero| (#9# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#21# 29 T ELT)) (+ (#21# 18 T ELT)) (** (#15# 40 T ELT)) (* (($ #16# $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #22=($)) 31 T ELT) (#21# 37 T ELT) (($ $ |#1|) 47 T ELT) (($ |#1| . #22#) 46 T ELT)))
(((|FiniteRankNonAssociativeAlgebra| |#1|) (|Category|) (|CommutativeRing|)) (T |FiniteRankNonAssociativeAlgebra|))
-((|someBasis| (*1 *2) (AND (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Vector| *1)) (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)))) (|rank| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|PositiveInteger|)))) (|conditionsForIdempotents| (*1 *2 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *4)) (|ofCategory| *4 (|CommutativeRing|)) (|isDomain| *2 (|List| (|Polynomial| *4))))) (|structuralConstants| (*1 *2 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *4)) (|ofCategory| *4 (|CommutativeRing|)) (|isDomain| *2 (|Vector| (|Matrix| *4))))) (|leftRegularRepresentation| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *4)) (|ofCategory| *4 (|CommutativeRing|)) (|isDomain| *2 (|Matrix| *4)))) (|rightRegularRepresentation| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *4)) (|ofCategory| *4 (|CommutativeRing|)) (|isDomain| *2 (|Matrix| *4)))) (|leftTrace| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|rightTrace| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|leftNorm| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|rightNorm| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|coordinates| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *4)) (|ofCategory| *4 (|CommutativeRing|)) (|isDomain| *2 (|Vector| *4)))) (|coordinates| (*1 *2 *3 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *4)) (|ofCategory| *4 (|CommutativeRing|)) (|isDomain| *2 (|Matrix| *4)))) (|represents| (*1 *1 *2 *3) (AND (|isDomain| *2 (|Vector| *4)) (|isDomain| *3 (|Vector| *1)) (|ofCategory| *4 (|CommutativeRing|)) (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *4)))) (|leftDiscriminant| (*1 *2 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|rightDiscriminant| (*1 *2 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|leftTraceMatrix| (*1 *2 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *4)) (|ofCategory| *4 (|CommutativeRing|)) (|isDomain| *2 (|Matrix| *4)))) (|rightTraceMatrix| (*1 *2 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *4)) (|ofCategory| *4 (|CommutativeRing|)) (|isDomain| *2 (|Matrix| *4)))) (|leftCharacteristicPolynomial| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|SparseUnivariatePolynomial| *3)))) (|rightCharacteristicPolynomial| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|SparseUnivariatePolynomial| *3)))) (|commutative?| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Boolean|)))) (|antiCommutative?| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Boolean|)))) (|associative?| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Boolean|)))) (|antiAssociative?| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Boolean|)))) (|leftAlternative?| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Boolean|)))) (|rightAlternative?| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Boolean|)))) (|flexible?| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Boolean|)))) (|alternative?| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Boolean|)))) (|powerAssociative?| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Boolean|)))) (|jacobiIdentity?| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Boolean|)))) (|lieAdmissible?| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Boolean|)))) (|jordanAdmissible?| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Boolean|)))) (|noncommutativeJordanAlgebra?| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Boolean|)))) (|jordanAlgebra?| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Boolean|)))) (|lieAlgebra?| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Boolean|)))) (|recip| (*1 *1 *1) (|partial| AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *2)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *2 (|IntegralDomain|)))) (|leftRecip| (*1 *1 *1) (|partial| AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *2)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *2 (|IntegralDomain|)))) (|rightRecip| (*1 *1 *1) (|partial| AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *2)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *2 (|IntegralDomain|)))) (|associatorDependence| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *3 (|IntegralDomain|)) (|isDomain| *2 (|List| (|Vector| *3))))) (|leftMinimalPolynomial| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *3 (|IntegralDomain|)) (|isDomain| *2 (|SparseUnivariatePolynomial| *3)))) (|rightMinimalPolynomial| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *3 (|IntegralDomain|)) (|isDomain| *2 (|SparseUnivariatePolynomial| *3)))) (|leftUnits| (*1 *2) (|partial| AND (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Record| (|:| |particular| *1) (|:| |basis| (|List| *1)))) (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)))) (|rightUnits| (*1 *2) (|partial| AND (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Record| (|:| |particular| *1) (|:| |basis| (|List| *1)))) (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)))) (|leftUnit| (*1 *1) (|partial| AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *2)) (|ofCategory| *2 (|IntegralDomain|)) (|ofCategory| *2 (|CommutativeRing|)))) (|rightUnit| (*1 *1) (|partial| AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *2)) (|ofCategory| *2 (|IntegralDomain|)) (|ofCategory| *2 (|CommutativeRing|)))) (|unit| (*1 *1) (|partial| AND (|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *2)) (|ofCategory| *2 (|IntegralDomain|)) (|ofCategory| *2 (|CommutativeRing|)))))
-(|Join| (|NonAssociativeAlgebra| |t#1|) (CATEGORY |domain| (SIGNATURE |someBasis| ((|Vector| $))) (SIGNATURE |rank| ((|PositiveInteger|))) (SIGNATURE |conditionsForIdempotents| ((|List| (|Polynomial| |t#1|)) (|Vector| $))) (SIGNATURE |structuralConstants| ((|Vector| (|Matrix| |t#1|)) (|Vector| $))) (SIGNATURE |leftRegularRepresentation| ((|Matrix| |t#1|) $ (|Vector| $))) (SIGNATURE |rightRegularRepresentation| ((|Matrix| |t#1|) $ (|Vector| $))) (SIGNATURE |leftTrace| (|t#1| $)) (SIGNATURE |rightTrace| (|t#1| $)) (SIGNATURE |leftNorm| (|t#1| $)) (SIGNATURE |rightNorm| (|t#1| $)) (SIGNATURE |coordinates| ((|Vector| |t#1|) $ (|Vector| $))) (SIGNATURE |coordinates| ((|Matrix| |t#1|) (|Vector| $) (|Vector| $))) (SIGNATURE |represents| ($ (|Vector| |t#1|) (|Vector| $))) (SIGNATURE |leftDiscriminant| (|t#1| (|Vector| $))) (SIGNATURE |rightDiscriminant| (|t#1| (|Vector| $))) (SIGNATURE |leftTraceMatrix| ((|Matrix| |t#1|) (|Vector| $))) (SIGNATURE |rightTraceMatrix| ((|Matrix| |t#1|) (|Vector| $))) (SIGNATURE |leftCharacteristicPolynomial| ((|SparseUnivariatePolynomial| |t#1|) $)) (SIGNATURE |rightCharacteristicPolynomial| ((|SparseUnivariatePolynomial| |t#1|) $)) (SIGNATURE |commutative?| ((|Boolean|))) (SIGNATURE |antiCommutative?| ((|Boolean|))) (SIGNATURE |associative?| ((|Boolean|))) (SIGNATURE |antiAssociative?| ((|Boolean|))) (SIGNATURE |leftAlternative?| ((|Boolean|))) (SIGNATURE |rightAlternative?| ((|Boolean|))) (SIGNATURE |flexible?| ((|Boolean|))) (SIGNATURE |alternative?| ((|Boolean|))) (SIGNATURE |powerAssociative?| ((|Boolean|))) (SIGNATURE |jacobiIdentity?| ((|Boolean|))) (SIGNATURE |lieAdmissible?| ((|Boolean|))) (SIGNATURE |jordanAdmissible?| ((|Boolean|))) (SIGNATURE |noncommutativeJordanAlgebra?| ((|Boolean|))) (SIGNATURE |jordanAlgebra?| ((|Boolean|))) (SIGNATURE |lieAlgebra?| ((|Boolean|))) (IF (|has| |t#1| (|IntegralDomain|)) (PROGN (SIGNATURE |recip| ((|Union| $ "failed") $)) (SIGNATURE |leftRecip| ((|Union| $ "failed") $)) (SIGNATURE |rightRecip| ((|Union| $ "failed") $)) (SIGNATURE |associatorDependence| ((|List| (|Vector| |t#1|)))) (SIGNATURE |leftMinimalPolynomial| ((|SparseUnivariatePolynomial| |t#1|) $)) (SIGNATURE |rightMinimalPolynomial| ((|SparseUnivariatePolynomial| |t#1|) $)) (SIGNATURE |leftUnits| ((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed"))) (SIGNATURE |rightUnits| ((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed"))) (SIGNATURE |leftUnit| ((|Union| $ "failed"))) (SIGNATURE |rightUnit| ((|Union| $ "failed"))) (SIGNATURE |unit| ((|Union| $ "failed")))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|Monad|) . T) ((|NonAssociativeAlgebra| |#1|) . T) ((|NonAssociativeRng|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|someBasis| #1=(*1 *2) (AND #2=(|ofCategory| *3 #3=(|CommutativeRing|)) (|isDomain| *2 #4=(|Vector| *1)) #5=(|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *3)))) (|rank| #1# (AND #5# #2# (|isDomain| *2 (|PositiveInteger|)))) (|conditionsForIdempotents| #6=(*1 *2 *3) (AND #7=(|isDomain| *3 #4#) #8=(|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *4)) #9=(|ofCategory| *4 #3#) (|isDomain| *2 (|List| (|Polynomial| *4))))) (|structuralConstants| #6# (AND #7# #8# #9# (|isDomain| *2 (|Vector| #10=(|Matrix| *4))))) (|leftRegularRepresentation| #11=(*1 *2 *1 *3) #12=(AND #7# #8# #9# (|isDomain| *2 #10#))) (|rightRegularRepresentation| #11# #12#) (|leftTrace| #13=(*1 *2 *1) #14=(AND #15=(|ofCategory| *1 (|FiniteRankNonAssociativeAlgebra| *2)) #16=(|ofCategory| *2 #3#))) (|rightTrace| #13# #14#) (|leftNorm| #13# #14#) (|rightNorm| #13# #14#) (|coordinates| #11# (AND #7# #8# #9# #17=(|isDomain| *2 (|Vector| *4)))) (|coordinates| (*1 *2 *3 *3) #12#) (|represents| (*1 *1 *2 *3) (AND #17# #7# #9# #8#)) (|leftDiscriminant| #6# #18=(AND #7# #15# #16#)) (|rightDiscriminant| #6# #18#) (|leftTraceMatrix| #6# #12#) (|rightTraceMatrix| #6# #12#) (|leftCharacteristicPolynomial| #13# #19=(AND #5# #2# #20=(|isDomain| *2 (|SparseUnivariatePolynomial| *3)))) (|rightCharacteristicPolynomial| #13# #19#) (|commutative?| #1# #21=(AND #5# #2# (|isDomain| *2 (|Boolean|)))) (|antiCommutative?| #1# #21#) (|associative?| #1# #21#) (|antiAssociative?| #1# #21#) (|leftAlternative?| #1# #21#) (|rightAlternative?| #1# #21#) (|flexible?| #1# #21#) (|alternative?| #1# #21#) (|powerAssociative?| #1# #21#) (|jacobiIdentity?| #1# #21#) (|lieAdmissible?| #1# #21#) (|jordanAdmissible?| #1# #21#) (|noncommutativeJordanAlgebra?| #1# #21#) (|jordanAlgebra?| #1# #21#) (|lieAlgebra?| #1# #21#) (|recip| #22=(*1 *1 *1) #23=(|partial| AND #15# #16# #24=(|ofCategory| *2 #25=(|IntegralDomain|)))) (|leftRecip| #22# #23#) (|rightRecip| #22# #23#) (|associatorDependence| #1# (AND #5# #2# #26=(|ofCategory| *3 #25#) (|isDomain| *2 (|List| (|Vector| *3))))) (|leftMinimalPolynomial| #13# #27=(AND #5# #2# #26# #20#)) (|rightMinimalPolynomial| #13# #27#) (|leftUnits| #1# #28=(|partial| AND #26# #2# (|isDomain| *2 (|Record| (|:| |particular| *1) (|:| |basis| (|List| *1)))) #5#)) (|rightUnits| #1# #28#) (|leftUnit| #29=(*1 *1) #30=(|partial| AND #15# #24# #16#)) (|rightUnit| #29# #30#) (|unit| #29# #30#))
+(|Join| (|NonAssociativeAlgebra| |t#1|) (CATEGORY |domain| (SIGNATURE |someBasis| (#1=(|Vector| $))) (SIGNATURE |rank| ((|PositiveInteger|))) (SIGNATURE |conditionsForIdempotents| ((|List| (|Polynomial| |t#1|)) #1#)) (SIGNATURE |structuralConstants| ((|Vector| #2=(|Matrix| |t#1|)) #1#)) (SIGNATURE |leftRegularRepresentation| #3=(#2# $ #1#)) (SIGNATURE |rightRegularRepresentation| #3#) (SIGNATURE |leftTrace| #4=(|t#1| $)) (SIGNATURE |rightTrace| #4#) (SIGNATURE |leftNorm| #4#) (SIGNATURE |rightNorm| #4#) (SIGNATURE |coordinates| (#5=(|Vector| |t#1|) $ #1#)) (SIGNATURE |coordinates| (#2# #1# #1#)) (SIGNATURE |represents| ($ #5# #1#)) (SIGNATURE |leftDiscriminant| #6=(|t#1| #1#)) (SIGNATURE |rightDiscriminant| #6#) (SIGNATURE |leftTraceMatrix| #7=(#2# #1#)) (SIGNATURE |rightTraceMatrix| #7#) (SIGNATURE |leftCharacteristicPolynomial| #8=((|SparseUnivariatePolynomial| |t#1|) $)) (SIGNATURE |rightCharacteristicPolynomial| #8#) (SIGNATURE |commutative?| #9=((|Boolean|))) (SIGNATURE |antiCommutative?| #9#) (SIGNATURE |associative?| #9#) (SIGNATURE |antiAssociative?| #9#) (SIGNATURE |leftAlternative?| #9#) (SIGNATURE |rightAlternative?| #9#) (SIGNATURE |flexible?| #9#) (SIGNATURE |alternative?| #9#) (SIGNATURE |powerAssociative?| #9#) (SIGNATURE |jacobiIdentity?| #9#) (SIGNATURE |lieAdmissible?| #9#) (SIGNATURE |jordanAdmissible?| #9#) (SIGNATURE |noncommutativeJordanAlgebra?| #9#) (SIGNATURE |jordanAlgebra?| #9#) (SIGNATURE |lieAlgebra?| #9#) (IF (|has| |t#1| (|IntegralDomain|)) (PROGN (SIGNATURE |recip| #10=(#11=(|Union| $ #12="failed") $)) (SIGNATURE |leftRecip| #10#) (SIGNATURE |rightRecip| #10#) (SIGNATURE |associatorDependence| ((|List| #5#))) (SIGNATURE |leftMinimalPolynomial| #8#) (SIGNATURE |rightMinimalPolynomial| #8#) (SIGNATURE |leftUnits| #13=((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) #12#))) (SIGNATURE |rightUnits| #13#) (SIGNATURE |leftUnit| #14=(#11#)) (SIGNATURE |rightUnit| #14#) (SIGNATURE |unit| #14#)) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|Monad|) . T) ((|NonAssociativeAlgebra| |#1|) . T) ((|NonAssociativeRng|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|reduce| ((|#2| #1=(|Mapping| |#2| |#2| |#2|) $) NIL T ELT) ((|#2| #1# $ |#2|) NIL T ELT) ((|#2| #1# $ |#2| |#2|) 38 T ELT)) (|member?| ((#2=(|Boolean|) |#2| $) 35 T ELT)) (|find| (((|Union| |#2| "failed") #3=(|Mapping| #2# |#2|) $) 30 T ELT)) (|every?| (#4=(#2# #3# $) 24 T ELT)) (|empty?| ((#2# $) 13 T ELT)) (|count| ((#5=(|NonNegativeInteger|) #3# $) 27 T ELT) ((#5# |#2| $) 33 T ELT)) (|coerce| (((|OutputForm|) $) 46 T ELT)) (|any?| (#4# 21 T ELT)) (= ((#2# $ $) 40 T ELT)) (|#| ((#5# $) 17 T ELT)))
(((|FiniteAggregate&| |#1| |#2|) (CATEGORY |package| (SIGNATURE = (#1=(|Boolean|) |#1| |#1|)) (SIGNATURE |coerce| ((|OutputForm|) |#1|)) (SIGNATURE |reduce| (|#2| #2=(|Mapping| |#2| |#2| |#2|) |#1| |#2| |#2|)) (SIGNATURE |member?| (#1# |#2| |#1|)) (SIGNATURE |count| (#3=(|NonNegativeInteger|) |#2| |#1|)) (SIGNATURE |find| ((|Union| |#2| "failed") #4=(|Mapping| #1# |#2|) |#1|)) (SIGNATURE |reduce| (|#2| #2# |#1| |#2|)) (SIGNATURE |reduce| (|#2| #2# |#1|)) (SIGNATURE |count| (#3# #4# |#1|)) (SIGNATURE |every?| #5=(#1# #4# |#1|)) (SIGNATURE |any?| #5#) (SIGNATURE |#| (#3# |#1|)) (SIGNATURE |empty?| (#1# |#1|))) (|FiniteAggregate| |#2|) (|Type|)) (T |FiniteAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|sample| (#3=($) 6 T CONST)) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $) 39 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) 38 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 34 (|has| |#1| (|BasicType|)) ELT)) (|members| (((|List| |#1|) $) 40 T ELT)) (|member?| (((|Boolean|) |#1| $) 35 (|has| |#1| (|BasicType|)) ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #4=((|SetCategory|))) ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #4#) ELT)) (|find| (((|Union| |#1| "failed") (|Mapping| (|Boolean|) |#1|) $) 37 T ELT)) (|every?| (((|Boolean|) (|Mapping| (|Boolean|) |#1|) $) 42 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #4#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #4#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #4#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #4#)) ELT)) (|eq?| ((#5=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#5# $) 7 T ELT)) (|empty| (#3# 8 T ELT)) (|count| (((|NonNegativeInteger|) (|Mapping| (|Boolean|) |#1|) $) 41 T ELT) (((|NonNegativeInteger|) |#1| $) 36 (|has| |#1| (|BasicType|)) ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (|any?| (((|Boolean|) (|Mapping| (|Boolean|) |#1|) $) 43 T ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)) (|#| (((|NonNegativeInteger|) $) 44 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|sample| (#4=($) 6 T CONST)) (|reduce| ((|#1| #5=(|Mapping| |#1| |#1| |#1|) $) 39 T ELT) ((|#1| #5# $ |#1|) 38 T ELT) ((|#1| #5# $ |#1| |#1|) 34 #3# ELT)) (|members| ((#6=(|List| |#1|) $) 40 T ELT)) (|member?| ((#2# |#1| $) 35 #3# ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|latex| (((|String|) $) 21 #7=(|has| |#1| (|SetCategory|)) ELT)) (|hash| (((|SingleInteger|) $) 20 #7# ELT)) (|find| (((|Union| |#1| "failed") #8=(|Mapping| #2# |#1|) $) 37 T ELT)) (|every?| (#9=(#2# #8# $) 42 T ELT)) (|eval| (($ $ (|List| #10=(|Equation| |#1|))) 25 #11=(AND (|has| |#1| (|Evalable| |#1|)) #7#) ELT) (($ $ #10#) 24 #11# ELT) (($ $ |#1| |#1|) 23 #11# ELT) (($ $ #6# #6#) 22 #11# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#4# 8 T ELT)) (|count| ((#12=(|NonNegativeInteger|) #8# $) 41 T ELT) ((#12# |#1| $) 36 #3# ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| ((#13=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #13#)) ELT)) (|before?| (#1# 19 #3# ELT)) (|any?| (#9# 43 T ELT)) (= (#1# 17 #3# ELT)) (|#| ((#12# $) 44 T ELT)))
(((|FiniteAggregate| |#1|) (|Category|) (|Type|)) (T |FiniteAggregate|))
-((|#| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteAggregate| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|any?| (*1 *2 *3 *1) (AND (|isDomain| *3 (|Mapping| (|Boolean|) *4)) (|ofCategory| *1 (|FiniteAggregate| *4)) (|ofCategory| *4 (|Type|)) (|isDomain| *2 (|Boolean|)))) (|every?| (*1 *2 *3 *1) (AND (|isDomain| *3 (|Mapping| (|Boolean|) *4)) (|ofCategory| *1 (|FiniteAggregate| *4)) (|ofCategory| *4 (|Type|)) (|isDomain| *2 (|Boolean|)))) (|count| (*1 *2 *3 *1) (AND (|isDomain| *3 (|Mapping| (|Boolean|) *4)) (|ofCategory| *1 (|FiniteAggregate| *4)) (|ofCategory| *4 (|Type|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|members| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteAggregate| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|List| *3)))) (|reduce| (*1 *2 *3 *1) (AND (|isDomain| *3 (|Mapping| *2 *2 *2)) (|ofCategory| *1 (|FiniteAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|reduce| (*1 *2 *3 *1 *2) (AND (|isDomain| *3 (|Mapping| *2 *2 *2)) (|ofCategory| *1 (|FiniteAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|find| (*1 *2 *3 *1) (|partial| AND (|isDomain| *3 (|Mapping| (|Boolean|) *2)) (|ofCategory| *1 (|FiniteAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|count| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|FiniteAggregate| *3)) (|ofCategory| *3 (|Type|)) (|ofCategory| *3 (|BasicType|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|member?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|FiniteAggregate| *3)) (|ofCategory| *3 (|Type|)) (|ofCategory| *3 (|BasicType|)) (|isDomain| *2 (|Boolean|)))) (|reduce| (*1 *2 *3 *1 *2 *2) (AND (|isDomain| *3 (|Mapping| *2 *2 *2)) (|ofCategory| *2 (|BasicType|)) (|ofCategory| *1 (|FiniteAggregate| *2)) (|ofCategory| *2 (|Type|)))))
-(|Join| (|HomogeneousAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |#| ((|NonNegativeInteger|) $)) (SIGNATURE |any?| ((|Boolean|) (|Mapping| (|Boolean|) |t#1|) $)) (SIGNATURE |every?| ((|Boolean|) (|Mapping| (|Boolean|) |t#1|) $)) (SIGNATURE |count| ((|NonNegativeInteger|) (|Mapping| (|Boolean|) |t#1|) $)) (SIGNATURE |members| ((|List| |t#1|) $)) (SIGNATURE |reduce| (|t#1| (|Mapping| |t#1| |t#1| |t#1|) $)) (SIGNATURE |reduce| (|t#1| (|Mapping| |t#1| |t#1| |t#1|) $ |t#1|)) (SIGNATURE |find| ((|Union| |t#1| "failed") (|Mapping| (|Boolean|) |t#1|) $)) (IF (|has| |t#1| (|BasicType|)) (PROGN (SIGNATURE |count| ((|NonNegativeInteger|) |t#1| $)) (SIGNATURE |member?| ((|Boolean|) |t#1| $)) (SIGNATURE |reduce| (|t#1| (|Mapping| |t#1| |t#1| |t#1|) $ |t#1| |t#1|))) |%noBranch|)))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T))
+((|#| #1=(*1 *2 *1) (AND #2=(|ofCategory| *1 (|FiniteAggregate| *3)) #3=(|ofCategory| *3 #4=(|Type|)) #5=(|isDomain| *2 (|NonNegativeInteger|)))) (|any?| #6=(*1 *2 *3 *1) #7=(AND #8=(|isDomain| *3 (|Mapping| #9=(|Boolean|) *4)) #10=(|ofCategory| *1 (|FiniteAggregate| *4)) #11=(|ofCategory| *4 #4#) #12=(|isDomain| *2 #9#))) (|every?| #6# #7#) (|count| #6# (AND #8# #10# #11# #5#)) (|members| #1# (AND #2# #3# (|isDomain| *2 (|List| *3)))) (|reduce| #6# #13=(AND #14=(|isDomain| *3 (|Mapping| *2 *2 *2)) #15=(|ofCategory| *1 (|FiniteAggregate| *2)) #16=(|ofCategory| *2 #4#))) (|reduce| (*1 *2 *3 *1 *2) #13#) (|find| #6# (|partial| AND (|isDomain| *3 (|Mapping| #9# *2)) #15# #16#)) (|count| #6# (AND #2# #3# #17=(|ofCategory| *3 #18=(|BasicType|)) #5#)) (|member?| #6# (AND #2# #3# #17# #12#)) (|reduce| (*1 *2 *3 *1 *2 *2) (AND #14# (|ofCategory| *2 #18#) #15# #16#)))
+(|Join| (|HomogeneousAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |#| (#1=(|NonNegativeInteger|) $)) (SIGNATURE |any?| #2=(#3=(|Boolean|) #4=(|Mapping| #3# |t#1|) $)) (SIGNATURE |every?| #2#) (SIGNATURE |count| (#1# #4# $)) (SIGNATURE |members| ((|List| |t#1|) $)) (SIGNATURE |reduce| (|t#1| #5=(|Mapping| |t#1| |t#1| |t#1|) $)) (SIGNATURE |reduce| (|t#1| #5# $ |t#1|)) (SIGNATURE |find| ((|Union| |t#1| "failed") #4# $)) (IF (|has| |t#1| (|BasicType|)) (PROGN (SIGNATURE |count| (#1# |t#1| $)) (SIGNATURE |member?| (#3# |t#1| $)) (SIGNATURE |reduce| (|t#1| #5# $ |t#1| |t#1|))) |%noBranch|)))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T))
((|random| (($) 15 T ELT)))
(((|Finite&| |#1|) (CATEGORY |package| (SIGNATURE |random| (|#1|))) (|Finite|)) (T |Finite&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|size| (((|NonNegativeInteger|)) 20 T ELT)) (|random| (($) 17 T ELT)) (|lookup| (((|PositiveInteger|) $) 18 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|index| (($ (|PositiveInteger|)) 19 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
+((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|size| (((|NonNegativeInteger|)) 20 T ELT)) (|random| (($) 17 T ELT)) (|lookup| ((#2=(|PositiveInteger|) $) 18 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|index| (($ #2#) 19 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
(((|Finite|) (|Category|)) (T |Finite|))
-((|size| (*1 *2) (AND (|ofCategory| *1 (|Finite|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|index| (*1 *1 *2) (AND (|isDomain| *2 (|PositiveInteger|)) (|ofCategory| *1 (|Finite|)))) (|lookup| (*1 *2 *1) (AND (|ofCategory| *1 (|Finite|)) (|isDomain| *2 (|PositiveInteger|)))) (|random| (*1 *1) (|ofCategory| *1 (|Finite|))))
-(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |size| ((|NonNegativeInteger|))) (SIGNATURE |index| ($ (|PositiveInteger|))) (SIGNATURE |lookup| ((|PositiveInteger|) $)) (SIGNATURE |random| ($))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|size| (*1 *2) (AND #1=(|ofCategory| *1 (|Finite|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|index| (*1 *1 *2) (AND #2=(|isDomain| *2 (|PositiveInteger|)) #1#)) (|lookup| (*1 *2 *1) (AND #1# #2#)) (|random| (*1 *1) #1#))
+(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |size| ((|NonNegativeInteger|))) (SIGNATURE |index| ($ #1=(|PositiveInteger|))) (SIGNATURE |lookup| (#1# $)) (SIGNATURE |random| ($))))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|traceMatrix| ((#1=(|Matrix| |#2|) #2=(|Vector| $)) 45 T ELT)) (|represents| (($ #3=(|Vector| |#2|) #2#) 39 T ELT)) (|regularRepresentation| ((#1# $ #2#) 47 T ELT)) (|discriminant| ((|#2| #2#) 13 T ELT)) (|coordinates| ((#3# $ #2#) NIL T ELT) ((#1# #2# #2#) 27 T ELT)))
(((|FiniteRankAlgebra&| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |traceMatrix| (#1=(|Matrix| |#2|) #2=(|Vector| |#1|))) (SIGNATURE |discriminant| (|#2| #2#)) (SIGNATURE |represents| (|#1| #3=(|Vector| |#2|) #2#)) (SIGNATURE |coordinates| (#1# #2# #2#)) (SIGNATURE |coordinates| (#3# |#1| #2#)) (SIGNATURE |regularRepresentation| (#1# |#1| #2#))) (|FiniteRankAlgebra| |#2| |#3|) (|CommutativeRing|) (|UnivariatePolynomialCategory| |#2|)) (T |FiniteRankAlgebra&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|traceMatrix| (((|Matrix| |#1|) (|Vector| $)) 62 T ELT)) (|trace| ((|#1| $) 68 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|represents| (($ (|Vector| |#1|) (|Vector| $)) 64 T ELT)) (|regularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) 69 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|rank| (((|PositiveInteger|)) 70 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|norm| ((|#1| $) 67 T ELT)) (|minimalPolynomial| ((|#2| $) 60 (|has| |#1| (|Field|)) ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|discriminant| ((|#1| (|Vector| $)) 63 T ELT)) (|coordinates| (((|Vector| |#1|) $ (|Vector| $)) 66 T ELT) (((|Matrix| |#1|) (|Vector| $) (|Vector| $)) 65 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 53 T ELT)) (|charthRoot| (((|Maybe| $) $) 59 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristicPolynomial| ((|#2| $) 61 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #4=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 55 T ELT) (($ |#1| . #4#) 54 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|traceMatrix| ((#4=(|Matrix| |#1|) #5=(|Vector| $)) 62 T ELT)) (|trace| (#6=(|#1| $) 68 T ELT)) (|subtractIfCan| ((#7=(|Maybe| $) $ $) 26 T ELT)) (|sample| (#8=($) 23 T CONST)) (|represents| (($ #9=(|Vector| |#1|) #5#) 64 T ELT)) (|regularRepresentation| ((#4# $ #5#) 69 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|rank| ((#10=(|PositiveInteger|)) 70 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|norm| (#6# 67 T ELT)) (|minimalPolynomial| (#11=(|#2| $) 60 (|has| |#1| (|Field|)) ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|discriminant| ((|#1| #5#) 63 T ELT)) (|coordinates| ((#9# $ #5#) 66 T ELT) ((#4# #5# #5#) 65 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #12=(|Integer|)) 42 T ELT) (($ |#1|) 53 T ELT)) (|charthRoot| ((#7# $) 59 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristicPolynomial| (#11# 61 T ELT)) (|characteristic| ((#13=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#8# 24 T CONST)) (|One| (#8# 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#14=($ $ $) 29 T ELT)) (+ (#14# 18 T ELT)) (** (($ $ #10#) 36 T ELT) (($ $ #13#) 44 T ELT)) (* (($ #10# $) 17 T ELT) (($ #13# $) 21 T ELT) (($ #12# . #15=($)) 31 T ELT) (#14# 35 T ELT) (($ $ |#1|) 55 T ELT) (($ |#1| . #15#) 54 T ELT)))
(((|FiniteRankAlgebra| |#1| |#2|) (|Category|) (|CommutativeRing|) (|UnivariatePolynomialCategory| |t#1|)) (T |FiniteRankAlgebra|))
-((|rank| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankAlgebra| *3 *4)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|isDomain| *2 (|PositiveInteger|)))) (|regularRepresentation| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FiniteRankAlgebra| *4 *5)) (|ofCategory| *4 (|CommutativeRing|)) (|ofCategory| *5 (|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|Matrix| *4)))) (|trace| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteRankAlgebra| *2 *3)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|norm| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteRankAlgebra| *2 *3)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|coordinates| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FiniteRankAlgebra| *4 *5)) (|ofCategory| *4 (|CommutativeRing|)) (|ofCategory| *5 (|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|Vector| *4)))) (|coordinates| (*1 *2 *3 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FiniteRankAlgebra| *4 *5)) (|ofCategory| *4 (|CommutativeRing|)) (|ofCategory| *5 (|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|Matrix| *4)))) (|represents| (*1 *1 *2 *3) (AND (|isDomain| *2 (|Vector| *4)) (|isDomain| *3 (|Vector| *1)) (|ofCategory| *4 (|CommutativeRing|)) (|ofCategory| *1 (|FiniteRankAlgebra| *4 *5)) (|ofCategory| *5 (|UnivariatePolynomialCategory| *4)))) (|discriminant| (*1 *2 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FiniteRankAlgebra| *2 *4)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|traceMatrix| (*1 *2 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FiniteRankAlgebra| *4 *5)) (|ofCategory| *4 (|CommutativeRing|)) (|ofCategory| *5 (|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|Matrix| *4)))) (|characteristicPolynomial| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteRankAlgebra| *3 *2)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *2 (|UnivariatePolynomialCategory| *3)))) (|minimalPolynomial| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteRankAlgebra| *3 *2)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *3 (|Field|)) (|ofCategory| *2 (|UnivariatePolynomialCategory| *3)))))
-(|Join| (|Algebra| |t#1|) (CATEGORY |domain| (SIGNATURE |rank| ((|PositiveInteger|))) (SIGNATURE |regularRepresentation| ((|Matrix| |t#1|) $ (|Vector| $))) (SIGNATURE |trace| (|t#1| $)) (SIGNATURE |norm| (|t#1| $)) (SIGNATURE |coordinates| ((|Vector| |t#1|) $ (|Vector| $))) (SIGNATURE |coordinates| ((|Matrix| |t#1|) (|Vector| $) (|Vector| $))) (SIGNATURE |represents| ($ (|Vector| |t#1|) (|Vector| $))) (SIGNATURE |discriminant| (|t#1| (|Vector| $))) (SIGNATURE |traceMatrix| ((|Matrix| |t#1|) (|Vector| $))) (SIGNATURE |characteristicPolynomial| (|t#2| $)) (IF (|has| |t#1| (|Field|)) (SIGNATURE |minimalPolynomial| (|t#2| $)) |%noBranch|) (IF (|has| |t#1| (|CharacteristicZero|)) (ATTRIBUTE (|CharacteristicZero|)) |%noBranch|) (IF (|has| |t#1| (|CharacteristicNonZero|)) (ATTRIBUTE (|CharacteristicNonZero|)) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#1|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|Monoid|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|rank| (*1 *2) (AND (|ofCategory| *1 (|FiniteRankAlgebra| *3 *4)) #1=(|ofCategory| *3 #2=(|CommutativeRing|)) (|ofCategory| *4 #3=(|UnivariatePolynomialCategory| *3)) (|isDomain| *2 (|PositiveInteger|)))) (|regularRepresentation| #4=(*1 *2 *1 *3) #5=(AND #6=(|isDomain| *3 (|Vector| *1)) #7=(|ofCategory| *1 (|FiniteRankAlgebra| *4 *5)) #8=(|ofCategory| *4 #2#) #9=(|ofCategory| *5 (|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|Matrix| *4)))) (|trace| #10=(*1 *2 *1) #11=(AND (|ofCategory| *1 (|FiniteRankAlgebra| *2 *3)) (|ofCategory| *3 #12=(|UnivariatePolynomialCategory| *2)) #13=(|ofCategory| *2 #2#))) (|norm| #10# #11#) (|coordinates| #4# (AND #6# #7# #8# #9# #14=(|isDomain| *2 (|Vector| *4)))) (|coordinates| (*1 *2 *3 *3) #5#) (|represents| (*1 *1 *2 *3) (AND #14# #6# #8# #7# #9#)) (|discriminant| #15=(*1 *2 *3) (AND #6# (|ofCategory| *1 (|FiniteRankAlgebra| *2 *4)) (|ofCategory| *4 #12#) #13#)) (|traceMatrix| #15# #5#) (|characteristicPolynomial| #10# (AND #16=(|ofCategory| *1 (|FiniteRankAlgebra| *3 *2)) #1# #17=(|ofCategory| *2 #3#))) (|minimalPolynomial| #10# (AND #16# #1# (|ofCategory| *3 (|Field|)) #17#)))
+(|Join| (|Algebra| |t#1|) (CATEGORY |domain| (SIGNATURE |rank| ((|PositiveInteger|))) (SIGNATURE |regularRepresentation| (#1=(|Matrix| |t#1|) $ #2=(|Vector| $))) (SIGNATURE |trace| #3=(|t#1| $)) (SIGNATURE |norm| #3#) (SIGNATURE |coordinates| (#4=(|Vector| |t#1|) $ #2#)) (SIGNATURE |coordinates| (#1# #2# #2#)) (SIGNATURE |represents| ($ #4# #2#)) (SIGNATURE |discriminant| (|t#1| #2#)) (SIGNATURE |traceMatrix| (#1# #2#)) (SIGNATURE |characteristicPolynomial| #5=(|t#2| $)) (IF (|has| |t#1| (|Field|)) (SIGNATURE |minimalPolynomial| #5#) |%noBranch|) (IF (|has| |t#1| #6=(|CharacteristicZero|)) (ATTRIBUTE #6#) |%noBranch|) (IF (|has| |t#1| #7=(|CharacteristicNonZero|)) (ATTRIBUTE #7#) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#1|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|Monoid|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|sorted?| ((#1=(|Boolean|) #2=(|Mapping| #1# |#2| |#2|) $) NIL T ELT) ((#1# $) 18 T ELT)) (|sort!| (#3=($ #2# $) NIL T ELT) (#4=($ $) 28 T ELT)) (|sort| (#3# 27 T ELT) (#4# 22 T ELT)) (|reverse| (#4# 25 T ELT)) (|position| ((#5=(|Integer|) (|Mapping| #1# |#2|) $) NIL T ELT) ((#5# |#2| $) 11 T ELT) ((#5# |#2| $ #5#) NIL T ELT)) (|merge| (($ #2# $ $) NIL T ELT) (($ $ $) 20 T ELT)))
(((|FiniteLinearAggregate&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |sort!| #1=(|#1| |#1|)) (SIGNATURE |sort!| #2=(|#1| #3=(|Mapping| #4=(|Boolean|) |#2| |#2|) |#1|)) (SIGNATURE |sorted?| (#4# |#1|)) (SIGNATURE |sort| #1#) (SIGNATURE |merge| (|#1| |#1| |#1|)) (SIGNATURE |position| (#5=(|Integer|) |#2| |#1| #5#)) (SIGNATURE |position| (#5# |#2| |#1|)) (SIGNATURE |position| (#5# (|Mapping| #4# |#2|) |#1|)) (SIGNATURE |sorted?| (#4# #3# |#1|)) (SIGNATURE |sort| #2#) (SIGNATURE |reverse| #1#) (SIGNATURE |merge| (|#1| #3# |#1| |#1|))) (|FiniteLinearAggregate| |#2|) (|Type|)) (T |FiniteLinearAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|swap!| (((|Void|) $ #3=(|Integer|) #3#) 35 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|sorted?| (((|Boolean|) (|Mapping| (|Boolean|) |#1| |#1|) $) 96 T ELT) (((|Boolean|) $) 90 (|has| |#1| (|OrderedSet|)) ELT)) (|sort!| (($ (|Mapping| (|Boolean|) |#1| |#1|) $) 87 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) (($ $) 86 (AND (|has| |#1| (|OrderedSet|)) (|has| $ (|ShallowlyMutableAggregate| |#1|))) ELT)) (|sort| (($ (|Mapping| (|Boolean|) |#1| |#1|) $) 97 T ELT) (($ $) 91 (|has| |#1| (|OrderedSet|)) ELT)) (|setelt| ((|#1| $ #3# |#1|) 47 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ #4=(|UniversalSegment| #3#) |#1|) 55 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|select| (($ (|Mapping| #5=(|Boolean|) |#1|) . #6=($)) 69 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#7=($) 6 T CONST)) (|reverse!| (($ $) 88 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|reverse| (($ $) 98 T ELT)) (|removeDuplicates| (($ $) 71 (AND (|has| |#1| . #8=((|BasicType|))) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove| (($ |#1| $) 70 (AND (|has| |#1| . #8#) (|has| $ (|FiniteAggregate| |#1|))) ELT) (($ (|Mapping| #5# |#1|) . #6#) 68 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 110 (|has| |#1| . #9=((|BasicType|))) ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) 106 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $) 105 T ELT)) (|qsetelt!| ((|#1| $ #3# |#1|) 48 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|qelt| ((|#1| $ #3#) 46 T ELT)) (|position| (((|Integer|) (|Mapping| (|Boolean|) |#1|) $) 95 T ELT) (((|Integer|) |#1| $) 94 (|has| |#1| (|BasicType|)) ELT) (((|Integer|) |#1| $ (|Integer|)) 93 (|has| |#1| (|BasicType|)) ELT)) (|new| (($ (|NonNegativeInteger|) |#1|) 65 T ELT)) (|minIndex| ((#3# . #10=($)) 38 (|has| #3# . #11=((|OrderedSet|))) ELT)) (|min| (#12=($ $ $) 80 (|has| |#1| . #13=((|OrderedSet|))) ELT)) (|merge| (($ (|Mapping| (|Boolean|) |#1| |#1|) $ $) 99 T ELT) (($ $ $) 92 (|has| |#1| (|OrderedSet|)) ELT)) (|members| (((|List| |#1|) $) 104 T ELT)) (|member?| ((#14=(|Boolean|) |#1| $) 109 (|has| |#1| . #9#) ELT)) (|maxIndex| ((#3# . #10#) 39 (|has| #3# . #11#) ELT)) (|max| (#12# 81 (|has| |#1| . #13#) ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT) (($ (|Mapping| |#1| |#1| |#1|) $ $) 60 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #15=((|SetCategory|))) ELT)) (|insert| (($ |#1| $ #3#) 57 T ELT) (($ $ $ #3#) 56 T ELT)) (|indices| (((|List| #3#) $) 41 T ELT)) (|index?| ((#16=(|Boolean|) #3# $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #15#) ELT)) (|first| ((|#1| $) 37 (|has| #3# . #11#) ELT)) (|find| (((|Union| |#1| "failed") (|Mapping| #14# |#1|) $) 107 T ELT)) (|fill!| (($ $ |#1|) 36 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|every?| ((#14# (|Mapping| #14# |#1|) . #17=($)) 102 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #15#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #15#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #15#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #15#)) ELT)) (|eq?| ((#18=(|Boolean|) $ $) 10 T ELT)) (|entry?| ((#16# |#1| $) 40 (AND (|has| $ (|FiniteAggregate| |#1|)) (|has| |#1| (|BasicType|))) ELT)) (|entries| (((|List| |#1|) $) 43 T ELT)) (|empty?| ((#18# $) 7 T ELT)) (|empty| (#7# 8 T ELT)) (|elt| ((|#1| $ #3# |#1|) 45 T ELT) ((|#1| $ #3#) 44 T ELT) (($ $ #4#) 66 T ELT)) (|delete| (($ $ #3#) 59 T ELT) (($ $ #4#) 58 T ELT)) (|count| ((#19=(|NonNegativeInteger|) |#1| $) 108 (|has| |#1| . #9#) ELT) ((#19# (|Mapping| #14# |#1|) $) 103 T ELT)) (|copyInto!| (($ $ $ (|Integer|)) 89 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#20=(|InputForm|) $) 72 (|has| |#1| (|ConvertibleTo| #20#)) ELT)) (|construct| (($ (|List| |#1|)) 67 T ELT)) (|concat| (($ $ |#1|) 64 T ELT) (($ |#1| $) 63 T ELT) (($ $ $) 62 T ELT) (($ (|List| $)) 61 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (|any?| ((#14# (|Mapping| #14# |#1|) . #17#) 101 T ELT)) (>= (#21=((|Boolean|) $ $) 82 (|has| |#1| . #13#) ELT)) (> (#21# 84 (|has| |#1| . #13#) ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)) (<= (#21# 83 (|has| |#1| . #13#) ELT)) (< (#21# 85 (|has| |#1| . #13#) ELT)) (|#| ((#19# $) 100 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|swap!| (((|Void|) $ #4=(|Integer|) #4#) 35 #5=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|sorted?| ((#2# #6=(|Mapping| #2# |#1| |#1|) $) 96 T ELT) (#7=(#2# $) 90 #8=(|has| |#1| #9=(|OrderedSet|)) ELT)) (|sort!| (#10=($ #6# $) 87 #5# ELT) (#11=($ $) 86 (AND #8# #5#) ELT)) (|sort| (#10# 97 T ELT) (#11# 91 #8# ELT)) (|setelt| (#12=(|#1| $ #4# |#1|) 47 #5# ELT) ((|#1| $ #13=(|UniversalSegment| #4#) |#1|) 55 #5# ELT)) (|select| (#14=($ #15=(|Mapping| #2# |#1|) $) 69 #16=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#17=($) 6 T CONST)) (|reverse!| (#11# 88 #5# ELT)) (|reverse| (#11# 98 T ELT)) (|removeDuplicates| (#11# 71 #18=(AND #3# #16#) ELT)) (|remove| (#19=($ |#1| $) 70 #18# ELT) (#14# 68 #16# ELT)) (|reduce| ((|#1| #20=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 110 #3# ELT) ((|#1| #20# $ |#1|) 106 T ELT) ((|#1| #20# $) 105 T ELT)) (|qsetelt!| (#12# 48 #5# ELT)) (|qelt| (#21=(|#1| $ #4#) 46 T ELT)) (|position| ((#4# #15# $) 95 T ELT) ((#4# |#1| $) 94 #3# ELT) ((#4# |#1| $ #4#) 93 #3# ELT)) (|new| (($ #22=(|NonNegativeInteger|) |#1|) 65 T ELT)) (|minIndex| (#23=(#4# $) 38 #24=(|has| #4# #9#) ELT)) (|min| (#25=($ $ $) 80 #8# ELT)) (|merge| (($ #6# $ $) 99 T ELT) (#25# 92 #8# ELT)) (|members| (#26=(#27=(|List| |#1|) $) 104 T ELT)) (|member?| (#28=(#2# |#1| $) 109 #3# ELT)) (|maxIndex| (#23# 39 #24# ELT)) (|max| (#25# 81 #8# ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT) (($ #20# $ $) 60 T ELT)) (|latex| (((|String|) $) 21 #29=(|has| |#1| (|SetCategory|)) ELT)) (|insert| (($ |#1| $ #4#) 57 T ELT) (#30=($ $ $ #4#) 56 T ELT)) (|indices| (((|List| #4#) $) 41 T ELT)) (|index?| ((#2# #4# $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 20 #29# ELT)) (|first| ((|#1| $) 37 #24# ELT)) (|find| (((|Union| |#1| "failed") #15# $) 107 T ELT)) (|fill!| (#31=($ $ |#1|) 36 #5# ELT)) (|every?| (#32=(#2# #15# $) 102 T ELT)) (|eval| (($ $ (|List| #33=(|Equation| |#1|))) 25 #34=(AND (|has| |#1| (|Evalable| |#1|)) #29#) ELT) (($ $ #33#) 24 #34# ELT) (($ $ |#1| |#1|) 23 #34# ELT) (($ $ #27# #27#) 22 #34# ELT)) (|eq?| (#1# 10 T ELT)) (|entry?| (#28# 40 (AND #16# #3#) ELT)) (|entries| (#26# 43 T ELT)) (|empty?| (#7# 7 T ELT)) (|empty| (#17# 8 T ELT)) (|elt| (#12# 45 T ELT) (#21# 44 T ELT) (#35=($ $ #13#) 66 T ELT)) (|delete| (($ $ #4#) 59 T ELT) (#35# 58 T ELT)) (|count| ((#22# |#1| $) 108 #3# ELT) ((#22# #15# $) 103 T ELT)) (|copyInto!| (#30# 89 #5# ELT)) (|copy| (#11# 9 T ELT)) (|convert| ((#36=(|InputForm|) $) 72 (|has| |#1| (|ConvertibleTo| #36#)) ELT)) (|construct| (($ #27#) 67 T ELT)) (|concat| (#31# 64 T ELT) (#19# 63 T ELT) (#25# 62 T ELT) (($ (|List| $)) 61 T ELT)) (|coerce| ((#37=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #37#)) ELT)) (|before?| (#1# 19 #3# ELT)) (|any?| (#32# 101 T ELT)) (>= (#1# 82 #8# ELT)) (> (#1# 84 #8# ELT)) (= (#1# 17 #3# ELT)) (<= (#1# 83 #8# ELT)) (< (#1# 85 #8# ELT)) (|#| ((#22# $) 100 T ELT)))
(((|FiniteLinearAggregate| |#1|) (|Category|) (|Type|)) (T |FiniteLinearAggregate|))
-((|merge| (*1 *1 *2 *1 *1) (AND (|isDomain| *2 (|Mapping| (|Boolean|) *3 *3)) (|ofCategory| *1 (|FiniteLinearAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|reverse| (*1 *1 *1) (AND (|ofCategory| *1 (|FiniteLinearAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|sort| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| (|Boolean|) *3 *3)) (|ofCategory| *1 (|FiniteLinearAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|sorted?| (*1 *2 *3 *1) (AND (|isDomain| *3 (|Mapping| (|Boolean|) *4 *4)) (|ofCategory| *1 (|FiniteLinearAggregate| *4)) (|ofCategory| *4 (|Type|)) (|isDomain| *2 (|Boolean|)))) (|position| (*1 *2 *3 *1) (AND (|isDomain| *3 (|Mapping| (|Boolean|) *4)) (|ofCategory| *1 (|FiniteLinearAggregate| *4)) (|ofCategory| *4 (|Type|)) (|isDomain| *2 (|Integer|)))) (|position| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|FiniteLinearAggregate| *3)) (|ofCategory| *3 (|Type|)) (|ofCategory| *3 (|BasicType|)) (|isDomain| *2 (|Integer|)))) (|position| (*1 *2 *3 *1 *2) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|FiniteLinearAggregate| *3)) (|ofCategory| *3 (|Type|)) (|ofCategory| *3 (|BasicType|)))) (|merge| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|FiniteLinearAggregate| *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|OrderedSet|)))) (|sort| (*1 *1 *1) (AND (|ofCategory| *1 (|FiniteLinearAggregate| *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|OrderedSet|)))) (|sorted?| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteLinearAggregate| *3)) (|ofCategory| *3 (|Type|)) (|ofCategory| *3 (|OrderedSet|)) (|isDomain| *2 (|Boolean|)))) (|copyInto!| (*1 *1 *1 *1 *2) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|ShallowlyMutableAggregate| *3)) (|ofCategory| *1 (|FiniteLinearAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|reverse!| (*1 *1 *1) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|FiniteLinearAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|sort!| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| (|Boolean|) *3 *3)) (|ofCategory| *1 (|ShallowlyMutableAggregate| *3)) (|ofCategory| *1 (|FiniteLinearAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|sort!| (*1 *1 *1) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|FiniteLinearAggregate| *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|OrderedSet|)))))
-(|Join| (|LinearAggregate| |t#1|) (|FiniteAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |merge| ($ (|Mapping| (|Boolean|) |t#1| |t#1|) $ $)) (SIGNATURE |reverse| ($ $)) (SIGNATURE |sort| ($ (|Mapping| (|Boolean|) |t#1| |t#1|) $)) (SIGNATURE |sorted?| ((|Boolean|) (|Mapping| (|Boolean|) |t#1| |t#1|) $)) (SIGNATURE |position| ((|Integer|) (|Mapping| (|Boolean|) |t#1|) $)) (IF (|has| |t#1| (|BasicType|)) (PROGN (SIGNATURE |position| ((|Integer|) |t#1| $)) (SIGNATURE |position| ((|Integer|) |t#1| $ (|Integer|)))) |%noBranch|) (IF (|has| |t#1| (|OrderedSet|)) (PROGN (ATTRIBUTE (|OrderedSet|)) (SIGNATURE |merge| ($ $ $)) (SIGNATURE |sort| ($ $)) (SIGNATURE |sorted?| ((|Boolean|) $))) |%noBranch|) (IF (|has| $ (|ShallowlyMutableAggregate| |t#1|)) (PROGN (SIGNATURE |copyInto!| ($ $ $ (|Integer|))) (SIGNATURE |reverse!| ($ $)) (SIGNATURE |sort!| ($ (|Mapping| (|Boolean|) |t#1| |t#1|) $)) (IF (|has| |t#1| (|OrderedSet|)) (SIGNATURE |sort!| ($ $)) |%noBranch|)) |%noBranch|)))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| (|Integer|)) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|LinearAggregate| |#1|) . T) ((|OrderedSet|) |has| |#1| (|OrderedSet|)) ((|OrderedType|) |has| |#1| (|OrderedSet|)) ((|SetCategory|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|OrderedSet|))) ((|Type|) . T))
+((|merge| (*1 *1 *2 *1 *1) #1=(AND #2=(|isDomain| *2 (|Mapping| #3=(|Boolean|) *3 *3)) #4=(|ofCategory| *1 (|FiniteLinearAggregate| *3)) #5=(|ofCategory| *3 #6=(|Type|)))) (|reverse| #7=(*1 *1 *1) (AND #8=(|ofCategory| *1 (|FiniteLinearAggregate| *2)) #9=(|ofCategory| *2 #6#))) (|sort| #10=(*1 *1 *2 *1) #1#) (|sorted?| #11=(*1 *2 *3 *1) (AND (|isDomain| *3 (|Mapping| #3# *4 *4)) #12=(|ofCategory| *1 (|FiniteLinearAggregate| *4)) #13=(|ofCategory| *4 #6#) #14=(|isDomain| *2 #3#))) (|position| #11# (AND (|isDomain| *3 (|Mapping| #3# *4)) #12# #13# #15=(|isDomain| *2 (|Integer|)))) (|position| #11# (AND #4# #5# #16=(|ofCategory| *3 (|BasicType|)) #15#)) (|position| (*1 *2 *3 *1 *2) (AND #15# #4# #5# #16#)) (|merge| (*1 *1 *1 *1) #17=(AND #8# #9# #18=(|ofCategory| *2 #19=(|OrderedSet|)))) (|sort| #7# #17#) (|sorted?| (*1 *2 *1) (AND #4# #5# (|ofCategory| *3 #19#) #14#)) (|copyInto!| (*1 *1 *1 *1 *2) (AND #15# #20=(|ofCategory| *1 (|ShallowlyMutableAggregate| *3)) #4# #5#)) (|reverse!| #7# (AND #21=(|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) #8# #9#)) (|sort!| #10# (AND #2# #20# #4# #5#)) (|sort!| #7# (AND #21# #8# #9# #18#)))
+(|Join| (|LinearAggregate| |t#1|) (|FiniteAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |merge| ($ #1=(|Mapping| #2=(|Boolean|) |t#1| |t#1|) $ $)) (SIGNATURE |reverse| #3=($ $)) (SIGNATURE |sort| #4=($ #1# $)) (SIGNATURE |sorted?| (#2# #1# $)) (SIGNATURE |position| (#5=(|Integer|) (|Mapping| #2# |t#1|) $)) (IF (|has| |t#1| (|BasicType|)) (PROGN (SIGNATURE |position| (#5# |t#1| $)) (SIGNATURE |position| (#5# |t#1| $ #5#))) |%noBranch|) (IF #6=(|has| |t#1| #7=(|OrderedSet|)) (PROGN (ATTRIBUTE #7#) (SIGNATURE |merge| ($ $ $)) (SIGNATURE |sort| #3#) (SIGNATURE |sorted?| (#2# $))) |%noBranch|) (IF (|has| $ (|ShallowlyMutableAggregate| |t#1|)) (PROGN (SIGNATURE |copyInto!| ($ $ $ #5#)) (SIGNATURE |reverse!| #3#) (SIGNATURE |sort!| #4#) (IF #6# (SIGNATURE |sort!| #3#) |%noBranch|)) |%noBranch|)))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| #1#) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|LinearAggregate| |#1|) . T) ((|OrderedSet|) |has| |#1| (|OrderedSet|)) ((|OrderedType|) |has| |#1| (|OrderedSet|)) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T))
((|scan| ((|#4| #1=(|Mapping| |#3| |#1| |#3|) |#2| |#3|) 25 T ELT)) (|reduce| ((|#3| #1# |#2| |#3|) 17 T ELT)) (|map| ((|#4| (|Mapping| |#3| |#1|) |#2|) 23 T ELT)))
(((|FiniteLinearAggregateFunctions2| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |map| (|#4| (|Mapping| |#3| |#1|) |#2|)) (SIGNATURE |reduce| (|#3| #1=(|Mapping| |#3| |#1| |#3|) |#2| |#3|)) (SIGNATURE |scan| (|#4| #1# |#2| |#3|))) #2=(|Type|) (|FiniteLinearAggregate| |#1|) #2# (|FiniteLinearAggregate| |#3|)) (T |FiniteLinearAggregateFunctions2|))
((|scan| (*1 *2 *3 *4 *5) (AND (|isDomain| *3 (|Mapping| *5 *6 *5)) #1=(|ofCategory| *6 #2=(|Type|)) #3=(|ofCategory| *5 #2#) (|ofCategory| *2 #4=(|FiniteLinearAggregate| *5)) (|isDomain| *1 (|FiniteLinearAggregateFunctions2| *6 *4 *5 *2)) (|ofCategory| *4 #5=(|FiniteLinearAggregate| *6)))) (|reduce| (*1 *2 *3 *4 *2) (AND (|isDomain| *3 (|Mapping| *2 *5 *2)) #3# (|ofCategory| *2 #2#) (|isDomain| *1 (|FiniteLinearAggregateFunctions2| *5 *4 *2 *6)) #6=(|ofCategory| *4 #4#) (|ofCategory| *6 (|FiniteLinearAggregate| *2)))) (|map| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Mapping| *6 *5)) #3# #1# (|ofCategory| *2 #5#) (|isDomain| *1 (|FiniteLinearAggregateFunctions2| *5 *4 *6 *2)) #6#)))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|varList| (((|List| |#1|) $) 46 T ELT)) (|trunc| (($ $ (|NonNegativeInteger|)) 47 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|rquo| (((|XRecursivePolynomial| |#1| |#2|) (|XRecursivePolynomial| |#1| |#2|) $) 50 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|mirror| (($ $) 48 T ELT)) (|lquo| (((|XRecursivePolynomial| |#1| |#2|) (|XRecursivePolynomial| |#1| |#2|) $) 51 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|eval| (($ $ |#1| $) 45 T ELT) (($ $ (|List| |#1|) (|List| $)) 44 T ELT)) (|degree| (((|NonNegativeInteger|) $) 52 T ELT)) (|construct| (($ $ $) 41 T ELT)) (|coerce| (((|OutputForm|) . #4=($)) 13 T ELT) (((|XDistributedPolynomial| |#1| |#2|) . #4#) 56 T ELT) (((|XRecursivePolynomial| |#1| |#2|) . #4#) 55 T ELT) (($ |#1|) 53 T ELT)) (|coef| ((|#2| (|XRecursivePolynomial| |#1| |#2|) $) 54 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (|LiePoly| (($ (|LyndonWord| |#1|)) 49 T ELT)) (= (#1# 8 T ELT)) (/ (($ $ |#2|) 40 (|has| |#2| (|Field|)) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #5=($)) 31 T ELT) (($ |#2| . #5#) 34 T ELT) (($ $ |#2|) 38 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|varList| ((#3=(|List| |#1|) $) 46 T ELT)) (|trunc| (($ $ #4=(|NonNegativeInteger|)) 47 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#5=($) 23 T CONST)) (|rquo| (#6=(#7=(|XRecursivePolynomial| |#1| |#2|) #7# $) 50 T ELT)) (|opposite?| (#1# 20 T ELT)) (|mirror| (#8=($ $) 48 T ELT)) (|lquo| (#6# 51 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|eval| (($ $ |#1| $) 45 T ELT) (($ $ #3# (|List| $)) 44 T ELT)) (|degree| ((#4# $) 52 T ELT)) (|construct| (#9=($ $ $) 41 T ELT)) (|coerce| (((|OutputForm|) . #10=($)) 13 T ELT) (((|XDistributedPolynomial| |#1| |#2|) . #10#) 56 T ELT) ((#7# . #10#) 55 T ELT) (($ |#1|) 53 T ELT)) (|coef| ((|#2| #7# $) 54 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#5# 24 T CONST)) (|LiePoly| (($ (|LyndonWord| |#1|)) 49 T ELT)) (= (#1# 8 T ELT)) (/ (#11=($ $ |#2|) 40 (|has| |#2| (|Field|)) ELT)) (- (#8# 30 T ELT) (#9# 29 T ELT)) (+ (#9# 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ #4# $) 21 T ELT) (($ (|Integer|) . #12=($)) 31 T ELT) (($ |#2| . #12#) 34 T ELT) (#11# 38 T ELT)))
(((|FreeLieAlgebra| |#1| |#2|) (|Category|) (|OrderedSet|) (|CommutativeRing|)) (T |FreeLieAlgebra|))
-((|coef| (*1 *2 *3 *1) (AND (|isDomain| *3 (|XRecursivePolynomial| *4 *2)) (|ofCategory| *1 (|FreeLieAlgebra| *4 *2)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|CommutativeRing|)))) (|coerce| (*1 *1 *2) (AND (|ofCategory| *1 (|FreeLieAlgebra| *2 *3)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *3 (|CommutativeRing|)))) (|degree| (*1 *2 *1) (AND (|ofCategory| *1 (|FreeLieAlgebra| *3 *4)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|CommutativeRing|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|lquo| (*1 *2 *2 *1) (AND (|isDomain| *2 (|XRecursivePolynomial| *3 *4)) (|ofCategory| *1 (|FreeLieAlgebra| *3 *4)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|CommutativeRing|)))) (|rquo| (*1 *2 *2 *1) (AND (|isDomain| *2 (|XRecursivePolynomial| *3 *4)) (|ofCategory| *1 (|FreeLieAlgebra| *3 *4)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|CommutativeRing|)))) (|LiePoly| (*1 *1 *2) (AND (|isDomain| *2 (|LyndonWord| *3)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *1 (|FreeLieAlgebra| *3 *4)) (|ofCategory| *4 (|CommutativeRing|)))) (|mirror| (*1 *1 *1) (AND (|ofCategory| *1 (|FreeLieAlgebra| *2 *3)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *3 (|CommutativeRing|)))) (|trunc| (*1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|FreeLieAlgebra| *3 *4)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|CommutativeRing|)))) (|varList| (*1 *2 *1) (AND (|ofCategory| *1 (|FreeLieAlgebra| *3 *4)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|CommutativeRing|)) (|isDomain| *2 (|List| *3)))) (|eval| (*1 *1 *1 *2 *1) (AND (|ofCategory| *1 (|FreeLieAlgebra| *2 *3)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *3 (|CommutativeRing|)))) (|eval| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|List| *4)) (|isDomain| *3 (|List| *1)) (|ofCategory| *1 (|FreeLieAlgebra| *4 *5)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *5 (|CommutativeRing|)))))
-(|Join| (|LieAlgebra| |t#2|) (|CoercibleTo| (|XDistributedPolynomial| |t#1| |t#2|)) (|CoercibleTo| (|XRecursivePolynomial| |t#1| |t#2|)) (CATEGORY |domain| (SIGNATURE |coef| (|t#2| (|XRecursivePolynomial| |t#1| |t#2|) $)) (SIGNATURE |coerce| ($ |t#1|)) (SIGNATURE |degree| ((|NonNegativeInteger|) $)) (SIGNATURE |lquo| ((|XRecursivePolynomial| |t#1| |t#2|) (|XRecursivePolynomial| |t#1| |t#2|) $)) (SIGNATURE |rquo| ((|XRecursivePolynomial| |t#1| |t#2|) (|XRecursivePolynomial| |t#1| |t#2|) $)) (SIGNATURE |LiePoly| ($ (|LyndonWord| |t#1|))) (SIGNATURE |mirror| ($ $)) (SIGNATURE |trunc| ($ $ (|NonNegativeInteger|))) (SIGNATURE |varList| ((|List| |t#1|) $)) (SIGNATURE |eval| ($ $ |t#1| $)) (SIGNATURE |eval| ($ $ (|List| |t#1|) (|List| $)))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#2| |#2|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CoercibleTo| (|XDistributedPolynomial| |#1| |#2|)) . T) ((|CoercibleTo| (|XRecursivePolynomial| |#1| |#2|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#2|) . T) ((|LeftModule| |#2|) . T) ((|LieAlgebra| |#2|) . T) ((|LinearSet| |#2|) . T) ((|Module| |#2|) . T) ((|RightLinearSet| |#2|) . T) ((|RightModule| |#2|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|coef| (*1 *2 *3 *1) (AND (|isDomain| *3 (|XRecursivePolynomial| *4 *2)) (|ofCategory| *1 (|FreeLieAlgebra| *4 *2)) #1=(|ofCategory| *4 #2=(|OrderedSet|)) (|ofCategory| *2 #3=(|CommutativeRing|)))) (|coerce| #4=(*1 *1 *2) #5=(AND (|ofCategory| *1 (|FreeLieAlgebra| *2 *3)) (|ofCategory| *2 #2#) (|ofCategory| *3 #3#))) (|degree| #6=(*1 *2 *1) (AND #7=(|ofCategory| *1 (|FreeLieAlgebra| *3 *4)) #8=(|ofCategory| *3 #2#) #9=(|ofCategory| *4 #3#) #10=(|isDomain| *2 (|NonNegativeInteger|)))) (|lquo| #11=(*1 *2 *2 *1) #12=(AND (|isDomain| *2 (|XRecursivePolynomial| *3 *4)) #7# #8# #9#)) (|rquo| #11# #12#) (|LiePoly| #4# (AND (|isDomain| *2 (|LyndonWord| *3)) #8# #7# #9#)) (|mirror| (*1 *1 *1) #5#) (|trunc| (*1 *1 *1 *2) (AND #10# #7# #8# #9#)) (|varList| #6# (AND #7# #8# #9# (|isDomain| *2 (|List| *3)))) (|eval| (*1 *1 *1 *2 *1) #5#) (|eval| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|List| *4)) (|isDomain| *3 (|List| *1)) (|ofCategory| *1 (|FreeLieAlgebra| *4 *5)) #1# (|ofCategory| *5 #3#))))
+(|Join| (|LieAlgebra| |t#2|) (|CoercibleTo| (|XDistributedPolynomial| |t#1| |t#2|)) (|CoercibleTo| #1=(|XRecursivePolynomial| |t#1| |t#2|)) (CATEGORY |domain| (SIGNATURE |coef| (|t#2| #1# $)) (SIGNATURE |coerce| ($ |t#1|)) (SIGNATURE |degree| (#2=(|NonNegativeInteger|) $)) (SIGNATURE |lquo| #3=(#1# #1# $)) (SIGNATURE |rquo| #3#) (SIGNATURE |LiePoly| ($ (|LyndonWord| |t#1|))) (SIGNATURE |mirror| ($ $)) (SIGNATURE |trunc| ($ $ #2#)) (SIGNATURE |varList| (#4=(|List| |t#1|) $)) (SIGNATURE |eval| ($ $ |t#1| $)) (SIGNATURE |eval| ($ $ #4# (|List| $)))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#2| |#2|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CoercibleTo| (|XDistributedPolynomial| |#1| |#2|)) . T) ((|CoercibleTo| (|XRecursivePolynomial| |#1| |#2|)) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#2|) . T) ((|LeftModule| |#2|) . T) ((|LieAlgebra| |#2|) . T) ((|LinearSet| |#2|) . T) ((|Module| |#2|) . T) ((|RightLinearSet| |#2|) . T) ((|RightModule| |#2|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|shellSort| (#1=(|#2| (|Mapping| (|Boolean|) |#1| |#1|) |#2|) 40 T ELT)) (|quickSort| (#1# 13 T ELT)) (|heapSort| (#1# 33 T ELT)))
(((|FiniteLinearAggregateSort| |#1| |#2|) (CATEGORY |package| (SIGNATURE |quickSort| #1=(|#2| (|Mapping| (|Boolean|) |#1| |#1|) |#2|)) (SIGNATURE |heapSort| #1#) (SIGNATURE |shellSort| #1#)) (|Type|) (|Join| (|FiniteLinearAggregate| |#1|) (|ShallowlyMutableAggregate| |#1|))) (T |FiniteLinearAggregateSort|))
((|shellSort| #1=(*1 *2 *3 *2) #2=(AND (|isDomain| *3 (|Mapping| (|Boolean|) *4 *4)) (|ofCategory| *4 (|Type|)) (|isDomain| *1 (|FiniteLinearAggregateSort| *4 *2)) (|ofCategory| *2 (|Join| (|FiniteLinearAggregate| *4) (|ShallowlyMutableAggregate| *4))))) (|heapSort| #1# #2#) (|quickSort| #1# #2#))
((|reducedSystem| ((#1=(|Matrix| |#2|) #2=(|Matrix| $)) NIL T ELT) (((|Record| (|:| |mat| #1#) (|:| |vec| (|Vector| |#2|))) #2# #3=(|Vector| $)) NIL T ELT) (((|Record| (|:| |mat| #4=(|Matrix| #5=(|Integer|))) (|:| |vec| (|Vector| #5#))) #2# #3#) 22 T ELT) ((#4# #2#) 14 T ELT)))
(((|FullyLinearlyExplicitRingOver&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |reducedSystem| (#1=(|Matrix| #2=(|Integer|)) #3=(|Matrix| |#1|))) (SIGNATURE |reducedSystem| ((|Record| (|:| |mat| #1#) (|:| |vec| (|Vector| #2#))) #3# #4=(|Vector| |#1|))) (SIGNATURE |reducedSystem| ((|Record| (|:| |mat| #5=(|Matrix| |#2|)) (|:| |vec| (|Vector| |#2|))) #3# #4#)) (SIGNATURE |reducedSystem| (#5# #3#))) (|FullyLinearlyExplicitRingOver| |#2|) (|Ring|)) (T |FullyLinearlyExplicitRingOver&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|reducedSystem| (((|Matrix| |#1|) . #4=(#5=(|Matrix| $))) 37 T ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #6=(#5# #7=(|Vector| $))) 36 T ELT) (((|Record| (|:| |mat| (|Matrix| #8=(|Integer|))) (|:| |vec| (|Vector| #8#))) . #6#) 48 (|has| |#1| . #9=((|LinearlyExplicitRingOver| (|Integer|)))) ELT) (((|Matrix| #8#) . #4#) 47 (|has| |#1| . #9#) ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|leftReducedSystem| (((|Matrix| |#1|) . #10=(#7#)) 39 T ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #11=(#7# $)) 38 T ELT) (((|Record| (|:| |mat| (|Matrix| #8#)) (|:| |vec| (|Vector| #8#))) . #11#) 46 (|has| |#1| . #9#) ELT) (((|Matrix| #8#) . #10#) 45 (|has| |#1| . #9#) ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #12=($)) 31 T ELT) (($ |#1| . #12#) 34 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|reducedSystem| ((#4=(|Matrix| |#1|) . #5=(#6=(|Matrix| $))) 37 T ELT) ((#7=(|Record| (|:| |mat| #4#) (|:| |vec| (|Vector| |#1|))) . #8=(#6# #9=(|Vector| $))) 36 T ELT) ((#10=(|Record| (|:| |mat| #11=(|Matrix| #12=(|Integer|))) (|:| |vec| (|Vector| #12#))) . #8#) 48 #13=(|has| |#1| (|LinearlyExplicitRingOver| #12#)) ELT) ((#11# . #5#) 47 #13# ELT)) (|opposite?| (#1# 20 T ELT)) (|leftReducedSystem| ((#4# . #14=(#9#)) 39 T ELT) ((#7# . #15=(#9# $)) 38 T ELT) ((#10# . #15#) 46 #13# ELT) ((#11# . #14#) 45 #13# ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#16=($ $ $) 29 T ELT)) (+ (#16# 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ #12# . #17=($)) 31 T ELT) (($ |#1| . #17#) 34 T ELT)))
(((|FullyLinearlyExplicitRingOver| |#1|) (|Category|) (|Ring|)) (T |FullyLinearlyExplicitRingOver|))
NIL
-(|Join| (|LinearlyExplicitRingOver| |t#1|) (CATEGORY |package| (IF (|has| |t#1| (|LinearlyExplicitRingOver| (|Integer|))) (ATTRIBUTE (|LinearlyExplicitRingOver| (|Integer|))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| #1=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LinearlyExplicitRingOver| #1#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(|Join| (|LinearlyExplicitRingOver| |t#1|) (CATEGORY |package| (IF (|has| |t#1| #1=(|LinearlyExplicitRingOver| (|Integer|))) (ATTRIBUTE #1#) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| #1=(|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| #1#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LinearlyExplicitRingOver| #1#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| (#4=(#3# $) 16 T ELT)) (|wholePart| (#5=(#6=(|Integer|) $) 44 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) NIL T ELT)) (|unitCanonical| #7=(#8=($ $) NIL T ELT)) (|unit?| #9=(#4# NIL T ELT)) (|truncate| (#8# 120 T ELT)) (|tanh| (#8# 81 T ELT)) (|tan| (#8# 72 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|squareFreePart| #7#) (|squareFree| #10=(((|Factored| $) $) NIL T ELT)) (|sqrt| (#8# 28 T ELT)) (|sizeLess?| #1#) (|sinh| (#8# 79 T ELT)) (|sin| (#8# 67 T ELT)) (|sign| (#5# 60 T ELT)) (|shift| (#11=($ $ #6#) 55 T ELT)) (|sech| #7#) (|sec| #7#) (|sample| (#12=($) NIL T CONST)) (|round| (#8# 122 T ELT)) (|retractIfCan| (((|Union| #6# . #13=(#14="failed")) $) 217 T ELT) (((|Union| #15=(|Fraction| #6#) . #13#) $) 213 T ELT)) (|retract| (#5# 215 T ELT) ((#15# $) 211 T ELT)) (|rem| #16=(#17=($ $ $) NIL T ELT)) (|relerror| ((#6# $ $) 110 T ELT)) (|recip| ((#18=(|Union| $ #14#) $) 125 T ELT)) (|rationalApproximation| ((#15# $ #19=(|NonNegativeInteger|)) 218 T ELT) ((#15# $ #19# #19#) 210 T ELT)) (|quo| #16#) (|principalIdeal| (((|Record| (|:| |coef| #20=(|List| $)) #21=(|:| |generator| $)) #20#) NIL T ELT)) (|prime?| #9#) (|precision| (#22=(#23=(|PositiveInteger|)) 106 T ELT) (#24=(#23# #23#) 107 #25=(|has| $ (ATTRIBUTE |arbitraryPrecision|)) ELT)) (|positive?| (#4# 38 T ELT)) (|pi| (#12# 22 T ELT)) (|patternMatch| ((#26=(|PatternMatchResult| #27=(|Float|) $) $ #28=(|Pattern| #27#) #26#) NIL T ELT)) (|outputSpacing| (#29=(#30=(|Void|) #19#) 177 T ELT)) (|outputGeneral| (#31=(#30#) 182 T ELT) (#29# 183 T ELT)) (|outputFloating| (#31# 184 T ELT) (#29# 185 T ELT)) (|outputFixed| (#31# 180 T ELT) (#29# 181 T ELT)) (|order| (#5# 50 T ELT)) (|opposite?| #1#) (|one?| (#4# 21 T ELT)) (|nthRoot| (#11# NIL T ELT)) (|normalize| (#8# 32 T ELT)) (|norm| #7#) (|negative?| (#4# 18 T ELT)) (|multiEuclidean| (((|Union| #20# #14#) #20# $) NIL T ELT)) (|min| #16# #32=(#12# NIL (AND (|not| (|has| $ (ATTRIBUTE |arbitraryExponent|))) (|not| #25#)) ELT)) (|max| #16# #32#) (|mantissa| (#5# 112 T ELT)) (|log2| (#12# 90 T ELT) (#8# 97 T ELT)) (|log10| (#12# 96 T ELT) (#8# 98 T ELT)) (|log| (#8# 84 T ELT)) (|lcm| #16# #33=(($ #20#) NIL T ELT)) (|latex| (#34=((|String|) $) NIL T ELT)) (|inv| (#8# 127 T ELT)) (|increasePrecision| (#35=(#23# #6#) 27 #25# ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|gcdPolynomial| ((#36=(|SparseUnivariatePolynomial| $) #36# #36#) NIL T ELT)) (|gcd| #16# #33#) (|fractionPart| (#8# 41 T ELT)) (|floor| (#8# 119 T ELT)) (|float| (($ #6# #6#) 115 T ELT) (($ #6# #6# #23#) 116 T ELT)) (|factor| #10#) (|extendedEuclidean| (((|Record| #37=(|:| |coef1| $) #38=(|:| |coef2| $) #21#) $ $) NIL T ELT) (((|Union| (|Record| #37# #38#) #14#) $ $ $) NIL T ELT)) (|exquo| ((#18# $ $) NIL T ELT)) (|expressIdealMember| (((|Maybe| #20#) #20# $) NIL T ELT)) (|exponent| (#5# 113 T ELT)) (|exp1| (#12# 99 T ELT)) (|exp| (#8# 78 T ELT)) (|euclideanSize| ((#19# $) NIL T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) NIL T ELT)) (|digits| (#22# 108 T ELT) (#24# 109 #25# ELT)) (|differentiate| (#8# 126 T ELT) #39=(($ $ #19#) NIL T ELT)) (|decreasePrecision| (#35# 31 #25# ELT)) (|csch| #7#) (|csc| #7#) (|coth| #7#) (|cot| #7#) (|cosh| (#8# 80 T ELT)) (|cos| (#8# 71 T ELT)) (|convert| ((#27# $) 202 T ELT) (#40=(#41=(|DoubleFloat|) $) 204 T ELT) ((#28# $) NIL T ELT) (#34# 188 T ELT) (((|InputForm|) $) 200 T ELT) (($ #41#) 209 T ELT)) (|coerce| (((|OutputForm|) $) 192 T ELT) #42=(($ #6#) 214 T ELT) #7# #43=(($ #15#) NIL T ELT) #42# #43# (#40# 205 T ELT)) (|characteristic| ((#19#) NIL T CONST)) (|ceiling| (#8# 121 T ELT)) (|bits| (#22# 42 T ELT) (#24# 62 #25# ELT)) (|before?| #1#) (|base| (#22# 111 T ELT)) (|atanh| (#8# 87 T ELT)) (|atan| (#8# 30 T ELT) (#17# 40 T ELT)) (|associates?| #1#) (|asinh| (#8# 85 T ELT)) (|asin| (#8# 20 T ELT)) (|asech| #7#) (|asec| #7#) (|annihilate?| #1#) (|acsch| #7#) (|acsc| #7#) (|acoth| #7#) (|acot| #7#) (|acosh| (#8# 86 T ELT)) (|acos| (#8# 33 T ELT)) (|abs| (#8# 39 T ELT)) (|Zero| (#12# 17 T CONST)) (|One| (#12# 24 T CONST)) (D #7# #39#) (>= (#2# 189 T ELT)) (> (#2# 26 T ELT)) (= (#2# 37 T ELT)) (<= #1#) (< (#2# 43 T ELT)) (/ (#17# 29 T ELT) (#11# 23 T ELT)) (- (#8# 19 T ELT) (#17# 34 T ELT)) (+ (#17# 54 T ELT)) (** (($ $ #23#) 65 T ELT) #39# (#11# 91 T ELT) (#44=($ $ #15#) 137 T ELT) (#17# 129 T ELT)) (* (($ #23# $) 61 T ELT) (($ #19# $) NIL T ELT) (($ #6# $) 66 T ELT) (#17# 53 T ELT) (#44# NIL T ELT) (($ #15# $) NIL T ELT)))
(((|Float|) (|Join| (|FloatingPointSystem|) (|DifferentialRing|) (|ConvertibleTo| (|String|)) (|CoercibleTo| #1=(|DoubleFloat|)) (|TranscendentalFunctionCategory|) (|ConvertibleTo| (|InputForm|)) (|ConvertibleFrom| #1#) (CATEGORY |domain| (SIGNATURE / #2=($ $ #3=(|Integer|))) (SIGNATURE ** #4=($ $ $)) (SIGNATURE |normalize| #5=($ $)) (SIGNATURE |relerror| (#3# $ $)) (SIGNATURE |shift| #2#) (SIGNATURE |rationalApproximation| (#6=(|Fraction| #3#) $ #7=(|NonNegativeInteger|))) (SIGNATURE |rationalApproximation| (#6# $ #7# #7#)) (SIGNATURE |log2| #8=($)) (SIGNATURE |log10| #8#) (SIGNATURE |exp1| #8#) (SIGNATURE |atan| #4#) (SIGNATURE |log2| #5#) (SIGNATURE |log10| #5#) (SIGNATURE |outputFloating| #9=(#10=(|Void|))) (SIGNATURE |outputFloating| #11=(#10# #7#)) (SIGNATURE |outputFixed| #9#) (SIGNATURE |outputFixed| #11#) (SIGNATURE |outputGeneral| #9#) (SIGNATURE |outputGeneral| #11#) (SIGNATURE |outputSpacing| #11#) (ATTRIBUTE |arbitraryPrecision|) (ATTRIBUTE |arbitraryExponent|)))) (T |Float|))
((** #1=(*1 *1 *1 *1) #2=(|isDomain| *1 (|Float|))) (/ #3=(*1 *1 *1 *2) #4=(AND (|isDomain| *2 #5=(|Integer|)) #2#)) (|normalize| #6=(*1 *1 *1) #2#) (|relerror| (*1 *2 *1 *1) #4#) (|shift| #3# #4#) (|rationalApproximation| (*1 *2 *1 *3) #7=(AND #8=(|isDomain| *3 (|NonNegativeInteger|)) (|isDomain| *2 (|Fraction| #5#)) #2#)) (|rationalApproximation| (*1 *2 *1 *3 *3) #7#) (|log2| #9=(*1 *1) #2#) (|log10| #9# #2#) (|exp1| #9# #2#) (|atan| #1# #2#) (|log2| #6# #2#) (|log10| #6# #2#) (|outputFloating| #10=(*1 *2) #11=(AND #12=(|isDomain| *2 (|Void|)) #2#)) (|outputFloating| #13=(*1 *2 *3) #14=(AND #8# #12# #2#)) (|outputFixed| #10# #11#) (|outputFixed| #13# #14#) (|outputGeneral| #10# #11#) (|outputGeneral| #13# #14#) (|outputSpacing| #13# #14#))
@@ -1105,27 +1105,27 @@ NIL
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|varList| (((|List| |#1|) $) 15 T ELT)) (|right| (#4=($ $) 19 T ELT)) (|retractable?| ((#3# $) 20 T ELT)) (|retractIfCan| (((|Union| |#1| "failed") $) 23 T ELT)) (|retract| (#5=(|#1| $) 21 T ELT)) (|rest| (#4# 37 T ELT)) (|mirror| (#4# 25 T ELT)) (|min| #6=(#7=($ $ $) NIL T ELT)) (|max| #6#) (|lexico| (#2# 46 T ELT)) (|length| (((|PositiveInteger|) $) 40 T ELT)) (|left| (#4# 18 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|first| (#5# 36 T ELT)) (|coerce| (((|OutputForm|) $) 32 T ELT) (($ |#1|) 24 T ELT) (((|OrderedFreeMonoid| |#1|) $) 28 T ELT)) (|before?| #1#) (>= #1#) (> #1#) (= (#2# 13 T ELT)) (<= #1#) (< (#2# 44 T ELT)) (* (#7# 35 T ELT)))
(((|FreeMagma| |#1|) (|Join| #1=(|OrderedSet|) (|RetractableTo| |#1|) (|CoercibleTo| (|OrderedFreeMonoid| |#1|)) (CATEGORY |domain| (SIGNATURE * ($ $ $)) (SIGNATURE |first| (|#1| $)) (SIGNATURE |left| #2=($ $)) (SIGNATURE |length| ((|PositiveInteger|) $)) (SIGNATURE |lexico| (#3=(|Boolean|) $ $)) (SIGNATURE |mirror| #2#) (SIGNATURE |rest| #2#) (SIGNATURE |retractable?| (#3# $)) (SIGNATURE |right| #2#) (SIGNATURE |varList| ((|List| |#1|) $)))) #1#) (T |FreeMagma|))
((* (*1 *1 *1 *1) #1=(AND (|isDomain| *1 (|FreeMagma| *2)) (|ofCategory| *2 #2=(|OrderedSet|)))) (|first| #3=(*1 *2 *1) #1#) (|left| #4=(*1 *1 *1) #1#) (|length| #3# (AND (|isDomain| *2 (|PositiveInteger|)) #5=(|isDomain| *1 (|FreeMagma| *3)) #6=(|ofCategory| *3 #2#))) (|lexico| (*1 *2 *1 *1) #7=(AND (|isDomain| *2 (|Boolean|)) #5# #6#)) (|mirror| #4# #1#) (|rest| #4# #1#) (|retractable?| #3# #7#) (|right| #4# #1#) (|varList| #3# (AND (|isDomain| *2 (|List| *3)) #5# #6#)))
-((~= (#1=((|Boolean|) $ $) 31 T ELT)) (|zero?| ((#2=(|Boolean|) $) 40 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 43 T ELT)) (|sample| (#3=($) 39 T CONST)) (|retractIfCan| (((|Union| |#2| "failed") $) 28 T ELT)) (|retract| ((|#2| $) 29 T ELT)) (|reductum| (($ $) 15 T ELT)) (|opposite?| ((#2# $ $) 42 T ELT)) (|numberOfMonomials| (((|NonNegativeInteger|) $) 19 T ELT)) (|monomials| (((|List| $) $) 20 T ELT)) (|monomial?| (((|Boolean|) $) 23 T ELT)) (|monom| (($ |#2| |#1|) 24 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 6 T ELT)) (|leadingTerm| (((|Record| (|:| |k| |#2|) (|:| |c| |#1|)) $) 16 T ELT)) (|leadingMonomial| ((|#2| $) 18 T ELT)) (|leadingCoefficient| ((|#1| $) 17 T ELT)) (|latex| (((|String|) $) 35 T ELT)) (|hash| (((|SingleInteger|) $) 34 T ELT)) (|coerce| (((|OutputForm|) $) 33 T ELT) (($ |#2|) 27 T ELT)) (|coefficients| (((|List| |#1|) $) 21 T ELT)) (|coefficient| ((|#1| $ |#2|) 25 T ELT)) (|before?| (#1# 32 T ELT)) (|Zero| (#3# 38 T CONST)) (|ListOfTerms| (((|List| (|Record| (|:| |k| |#2|) (|:| |c| |#1|))) $) 22 T ELT)) (= (#1# 30 T ELT)) (- (($ $ $) 46 T ELT) (($ $) 45 T ELT)) (+ (($ $ $) 36 T ELT)) (* (($ $ |#1|) 48 T ELT) (($ |#1| . #4=($)) 47 T ELT) (($ (|Integer|) . #4#) 44 T ELT) (($ (|NonNegativeInteger|) $) 41 T ELT) (($ (|PositiveInteger|) $) 37 T ELT) (($ |#1| |#2|) 26 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 31 T ELT)) (|zero?| (#3=(#2# $) 40 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 43 T ELT)) (|sample| (#4=($) 39 T CONST)) (|retractIfCan| (((|Union| |#2| "failed") $) 28 T ELT)) (|retract| (#5=(|#2| $) 29 T ELT)) (|reductum| (#6=($ $) 15 T ELT)) (|opposite?| (#1# 42 T ELT)) (|numberOfMonomials| ((#7=(|NonNegativeInteger|) $) 19 T ELT)) (|monomials| (((|List| $) $) 20 T ELT)) (|monomial?| (#3# 23 T ELT)) (|monom| (($ |#2| |#1|) 24 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 6 T ELT)) (|leadingTerm| ((#8=(|Record| (|:| |k| |#2|) (|:| |c| |#1|)) $) 16 T ELT)) (|leadingMonomial| (#5# 18 T ELT)) (|leadingCoefficient| ((|#1| $) 17 T ELT)) (|latex| (((|String|) $) 35 T ELT)) (|hash| (((|SingleInteger|) $) 34 T ELT)) (|coerce| (((|OutputForm|) $) 33 T ELT) (($ |#2|) 27 T ELT)) (|coefficients| (((|List| |#1|) $) 21 T ELT)) (|coefficient| ((|#1| $ |#2|) 25 T ELT)) (|before?| (#1# 32 T ELT)) (|Zero| (#4# 38 T CONST)) (|ListOfTerms| (((|List| #8#) $) 22 T ELT)) (= (#1# 30 T ELT)) (- (#9=($ $ $) 46 T ELT) (#6# 45 T ELT)) (+ (#9# 36 T ELT)) (* (($ $ |#1|) 48 T ELT) (($ |#1| . #10=($)) 47 T ELT) (($ (|Integer|) . #10#) 44 T ELT) (($ #7# $) 41 T ELT) (($ (|PositiveInteger|) $) 37 T ELT) (($ |#1| |#2|) 26 T ELT)))
(((|FreeModuleCat| |#1| |#2|) (|Category|) (|Ring|) (|SetCategory|)) (T |FreeModuleCat|))
-((* (*1 *1 *2 *3) (AND (|ofCategory| *1 (|FreeModuleCat| *2 *3)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|SetCategory|)))) (|coefficient| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|FreeModuleCat| *2 *3)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *2 (|Ring|)))) (|monom| (*1 *1 *2 *3) (AND (|ofCategory| *1 (|FreeModuleCat| *3 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *2 (|SetCategory|)))) (|monomial?| (*1 *2 *1) (AND (|ofCategory| *1 (|FreeModuleCat| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|SetCategory|)) (|isDomain| *2 (|Boolean|)))) (|ListOfTerms| (*1 *2 *1) (AND (|ofCategory| *1 (|FreeModuleCat| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|SetCategory|)) (|isDomain| *2 (|List| (|Record| (|:| |k| *4) (|:| |c| *3)))))) (|coefficients| (*1 *2 *1) (AND (|ofCategory| *1 (|FreeModuleCat| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|SetCategory|)) (|isDomain| *2 (|List| *3)))) (|monomials| (*1 *2 *1) (AND (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|SetCategory|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|FreeModuleCat| *3 *4)))) (|numberOfMonomials| (*1 *2 *1) (AND (|ofCategory| *1 (|FreeModuleCat| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|SetCategory|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|leadingMonomial| (*1 *2 *1) (AND (|ofCategory| *1 (|FreeModuleCat| *3 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *2 (|SetCategory|)))) (|leadingCoefficient| (*1 *2 *1) (AND (|ofCategory| *1 (|FreeModuleCat| *2 *3)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *2 (|Ring|)))) (|leadingTerm| (*1 *2 *1) (AND (|ofCategory| *1 (|FreeModuleCat| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|SetCategory|)) (|isDomain| *2 (|Record| (|:| |k| *4) (|:| |c| *3))))) (|reductum| (*1 *1 *1) (AND (|ofCategory| *1 (|FreeModuleCat| *2 *3)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|SetCategory|)))))
-(|Join| (|Functorial| |t#1|) (|BiModule| |t#1| |t#1|) (|RetractableTo| |t#2|) (CATEGORY |domain| (SIGNATURE * ($ |t#1| |t#2|)) (SIGNATURE |coefficient| (|t#1| $ |t#2|)) (SIGNATURE |monom| ($ |t#2| |t#1|)) (SIGNATURE |monomial?| ((|Boolean|) $)) (SIGNATURE |ListOfTerms| ((|List| (|Record| (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (SIGNATURE |coefficients| ((|List| |t#1|) $)) (SIGNATURE |monomials| ((|List| $) $)) (SIGNATURE |numberOfMonomials| ((|NonNegativeInteger|) $)) (SIGNATURE |leadingMonomial| (|t#2| $)) (SIGNATURE |leadingCoefficient| (|t#1| $)) (SIGNATURE |leadingTerm| ((|Record| (|:| |k| |t#2|) (|:| |c| |t#1|)) $)) (SIGNATURE |reductum| ($ $)) (IF (|has| |t#1| (|CommutativeRing|)) (ATTRIBUTE (|Module| |t#1|)) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| |#2|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Functorial| |#1|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|RetractableTo| |#2|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|size| (((|NonNegativeInteger|) $) 40 T ELT)) (|sample| (#2=($) 23 T CONST)) (|rquo| (((|Union| $ "failed") $ $) 43 T ELT)) (|retractIfCan| (((|Union| |#1| "failed") $) 51 T ELT)) (|retract| ((|#1| $) 52 T ELT)) (|recip| (((|Union| $ "failed") $) 20 T ELT)) (|overlap| (((|Record| (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 41 T ELT)) (|one?| (((|Boolean|) $) 22 T ELT)) (|nthFactor| ((|#1| $ (|Integer|)) 37 T ELT)) (|nthExpon| (((|NonNegativeInteger|) $ (|Integer|)) 38 T ELT)) (|min| (#3=($ $ $) 29 (|has| |#1| . #4=((|OrderedSet|))) ELT)) (|max| (#3# 30 (|has| |#1| . #4#) ELT)) (|mapGen| (($ (|Mapping| |#1| |#1|) $) 35 T ELT)) (|mapExpon| (($ (|Mapping| (|NonNegativeInteger|) (|NonNegativeInteger|)) $) 36 T ELT)) (|lquo| (((|Union| $ "failed") $ $) 44 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hcrf| (($ $ $) 45 T ELT)) (|hclf| (($ $ $) 46 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|factors| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| (|NonNegativeInteger|)))) $) 39 T ELT)) (|divide| (((|Union| (|Record| (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 42 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ |#1|) 50 T ELT)) (|before?| (#1# 6 T ELT)) (|One| (#2# 24 T CONST)) (>= (#5=((|Boolean|) $ $) 31 (|has| |#1| . #4#) ELT)) (> (#5# 33 (|has| |#1| . #4#) ELT)) (= (#1# 8 T ELT)) (<= (#5# 32 (|has| |#1| . #4#) ELT)) (< (#5# 34 (|has| |#1| . #4#) ELT)) (** (($ $ (|PositiveInteger|)) 17 T ELT) (($ $ (|NonNegativeInteger|)) 21 T ELT) (($ |#1| (|NonNegativeInteger|)) 47 T ELT)) (* (($ $ $) 18 T ELT) (($ |#1| $) 49 T ELT) (($ $ |#1|) 48 T ELT)))
+((* #1=(*1 *1 *2 *3) #2=(AND #3=(|ofCategory| *1 (|FreeModuleCat| *2 *3)) #4=(|ofCategory| *2 #5=(|Ring|)) #6=(|ofCategory| *3 #7=(|SetCategory|)))) (|coefficient| (*1 *2 *1 *3) #8=(AND #3# #6# #4#)) (|monom| #1# #9=(AND (|ofCategory| *1 (|FreeModuleCat| *3 *2)) #10=(|ofCategory| *3 #5#) (|ofCategory| *2 #7#))) (|monomial?| #11=(*1 *2 *1) (AND #12=(|ofCategory| *1 (|FreeModuleCat| *3 *4)) #10# #13=(|ofCategory| *4 #7#) (|isDomain| *2 (|Boolean|)))) (|ListOfTerms| #11# (AND #12# #10# #13# (|isDomain| *2 (|List| #14=(|Record| (|:| |k| *4) (|:| |c| *3)))))) (|coefficients| #11# (AND #12# #10# #13# (|isDomain| *2 (|List| *3)))) (|monomials| #11# (AND #10# #13# (|isDomain| *2 (|List| *1)) #12#)) (|numberOfMonomials| #11# (AND #12# #10# #13# (|isDomain| *2 (|NonNegativeInteger|)))) (|leadingMonomial| #11# #9#) (|leadingCoefficient| #11# #8#) (|leadingTerm| #11# (AND #12# #10# #13# (|isDomain| *2 #14#))) (|reductum| (*1 *1 *1) #2#))
+(|Join| (|Functorial| |t#1|) (|BiModule| |t#1| |t#1|) (|RetractableTo| |t#2|) (CATEGORY |domain| (SIGNATURE * ($ |t#1| |t#2|)) (SIGNATURE |coefficient| (|t#1| $ |t#2|)) (SIGNATURE |monom| ($ |t#2| |t#1|)) (SIGNATURE |monomial?| ((|Boolean|) $)) (SIGNATURE |ListOfTerms| ((|List| #1=(|Record| (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (SIGNATURE |coefficients| ((|List| |t#1|) $)) (SIGNATURE |monomials| ((|List| $) $)) (SIGNATURE |numberOfMonomials| ((|NonNegativeInteger|) $)) (SIGNATURE |leadingMonomial| (|t#2| $)) (SIGNATURE |leadingCoefficient| (|t#1| $)) (SIGNATURE |leadingTerm| (#1# $)) (SIGNATURE |reductum| ($ $)) (IF (|has| |t#1| (|CommutativeRing|)) (ATTRIBUTE (|Module| |t#1|)) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| |#2|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Functorial| |#1|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|RetractableTo| |#2|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|size| ((#3=(|NonNegativeInteger|) $) 40 T ELT)) (|sample| (#4=($) 23 T CONST)) (|rquo| (#5=(#6=(|Union| $ #7="failed") $ $) 43 T ELT)) (|retractIfCan| (((|Union| |#1| #7#) $) 51 T ELT)) (|retract| ((|#1| $) 52 T ELT)) (|recip| ((#6# $) 20 T ELT)) (|overlap| (((|Record| #8=(|:| |lm| $) (|:| |mm| $) #9=(|:| |rm| $)) $ $) 41 T ELT)) (|one?| ((#2# $) 22 T ELT)) (|nthFactor| ((|#1| $ #10=(|Integer|)) 37 T ELT)) (|nthExpon| ((#3# $ #10#) 38 T ELT)) (|min| (#11=($ $ $) 29 #12=(|has| |#1| (|OrderedSet|)) ELT)) (|max| (#11# 30 #12# ELT)) (|mapGen| (($ (|Mapping| |#1| |#1|) $) 35 T ELT)) (|mapExpon| (($ (|Mapping| #3# #3#) $) 36 T ELT)) (|lquo| (#5# 44 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hcrf| (#11# 45 T ELT)) (|hclf| (#11# 46 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|factors| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| #3#))) $) 39 T ELT)) (|divide| (((|Union| (|Record| #8# #9#) #7#) $ $) 42 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ |#1|) 50 T ELT)) (|before?| (#1# 6 T ELT)) (|One| (#4# 24 T CONST)) (>= (#1# 31 #12# ELT)) (> (#1# 33 #12# ELT)) (= (#1# 8 T ELT)) (<= (#1# 32 #12# ELT)) (< (#1# 34 #12# ELT)) (** (($ $ (|PositiveInteger|)) 17 T ELT) (($ $ #3#) 21 T ELT) (($ |#1| #3#) 47 T ELT)) (* (#11# 18 T ELT) (($ |#1| $) 49 T ELT) (($ $ |#1|) 48 T ELT)))
(((|FreeMonoidCategory| |#1|) (|Category|) (|SetCategory|)) (T |FreeMonoidCategory|))
-((* (*1 *1 *2 *1) (AND (|ofCategory| *1 (|FreeMonoidCategory| *2)) (|ofCategory| *2 (|SetCategory|)))) (* (*1 *1 *1 *2) (AND (|ofCategory| *1 (|FreeMonoidCategory| *2)) (|ofCategory| *2 (|SetCategory|)))) (** (*1 *1 *2 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|FreeMonoidCategory| *2)) (|ofCategory| *2 (|SetCategory|)))) (|hclf| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|FreeMonoidCategory| *2)) (|ofCategory| *2 (|SetCategory|)))) (|hcrf| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|FreeMonoidCategory| *2)) (|ofCategory| *2 (|SetCategory|)))) (|lquo| (*1 *1 *1 *1) (|partial| AND (|ofCategory| *1 (|FreeMonoidCategory| *2)) (|ofCategory| *2 (|SetCategory|)))) (|rquo| (*1 *1 *1 *1) (|partial| AND (|ofCategory| *1 (|FreeMonoidCategory| *2)) (|ofCategory| *2 (|SetCategory|)))) (|divide| (*1 *2 *1 *1) (|partial| AND (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|Record| (|:| |lm| *1) (|:| |rm| *1))) (|ofCategory| *1 (|FreeMonoidCategory| *3)))) (|overlap| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|Record| (|:| |lm| *1) (|:| |mm| *1) (|:| |rm| *1))) (|ofCategory| *1 (|FreeMonoidCategory| *3)))) (|size| (*1 *2 *1) (AND (|ofCategory| *1 (|FreeMonoidCategory| *3)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|factors| (*1 *2 *1) (AND (|ofCategory| *1 (|FreeMonoidCategory| *3)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|List| (|Record| (|:| |gen| *3) (|:| |exp| (|NonNegativeInteger|))))))) (|nthExpon| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|FreeMonoidCategory| *4)) (|ofCategory| *4 (|SetCategory|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|nthFactor| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|FreeMonoidCategory| *2)) (|ofCategory| *2 (|SetCategory|)))) (|mapExpon| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| (|NonNegativeInteger|) (|NonNegativeInteger|))) (|ofCategory| *1 (|FreeMonoidCategory| *3)) (|ofCategory| *3 (|SetCategory|)))) (|mapGen| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| *3 *3)) (|ofCategory| *1 (|FreeMonoidCategory| *3)) (|ofCategory| *3 (|SetCategory|)))))
-(|Join| (|Monoid|) (|RetractableTo| |t#1|) (CATEGORY |domain| (SIGNATURE * ($ |t#1| $)) (SIGNATURE * ($ $ |t#1|)) (SIGNATURE ** ($ |t#1| (|NonNegativeInteger|))) (SIGNATURE |hclf| ($ $ $)) (SIGNATURE |hcrf| ($ $ $)) (SIGNATURE |lquo| ((|Union| $ "failed") $ $)) (SIGNATURE |rquo| ((|Union| $ "failed") $ $)) (SIGNATURE |divide| ((|Union| (|Record| (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (SIGNATURE |overlap| ((|Record| (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (SIGNATURE |size| ((|NonNegativeInteger|) $)) (SIGNATURE |factors| ((|List| (|Record| (|:| |gen| |t#1|) (|:| |exp| (|NonNegativeInteger|)))) $)) (SIGNATURE |nthExpon| ((|NonNegativeInteger|) $ (|Integer|))) (SIGNATURE |nthFactor| (|t#1| $ (|Integer|))) (SIGNATURE |mapExpon| ($ (|Mapping| (|NonNegativeInteger|) (|NonNegativeInteger|)) $)) (SIGNATURE |mapGen| ($ (|Mapping| |t#1| |t#1|) $)) (IF (|has| |t#1| (|OrderedSet|)) (ATTRIBUTE (|OrderedSet|)) |%noBranch|)))
-(((|BasicType|) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|Monoid|) . T) ((|OrderedSet|) |has| |#1| (|OrderedSet|)) ((|OrderedType|) |has| |#1| (|OrderedSet|)) ((|RetractableTo| |#1|) . T) ((|SemiGroup|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((* #1=(*1 *1 *2 *1) #2=(AND #3=(|ofCategory| *1 (|FreeMonoidCategory| *2)) #4=(|ofCategory| *2 #5=(|SetCategory|)))) (* (*1 *1 *1 *2) #2#) (** (*1 *1 *2 *3) (AND (|isDomain| *3 #6=(|NonNegativeInteger|)) #3# #4#)) (|hclf| #7=(*1 *1 *1 *1) #2#) (|hcrf| #7# #2#) (|lquo| #7# #8=(|partial| AND #3# #4#)) (|rquo| #7# #8#) (|divide| #9=(*1 *2 *1 *1) (|partial| AND #10=(|ofCategory| *3 #5#) (|isDomain| *2 (|Record| #11=(|:| |lm| *1) #12=(|:| |rm| *1))) #13=(|ofCategory| *1 (|FreeMonoidCategory| *3)))) (|overlap| #9# (AND #10# (|isDomain| *2 (|Record| #11# (|:| |mm| *1) #12#)) #13#)) (|size| #14=(*1 *2 *1) (AND #13# #10# #15=(|isDomain| *2 #6#))) (|factors| #14# (AND #13# #10# (|isDomain| *2 (|List| (|Record| (|:| |gen| *3) (|:| |exp| #6#)))))) (|nthExpon| #16=(*1 *2 *1 *3) (AND #17=(|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|FreeMonoidCategory| *4)) (|ofCategory| *4 #5#) #15#)) (|nthFactor| #16# (AND #17# #3# #4#)) (|mapExpon| #1# (AND (|isDomain| *2 (|Mapping| #6# #6#)) #13# #10#)) (|mapGen| #1# (AND (|isDomain| *2 (|Mapping| *3 *3)) #13# #10#)))
+(|Join| (|Monoid|) (|RetractableTo| |t#1|) (CATEGORY |domain| (SIGNATURE * ($ |t#1| $)) (SIGNATURE * ($ $ |t#1|)) (SIGNATURE ** ($ |t#1| #1=(|NonNegativeInteger|))) (SIGNATURE |hclf| #2=($ $ $)) (SIGNATURE |hcrf| #2#) (SIGNATURE |lquo| #3=((|Union| $ #4="failed") $ $)) (SIGNATURE |rquo| #3#) (SIGNATURE |divide| ((|Union| (|Record| #5=(|:| |lm| $) #6=(|:| |rm| $)) #4#) $ $)) (SIGNATURE |overlap| ((|Record| #5# (|:| |mm| $) #6#) $ $)) (SIGNATURE |size| (#1# $)) (SIGNATURE |factors| ((|List| (|Record| (|:| |gen| |t#1|) (|:| |exp| #1#))) $)) (SIGNATURE |nthExpon| (#1# $ #7=(|Integer|))) (SIGNATURE |nthFactor| (|t#1| $ #7#)) (SIGNATURE |mapExpon| ($ (|Mapping| #1# #1#) $)) (SIGNATURE |mapGen| ($ (|Mapping| |t#1| |t#1|) $)) (IF (|has| |t#1| #8=(|OrderedSet|)) (ATTRIBUTE #8#) |%noBranch|)))
+(((|BasicType|) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Monoid|) . T) ((|OrderedSet|) |has| |#1| (|OrderedSet|)) ((|OrderedType|) |has| |#1| (|OrderedSet|)) ((|RetractableTo| |#1|) . T) ((|SemiGroup|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|size| ((#4=(|NonNegativeInteger|) $) 74 T ELT)) (|sample| (#5=($) NIL T CONST)) (|rquo| (#6=(#7=(|Union| $ #8="failed") $ $) 77 T ELT)) (|retractIfCan| (((|Union| |#1| #8#) $) NIL T ELT)) (|retract| ((|#1| $) NIL T ELT)) (|recip| ((#7# $) NIL T ELT)) (|overlap| (((|Record| #9=(|:| |lm| $) (|:| |mm| $) #10=(|:| |rm| $)) $ $) 64 T ELT)) (|one?| ((#3# $) 17 T ELT)) (|nthFactor| ((|#1| $ #11=(|Integer|)) NIL T ELT)) (|nthExpon| ((#4# $ #11#) NIL T ELT)) (|min| #12=(#13=($ $ $) NIL #14=(|has| |#1| (|OrderedSet|)) ELT)) (|max| #12#) (|mapGen| (($ (|Mapping| |#1| |#1|) $) 40 T ELT)) (|mapExpon| (($ (|Mapping| #4# #4#) $) 37 T ELT)) (|lquo| (#6# 60 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hcrf| (#13# 28 T ELT)) (|hclf| (#13# 26 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|factors| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| #4#))) $) 34 T ELT)) (|divide| (((|Union| (|Record| #9# #10#) #8#) $ $) 70 T ELT)) (|coerce| (((|OutputForm|) $) 24 T ELT) (($ |#1|) NIL T ELT)) (|before?| #1#) (|One| (#5# 7 T CONST)) (>= #15=(#2# NIL #14# ELT)) (> #15#) (= #1#) (<= #15#) (< (#2# 83 #14# ELT)) (** (($ $ (|PositiveInteger|)) NIL T ELT) (($ $ #4#) NIL T ELT) (($ |#1| #4#) 42 T ELT)) (* (#13# 52 T ELT) (($ |#1| $) 32 T ELT) (($ $ |#1|) 30 T ELT)))
(((|FreeMonoid| |#1|) (|FreeMonoidCategory| |#1|) (|SetCategory|)) (T |FreeMonoid|))
NIL
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|writable?| (#4=(#3# $) 25 T ELT)) (|readable?| (#4# 22 T ELT)) (|new| (#5=($ #6=(|String|) #6# #6#) 26 T ELT)) (|name| (#7=(#6# $) 16 T ELT)) (|latex| (#7# NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|filename| (#5# 14 T ELT)) (|extension| (#7# 17 T ELT)) (|exists?| (#4# 18 T ELT)) (|directory| (#7# 15 T ELT)) (|coerce| (((|OutputForm|) $) 12 T ELT) (($ #6#) 13 T ELT) (#7# 9 T ELT)) (|before?| #1#) (= (#2# 7 T ELT)))
(((|FileName|) (|FileNameCategory|)) (T |FileName|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|writable?| (((|Boolean|) $) 20 T ELT)) (|readable?| (((|Boolean|) $) 21 T ELT)) (|new| (($ (|String|) (|String|) (|String|)) 19 T ELT)) (|name| (((|String|) $) 24 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|filename| (($ (|String|) (|String|) (|String|)) 26 T ELT)) (|extension| (((|String|) $) 23 T ELT)) (|exists?| (((|Boolean|) $) 22 T ELT)) (|directory| (((|String|) $) 25 T ELT)) (|coerce| (((|OutputForm|) . #2=($)) 13 T ELT) (($ #3=(|String|)) 28 T ELT) ((#3# . #2#) 27 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|writable?| (#3=(#2# $) 20 T ELT)) (|readable?| (#3# 21 T ELT)) (|new| (#4=($ #5=(|String|) #5# #5#) 19 T ELT)) (|name| (#6=(#5# $) 24 T ELT)) (|latex| (#6# 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|filename| (#4# 26 T ELT)) (|extension| (#6# 23 T ELT)) (|exists?| (#3# 22 T ELT)) (|directory| (#6# 25 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #5#) 28 T ELT) (#6# 27 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
(((|FileNameCategory|) (|Category|)) (T |FileNameCategory|))
-((|filename| (*1 *1 *2 *2 *2) (AND (|isDomain| *2 (|String|)) (|ofCategory| *1 (|FileNameCategory|)))) (|directory| (*1 *2 *1) (AND (|ofCategory| *1 (|FileNameCategory|)) (|isDomain| *2 (|String|)))) (|name| (*1 *2 *1) (AND (|ofCategory| *1 (|FileNameCategory|)) (|isDomain| *2 (|String|)))) (|extension| (*1 *2 *1) (AND (|ofCategory| *1 (|FileNameCategory|)) (|isDomain| *2 (|String|)))) (|exists?| (*1 *2 *1) (AND (|ofCategory| *1 (|FileNameCategory|)) (|isDomain| *2 (|Boolean|)))) (|readable?| (*1 *2 *1) (AND (|ofCategory| *1 (|FileNameCategory|)) (|isDomain| *2 (|Boolean|)))) (|writable?| (*1 *2 *1) (AND (|ofCategory| *1 (|FileNameCategory|)) (|isDomain| *2 (|Boolean|)))) (|new| (*1 *1 *2 *2 *2) (AND (|isDomain| *2 (|String|)) (|ofCategory| *1 (|FileNameCategory|)))))
-(|Join| (|SetCategory|) (|HomotopicTo| (|String|)) (CATEGORY |domain| (SIGNATURE |filename| ($ (|String|) (|String|) (|String|))) (SIGNATURE |directory| ((|String|) $)) (SIGNATURE |name| ((|String|) $)) (SIGNATURE |extension| ((|String|) $)) (SIGNATURE |exists?| ((|Boolean|) $)) (SIGNATURE |readable?| ((|Boolean|) $)) (SIGNATURE |writable?| ((|Boolean|) $)) (SIGNATURE |new| ($ (|String|) (|String|) (|String|)))))
-(((|BasicType|) . T) ((|CoercibleFrom| #1=(|String|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CoercibleTo| #1#) . T) ((|HomotopicTo| #1#) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|filename| #1=(*1 *1 *2 *2 *2) #2=(AND #3=(|isDomain| *2 (|String|)) #4=(|ofCategory| *1 (|FileNameCategory|)))) (|directory| #5=(*1 *2 *1) #6=(AND #4# #3#)) (|name| #5# #6#) (|extension| #5# #6#) (|exists?| #5# #7=(AND #4# (|isDomain| *2 (|Boolean|)))) (|readable?| #5# #7#) (|writable?| #5# #7#) (|new| #1# #2#))
+(|Join| (|SetCategory|) (|HomotopicTo| #1=(|String|)) (CATEGORY |domain| (SIGNATURE |filename| #2=($ #1# #1# #1#)) (SIGNATURE |directory| #3=(#1# $)) (SIGNATURE |name| #3#) (SIGNATURE |extension| #3#) (SIGNATURE |exists?| #4=((|Boolean|) $)) (SIGNATURE |readable?| #4#) (SIGNATURE |writable?| #4#) (SIGNATURE |new| #2#)))
+(((|BasicType|) . T) ((|CoercibleFrom| #1=(|String|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CoercibleTo| #1#) . T) ((|HomotopicTo| #1#) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| ((#3# $) NIL T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|shallowExpand| (#4=((|OutputForm|) $) 64 T ELT)) (|sample| (#5=($) NIL T CONST)) (|rightPower| #6=(($ $ #7=(|PositiveInteger|)) NIL T ELT)) (|plenaryPower| #6#) (|opposite?| #1#) (|leftPower| #6#) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|generator| (($ #8=(|NonNegativeInteger|)) 38 T ELT)) (|dimension| ((#8#) 18 T ELT)) (|deepExpand| (#4# 66 T ELT)) (|commutator| #9=(#10=($ $ $) NIL T ELT)) (|coerce| (#4# NIL T ELT)) (|before?| #1#) (|associator| (($ $ $ $) NIL T ELT)) (|antiCommutator| #9#) (|Zero| (#5# 24 T CONST)) (= (#2# 41 T ELT)) (- (($ $) 48 T ELT) (#10# 50 T ELT)) (+ (#10# 51 T ELT)) (** #6#) (* (($ #7# $) NIL T ELT) (($ #8# $) NIL T ELT) (($ (|Integer|) . #11=($)) NIL T ELT) (#10# 52 T ELT) (($ $ |#3|) NIL T ELT) (($ |#3| . #11#) 47 T ELT)))
(((|FreeNilpotentLie| |#1| |#2| |#3|) (|Join| (|NonAssociativeAlgebra| |#3|) (CATEGORY |domain| (SIGNATURE |dimension| (#1=(|NonNegativeInteger|))) (SIGNATURE |deepExpand| #2=((|OutputForm|) $)) (SIGNATURE |shallowExpand| #2#) (SIGNATURE |generator| ($ #1#)))) #1# #1# (|CommutativeRing|)) (T |FreeNilpotentLie|))
((|dimension| (*1 *2) #1=(AND (|isDomain| *2 #2=(|NonNegativeInteger|)) #3=(|isDomain| *1 (|FreeNilpotentLie| *3 *4 *5)) (|ofType| *3 *2) (|ofType| *4 *2) #4=(|ofCategory| *5 (|CommutativeRing|)))) (|deepExpand| #5=(*1 *2 *1) #6=(AND (|isDomain| *2 (|OutputForm|)) #3# (|ofType| *3 #2#) (|ofType| *4 #2#) #4#)) (|shallowExpand| #5# #6#) (|generator| (*1 *1 *2) #1#))
@@ -1135,27 +1135,27 @@ NIL
((~= #1=(((|Boolean|) $ $) NIL T ELT)) (|polyPart| ((|#2| $) 38 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|fullPartialFraction| (($ #2=(|Fraction| |#2|)) 93 T ELT)) (|fracPart| ((#3=(|List| (|Record| (|:| |exponent| #4=(|NonNegativeInteger|)) (|:| |center| |#2|) (|:| |num| |#2|))) $) 39 T ELT)) (|differentiate| (#5=($ $ #4#) 36 T ELT) (#6=($ $) 34 T ELT)) (|convert| ((#2# $) 49 T ELT)) (|construct| (($ #3#) 33 T ELT)) (|coerce| (((|OutputForm|) $) 131 T ELT)) (|before?| #1#) (D (#5# 37 T ELT) (#6# 35 T ELT)) (= #1#) (+ (($ |#2| $) 41 T ELT)))
(((|FullPartialFractionExpansion| |#1| |#2|) (|Join| (|SetCategory|) (|DifferentialSpace|) (|ConvertibleTo| #1=(|Fraction| |#2|)) (CATEGORY |domain| (SIGNATURE + ($ |#2| $)) (SIGNATURE |fullPartialFraction| ($ #1#)) (SIGNATURE |polyPart| (|#2| $)) (SIGNATURE |fracPart| (#2=(|List| (|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |center| |#2|) (|:| |num| |#2|))) $)) (SIGNATURE |construct| ($ #2#)))) (|Join| (|Field|) (|CharacteristicZero|)) (|UnivariatePolynomialCategory| |#1|)) (T |FullPartialFractionExpansion|))
((+ (*1 *1 *2 *1) (AND #1=(|ofCategory| *3 (|Join| (|Field|) (|CharacteristicZero|))) #2=(|isDomain| *1 (|FullPartialFractionExpansion| *3 *2)) #3=(|ofCategory| *2 #4=(|UnivariatePolynomialCategory| *3)))) (|fullPartialFraction| #5=(*1 *1 *2) (AND (|isDomain| *2 (|Fraction| *4)) #6=(|ofCategory| *4 #4#) #1# #7=(|isDomain| *1 (|FullPartialFractionExpansion| *3 *4)))) (|polyPart| #8=(*1 *2 *1) (AND #3# #2# #1#)) (|fracPart| #8# (AND #1# #9=(|isDomain| *2 (|List| (|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |center| *4) (|:| |num| *4)))) #7# #6#)) (|construct| #5# (AND #9# #6# #1# #7#)))
-((~= (#1=((|Boolean|) $ $) 10 (OR (|has| |#1| . #2=((|PatternMatchable| (|Integer|)))) (|has| |#1| . #3=((|PatternMatchable| (|Float|))))) ELT)) (|patternMatch| (((|PatternMatchResult| #4=(|Float|) . #5=($)) $ (|Pattern| #4#) (|PatternMatchResult| #4# . #5#)) 16 (|has| |#1| . #3#) ELT) (((|PatternMatchResult| #6=(|Integer|) . #5#) $ (|Pattern| #6#) (|PatternMatchResult| #6# . #5#)) 15 (|has| |#1| . #2#) ELT)) (|latex| (((|String|) $) 14 (OR (|has| |#1| . #2#) (|has| |#1| . #3#)) ELT)) (|hash| (((|SingleInteger|) $) 13 (OR (|has| |#1| . #2#) (|has| |#1| . #3#)) ELT)) (|coerce| (((|OutputForm|) $) 12 (OR (|has| |#1| . #2#) (|has| |#1| . #3#)) ELT)) (|before?| (#1# 11 (OR (|has| |#1| . #2#) (|has| |#1| . #3#)) ELT)) (= (#1# 9 (OR (|has| |#1| . #2#) (|has| |#1| . #3#)) ELT)))
+((~= (#1=((|Boolean|) $ $) 10 #2=(OR #3=(|has| |#1| (|PatternMatchable| #4=(|Integer|))) #5=(|has| |#1| (|PatternMatchable| #6=(|Float|)))) ELT)) (|patternMatch| ((#7=(|PatternMatchResult| #6# . #8=($)) $ (|Pattern| #6#) #7#) 16 #5# ELT) ((#9=(|PatternMatchResult| #4# . #8#) $ (|Pattern| #4#) #9#) 15 #3# ELT)) (|latex| (((|String|) $) 14 #2# ELT)) (|hash| (((|SingleInteger|) $) 13 #2# ELT)) (|coerce| (((|OutputForm|) $) 12 #2# ELT)) (|before?| (#1# 11 #2# ELT)) (= (#1# 9 #2# ELT)))
(((|FullyPatternMatchable| |#1|) (|Category|) (|Type|)) (T |FullyPatternMatchable|))
NIL
-(|Join| (|Type|) (CATEGORY |package| (IF (|has| |t#1| (|PatternMatchable| (|Integer|))) (ATTRIBUTE (|PatternMatchable| (|Integer|))) |%noBranch|) (IF (|has| |t#1| (|PatternMatchable| (|Float|))) (ATTRIBUTE (|PatternMatchable| (|Float|))) |%noBranch|)))
-(((|BasicType|) OR (|has| |#1| (|PatternMatchable| (|Integer|))) (|has| |#1| (|PatternMatchable| (|Float|)))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|PatternMatchable| (|Integer|))) (|has| |#1| (|PatternMatchable| (|Float|)))) ((|Join|) . T) ((|PatternMatchable| (|Float|)) |has| |#1| (|PatternMatchable| (|Float|))) ((|PatternMatchable| (|Integer|)) |has| |#1| (|PatternMatchable| (|Integer|))) ((|SetCategory|) OR (|has| |#1| (|PatternMatchable| (|Integer|))) (|has| |#1| (|PatternMatchable| (|Float|)))) ((|Type|) . T))
+(|Join| (|Type|) (CATEGORY |package| (IF (|has| |t#1| #1=(|PatternMatchable| (|Integer|))) (ATTRIBUTE #1#) |%noBranch|) (IF (|has| |t#1| #2=(|PatternMatchable| (|Float|))) (ATTRIBUTE #2#) |%noBranch|)))
+(((|BasicType|) OR (|has| |#1| (|PatternMatchable| (|Float|))) (|has| |#1| (|PatternMatchable| (|Integer|)))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|PatternMatchable| (|Float|))) (|has| |#1| (|PatternMatchable| (|Integer|)))) ((|PatternMatchable| (|Float|)) |has| |#1| (|PatternMatchable| (|Float|))) ((|PatternMatchable| (|Integer|)) |has| |#1| (|PatternMatchable| (|Integer|))) ((|SetCategory|) OR (|has| |#1| (|PatternMatchable| (|Float|))) (|has| |#1| (|PatternMatchable| (|Integer|)))) ((|Type|) . T))
((|primeFrobenius| (($ $) 10 T ELT) (($ $ (|NonNegativeInteger|)) 12 T ELT)))
(((|FieldOfPrimeCharacteristic&| |#1|) (CATEGORY |package| (SIGNATURE |primeFrobenius| (|#1| |#1| (|NonNegativeInteger|))) (SIGNATURE |primeFrobenius| (|#1| |#1|))) (|FieldOfPrimeCharacteristic|)) (T |FieldOfPrimeCharacteristic&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#3=(|Boolean|) $) 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (($ $) 92 T ELT)) (|squareFree| (#4=((|Factored| $) $) 91 T ELT)) (|sizeLess?| (((|Boolean|) $ $) 76 T ELT)) (|sample| (#5=($) 23 T CONST)) (|rem| (#6=($ $ $) 72 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|quo| (#6# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #7=(|List| $)) (|:| |generator| $)) #7#) 67 T ELT)) (|primeFrobenius| (($ $) 98 T ELT) (($ $ (|NonNegativeInteger|)) 97 T ELT)) (|prime?| (((|Boolean|) $) 90 T ELT)) (|order| (((|OnePointCompletion| (|PositiveInteger|)) $) 100 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|multiEuclidean| (((|Union| #8=(|List| $) #9="failed") #8# $) 69 T ELT)) (|lcm| (#10=($ $ $) 61 T ELT) (#11=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 89 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#12=(|SparseUnivariatePolynomial| $) #12# #12#) 59 T ELT)) (|gcd| (#10# 63 T ELT) (#11# 62 T ELT)) (|factor| (#4# 93 T ELT)) (|extendedEuclidean| (((|Record| #13=(|:| |coef1| $) #14=(|:| |coef2| $) (|:| |generator| $)) $ $) 71 T ELT) (((|Union| (|Record| #13# #14#) #9#) $ $ $) 70 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #7#) #7# $) 66 T ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|discreteLog| (((|Union| (|NonNegativeInteger|) "failed") $ $) 99 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT) (($ #15=(|Fraction| #16=(|Integer|))) 85 T ELT)) (|charthRoot| (((|Maybe| $) $) 101 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| ((#3# $ $) 54 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (/ (($ $ $) 84 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #16#) 88 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #17=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ #15#) 87 T ELT) (($ #15# . #17#) 86 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#4=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|subtractIfCan| ((#5=(|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (#4# 92 T ELT)) (|squareFree| (#6=((|Factored| $) $) 91 T ELT)) (|sizeLess?| (#1# 76 T ELT)) (|sample| (#7=($) 23 T CONST)) (|rem| (#8=($ $ $) 72 T ELT)) (|recip| ((#9=(|Union| $ #10="failed") $) 43 T ELT)) (|quo| (#8# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #11=(|List| $)) #12=(|:| |generator| $)) #11#) 67 T ELT)) (|primeFrobenius| (#4# 98 T ELT) (#13=($ $ #14=(|NonNegativeInteger|)) 97 T ELT)) (|prime?| (#3# 90 T ELT)) (|order| (((|OnePointCompletion| #15=(|PositiveInteger|)) $) 100 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|multiEuclidean| (((|Union| #11# #10#) #11# $) 69 T ELT)) (|lcm| (#8# 61 T ELT) (#16=($ #11#) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#4# 89 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#17=(|SparseUnivariatePolynomial| $) #17# #17#) 59 T ELT)) (|gcd| (#8# 63 T ELT) (#16# 62 T ELT)) (|factor| (#6# 93 T ELT)) (|extendedEuclidean| (((|Record| #18=(|:| |coef1| $) #19=(|:| |coef2| $) #12#) $ $) 71 T ELT) (((|Union| (|Record| #18# #19#) #10#) $ $ $) 70 T ELT)) (|exquo| ((#9# $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #11#) #11# $) 66 T ELT)) (|euclideanSize| ((#14# $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|discreteLog| (((|Union| #14# #10#) $ $) 99 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #20=(|Integer|)) 42 T ELT) (#4# 58 T ELT) (($ #21=(|Fraction| #20#)) 85 T ELT)) (|charthRoot| ((#5# $) 101 T ELT)) (|characteristic| ((#14#) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 54 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#7# 24 T CONST)) (|One| (#7# 46 T CONST)) (= (#1# 8 T ELT)) (/ (#8# 84 T ELT)) (- (#4# 30 T ELT) (#8# 29 T ELT)) (+ (#8# 18 T ELT)) (** (($ $ #15#) 36 T ELT) (#13# 44 T ELT) (($ $ #20#) 88 T ELT)) (* (($ #15# $) 17 T ELT) (($ #14# $) 21 T ELT) (($ #20# . #22=($)) 31 T ELT) (#8# 35 T ELT) (($ $ #21#) 87 T ELT) (($ #21# . #22#) 86 T ELT)))
(((|FieldOfPrimeCharacteristic|) (|Category|)) (T |FieldOfPrimeCharacteristic|))
-((|order| (*1 *2 *1) (AND (|ofCategory| *1 (|FieldOfPrimeCharacteristic|)) (|isDomain| *2 (|OnePointCompletion| (|PositiveInteger|))))) (|discreteLog| (*1 *2 *1 *1) (|partial| AND (|ofCategory| *1 (|FieldOfPrimeCharacteristic|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|primeFrobenius| (*1 *1 *1) (|ofCategory| *1 (|FieldOfPrimeCharacteristic|))) (|primeFrobenius| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|FieldOfPrimeCharacteristic|)) (|isDomain| *2 (|NonNegativeInteger|)))))
-(|Join| (|Field|) (|CharacteristicNonZero|) (CATEGORY |domain| (SIGNATURE |order| ((|OnePointCompletion| (|PositiveInteger|)) $)) (SIGNATURE |discreteLog| ((|Union| (|NonNegativeInteger|) "failed") $ $)) (SIGNATURE |primeFrobenius| ($ $)) (SIGNATURE |primeFrobenius| ($ $ (|NonNegativeInteger|)))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) . T) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Field|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|PrincipalIdealDomain|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
+((|order| (*1 *2 *1) (AND #1=(|ofCategory| *1 (|FieldOfPrimeCharacteristic|)) (|isDomain| *2 (|OnePointCompletion| (|PositiveInteger|))))) (|discreteLog| (*1 *2 *1 *1) (|partial| AND #1# #2=(|isDomain| *2 (|NonNegativeInteger|)))) (|primeFrobenius| (*1 *1 *1) #1#) (|primeFrobenius| (*1 *1 *1 *2) (AND #1# #2#)))
+(|Join| (|Field|) (|CharacteristicNonZero|) (CATEGORY |domain| (SIGNATURE |order| ((|OnePointCompletion| (|PositiveInteger|)) $)) (SIGNATURE |discreteLog| ((|Union| #1=(|NonNegativeInteger|) "failed") $ $)) (SIGNATURE |primeFrobenius| ($ $)) (SIGNATURE |primeFrobenius| ($ $ #1#))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) . T) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Field|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|PrincipalIdealDomain|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
((|float| (($ #1=(|Integer|) #1#) 11 T ELT) (($ #1# #1# #2=(|PositiveInteger|)) NIL T ELT)) (|digits| ((#2#) 19 T ELT) ((#2# #2#) NIL T ELT)))
(((|FloatingPointSystem&| |#1|) (CATEGORY |package| (SIGNATURE |digits| (#1=(|PositiveInteger|) #1#)) (SIGNATURE |digits| (#1#)) (SIGNATURE |float| (|#1| #2=(|Integer|) #2# #1#)) (SIGNATURE |float| (|#1| #2# #2#))) (|FloatingPointSystem|)) (T |FloatingPointSystem&|))
((|digits| (*1 *2) #1=(AND (|isDomain| *2 (|PositiveInteger|)) (|isDomain| *1 (|FloatingPointSystem&| *3)) (|ofCategory| *3 (|FloatingPointSystem|)))) (|digits| (*1 *2 *2) #1#))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|wholePart| ((#3=(|Integer|) $) 109 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#4=(|Boolean|) $) 53 T ELT)) (|truncate| (#5=($ $) 107 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (($ $) 92 T ELT)) (|squareFree| (#6=((|Factored| $) $) 91 T ELT)) (|sqrt| (($ $) 117 T ELT)) (|sizeLess?| (((|Boolean|) $ $) 76 T ELT)) (|sign| (((|Integer|) $) 134 T ELT)) (|sample| (#7=($) 23 T CONST)) (|round| (#5# 106 T ELT)) (|retractIfCan| (((|Union| #3# . #8=("failed")) . #9=($)) 122 T ELT) (((|Union| #10=(|Fraction| #3#) . #8#) . #9#) 119 T ELT)) (|retract| ((#3# . #11=($)) 123 T ELT) ((#10# . #11#) 120 T ELT)) (|rem| (#12=($ $ $) 72 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|quo| (#12# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #13=(|List| $)) (|:| |generator| $)) #13#) 67 T ELT)) (|prime?| (((|Boolean|) $) 90 T ELT)) (|precision| (((|PositiveInteger|)) 150 T ELT) (((|PositiveInteger|) (|PositiveInteger|)) 147 (|has| $ (ATTRIBUTE |arbitraryPrecision|)) ELT)) (|positive?| (((|Boolean|) $) 132 T ELT)) (|patternMatch| (((|PatternMatchResult| #14=(|Float|) . #15=($)) $ (|Pattern| #14#) (|PatternMatchResult| #14# . #15#)) 113 T ELT)) (|order| (((|Integer|) $) 156 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|nthRoot| (($ $ #16=(|Integer|)) 116 T ELT)) (|norm| (#5# 112 T ELT)) (|negative?| (((|Boolean|) $) 133 T ELT)) (|multiEuclidean| (((|Union| #17=(|List| $) #18="failed") #17# $) 69 T ELT)) (|min| (#19=($ $ $) 126 T ELT) (($) 144 (AND (|not| (|has| $ (ATTRIBUTE |arbitraryPrecision|))) (|not| (|has| $ (ATTRIBUTE |arbitraryExponent|)))) ELT)) (|max| (#19# 127 T ELT) (($) 143 (AND (|not| (|has| $ (ATTRIBUTE |arbitraryPrecision|))) (|not| (|has| $ (ATTRIBUTE |arbitraryExponent|)))) ELT)) (|mantissa| (((|Integer|) $) 153 T ELT)) (|lcm| (#20=($ $ $) 61 T ELT) (#21=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 89 T ELT)) (|increasePrecision| (((|PositiveInteger|) (|Integer|)) 146 (|has| $ (ATTRIBUTE |arbitraryPrecision|)) ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#22=(|SparseUnivariatePolynomial| $) #22# #22#) 59 T ELT)) (|gcd| (#20# 63 T ELT) (#21# 62 T ELT)) (|fractionPart| (#5# 108 T ELT)) (|floor| (#5# 110 T ELT)) (|float| (($ (|Integer|) (|Integer|)) 158 T ELT) (($ (|Integer|) (|Integer|) (|PositiveInteger|)) 157 T ELT)) (|factor| (#6# 93 T ELT)) (|extendedEuclidean| (((|Record| #23=(|:| |coef1| $) #24=(|:| |coef2| $) (|:| |generator| $)) $ $) 71 T ELT) (((|Union| (|Record| #23# #24#) #18#) $ $ $) 70 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #13#) #13# $) 66 T ELT)) (|exponent| (((|Integer|) $) 154 T ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|digits| (((|PositiveInteger|)) 151 T ELT) (((|PositiveInteger|) (|PositiveInteger|)) 148 (|has| $ (ATTRIBUTE |arbitraryPrecision|)) ELT)) (|decreasePrecision| (((|PositiveInteger|) (|Integer|)) 145 (|has| $ (ATTRIBUTE |arbitraryPrecision|)) ELT)) (|convert| (((|Float|) . #25=($)) 125 T ELT) (((|DoubleFloat|) . #25#) 124 T ELT) (((|Pattern| #14#) . #25#) 114 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT) (($ #26=(|Fraction| #27=(|Integer|))) 85 T ELT) (($ #3#) 121 T ELT) (($ #10#) 118 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|ceiling| (#5# 111 T ELT)) (|bits| (((|PositiveInteger|)) 152 T ELT) (((|PositiveInteger|) (|PositiveInteger|)) 149 (|has| $ (ATTRIBUTE |arbitraryPrecision|)) ELT)) (|before?| (#1# 6 T ELT)) (|base| (((|PositiveInteger|)) 155 T ELT)) (|associates?| ((#4# $ $) 54 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|abs| (($ $) 135 T ELT)) (|Zero| (#7# 24 T CONST)) (|One| (($) 46 T CONST)) (>= (#28=((|Boolean|) $ $) 128 T ELT)) (> (#28# 130 T ELT)) (= (#1# 8 T ELT)) (<= (#28# 129 T ELT)) (< (#28# 131 T ELT)) (/ (($ $ $) 84 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #27#) 88 T ELT) (($ $ (|Fraction| #16#)) 115 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #29=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ #26#) 87 T ELT) (($ #26# . #29#) 86 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|wholePart| (#4=(#5=(|Integer|) $) 109 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#6=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|truncate| (#6# 107 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (#6# 92 T ELT)) (|squareFree| (#7=((|Factored| $) $) 91 T ELT)) (|sqrt| (#6# 117 T ELT)) (|sizeLess?| (#1# 76 T ELT)) (|sign| (#4# 134 T ELT)) (|sample| (#8=($) 23 T CONST)) (|round| (#6# 106 T ELT)) (|retractIfCan| (((|Union| #5# . #9=(#10="failed")) . #11=($)) 122 T ELT) (((|Union| #12=(|Fraction| #5#) . #9#) . #11#) 119 T ELT)) (|retract| (#4# 123 T ELT) ((#12# $) 120 T ELT)) (|rem| (#13=($ $ $) 72 T ELT)) (|recip| ((#14=(|Union| $ #10#) $) 43 T ELT)) (|quo| (#13# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #15=(|List| $)) #16=(|:| |generator| $)) #15#) 67 T ELT)) (|prime?| (#3# 90 T ELT)) (|precision| (#17=(#18=(|PositiveInteger|)) 150 T ELT) (#19=(#18# #18#) 147 #20=(|has| $ (ATTRIBUTE |arbitraryPrecision|)) ELT)) (|positive?| (#3# 132 T ELT)) (|patternMatch| ((#21=(|PatternMatchResult| #22=(|Float|) $) $ #23=(|Pattern| #22#) #21#) 113 T ELT)) (|order| (#4# 156 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|nthRoot| (#24=($ $ #5#) 116 T ELT)) (|norm| (#6# 112 T ELT)) (|negative?| (#3# 133 T ELT)) (|multiEuclidean| (((|Union| #15# #10#) #15# $) 69 T ELT)) (|min| (#13# 126 T ELT) (#8# 144 #25=(AND (|not| #20#) (|not| (|has| $ (ATTRIBUTE |arbitraryExponent|)))) ELT)) (|max| (#13# 127 T ELT) (#8# 143 #25# ELT)) (|mantissa| (#4# 153 T ELT)) (|lcm| (#13# 61 T ELT) (#26=($ #15#) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#6# 89 T ELT)) (|increasePrecision| (#27=(#18# #5#) 146 #20# ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#28=(|SparseUnivariatePolynomial| $) #28# #28#) 59 T ELT)) (|gcd| (#13# 63 T ELT) (#26# 62 T ELT)) (|fractionPart| (#6# 108 T ELT)) (|floor| (#6# 110 T ELT)) (|float| (($ #5# #5#) 158 T ELT) (($ #5# #5# #18#) 157 T ELT)) (|factor| (#7# 93 T ELT)) (|extendedEuclidean| (((|Record| #29=(|:| |coef1| $) #30=(|:| |coef2| $) #16#) $ $) 71 T ELT) (((|Union| (|Record| #29# #30#) #10#) $ $ $) 70 T ELT)) (|exquo| ((#14# $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #15#) #15# $) 66 T ELT)) (|exponent| (#4# 154 T ELT)) (|euclideanSize| ((#31=(|NonNegativeInteger|) $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|digits| (#17# 151 T ELT) (#19# 148 #20# ELT)) (|decreasePrecision| (#27# 145 #20# ELT)) (|convert| ((#22# . #32=($)) 125 T ELT) (((|DoubleFloat|) . #32#) 124 T ELT) ((#23# . #32#) 114 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (#33=($ #5#) 42 T ELT) (#6# 58 T ELT) (#34=($ #12#) 85 T ELT) (#33# 121 T ELT) (#34# 118 T ELT)) (|characteristic| ((#31#) 41 T CONST)) (|ceiling| (#6# 111 T ELT)) (|bits| (#17# 152 T ELT) (#19# 149 #20# ELT)) (|before?| (#1# 6 T ELT)) (|base| (#17# 155 T ELT)) (|associates?| (#1# 54 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|abs| (#6# 135 T ELT)) (|Zero| (#8# 24 T CONST)) (|One| (#8# 46 T CONST)) (>= (#1# 128 T ELT)) (> (#1# 130 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 129 T ELT)) (< (#1# 131 T ELT)) (/ (#13# 84 T ELT)) (- (#6# 30 T ELT) (#13# 29 T ELT)) (+ (#13# 18 T ELT)) (** (($ $ #18#) 36 T ELT) (($ $ #31#) 44 T ELT) (#24# 88 T ELT) (#35=($ $ #12#) 115 T ELT)) (* (($ #18# $) 17 T ELT) (($ #31# $) 21 T ELT) (($ #5# . #36=($)) 31 T ELT) (#13# 35 T ELT) (#35# 87 T ELT) (($ #12# . #36#) 86 T ELT)))
(((|FloatingPointSystem|) (|Category|)) (T |FloatingPointSystem|))
-((|float| (*1 *1 *2 *2) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|FloatingPointSystem|)))) (|float| (*1 *1 *2 *2 *3) (AND (|isDomain| *2 (|Integer|)) (|isDomain| *3 (|PositiveInteger|)) (|ofCategory| *1 (|FloatingPointSystem|)))) (|order| (*1 *2 *1) (AND (|ofCategory| *1 (|FloatingPointSystem|)) (|isDomain| *2 (|Integer|)))) (|base| (*1 *2) (AND (|ofCategory| *1 (|FloatingPointSystem|)) (|isDomain| *2 (|PositiveInteger|)))) (|exponent| (*1 *2 *1) (AND (|ofCategory| *1 (|FloatingPointSystem|)) (|isDomain| *2 (|Integer|)))) (|mantissa| (*1 *2 *1) (AND (|ofCategory| *1 (|FloatingPointSystem|)) (|isDomain| *2 (|Integer|)))) (|bits| (*1 *2) (AND (|ofCategory| *1 (|FloatingPointSystem|)) (|isDomain| *2 (|PositiveInteger|)))) (|digits| (*1 *2) (AND (|ofCategory| *1 (|FloatingPointSystem|)) (|isDomain| *2 (|PositiveInteger|)))) (|precision| (*1 *2) (AND (|ofCategory| *1 (|FloatingPointSystem|)) (|isDomain| *2 (|PositiveInteger|)))) (|bits| (*1 *2 *2) (AND (|isDomain| *2 (|PositiveInteger|)) (|has| *1 (ATTRIBUTE |arbitraryPrecision|)) (|ofCategory| *1 (|FloatingPointSystem|)))) (|digits| (*1 *2 *2) (AND (|isDomain| *2 (|PositiveInteger|)) (|has| *1 (ATTRIBUTE |arbitraryPrecision|)) (|ofCategory| *1 (|FloatingPointSystem|)))) (|precision| (*1 *2 *2) (AND (|isDomain| *2 (|PositiveInteger|)) (|has| *1 (ATTRIBUTE |arbitraryPrecision|)) (|ofCategory| *1 (|FloatingPointSystem|)))) (|increasePrecision| (*1 *2 *3) (AND (|isDomain| *3 (|Integer|)) (|has| *1 (ATTRIBUTE |arbitraryPrecision|)) (|ofCategory| *1 (|FloatingPointSystem|)) (|isDomain| *2 (|PositiveInteger|)))) (|decreasePrecision| (*1 *2 *3) (AND (|isDomain| *3 (|Integer|)) (|has| *1 (ATTRIBUTE |arbitraryPrecision|)) (|ofCategory| *1 (|FloatingPointSystem|)) (|isDomain| *2 (|PositiveInteger|)))) (|min| (*1 *1) (AND (|ofCategory| *1 (|FloatingPointSystem|)) (|not| (|has| *1 (ATTRIBUTE |arbitraryPrecision|))) (|not| (|has| *1 (ATTRIBUTE |arbitraryExponent|))))) (|max| (*1 *1) (AND (|ofCategory| *1 (|FloatingPointSystem|)) (|not| (|has| *1 (ATTRIBUTE |arbitraryPrecision|))) (|not| (|has| *1 (ATTRIBUTE |arbitraryExponent|))))))
-(|Join| (|RealNumberSystem|) (CATEGORY |domain| (ATTRIBUTE |approximate|) (SIGNATURE |float| ($ (|Integer|) (|Integer|))) (SIGNATURE |float| ($ (|Integer|) (|Integer|) (|PositiveInteger|))) (SIGNATURE |order| ((|Integer|) $)) (SIGNATURE |base| ((|PositiveInteger|))) (SIGNATURE |exponent| ((|Integer|) $)) (SIGNATURE |mantissa| ((|Integer|) $)) (SIGNATURE |bits| ((|PositiveInteger|))) (SIGNATURE |digits| ((|PositiveInteger|))) (SIGNATURE |precision| ((|PositiveInteger|))) (IF (|has| $ (ATTRIBUTE |arbitraryPrecision|)) (PROGN (SIGNATURE |bits| ((|PositiveInteger|) (|PositiveInteger|))) (SIGNATURE |digits| ((|PositiveInteger|) (|PositiveInteger|))) (SIGNATURE |precision| ((|PositiveInteger|) (|PositiveInteger|))) (SIGNATURE |increasePrecision| ((|PositiveInteger|) (|Integer|))) (SIGNATURE |decreasePrecision| ((|PositiveInteger|) (|Integer|)))) |%noBranch|) (IF (|has| $ (ATTRIBUTE |arbitraryExponent|)) |%noBranch| (IF (|has| $ (ATTRIBUTE |arbitraryPrecision|)) |%noBranch| (PROGN (SIGNATURE |min| ($)) (SIGNATURE |max| ($)))))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicZero|) . T) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|ConvertibleTo| (|DoubleFloat|)) . T) ((|ConvertibleTo| (|Float|)) . T) ((|ConvertibleTo| (|Pattern| #2=(|Float|))) . T) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Field|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|OrderedAbelianGroup|) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedCancellationAbelianMonoid|) . T) ((|OrderedRing|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|PatternMatchable| #2#) . T) ((|PrincipalIdealDomain|) . T) ((|RadicalCategory|) . T) ((|RealConstant|) . T) ((|RealNumberSystem|) . T) ((|RetractableTo| (|Fraction| #3=(|Integer|))) . T) ((|RetractableTo| #3#) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
+((|float| (*1 *1 *2 *2) (AND #1=(|isDomain| *2 #2=(|Integer|)) #3=(|ofCategory| *1 (|FloatingPointSystem|)))) (|float| (*1 *1 *2 *2 *3) (AND #1# (|isDomain| *3 #4=(|PositiveInteger|)) #3#)) (|order| #5=(*1 *2 *1) #6=(AND #3# #1#)) (|base| #7=(*1 *2) #8=(AND #3# #9=(|isDomain| *2 #4#))) (|exponent| #5# #6#) (|mantissa| #5# #6#) (|bits| #7# #8#) (|digits| #7# #8#) (|precision| #7# #8#) (|bits| #10=(*1 *2 *2) #11=(AND #9# #12=(|has| *1 (ATTRIBUTE |arbitraryPrecision|)) #3#)) (|digits| #10# #11#) (|precision| #10# #11#) (|increasePrecision| #13=(*1 *2 *3) #14=(AND (|isDomain| *3 #2#) #12# #3# #9#)) (|decreasePrecision| #13# #14#) (|min| #15=(*1 *1) #16=(AND #3# (|not| #12#) (|not| (|has| *1 (ATTRIBUTE |arbitraryExponent|))))) (|max| #15# #16#))
+(|Join| (|RealNumberSystem|) (CATEGORY |domain| (ATTRIBUTE |approximate|) (SIGNATURE |float| ($ #1=(|Integer|) #1#)) (SIGNATURE |float| ($ #1# #1# #2=(|PositiveInteger|))) (SIGNATURE |order| #3=(#1# $)) (SIGNATURE |base| #4=(#2#)) (SIGNATURE |exponent| #3#) (SIGNATURE |mantissa| #3#) (SIGNATURE |bits| #4#) (SIGNATURE |digits| #4#) (SIGNATURE |precision| #4#) (IF #5=(|has| $ (ATTRIBUTE |arbitraryPrecision|)) (PROGN (SIGNATURE |bits| #6=(#2# #2#)) (SIGNATURE |digits| #6#) (SIGNATURE |precision| #6#) (SIGNATURE |increasePrecision| #7=(#2# #1#)) (SIGNATURE |decreasePrecision| #7#)) |%noBranch|) (IF (|has| $ (ATTRIBUTE |arbitraryExponent|)) |%noBranch| (IF #5# |%noBranch| (PROGN (SIGNATURE |min| #8=($)) (SIGNATURE |max| #8#))))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicZero|) . T) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|ConvertibleTo| (|DoubleFloat|)) . T) ((|ConvertibleTo| #3=(|Float|)) . T) ((|ConvertibleTo| (|Pattern| #3#)) . T) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Field|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|OrderedAbelianGroup|) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedCancellationAbelianMonoid|) . T) ((|OrderedRing|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|PatternMatchable| #3#) . T) ((|PrincipalIdealDomain|) . T) ((|RadicalCategory|) . T) ((|RealConstant|) . T) ((|RealNumberSystem|) . T) ((|RetractableTo| #1#) . T) ((|RetractableTo| #2#) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| (#4=(#3# $) 59 T ELT)) (|unitNormalize| (#5=($ $) 77 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 189 T ELT)) (|unitCanonical| #6=(#5# NIL T ELT)) (|unit?| (#4# 48 T ELT)) (|unit| (#7=(|#1| $) 16 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|squareFreePart| (#5# NIL #8=(|has| |#1| (|UniqueFactorizationDomain|)) ELT)) (|squareFree| #9=(((|Factored| $) $) NIL #8# ELT)) (|sqfrFactor| (#10=($ |#1| #11=(|Integer|)) 42 T ELT)) (|sample| (#12=($) NIL T CONST)) (|retractIfCan| (((|Union| #11# . #13=(#14="failed")) $) NIL #15=(|has| |#1| (|RetractableTo| #11#)) ELT) (#16=((|Union| #17=(|Fraction| #11#) #14#) $) NIL #18=(|has| |#1| (|RetractableTo| #17#)) ELT) (((|Union| |#1| . #13#) $) 147 T ELT)) (|retract| (#19=(#11# $) NIL #15# ELT) (#20=(#17# $) NIL #18# ELT) (#7# 73 T ELT)) (|recip| ((#21=(|Union| $ #14#) $) 163 T ELT)) (|rationalIfCan| (#16# 84 #22=(|has| |#1| (|IntegerNumberSystem|)) ELT)) (|rational?| (#4# 80 #22# ELT)) (|rational| (#20# 82 #22# ELT)) (|primeFactor| (#10# 44 T ELT)) (|prime?| (#4# 209 #8# ELT)) (|opposite?| #1#) (|one?| (#4# 61 T ELT)) (|numberOfFactors| ((#23=(|NonNegativeInteger|) $) 51 T ELT)) (|nthFlag| ((#24=(|Union| "nil" "sqfr" "irred" "prime") $ #11#) 174 T ELT)) (|nthFactor| ((|#1| $ #11#) 173 T ELT)) (|nthExponent| ((#11# $ #11#) 172 T ELT)) (|nilFactor| (#10# 41 T ELT)) (|map| (($ #25=(|Mapping| |#1| |#1|) $) 182 T ELT)) (|makeFR| (($ |#1| #26=(|List| (|Record| (|:| |flg| #24#) (|:| |fctr| |#1|) (|:| |xpnt| #11#)))) 78 T ELT)) (|lcm| #27=(($ #28=(|List| $)) NIL #29=(|has| |#1| (|GcdDomain|)) ELT) (#30=($ $ $) NIL #29# ELT)) (|latex| (((|String|) $) NIL T ELT)) (|irreducibleFactor| (#10# 43 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|gcdPolynomial| ((#31=(|SparseUnivariatePolynomial| $) #31# #31#) NIL #29# ELT)) (|gcd| #27# (#30# 190 #29# ELT)) (|flagFactor| (($ |#1| #11# #24#) 40 T ELT)) (|factors| (((|List| (|Record| (|:| |factor| |#1|) (|:| |exponent| #11#))) $) 72 T ELT)) (|factorList| ((#26# $) 12 T ELT)) (|factor| #9#) (|exquo| ((#21# $ $) 175 T ELT)) (|exponent| (#19# 166 T ELT)) (|expand| (#7# 74 T ELT)) (|eval| (($ $ #32=(|List| |#1|) #32#) NIL #33=(|has| |#1| (|Evalable| |#1|)) ELT) (($ $ |#1| |#1|) NIL #33# ELT) (($ $ #34=(|Equation| |#1|)) NIL #33# ELT) (($ $ (|List| #34#)) 99 #33# ELT) (($ $ #35=(|List| #36=(|Symbol|)) #32#) 105 #37=(|has| |#1| (|InnerEvalable| #36# |#1|)) ELT) (($ $ #36# |#1|) NIL #37# ELT) (($ $ #36# $) NIL #38=(|has| |#1| (|InnerEvalable| #36# $)) ELT) (($ $ #35# #28#) 106 #38# ELT) (($ $ (|List| #39=(|Equation| $))) 102 #40=(|has| |#1| (|Evalable| $)) ELT) (($ $ #39#) NIL #40# ELT) (($ $ $ $) NIL #40# ELT) (($ $ #28# #28#) NIL #40# ELT)) (|elt| (#41=($ $ |#1|) 91 (|has| |#1| (|Eltable| |#1| |#1|)) ELT) (#30# 92 (|has| |#1| (|Eltable| $ $)) ELT)) (|differentiate| (#42=($ $ #25#) 181 T ELT) #43=(($ $ #25# #23#) NIL T ELT) #44=(#5# NIL #45=(|has| |#1| (|DifferentialSpace|)) ELT) #46=(#47=($ $ #23#) NIL #45# ELT) #48=(($ $ #36#) NIL #49=(|has| |#1| (|PartialDifferentialSpace| #36#)) ELT) #50=(($ $ #35#) NIL #49# ELT) #51=(($ $ #36# #23#) NIL #49# ELT) #52=(($ $ #35# (|List| #23#)) NIL #49# ELT)) (|convert| ((#53=(|InputForm|) $) 39 (|has| |#1| (|ConvertibleTo| #53#)) ELT) (((|Float|) $) 112 #54=(|has| |#1| (|RealConstant|)) ELT) (((|DoubleFloat|) $) 118 #54# ELT)) (|coerce| (((|OutputForm|) $) 145 T ELT) (($ #11#) 64 T ELT) #6# (($ |#1|) 63 T ELT) (($ #17#) NIL #18# ELT)) (|characteristic| ((#23#) 66 T CONST)) (|before?| #1#) (|associates?| #1#) (|annihilate?| #1#) (|Zero| (#12# 53 T CONST)) (|One| (#12# 52 T CONST)) (D (#42# NIL T ELT) #43# #44# #46# #48# #50# #51# #52#) (= (#2# 158 T ELT)) (- (#5# 160 T ELT) (#30# NIL T ELT)) (+ (#30# 179 T ELT)) (** (($ $ #55=(|PositiveInteger|)) NIL T ELT) (#47# 124 T ELT)) (* (($ #55# $) NIL T ELT) (($ #23# $) NIL T ELT) (($ #11# $) 68 T ELT) (#30# 67 T ELT) (($ |#1| $) 69 T ELT) (#41# NIL T ELT)))
(((|Factored| |#1|) (|Join| #1=(|IntegralDomain|) (|DifferentialExtension| |#1|) (|Algebra| |#1|) (|FullyEvalableOver| |#1|) (|FullyRetractableTo| |#1|) (|Functorial| |#1|) (CATEGORY |domain| (SIGNATURE |expand| #2=(|#1| $)) (SIGNATURE |exponent| (#3=(|Integer|) $)) (SIGNATURE |makeFR| ($ |#1| #4=(|List| (|Record| (|:| |flg| #5=(|Union| "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| #3#))))) (SIGNATURE |factorList| (#4# $)) (SIGNATURE |nilFactor| #6=($ |#1| #3#)) (SIGNATURE |factors| ((|List| (|Record| (|:| |factor| |#1|) (|:| |exponent| #3#))) $)) (SIGNATURE |irreducibleFactor| #6#) (SIGNATURE |nthExponent| (#3# $ #3#)) (SIGNATURE |nthFactor| (|#1| $ #3#)) (SIGNATURE |nthFlag| (#5# $ #3#)) (SIGNATURE |numberOfFactors| ((|NonNegativeInteger|) $)) (SIGNATURE |primeFactor| #6#) (SIGNATURE |sqfrFactor| #6#) (SIGNATURE |flagFactor| ($ |#1| #3# #5#)) (SIGNATURE |unit| #2#) (SIGNATURE |unitNormalize| ($ $)) (IF (|has| |#1| #7=(|GcdDomain|)) (ATTRIBUTE #7#) |%noBranch|) (IF (|has| |#1| #8=(|RealConstant|)) (ATTRIBUTE #8#) |%noBranch|) (IF (|has| |#1| #9=(|UniqueFactorizationDomain|)) (ATTRIBUTE #9#) |%noBranch|) (IF (|has| |#1| #10=(|ConvertibleTo| (|InputForm|))) (ATTRIBUTE #10#) |%noBranch|) (IF (|has| |#1| (|IntegerNumberSystem|)) (PROGN (SIGNATURE |rational?| ((|Boolean|) $)) (SIGNATURE |rational| (#11=(|Fraction| #3#) $)) (SIGNATURE |rationalIfCan| ((|Union| #11# "failed") $))) |%noBranch|) (IF (|has| |#1| #12=(|Eltable| $ $)) (ATTRIBUTE #12#) |%noBranch|) (IF (|has| |#1| #13=(|Evalable| $)) (ATTRIBUTE #13#) |%noBranch|) (IF (|has| |#1| #14=(|InnerEvalable| (|Symbol|) $)) (ATTRIBUTE #14#) |%noBranch|))) #1#) (T |Factored|))
((|expand| #1=(*1 *2 *1) #2=(AND #3=(|isDomain| *1 (|Factored| *2)) #4=(|ofCategory| *2 #5=(|IntegralDomain|)))) (|exponent| #1# #6=(AND (|isDomain| *2 #7=(|Integer|)) #8=(|isDomain| *1 (|Factored| *3)) #9=(|ofCategory| *3 #5#))) (|makeFR| #10=(*1 *1 *2 *3) (AND (|isDomain| *3 (|List| (|Record| #11=(|:| |flg| #12=(|Union| "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2) #13=(|:| |xpnt| #7#)))) #4# #3#)) (|factorList| #1# (AND (|isDomain| *2 (|List| (|Record| #11# (|:| |fctr| *3) #13#))) #8# #9#)) (|nilFactor| #10# #14=(AND #15=(|isDomain| *3 #7#) #3# #4#)) (|factors| #1# (AND (|isDomain| *2 (|List| (|Record| (|:| |factor| *3) (|:| |exponent| #7#)))) #8# #9#)) (|irreducibleFactor| #10# #14#) (|nthExponent| (*1 *2 *1 *2) #6#) (|nthFactor| #16=(*1 *2 *1 *3) #14#) (|nthFlag| #16# (AND #15# (|isDomain| *2 #12#) (|isDomain| *1 (|Factored| *4)) (|ofCategory| *4 #5#))) (|numberOfFactors| #1# (AND (|isDomain| *2 (|NonNegativeInteger|)) #8# #9#)) (|primeFactor| #10# #14#) (|sqfrFactor| #10# #14#) (|flagFactor| (*1 *1 *2 *3 *4) (AND #15# (|isDomain| *4 #12#) #3# #4#)) (|unit| #1# #2#) (|unitNormalize| (*1 *1 *1) #2#) (|rational?| #1# (AND (|isDomain| *2 (|Boolean|)) #8# #17=(|ofCategory| *3 (|IntegerNumberSystem|)) #9#)) (|rational| #1# (AND #18=(|isDomain| *2 (|Fraction| #7#)) #8# #17# #9#)) (|rationalIfCan| #1# (|partial| AND #18# #8# #17# #9#)))
@@ -1171,19 +1171,19 @@ NIL
((|traceMatrix| (#1=(#2=(|Matrix| |#2|) #3=(|Vector| $)) NIL T ELT) ((#2#) 18 T ELT)) (|represents| (($ #4=(|Vector| |#2|) #3#) NIL T ELT) (#5=($ #4#) 24 T ELT)) (|regularRepresentation| ((#2# $ #3#) NIL T ELT) ((#2# $) 40 T ELT)) (|minimalPolynomial| (#6=(|#3| $) 69 T ELT)) (|discriminant| ((|#2| #3#) NIL T ELT) ((|#2|) 20 T ELT)) (|coordinates| ((#4# $ #3#) NIL T ELT) ((#2# #3# #3#) NIL T ELT) (#7=(#4# $) 22 T ELT) (#1# 38 T ELT)) (|convert| (#7# 11 T ELT) (#5# 13 T ELT)) (|characteristicPolynomial| (#6# 55 T ELT)))
(((|FramedAlgebra&| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |regularRepresentation| (#1=(|Matrix| |#2|) |#1|)) (SIGNATURE |discriminant| (|#2|)) (SIGNATURE |traceMatrix| (#1#)) (SIGNATURE |convert| #2=(|#1| #3=(|Vector| |#2|))) (SIGNATURE |convert| #4=(#3# |#1|)) (SIGNATURE |represents| #2#) (SIGNATURE |coordinates| #5=(#1# #6=(|Vector| |#1|))) (SIGNATURE |coordinates| #4#) (SIGNATURE |minimalPolynomial| #7=(|#3| |#1|)) (SIGNATURE |characteristicPolynomial| #7#) (SIGNATURE |traceMatrix| #5#) (SIGNATURE |discriminant| (|#2| #6#)) (SIGNATURE |represents| (|#1| #3# #6#)) (SIGNATURE |coordinates| (#1# #6# #6#)) (SIGNATURE |coordinates| (#3# |#1| #6#)) (SIGNATURE |regularRepresentation| (#1# |#1| #6#))) (|FramedAlgebra| |#2| |#3|) (|CommutativeRing|) (|UnivariatePolynomialCategory| |#2|)) (T |FramedAlgebra&|))
((|traceMatrix| #1=(*1 *2) (AND (|ofCategory| *4 #2=(|CommutativeRing|)) (|ofCategory| *5 (|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|Matrix| *4)) (|isDomain| *1 (|FramedAlgebra&| *3 *4 *5)) (|ofCategory| *3 (|FramedAlgebra| *4 *5)))) (|discriminant| #1# (AND (|ofCategory| *4 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *2 #2#) (|isDomain| *1 (|FramedAlgebra&| *3 *2 *4)) (|ofCategory| *3 (|FramedAlgebra| *2 *4)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|traceMatrix| (((|Matrix| |#1|) #3=(|Vector| $)) 62 T ELT) (((|Matrix| |#1|)) 77 T ELT)) (|trace| ((|#1| . #4=($)) 68 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#5=($) 23 T CONST)) (|represents| (($ (|Vector| |#1|) #3#) 64 T ELT) (($ (|Vector| |#1|)) 80 T ELT)) (|regularRepresentation| (((|Matrix| |#1|) $ #3#) 69 T ELT) (((|Matrix| |#1|) $) 75 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|rank| (((|PositiveInteger|)) 70 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|norm| ((|#1| . #4#) 67 T ELT)) (|minimalPolynomial| ((|#2| . #6=($)) 60 (|has| |#1| (|Field|)) ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|discriminant| ((|#1| #3#) 63 T ELT) ((|#1|) 76 T ELT)) (|coordinates| (((|Vector| |#1|) $ #3#) 66 T ELT) (((|Matrix| |#1|) #3# #3#) 65 T ELT) (((|Vector| |#1|) $) 82 T ELT) (((|Matrix| |#1|) (|Vector| $)) 81 T ELT)) (|convert| (((|Vector| |#1|) $) 79 T ELT) (($ (|Vector| |#1|)) 78 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 53 T ELT)) (|charthRoot| (((|Maybe| $) $) 59 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristicPolynomial| ((|#2| . #6#) 61 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|basis| (((|Vector| $)) 83 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #7=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 55 T ELT) (($ |#1| . #7#) 54 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|traceMatrix| (#4=(#5=(|Matrix| |#1|) #6=(|Vector| $)) 62 T ELT) ((#5#) 77 T ELT)) (|trace| (#7=(|#1| $) 68 T ELT)) (|subtractIfCan| ((#8=(|Maybe| $) $ $) 26 T ELT)) (|sample| (#9=($) 23 T CONST)) (|represents| (($ #10=(|Vector| |#1|) #6#) 64 T ELT) (#11=($ #10#) 80 T ELT)) (|regularRepresentation| ((#5# $ #6#) 69 T ELT) ((#5# $) 75 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|rank| ((#12=(|PositiveInteger|)) 70 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|norm| (#7# 67 T ELT)) (|minimalPolynomial| (#13=(|#2| $) 60 (|has| |#1| (|Field|)) ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|discriminant| ((|#1| #6#) 63 T ELT) ((|#1|) 76 T ELT)) (|coordinates| ((#10# $ #6#) 66 T ELT) ((#5# #6# #6#) 65 T ELT) (#14=(#10# $) 82 T ELT) (#4# 81 T ELT)) (|convert| (#14# 79 T ELT) (#11# 78 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #15=(|Integer|)) 42 T ELT) (($ |#1|) 53 T ELT)) (|charthRoot| ((#8# $) 59 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristicPolynomial| (#13# 61 T ELT)) (|characteristic| ((#16=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|basis| ((#6#) 83 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#9# 24 T CONST)) (|One| (#9# 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#17=($ $ $) 29 T ELT)) (+ (#17# 18 T ELT)) (** (($ $ #12#) 36 T ELT) (($ $ #16#) 44 T ELT)) (* (($ #12# $) 17 T ELT) (($ #16# $) 21 T ELT) (($ #15# . #18=($)) 31 T ELT) (#17# 35 T ELT) (($ $ |#1|) 55 T ELT) (($ |#1| . #18#) 54 T ELT)))
(((|FramedAlgebra| |#1| |#2|) (|Category|) (|CommutativeRing|) (|UnivariatePolynomialCategory| |t#1|)) (T |FramedAlgebra|))
-((|basis| (*1 *2) (AND (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|isDomain| *2 (|Vector| *1)) (|ofCategory| *1 (|FramedAlgebra| *3 *4)))) (|coordinates| (*1 *2 *1) (AND (|ofCategory| *1 (|FramedAlgebra| *3 *4)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|isDomain| *2 (|Vector| *3)))) (|coordinates| (*1 *2 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FramedAlgebra| *4 *5)) (|ofCategory| *4 (|CommutativeRing|)) (|ofCategory| *5 (|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|Matrix| *4)))) (|represents| (*1 *1 *2) (AND (|isDomain| *2 (|Vector| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *1 (|FramedAlgebra| *3 *4)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)))) (|convert| (*1 *2 *1) (AND (|ofCategory| *1 (|FramedAlgebra| *3 *4)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|isDomain| *2 (|Vector| *3)))) (|convert| (*1 *1 *2) (AND (|isDomain| *2 (|Vector| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *1 (|FramedAlgebra| *3 *4)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)))) (|traceMatrix| (*1 *2) (AND (|ofCategory| *1 (|FramedAlgebra| *3 *4)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|isDomain| *2 (|Matrix| *3)))) (|discriminant| (*1 *2) (AND (|ofCategory| *1 (|FramedAlgebra| *2 *3)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|regularRepresentation| (*1 *2 *1) (AND (|ofCategory| *1 (|FramedAlgebra| *3 *4)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|isDomain| *2 (|Matrix| *3)))))
-(|Join| (|FiniteRankAlgebra| |t#1| |t#2|) (CATEGORY |domain| (SIGNATURE |basis| ((|Vector| $))) (SIGNATURE |coordinates| ((|Vector| |t#1|) $)) (SIGNATURE |coordinates| ((|Matrix| |t#1|) (|Vector| $))) (SIGNATURE |represents| ($ (|Vector| |t#1|))) (SIGNATURE |convert| ((|Vector| |t#1|) $)) (SIGNATURE |convert| ($ (|Vector| |t#1|))) (SIGNATURE |traceMatrix| ((|Matrix| |t#1|))) (SIGNATURE |discriminant| (|t#1|)) (SIGNATURE |regularRepresentation| ((|Matrix| |t#1|) $))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#1|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|FiniteRankAlgebra| |#1| |#2|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|Monoid|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|basis| #1=(*1 *2) (AND #2=(|ofCategory| *3 #3=(|CommutativeRing|)) #4=(|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|isDomain| *2 #5=(|Vector| *1)) #6=(|ofCategory| *1 (|FramedAlgebra| *3 *4)))) (|coordinates| #7=(*1 *2 *1) #8=(AND #6# #2# #4# #9=(|isDomain| *2 (|Vector| *3)))) (|coordinates| (*1 *2 *3) (AND (|isDomain| *3 #5#) (|ofCategory| *1 (|FramedAlgebra| *4 *5)) (|ofCategory| *4 #3#) (|ofCategory| *5 (|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|Matrix| *4)))) (|represents| #10=(*1 *1 *2) #11=(AND #9# #2# #6# #4#)) (|convert| #7# #8#) (|convert| #10# #11#) (|traceMatrix| #1# #12=(AND #6# #2# #4# (|isDomain| *2 (|Matrix| *3)))) (|discriminant| #1# (AND (|ofCategory| *1 (|FramedAlgebra| *2 *3)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *2 #3#))) (|regularRepresentation| #7# #12#))
+(|Join| (|FiniteRankAlgebra| |t#1| |t#2|) (CATEGORY |domain| (SIGNATURE |basis| (#1=(|Vector| $))) (SIGNATURE |coordinates| #2=(#3=(|Vector| |t#1|) $)) (SIGNATURE |coordinates| (#4=(|Matrix| |t#1|) #1#)) (SIGNATURE |represents| #5=($ #3#)) (SIGNATURE |convert| #2#) (SIGNATURE |convert| #5#) (SIGNATURE |traceMatrix| (#4#)) (SIGNATURE |discriminant| (|t#1|)) (SIGNATURE |regularRepresentation| (#4# $))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#1|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|FiniteRankAlgebra| |#1| |#2|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|Monoid|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|retractIfCan| (((|Union| |#2| #1="failed") $) NIL T ELT) (((|Union| #2=(|Fraction| #3=(|Integer|)) #1#) $) 27 T ELT) (((|Union| #3# #1#) $) 19 T ELT)) (|retract| ((|#2| $) NIL T ELT) ((#2# $) 24 T ELT) ((#3# $) 14 T ELT)) (|coerce| (($ |#2|) NIL T ELT) (($ #2#) 22 T ELT) (($ #3#) 11 T ELT)))
(((|FullyRetractableTo&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |coerce| (|#1| #1=(|Integer|))) (SIGNATURE |retractIfCan| ((|Union| #1# #2="failed") |#1|)) (SIGNATURE |retract| (#1# |#1|)) (SIGNATURE |coerce| (|#1| #3=(|Fraction| #1#))) (SIGNATURE |retractIfCan| ((|Union| #3# #2#) |#1|)) (SIGNATURE |retract| (#3# |#1|)) (SIGNATURE |retract| (|#2| |#1|)) (SIGNATURE |retractIfCan| ((|Union| |#2| #2#) |#1|)) (SIGNATURE |coerce| (|#1| |#2|))) (|FullyRetractableTo| |#2|) (|Type|)) (T |FullyRetractableTo&|))
NIL
-((|retractIfCan| (((|Union| |#1| . #1=("failed")) . #2=($)) 9 T ELT) (((|Union| #3=(|Fraction| (|Integer|)) . #1#) . #2#) 16 (|has| |#1| . #4=((|RetractableTo| (|Fraction| (|Integer|))))) ELT) (((|Union| #5=(|Integer|) . #1#) . #2#) 13 (|has| |#1| . #6=((|RetractableTo| (|Integer|)))) ELT)) (|retract| ((|#1| . #7=($)) 8 T ELT) ((#3# . #7#) 17 (|has| |#1| . #4#) ELT) ((#5# . #7#) 14 (|has| |#1| . #6#) ELT)) (|coerce| (($ |#1|) 6 T ELT) (($ #3#) 15 (|has| |#1| . #4#) ELT) (($ #5#) 12 (|has| |#1| . #6#) ELT)))
+((|retractIfCan| (((|Union| |#1| . #1=("failed")) . #2=($)) 9 T ELT) (((|Union| #3=(|Fraction| #4=(|Integer|)) . #1#) . #2#) 16 #5=(|has| |#1| (|RetractableTo| #3#)) ELT) (((|Union| #4# . #1#) . #2#) 13 #6=(|has| |#1| (|RetractableTo| #4#)) ELT)) (|retract| ((|#1| . #7=($)) 8 T ELT) ((#3# . #7#) 17 #5# ELT) ((#4# . #7#) 14 #6# ELT)) (|coerce| (($ |#1|) 6 T ELT) (($ #3#) 15 #5# ELT) (($ #4#) 12 #6# ELT)))
(((|FullyRetractableTo| |#1|) (|Category|) (|Type|)) (T |FullyRetractableTo|))
NIL
-(|Join| (|RetractableTo| |t#1|) (CATEGORY |package| (IF (|has| |t#1| (|RetractableTo| (|Integer|))) (ATTRIBUTE (|RetractableTo| (|Integer|))) |%noBranch|) (IF (|has| |t#1| (|RetractableTo| (|Fraction| (|Integer|)))) (ATTRIBUTE (|RetractableTo| (|Fraction| (|Integer|)))) |%noBranch|)))
-(((|CoercibleFrom| #1=(|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|CoercibleFrom| #2=(|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|CoercibleFrom| |#1|) . T) ((|RetractableTo| #1#) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| #2#) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T))
+(|Join| (|RetractableTo| |t#1|) (CATEGORY |package| (IF (|has| |t#1| #1=(|RetractableTo| #2=(|Integer|))) (ATTRIBUTE #1#) |%noBranch|) (IF (|has| |t#1| #3=(|RetractableTo| (|Fraction| #2#))) (ATTRIBUTE #3#) |%noBranch|)))
+(((|CoercibleFrom| #1=(|Fraction| #2=(|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|CoercibleFrom| #2#) |has| |#1| (|RetractableTo| (|Integer|))) ((|CoercibleFrom| |#1|) . T) ((|RetractableTo| #1#) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| #2#) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|sample| (#4=($) NIL T CONST)) (|recip| (((|Union| $ "failed") $) NIL T ELT)) (|randomLC| ((|#4| #5=(|NonNegativeInteger|) #6=(|Vector| |#4|)) 55 T ELT)) (|one?| ((#3# $) NIL T ELT)) (|numer| (#7=(#6# $) 15 T ELT)) (|norm| ((|#2| $) 53 T ELT)) (|minimize| (#8=($ $) 155 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|inv| (#8# 103 T ELT)) (|ideal| (($ #6#) 102 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|denom| ((|#1| $) 16 T ELT)) (|conjugate| #9=(#10=($ $ $) NIL T ELT)) (|commutator| #9#) (|coerce| (((|OutputForm|) $) 147 T ELT)) (|before?| #1#) (|basis| (#7# 140 T ELT)) (|One| (#4# 11 T CONST)) (= (#2# 39 T ELT)) (/ #9#) (** (($ $ (|PositiveInteger|)) NIL T ELT) (($ $ #5#) NIL T ELT) (($ $ (|Integer|)) 133 T ELT)) (* (#10# 130 T ELT)))
(((|FractionalIdeal| |#1| |#2| |#3| |#4|) (|Join| (|Group|) (CATEGORY |domain| (SIGNATURE |ideal| ($ #1=(|Vector| |#4|))) (SIGNATURE |basis| #2=(#1# $)) (SIGNATURE |norm| (|#2| $)) (SIGNATURE |numer| #2#) (SIGNATURE |denom| (|#1| $)) (SIGNATURE |minimize| ($ $)) (SIGNATURE |randomLC| (|#4| (|NonNegativeInteger|) #1#)))) (|EuclideanDomain|) (|QuotientFieldCategory| |#1|) (|UnivariatePolynomialCategory| |#2|) (|Join| (|FramedAlgebra| |#2| |#3|) (|RetractableTo| |#2|))) (T |FractionalIdeal|))
((|ideal| (*1 *1 *2) (AND #1=(|isDomain| *2 (|Vector| *6)) #2=(|ofCategory| *6 (|Join| (|FramedAlgebra| *4 *5) (|RetractableTo| *4))) #3=(|ofCategory| *4 #4=(|QuotientFieldCategory| *3)) #5=(|ofCategory| *5 (|UnivariatePolynomialCategory| *4)) #6=(|ofCategory| *3 #7=(|EuclideanDomain|)) #8=(|isDomain| *1 (|FractionalIdeal| *3 *4 *5 *6)))) (|basis| #9=(*1 *2 *1) #10=(AND #6# #3# #5# #1# #8# #2#)) (|norm| #9# (AND (|ofCategory| *4 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *2 #4#) (|isDomain| *1 (|FractionalIdeal| *3 *2 *4 *5)) #6# (|ofCategory| *5 (|Join| (|FramedAlgebra| *2 *4) (|RetractableTo| *2))))) (|numer| #9# #10#) (|denom| #9# (AND #11=(|ofCategory| *3 (|QuotientFieldCategory| *2)) #12=(|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) #13=(|ofCategory| *2 #7#) #14=(|isDomain| *1 (|FractionalIdeal| *2 *3 *4 *5)) #15=(|ofCategory| *5 (|Join| (|FramedAlgebra| *3 *4) (|RetractableTo| *3))))) (|minimize| (*1 *1 *1) (AND #13# #11# #12# #14# #15#)) (|randomLC| (*1 *2 *3 *4) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|isDomain| *4 (|Vector| *2)) (|ofCategory| *5 #7#) (|ofCategory| *6 (|QuotientFieldCategory| *5)) (|ofCategory| *2 (|Join| (|FramedAlgebra| *6 *7) (|RetractableTo| *6))) (|isDomain| *1 (|FractionalIdeal| *5 *6 *7 *2)) (|ofCategory| *7 (|UnivariatePolynomialCategory| *6)))))
@@ -1199,22 +1199,22 @@ NIL
((|unit| (#1=((|Union| $ #2="failed")) 99 T ELT)) (|structuralConstants| ((#3=(|Vector| #4=(|Matrix| |#2|)) #5=(|Vector| $)) NIL T ELT) ((#3#) 104 T ELT)) (|rightUnits| (#6=((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) #2#)) 97 T ELT)) (|rightUnit| (#1# 96 T ELT)) (|rightTraceMatrix| #7=(#8=(#4# #5#) NIL T ELT) (#9=(#4#) 115 T ELT)) (|rightRegularRepresentation| #10=((#4# $ #5#) NIL T ELT) (#11=(#4# $) 123 T ELT)) (|rightRankPolynomial| (#12=((|SparseUnivariatePolynomial| #13=(|Polynomial| |#2|))) 64 T ELT)) (|rightDiscriminant| #14=((|#2| #5#) NIL T ELT) (#15=(|#2|) 119 T ELT)) (|represents| (($ #16=(|Vector| |#2|) #5#) NIL T ELT) (#17=($ #16#) 125 T ELT)) (|leftUnits| (#6# 95 T ELT)) (|leftUnit| (#1# 87 T ELT)) (|leftTraceMatrix| #7# (#9# 113 T ELT)) (|leftRegularRepresentation| #10# (#11# 121 T ELT)) (|leftRankPolynomial| (#12# 63 T ELT)) (|leftDiscriminant| #14# (#15# 117 T ELT)) (|coordinates| ((#16# $ #5#) NIL T ELT) ((#4# #5# #5#) NIL T ELT) (#18=(#16# $) 124 T ELT) (#8# 133 T ELT)) (|convert| (#18# 109 T ELT) (#17# 111 T ELT)) (|conditionsForIdempotents| ((#19=(|List| #13#) #5#) NIL T ELT) ((#19#) 107 T ELT)) (|apply| (($ #4# $) 103 T ELT)))
(((|FramedNonAssociativeAlgebra&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |apply| (|#1| #1=(|Matrix| |#2|) |#1|)) (SIGNATURE |rightRankPolynomial| #2=((|SparseUnivariatePolynomial| #3=(|Polynomial| |#2|)))) (SIGNATURE |leftRankPolynomial| #2#) (SIGNATURE |rightRegularRepresentation| #4=(#1# |#1|)) (SIGNATURE |leftRegularRepresentation| #4#) (SIGNATURE |rightTraceMatrix| #5=(#1#)) (SIGNATURE |leftTraceMatrix| #5#) (SIGNATURE |rightDiscriminant| #6=(|#2|)) (SIGNATURE |leftDiscriminant| #6#) (SIGNATURE |convert| #7=(|#1| #8=(|Vector| |#2|))) (SIGNATURE |convert| #9=(#8# |#1|)) (SIGNATURE |represents| #7#) (SIGNATURE |conditionsForIdempotents| (#10=(|List| #3#))) (SIGNATURE |structuralConstants| (#11=(|Vector| #1#))) (SIGNATURE |coordinates| #12=(#1# #13=(|Vector| |#1|))) (SIGNATURE |coordinates| #9#) (SIGNATURE |unit| #14=((|Union| |#1| #15="failed"))) (SIGNATURE |rightUnit| #14#) (SIGNATURE |leftUnit| #14#) (SIGNATURE |rightUnits| #16=((|Union| (|Record| (|:| |particular| |#1|) (|:| |basis| (|List| |#1|))) #15#))) (SIGNATURE |leftUnits| #16#) (SIGNATURE |rightTraceMatrix| #12#) (SIGNATURE |leftTraceMatrix| #12#) (SIGNATURE |rightDiscriminant| #17=(|#2| #13#)) (SIGNATURE |leftDiscriminant| #17#) (SIGNATURE |represents| (|#1| #8# #13#)) (SIGNATURE |coordinates| (#1# #13# #13#)) (SIGNATURE |coordinates| (#8# |#1| #13#)) (SIGNATURE |rightRegularRepresentation| #18=(#1# |#1| #13#)) (SIGNATURE |leftRegularRepresentation| #18#) (SIGNATURE |structuralConstants| (#11# #13#)) (SIGNATURE |conditionsForIdempotents| (#10# #13#))) (|FramedNonAssociativeAlgebra| |#2|) (|CommutativeRing|)) (T |FramedNonAssociativeAlgebra&|))
((|structuralConstants| #1=(*1 *2) (AND #2=(|ofCategory| *4 #3=(|CommutativeRing|)) (|isDomain| *2 (|Vector| #4=(|Matrix| *4))) #5=(|isDomain| *1 (|FramedNonAssociativeAlgebra&| *3 *4)) #6=(|ofCategory| *3 (|FramedNonAssociativeAlgebra| *4)))) (|conditionsForIdempotents| #1# (AND #2# (|isDomain| *2 (|List| #7=(|Polynomial| *4))) #5# #6#)) (|leftDiscriminant| #1# #8=(AND (|ofCategory| *2 #3#) (|isDomain| *1 (|FramedNonAssociativeAlgebra&| *3 *2)) (|ofCategory| *3 (|FramedNonAssociativeAlgebra| *2)))) (|rightDiscriminant| #1# #8#) (|leftTraceMatrix| #1# #9=(AND #2# (|isDomain| *2 #4#) #5# #6#)) (|rightTraceMatrix| #1# #9#) (|leftRankPolynomial| #1# #10=(AND #2# (|isDomain| *2 (|SparseUnivariatePolynomial| #7#)) #5# #6#)) (|rightRankPolynomial| #1# #10#))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unit| (#3=(#4=(|Union| $ #5="failed")) 49 (|has| |#1| . #6=((|IntegralDomain|))) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|structuralConstants| (((|Vector| (|Matrix| |#1|)) #7=(|Vector| $)) 90 T ELT) (((|Vector| (|Matrix| |#1|))) 116 T ELT)) (|someBasis| ((#7#) 93 T ELT)) (|sample| (#8=($) 23 T CONST)) (|rightUnits| (#9=((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) #5#)) 52 (|has| |#1| . #6#) ELT)) (|rightUnit| (#3# 50 (|has| |#1| . #6#) ELT)) (|rightTraceMatrix| (((|Matrix| |#1|) . #10=(#7#)) 77 T ELT) (((|Matrix| |#1|)) 108 T ELT)) (|rightTrace| ((|#1| . #11=($)) 86 T ELT)) (|rightRegularRepresentation| (((|Matrix| |#1|) . #12=($ #7#)) 88 T ELT) (((|Matrix| |#1|) $) 106 T ELT)) (|rightRecip| (#13=(#4# $) 57 (|has| |#1| . #6#) ELT)) (|rightRankPolynomial| (((|SparseUnivariatePolynomial| (|Polynomial| |#1|))) 104 (|has| |#1| (|Field|)) ELT)) (|rightPower| (#14=($ $ (|PositiveInteger|)) 38 T ELT)) (|rightNorm| ((|#1| . #11#) 84 T ELT)) (|rightMinimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) . #15=($)) 54 (|has| |#1| . #6#) ELT)) (|rightDiscriminant| ((|#1| . #16=(#7#)) 79 T ELT) ((|#1|) 110 T ELT)) (|rightCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#1|) . #15#) 75 T ELT)) (|rightAlternative?| (#17=((|Boolean|)) 69 T ELT)) (|represents| (($ (|Vector| |#1|) #7#) 81 T ELT) (($ (|Vector| |#1|)) 114 T ELT)) (|recip| (#13# 59 (|has| |#1| . #6#) ELT)) (|rank| (((|PositiveInteger|)) 92 T ELT)) (|powerAssociative?| (#17# 66 T ELT)) (|plenaryPower| (($ $ (|PositiveInteger|)) 45 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|noncommutativeJordanAlgebra?| (#17# 62 T ELT)) (|lieAlgebra?| (#17# 60 T ELT)) (|lieAdmissible?| (#17# 64 T ELT)) (|leftUnits| (#9# 53 (|has| |#1| . #6#) ELT)) (|leftUnit| (#3# 51 (|has| |#1| . #6#) ELT)) (|leftTraceMatrix| (((|Matrix| |#1|) . #10#) 78 T ELT) (((|Matrix| |#1|)) 109 T ELT)) (|leftTrace| ((|#1| . #11#) 87 T ELT)) (|leftRegularRepresentation| (((|Matrix| |#1|) . #12#) 89 T ELT) (((|Matrix| |#1|) $) 107 T ELT)) (|leftRecip| (#13# 58 (|has| |#1| . #6#) ELT)) (|leftRankPolynomial| (((|SparseUnivariatePolynomial| (|Polynomial| |#1|))) 105 (|has| |#1| (|Field|)) ELT)) (|leftPower| (#14# 39 T ELT)) (|leftNorm| ((|#1| . #11#) 85 T ELT)) (|leftMinimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) . #15#) 55 (|has| |#1| . #6#) ELT)) (|leftDiscriminant| ((|#1| . #16#) 80 T ELT) ((|#1|) 111 T ELT)) (|leftCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#1|) . #15#) 76 T ELT)) (|leftAlternative?| (#17# 70 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|jordanAlgebra?| (#17# 61 T ELT)) (|jordanAdmissible?| (#17# 63 T ELT)) (|jacobiIdentity?| (#17# 65 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|flexible?| (#17# 68 T ELT)) (|elt| ((|#1| $ (|Integer|)) 120 T ELT)) (|coordinates| (((|Vector| |#1|) $ #7#) 83 T ELT) (((|Matrix| |#1|) #7# #7#) 82 T ELT) (((|Vector| |#1|) $) 118 T ELT) (((|Matrix| |#1|) (|Vector| $)) 117 T ELT)) (|convert| (((|Vector| |#1|) $) 113 T ELT) (($ (|Vector| |#1|)) 112 T ELT)) (|conditionsForIdempotents| (((|List| (|Polynomial| |#1|)) #7#) 91 T ELT) (((|List| (|Polynomial| |#1|))) 115 T ELT)) (|commutator| (#18=($ $ $) 35 T ELT)) (|commutative?| (#17# 74 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|basis| (((|Vector| $)) 119 T ELT)) (|associatorDependence| (((|List| (|Vector| |#1|))) 56 (|has| |#1| . #6#) ELT)) (|associator| (($ $ $ $) 36 T ELT)) (|associative?| (#17# 72 T ELT)) (|apply| (($ (|Matrix| |#1|) $) 103 T ELT)) (|antiCommutator| (#18# 34 T ELT)) (|antiCommutative?| (#17# 73 T ELT)) (|antiAssociative?| (#17# 71 T ELT)) (|alternative?| (#17# 67 T ELT)) (|Zero| (#8# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (#14# 40 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #19=($)) 31 T ELT) (($ $ $) 37 T ELT) (($ $ |#1|) 47 T ELT) (($ |#1| . #19#) 46 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|unit| (#3=(#4=(|Union| $ #5="failed")) 49 #6=(|has| |#1| (|IntegralDomain|)) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|structuralConstants| ((#7=(|Vector| #8=(|Matrix| |#1|)) #9=(|Vector| $)) 90 T ELT) ((#7#) 116 T ELT)) (|someBasis| (#10=(#9#) 93 T ELT)) (|sample| (#11=($) 23 T CONST)) (|rightUnits| (#12=((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) #5#)) 52 #6# ELT)) (|rightUnit| (#3# 50 #6# ELT)) (|rightTraceMatrix| (#13=(#8# #9#) 77 T ELT) (#14=(#8#) 108 T ELT)) (|rightTrace| (#15=(|#1| $) 86 T ELT)) (|rightRegularRepresentation| (#16=(#8# $ #9#) 88 T ELT) (#17=(#8# $) 106 T ELT)) (|rightRecip| (#18=(#4# $) 57 #6# ELT)) (|rightRankPolynomial| (#19=((|SparseUnivariatePolynomial| #20=(|Polynomial| |#1|))) 104 #21=(|has| |#1| (|Field|)) ELT)) (|rightPower| (#22=($ $ #23=(|PositiveInteger|)) 38 T ELT)) (|rightNorm| (#15# 84 T ELT)) (|rightMinimalPolynomial| (#24=((|SparseUnivariatePolynomial| |#1|) $) 54 #6# ELT)) (|rightDiscriminant| (#25=(|#1| #9#) 79 T ELT) (#26=(|#1|) 110 T ELT)) (|rightCharacteristicPolynomial| (#24# 75 T ELT)) (|rightAlternative?| (#27=(#2#) 69 T ELT)) (|represents| (($ #28=(|Vector| |#1|) #9#) 81 T ELT) (#29=($ #28#) 114 T ELT)) (|recip| (#18# 59 #6# ELT)) (|rank| ((#23#) 92 T ELT)) (|powerAssociative?| (#27# 66 T ELT)) (|plenaryPower| (#22# 45 T ELT)) (|opposite?| (#1# 20 T ELT)) (|noncommutativeJordanAlgebra?| (#27# 62 T ELT)) (|lieAlgebra?| (#27# 60 T ELT)) (|lieAdmissible?| (#27# 64 T ELT)) (|leftUnits| (#12# 53 #6# ELT)) (|leftUnit| (#3# 51 #6# ELT)) (|leftTraceMatrix| (#13# 78 T ELT) (#14# 109 T ELT)) (|leftTrace| (#15# 87 T ELT)) (|leftRegularRepresentation| (#16# 89 T ELT) (#17# 107 T ELT)) (|leftRecip| (#18# 58 #6# ELT)) (|leftRankPolynomial| (#19# 105 #21# ELT)) (|leftPower| (#22# 39 T ELT)) (|leftNorm| (#15# 85 T ELT)) (|leftMinimalPolynomial| (#24# 55 #6# ELT)) (|leftDiscriminant| (#25# 80 T ELT) (#26# 111 T ELT)) (|leftCharacteristicPolynomial| (#24# 76 T ELT)) (|leftAlternative?| (#27# 70 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|jordanAlgebra?| (#27# 61 T ELT)) (|jordanAdmissible?| (#27# 63 T ELT)) (|jacobiIdentity?| (#27# 65 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|flexible?| (#27# 68 T ELT)) (|elt| ((|#1| $ #30=(|Integer|)) 120 T ELT)) (|coordinates| ((#28# $ #9#) 83 T ELT) ((#8# #9# #9#) 82 T ELT) (#31=(#28# $) 118 T ELT) (#13# 117 T ELT)) (|convert| (#31# 113 T ELT) (#29# 112 T ELT)) (|conditionsForIdempotents| ((#32=(|List| #20#) #9#) 91 T ELT) ((#32#) 115 T ELT)) (|commutator| (#33=($ $ $) 35 T ELT)) (|commutative?| (#27# 74 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|basis| (#10# 119 T ELT)) (|associatorDependence| (((|List| #28#)) 56 #6# ELT)) (|associator| (($ $ $ $) 36 T ELT)) (|associative?| (#27# 72 T ELT)) (|apply| (($ #8# $) 103 T ELT)) (|antiCommutator| (#33# 34 T ELT)) (|antiCommutative?| (#27# 73 T ELT)) (|antiAssociative?| (#27# 71 T ELT)) (|alternative?| (#27# 67 T ELT)) (|Zero| (#11# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#33# 29 T ELT)) (+ (#33# 18 T ELT)) (** (#22# 40 T ELT)) (* (($ #23# $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ #30# . #34=($)) 31 T ELT) (#33# 37 T ELT) (($ $ |#1|) 47 T ELT) (($ |#1| . #34#) 46 T ELT)))
(((|FramedNonAssociativeAlgebra| |#1|) (|Category|) (|CommutativeRing|)) (T |FramedNonAssociativeAlgebra|))
-((|basis| (*1 *2) (AND (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Vector| *1)) (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *3)))) (|coordinates| (*1 *2 *1) (AND (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Vector| *3)))) (|coordinates| (*1 *2 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *4)) (|ofCategory| *4 (|CommutativeRing|)) (|isDomain| *2 (|Matrix| *4)))) (|structuralConstants| (*1 *2) (AND (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Vector| (|Matrix| *3))))) (|conditionsForIdempotents| (*1 *2) (AND (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|List| (|Polynomial| *3))))) (|represents| (*1 *1 *2) (AND (|isDomain| *2 (|Vector| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *3)))) (|convert| (*1 *2 *1) (AND (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Vector| *3)))) (|convert| (*1 *1 *2) (AND (|isDomain| *2 (|Vector| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *3)))) (|leftDiscriminant| (*1 *2) (AND (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|rightDiscriminant| (*1 *2) (AND (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|leftTraceMatrix| (*1 *2) (AND (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Matrix| *3)))) (|rightTraceMatrix| (*1 *2) (AND (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Matrix| *3)))) (|leftRegularRepresentation| (*1 *2 *1) (AND (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Matrix| *3)))) (|rightRegularRepresentation| (*1 *2 *1) (AND (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *2 (|Matrix| *3)))) (|leftRankPolynomial| (*1 *2) (AND (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *3 (|Field|)) (|isDomain| *2 (|SparseUnivariatePolynomial| (|Polynomial| *3))))) (|rightRankPolynomial| (*1 *2) (AND (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *3 (|Field|)) (|isDomain| *2 (|SparseUnivariatePolynomial| (|Polynomial| *3))))) (|apply| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Matrix| *3)) (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)))))
-(|Join| (|FiniteRankNonAssociativeAlgebra| |t#1|) (|Eltable| (|Integer|) |t#1|) (CATEGORY |domain| (SIGNATURE |basis| ((|Vector| $))) (SIGNATURE |coordinates| ((|Vector| |t#1|) $)) (SIGNATURE |coordinates| ((|Matrix| |t#1|) (|Vector| $))) (SIGNATURE |structuralConstants| ((|Vector| (|Matrix| |t#1|)))) (SIGNATURE |conditionsForIdempotents| ((|List| (|Polynomial| |t#1|)))) (SIGNATURE |represents| ($ (|Vector| |t#1|))) (SIGNATURE |convert| ((|Vector| |t#1|) $)) (SIGNATURE |convert| ($ (|Vector| |t#1|))) (SIGNATURE |leftDiscriminant| (|t#1|)) (SIGNATURE |rightDiscriminant| (|t#1|)) (SIGNATURE |leftTraceMatrix| ((|Matrix| |t#1|))) (SIGNATURE |rightTraceMatrix| ((|Matrix| |t#1|))) (SIGNATURE |leftRegularRepresentation| ((|Matrix| |t#1|) $)) (SIGNATURE |rightRegularRepresentation| ((|Matrix| |t#1|) $)) (IF (|has| |t#1| (|Field|)) (PROGN (SIGNATURE |leftRankPolynomial| ((|SparseUnivariatePolynomial| (|Polynomial| |t#1|)))) (SIGNATURE |rightRankPolynomial| ((|SparseUnivariatePolynomial| (|Polynomial| |t#1|))))) |%noBranch|) (SIGNATURE |apply| ($ (|Matrix| |t#1|) $))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Eltable| (|Integer|) |#1|) . T) ((|FiniteRankNonAssociativeAlgebra| |#1|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|Monad|) . T) ((|NonAssociativeAlgebra| |#1|) . T) ((|NonAssociativeRng|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|basis| #1=(*1 *2) (AND #2=(|ofCategory| *3 #3=(|CommutativeRing|)) (|isDomain| *2 #4=(|Vector| *1)) #5=(|ofCategory| *1 (|FramedNonAssociativeAlgebra| *3)))) (|coordinates| #6=(*1 *2 *1) #7=(AND #5# #2# #8=(|isDomain| *2 (|Vector| *3)))) (|coordinates| (*1 *2 *3) (AND (|isDomain| *3 #4#) (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *4)) (|ofCategory| *4 #3#) (|isDomain| *2 (|Matrix| *4)))) (|structuralConstants| #1# (AND #5# #2# (|isDomain| *2 (|Vector| #9=(|Matrix| *3))))) (|conditionsForIdempotents| #1# (AND #5# #2# (|isDomain| *2 (|List| #10=(|Polynomial| *3))))) (|represents| #11=(*1 *1 *2) #12=(AND #8# #2# #5#)) (|convert| #6# #7#) (|convert| #11# #12#) (|leftDiscriminant| #1# #13=(AND (|ofCategory| *1 (|FramedNonAssociativeAlgebra| *2)) (|ofCategory| *2 #3#))) (|rightDiscriminant| #1# #13#) (|leftTraceMatrix| #1# #14=(AND #5# #2# #15=(|isDomain| *2 #9#))) (|rightTraceMatrix| #1# #14#) (|leftRegularRepresentation| #6# #14#) (|rightRegularRepresentation| #6# #14#) (|leftRankPolynomial| #1# #16=(AND #5# #2# (|ofCategory| *3 (|Field|)) (|isDomain| *2 (|SparseUnivariatePolynomial| #10#)))) (|rightRankPolynomial| #1# #16#) (|apply| (*1 *1 *2 *1) (AND #15# #5# #2#)))
+(|Join| (|FiniteRankNonAssociativeAlgebra| |t#1|) (|Eltable| (|Integer|) |t#1|) (CATEGORY |domain| (SIGNATURE |basis| (#1=(|Vector| $))) (SIGNATURE |coordinates| #2=(#3=(|Vector| |t#1|) $)) (SIGNATURE |coordinates| (#4=(|Matrix| |t#1|) #1#)) (SIGNATURE |structuralConstants| ((|Vector| #4#))) (SIGNATURE |conditionsForIdempotents| ((|List| #5=(|Polynomial| |t#1|)))) (SIGNATURE |represents| #6=($ #3#)) (SIGNATURE |convert| #2#) (SIGNATURE |convert| #6#) (SIGNATURE |leftDiscriminant| #7=(|t#1|)) (SIGNATURE |rightDiscriminant| #7#) (SIGNATURE |leftTraceMatrix| #8=(#4#)) (SIGNATURE |rightTraceMatrix| #8#) (SIGNATURE |leftRegularRepresentation| #9=(#4# $)) (SIGNATURE |rightRegularRepresentation| #9#) (IF (|has| |t#1| (|Field|)) (PROGN (SIGNATURE |leftRankPolynomial| #10=((|SparseUnivariatePolynomial| #5#))) (SIGNATURE |rightRankPolynomial| #10#)) |%noBranch|) (SIGNATURE |apply| ($ #4# $))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|FiniteRankNonAssociativeAlgebra| |#1|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|Monad|) . T) ((|NonAssociativeAlgebra| |#1|) . T) ((|NonAssociativeRng|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|refine| ((#1=(|Factored| |#1|) #1# (|Mapping| #1# |#1|)) 28 T ELT)) (|mergeFactors| ((#1# #1# #1#) 17 T ELT)))
(((|FactoredFunctionUtilities| |#1|) (CATEGORY |package| (SIGNATURE |refine| (#1=(|Factored| |#1|) #1# (|Mapping| #1# |#1|))) (SIGNATURE |mergeFactors| (#1# #1# #1#))) (|IntegralDomain|)) (T |FactoredFunctionUtilities|))
((|mergeFactors| (*1 *2 *2 *2) (AND (|isDomain| *2 (|Factored| *3)) (|ofCategory| *3 #1=(|IntegralDomain|)) (|isDomain| *1 (|FactoredFunctionUtilities| *3)))) (|refine| (*1 *2 *2 *3) (AND (|isDomain| *3 (|Mapping| #2=(|Factored| *4) *4)) (|ofCategory| *4 #1#) (|isDomain| *2 #2#) (|isDomain| *1 (|FactoredFunctionUtilities| *4)))))
((|variables| ((#1=(|List| #2=(|Symbol|)) $) 81 T ELT)) (|univariate| (((|Fraction| (|SparseUnivariatePolynomial| $)) $ #3=(|Kernel| $)) 313 T ELT)) (|subst| #4=(($ $ #5=(|Equation| $)) NIL T ELT) #6=(($ $ (|List| #5#)) NIL T ELT) (#7=($ $ #8=(|List| #3#) #9=(|List| $)) 277 T ELT)) (|retractIfCan| (#10=((|Union| #3# #11="failed") $) NIL T ELT) (((|Union| #2# #11#) $) 84 T ELT) (((|Union| #12=(|Integer|) #11#) $) NIL T ELT) (((|Union| |#2| #11#) $) 273 T ELT) (((|Union| #13=(|Fraction| #14=(|Polynomial| |#2|)) #11#) $) 363 T ELT) (((|Union| #14# #11#) $) 275 T ELT) (((|Union| #15=(|Fraction| #12#) #11#) $) NIL T ELT)) (|retract| ((#3# $) NIL T ELT) ((#2# $) 28 T ELT) ((#12# $) NIL T ELT) (#16=(|#2| $) 271 T ELT) ((#13# $) 345 T ELT) ((#14# $) 272 T ELT) ((#15# $) NIL T ELT)) (|operator| ((#17=(|BasicOperator|) #17#) 47 T ELT)) (|numerator| (#18=($ $) 99 T ELT)) (|mainKernel| (#10# 268 T ELT)) (|kernels| ((#8# $) 269 T ELT)) (|isTimes| (#19=((|Union| #9# #11#) $) 287 T ELT)) (|isPower| (((|Union| (|Record| (|:| |val| $) #20=(|:| |exponent| #12#)) #11#) $) 294 T ELT)) (|isPlus| (#19# 285 T ELT)) (|isMult| (((|Union| (|Record| (|:| |coef| #12#) #21=(|:| |var| #3#)) #11#) $) 304 T ELT)) (|isExpt| ((#22=(|Union| (|Record| #21# #20#) #11#) $) 291 T ELT) ((#22# $ #17#) 255 T ELT) ((#22# $ #2#) 257 T ELT)) (|ground?| ((#23=(|Boolean|) $) 17 T ELT)) (|ground| (#16# 19 T ELT)) (|eval| (($ $ #3# $) NIL T ELT) (#7# 276 T ELT) #6# #4# (($ $ $ $) NIL T ELT) (($ $ #9# #9#) NIL T ELT) (($ $ #1# #24=(|List| #25=(|Mapping| $ $))) NIL T ELT) (($ $ #1# #26=(|List| #27=(|Mapping| $ #9#))) 109 T ELT) (($ $ #2# #27#) NIL T ELT) (($ $ #2# #25#) NIL T ELT) (($ $ #28=(|List| #17#) #24#) NIL T ELT) (($ $ #28# #26#) NIL T ELT) (($ $ #17# #27#) NIL T ELT) (($ $ #17# #25#) NIL T ELT) (#29=($ $ #2#) 62 T ELT) (#30=($ $ #1#) 280 T ELT) (#18# 281 T ELT) (($ $ #17# $ #2#) 65 T ELT) (($ $ #28# #9# #2#) 72 T ELT) (($ $ #1# #31=(|List| #32=(|NonNegativeInteger|)) #24#) 120 T ELT) (($ $ #1# #31# #26#) 282 T ELT) (($ $ #2# #32# #27#) 105 T ELT) (($ $ #2# #32# #25#) 104 T ELT)) (|elt| (($ #17# $) NIL T ELT) (($ #17# $ $) NIL T ELT) (($ #17# $ $ $) NIL T ELT) (($ #17# $ $ $ $) NIL T ELT) (($ #17# #9#) 119 T ELT)) (|differentiate| (#29# 278 T ELT) (#30# NIL T ELT) (($ $ #2# #32#) NIL T ELT) (($ $ #1# #31#) NIL T ELT)) (|denominator| (#18# 324 T ELT)) (|convert| (((|Pattern| #12#) $) 297 T ELT) (((|Pattern| (|Float|)) $) 301 T ELT) (($ (|Factored| $)) 359 T ELT) (((|InputForm|) $) NIL T ELT)) (|coerce| (((|OutputForm|) $) 279 T ELT) (($ #3#) 93 T ELT) (($ #2#) 24 T ELT) (($ |#2|) NIL T ELT) (($ (|SparseMultivariatePolynomial| |#2| #3#)) NIL T ELT) (($ #33=(|Fraction| |#2|)) 329 T ELT) (($ #34=(|Polynomial| #33#)) 368 T ELT) (($ (|Fraction| #34#)) 341 T ELT) (($ #13#) 335 T ELT) (#18# NIL T ELT) (($ #14#) 216 T ELT) (($ #12#) NIL T ELT) (($ #15#) 373 T ELT)) (|characteristic| ((#32#) 88 T CONST)) (|belong?| ((#23# #17#) 42 T ELT)) (|applyQuote| (($ #2# $) 31 T ELT) (($ #2# $ $) 32 T ELT) (($ #2# $ $ $) 33 T ELT) (($ #2# $ $ $ $) 34 T ELT) (($ #2# #9#) 39 T ELT)) (* (($ #15# $) NIL T ELT) (($ $ #15#) NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 306 T ELT) (($ $ $) NIL T ELT) (($ #12# $) NIL T ELT) (($ #32# $) NIL T ELT) (($ (|PositiveInteger|) $) NIL T ELT)))
(((|FunctionSpace&| |#1| |#2|) (CATEGORY |package| (SIGNATURE * (|#1| (|PositiveInteger|) |#1|)) (SIGNATURE * (|#1| #1=(|NonNegativeInteger|) |#1|)) (SIGNATURE * (|#1| #2=(|Integer|) |#1|)) (SIGNATURE |coerce| (|#1| #3=(|Fraction| #2#))) (SIGNATURE |retractIfCan| ((|Union| #3# #4="failed") |#1|)) (SIGNATURE |retract| (#3# |#1|)) (SIGNATURE * (|#1| |#1| |#1|)) (SIGNATURE |coerce| (|#1| #2#)) (SIGNATURE |characteristic| (#1#) |constant|) (SIGNATURE * (|#1| |#2| |#1|)) (SIGNATURE |convert| ((|InputForm|) |#1|)) (SIGNATURE |coerce| (|#1| #5=(|Polynomial| |#2|))) (SIGNATURE |retractIfCan| ((|Union| #5# #4#) |#1|)) (SIGNATURE |retract| (#5# |#1|)) (SIGNATURE |differentiate| (|#1| |#1| #6=(|List| #7=(|Symbol|)) #8=(|List| #1#))) (SIGNATURE |differentiate| (|#1| |#1| #7# #1#)) (SIGNATURE |differentiate| #9=(|#1| |#1| #6#)) (SIGNATURE |differentiate| #10=(|#1| |#1| #7#)) (SIGNATURE * (|#1| |#1| |#2|)) (SIGNATURE |coerce| #11=(|#1| |#1|)) (SIGNATURE * (|#1| |#1| #3#)) (SIGNATURE * (|#1| #3# |#1|)) (SIGNATURE |coerce| (|#1| #12=(|Fraction| #5#))) (SIGNATURE |retractIfCan| ((|Union| #12# #4#) |#1|)) (SIGNATURE |retract| (#12# |#1|)) (SIGNATURE |univariate| ((|Fraction| (|SparseUnivariatePolynomial| |#1|)) |#1| #13=(|Kernel| |#1|))) (SIGNATURE |coerce| (|#1| (|Fraction| #14=(|Polynomial| #15=(|Fraction| |#2|))))) (SIGNATURE |coerce| (|#1| #14#)) (SIGNATURE |coerce| (|#1| #15#)) (SIGNATURE |denominator| #11#) (SIGNATURE |convert| (|#1| (|Factored| |#1|))) (SIGNATURE |eval| (|#1| |#1| #7# #1# #16=(|Mapping| |#1| |#1|))) (SIGNATURE |eval| (|#1| |#1| #7# #1# #17=(|Mapping| |#1| #18=(|List| |#1|)))) (SIGNATURE |eval| (|#1| |#1| #6# #8# #19=(|List| #17#))) (SIGNATURE |eval| (|#1| |#1| #6# #8# #20=(|List| #16#))) (SIGNATURE |isPower| ((|Union| (|Record| (|:| |val| |#1|) #21=(|:| |exponent| #2#)) #4#) |#1|)) (SIGNATURE |isExpt| (#22=(|Union| (|Record| #23=(|:| |var| #13#) #21#) #4#) |#1| #7#)) (SIGNATURE |isExpt| (#22# |#1| #24=(|BasicOperator|))) (SIGNATURE |numerator| #11#) (SIGNATURE |coerce| (|#1| (|SparseMultivariatePolynomial| |#2| #13#))) (SIGNATURE |isMult| ((|Union| (|Record| (|:| |coef| #2#) #23#) #4#) |#1|)) (SIGNATURE |isPlus| #25=((|Union| #18# #4#) |#1|)) (SIGNATURE |isExpt| (#22# |#1|)) (SIGNATURE |isTimes| #25#) (SIGNATURE |eval| (|#1| |#1| #26=(|List| #24#) #18# #7#)) (SIGNATURE |eval| (|#1| |#1| #24# |#1| #7#)) (SIGNATURE |eval| #11#) (SIGNATURE |eval| #9#) (SIGNATURE |eval| #10#) (SIGNATURE |applyQuote| (|#1| #7# #18#)) (SIGNATURE |applyQuote| (|#1| #7# |#1| |#1| |#1| |#1|)) (SIGNATURE |applyQuote| (|#1| #7# |#1| |#1| |#1|)) (SIGNATURE |applyQuote| (|#1| #7# |#1| |#1|)) (SIGNATURE |applyQuote| (|#1| #7# |#1|)) (SIGNATURE |variables| (#6# |#1|)) (SIGNATURE |ground| #27=(|#2| |#1|)) (SIGNATURE |ground?| (#28=(|Boolean|) |#1|)) (SIGNATURE |coerce| (|#1| |#2|)) (SIGNATURE |retractIfCan| ((|Union| |#2| #4#) |#1|)) (SIGNATURE |retract| #27#) (SIGNATURE |retract| (#2# |#1|)) (SIGNATURE |retractIfCan| ((|Union| #2# #4#) |#1|)) (SIGNATURE |convert| ((|Pattern| (|Float|)) |#1|)) (SIGNATURE |convert| ((|Pattern| #2#) |#1|)) (SIGNATURE |coerce| (|#1| #7#)) (SIGNATURE |retractIfCan| ((|Union| #7# #4#) |#1|)) (SIGNATURE |retract| (#7# |#1|)) (SIGNATURE |eval| (|#1| |#1| #24# #16#)) (SIGNATURE |eval| (|#1| |#1| #24# #17#)) (SIGNATURE |eval| (|#1| |#1| #26# #19#)) (SIGNATURE |eval| (|#1| |#1| #26# #20#)) (SIGNATURE |eval| (|#1| |#1| #7# #16#)) (SIGNATURE |eval| (|#1| |#1| #7# #17#)) (SIGNATURE |eval| (|#1| |#1| #6# #19#)) (SIGNATURE |eval| (|#1| |#1| #6# #20#)) (SIGNATURE |belong?| (#28# #24#)) (SIGNATURE |operator| (#24# #24#)) (SIGNATURE |kernels| (#29=(|List| #13#) |#1|)) (SIGNATURE |mainKernel| #30=((|Union| #13# #4#) |#1|)) (SIGNATURE |subst| #31=(|#1| |#1| #29# #18#)) (SIGNATURE |subst| #32=(|#1| |#1| (|List| #33=(|Equation| |#1|)))) (SIGNATURE |subst| #34=(|#1| |#1| #33#)) (SIGNATURE |elt| (|#1| #24# #18#)) (SIGNATURE |elt| (|#1| #24# |#1| |#1| |#1| |#1|)) (SIGNATURE |elt| (|#1| #24# |#1| |#1| |#1|)) (SIGNATURE |elt| (|#1| #24# |#1| |#1|)) (SIGNATURE |elt| (|#1| #24# |#1|)) (SIGNATURE |eval| (|#1| |#1| #18# #18#)) (SIGNATURE |eval| (|#1| |#1| |#1| |#1|)) (SIGNATURE |eval| #34#) (SIGNATURE |eval| #32#) (SIGNATURE |eval| #31#) (SIGNATURE |eval| (|#1| |#1| #13# |#1|)) (SIGNATURE |coerce| (|#1| #13#)) (SIGNATURE |retractIfCan| #30#) (SIGNATURE |retract| (#13# |#1|)) (SIGNATURE |coerce| ((|OutputForm|) |#1|))) (|FunctionSpace| |#2|) (|SetCategory|)) (T |FunctionSpace&|))
((|operator| (*1 *2 *2) (AND (|isDomain| *2 #1=(|BasicOperator|)) #2=(|ofCategory| *4 #3=(|SetCategory|)) #4=(|isDomain| *1 (|FunctionSpace&| *3 *4)) #5=(|ofCategory| *3 (|FunctionSpace| *4)))) (|belong?| (*1 *2 *3) (AND (|isDomain| *3 #1#) (|ofCategory| *5 #3#) (|isDomain| *2 (|Boolean|)) (|isDomain| *1 (|FunctionSpace&| *4 *5)) (|ofCategory| *4 (|FunctionSpace| *5)))) (|characteristic| (*1 *2) (AND #2# (|isDomain| *2 (|NonNegativeInteger|)) #4# #5#)))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 129 (|has| |#1| . #3=((|AbelianSemiGroup|))) ELT)) (|variables| (((|List| (|Symbol|)) $) 222 T ELT)) (|univariate| (((|Fraction| (|SparseUnivariatePolynomial| $)) $ (|Kernel| $)) 190 (|has| |#1| (|IntegralDomain|)) ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 162 (|has| |#1| . #4=((|IntegralDomain|))) ELT)) (|unitCanonical| (($ $) 163 (|has| |#1| . #4#) ELT)) (|unit?| ((#5=(|Boolean|) $) 165 (|has| |#1| . #4#) ELT)) (|tower| (#6=(#7=(|List| #8=(|Kernel| $)) $) 42 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 132 (|has| |#1| . #9=((|AbelianGroup|))) ELT)) (|subst| (($ $ #10=(|Equation| $)) 54 T ELT) (($ $ (|List| #10#)) 53 T ELT) (($ $ #7# #11=(|List| $)) 52 T ELT)) (|squareFreePart| (($ $) 182 (|has| |#1| . #4#) ELT)) (|squareFree| (#12=((|Factored| $) $) 183 (|has| |#1| . #4#) ELT)) (|sizeLess?| (((|Boolean|) $ $) 173 (|has| |#1| . #4#) ELT)) (|sample| (#13=($) 117 (OR (|has| |#1| . #14=((|SemiGroup|))) (|has| |#1| . #3#)) CONST)) (|retractIfCan| (((|Union| #8# . #15=("failed")) . #16=($)) 67 T ELT) (((|Union| #17=(|Symbol|) . #15#) . #16#) 235 T ELT) (((|Union| #18=(|Integer|) . #15#) . #16#) 229 (|has| |#1| . #19=((|RetractableTo| #18#))) ELT) (((|Union| |#1| . #15#) . #16#) 226 T ELT) (((|Union| (|Fraction| (|Polynomial| |#1|)) . #15#) . #16#) 188 (|has| |#1| . #20=((|IntegralDomain|))) ELT) (((|Union| (|Polynomial| |#1|) . #15#) . #16#) 137 (|has| |#1| . #21=((|Ring|))) ELT) (((|Union| #22=(|Fraction| #18#) . #15#) . #16#) 111 (OR (AND (|has| |#1| . #23=((|RetractableTo| (|Integer|)))) (|has| |#1| . #24=((|IntegralDomain|)))) (|has| |#1| . #25=((|RetractableTo| #22#)))) ELT)) (|retract| ((#8# . #26=($)) 68 T ELT) ((#17# . #26#) 236 T ELT) ((#18# . #26#) 228 (|has| |#1| . #19#) ELT) ((|#1| . #26#) 227 T ELT) (((|Fraction| (|Polynomial| |#1|)) . #26#) 189 (|has| |#1| . #20#) ELT) (((|Polynomial| |#1|) . #26#) 138 (|has| |#1| . #21#) ELT) ((#22# . #26#) 112 (OR (AND (|has| |#1| . #23#) (|has| |#1| . #24#)) (|has| |#1| . #25#)) ELT)) (|rem| (#27=($ $ $) 177 (|has| |#1| . #4#) ELT)) (|reducedSystem| (((|Matrix| #28=(|Integer|)) . #29=(#30=(|Matrix| $))) 155 (|and| (|has| |#1| . #31=((|LinearlyExplicitRingOver| #28#))) (|has| |#1| . #32=((|Ring|)))) ELT) (((|Record| (|:| |mat| (|Matrix| #28#)) (|:| |vec| (|Vector| #28#))) . #33=(#30# #34=(|Vector| $))) 154 (|and| (|has| |#1| . #31#) (|has| |#1| . #32#)) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #33#) 153 (|has| |#1| . #32#) ELT) (((|Matrix| |#1|) . #29#) 152 (|has| |#1| . #32#) ELT)) (|recip| (((|Union| $ "failed") $) 119 (|has| |#1| . #14#) ELT)) (|quo| (#27# 176 (|has| |#1| . #4#) ELT)) (|principalIdeal| (((|Record| (|:| |coef| #35=(|List| $)) (|:| |generator| $)) #35#) 171 (|has| |#1| . #4#) ELT)) (|prime?| (((|Boolean|) $) 184 (|has| |#1| . #4#) ELT)) (|patternMatch| (((|PatternMatchResult| #36=(|Integer|) . #37=($)) $ (|Pattern| #36#) (|PatternMatchResult| #36# . #37#)) 231 (|has| |#1| (|PatternMatchable| #36#)) ELT) (((|PatternMatchResult| #38=(|Float|) . #37#) $ (|Pattern| #38#) (|PatternMatchResult| #38# . #37#)) 230 (|has| |#1| (|PatternMatchable| #38#)) ELT)) (|paren| (#39=($ $) 49 T ELT) (#40=($ #11#) 48 T ELT)) (|opposite?| ((#2# $ $) 131 (|has| |#1| . #3#) ELT)) (|operators| ((#41=(|List| #42=(|BasicOperator|)) $) 41 T ELT)) (|operator| ((#42# #42#) 40 T ELT)) (|one?| (((|Boolean|) $) 118 (|has| |#1| . #14#) ELT)) (|odd?| (#43=(#44=(|Boolean|) $) 20 #45=(|has| $ (|RetractableTo| (|Integer|))) ELT)) (|numerator| (($ $) 205 (|has| |#1| (|Ring|)) ELT)) (|numer| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) 206 (|has| |#1| (|Ring|)) ELT)) (|multiEuclidean| (((|Union| #46=(|List| $) #47="failed") #46# $) 180 (|has| |#1| . #4#) ELT)) (|minPoly| (((|SparseUnivariatePolynomial| $) #8#) 23 #48=(|has| $ (|Ring|)) ELT)) (|map| (($ #49=(|Mapping| $ $) #8#) 34 T ELT)) (|mainKernel| (((|Union| #8# "failed") $) 44 T ELT)) (|leftReducedSystem| (((|Matrix| #28#) . #50=(#34#)) 157 (|and| (|has| |#1| . #31#) (|has| |#1| . #32#)) ELT) (((|Record| (|:| |mat| (|Matrix| #28#)) (|:| |vec| (|Vector| #28#))) . #51=(#34# $)) 156 (|and| (|has| |#1| . #31#) (|has| |#1| . #32#)) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #51#) 151 (|has| |#1| . #32#) ELT) (((|Matrix| |#1|) . #50#) 150 (|has| |#1| . #32#) ELT)) (|lcm| (#52=($ (|List| $)) 169 (|has| |#1| . #4#) ELT) (#53=($ $ $) 168 (|has| |#1| . #4#) ELT)) (|latex| (((|String|) $) 11 T ELT)) (|kernels| (#6# 43 T ELT)) (|kernel| (#54=($ #42# $) 36 T ELT) (#55=($ #42# #11#) 35 T ELT)) (|isTimes| (((|Union| (|List| $) "failed") $) 211 (|has| |#1| (|SemiGroup|)) ELT)) (|isPower| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| (|Integer|))) "failed") $) 202 (|has| |#1| (|Ring|)) ELT)) (|isPlus| (((|Union| (|List| $) "failed") $) 209 (|has| |#1| (|AbelianSemiGroup|)) ELT)) (|isMult| (((|Union| (|Record| (|:| |coef| (|Integer|)) (|:| |var| (|Kernel| $))) "failed") $) 208 (|has| |#1| (|AbelianSemiGroup|)) ELT)) (|isExpt| (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $) 210 (|has| |#1| (|SemiGroup|)) ELT) (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|BasicOperator|)) 204 (|has| |#1| (|Ring|)) ELT) (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|Symbol|)) 203 (|has| |#1| (|Ring|)) ELT)) (|is?| ((#44# $ #42#) 38 T ELT) (#56=(#44# $ #57=(|Symbol|)) 37 T ELT)) (|inv| (($ $) 121 (OR (|has| |#1| . #58=((|Group|))) (|has| |#1| . #4#)) ELT)) (|height| (((|NonNegativeInteger|) $) 45 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|ground?| (((|Boolean|) $) 224 T ELT)) (|ground| ((|#1| $) 223 T ELT)) (|gcdPolynomial| ((#59=(|SparseUnivariatePolynomial| $) #59# #59#) 170 (|has| |#1| . #4#) ELT)) (|gcd| (#52# 167 (|has| |#1| . #4#) ELT) (#53# 166 (|has| |#1| . #4#) ELT)) (|freeOf?| ((#44# $ $) 33 T ELT) (#56# 32 T ELT)) (|factor| (#12# 181 (|has| |#1| . #4#) ELT)) (|extendedEuclidean| (((|Union| (|Record| #60=(|:| |coef1| $) #61=(|:| |coef2| $)) #47#) $ $ $) 179 (|has| |#1| . #4#) ELT) (((|Record| #60# #61# (|:| |generator| $)) $ $) 178 (|has| |#1| . #4#) ELT)) (|exquo| (((|Union| $ "failed") $ $) 161 (|has| |#1| . #4#) ELT)) (|expressIdealMember| (((|Maybe| #35#) #35# $) 172 (|has| |#1| . #4#) ELT)) (|even?| (#43# 21 #45# ELT)) (|eval| (($ $ #8# $) 65 T ELT) (($ $ (|List| #8#) (|List| $)) 64 T ELT) (($ $ (|List| (|Equation| $))) 63 T ELT) (($ $ (|Equation| $)) 62 T ELT) (($ $ $ $) 61 T ELT) (($ $ (|List| $) (|List| $)) 60 T ELT) (($ $ #62=(|List| #57#) #63=(|List| #49#)) 31 T ELT) (($ $ #62# #64=(|List| #65=(|Mapping| $ #11#))) 30 T ELT) (($ $ #57# #65#) 29 T ELT) (($ $ #57# #49#) 28 T ELT) (($ $ #41# #63#) 27 T ELT) (($ $ #41# #64#) 26 T ELT) (($ $ #42# #65#) 25 T ELT) (($ $ #42# #49#) 24 T ELT) (($ $ (|Symbol|)) 216 (|has| |#1| (|ConvertibleTo| (|InputForm|))) ELT) (($ $ (|List| (|Symbol|))) 215 (|has| |#1| (|ConvertibleTo| (|InputForm|))) ELT) (($ $) 214 (|has| |#1| (|ConvertibleTo| (|InputForm|))) ELT) (($ $ (|BasicOperator|) $ (|Symbol|)) 213 (|has| |#1| (|ConvertibleTo| (|InputForm|))) ELT) (($ $ (|List| (|BasicOperator|)) (|List| $) (|Symbol|)) 212 (|has| |#1| (|ConvertibleTo| (|InputForm|))) ELT) (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ $))) 201 (|has| |#1| (|Ring|)) ELT) (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ (|List| $)))) 200 (|has| |#1| (|Ring|)) ELT) (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ (|List| $))) 199 (|has| |#1| (|Ring|)) ELT) (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ $)) 198 (|has| |#1| (|Ring|)) ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 174 (|has| |#1| . #4#) ELT)) (|elt| (#54# 59 T ELT) (($ #42# $ $) 58 T ELT) (($ #42# $ $ $) 57 T ELT) (($ #42# $ $ $ $) 56 T ELT) (#55# 55 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 175 (|has| |#1| . #4#) ELT)) (|distribute| (#39# 47 T ELT) (($ $ $) 46 T ELT)) (|differentiate| (($ $ #66=(|Symbol|)) 148 (|has| |#1| . #67=((|Ring|))) ELT) (($ $ (|List| #66#)) 146 (|has| |#1| . #67#) ELT) (($ $ #66# . #68=(#69=(|NonNegativeInteger|))) 145 (|has| |#1| . #67#) ELT) (($ $ (|List| #66#) . #70=((|List| #69#))) 144 (|has| |#1| . #67#) ELT)) (|denominator| (($ $) 195 (|has| |#1| (|IntegralDomain|)) ELT)) (|denom| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) 196 (|has| |#1| (|IntegralDomain|)) ELT)) (|definingPolynomial| (#39# 22 #48# ELT)) (|convert| ((#71=(|Pattern| (|Integer|)) . #72=($)) 233 (|has| |#1| (|ConvertibleTo| #71#)) ELT) ((#73=(|Pattern| (|Float|)) . #72#) 232 (|has| |#1| (|ConvertibleTo| #73#)) ELT) (($ (|Factored| $)) 197 (|has| |#1| (|IntegralDomain|)) ELT) (((|InputForm|) . #72#) 113 (|has| |#1| (|ConvertibleTo| (|InputForm|))) ELT)) (|conjugate| (#74=($ $ $) 124 (|has| |#1| . #58#) ELT)) (|commutator| (#74# 125 (|has| |#1| . #58#) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #8#) 66 T ELT) (($ #17#) 234 T ELT) (($ |#1|) 225 T ELT) (($ (|SparseMultivariatePolynomial| |#1| (|Kernel| $))) 207 (|has| |#1| (|Ring|)) ELT) (($ (|Fraction| |#1|)) 193 (|has| |#1| (|IntegralDomain|)) ELT) (($ (|Polynomial| (|Fraction| |#1|))) 192 (|has| |#1| (|IntegralDomain|)) ELT) (($ (|Fraction| (|Polynomial| (|Fraction| |#1|)))) 191 (|has| |#1| (|IntegralDomain|)) ELT) (($ (|Fraction| (|Polynomial| |#1|))) 187 (|has| |#1| . #20#) ELT) (($ $) 160 (|has| |#1| . #4#) ELT) (($ (|Polynomial| |#1|)) 136 (|has| |#1| . #21#) ELT) (($ #22#) 110 (OR (|has| |#1| . #4#) (AND (|has| |#1| . #23#) (|has| |#1| . #24#)) (|has| |#1| . #25#)) ELT) (($ #18#) 109 (OR (|has| |#1| . #67#) (|has| |#1| . #19#)) ELT)) (|charthRoot| (((|Maybe| $) $) 158 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| (((|NonNegativeInteger|)) 140 (|has| |#1| . #67#) CONST)) (|box| (#39# 51 T ELT) (#40# 50 T ELT)) (|belong?| ((#44# #42#) 39 T ELT)) (|before?| (#1# 6 T ELT)) (|associates?| ((#5# $ $) 164 (|has| |#1| . #4#) ELT)) (|applyQuote| (($ (|Symbol|) $) 221 T ELT) (($ (|Symbol|) $ $) 220 T ELT) (($ (|Symbol|) $ $ $) 219 T ELT) (($ (|Symbol|) $ $ $ $) 218 T ELT) (($ (|Symbol|) (|List| $)) 217 T ELT)) (|annihilate?| (((|Boolean|) $ $) 139 (|has| |#1| . #67#) ELT)) (|Zero| (($) 128 (|has| |#1| . #3#) CONST)) (|One| (#13# 116 (|has| |#1| . #14#) CONST)) (D (($ $ #66#) 147 (|has| |#1| . #67#) ELT) (($ $ (|List| #66#)) 143 (|has| |#1| . #67#) ELT) (($ $ #66# . #68#) 142 (|has| |#1| . #67#) ELT) (($ $ (|List| #66#) . #70#) 141 (|has| |#1| . #67#) ELT)) (= (#1# 8 T ELT)) (/ (($ (|SparseMultivariatePolynomial| |#1| (|Kernel| $)) (|SparseMultivariatePolynomial| |#1| (|Kernel| $))) 194 (|has| |#1| (|IntegralDomain|)) ELT) (#74# 122 (OR (|has| |#1| . #58#) (|has| |#1| . #4#)) ELT)) (- (($ $ $) 135 (|has| |#1| . #9#) ELT) (($ $) 134 (|has| |#1| . #9#) ELT)) (+ (($ $ $) 126 (|has| |#1| . #3#) ELT)) (** (($ $ (|Integer|)) 123 (OR (|has| |#1| . #58#) (|has| |#1| . #4#)) ELT) (($ $ (|NonNegativeInteger|)) 120 (|has| |#1| (|SemiGroup|)) ELT) (($ $ (|PositiveInteger|)) 115 (|has| |#1| . #14#) ELT)) (* (($ #75=(|Fraction| (|Integer|)) . #76=($)) 186 (|has| |#1| . #4#) ELT) (($ $ #75#) 185 (|has| |#1| . #4#) ELT) (($ $ |#1|) 159 (|has| |#1| (|CommutativeRing|)) ELT) (($ |#1| . #76#) 149 (|has| |#1| . #32#) ELT) (($ (|Integer|) . #76#) 133 (|has| |#1| . #9#) ELT) (($ (|NonNegativeInteger|) $) 130 (|has| |#1| . #3#) ELT) (($ (|PositiveInteger|) $) 127 (|has| |#1| . #3#) ELT) (($ $ $) 114 (|has| |#1| . #14#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 129 #4=(|has| |#1| (|AbelianSemiGroup|)) ELT)) (|variables| ((#5=(|List| #6=(|Symbol|)) $) 222 T ELT)) (|univariate| (((|Fraction| #7=(|SparseUnivariatePolynomial| $)) $ #8=(|Kernel| $)) 190 #9=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 162 #9# ELT)) (|unitCanonical| (#10=($ $) 163 #9# ELT)) (|unit?| (#3# 165 #9# ELT)) (|tower| (#11=(#12=(|List| #8#) $) 42 T ELT)) (|subtractIfCan| ((#13=(|Maybe| $) $ $) 132 #14=(|has| |#1| (|AbelianGroup|)) ELT)) (|subst| (#15=($ $ #16=(|Equation| $)) 54 T ELT) (#17=($ $ (|List| #16#)) 53 T ELT) (#18=($ $ #12# #19=(|List| $)) 52 T ELT)) (|squareFreePart| (#10# 182 #9# ELT)) (|squareFree| (#20=(#21=(|Factored| $) $) 183 #9# ELT)) (|sizeLess?| (#1# 173 #9# ELT)) (|sample| (#22=($) 117 (OR #23=(|has| |#1| (|SemiGroup|)) #4#) CONST)) (|retractIfCan| (#24=((|Union| #8# . #25=(#26="failed")) . #27=($)) 67 T ELT) (((|Union| #6# . #25#) . #27#) 235 T ELT) (((|Union| #28=(|Integer|) . #25#) . #27#) 229 #29=(|has| |#1| #30=(|RetractableTo| #28#)) ELT) (((|Union| |#1| . #25#) . #27#) 226 T ELT) (((|Union| #31=(|Fraction| #32=(|Polynomial| |#1|)) . #25#) . #27#) 188 #9# ELT) (((|Union| #32# . #25#) . #27#) 137 #33=(|has| |#1| #34=(|Ring|)) ELT) (((|Union| #35=(|Fraction| #28#) . #25#) . #27#) 111 #36=(OR #37=(AND #29# #9#) #38=(|has| |#1| (|RetractableTo| #35#))) ELT)) (|retract| ((#8# . #39=($)) 68 T ELT) ((#6# . #39#) 236 T ELT) ((#28# . #39#) 228 #29# ELT) (#40=(|#1| . #39#) 227 T ELT) ((#31# . #39#) 189 #9# ELT) ((#32# . #39#) 138 #33# ELT) ((#35# . #39#) 112 #36# ELT)) (|rem| (#41=($ $ $) 177 #9# ELT)) (|reducedSystem| ((#42=(|Matrix| #28#) . #43=(#44=(|Matrix| $))) 155 #45=(|and| (|has| |#1| (|LinearlyExplicitRingOver| #28#)) #33#) ELT) ((#46=(|Record| (|:| |mat| #42#) (|:| |vec| (|Vector| #28#))) . #47=(#44# #48=(|Vector| $))) 154 #45# ELT) ((#49=(|Record| (|:| |mat| #50=(|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #47#) 153 #33# ELT) ((#50# . #43#) 152 #33# ELT)) (|recip| ((#51=(|Union| $ #26#) $) 119 #23# ELT)) (|quo| (#41# 176 #9# ELT)) (|principalIdeal| (((|Record| (|:| |coef| #19#) #52=(|:| |generator| $)) #19#) 171 #9# ELT)) (|prime?| (#3# 184 #9# ELT)) (|patternMatch| ((#53=(|PatternMatchResult| #28# . #54=($)) $ #55=(|Pattern| #28#) #53#) 231 (|has| |#1| (|PatternMatchable| #28#)) ELT) ((#56=(|PatternMatchResult| #57=(|Float|) . #54#) $ #58=(|Pattern| #57#) #56#) 230 (|has| |#1| (|PatternMatchable| #57#)) ELT)) (|paren| (#10# 49 T ELT) (#59=($ #19#) 48 T ELT)) (|opposite?| (#1# 131 #4# ELT)) (|operators| ((#60=(|List| #61=(|BasicOperator|)) $) 41 T ELT)) (|operator| ((#61# #61#) 40 T ELT)) (|one?| (#3# 118 #23# ELT)) (|odd?| (#3# 20 #62=(|has| $ #30#) ELT)) (|numerator| (#10# 205 #33# ELT)) (|numer| (#63=(#64=(|SparseMultivariatePolynomial| |#1| #8#) $) 206 #33# ELT)) (|multiEuclidean| ((#65=(|Union| #19# #26#) #19# $) 180 #9# ELT)) (|minPoly| ((#7# #8#) 23 #66=(|has| $ #34#) ELT)) (|map| (($ #67=(|Mapping| $ $) #8#) 34 T ELT)) (|mainKernel| (#24# 44 T ELT)) (|leftReducedSystem| ((#42# . #68=(#48#)) 157 #45# ELT) ((#46# . #69=(#48# $)) 156 #45# ELT) ((#49# . #69#) 151 #33# ELT) ((#50# . #68#) 150 #33# ELT)) (|lcm| (#59# 169 #9# ELT) (#41# 168 #9# ELT)) (|latex| (((|String|) $) 11 T ELT)) (|kernels| (#11# 43 T ELT)) (|kernel| (#70=($ #61# $) 36 T ELT) (#71=($ #61# #19#) 35 T ELT)) (|isTimes| (#72=(#65# $) 211 #23# ELT)) (|isPower| (((|Union| (|Record| (|:| |val| $) #73=(|:| |exponent| #28#)) #26#) $) 202 #33# ELT)) (|isPlus| (#72# 209 #4# ELT)) (|isMult| (((|Union| (|Record| (|:| |coef| #28#) #74=(|:| |var| #8#)) #26#) $) 208 #4# ELT)) (|isExpt| ((#75=(|Union| (|Record| #74# #73#) #26#) $) 210 #23# ELT) ((#75# $ #61#) 204 #33# ELT) ((#75# $ #6#) 203 #33# ELT)) (|is?| ((#2# $ #61#) 38 T ELT) (#76=(#2# $ #6#) 37 T ELT)) (|inv| (#10# 121 #77=(OR #78=(|has| |#1| (|Group|)) #9#) ELT)) (|height| (#79=(#80=(|NonNegativeInteger|) $) 45 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|ground?| (#3# 224 T ELT)) (|ground| (#40# 223 T ELT)) (|gcdPolynomial| ((#7# #7# #7#) 170 #9# ELT)) (|gcd| (#59# 167 #9# ELT) (#41# 166 #9# ELT)) (|freeOf?| (#1# 33 T ELT) (#76# 32 T ELT)) (|factor| (#20# 181 #9# ELT)) (|extendedEuclidean| (((|Union| (|Record| #81=(|:| |coef1| $) #82=(|:| |coef2| $)) #26#) $ $ $) 179 #9# ELT) (((|Record| #81# #82# #52#) $ $) 178 #9# ELT)) (|exquo| ((#51# $ $) 161 #9# ELT)) (|expressIdealMember| (((|Maybe| #19#) #19# $) 172 #9# ELT)) (|even?| (#3# 21 #62# ELT)) (|eval| (($ $ #8# $) 65 T ELT) (#18# 64 T ELT) (#17# 63 T ELT) (#15# 62 T ELT) (($ $ $ $) 61 T ELT) (($ $ #19# #19#) 60 T ELT) (($ $ #5# #83=(|List| #67#)) 31 T ELT) (($ $ #5# #84=(|List| #85=(|Mapping| $ #19#))) 30 T ELT) (($ $ #6# #85#) 29 T ELT) (($ $ #6# #67#) 28 T ELT) (($ $ #60# #83#) 27 T ELT) (($ $ #60# #84#) 26 T ELT) (($ $ #61# #85#) 25 T ELT) (($ $ #61# #67#) 24 T ELT) (#86=($ $ #6#) 216 #87=(|has| |#1| (|ConvertibleTo| #88=(|InputForm|))) ELT) (#89=($ $ #5#) 215 #87# ELT) (#10# 214 #87# ELT) (($ $ #61# $ #6#) 213 #87# ELT) (($ $ #60# #19# #6#) 212 #87# ELT) (($ $ #5# #90=(|List| #80#) #83#) 201 #33# ELT) (($ $ #5# #90# #84#) 200 #33# ELT) (($ $ #6# #80# #85#) 199 #33# ELT) (($ $ #6# #80# #67#) 198 #33# ELT)) (|euclideanSize| (#79# 174 #9# ELT)) (|elt| (#70# 59 T ELT) (($ #61# $ $) 58 T ELT) (($ #61# $ $ $) 57 T ELT) (($ #61# $ $ $ $) 56 T ELT) (#71# 55 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 175 #9# ELT)) (|distribute| (#10# 47 T ELT) (#41# 46 T ELT)) (|differentiate| (#86# 148 #33# ELT) (#89# 146 #33# ELT) (#91=($ $ #6# #80#) 145 #33# ELT) (#92=($ $ #5# #90#) 144 #33# ELT)) (|denominator| (#10# 195 #9# ELT)) (|denom| (#63# 196 #9# ELT)) (|definingPolynomial| (#10# 22 #66# ELT)) (|convert| ((#55# . #93=($)) 233 (|has| |#1| (|ConvertibleTo| #55#)) ELT) ((#58# . #93#) 232 (|has| |#1| (|ConvertibleTo| #58#)) ELT) (($ #21#) 197 #9# ELT) ((#88# . #93#) 113 #87# ELT)) (|conjugate| (#41# 124 #78# ELT)) (|commutator| (#41# 125 #78# ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #8#) 66 T ELT) (($ #6#) 234 T ELT) (($ |#1|) 225 T ELT) (($ #64#) 207 #33# ELT) (($ #94=(|Fraction| |#1|)) 193 #9# ELT) (($ #95=(|Polynomial| #94#)) 192 #9# ELT) (($ (|Fraction| #95#)) 191 #9# ELT) (($ #31#) 187 #9# ELT) (#10# 160 #9# ELT) (($ #32#) 136 #33# ELT) (($ #35#) 110 (OR #9# #37# #38#) ELT) (($ #28#) 109 (OR #33# #29#) ELT)) (|charthRoot| ((#13# $) 158 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#80#) 140 #33# CONST)) (|box| (#10# 51 T ELT) (#59# 50 T ELT)) (|belong?| ((#2# #61#) 39 T ELT)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 164 #9# ELT)) (|applyQuote| (($ #6# $) 221 T ELT) (($ #6# $ $) 220 T ELT) (($ #6# $ $ $) 219 T ELT) (($ #6# $ $ $ $) 218 T ELT) (($ #6# #19#) 217 T ELT)) (|annihilate?| (#1# 139 #33# ELT)) (|Zero| (#22# 128 #4# CONST)) (|One| (#22# 116 #23# CONST)) (D (#86# 147 #33# ELT) (#89# 143 #33# ELT) (#91# 142 #33# ELT) (#92# 141 #33# ELT)) (= (#1# 8 T ELT)) (/ (($ #64# #64#) 194 #9# ELT) (#41# 122 #77# ELT)) (- (#41# 135 #14# ELT) (#10# 134 #14# ELT)) (+ (#41# 126 #4# ELT)) (** (($ $ #28#) 123 #77# ELT) (($ $ #80#) 120 #23# ELT) (($ $ #96=(|PositiveInteger|)) 115 #23# ELT)) (* (($ #35# . #97=($)) 186 #9# ELT) (($ $ #35#) 185 #9# ELT) (($ $ |#1|) 159 (|has| |#1| (|CommutativeRing|)) ELT) (($ |#1| . #97#) 149 #33# ELT) (($ #28# . #97#) 133 #14# ELT) (($ #80# $) 130 #4# ELT) (($ #96# $) 127 #4# ELT) (#41# 114 #23# ELT)))
(((|FunctionSpace| |#1|) (|Category|) (|SetCategory|)) (T |FunctionSpace|))
-((|ground?| (*1 *2 *1) (AND (|ofCategory| *1 (|FunctionSpace| *3)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|Boolean|)))) (|ground| (*1 *2 *1) (AND (|ofCategory| *1 (|FunctionSpace| *2)) (|ofCategory| *2 (|SetCategory|)))) (|variables| (*1 *2 *1) (AND (|ofCategory| *1 (|FunctionSpace| *3)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|List| (|Symbol|))))) (|applyQuote| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Symbol|)) (|ofCategory| *1 (|FunctionSpace| *3)) (|ofCategory| *3 (|SetCategory|)))) (|applyQuote| (*1 *1 *2 *1 *1) (AND (|isDomain| *2 (|Symbol|)) (|ofCategory| *1 (|FunctionSpace| *3)) (|ofCategory| *3 (|SetCategory|)))) (|applyQuote| (*1 *1 *2 *1 *1 *1) (AND (|isDomain| *2 (|Symbol|)) (|ofCategory| *1 (|FunctionSpace| *3)) (|ofCategory| *3 (|SetCategory|)))) (|applyQuote| (*1 *1 *2 *1 *1 *1 *1) (AND (|isDomain| *2 (|Symbol|)) (|ofCategory| *1 (|FunctionSpace| *3)) (|ofCategory| *3 (|SetCategory|)))) (|applyQuote| (*1 *1 *2 *3) (AND (|isDomain| *2 (|Symbol|)) (|isDomain| *3 (|List| *1)) (|ofCategory| *1 (|FunctionSpace| *4)) (|ofCategory| *4 (|SetCategory|)))) (|eval| (*1 *1 *1 *2) (AND (|isDomain| *2 (|Symbol|)) (|ofCategory| *1 (|FunctionSpace| *3)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *3 (|ConvertibleTo| (|InputForm|))))) (|eval| (*1 *1 *1 *2) (AND (|isDomain| *2 (|List| (|Symbol|))) (|ofCategory| *1 (|FunctionSpace| *3)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *3 (|ConvertibleTo| (|InputForm|))))) (|eval| (*1 *1 *1) (AND (|ofCategory| *1 (|FunctionSpace| *2)) (|ofCategory| *2 (|SetCategory|)) (|ofCategory| *2 (|ConvertibleTo| (|InputForm|))))) (|eval| (*1 *1 *1 *2 *1 *3) (AND (|isDomain| *2 (|BasicOperator|)) (|isDomain| *3 (|Symbol|)) (|ofCategory| *1 (|FunctionSpace| *4)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *4 (|ConvertibleTo| (|InputForm|))))) (|eval| (*1 *1 *1 *2 *3 *4) (AND (|isDomain| *2 (|List| (|BasicOperator|))) (|isDomain| *3 (|List| *1)) (|isDomain| *4 (|Symbol|)) (|ofCategory| *1 (|FunctionSpace| *5)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *5 (|ConvertibleTo| (|InputForm|))))) (|isTimes| (*1 *2 *1) (|partial| AND (|ofCategory| *3 (|SemiGroup|)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|FunctionSpace| *3)))) (|isExpt| (*1 *2 *1) (|partial| AND (|ofCategory| *3 (|SemiGroup|)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|Record| (|:| |var| (|Kernel| *1)) (|:| |exponent| (|Integer|)))) (|ofCategory| *1 (|FunctionSpace| *3)))) (|isPlus| (*1 *2 *1) (|partial| AND (|ofCategory| *3 (|AbelianSemiGroup|)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|FunctionSpace| *3)))) (|isMult| (*1 *2 *1) (|partial| AND (|ofCategory| *3 (|AbelianSemiGroup|)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|Record| (|:| |coef| (|Integer|)) (|:| |var| (|Kernel| *1)))) (|ofCategory| *1 (|FunctionSpace| *3)))) (|coerce| (*1 *1 *2) (AND (|isDomain| *2 (|SparseMultivariatePolynomial| *3 (|Kernel| *1))) (|ofCategory| *3 (|Ring|)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *1 (|FunctionSpace| *3)))) (|numer| (*1 *2 *1) (AND (|ofCategory| *3 (|Ring|)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|SparseMultivariatePolynomial| *3 (|Kernel| *1))) (|ofCategory| *1 (|FunctionSpace| *3)))) (|numerator| (*1 *1 *1) (AND (|ofCategory| *1 (|FunctionSpace| *2)) (|ofCategory| *2 (|SetCategory|)) (|ofCategory| *2 (|Ring|)))) (|isExpt| (*1 *2 *1 *3) (|partial| AND (|isDomain| *3 (|BasicOperator|)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *4 (|SetCategory|)) (|isDomain| *2 (|Record| (|:| |var| (|Kernel| *1)) (|:| |exponent| (|Integer|)))) (|ofCategory| *1 (|FunctionSpace| *4)))) (|isExpt| (*1 *2 *1 *3) (|partial| AND (|isDomain| *3 (|Symbol|)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *4 (|SetCategory|)) (|isDomain| *2 (|Record| (|:| |var| (|Kernel| *1)) (|:| |exponent| (|Integer|)))) (|ofCategory| *1 (|FunctionSpace| *4)))) (|isPower| (*1 *2 *1) (|partial| AND (|ofCategory| *3 (|Ring|)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|Record| (|:| |val| *1) (|:| |exponent| (|Integer|)))) (|ofCategory| *1 (|FunctionSpace| *3)))) (|eval| (*1 *1 *1 *2 *3 *4) (AND (|isDomain| *2 (|List| (|Symbol|))) (|isDomain| *3 (|List| (|NonNegativeInteger|))) (|isDomain| *4 (|List| (|Mapping| *1 *1))) (|ofCategory| *1 (|FunctionSpace| *5)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *5 (|Ring|)))) (|eval| (*1 *1 *1 *2 *3 *4) (AND (|isDomain| *2 (|List| (|Symbol|))) (|isDomain| *3 (|List| (|NonNegativeInteger|))) (|isDomain| *4 (|List| (|Mapping| *1 (|List| *1)))) (|ofCategory| *1 (|FunctionSpace| *5)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *5 (|Ring|)))) (|eval| (*1 *1 *1 *2 *3 *4) (AND (|isDomain| *2 (|Symbol|)) (|isDomain| *3 (|NonNegativeInteger|)) (|isDomain| *4 (|Mapping| *1 (|List| *1))) (|ofCategory| *1 (|FunctionSpace| *5)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *5 (|Ring|)))) (|eval| (*1 *1 *1 *2 *3 *4) (AND (|isDomain| *2 (|Symbol|)) (|isDomain| *3 (|NonNegativeInteger|)) (|isDomain| *4 (|Mapping| *1 *1)) (|ofCategory| *1 (|FunctionSpace| *5)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *5 (|Ring|)))) (|convert| (*1 *1 *2) (AND (|isDomain| *2 (|Factored| *1)) (|ofCategory| *1 (|FunctionSpace| *3)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *3 (|SetCategory|)))) (|denom| (*1 *2 *1) (AND (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|SparseMultivariatePolynomial| *3 (|Kernel| *1))) (|ofCategory| *1 (|FunctionSpace| *3)))) (|denominator| (*1 *1 *1) (AND (|ofCategory| *1 (|FunctionSpace| *2)) (|ofCategory| *2 (|SetCategory|)) (|ofCategory| *2 (|IntegralDomain|)))) (/ (*1 *1 *2 *2) (AND (|isDomain| *2 (|SparseMultivariatePolynomial| *3 (|Kernel| *1))) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *1 (|FunctionSpace| *3)))) (|coerce| (*1 *1 *2) (AND (|isDomain| *2 (|Fraction| *3)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *1 (|FunctionSpace| *3)))) (|coerce| (*1 *1 *2) (AND (|isDomain| *2 (|Polynomial| (|Fraction| *3))) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *1 (|FunctionSpace| *3)))) (|coerce| (*1 *1 *2) (AND (|isDomain| *2 (|Fraction| (|Polynomial| (|Fraction| *3)))) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *1 (|FunctionSpace| *3)))) (|univariate| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Kernel| *1)) (|ofCategory| *1 (|FunctionSpace| *4)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *4 (|IntegralDomain|)) (|isDomain| *2 (|Fraction| (|SparseUnivariatePolynomial| *1))))) (** (*1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|FunctionSpace| *3)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *3 (|SemiGroup|)))))
-(|Join| (|ExpressionSpace|) (|RetractableTo| (|Symbol|)) (|Patternable| |t#1|) (|FullyPatternMatchable| |t#1|) (|FullyRetractableTo| |t#1|) (CATEGORY |domain| (SIGNATURE |ground?| ((|Boolean|) $)) (SIGNATURE |ground| (|t#1| $)) (SIGNATURE |variables| ((|List| (|Symbol|)) $)) (SIGNATURE |applyQuote| ($ (|Symbol|) $)) (SIGNATURE |applyQuote| ($ (|Symbol|) $ $)) (SIGNATURE |applyQuote| ($ (|Symbol|) $ $ $)) (SIGNATURE |applyQuote| ($ (|Symbol|) $ $ $ $)) (SIGNATURE |applyQuote| ($ (|Symbol|) (|List| $))) (IF (|has| |t#1| (|ConvertibleTo| (|InputForm|))) (PROGN (ATTRIBUTE (|ConvertibleTo| (|InputForm|))) (SIGNATURE |eval| ($ $ (|Symbol|))) (SIGNATURE |eval| ($ $ (|List| (|Symbol|)))) (SIGNATURE |eval| ($ $)) (SIGNATURE |eval| ($ $ (|BasicOperator|) $ (|Symbol|))) (SIGNATURE |eval| ($ $ (|List| (|BasicOperator|)) (|List| $) (|Symbol|)))) |%noBranch|) (IF (|has| |t#1| (|SemiGroup|)) (PROGN (ATTRIBUTE (|Monoid|)) (SIGNATURE ** ($ $ (|NonNegativeInteger|))) (SIGNATURE |isTimes| ((|Union| (|List| $) "failed") $)) (SIGNATURE |isExpt| ((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (|Group|)) (ATTRIBUTE (|Group|)) |%noBranch|) (IF (|has| |t#1| (|AbelianSemiGroup|)) (PROGN (ATTRIBUTE (|AbelianMonoid|)) (SIGNATURE |isPlus| ((|Union| (|List| $) "failed") $)) (SIGNATURE |isMult| ((|Union| (|Record| (|:| |coef| (|Integer|)) (|:| |var| (|Kernel| $))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (|AbelianGroup|)) (ATTRIBUTE (|AbelianGroup|)) |%noBranch|) (IF (|has| |t#1| (|Ring|)) (PROGN (ATTRIBUTE (|Ring|)) (ATTRIBUTE (|RetractableTo| (|Polynomial| |t#1|))) (ATTRIBUTE (|PartialDifferentialRing| (|Symbol|))) (ATTRIBUTE (|FullyLinearlyExplicitRingOver| |t#1|)) (SIGNATURE |coerce| ($ (|SparseMultivariatePolynomial| |t#1| (|Kernel| $)))) (SIGNATURE |numer| ((|SparseMultivariatePolynomial| |t#1| (|Kernel| $)) $)) (SIGNATURE |numerator| ($ $)) (SIGNATURE |isExpt| ((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|BasicOperator|))) (SIGNATURE |isExpt| ((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|Symbol|))) (SIGNATURE |isPower| ((|Union| (|Record| (|:| |val| $) (|:| |exponent| (|Integer|))) "failed") $)) (SIGNATURE |eval| ($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ $)))) (SIGNATURE |eval| ($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ (|List| $))))) (SIGNATURE |eval| ($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ (|List| $)))) (SIGNATURE |eval| ($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ $)))) |%noBranch|) (IF (|has| |t#1| (|CharacteristicZero|)) (ATTRIBUTE (|CharacteristicZero|)) |%noBranch|) (IF (|has| |t#1| (|CharacteristicNonZero|)) (ATTRIBUTE (|CharacteristicNonZero|)) |%noBranch|) (IF (|has| |t#1| (|CommutativeRing|)) (ATTRIBUTE (|Algebra| |t#1|)) |%noBranch|) (IF (|has| |t#1| (|IntegralDomain|)) (PROGN (ATTRIBUTE (|Field|)) (ATTRIBUTE (|RetractableTo| (|Fraction| (|Polynomial| |t#1|)))) (SIGNATURE |convert| ($ (|Factored| $))) (SIGNATURE |denom| ((|SparseMultivariatePolynomial| |t#1| (|Kernel| $)) $)) (SIGNATURE |denominator| ($ $)) (SIGNATURE / ($ (|SparseMultivariatePolynomial| |t#1| (|Kernel| $)) (|SparseMultivariatePolynomial| |t#1| (|Kernel| $)))) (SIGNATURE |coerce| ($ (|Fraction| |t#1|))) (SIGNATURE |coerce| ($ (|Polynomial| (|Fraction| |t#1|)))) (SIGNATURE |coerce| ($ (|Fraction| (|Polynomial| (|Fraction| |t#1|))))) (SIGNATURE |univariate| ((|Fraction| (|SparseUnivariatePolynomial| $)) $ (|Kernel| $))) (IF (|has| |t#1| (|RetractableTo| (|Integer|))) (ATTRIBUTE (|RetractableTo| (|Fraction| (|Integer|)))) |%noBranch|)) |%noBranch|)))
-(((|AbelianGroup|) OR (|has| |#1| (|Ring|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|AbelianGroup|))) ((|AbelianMonoid|) OR (|has| |#1| (|Ring|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|AbelianSemiGroup|)) (|has| |#1| (|AbelianGroup|))) ((|AbelianSemiGroup|) OR (|has| |#1| (|Ring|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|AbelianSemiGroup|)) (|has| |#1| (|AbelianGroup|))) ((|Algebra| #1=(|Fraction| (|Integer|))) |has| |#1| (|IntegralDomain|)) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|IntegralDomain|)) ((|BiModule| |#1| |#1|) |has| |#1| (|CommutativeRing|)) ((|BiModule| $ $) |has| |#1| (|IntegralDomain|)) ((|CancellationAbelianMonoid|) OR (|has| |#1| (|Ring|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|AbelianGroup|))) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) OR (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#1| (|IntegralDomain|))) ((|CoercibleFrom| #2=(|Fraction| (|Polynomial| |#1|))) |has| |#1| (|IntegralDomain|)) ((|CoercibleFrom| (|Integer|)) OR (|has| |#1| (|Ring|)) (|has| |#1| (|RetractableTo| (|Integer|))) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CharacteristicNonZero|))) ((|CoercibleFrom| #3=(|Kernel| $)) . T) ((|CoercibleFrom| #4=(|Polynomial| |#1|)) |has| |#1| (|Ring|)) ((|CoercibleFrom| #5=(|Symbol|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) |has| |#1| (|IntegralDomain|)) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|ConvertibleTo| (|Pattern| (|Float|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) ((|ConvertibleTo| (|Pattern| (|Integer|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) ((|DivisionRing|) |has| |#1| (|IntegralDomain|)) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|EuclideanDomain|) |has| |#1| (|IntegralDomain|)) ((|Evalable| $) . T) ((|ExpressionSpace|) . T) ((|Field|) |has| |#1| (|IntegralDomain|)) ((|FullyLinearlyExplicitRingOver| |#1|) |has| |#1| (|Ring|)) ((|FullyPatternMatchable| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|GcdDomain|) |has| |#1| (|IntegralDomain|)) ((|Group|) |has| |#1| (|Group|)) ((|InnerEvalable| (|Kernel| $) $) . T) ((|InnerEvalable| $ $) . T) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|Join|) . T) ((|LeftLinearSet| #1#) |has| |#1| (|IntegralDomain|)) ((|LeftLinearSet| (|Integer|)) OR (|has| |#1| (|Ring|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|AbelianGroup|))) ((|LeftLinearSet| |#1|) OR (|has| |#1| (|Ring|)) (|has| |#1| (|CommutativeRing|))) ((|LeftLinearSet| $) OR (|has| |#1| (|Ring|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CharacteristicNonZero|))) ((|LeftModule| #1#) |has| |#1| (|IntegralDomain|)) ((|LeftModule| #6=(|Integer|)) AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|))) ((|LeftModule| |#1|) OR (|has| |#1| (|Ring|)) (|has| |#1| (|CommutativeRing|))) ((|LeftModule| $) OR (|has| |#1| (|Ring|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CharacteristicNonZero|))) ((|LinearSet| #1#) |has| |#1| (|IntegralDomain|)) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|LinearlyExplicitRingOver| #6#) AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|))) ((|LinearlyExplicitRingOver| |#1|) |has| |#1| (|Ring|)) ((|Module| #1#) |has| |#1| (|IntegralDomain|)) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) OR (|has| |#1| (|SemiGroup|)) (|has| |#1| (|Ring|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Group|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CharacteristicNonZero|))) ((|PartialDifferentialDomain| $ #7=(|Symbol|)) |has| |#1| (|Ring|)) ((|PartialDifferentialRing| #7#) |has| |#1| (|Ring|)) ((|PartialDifferentialSpace| #7#) |has| |#1| (|Ring|)) ((|PatternMatchable| (|Float|)) |has| |#1| (|PatternMatchable| (|Float|))) ((|PatternMatchable| (|Integer|)) |has| |#1| (|PatternMatchable| (|Integer|))) ((|Patternable| |#1|) . T) ((|PrincipalIdealDomain|) |has| |#1| (|IntegralDomain|)) ((|RetractableTo| (|Fraction| (|Integer|))) OR (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (AND (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|RetractableTo| (|Integer|))))) ((|RetractableTo| #2#) |has| |#1| (|IntegralDomain|)) ((|RetractableTo| (|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| #3#) . T) ((|RetractableTo| #4#) |has| |#1| (|Ring|)) ((|RetractableTo| #5#) . T) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) |has| |#1| (|IntegralDomain|)) ((|RightLinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|RightLinearSet| $) |has| |#1| (|IntegralDomain|)) ((|RightModule| #1#) |has| |#1| (|IntegralDomain|)) ((|RightModule| |#1|) |has| |#1| (|CommutativeRing|)) ((|RightModule| $) |has| |#1| (|IntegralDomain|)) ((|Ring|) OR (|has| |#1| (|Ring|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CharacteristicNonZero|))) ((|Rng|) OR (|has| |#1| (|Ring|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CharacteristicNonZero|))) ((|SemiGroup|) OR (|has| |#1| (|SemiGroup|)) (|has| |#1| (|Ring|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Group|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CharacteristicNonZero|))) ((|SemiRing|) OR (|has| |#1| (|Ring|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|)) (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|CharacteristicNonZero|))) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|IntegralDomain|)))
+((|ground?| #1=(*1 *2 *1) (AND #2=(|ofCategory| *1 (|FunctionSpace| *3)) #3=(|ofCategory| *3 #4=(|SetCategory|)) (|isDomain| *2 (|Boolean|)))) (|ground| #1# (AND #5=(|ofCategory| *1 (|FunctionSpace| *2)) #6=(|ofCategory| *2 #4#))) (|variables| #1# (AND #2# #3# #7=(|isDomain| *2 (|List| #8=(|Symbol|))))) (|applyQuote| (*1 *1 *2 *1) #9=(AND #10=(|isDomain| *2 #8#) #2# #3#)) (|applyQuote| (*1 *1 *2 *1 *1) #9#) (|applyQuote| (*1 *1 *2 *1 *1 *1) #9#) (|applyQuote| (*1 *1 *2 *1 *1 *1 *1) #9#) (|applyQuote| (*1 *1 *2 *3) (AND #10# #11=(|isDomain| *3 #12=(|List| *1)) #13=(|ofCategory| *1 (|FunctionSpace| *4)) #14=(|ofCategory| *4 #4#))) (|eval| #15=(*1 *1 *1 *2) (AND #10# #2# #3# #16=(|ofCategory| *3 #17=(|ConvertibleTo| (|InputForm|))))) (|eval| #15# (AND #7# #2# #3# #16#)) (|eval| #18=(*1 *1 *1) (AND #5# #6# (|ofCategory| *2 #17#))) (|eval| (*1 *1 *1 *2 *1 *3) (AND (|isDomain| *2 #19=(|BasicOperator|)) #20=(|isDomain| *3 #8#) #13# #14# (|ofCategory| *4 #17#))) (|eval| #21=(*1 *1 *1 *2 *3 *4) (AND (|isDomain| *2 (|List| #19#)) #11# (|isDomain| *4 #8#) #22=(|ofCategory| *1 (|FunctionSpace| *5)) #23=(|ofCategory| *5 #4#) (|ofCategory| *5 #17#))) (|isTimes| #1# (|partial| AND #24=(|ofCategory| *3 (|SemiGroup|)) #3# #25=(|isDomain| *2 #12#) #2#)) (|isExpt| #1# (|partial| AND #24# #3# #26=(|isDomain| *2 (|Record| #27=(|:| |var| #28=(|Kernel| *1)) #29=(|:| |exponent| #30=(|Integer|)))) #2#)) (|isPlus| #1# (|partial| AND #31=(|ofCategory| *3 (|AbelianSemiGroup|)) #3# #25# #2#)) (|isMult| #1# (|partial| AND #31# #3# (|isDomain| *2 (|Record| (|:| |coef| #30#) #27#)) #2#)) (|coerce| #32=(*1 *1 *2) (AND #33=(|isDomain| *2 (|SparseMultivariatePolynomial| *3 #28#)) #34=(|ofCategory| *3 #35=(|Ring|)) #3# #2#)) (|numer| #1# (AND #34# #3# #33# #2#)) (|numerator| #18# (AND #5# #6# (|ofCategory| *2 #35#))) (|isExpt| #36=(*1 *2 *1 *3) (|partial| AND (|isDomain| *3 #19#) #37=(|ofCategory| *4 #35#) #14# #26# #13#)) (|isExpt| #36# (|partial| AND #20# #37# #14# #26# #13#)) (|isPower| #1# (|partial| AND #34# #3# (|isDomain| *2 (|Record| (|:| |val| *1) #29#)) #2#)) (|eval| #21# (AND #7# #38=(|isDomain| *3 (|List| #39=(|NonNegativeInteger|))) (|isDomain| *4 (|List| #40=(|Mapping| *1 *1))) #22# #23# #41=(|ofCategory| *5 #35#))) (|eval| #21# (AND #7# #38# (|isDomain| *4 (|List| #42=(|Mapping| *1 #12#))) #22# #23# #41#)) (|eval| #21# (AND #10# #43=(|isDomain| *3 #39#) (|isDomain| *4 #42#) #22# #23# #41#)) (|eval| #21# (AND #10# #43# (|isDomain| *4 #40#) #22# #23# #41#)) (|convert| #32# (AND (|isDomain| *2 (|Factored| *1)) #2# #44=(|ofCategory| *3 #45=(|IntegralDomain|)) #3#)) (|denom| #1# (AND #44# #3# #33# #2#)) (|denominator| #18# (AND #5# #6# (|ofCategory| *2 #45#))) (/ (*1 *1 *2 *2) (AND #33# #44# #3# #2#)) (|coerce| #32# (AND (|isDomain| *2 #46=(|Fraction| *3)) #44# #3# #2#)) (|coerce| #32# (AND (|isDomain| *2 #47=(|Polynomial| #46#)) #44# #3# #2#)) (|coerce| #32# (AND (|isDomain| *2 (|Fraction| #47#)) #44# #3# #2#)) (|univariate| #36# (AND (|isDomain| *3 #28#) #13# #14# (|ofCategory| *4 #45#) (|isDomain| *2 (|Fraction| (|SparseUnivariatePolynomial| *1))))) (** #15# (AND (|isDomain| *2 #39#) #2# #3# #24#)))
+(|Join| (|ExpressionSpace|) (|RetractableTo| #1=(|Symbol|)) (|Patternable| |t#1|) (|FullyPatternMatchable| |t#1|) (|FullyRetractableTo| |t#1|) (CATEGORY |domain| (SIGNATURE |ground?| ((|Boolean|) $)) (SIGNATURE |ground| (|t#1| $)) (SIGNATURE |variables| (#2=(|List| #1#) $)) (SIGNATURE |applyQuote| ($ #1# $)) (SIGNATURE |applyQuote| ($ #1# $ $)) (SIGNATURE |applyQuote| ($ #1# $ $ $)) (SIGNATURE |applyQuote| ($ #1# $ $ $ $)) (SIGNATURE |applyQuote| ($ #1# #3=(|List| $))) (IF (|has| |t#1| #4=(|ConvertibleTo| (|InputForm|))) (PROGN (ATTRIBUTE #4#) (SIGNATURE |eval| ($ $ #1#)) (SIGNATURE |eval| ($ $ #2#)) (SIGNATURE |eval| #5=($ $)) (SIGNATURE |eval| ($ $ #6=(|BasicOperator|) $ #1#)) (SIGNATURE |eval| ($ $ (|List| #6#) #3# #1#))) |%noBranch|) (IF (|has| |t#1| (|SemiGroup|)) (PROGN (ATTRIBUTE (|Monoid|)) (SIGNATURE ** ($ $ #7=(|NonNegativeInteger|))) (SIGNATURE |isTimes| #8=((|Union| #3# #9="failed") $)) (SIGNATURE |isExpt| (#10=(|Union| (|Record| #11=(|:| |var| #12=(|Kernel| $)) #13=(|:| |exponent| #14=(|Integer|))) #9#) $))) |%noBranch|) (IF (|has| |t#1| #15=(|Group|)) (ATTRIBUTE #15#) |%noBranch|) (IF (|has| |t#1| (|AbelianSemiGroup|)) (PROGN (ATTRIBUTE (|AbelianMonoid|)) (SIGNATURE |isPlus| #8#) (SIGNATURE |isMult| ((|Union| (|Record| (|:| |coef| #14#) #11#) #9#) $))) |%noBranch|) (IF (|has| |t#1| #16=(|AbelianGroup|)) (ATTRIBUTE #16#) |%noBranch|) (IF (|has| |t#1| #17=(|Ring|)) (PROGN (ATTRIBUTE #17#) (ATTRIBUTE (|RetractableTo| #18=(|Polynomial| |t#1|))) (ATTRIBUTE (|PartialDifferentialRing| #1#)) (ATTRIBUTE (|FullyLinearlyExplicitRingOver| |t#1|)) (SIGNATURE |coerce| ($ #19=(|SparseMultivariatePolynomial| |t#1| #12#))) (SIGNATURE |numer| #20=(#19# $)) (SIGNATURE |numerator| #5#) (SIGNATURE |isExpt| (#10# $ #6#)) (SIGNATURE |isExpt| (#10# $ #1#)) (SIGNATURE |isPower| ((|Union| (|Record| (|:| |val| $) #13#) #9#) $)) (SIGNATURE |eval| ($ $ #2# #21=(|List| #7#) (|List| #22=(|Mapping| $ $)))) (SIGNATURE |eval| ($ $ #2# #21# (|List| #23=(|Mapping| $ #3#)))) (SIGNATURE |eval| ($ $ #1# #7# #23#)) (SIGNATURE |eval| ($ $ #1# #7# #22#))) |%noBranch|) (IF (|has| |t#1| #24=(|CharacteristicZero|)) (ATTRIBUTE #24#) |%noBranch|) (IF (|has| |t#1| #25=(|CharacteristicNonZero|)) (ATTRIBUTE #25#) |%noBranch|) (IF (|has| |t#1| (|CommutativeRing|)) (ATTRIBUTE (|Algebra| |t#1|)) |%noBranch|) (IF (|has| |t#1| (|IntegralDomain|)) (PROGN (ATTRIBUTE (|Field|)) (ATTRIBUTE (|RetractableTo| (|Fraction| #18#))) (SIGNATURE |convert| ($ (|Factored| $))) (SIGNATURE |denom| #20#) (SIGNATURE |denominator| #5#) (SIGNATURE / ($ #19# #19#)) (SIGNATURE |coerce| ($ #26=(|Fraction| |t#1|))) (SIGNATURE |coerce| ($ #27=(|Polynomial| #26#))) (SIGNATURE |coerce| ($ (|Fraction| #27#))) (SIGNATURE |univariate| ((|Fraction| (|SparseUnivariatePolynomial| $)) $ #12#)) (IF (|has| |t#1| (|RetractableTo| #14#)) (ATTRIBUTE (|RetractableTo| (|Fraction| #14#))) |%noBranch|)) |%noBranch|)))
+(((|AbelianGroup|) OR (|has| |#1| (|AbelianGroup|)) (AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|)))) ((|AbelianMonoid|) OR (|has| |#1| (|AbelianSemiGroup|)) (AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|)))) ((|AbelianSemiGroup|) OR (|has| |#1| (|AbelianSemiGroup|)) (AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|)))) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) |has| |#1| (|IntegralDomain|)) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|IntegralDomain|)) ((|BiModule| |#1| |#1|) |has| |#1| (|CommutativeRing|)) ((|BiModule| $ $) |has| |#1| (|IntegralDomain|)) ((|CancellationAbelianMonoid|) OR (|has| |#1| (|AbelianGroup|)) (AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|)))) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((|CoercibleFrom| #3=(|Fraction| #4=(|Polynomial| |#1|))) |has| |#1| (|IntegralDomain|)) ((|CoercibleFrom| #2#) OR (|has| |#1| (|RetractableTo| (|Integer|))) (|has| |#1| (|Ring|))) ((|CoercibleFrom| #5=(|Kernel| $)) . T) ((|CoercibleFrom| #4#) |has| |#1| (|Ring|)) ((|CoercibleFrom| #6=(|Symbol|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) |has| |#1| (|IntegralDomain|)) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|ConvertibleTo| (|Pattern| #7=(|Float|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) ((|ConvertibleTo| (|Pattern| #2#)) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) ((|DivisionRing|) |has| |#1| (|IntegralDomain|)) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|EuclideanDomain|) |has| |#1| (|IntegralDomain|)) ((|Evalable| $) . T) ((|ExpressionSpace|) . T) ((|Field|) |has| |#1| (|IntegralDomain|)) ((|FullyLinearlyExplicitRingOver| |#1|) |has| |#1| (|Ring|)) ((|FullyPatternMatchable| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|GcdDomain|) |has| |#1| (|IntegralDomain|)) ((|Group|) |has| |#1| (|Group|)) ((|InnerEvalable| #5# $) . T) ((|InnerEvalable| $ $) . T) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|LeftLinearSet| #1#) |has| |#1| (|IntegralDomain|)) ((|LeftLinearSet| #2#) OR (|has| |#1| (|AbelianGroup|)) (AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|)))) ((|LeftLinearSet| |#1|) |has| |#1| (|Ring|)) ((|LeftLinearSet| $) |has| |#1| (|Ring|)) ((|LeftModule| #1#) |has| |#1| (|IntegralDomain|)) ((|LeftModule| #2#) AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|))) ((|LeftModule| |#1|) |has| |#1| (|Ring|)) ((|LeftModule| $) |has| |#1| (|Ring|)) ((|LinearSet| #1#) |has| |#1| (|IntegralDomain|)) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|LinearlyExplicitRingOver| #2#) AND (|has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) (|has| |#1| (|Ring|))) ((|LinearlyExplicitRingOver| |#1|) |has| |#1| (|Ring|)) ((|Module| #1#) |has| |#1| (|IntegralDomain|)) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) |has| |#1| (|SemiGroup|)) ((|PartialDifferentialDomain| $ #6#) |has| |#1| (|Ring|)) ((|PartialDifferentialRing| #6#) |has| |#1| (|Ring|)) ((|PartialDifferentialSpace| #6#) |has| |#1| (|Ring|)) ((|PatternMatchable| #7#) |has| |#1| (|PatternMatchable| (|Float|))) ((|PatternMatchable| #2#) |has| |#1| (|PatternMatchable| (|Integer|))) ((|Patternable| |#1|) . T) ((|PrincipalIdealDomain|) |has| |#1| (|IntegralDomain|)) ((|RetractableTo| #1#) OR (AND (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|RetractableTo| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((|RetractableTo| #3#) |has| |#1| (|IntegralDomain|)) ((|RetractableTo| #2#) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| #5#) . T) ((|RetractableTo| #4#) |has| |#1| (|Ring|)) ((|RetractableTo| #6#) . T) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) |has| |#1| (|IntegralDomain|)) ((|RightLinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|RightLinearSet| $) |has| |#1| (|IntegralDomain|)) ((|RightModule| #1#) |has| |#1| (|IntegralDomain|)) ((|RightModule| |#1|) |has| |#1| (|CommutativeRing|)) ((|RightModule| $) |has| |#1| (|IntegralDomain|)) ((|Ring|) |has| |#1| (|Ring|)) ((|Rng|) |has| |#1| (|Ring|)) ((|SemiGroup|) |has| |#1| (|SemiGroup|)) ((|SemiRing|) |has| |#1| (|Ring|)) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|IntegralDomain|)))
((|map| ((|#4| (|Mapping| |#3| |#1|) |#2|) 11 T ELT)))
(((|FunctionSpaceFunctions2| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |map| (|#4| (|Mapping| |#3| |#1|) |#2|))) #1=(|Ring|) (|FunctionSpace| |#1|) #1# (|FunctionSpace| |#3|)) (T |FunctionSpaceFunctions2|))
((|map| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Mapping| *6 *5)) (|ofCategory| *5 #1=(|Ring|)) (|ofCategory| *6 #1#) (|ofCategory| *2 (|FunctionSpace| *6)) (|isDomain| *1 (|FunctionSpaceFunctions2| *5 *4 *6 *2)) (|ofCategory| *4 (|FunctionSpace| *5)))))
@@ -1227,11 +1227,11 @@ NIL
((|universe| (#1=($) 51 T ELT)) (|union| (($ |#2| $) NIL T ELT) #2=(($ $ |#2|) NIL T ELT) (#3=($ $ $) 47 T ELT)) (|symmetricDifference| (#3# 46 T ELT)) (|subset?| (#4=(#5=(|Boolean|) $ $) 35 T ELT)) (|size| ((#6=(|NonNegativeInteger|)) 55 T ELT)) (|set| (#7=($ (|List| |#2|)) 23 T ELT) #8=(#1# NIL T ELT)) (|random| (#1# 65 T ELT)) (|part?| (#4# 15 T ELT)) (|min| (#9=(|#2| $) 76 T ELT)) (|max| (#9# 74 T ELT)) (|lookup| ((#10=(|PositiveInteger|) $) 69 T ELT)) (|intersect| (#3# 42 T ELT)) (|index| (($ #10#) 60 T ELT)) (|difference| #2# (#3# 45 T ELT)) (|count| ((#6# |#2| $) 31 T ELT) ((#6# (|Mapping| #5# |#2|) $) NIL T ELT)) (|construct| (#7# 27 T ELT)) (|complement| (($ $) 53 T ELT)) (|coerce| (((|OutputForm|) $) 40 T ELT)) (|cardinality| ((#6# $) 24 T ELT)) (|brace| (#7# 22 T ELT) #8#) (= (#4# 19 T ELT)))
(((|FiniteSetAggregate&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |size| (#1=(|NonNegativeInteger|))) (SIGNATURE |index| (|#1| #2=(|PositiveInteger|))) (SIGNATURE |lookup| (#2# |#1|)) (SIGNATURE |random| #3=(|#1|)) (SIGNATURE |min| #4=(|#2| |#1|)) (SIGNATURE |max| #4#) (SIGNATURE |universe| #3#) (SIGNATURE |complement| (|#1| |#1|)) (SIGNATURE |cardinality| (#1# |#1|)) (SIGNATURE |count| (#1# (|Mapping| #5=(|Boolean|) |#2|) |#1|)) (SIGNATURE |count| (#1# |#2| |#1|)) (SIGNATURE = #6=(#5# |#1| |#1|)) (SIGNATURE |coerce| ((|OutputForm|) |#1|)) (SIGNATURE |part?| #6#) (SIGNATURE |brace| #3#) (SIGNATURE |brace| #7=(|#1| (|List| |#2|))) (SIGNATURE |set| #3#) (SIGNATURE |set| #7#) (SIGNATURE |intersect| #8=(|#1| |#1| |#1|)) (SIGNATURE |difference| #8#) (SIGNATURE |difference| #9=(|#1| |#1| |#2|)) (SIGNATURE |symmetricDifference| #8#) (SIGNATURE |subset?| #6#) (SIGNATURE |union| #8#) (SIGNATURE |union| #9#) (SIGNATURE |union| (|#1| |#2| |#1|)) (SIGNATURE |construct| #7#)) (|FiniteSetAggregate| |#2|) (|SetCategory|)) (T |FiniteSetAggregate&|))
((|size| (*1 *2) (AND (|ofCategory| *4 (|SetCategory|)) (|isDomain| *2 (|NonNegativeInteger|)) (|isDomain| *1 (|FiniteSetAggregate&| *3 *4)) (|ofCategory| *3 (|FiniteSetAggregate| *4)))))
-((~= (#1=((|Boolean|) $ $) 18 T ELT)) (|universe| (($) 61 (|has| |#1| (|Finite|)) ELT)) (|union| (($ |#1| $) 87 T ELT) (($ $ |#1|) 86 T ELT) (#2=($ $ $) 85 T ELT)) (|symmetricDifference| (#2# 83 T ELT)) (|subset?| (#3=((|Boolean|) $ $) 84 T ELT)) (|size| (((|NonNegativeInteger|)) 55 (|has| |#1| . #4=((|Finite|))) ELT)) (|set| (($ (|List| |#1|)) 79 T ELT) (#5=($) 78 T ELT)) (|select!| (($ (|Mapping| #6=(|Boolean|) |#1|) . #7=($)) 42 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|select| (($ (|Mapping| #8=(|Boolean|) |#1|) . #9=($)) 49 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#10=($) 6 T CONST)) (|removeDuplicates| (($ $) 51 (AND (|has| |#1| . #11=((|BasicType|))) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove!| (($ |#1| $) 44 (|has| $ (|FiniteAggregate| |#1|)) ELT) (($ (|Mapping| #6# |#1|) . #7#) 43 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|remove| (($ |#1| $) 50 (AND (|has| |#1| . #11#) (|has| $ (|FiniteAggregate| |#1|))) ELT) (($ (|Mapping| #8# |#1|) . #9#) 48 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 74 (|has| |#1| . #12=((|BasicType|))) ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) 70 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $) 69 T ELT)) (|random| (($) 58 (|has| |#1| . #4#) ELT)) (|part?| (#3# 75 T ELT)) (|min| ((|#1| $) 59 (|has| |#1| (|OrderedSet|)) ELT)) (|members| (((|List| |#1|) $) 68 T ELT)) (|member?| ((#13=(|Boolean|) |#1| $) 73 (|has| |#1| . #12#) ELT)) (|max| ((|#1| $) 60 (|has| |#1| (|OrderedSet|)) ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|lookup| ((#14=(|PositiveInteger|) $) 57 (|has| |#1| . #4#) ELT)) (|latex| (((|String|) $) 21 T ELT)) (|intersect| (#2# 80 T ELT)) (|inspect| ((|#1| . #15=($)) 35 T ELT)) (|insert!| (($ |#1| $) 36 T ELT)) (|index| (($ #14#) 56 (|has| |#1| . #4#) ELT)) (|hash| (((|SingleInteger|) $) 20 T ELT)) (|find| (((|Union| |#1| "failed") (|Mapping| #13# |#1|) $) 71 T ELT)) (|extract!| ((|#1| . #15#) 37 T ELT)) (|every?| ((#13# (|Mapping| #13# |#1|) . #16=($)) 66 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #17=((|SetCategory|)))) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #17#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #17#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #17#)) ELT)) (|eq?| ((#18=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#18# $) 7 T ELT)) (|empty| (#10# 8 T ELT)) (|difference| (($ $ |#1|) 82 T ELT) (#2# 81 T ELT)) (|dictionary| (($) 46 T ELT) (($ (|List| |#1|)) 45 T ELT)) (|count| ((#19=(|NonNegativeInteger|) |#1| $) 72 (|has| |#1| . #12#) ELT) ((#19# (|Mapping| #13# |#1|) $) 67 T ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#20=(|InputForm|) $) 52 (|has| |#1| (|ConvertibleTo| #20#)) ELT)) (|construct| (($ (|List| |#1|)) 47 T ELT)) (|complement| (($ $) 62 (|has| |#1| (|Finite|)) ELT)) (|coerce| (((|OutputForm|) $) 16 T ELT)) (|cardinality| (((|NonNegativeInteger|) $) 63 T ELT)) (|brace| (($ (|List| |#1|)) 77 T ELT) (#5# 76 T ELT)) (|before?| (#1# 19 T ELT)) (|bag| (($ (|List| |#1|)) 38 T ELT)) (|any?| ((#13# (|Mapping| #13# |#1|) . #16#) 65 T ELT)) (= (#1# 17 T ELT)) (|#| ((#19# $) 64 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 T ELT)) (|universe| (#3=($) 61 #4=(|has| |#1| (|Finite|)) ELT)) (|union| (#5=($ |#1| $) 87 T ELT) (#6=($ $ |#1|) 86 T ELT) (#7=($ $ $) 85 T ELT)) (|symmetricDifference| (#7# 83 T ELT)) (|subset?| (#1# 84 T ELT)) (|size| ((#8=(|NonNegativeInteger|)) 55 #4# ELT)) (|set| (#9=($ #10=(|List| |#1|)) 79 T ELT) (#3# 78 T ELT)) (|select!| (#11=($ #12=(|Mapping| #2# |#1|) $) 42 #13=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|select| (#11# 49 #13# ELT)) (|sample| (#3# 6 T CONST)) (|removeDuplicates| (#14=($ $) 51 #15=(AND #16=(|has| |#1| (|BasicType|)) #13#) ELT)) (|remove!| (#5# 44 #13# ELT) (#11# 43 #13# ELT)) (|remove| (#5# 50 #15# ELT) (#11# 48 #13# ELT)) (|reduce| ((|#1| #17=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 74 #16# ELT) ((|#1| #17# $ |#1|) 70 T ELT) ((|#1| #17# $) 69 T ELT)) (|random| (#3# 58 #4# ELT)) (|part?| (#1# 75 T ELT)) (|min| (#18=(|#1| $) 59 #19=(|has| |#1| (|OrderedSet|)) ELT)) (|members| ((#10# $) 68 T ELT)) (|member?| ((#2# |#1| $) 73 #16# ELT)) (|max| (#18# 60 #19# ELT)) (|map!| (#20=($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (#20# 26 T ELT)) (|lookup| ((#21=(|PositiveInteger|) $) 57 #4# ELT)) (|latex| (((|String|) $) 21 T ELT)) (|intersect| (#7# 80 T ELT)) (|inspect| (#18# 35 T ELT)) (|insert!| (#5# 36 T ELT)) (|index| (($ #21#) 56 #4# ELT)) (|hash| (((|SingleInteger|) $) 20 T ELT)) (|find| (((|Union| |#1| "failed") #12# $) 71 T ELT)) (|extract!| (#18# 37 T ELT)) (|every?| (#22=(#2# #12# $) 66 T ELT)) (|eval| (($ $ (|List| #23=(|Equation| |#1|))) 25 #24=(AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ELT) (($ $ #23#) 24 #24# ELT) (($ $ |#1| |#1|) 23 #24# ELT) (($ $ #10# #10#) 22 #24# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#3# 8 T ELT)) (|difference| (#6# 82 T ELT) (#7# 81 T ELT)) (|dictionary| (#3# 46 T ELT) (#9# 45 T ELT)) (|count| ((#8# |#1| $) 72 #16# ELT) ((#8# #12# $) 67 T ELT)) (|copy| (#14# 9 T ELT)) (|convert| ((#25=(|InputForm|) $) 52 (|has| |#1| (|ConvertibleTo| #25#)) ELT)) (|construct| (#9# 47 T ELT)) (|complement| (#14# 62 #4# ELT)) (|coerce| (((|OutputForm|) $) 16 T ELT)) (|cardinality| (#26=(#8# $) 63 T ELT)) (|brace| (#9# 77 T ELT) (#3# 76 T ELT)) (|before?| (#1# 19 T ELT)) (|bag| (#9# 38 T ELT)) (|any?| (#22# 65 T ELT)) (= (#1# 17 T ELT)) (|#| (#26# 64 T ELT)))
(((|FiniteSetAggregate| |#1|) (|Category|) (|SetCategory|)) (T |FiniteSetAggregate|))
-((|cardinality| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteSetAggregate| *3)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|complement| (*1 *1 *1) (AND (|ofCategory| *1 (|FiniteSetAggregate| *2)) (|ofCategory| *2 (|SetCategory|)) (|ofCategory| *2 (|Finite|)))) (|universe| (*1 *1) (AND (|ofCategory| *1 (|FiniteSetAggregate| *2)) (|ofCategory| *2 (|Finite|)) (|ofCategory| *2 (|SetCategory|)))) (|max| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteSetAggregate| *2)) (|ofCategory| *2 (|SetCategory|)) (|ofCategory| *2 (|OrderedSet|)))) (|min| (*1 *2 *1) (AND (|ofCategory| *1 (|FiniteSetAggregate| *2)) (|ofCategory| *2 (|SetCategory|)) (|ofCategory| *2 (|OrderedSet|)))))
-(|Join| (|Dictionary| |t#1|) (|SetAggregate| |t#1|) (|FiniteAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |cardinality| ((|NonNegativeInteger|) $)) (IF (|has| |t#1| (|Finite|)) (PROGN (ATTRIBUTE (|Finite|)) (SIGNATURE |complement| ($ $)) (SIGNATURE |universe| ($))) |%noBranch|) (IF (|has| |t#1| (|OrderedSet|)) (PROGN (SIGNATURE |max| (|t#1| $)) (SIGNATURE |min| (|t#1| $))) |%noBranch|)))
-(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Dictionary| |#1|) . T) ((|DictionaryOperations| |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Finite|) |has| |#1| (|Finite|)) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|SetAggregate| |#1|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
+((|cardinality| #1=(*1 *2 *1) (AND (|ofCategory| *1 (|FiniteSetAggregate| *3)) (|ofCategory| *3 #2=(|SetCategory|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|complement| (*1 *1 *1) (AND #3=(|ofCategory| *1 (|FiniteSetAggregate| *2)) #4=(|ofCategory| *2 #2#) #5=(|ofCategory| *2 (|Finite|)))) (|universe| (*1 *1) (AND #3# #5# #4#)) (|max| #1# #6=(AND #3# #4# (|ofCategory| *2 (|OrderedSet|)))) (|min| #1# #6#))
+(|Join| (|Dictionary| |t#1|) (|SetAggregate| |t#1|) (|FiniteAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |cardinality| ((|NonNegativeInteger|) $)) (IF (|has| |t#1| #1=(|Finite|)) (PROGN (ATTRIBUTE #1#) (SIGNATURE |complement| ($ $)) (SIGNATURE |universe| ($))) |%noBranch|) (IF (|has| |t#1| (|OrderedSet|)) (PROGN (SIGNATURE |max| #2=(|t#1| $)) (SIGNATURE |min| #2#)) |%noBranch|)))
+(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Dictionary| |#1|) . T) ((|DictionaryOperations| |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Finite|) |has| |#1| (|Finite|)) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|SetAggregate| |#1|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
((|scan| ((|#4| #1=(|Mapping| |#3| |#1| |#3|) |#2| |#3|) 22 T ELT)) (|reduce| ((|#3| #1# |#2| |#3|) 20 T ELT)) (|map| ((|#4| (|Mapping| |#3| |#1|) |#2|) 17 T ELT)))
(((|FiniteSetAggregateFunctions2| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |map| (|#4| (|Mapping| |#3| |#1|) |#2|)) (SIGNATURE |reduce| (|#3| #1=(|Mapping| |#3| |#1| |#3|) |#2| |#3|)) (SIGNATURE |scan| (|#4| #1# |#2| |#3|))) #2=(|SetCategory|) (|FiniteSetAggregate| |#1|) #2# (|FiniteSetAggregate| |#3|)) (T |FiniteSetAggregateFunctions2|))
((|scan| (*1 *2 *3 *4 *5) (AND (|isDomain| *3 (|Mapping| *5 *6 *5)) #1=(|ofCategory| *6 #2=(|SetCategory|)) #3=(|ofCategory| *5 #2#) (|ofCategory| *2 #4=(|FiniteSetAggregate| *5)) (|isDomain| *1 (|FiniteSetAggregateFunctions2| *6 *4 *5 *2)) (|ofCategory| *4 #5=(|FiniteSetAggregate| *6)))) (|reduce| (*1 *2 *3 *4 *2) (AND (|isDomain| *3 (|Mapping| *2 *5 *2)) #3# (|ofCategory| *2 #2#) (|isDomain| *1 (|FiniteSetAggregateFunctions2| *5 *4 *2 *6)) #6=(|ofCategory| *4 #4#) (|ofCategory| *6 (|FiniteSetAggregate| *2)))) (|map| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Mapping| *6 *5)) #3# #1# (|ofCategory| *2 #5#) (|isDomain| *1 (|FiniteSetAggregateFunctions2| *5 *4 *6 *2)) #6#)))
@@ -1269,7 +1269,7 @@ NIL
(((|Functorial| |#1|) (|Category|) (|Type|)) (T |Functorial|))
((|map| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| *3 *3)) (|ofCategory| *1 (|Functorial| *3)) (|ofCategory| *3 (|Type|)))))
(|Join| (|Type|) (CATEGORY |domain| (SIGNATURE |map| ($ (|Mapping| |t#1| |t#1|) $))))
-(((|Join|) . T) ((|Type|) . T))
+(((|Type|) . T))
((~= #1=(#2=((|Boolean|) $ $) NIL T ELT)) (|signature| (((|Signature|) $) 7 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| #1#) (= (#2# 9 T ELT)))
(((|FunctionDescriptor|) (|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |signature| ((|Signature|) $))))) (T |FunctionDescriptor|))
((|signature| (*1 *2 *1) (AND (|isDomain| *2 (|Signature|)) (|isDomain| *1 (|FunctionDescriptor|)))))
@@ -1303,11 +1303,11 @@ NIL
((|lcm| (#1=($ $ $) 14 T ELT) (#2=($ (|List| $)) 21 T ELT)) (|gcdPolynomial| ((#3=(|SparseUnivariatePolynomial| $) #3# #3#) 45 T ELT)) (|gcd| (#1# NIL T ELT) (#2# 22 T ELT)))
(((|GcdDomain&| |#1|) (CATEGORY |package| (SIGNATURE |gcdPolynomial| (#1=(|SparseUnivariatePolynomial| |#1|) #1# #1#)) (SIGNATURE |lcm| #2=(|#1| (|List| |#1|))) (SIGNATURE |lcm| #3=(|#1| |#1| |#1|)) (SIGNATURE |gcd| #2#) (SIGNATURE |gcd| #3#)) (|GcdDomain|)) (T |GcdDomain&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#3=(|Boolean|) $) 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#4=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|lcm| (($ $ $) 61 T ELT) (($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| (((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $)) 59 T ELT)) (|gcd| (($ $ $) 63 T ELT) (($ (|List| $)) 62 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| ((#3# $ $) 54 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#4=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#5=($) 23 T CONST)) (|recip| ((#6=(|Union| $ "failed") $) 43 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|lcm| (#7=($ $ $) 61 T ELT) (#8=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#9=(|SparseUnivariatePolynomial| $) #9# #9#) 59 T ELT)) (|gcd| (#7# 63 T ELT) (#8# 62 T ELT)) (|exquo| ((#6# $ $) 57 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #10=(|Integer|)) 42 T ELT) (#4# 58 T ELT)) (|characteristic| ((#11=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 54 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (#5# 46 T CONST)) (= (#1# 8 T ELT)) (- (#4# 30 T ELT) (#7# 29 T ELT)) (+ (#7# 18 T ELT)) (** (($ $ #12=(|PositiveInteger|)) 36 T ELT) (($ $ #11#) 44 T ELT)) (* (($ #12# $) 17 T ELT) (($ #11# $) 21 T ELT) (($ #10# $) 31 T ELT) (#7# 35 T ELT)))
(((|GcdDomain|) (|Category|)) (T |GcdDomain|))
-((|gcd| (*1 *1 *1 *1) (|ofCategory| *1 (|GcdDomain|))) (|gcd| (*1 *1 *2) (AND (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|GcdDomain|)))) (|lcm| (*1 *1 *1 *1) (|ofCategory| *1 (|GcdDomain|))) (|lcm| (*1 *1 *2) (AND (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|GcdDomain|)))) (|gcdPolynomial| (*1 *2 *2 *2) (AND (|isDomain| *2 (|SparseUnivariatePolynomial| *1)) (|ofCategory| *1 (|GcdDomain|)))))
-(|Join| (|IntegralDomain|) (CATEGORY |domain| (SIGNATURE |gcd| ($ $ $)) (SIGNATURE |gcd| ($ (|List| $))) (SIGNATURE |lcm| ($ $ $)) (SIGNATURE |lcm| ($ (|List| $))) (SIGNATURE |gcdPolynomial| ((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $)))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|EntireRing|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|gcd| #1=(*1 *1 *1 *1) #2=(|ofCategory| *1 (|GcdDomain|))) (|gcd| #3=(*1 *1 *2) #4=(AND (|isDomain| *2 (|List| *1)) #2#)) (|lcm| #1# #2#) (|lcm| #3# #4#) (|gcdPolynomial| (*1 *2 *2 *2) (AND (|isDomain| *2 (|SparseUnivariatePolynomial| *1)) #2#)))
+(|Join| (|IntegralDomain|) (CATEGORY |domain| (SIGNATURE |gcd| #1=($ $ $)) (SIGNATURE |gcd| #2=($ (|List| $))) (SIGNATURE |lcm| #1#) (SIGNATURE |lcm| #2#) (SIGNATURE |gcdPolynomial| (#3=(|SparseUnivariatePolynomial| $) #3# #3#))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|EntireRing|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=((#2=(|Boolean|) $ $) NIL T ELT)) (|zero?| ((#2# $) NIL T ELT)) (|unit| #3=((#4=(|Union| $ #5="failed")) NIL #6=(|has| #7=(|Fraction| #8=(|Polynomial| |#1|)) #9=(|IntegralDomain|)) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|structuralConstants| ((#10=(|Vector| #11=(|Matrix| #7#)) #12=(|Vector| $)) NIL T ELT) ((#10#) NIL T ELT)) (|someBasis| (#13=(#12#) NIL T ELT)) (|sample| #14=(#15=($) NIL T CONST)) (|rightUnits| #16=(((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) #5#)) NIL T ELT)) (|rightUnit| #3#) (|rightTraceMatrix| #17=((#11# #12#) NIL T ELT) #18=((#11#) NIL T ELT)) (|rightTrace| #19=(#20=(#7# $) NIL T ELT)) (|rightRegularRepresentation| #21=((#11# $ #12#) NIL T ELT) #22=((#11# $) NIL T ELT)) (|rightRecip| #23=((#4# $) NIL #6# ELT)) (|rightRankPolynomial| #24=(((|SparseUnivariatePolynomial| #25=(|Polynomial| #7#))) NIL (|has| #7# (|Field|)) ELT) (#26=(#27=(|SparseUnivariatePolynomial| #7#)) 89 #28=(|has| |#1| #9#) ELT)) (|rightPower| #29=(($ $ #30=(|PositiveInteger|)) NIL T ELT)) (|rightNorm| #19#) (|rightMinimalPolynomial| (#31=(#27# $) 87 #6# ELT)) (|rightDiscriminant| #32=((#7# #12#) NIL T ELT) #33=(#34=(#7#) NIL T ELT)) (|rightCharacteristicPolynomial| #35=(#31# NIL T ELT)) (|rightAlternative?| #36=((#2#) NIL T ELT)) (|represents| (($ #37=(|Vector| #7#) #12#) 111 T ELT) #38=(#39=($ #37#) NIL T ELT)) (|recip| #23#) (|rank| ((#30#) NIL T ELT)) (|powerAssociative?| #36#) (|plenaryPower| #29#) (|opposite?| #1#) (|noncommutativeJordanAlgebra?| #36#) (|lieAlgebra?| #36#) (|lieAdmissible?| #36#) (|leftUnits| #16#) (|leftUnit| #3#) (|leftTraceMatrix| #17# #18#) (|leftTrace| #19#) (|leftRegularRepresentation| #21# #22#) (|leftRecip| #23#) (|leftRankPolynomial| #24# (#26# 88 #28# ELT)) (|leftPower| #29#) (|leftNorm| #19#) (|leftMinimalPolynomial| (#31# 84 #6# ELT)) (|leftDiscriminant| #32# #33#) (|leftCharacteristicPolynomial| #35#) (|leftAlternative?| #36#) (|latex| (((|String|) $) NIL T ELT)) (|jordanAlgebra?| #36#) (|jordanAdmissible?| #36#) (|jacobiIdentity?| #36#) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|genericRightTraceForm| (#40=(#7# $ $) 75 #28# ELT)) (|genericRightTrace| (#20# 74 #28# ELT)) (|genericRightNorm| (#20# 101 #28# ELT)) (|genericRightMinimalPolynomial| (#31# 93 #28# ELT)) (|genericRightDiscriminant| (#34# 76 #28# ELT)) (|genericLeftTraceForm| (#40# 64 #28# ELT)) (|genericLeftTrace| (#20# 63 #28# ELT)) (|genericLeftNorm| (#20# 100 #28# ELT)) (|genericLeftMinimalPolynomial| (#31# 92 #28# ELT)) (|genericLeftDiscriminant| (#34# 73 #28# ELT)) (|generic| (#15# 107 T ELT) (($ #41=(|Symbol|)) 115 T ELT) (($ #42=(|Vector| #41#)) 114 T ELT) (($ #12#) 102 T ELT) (($ #41# #12#) 113 T ELT) (($ #42# #12#) 112 T ELT)) (|flexible?| #36#) (|elt| ((#7# $ #43=(|Integer|)) NIL T ELT)) (|coordinates| ((#37# $ #12#) 104 T ELT) ((#11# #12# #12#) NIL T ELT) (#44=(#37# $) 44 T ELT) #17#) (|convert| (#44# NIL T ELT) (#39# 41 T ELT)) (|conditionsForIdempotents| ((#45=(|List| #25#) #12#) NIL T ELT) ((#45#) NIL T ELT) ((#46=(|List| #8#) #12#) 105 #28# ELT) ((#46#) 106 #28# ELT)) (|commutator| #47=(#48=($ $ $) NIL T ELT)) (|commutative?| #36#) (|coerce| (((|OutputForm|) $) NIL T ELT) #38#) (|before?| #1#) (|basis| (#13# 66 T ELT)) (|associatorDependence| (((|List| #37#)) NIL #6# ELT)) (|associator| (($ $ $ $) NIL T ELT)) (|associative?| #36#) (|apply| (($ #11# $) NIL T ELT)) (|antiCommutator| #47#) (|antiCommutative?| #36#) (|antiAssociative?| #36#) (|alternative?| #36#) (|Zero| #14#) (= #1#) (- (($ $) NIL T ELT) (#48# 103 T ELT)) (+ #47#) (** #29#) (* (($ #30# $) NIL T ELT) (($ (|NonNegativeInteger|) $) NIL T ELT) (($ #43# . #49=($)) NIL T ELT) (#48# 62 T ELT) (($ $ #7#) NIL T ELT) (($ #7# . #49#) NIL T ELT) (($ (|SquareMatrix| |#2| #7#) . #49#) NIL T ELT)))
(((|GenericNonAssociativeAlgebra| |#1| |#2| |#3| |#4|) (|Join| (|FramedNonAssociativeAlgebra| #1=(|Fraction| #2=(|Polynomial| |#1|))) (|LeftModule| (|SquareMatrix| |#2| #1#)) (CATEGORY |domain| (SIGNATURE |coerce| ($ (|Vector| #1#))) (SIGNATURE |leftUnits| #3=((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed"))) (SIGNATURE |rightUnits| #3#) (SIGNATURE |generic| ($)) (SIGNATURE |generic| ($ #4=(|Symbol|))) (SIGNATURE |generic| ($ #5=(|Vector| #4#))) (SIGNATURE |generic| ($ #6=(|Vector| $))) (SIGNATURE |generic| ($ #4# #6#)) (SIGNATURE |generic| ($ #5# #6#)) (IF (|has| |#1| (|IntegralDomain|)) (PROGN (SIGNATURE |leftRankPolynomial| #7=(#8=(|SparseUnivariatePolynomial| #1#))) (SIGNATURE |genericLeftMinimalPolynomial| #9=(#8# $)) (SIGNATURE |genericLeftTrace| #10=(#1# $)) (SIGNATURE |genericLeftNorm| #10#) (SIGNATURE |rightRankPolynomial| #7#) (SIGNATURE |genericRightMinimalPolynomial| #9#) (SIGNATURE |genericRightTrace| #10#) (SIGNATURE |genericRightNorm| #10#) (SIGNATURE |genericLeftTraceForm| #11=(#1# $ $)) (SIGNATURE |genericLeftDiscriminant| #12=(#1#)) (SIGNATURE |genericRightTraceForm| #11#) (SIGNATURE |genericRightDiscriminant| #12#) (SIGNATURE |conditionsForIdempotents| (#13=(|List| #2#) #6#)) (SIGNATURE |conditionsForIdempotents| (#13#))) |%noBranch|))) (|CommutativeRing|) (|PositiveInteger|) (|List| #4#) (|Vector| (|Matrix| |#1|))) (T |GenericNonAssociativeAlgebra|))
((|coerce| #1=(*1 *1 *2) (AND (|isDomain| *2 (|Vector| #2=(|Fraction| #3=(|Polynomial| *3)))) #4=(|ofCategory| *3 #5=(|CommutativeRing|)) #6=(|ofType| *6 (|Vector| (|Matrix| *3))) #7=(|isDomain| *1 #8=(|GenericNonAssociativeAlgebra| *3 *4 *5 *6)) #9=(|ofType| *4 #10=(|PositiveInteger|)) #11=(|ofType| *5 #12=(|List| #13=(|Symbol|))))) (|leftUnits| #14=(*1 *2) #15=(|partial| AND (|isDomain| *2 (|Record| (|:| |particular| #8#) (|:| |basis| (|List| #8#)))) #7# #4# #9# #11# #6#)) (|rightUnits| #14# #15#) (|generic| (*1 *1) (AND (|isDomain| *1 (|GenericNonAssociativeAlgebra| *2 *3 *4 *5)) (|ofCategory| *2 #5#) (|ofType| *3 #10#) (|ofType| *4 #12#) (|ofType| *5 (|Vector| (|Matrix| *2))))) (|generic| #1# (AND #16=(|isDomain| *2 #13#) #7# #4# #9# (|ofType| *5 #17=(|List| *2)) #6#)) (|generic| #1# (AND #18=(|isDomain| *2 (|Vector| #13#)) #7# #4# #9# #11# #6#)) (|generic| #1# (AND (|isDomain| *2 (|Vector| #8#)) #7# #4# #9# #11# #6#)) (|generic| #19=(*1 *1 *2 *3) (AND #16# #20=(|isDomain| *3 (|Vector| #21=(|GenericNonAssociativeAlgebra| *4 *5 *6 *7))) #22=(|isDomain| *1 #21#) #23=(|ofCategory| *4 #5#) #24=(|ofType| *5 #10#) (|ofType| *6 #17#) #25=(|ofType| *7 (|Vector| (|Matrix| *4))))) (|generic| #19# (AND #18# #20# #22# #23# #24# #26=(|ofType| *6 #12#) #25#)) (|leftRankPolynomial| #14# #27=(AND (|isDomain| *2 (|SparseUnivariatePolynomial| #2#)) #7# #28=(|ofCategory| *3 #29=(|IntegralDomain|)) #4# #9# #11# #6#)) (|genericLeftMinimalPolynomial| #30=(*1 *2 *1) #27#) (|genericLeftTrace| #30# #31=(AND (|isDomain| *2 #2#) #7# #28# #4# #9# #11# #6#)) (|genericLeftNorm| #30# #31#) (|rightRankPolynomial| #14# #27#) (|genericRightMinimalPolynomial| #30# #27#) (|genericRightTrace| #30# #31#) (|genericRightNorm| #30# #31#) (|genericLeftTraceForm| #32=(*1 *2 *1 *1) #31#) (|genericLeftDiscriminant| #14# #31#) (|genericRightTraceForm| #32# #31#) (|genericRightDiscriminant| #14# #31#) (|conditionsForIdempotents| (*1 *2 *3) (AND #20# (|isDomain| *2 (|List| (|Polynomial| *4))) #22# (|ofCategory| *4 #29#) #23# #24# #26# #25#)) (|conditionsForIdempotents| #14# (AND (|isDomain| *2 (|List| #3#)) #7# #28# #4# #9# #11# #6#)))
@@ -1344,11 +1344,11 @@ NIL
((|Zero| (#1=($) 11 T CONST)) (|One| (#1# 13 T CONST)) (* (($ |#2| $) 15 T ELT) (($ $ |#2|) 16 T ELT)))
(((|GradedAlgebra&| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |One| #1=(|#1|) |constant|) (SIGNATURE * (|#1| |#1| |#2|)) (SIGNATURE * (|#1| |#2| |#1|)) (SIGNATURE |Zero| #1# |constant|)) (|GradedAlgebra| |#2| |#3|) (|CommutativeRing|) (|AbelianMonoid|)) (T |GradedAlgebra&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|retractIfCan| (((|Union| |#1| "failed") $) 30 T ELT)) (|retract| ((|#1| $) 31 T ELT)) (|product| (($ $ $) 27 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|degree| ((|#2| $) 23 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ |#1|) 29 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (($) 22 T CONST)) (|One| (($) 28 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 19 T ELT) (#2=($ $ $) 17 T ELT)) (+ (#2# 18 T ELT)) (* (($ |#1| $) 21 T ELT) (($ $ |#1|) 20 T ELT)))
+((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|retractIfCan| (((|Union| |#1| "failed") $) 30 T ELT)) (|retract| ((|#1| $) 31 T ELT)) (|product| (#2=($ $ $) 27 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|degree| ((|#2| $) 23 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ |#1|) 29 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3=($) 22 T CONST)) (|One| (#3# 28 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 19 T ELT) (#2# 17 T ELT)) (+ (#2# 18 T ELT)) (* (($ |#1| $) 21 T ELT) (($ $ |#1|) 20 T ELT)))
(((|GradedAlgebra| |#1| |#2|) (|Category|) (|CommutativeRing|) (|AbelianMonoid|)) (T |GradedAlgebra|))
-((|One| (*1 *1) (AND (|ofCategory| *1 (|GradedAlgebra| *2 *3)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *3 (|AbelianMonoid|)))) (|product| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|GradedAlgebra| *2 *3)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *3 (|AbelianMonoid|)))))
+((|One| (*1 *1) #1=(AND (|ofCategory| *1 (|GradedAlgebra| *2 *3)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *3 (|AbelianMonoid|)))) (|product| (*1 *1 *1 *1) #1#))
(|Join| (|GradedModule| |t#1| |t#2|) (|RetractableTo| |t#1|) (CATEGORY |domain| (SIGNATURE |One| ($) |constant|) (SIGNATURE |product| ($ $ $))))
-(((|BasicType|) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|GradedModule| |#1| |#2|) . T) ((|Join|) . T) ((|RetractableTo| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|BasicType|) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|GradedModule| |#1| |#2|) . T) ((|RetractableTo| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|nextSubsetGray| ((#1=(|Vector| (|Vector| (|Integer|))) #1# #2=(|PositiveInteger|)) 26 T ELT)) (|firstSubsetGray| ((#1# #2#) 21 T ELT)))
(((|GrayCode|) (CATEGORY |package| (SIGNATURE |nextSubsetGray| (#1=(|Vector| (|Vector| (|Integer|))) #1# #2=(|PositiveInteger|))) (SIGNATURE |firstSubsetGray| (#1# #2#)))) (T |GrayCode|))
((|firstSubsetGray| (*1 *2 *3) (AND #1=(|isDomain| *3 (|PositiveInteger|)) #2=(|isDomain| *2 (|Vector| (|Vector| (|Integer|)))) #3=(|isDomain| *1 (|GrayCode|)))) (|nextSubsetGray| (*1 *2 *2 *3) (AND #2# #1# #3#)))
@@ -1361,22 +1361,22 @@ NIL
((- (($ $) NIL T ELT) (($ $ $) 11 T ELT)))
(((|GradedModule&| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE - (|#1| |#1| |#1|)) (SIGNATURE - (|#1| |#1|))) (|GradedModule| |#2| |#3|) (|CommutativeRing|) (|AbelianMonoid|)) (T |GradedModule&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|degree| ((|#2| $) 23 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (($) 22 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 19 T ELT) (($ $ $) 17 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ |#1| $) 21 T ELT) (($ $ |#1|) 20 T ELT)))
+((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|degree| ((|#2| $) 23 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (($) 22 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 19 T ELT) (#2=($ $ $) 17 T ELT)) (+ (#2# 18 T ELT)) (* (($ |#1| $) 21 T ELT) (($ $ |#1|) 20 T ELT)))
(((|GradedModule| |#1| |#2|) (|Category|) (|CommutativeRing|) (|AbelianMonoid|)) (T |GradedModule|))
-((|degree| (*1 *2 *1) (AND (|ofCategory| *1 (|GradedModule| *3 *2)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *2 (|AbelianMonoid|)))) (|Zero| (*1 *1) (AND (|ofCategory| *1 (|GradedModule| *2 *3)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *3 (|AbelianMonoid|)))) (* (*1 *1 *2 *1) (AND (|ofCategory| *1 (|GradedModule| *2 *3)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *3 (|AbelianMonoid|)))) (* (*1 *1 *1 *2) (AND (|ofCategory| *1 (|GradedModule| *2 *3)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *3 (|AbelianMonoid|)))) (- (*1 *1 *1) (AND (|ofCategory| *1 (|GradedModule| *2 *3)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *3 (|AbelianMonoid|)))) (+ (*1 *1 *1 *1) (AND (|ofCategory| *1 (|GradedModule| *2 *3)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *3 (|AbelianMonoid|)))) (- (*1 *1 *1 *1) (AND (|ofCategory| *1 (|GradedModule| *2 *3)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *3 (|AbelianMonoid|)))))
-(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |degree| (|t#2| $)) (SIGNATURE |Zero| ($) |constant|) (SIGNATURE * ($ |t#1| $)) (SIGNATURE * ($ $ |t#1|)) (SIGNATURE - ($ $)) (SIGNATURE + ($ $ $)) (SIGNATURE - ($ $ $))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|degree| (*1 *2 *1) (AND (|ofCategory| *1 (|GradedModule| *3 *2)) (|ofCategory| *3 #1=(|CommutativeRing|)) (|ofCategory| *2 #2=(|AbelianMonoid|)))) (|Zero| (*1 *1) #3=(AND (|ofCategory| *1 (|GradedModule| *2 *3)) (|ofCategory| *2 #1#) (|ofCategory| *3 #2#))) (* (*1 *1 *2 *1) #3#) (* (*1 *1 *1 *2) #3#) (- (*1 *1 *1) #3#) (+ #4=(*1 *1 *1 *1) #3#) (- #4# #3#))
+(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |degree| (|t#2| $)) (SIGNATURE |Zero| ($) |constant|) (SIGNATURE * ($ |t#1| $)) (SIGNATURE * ($ $ |t#1|)) (SIGNATURE - ($ $)) (SIGNATURE + #1=($ $ $)) (SIGNATURE - #1#)))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|testDim| (((|Union| #1=(|List| (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|)) "failed") #1# #2=(|List| (|OrderedVariableList| |#1|))) 134 T ELT)) (|groebSolve| (((|List| #3=(|List| (|DistributedMultivariatePolynomial| |#1| |#2|))) #3# #2#) 131 T ELT)) (|genericPosition| (((|Record| (|:| |dpolys| #3#) (|:| |coords| (|List| (|Integer|)))) #3# #2#) 86 T ELT)))
(((|GroebnerSolve| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |groebSolve| ((|List| #1=(|List| (|DistributedMultivariatePolynomial| |#1| |#2|))) #1# #2=(|List| (|OrderedVariableList| |#1|)))) (SIGNATURE |testDim| ((|Union| #3=(|List| (|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|)) "failed") #3# #2#)) (SIGNATURE |genericPosition| ((|Record| (|:| |dpolys| #1#) (|:| |coords| (|List| (|Integer|)))) #1# #2#))) (|List| (|Symbol|)) #4=(|GcdDomain|) #4#) (T |GroebnerSolve|))
((|genericPosition| #1=(*1 *2 *3 *4) (AND #2=(|isDomain| *4 (|List| (|OrderedVariableList| *5))) #3=(|ofType| *5 #4=(|List| (|Symbol|))) #5=(|ofCategory| *6 #6=(|GcdDomain|)) (|isDomain| *2 (|Record| (|:| |dpolys| #7=(|List| (|DistributedMultivariatePolynomial| *5 *6))) (|:| |coords| (|List| (|Integer|))))) #8=(|isDomain| *1 (|GroebnerSolve| *5 *6 *7)) #9=(|isDomain| *3 #7#) #10=(|ofCategory| *7 #6#))) (|testDim| (*1 *2 *2 *3) (|partial| AND (|isDomain| *2 (|List| (|HomogeneousDistributedMultivariatePolynomial| *4 *5))) (|isDomain| *3 (|List| (|OrderedVariableList| *4))) (|ofType| *4 #4#) (|ofCategory| *5 #6#) (|isDomain| *1 (|GroebnerSolve| *4 *5 *6)) #5#)) (|groebSolve| #1# (AND #2# #3# #5# (|isDomain| *2 (|List| #7#)) #8# #9# #10#)))
((|recip| (((|Union| $ "failed") $) 11 T ELT)) (|conjugate| (#1=($ $ $) 22 T ELT)) (|commutator| (#1# 23 T ELT)) (/ (#1# 9 T ELT)) (** (($ $ (|PositiveInteger|)) NIL T ELT) (($ $ (|NonNegativeInteger|)) NIL T ELT) (($ $ (|Integer|)) 21 T ELT)))
(((|Group&| |#1|) (CATEGORY |package| (SIGNATURE |commutator| #1=(|#1| |#1| |#1|)) (SIGNATURE |conjugate| #1#) (SIGNATURE ** (|#1| |#1| (|Integer|))) (SIGNATURE / #1#) (SIGNATURE |recip| ((|Union| |#1| "failed") |#1|)) (SIGNATURE ** (|#1| |#1| (|NonNegativeInteger|))) (SIGNATURE ** (|#1| |#1| (|PositiveInteger|)))) (|Group|)) (T |Group&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|sample| (#2=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 20 T ELT)) (|one?| (((|Boolean|) $) 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 30 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|conjugate| (($ $ $) 27 T ELT)) (|commutator| (($ $ $) 26 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|One| (#2# 24 T CONST)) (= (#1# 8 T ELT)) (/ (($ $ $) 29 T ELT)) (** (($ $ (|PositiveInteger|)) 17 T ELT) (($ $ (|NonNegativeInteger|)) 21 T ELT) (($ $ (|Integer|)) 28 T ELT)) (* (($ $ $) 18 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|sample| (#3=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 20 T ELT)) (|one?| ((#2# $) 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 30 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|conjugate| (#4=($ $ $) 27 T ELT)) (|commutator| (#4# 26 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|One| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (/ (#4# 29 T ELT)) (** (($ $ (|PositiveInteger|)) 17 T ELT) (($ $ (|NonNegativeInteger|)) 21 T ELT) (($ $ (|Integer|)) 28 T ELT)) (* (#4# 18 T ELT)))
(((|Group|) (|Category|)) (T |Group|))
-((|inv| (*1 *1 *1) (|ofCategory| *1 (|Group|))) (/ (*1 *1 *1 *1) (|ofCategory| *1 (|Group|))) (** (*1 *1 *1 *2) (AND (|ofCategory| *1 (|Group|)) (|isDomain| *2 (|Integer|)))) (|conjugate| (*1 *1 *1 *1) (|ofCategory| *1 (|Group|))) (|commutator| (*1 *1 *1 *1) (|ofCategory| *1 (|Group|))))
-(|Join| (|Monoid|) (CATEGORY |domain| (SIGNATURE |inv| ($ $)) (SIGNATURE / ($ $ $)) (SIGNATURE ** ($ $ (|Integer|))) (SIGNATURE |conjugate| ($ $ $)) (SIGNATURE |commutator| ($ $ $))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|Monoid|) . T) ((|SemiGroup|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|inv| (*1 *1 *1) #1=(|ofCategory| *1 (|Group|))) (/ #2=(*1 *1 *1 *1) #1#) (** (*1 *1 *1 *2) (AND #1# (|isDomain| *2 (|Integer|)))) (|conjugate| #2# #1#) (|commutator| #2# #1#))
+(|Join| (|Monoid|) (CATEGORY |domain| (SIGNATURE |inv| ($ $)) (SIGNATURE / #1=($ $ $)) (SIGNATURE ** ($ $ (|Integer|))) (SIGNATURE |conjugate| #1#) (SIGNATURE |commutator| #1#)))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Monoid|) . T) ((|SemiGroup|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| #4=(#5=(#3# $) NIL T ELT)) (|variables| ((#6=(|List| #7=(|SingletonAsOrderedSet|)) $) NIL T ELT)) (|variable| ((#8=(|Symbol|) $) 18 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) NIL #9=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| #10=(#11=($ $) NIL #9# ELT)) (|unit?| (#5# NIL #9# ELT)) (|truncate| #12=(#13=($ $ #14=(|Fraction| #15=(|Integer|))) NIL T ELT) (($ $ #14# #14#) NIL T ELT)) (|terms| ((#16=(|Stream| (|Record| (|:| |k| #14#) (|:| |c| |#1|))) $) NIL T ELT)) (|tanh| #17=(#11# NIL #18=(|has| |#1| (|Algebra| #14#)) ELT)) (|tan| #17#) (|subtractIfCan| ((#19=(|Maybe| $) $ $) NIL T ELT)) (|squareFreePart| #20=(#11# NIL #21=(|has| |#1| (|Field|)) ELT)) (|squareFree| #22=(((|Factored| $) $) NIL #21# ELT)) (|sqrt| #17#) (|sizeLess?| (#2# NIL #21# ELT)) (|sinh| #17#) (|sin| #17#) (|series| (($ #23=(|NonNegativeInteger|) #16#) NIL T ELT)) (|sech| #17#) (|sec| #17#) (|sample| #24=(#25=($) NIL T CONST)) (|rem| #26=(#27=($ $ $) NIL #21# ELT)) (|reductum| #28=(#11# NIL T ELT)) (|recip| ((#29=(|Union| $ #30="failed") $) NIL T ELT)) (|quo| #26#) (|principalIdeal| (((|Record| (|:| |coef| #31=(|List| $)) #32=(|:| |generator| $)) #31#) NIL #21# ELT)) (|prime?| (#5# NIL #21# ELT)) (|pole?| #4#) (|pi| (#25# NIL #18# ELT)) (|order| #33=((#14# $) NIL T ELT) ((#14# $ #14#) NIL T ELT)) (|opposite?| #1#) (|one?| #4#) (|nthRoot| (#34=($ $ #15#) NIL #18# ELT)) (|multiplyExponents| #35=(($ $ #36=(|PositiveInteger|)) NIL T ELT) #12#) (|multiEuclidean| (((|Union| #31# #30#) #31# $) NIL #21# ELT)) (|monomial?| #4#) (|monomial| (($ |#1| #14#) NIL T ELT) (($ $ #7# #14#) NIL T ELT) (($ $ #6# (|List| #14#)) NIL T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 25 T ELT)) (|log| #17#) (|leadingMonomial| #28#) (|leadingCoefficient| (#37=(|#1| $) NIL T ELT)) (|lcm| #38=(($ #31#) NIL #21# ELT) #26#) (|latex| (((|String|) $) NIL T ELT)) (|inv| #20#) (|integrate| (#11# 29 #18# ELT) (#39=($ $ #8#) 35 (OR (AND #18# (|has| |#1| (|AlgebraicallyClosedFunctionSpace| #15#)) (|has| |#1| (|PrimitiveFunctionCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|))) (AND #18# (|has| |#1| (SIGNATURE |integrate| (|#1| |#1| #8#))) (|has| |#1| (SIGNATURE |variables| (#40=(|List| #8#) |#1|))))) ELT) (#41=($ $ #42=(|Variable| |#2|)) 30 #18# ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|gcdPolynomial| ((#43=(|SparseUnivariatePolynomial| $) #43# #43#) NIL #21# ELT)) (|gcd| #38# #26#) (|factor| #22#) (|extendedEuclidean| (((|Union| (|Record| #44=(|:| |coef1| $) #45=(|:| |coef2| $)) #30#) $ $ $) NIL #21# ELT) (((|Record| #44# #45# #32#) $ $) NIL #21# ELT)) (|extend| #12#) (|exquo| ((#29# $ $) NIL #9# ELT)) (|expressIdealMember| (((|Maybe| #31#) #31# $) NIL #21# ELT)) (|exp| #17#) (|eval| (((|Stream| |#1|) $ |#1|) NIL #46=(|has| |#1| (SIGNATURE ** (|#1| |#1| #14#))) ELT)) (|euclideanSize| ((#23# $) NIL #21# ELT)) (|elt| #47=(#48=(|#1| $ #14#) NIL T ELT) (#27# NIL (|has| #14# (|SemiGroup|)) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) NIL #21# ELT)) (|differentiate| (#39# 28 #49=(AND (|has| |#1| (|PartialDifferentialRing| #8#)) #50=(|has| |#1| (SIGNATURE * (|#1| #14# |#1|)))) ELT) #51=(($ $ #40#) NIL #49# ELT) #52=(($ $ #8# #23#) NIL #49# ELT) #53=(($ $ #40# (|List| #23#)) NIL #49# ELT) (#11# 14 #50# ELT) #54=(#55=($ $ #23#) NIL #50# ELT) (#41# 16 T ELT)) (|degree| #33#) (|csch| #17#) (|csc| #17#) (|coth| #17#) (|cot| #17#) (|cosh| #17#) (|cos| #17#) (|complete| #28#) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #15#) NIL T ELT) (($ |#1|) NIL (|has| |#1| (|CommutativeRing|)) ELT) (($ #42#) NIL T ELT) (($ (|UnivariatePuiseuxSeries| |#1| |#2| |#3|)) 9 T ELT) (($ #14#) NIL #18# ELT) #10#) (|coefficient| #47#) (|charthRoot| ((#19# $) NIL (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#23#) NIL T CONST)) (|center| (#37# 21 T ELT)) (|before?| #1#) (|atanh| #17#) (|atan| #17#) (|associates?| (#2# NIL #9# ELT)) (|asinh| #17#) (|asin| #17#) (|asech| #17#) (|asec| #17#) (|approximate| (#48# NIL (AND #46# (|has| |#1| (SIGNATURE |coerce| (|#1| #8#)))) ELT)) (|annihilate?| #1#) (|acsch| #17#) (|acsc| #17#) (|acoth| #17#) (|acot| #17#) (|acosh| #17#) (|acos| #17#) (|Zero| #24#) (|One| #24#) (D (#39# NIL #49# ELT) #51# #52# #53# (#11# NIL #50# ELT) #54# (#41# NIL T ELT)) (= #1#) (/ (#56=($ $ |#1|) NIL #21# ELT) #26#) (- #28# (#27# 27 T ELT)) (+ #57=(#27# NIL T ELT)) (** #35# (#55# NIL T ELT) (#34# NIL #21# ELT) (#27# NIL #18# ELT) #58=(#13# NIL #18# ELT)) (* (($ #36# $) NIL T ELT) (($ #23# $) NIL T ELT) (($ #15# . #59=($)) NIL T ELT) #57# (#56# NIL T ELT) (($ |#1| . #59#) 26 T ELT) (($ #14# . #59#) NIL #18# ELT) #58#))
(((|GeneralUnivariatePowerSeries| |#1| |#2| |#3|) (|Join| (|UnivariatePuiseuxSeriesCategory| |#1|) (|PartialDifferentialDomain| $ #1=(|Variable| |#2|)) (CATEGORY |domain| (SIGNATURE |coerce| ($ #1#)) (SIGNATURE |coerce| ($ (|UnivariatePuiseuxSeries| |#1| |#2| |#3|))) (IF (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (SIGNATURE |integrate| ($ $ #1#)) |%noBranch|))) (|Ring|) (|Symbol|) |#1|) (T |GeneralUnivariatePowerSeries|))
((|coerce| #1=(*1 *1 *2) (AND #2=(|isDomain| *2 (|Variable| *4)) #3=(|ofType| *4 (|Symbol|)) #4=(|isDomain| *1 (|GeneralUnivariatePowerSeries| *3 *4 *5)) #5=(|ofCategory| *3 (|Ring|)) #6=(|ofType| *5 *3))) (|coerce| #1# (AND (|isDomain| *2 (|UnivariatePuiseuxSeries| *3 *4 *5)) #5# #3# #6# #4#)) (|integrate| (*1 *1 *1 *2) (AND #2# #3# #4# (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|)))) #5# #6#)))
@@ -1422,11 +1422,11 @@ NIL
((|eval| (($ $ (|List| #1=(|Equation| |#2|))) 13 T ELT) (($ $ #1#) NIL T ELT) (($ $ |#2| |#2|) NIL T ELT) (($ $ #2=(|List| |#2|) #2#) NIL T ELT)))
(((|HomogeneousAggregate&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |eval| (|#1| |#1| #1=(|List| |#2|) #1#)) (SIGNATURE |eval| (|#1| |#1| |#2| |#2|)) (SIGNATURE |eval| (|#1| |#1| #2=(|Equation| |#2|))) (SIGNATURE |eval| (|#1| |#1| (|List| #2#)))) (|HomogeneousAggregate| |#2|) (|Type|)) (T |HomogeneousAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|sample| (#3=($) 6 T CONST)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #4=((|SetCategory|))) ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #4#) ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #5=((|SetCategory|)))) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #5#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #5#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #5#)) ELT)) (|eq?| ((#6=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#6# $) 7 T ELT)) (|empty| (#3# 8 T ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|sample| (#4=($) 6 T CONST)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|latex| (((|String|) $) 21 #5=(|has| |#1| (|SetCategory|)) ELT)) (|hash| (((|SingleInteger|) $) 20 #5# ELT)) (|eval| (($ $ (|List| #6=(|Equation| |#1|))) 25 #7=(AND (|has| |#1| (|Evalable| |#1|)) #5#) ELT) (($ $ #6#) 24 #7# ELT) (($ $ |#1| |#1|) 23 #7# ELT) (($ $ #8=(|List| |#1|) #8#) 22 #7# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#4# 8 T ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| ((#9=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #9#)) ELT)) (|before?| (#1# 19 #3# ELT)) (= (#1# 17 #3# ELT)))
(((|HomogeneousAggregate| |#1|) (|Category|) (|Type|)) (T |HomogeneousAggregate|))
NIL
-(|Join| (|Aggregate|) (|Functorial| |t#1|) (CATEGORY |package| (IF (|has| |t#1| (|CoercibleTo| (|OutputForm|))) (ATTRIBUTE (|CoercibleTo| (|OutputForm|))) |%noBranch|) (IF (|has| |t#1| (|BasicType|)) (ATTRIBUTE (|BasicType|)) |%noBranch|) (IF (|has| |t#1| (|SetCategory|)) (ATTRIBUTE (|SetCategory|)) |%noBranch|) (IF (|has| |t#1| (|SetCategory|)) (IF (|has| |t#1| (|Evalable| |t#1|)) (ATTRIBUTE (|Evalable| |t#1|)) |%noBranch|) |%noBranch|)))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T))
+(|Join| (|Aggregate|) (|Functorial| |t#1|) (CATEGORY |package| (IF (|has| |t#1| #1=(|CoercibleTo| (|OutputForm|))) (ATTRIBUTE #1#) |%noBranch|) (IF (|has| |t#1| #2=(|BasicType|)) (ATTRIBUTE #2#) |%noBranch|) (IF #3=(|has| |t#1| #4=(|SetCategory|)) (ATTRIBUTE #4#) |%noBranch|) (IF #3# (IF (|has| |t#1| #5=(|Evalable| |t#1|)) (ATTRIBUTE #5#) |%noBranch|) |%noBranch|)))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T))
((|coerce| ((|#1| $) 6 T ELT) (($ |#1|) 9 T ELT)))
(((|HomotopicTo| |#1|) (|Category|) (|Type|)) (T |HomotopicTo|))
NIL
@@ -1438,10 +1438,10 @@ NIL
((|tanh| (#1=($ $) 15 T ELT)) (|sinh| (#1# 24 T ELT)) (|sech| (#1# 12 T ELT)) (|csch| (#1# 10 T ELT)) (|coth| (#1# 17 T ELT)) (|cosh| (#1# 22 T ELT)))
(((|HyperbolicFunctionCategory&| |#1|) (CATEGORY |package| (SIGNATURE |cosh| #1=(|#1| |#1|)) (SIGNATURE |coth| #1#) (SIGNATURE |csch| #1#) (SIGNATURE |sech| #1#) (SIGNATURE |sinh| #1#) (SIGNATURE |tanh| #1#)) (|HyperbolicFunctionCategory|)) (T |HyperbolicFunctionCategory&|))
NIL
-((|tanh| (($ $) 11 T ELT)) (|sinh| (($ $) 10 T ELT)) (|sech| (($ $) 9 T ELT)) (|csch| (($ $) 8 T ELT)) (|coth| (($ $) 7 T ELT)) (|cosh| (($ $) 6 T ELT)))
+((|tanh| (#1=($ $) 11 T ELT)) (|sinh| (#1# 10 T ELT)) (|sech| (#1# 9 T ELT)) (|csch| (#1# 8 T ELT)) (|coth| (#1# 7 T ELT)) (|cosh| (#1# 6 T ELT)))
(((|HyperbolicFunctionCategory|) (|Category|)) (T |HyperbolicFunctionCategory|))
-((|tanh| (*1 *1 *1) (|ofCategory| *1 (|HyperbolicFunctionCategory|))) (|sinh| (*1 *1 *1) (|ofCategory| *1 (|HyperbolicFunctionCategory|))) (|sech| (*1 *1 *1) (|ofCategory| *1 (|HyperbolicFunctionCategory|))) (|csch| (*1 *1 *1) (|ofCategory| *1 (|HyperbolicFunctionCategory|))) (|coth| (*1 *1 *1) (|ofCategory| *1 (|HyperbolicFunctionCategory|))) (|cosh| (*1 *1 *1) (|ofCategory| *1 (|HyperbolicFunctionCategory|))))
-(|Join| (CATEGORY |domain| (SIGNATURE |cosh| ($ $)) (SIGNATURE |coth| ($ $)) (SIGNATURE |csch| ($ $)) (SIGNATURE |sech| ($ $)) (SIGNATURE |sinh| ($ $)) (SIGNATURE |tanh| ($ $))))
+((|tanh| #1=(*1 *1 *1) #2=(|ofCategory| *1 (|HyperbolicFunctionCategory|))) (|sinh| #1# #2#) (|sech| #1# #2#) (|csch| #1# #2#) (|coth| #1# #2#) (|cosh| #1# #2#))
+(|Join| (CATEGORY |domain| (SIGNATURE |cosh| #1=($ $)) (SIGNATURE |coth| #1#) (SIGNATURE |csch| #1#) (SIGNATURE |sech| #1#) (SIGNATURE |sinh| #1#) (SIGNATURE |tanh| #1#)))
((|factor| (((|Factored| |#4|) |#4| (|Mapping| (|Factored| |#2|) |#2|)) 54 T ELT)))
(((|InnerAlgFactor| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |factor| ((|Factored| |#4|) |#4| (|Mapping| (|Factored| |#2|) |#2|)))) #1=(|Field|) (|UnivariatePolynomialCategory| |#1|) (|Join| #1# (|CharacteristicZero|) (|MonogenicAlgebra| |#1| |#2|)) (|UnivariatePolynomialCategory| |#3|)) (T |InnerAlgFactor|))
((|factor| (*1 *2 *3 *4) (AND (|isDomain| *4 (|Mapping| (|Factored| *6) *6)) (|ofCategory| *6 (|UnivariatePolynomialCategory| *5)) (|ofCategory| *5 #1=(|Field|)) (|ofCategory| *7 (|Join| #1# (|CharacteristicZero|) (|MonogenicAlgebra| *5 *6))) (|isDomain| *2 (|Factored| *3)) (|isDomain| *1 (|InnerAlgFactor| *5 *6 *7 *3)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *7)))))
@@ -1482,7 +1482,7 @@ NIL
(((|IdempotentOperatorCategory| |#1|) (|Category|) (|BasicType|)) (T |IdempotentOperatorCategory|))
NIL
(|Join| (|BinaryOperatorCategory| |t#1|) (CATEGORY |domain| (ATTRIBUTE (|%Rule| |idempotence| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |t#1|)) (= (|f| |x| |x|) |x|))))))
-(((|BinaryOperatorCategory| |#1|) . T) ((|MappingCategory| |#1| |#1| |#1|) . T) ((|Type|) . T))
+(((|BinaryOperatorCategory| |#1|) . T) ((|MappingCategory| |#1| |#1| |#1|) . T))
((~= #1=(#2=((|Boolean|) $ $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|gensym| (($) 6 T ELT)) (|coerce| (((|OutputForm|) $) 10 T ELT)) (|before?| #1#) (= (#2# 8 T ELT)))
(((|Identifier|) (|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |gensym| ($))))) (T |Identifier|))
((|gensym| (*1 *1) (|isDomain| *1 (|Identifier|))))
@@ -1492,11 +1492,11 @@ NIL
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| ((#3# $) 16 T ELT)) (|terms| ((#4=(|List| (|IndexedProductTerm| |#1| |#2|)) $) 13 T ELT)) (|sample| (#5=($) NIL T CONST)) (|reductum| (($ $) 39 T ELT)) (|opposite?| (#2# 44 T ELT)) (|monomial| (($ |#1| |#2|) 36 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 38 T ELT)) (|leadingSupport| ((|#2| $) NIL T ELT)) (|leadingCoefficient| ((|#1| $) 41 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|convert| (($ #4#) 11 T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT)) (|before?| #1#) (|Zero| (#5# 12 T CONST)) (= #1#) (+ (($ $ $) 30 T ELT)) (* (($ (|PositiveInteger|) $) NIL T ELT) (($ (|NonNegativeInteger|) $) 35 T ELT)))
(((|IndexedDirectProductAbelianMonoid| |#1| |#2|) (|Join| #1=(|AbelianMonoid|) (|IndexedDirectProductCategory| |#1| |#2|)) #1# (|OrderedType|)) (T |IndexedDirectProductAbelianMonoid|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|terms| (((|List| (|IndexedProductTerm| |#1| |#2|)) $) 17 T ELT)) (|reductum| (($ $) 18 T ELT)) (|monomial| (($ |#1| |#2|) 21 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 23 T ELT)) (|leadingSupport| ((|#2| $) 19 T ELT)) (|leadingCoefficient| ((|#1| $) 20 T ELT)) (|latex| (((|String|) $) 16 (AND (|has| |#2| . #2=((|SetCategory|))) (|has| |#1| . #3=((|SetCategory|)))) ELT)) (|hash| (((|SingleInteger|) $) 15 (AND (|has| |#2| . #2#) (|has| |#1| . #3#)) ELT)) (|convert| (($ (|List| (|IndexedProductTerm| |#1| |#2|))) 22 T ELT)) (|coerce| (((|OutputForm|) $) 14 (AND (|has| |#2| . #2#) (|has| |#1| . #3#)) ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
+((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|terms| ((#2=(|List| (|IndexedProductTerm| |#1| |#2|)) $) 17 T ELT)) (|reductum| (($ $) 18 T ELT)) (|monomial| (($ |#1| |#2|) 21 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 23 T ELT)) (|leadingSupport| ((|#2| $) 19 T ELT)) (|leadingCoefficient| ((|#1| $) 20 T ELT)) (|latex| (((|String|) $) 16 #3=(AND (|has| |#2| #4=(|SetCategory|)) (|has| |#1| #4#)) ELT)) (|hash| (((|SingleInteger|) $) 15 #3# ELT)) (|convert| (($ #2#) 22 T ELT)) (|coerce| (((|OutputForm|) $) 14 #3# ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
(((|IndexedDirectProductCategory| |#1| |#2|) (|Category|) (|BasicType|) (|OrderedType|)) (T |IndexedDirectProductCategory|))
-((|monomial| (*1 *1 *2 *3) (AND (|ofCategory| *1 (|IndexedDirectProductCategory| *2 *3)) (|ofCategory| *2 (|BasicType|)) (|ofCategory| *3 (|OrderedType|)))) (|leadingCoefficient| (*1 *2 *1) (AND (|ofCategory| *1 (|IndexedDirectProductCategory| *2 *3)) (|ofCategory| *3 (|OrderedType|)) (|ofCategory| *2 (|BasicType|)))) (|leadingSupport| (*1 *2 *1) (AND (|ofCategory| *1 (|IndexedDirectProductCategory| *3 *2)) (|ofCategory| *3 (|BasicType|)) (|ofCategory| *2 (|OrderedType|)))) (|reductum| (*1 *1 *1) (AND (|ofCategory| *1 (|IndexedDirectProductCategory| *2 *3)) (|ofCategory| *2 (|BasicType|)) (|ofCategory| *3 (|OrderedType|)))) (|terms| (*1 *2 *1) (AND (|ofCategory| *1 (|IndexedDirectProductCategory| *3 *4)) (|ofCategory| *3 (|BasicType|)) (|ofCategory| *4 (|OrderedType|)) (|isDomain| *2 (|List| (|IndexedProductTerm| *3 *4))))))
-(|Join| (|BasicType|) (|Functorial| |t#1|) (|ConvertibleFrom| (|List| (|IndexedProductTerm| |t#1| |t#2|))) (CATEGORY |domain| (IF (|has| |t#1| (|SetCategory|)) (IF (|has| |t#2| (|SetCategory|)) (ATTRIBUTE (|SetCategory|)) |%noBranch|) |%noBranch|) (SIGNATURE |monomial| ($ |t#1| |t#2|)) (SIGNATURE |leadingCoefficient| (|t#1| $)) (SIGNATURE |leadingSupport| (|t#2| $)) (SIGNATURE |reductum| ($ $)) (SIGNATURE |terms| ((|List| (|IndexedProductTerm| |t#1| |t#2|)) $))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) AND (|has| |#1| (|SetCategory|)) (|has| |#2| (|SetCategory|))) ((|ConvertibleFrom| (|List| (|IndexedProductTerm| |#1| |#2|))) . T) ((|Functorial| |#1|) . T) ((|Join|) . T) ((|SetCategory|) AND (|has| |#1| (|SetCategory|)) (|has| |#2| (|SetCategory|))) ((|Type|) . T))
+((|monomial| (*1 *1 *2 *3) #1=(AND #2=(|ofCategory| *1 (|IndexedDirectProductCategory| *2 *3)) #3=(|ofCategory| *2 #4=(|BasicType|)) #5=(|ofCategory| *3 #6=(|OrderedType|)))) (|leadingCoefficient| #7=(*1 *2 *1) (AND #2# #5# #3#)) (|leadingSupport| #7# (AND (|ofCategory| *1 (|IndexedDirectProductCategory| *3 *2)) #8=(|ofCategory| *3 #4#) (|ofCategory| *2 #6#))) (|reductum| (*1 *1 *1) #1#) (|terms| #7# (AND (|ofCategory| *1 (|IndexedDirectProductCategory| *3 *4)) #8# (|ofCategory| *4 #6#) (|isDomain| *2 (|List| (|IndexedProductTerm| *3 *4))))))
+(|Join| (|BasicType|) (|Functorial| |t#1|) (|ConvertibleFrom| #1=(|List| (|IndexedProductTerm| |t#1| |t#2|))) (CATEGORY |domain| (IF (|has| |t#1| #2=(|SetCategory|)) (IF (|has| |t#2| #2#) (ATTRIBUTE #2#) |%noBranch|) |%noBranch|) (SIGNATURE |monomial| ($ |t#1| |t#2|)) (SIGNATURE |leadingCoefficient| (|t#1| $)) (SIGNATURE |leadingSupport| (|t#2| $)) (SIGNATURE |reductum| ($ $)) (SIGNATURE |terms| (#1# $))))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) AND (|has| |#1| (|SetCategory|)) (|has| |#2| (|SetCategory|))) ((|ConvertibleFrom| (|List| (|IndexedProductTerm| |#1| |#2|))) . T) ((|Functorial| |#1|) . T) ((|SetCategory|) AND (|has| |#1| (|SetCategory|)) (|has| |#2| (|SetCategory|))) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|terms| ((#4=(|List| (|IndexedProductTerm| |#1| |#2|)) $) 33 T ELT)) (|reductum| (($ $) 28 T ELT)) (|monomial| (($ |#1| |#2|) 24 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|leadingSupport| ((|#2| $) 32 T ELT)) (|leadingCoefficient| ((|#1| $) 31 T ELT)) (|latex| (((|String|) $) NIL #5=(AND (|has| |#1| #6=(|SetCategory|)) (|has| |#2| #6#)) ELT)) (|hash| (((|SingleInteger|) $) NIL #5# ELT)) (|convert| (($ #4#) 34 T ELT)) (|combineWithIf| (($ $ $ (|Mapping| |#1| |#1| |#1|) (|Mapping| #3# |#1| |#1|)) 44 T ELT)) (|coerce| (((|OutputForm|) $) 18 #5# ELT)) (|before?| #1#) (= (#2# 22 T ELT)))
(((|IndexedDirectProductObject| |#1| |#2|) (|Join| (|IndexedDirectProductCategory| |#1| |#2|) (CATEGORY |domain| (SIGNATURE |combineWithIf| ($ $ $ (|Mapping| |#1| |#1| |#1|) (|Mapping| (|Boolean|) |#1| |#1|))))) (|BasicType|) (|OrderedType|)) (T |IndexedDirectProductObject|))
((|combineWithIf| (*1 *1 *1 *1 *2 *3) (AND (|isDomain| *2 (|Mapping| *4 *4 *4)) (|isDomain| *3 (|Mapping| (|Boolean|) *4 *4)) (|ofCategory| *4 (|BasicType|)) (|isDomain| *1 (|IndexedDirectProductObject| *4 *5)) (|ofCategory| *5 (|OrderedType|)))))
@@ -1514,7 +1514,7 @@ NIL
NIL
((|eval| (($ $ (|List| |#1|) (|List| |#2|)) 7 T ELT) (($ $ |#1| |#2|) 6 T ELT)))
(((|InnerEvalable| |#1| |#2|) (|Category|) (|SetCategory|) (|Type|)) (T |InnerEvalable|))
-((|eval| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|List| *4)) (|isDomain| *3 (|List| *5)) (|ofCategory| *1 (|InnerEvalable| *4 *5)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|Type|)))) (|eval| (*1 *1 *1 *2 *3) (AND (|ofCategory| *1 (|InnerEvalable| *2 *3)) (|ofCategory| *2 (|SetCategory|)) (|ofCategory| *3 (|Type|)))))
+((|eval| #1=(*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|List| *4)) (|isDomain| *3 (|List| *5)) (|ofCategory| *1 (|InnerEvalable| *4 *5)) (|ofCategory| *4 #2=(|SetCategory|)) (|ofCategory| *5 #3=(|Type|)))) (|eval| #1# (AND (|ofCategory| *1 (|InnerEvalable| *2 *3)) (|ofCategory| *2 #2#) (|ofCategory| *3 #3#))))
(|Join| (CATEGORY |domain| (SIGNATURE |eval| ($ $ |t#1| |t#2|)) (SIGNATURE |eval| ($ $ (|List| |t#1|) (|List| |t#2|)))))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| ((#3# $) 17 T ELT)) (|terms| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| |#2|))) $) 19 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|size| ((#4=(|NonNegativeInteger|) $) NIL T ELT)) (|sample| (#5=($) NIL T CONST)) (|retractIfCan| (((|Union| |#1| "failed") $) NIL T ELT)) (|retract| ((|#1| $) NIL T ELT)) (|opposite?| #1#) (|nthFactor| ((|#1| $ #6=(|Integer|)) 24 T ELT)) (|nthCoef| ((|#2| $ #6#) 22 T ELT)) (|mapGen| (($ (|Mapping| |#1| |#1|) $) 48 T ELT)) (|mapCoef| (($ (|Mapping| |#2| |#2|) $) 45 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|highCommonTerms| (#7=($ $ $) 55 (|has| |#2| (|OrderedAbelianMonoid|)) ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|coerce| (((|OutputForm|) $) 44 T ELT) (($ |#1|) NIL T ELT)) (|coefficient| ((|#2| |#1| $) 51 T ELT)) (|before?| #1#) (|Zero| (#5# 11 T CONST)) (= (#2# 30 T ELT)) (+ (#7# 28 T ELT) (($ |#1| $) 26 T ELT)) (* (($ (|PositiveInteger|) $) NIL T ELT) (($ #4# $) 37 T ELT) (($ |#2| |#1|) 32 T ELT)))
(((|InnerFreeAbelianMonoid| |#1| |#2| |#3|) (|FreeAbelianMonoidCategory| |#1| |#2|) (|SetCategory|) (|CancellationAbelianMonoid|) |#2|) (T |InnerFreeAbelianMonoid|))
@@ -1545,7 +1545,7 @@ NIL
NIL
((|readUInt8!| (((|Maybe| (|UInt8|)) $) 12 T ELT)) (|readUInt32!| (((|Maybe| (|UInt32|)) $) 8 T ELT)) (|readUInt16!| (((|Maybe| (|UInt16|)) $) 10 T ELT)) (|readInt8!| (((|Maybe| (|Int8|)) $) 13 T ELT)) (|readInt32!| (((|Maybe| (|Int32|)) $) 9 T ELT)) (|readInt16!| (((|Maybe| (|Int16|)) $) 11 T ELT)) (|readBytes!| (((|NonNegativeInteger|) $ (|ByteBuffer|)) 7 T ELT)) (|readByte!| (((|Maybe| (|Byte|)) $) 14 T ELT)) (|close!| (($ $) 6 T ELT)))
(((|InputByteConduit|) (|Category|)) (T |InputByteConduit|))
-((|readByte!| (*1 *2 *1) (AND (|ofCategory| *1 (|InputByteConduit|)) (|isDomain| *2 (|Maybe| (|Byte|))))) (|readInt8!| (*1 *2 *1) (AND (|ofCategory| *1 (|InputByteConduit|)) (|isDomain| *2 (|Maybe| (|Int8|))))) (|readUInt8!| (*1 *2 *1) (AND (|ofCategory| *1 (|InputByteConduit|)) (|isDomain| *2 (|Maybe| (|UInt8|))))) (|readInt16!| (*1 *2 *1) (AND (|ofCategory| *1 (|InputByteConduit|)) (|isDomain| *2 (|Maybe| (|Int16|))))) (|readUInt16!| (*1 *2 *1) (AND (|ofCategory| *1 (|InputByteConduit|)) (|isDomain| *2 (|Maybe| (|UInt16|))))) (|readInt32!| (*1 *2 *1) (AND (|ofCategory| *1 (|InputByteConduit|)) (|isDomain| *2 (|Maybe| (|Int32|))))) (|readUInt32!| (*1 *2 *1) (AND (|ofCategory| *1 (|InputByteConduit|)) (|isDomain| *2 (|Maybe| (|UInt32|))))) (|readBytes!| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|InputByteConduit|)) (|isDomain| *3 (|ByteBuffer|)) (|isDomain| *2 (|NonNegativeInteger|)))))
+((|readByte!| #1=(*1 *2 *1) (AND #2=(|ofCategory| *1 (|InputByteConduit|)) (|isDomain| *2 (|Maybe| (|Byte|))))) (|readInt8!| #1# (AND #2# (|isDomain| *2 (|Maybe| (|Int8|))))) (|readUInt8!| #1# (AND #2# (|isDomain| *2 (|Maybe| (|UInt8|))))) (|readInt16!| #1# (AND #2# (|isDomain| *2 (|Maybe| (|Int16|))))) (|readUInt16!| #1# (AND #2# (|isDomain| *2 (|Maybe| (|UInt16|))))) (|readInt32!| #1# (AND #2# (|isDomain| *2 (|Maybe| (|Int32|))))) (|readUInt32!| #1# (AND #2# (|isDomain| *2 (|Maybe| (|UInt32|))))) (|readBytes!| (*1 *2 *1 *3) (AND #2# (|isDomain| *3 (|ByteBuffer|)) (|isDomain| *2 (|NonNegativeInteger|)))))
(|Join| (|Conduit|) (CATEGORY |domain| (SIGNATURE |readByte!| ((|Maybe| (|Byte|)) $)) (SIGNATURE |readInt8!| ((|Maybe| (|Int8|)) $)) (SIGNATURE |readUInt8!| ((|Maybe| (|UInt8|)) $)) (SIGNATURE |readInt16!| ((|Maybe| (|Int16|)) $)) (SIGNATURE |readUInt16!| ((|Maybe| (|UInt16|)) $)) (SIGNATURE |readInt32!| ((|Maybe| (|Int32|)) $)) (SIGNATURE |readUInt32!| ((|Maybe| (|UInt32|)) $)) (SIGNATURE |readBytes!| ((|NonNegativeInteger|) $ (|ByteBuffer|)))))
(((|Conduit|) . T))
((|xn| ((#1=(|SparseUnivariatePolynomial| |#1|) #2=(|NonNegativeInteger|)) 114 T ELT)) (|trace| (#3=(#4=(|Vector| |#1|) #4# #5=(|PositiveInteger|)) 107 T ELT)) (|setFieldInfo| (((|Void|) (|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| #6=(|SingleInteger|))))) |#1|) 122 T ELT)) (|repSq| ((#4# #4# #2#) 53 T ELT)) (|random| (#7=(#4# #5#) 109 T ELT)) (|qPot| (#8=(#4# #4# (|Integer|)) 30 T ELT)) (|pol| (#9=(#1# #4#) 115 T ELT)) (|normalElement| (#7# 136 T ELT)) (|normal?| (((|Boolean|) #4#) 119 T ELT)) (|norm| (#3# 99 T ELT)) (|minimalPolynomial| (#9# 130 T ELT)) (|lookup| ((#5# #4#) 95 T ELT)) (|inv| ((#4# #4#) 38 T ELT)) (|index| ((#4# #5# #5#) 139 T ELT)) (|expPot| ((#4# #4# #6# #6#) 29 T ELT)) (|dAndcExp| ((#4# #4# #2# #6#) 54 T ELT)) (|basis| (((|Vector| #4#) #5#) 135 T ELT)) (/ (#10=(#4# #4# #4#) 120 T ELT)) (** (#8# 67 T ELT)) (* (#10# 31 T ELT)))
@@ -1599,11 +1599,11 @@ NIL
((|symmetricRemainder| (#1=($ $ $) 87 T ELT)) (|squareFree| (#2=((|Factored| $) $) 50 T ELT)) (|retractIfCan| (((|Union| #3=(|Integer|) #4="failed") $) 62 T ELT)) (|retract| (#5=(#3# $) 40 T ELT)) (|rationalIfCan| (((|Union| #6=(|Fraction| #3#) #4#) $) 80 T ELT)) (|rational?| (#7=(#8=(|Boolean|) $) 24 T ELT)) (|rational| ((#6# $) 78 T ELT)) (|prime?| (#7# 53 T ELT)) (|powmod| (($ $ $ $) 94 T ELT)) (|permutation| (#1# 60 T ELT)) (|patternMatch| ((#9=(|PatternMatchResult| #3# $) $ #10=(|Pattern| #3#) #9#) 75 T ELT)) (|nextItem| (((|Maybe| $) $) 70 T ELT)) (|mask| (#11=($ $) 22 T ELT)) (|invmod| (#1# 92 T ELT)) (|init| (($) 63 T CONST)) (|factorial| (#11# 56 T ELT)) (|factor| (#2# 48 T ELT)) (|even?| (#7# 15 T ELT)) (|euclideanSize| ((#12=(|NonNegativeInteger|) $) 30 T ELT)) (|differentiate| (#11# 11 T ELT) (($ $ #12#) NIL T ELT)) (|copy| (#11# 16 T ELT)) (|convert| (#5# NIL T ELT) (((|InputForm|) $) 39 T ELT) ((#10# $) 43 T ELT) (((|Float|) $) 33 T ELT) (((|DoubleFloat|) $) 36 T ELT)) (|characteristic| ((#12#) 9 T CONST)) (|bit?| ((#8# $ $) 19 T ELT)) (|binomial| (#1# 58 T ELT)))
(((|IntegerNumberSystem&| |#1|) (CATEGORY |package| (SIGNATURE |invmod| #1=(|#1| |#1| |#1|)) (SIGNATURE |powmod| (|#1| |#1| |#1| |#1|)) (SIGNATURE |mask| #2=(|#1| |#1|)) (SIGNATURE |copy| #2#) (SIGNATURE |rationalIfCan| ((|Union| #3=(|Fraction| #4=(|Integer|)) #5="failed") |#1|)) (SIGNATURE |rational| (#3# |#1|)) (SIGNATURE |rational?| #6=(#7=(|Boolean|) |#1|)) (SIGNATURE |symmetricRemainder| #1#) (SIGNATURE |bit?| (#7# |#1| |#1|)) (SIGNATURE |even?| #6#) (SIGNATURE |init| (|#1|) |constant|) (SIGNATURE |nextItem| ((|Maybe| |#1|) |#1|)) (SIGNATURE |convert| ((|DoubleFloat|) |#1|)) (SIGNATURE |convert| ((|Float|) |#1|)) (SIGNATURE |permutation| #1#) (SIGNATURE |factorial| #2#) (SIGNATURE |binomial| #1#) (SIGNATURE |patternMatch| (#8=(|PatternMatchResult| #4# |#1|) |#1| #9=(|Pattern| #4#) #8#)) (SIGNATURE |convert| (#9# |#1|)) (SIGNATURE |convert| ((|InputForm|) |#1|)) (SIGNATURE |retractIfCan| ((|Union| #4# #5#) |#1|)) (SIGNATURE |retract| #10=(#4# |#1|)) (SIGNATURE |convert| #10#) (SIGNATURE |differentiate| (|#1| |#1| #11=(|NonNegativeInteger|))) (SIGNATURE |differentiate| #2#) (SIGNATURE |euclideanSize| (#11# |#1|)) (SIGNATURE |factor| #12=((|Factored| |#1|) |#1|)) (SIGNATURE |squareFree| #12#) (SIGNATURE |prime?| #6#) (SIGNATURE |characteristic| (#11#) |constant|)) (|IntegerNumberSystem|)) (T |IntegerNumberSystem&|))
((|characteristic| (*1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|isDomain| *1 (|IntegerNumberSystem&| *3)) (|ofCategory| *3 (|IntegerNumberSystem|)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#3=(|Boolean|) $) 53 T ELT)) (|symmetricRemainder| (($ $ $) 103 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|submod| (($ $ $ $) 92 T ELT)) (|squareFreePart| (($ $) 67 T ELT)) (|squareFree| (#4=((|Factored| $) $) 68 T ELT)) (|sizeLess?| (((|Boolean|) $ $) 146 T ELT)) (|sign| (((|Integer|) $) 135 T ELT)) (|shift| (($ $ $) 106 T ELT)) (|sample| (#5=($) 23 T CONST)) (|retractIfCan| (((|Union| #6=(|Integer|) "failed") $) 127 T ELT)) (|retract| ((#6# $) 128 T ELT)) (|rem| (#7=($ $ $) 150 T ELT)) (|reducedSystem| (((|Record| (|:| |mat| (|Matrix| #8=(|Integer|))) (|:| |vec| (|Vector| #8#))) #9=(|Matrix| $) #10=(|Vector| $)) 125 T ELT) (((|Matrix| #8#) #9#) 124 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) 100 T ELT)) (|rational?| (((|Boolean|) $) 102 T ELT)) (|rational| (((|Fraction| (|Integer|)) $) 101 T ELT)) (|random| (($) 99 T ELT) (($ $) 98 T ELT)) (|quo| (#7# 149 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #11=(|List| $)) (|:| |generator| $)) #11#) 144 T ELT)) (|prime?| (((|Boolean|) $) 69 T ELT)) (|powmod| (($ $ $ $) 90 T ELT)) (|positiveRemainder| (($ $ $) 104 T ELT)) (|positive?| (((|Boolean|) $) 137 T ELT)) (|permutation| (#12=($ $ $) 115 T ELT)) (|patternMatch| (((|PatternMatchResult| #13=(|Integer|) . #14=($)) $ (|Pattern| #13#) (|PatternMatchResult| #13# . #14#)) 118 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|odd?| (((|Boolean|) $) 110 T ELT)) (|nextItem| (((|Maybe| $) $) 112 T ELT)) (|negative?| (((|Boolean|) $) 136 T ELT)) (|multiEuclidean| (((|Union| #15=(|List| $) #16="failed") #15# $) 153 T ELT)) (|mulmod| (($ $ $ $) 91 T ELT)) (|min| (#17=($ $ $) 143 T ELT)) (|max| (#17# 142 T ELT)) (|mask| (($ $) 94 T ELT)) (|length| (($ $) 107 T ELT)) (|leftReducedSystem| (((|Record| (|:| |mat| (|Matrix| #8#)) (|:| |vec| (|Vector| #8#))) #10# $) 123 T ELT) (((|Matrix| #8#) #10#) 122 T ELT)) (|lcm| (#18=($ $ $) 61 T ELT) (#19=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|invmod| (($ $ $) 89 T ELT)) (|init| (($) 111 T CONST)) (|inc| (($ $) 96 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#20=(|SparseUnivariatePolynomial| $) #20# #20#) 59 T ELT)) (|gcd| (#18# 63 T ELT) (#19# 62 T ELT)) (|factorial| (($ $) 116 T ELT)) (|factor| (#4# 66 T ELT)) (|extendedEuclidean| (((|Union| (|Record| #21=(|:| |coef1| $) #22=(|:| |coef2| $)) #16#) $ $ $) 152 T ELT) (((|Record| #21# #22# (|:| |generator| $)) $ $) 151 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #11#) #11# $) 145 T ELT)) (|even?| (((|Boolean|) $) 109 T ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 147 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 148 T ELT)) (|differentiate| (($ . #23=($)) 133 T ELT) (#24=($ $ (|NonNegativeInteger|)) 131 T ELT)) (|dec| (($ $) 95 T ELT)) (|copy| (($ $) 97 T ELT)) (|convert| (((|Integer|) . #25=($)) 129 T ELT) (((|InputForm|) . #25#) 120 T ELT) (((|Pattern| (|Integer|)) . #25#) 119 T ELT) (((|Float|) . #25#) 114 T ELT) (((|DoubleFloat|) . #25#) 113 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT) (($ #6#) 126 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|bit?| (((|Boolean|) $ $) 105 T ELT)) (|binomial| (#12# 117 T ELT)) (|before?| (#1# 6 T ELT)) (|base| (($) 108 T ELT)) (|associates?| ((#3# $ $) 54 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|addmod| (($ $ $ $) 93 T ELT)) (|abs| (($ $) 134 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ . #23#) 132 T ELT) (#24# 130 T ELT)) (>= (#26=((|Boolean|) $ $) 141 T ELT)) (> (#26# 139 T ELT)) (= (#1# 8 T ELT)) (<= (#26# 140 T ELT)) (< (#26# 138 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #27=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ #8# . #27#) 121 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#4=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|symmetricRemainder| (#5=($ $ $) 103 T ELT)) (|subtractIfCan| ((#6=(|Maybe| $) $ $) 26 T ELT)) (|submod| (#7=($ $ $ $) 92 T ELT)) (|squareFreePart| (#4# 67 T ELT)) (|squareFree| (#8=((|Factored| $) $) 68 T ELT)) (|sizeLess?| (#1# 146 T ELT)) (|sign| (#9=(#10=(|Integer|) $) 135 T ELT)) (|shift| (#5# 106 T ELT)) (|sample| (#11=($) 23 T CONST)) (|retractIfCan| (((|Union| #10# #12="failed") $) 127 T ELT)) (|retract| (#9# 128 T ELT)) (|rem| (#5# 150 T ELT)) (|reducedSystem| ((#13=(|Record| (|:| |mat| #14=(|Matrix| #10#)) (|:| |vec| (|Vector| #10#))) #15=(|Matrix| $) #16=(|Vector| $)) 125 T ELT) ((#14# #15#) 124 T ELT)) (|recip| ((#17=(|Union| $ #12#) $) 43 T ELT)) (|rationalIfCan| (((|Union| #18=(|Fraction| #10#) #12#) $) 100 T ELT)) (|rational?| (#3# 102 T ELT)) (|rational| ((#18# $) 101 T ELT)) (|random| (#11# 99 T ELT) (#4# 98 T ELT)) (|quo| (#5# 149 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #19=(|List| $)) #20=(|:| |generator| $)) #19#) 144 T ELT)) (|prime?| (#3# 69 T ELT)) (|powmod| (#7# 90 T ELT)) (|positiveRemainder| (#5# 104 T ELT)) (|positive?| (#3# 137 T ELT)) (|permutation| (#5# 115 T ELT)) (|patternMatch| ((#21=(|PatternMatchResult| #10# $) $ #22=(|Pattern| #10#) #21#) 118 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|odd?| (#3# 110 T ELT)) (|nextItem| ((#6# $) 112 T ELT)) (|negative?| (#3# 136 T ELT)) (|multiEuclidean| (((|Union| #19# #12#) #19# $) 153 T ELT)) (|mulmod| (#7# 91 T ELT)) (|min| (#5# 143 T ELT)) (|max| (#5# 142 T ELT)) (|mask| (#4# 94 T ELT)) (|length| (#4# 107 T ELT)) (|leftReducedSystem| ((#13# #16# $) 123 T ELT) ((#14# #16#) 122 T ELT)) (|lcm| (#5# 61 T ELT) (#23=($ #19#) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|invmod| (#5# 89 T ELT)) (|init| (#11# 111 T CONST)) (|inc| (#4# 96 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#24=(|SparseUnivariatePolynomial| $) #24# #24#) 59 T ELT)) (|gcd| (#5# 63 T ELT) (#23# 62 T ELT)) (|factorial| (#4# 116 T ELT)) (|factor| (#8# 66 T ELT)) (|extendedEuclidean| (((|Union| (|Record| #25=(|:| |coef1| $) #26=(|:| |coef2| $)) #12#) $ $ $) 152 T ELT) (((|Record| #25# #26# #20#) $ $) 151 T ELT)) (|exquo| ((#17# $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #19#) #19# $) 145 T ELT)) (|even?| (#3# 109 T ELT)) (|euclideanSize| ((#27=(|NonNegativeInteger|) $) 147 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 148 T ELT)) (|differentiate| (#4# 133 T ELT) (#28=($ $ #27#) 131 T ELT)) (|dec| (#4# 95 T ELT)) (|copy| (#4# 97 T ELT)) (|convert| (#9# 129 T ELT) (((|InputForm|) . #29=($)) 120 T ELT) ((#22# . #29#) 119 T ELT) (((|Float|) . #29#) 114 T ELT) (((|DoubleFloat|) . #29#) 113 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (#30=($ #10#) 42 T ELT) (#4# 58 T ELT) (#30# 126 T ELT)) (|characteristic| ((#27#) 41 T CONST)) (|bit?| (#1# 105 T ELT)) (|binomial| (#5# 117 T ELT)) (|before?| (#1# 6 T ELT)) (|base| (#11# 108 T ELT)) (|associates?| (#1# 54 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|addmod| (#7# 93 T ELT)) (|abs| (#4# 134 T ELT)) (|Zero| (#11# 24 T CONST)) (|One| (#11# 46 T CONST)) (D (#4# 132 T ELT) (#28# 130 T ELT)) (>= (#1# 141 T ELT)) (> (#1# 139 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 140 T ELT)) (< (#1# 138 T ELT)) (- (#4# 30 T ELT) (#5# 29 T ELT)) (+ (#5# 18 T ELT)) (** (($ $ #31=(|PositiveInteger|)) 36 T ELT) (#28# 44 T ELT)) (* (($ #31# $) 17 T ELT) (($ #27# $) 21 T ELT) (#32=($ #10# $) 31 T ELT) (#5# 35 T ELT) (#32# 121 T ELT)))
(((|IntegerNumberSystem|) (|Category|)) (T |IntegerNumberSystem|))
-((|odd?| (*1 *2 *1) (AND (|ofCategory| *1 (|IntegerNumberSystem|)) (|isDomain| *2 (|Boolean|)))) (|even?| (*1 *2 *1) (AND (|ofCategory| *1 (|IntegerNumberSystem|)) (|isDomain| *2 (|Boolean|)))) (|base| (*1 *1) (|ofCategory| *1 (|IntegerNumberSystem|))) (|length| (*1 *1 *1) (|ofCategory| *1 (|IntegerNumberSystem|))) (|shift| (*1 *1 *1 *1) (|ofCategory| *1 (|IntegerNumberSystem|))) (|bit?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|IntegerNumberSystem|)) (|isDomain| *2 (|Boolean|)))) (|positiveRemainder| (*1 *1 *1 *1) (|ofCategory| *1 (|IntegerNumberSystem|))) (|symmetricRemainder| (*1 *1 *1 *1) (|ofCategory| *1 (|IntegerNumberSystem|))) (|rational?| (*1 *2 *1) (AND (|ofCategory| *1 (|IntegerNumberSystem|)) (|isDomain| *2 (|Boolean|)))) (|rational| (*1 *2 *1) (AND (|ofCategory| *1 (|IntegerNumberSystem|)) (|isDomain| *2 (|Fraction| (|Integer|))))) (|rationalIfCan| (*1 *2 *1) (|partial| AND (|ofCategory| *1 (|IntegerNumberSystem|)) (|isDomain| *2 (|Fraction| (|Integer|))))) (|random| (*1 *1) (|ofCategory| *1 (|IntegerNumberSystem|))) (|random| (*1 *1 *1) (|ofCategory| *1 (|IntegerNumberSystem|))) (|copy| (*1 *1 *1) (|ofCategory| *1 (|IntegerNumberSystem|))) (|inc| (*1 *1 *1) (|ofCategory| *1 (|IntegerNumberSystem|))) (|dec| (*1 *1 *1) (|ofCategory| *1 (|IntegerNumberSystem|))) (|mask| (*1 *1 *1) (|ofCategory| *1 (|IntegerNumberSystem|))) (|addmod| (*1 *1 *1 *1 *1) (|ofCategory| *1 (|IntegerNumberSystem|))) (|submod| (*1 *1 *1 *1 *1) (|ofCategory| *1 (|IntegerNumberSystem|))) (|mulmod| (*1 *1 *1 *1 *1) (|ofCategory| *1 (|IntegerNumberSystem|))) (|powmod| (*1 *1 *1 *1 *1) (|ofCategory| *1 (|IntegerNumberSystem|))) (|invmod| (*1 *1 *1 *1) (|ofCategory| *1 (|IntegerNumberSystem|))))
+((|odd?| #1=(*1 *2 *1) #2=(AND #3=(|ofCategory| *1 (|IntegerNumberSystem|)) (|isDomain| *2 (|Boolean|)))) (|even?| #1# #2#) (|base| #4=(*1 *1) #3#) (|length| #5=(*1 *1 *1) #3#) (|shift| #6=(*1 *1 *1 *1) #3#) (|bit?| (*1 *2 *1 *1) #2#) (|positiveRemainder| #6# #3#) (|symmetricRemainder| #6# #3#) (|rational?| #1# #2#) (|rational| #1# (AND #3# #7=(|isDomain| *2 (|Fraction| (|Integer|))))) (|rationalIfCan| #1# (|partial| AND #3# #7#)) (|random| #4# #3#) (|random| #5# #3#) (|copy| #5# #3#) (|inc| #5# #3#) (|dec| #5# #3#) (|mask| #5# #3#) (|addmod| #8=(*1 *1 *1 *1 *1) #3#) (|submod| #8# #3#) (|mulmod| #8# #3#) (|powmod| #8# #3#) (|invmod| #6# #3#))
(|Join| (|UniqueFactorizationDomain|) (|EuclideanDomain|) (|OrderedIntegralDomain|) (|DifferentialRing|) (|ConvertibleTo| #1=(|Integer|)) (|RetractableTo| #1#) (|LinearlyExplicitRingOver| #1#) (|ConvertibleTo| (|InputForm|)) (|ConvertibleTo| (|Pattern| #1#)) (|PatternMatchable| #1#) (|CombinatorialFunctionCategory|) (|RealConstant|) (|CharacteristicZero|) (|StepThrough|) (CATEGORY |domain| (SIGNATURE |odd?| #2=(#3=(|Boolean|) $)) (SIGNATURE |even?| #2#) (ATTRIBUTE |multiplicativeValuation|) (SIGNATURE |base| #4=($)) (SIGNATURE |length| #5=($ $)) (SIGNATURE |shift| #6=($ $ $)) (SIGNATURE |bit?| (#3# $ $)) (SIGNATURE |positiveRemainder| #6#) (SIGNATURE |symmetricRemainder| #6#) (SIGNATURE |rational?| #2#) (SIGNATURE |rational| (#7=(|Fraction| #1#) $)) (SIGNATURE |rationalIfCan| ((|Union| #7# "failed") $)) (SIGNATURE |random| #4#) (SIGNATURE |random| #5#) (SIGNATURE |copy| #5#) (SIGNATURE |inc| #5#) (SIGNATURE |dec| #5#) (SIGNATURE |mask| #5#) (SIGNATURE |addmod| #8=($ $ $ $)) (SIGNATURE |submod| #8#) (SIGNATURE |mulmod| #8#) (SIGNATURE |powmod| #8#) (SIGNATURE |invmod| #6#) (ATTRIBUTE |canonicalUnitNormal|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicZero|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CombinatorialFunctionCategory|) . T) ((|CommutativeRing|) . T) ((|ConvertibleTo| (|DoubleFloat|)) . T) ((|ConvertibleTo| (|Float|)) . T) ((|ConvertibleTo| (|InputForm|)) . T) ((|ConvertibleTo| #1=(|Integer|)) . T) ((|ConvertibleTo| (|Pattern| #1#)) . T) ((|DifferentialDomain| $) . T) ((|DifferentialRing|) . T) ((|DifferentialSpace|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|LinearlyExplicitRingOver| #1#) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|OrderedAbelianGroup|) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedCancellationAbelianMonoid|) . T) ((|OrderedIntegralDomain|) . T) ((|OrderedRing|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|PatternMatchable| #1#) . T) ((|PrincipalIdealDomain|) . T) ((|RealConstant|) . T) ((|RetractableTo| #1#) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|StepThrough|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicZero|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CombinatorialFunctionCategory|) . T) ((|CommutativeRing|) . T) ((|ConvertibleTo| (|DoubleFloat|)) . T) ((|ConvertibleTo| (|Float|)) . T) ((|ConvertibleTo| (|InputForm|)) . T) ((|ConvertibleTo| #1#) . T) ((|ConvertibleTo| (|Pattern| #1#)) . T) ((|DifferentialDomain| $) . T) ((|DifferentialRing|) . T) ((|DifferentialSpace|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|LinearlyExplicitRingOver| #1#) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|OrderedAbelianGroup|) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedCancellationAbelianMonoid|) . T) ((|OrderedIntegralDomain|) . T) ((|OrderedRing|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|PatternMatchable| #1#) . T) ((|PrincipalIdealDomain|) . T) ((|RealConstant|) . T) ((|RetractableTo| #1#) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|StepThrough|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| (#4=(#3# $) 10 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 76 T ELT)) (|unitCanonical| (#5=($ $) 77 T ELT)) (|unit?| #6=(#4# NIL T ELT)) (|symmetricRemainder| #7=(#8=($ $ $) NIL T ELT)) (|subtractIfCan| ((#9=(|Maybe| $) $ $) NIL T ELT)) (|submod| (#10=($ $ $ $) 29 T ELT)) (|squareFreePart| #11=(#5# NIL T ELT)) (|squareFree| (#12=((|Factored| $) $) NIL T ELT)) (|sizeLess?| #1#) (|sign| #13=(#14=(#15=(|Integer|) $) NIL T ELT)) (|shift| (#8# 71 T ELT)) (|sample| #16=(#17=($) NIL T CONST)) (|retractIfCan| (((|Union| #15# #18="failed") $) NIL T ELT)) (|retract| #13#) (|rem| (#8# 43 T ELT)) (|reducedSystem| ((#19=(|Record| (|:| |mat| #20=(|Matrix| #15#)) (|:| |vec| (|Vector| #15#))) #21=(|Matrix| $) #22=(|Vector| $)) 53 T ELT) ((#20# #21#) 49 T ELT)) (|recip| ((#23=(|Union| $ #18#) $) 73 T ELT)) (|rationalIfCan| (((|Union| #24=(|Fraction| #15#) #18#) $) NIL T ELT)) (|rational?| #6#) (|rational| ((#24# $) NIL T ELT)) (|random| (#17# 55 T ELT) (#5# 56 T ELT)) (|quo| (#8# 70 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #25=(|List| $)) #26=(|:| |generator| $)) #25#) NIL T ELT)) (|prime?| #6#) (|powmod| (#10# NIL T ELT)) (|positiveRemainder| (#8# 46 T ELT)) (|positive?| (#4# 20 T ELT)) (|permutation| #7#) (|patternMatch| ((#27=(|PatternMatchResult| #15# $) $ #28=(|Pattern| #15#) #27#) NIL T ELT)) (|opposite?| (#2# 109 T ELT)) (|one?| (#4# 11 T ELT)) (|odd?| (#4# 64 T ELT)) (|nextItem| ((#9# $) NIL T ELT)) (|negative?| (#4# 19 T ELT)) (|multiEuclidean| (((|Union| #25# #18#) #25# $) NIL T ELT)) (|mulmod| (#10# 30 T ELT)) (|min| (#8# 67 T ELT)) (|max| (#8# 66 T ELT)) (|mask| #11#) (|length| (#5# 27 T ELT)) (|leftReducedSystem| ((#19# #22# $) NIL T ELT) ((#20# #22#) NIL T ELT)) (|lcm| #7# #29=(($ #25#) NIL T ELT)) (|latex| (((|String|) $) 42 T ELT)) (|invmod| #7#) (|init| #16#) (|inc| (#5# 14 T ELT)) (|hash| (((|SingleInteger|) $) 17 T ELT)) (|gcdPolynomial| ((#30=(|SparseUnivariatePolynomial| $) #30# #30#) 108 T ELT)) (|gcd| (#8# 74 T ELT) #29#) (|factorial| #11#) (|factor| (#12# 94 T ELT)) (|extendedEuclidean| (((|Union| (|Record| #31=(|:| |coef1| $) #32=(|:| |coef2| $)) #18#) $ $ $) NIL T ELT) (((|Record| #31# #32# #26#) $ $) NIL T ELT)) (|exquo| ((#23# $ $) 92 T ELT)) (|expressIdealMember| (((|Maybe| #25#) #25# $) NIL T ELT)) (|even?| (#4# 65 T ELT)) (|euclideanSize| ((#33=(|NonNegativeInteger|) $) NIL T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 69 T ELT)) (|differentiate| #11# #34=(#35=($ $ #33#) NIL T ELT)) (|dec| (#5# 15 T ELT)) (|copy| (#5# 13 T ELT)) (|convert| (#14# 26 T ELT) (((|InputForm|) $) 39 T ELT) ((#28# $) NIL T ELT) (((|Float|) $) 33 T ELT) (((|DoubleFloat|) $) 36 T ELT)) (|coerce| (((|OutputForm|) $) 24 T ELT) #36=(($ #15#) 25 T ELT) #11# #36#) (|characteristic| ((#33#) NIL T CONST)) (|bit?| #1#) (|binomial| #7#) (|before?| #1#) (|base| (#17# 12 T ELT)) (|associates?| #1#) (|annihilate?| (#2# 111 T ELT)) (|addmod| (#10# 28 T ELT)) (|abs| (#5# 54 T ELT)) (|Zero| (#17# 6 T CONST)) (|One| (#17# 7 T CONST)) (D #11# #34#) (>= (#2# 59 T ELT)) (> (#2# 57 T ELT)) (= (#2# 9 T ELT)) (<= (#2# 58 T ELT)) (< (#2# 18 T ELT)) (- (#5# 40 T ELT) (#8# 44 T ELT)) (+ (#8# 45 T ELT)) (** (($ $ #37=(|PositiveInteger|)) NIL T ELT) (#35# 63 T ELT)) (* (($ #37# $) NIL T ELT) (($ #33# $) NIL T ELT) #38=(($ #15# $) 61 T ELT) (#8# 60 T ELT) #38#))
(((|Integer|) (|Join| (|IntegerNumberSystem|) (CATEGORY |package| (ATTRIBUTE |canonical|)))) (T |Integer|))
NIL
@@ -1635,19 +1635,19 @@ NIL
((|bitTruth| (((|Boolean|) #1=(|Integer|) #1#) 12 T ELT)) (|bitLength| ((#1# #1#) 7 T ELT)) (|bitCoef| ((#1# #1# #1#) 10 T ELT)))
(((|IntegerBits|) (CATEGORY |package| (SIGNATURE |bitLength| (#1=(|Integer|) #1#)) (SIGNATURE |bitCoef| (#1# #1# #1#)) (SIGNATURE |bitTruth| ((|Boolean|) #1# #1#)))) (T |IntegerBits|))
((|bitTruth| (*1 *2 *3 *3) (AND (|isDomain| *3 #1=(|Integer|)) (|isDomain| *2 (|Boolean|)) #2=(|isDomain| *1 (|IntegerBits|)))) (|bitCoef| (*1 *2 *2 *2) #3=(AND (|isDomain| *2 #1#) #2#)) (|bitLength| (*1 *2 *2) #3#))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|width| ((|#1| $) 78 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#3=(|Boolean|) $) 53 T ELT)) (|tanh| (#4=($ $) 108 T ELT)) (|tan| (#5=($ $) 91 T ELT)) (|sup| ((|#1| $) 79 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sqrt| (($ $) 90 T ELT)) (|sinh| (#4# 107 T ELT)) (|sin| (#5# 92 T ELT)) (|sech| (#4# 106 T ELT)) (|sec| (#5# 93 T ELT)) (|sample| (#6=($) 23 T CONST)) (|retractIfCan| (((|Union| #7=(|Integer|) "failed") $) 86 T ELT)) (|retract| ((#7# $) 87 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|qinterval| (($ |#1| |#1|) 83 T ELT)) (|positive?| (((|Boolean|) $) 77 T ELT)) (|pi| (($) 118 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|nthRoot| (($ $ #8=(|Integer|)) 89 T ELT)) (|negative?| (((|Boolean|) $) 76 T ELT)) (|min| (#9=($ $ $) 119 T ELT)) (|max| (#9# 120 T ELT)) (|log| (#10=($ $) 115 T ELT)) (|lcm| (#11=($ $ $) 61 T ELT) (#12=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|interval| (($ |#1| |#1|) 84 T ELT) (($ |#1|) 82 T ELT) (($ (|Fraction| (|Integer|))) 81 T ELT)) (|inf| ((|#1| $) 80 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#13=(|SparseUnivariatePolynomial| $) #13# #13#) 59 T ELT)) (|gcd| (#11# 63 T ELT) (#12# 62 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|exp| (#10# 116 T ELT)) (|csch| (#4# 105 T ELT)) (|csc| (#5# 94 T ELT)) (|coth| (#4# 104 T ELT)) (|cot| (#5# 95 T ELT)) (|cosh| (#4# 103 T ELT)) (|cos| (#5# 96 T ELT)) (|contains?| (((|Boolean|) $ |#1|) 75 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT) (($ #7#) 85 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|atanh| (#14=($ $) 114 T ELT)) (|atan| (#15=($ $) 102 T ELT)) (|associates?| ((#3# $ $) 54 T ELT)) (|asinh| (#14# 113 T ELT)) (|asin| (#15# 101 T ELT)) (|asech| (#14# 112 T ELT)) (|asec| (#15# 100 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|acsch| (#14# 111 T ELT)) (|acsc| (#15# 99 T ELT)) (|acoth| (#14# 110 T ELT)) (|acot| (#15# 98 T ELT)) (|acosh| (#14# 109 T ELT)) (|acos| (#15# 97 T ELT)) (|Zero| (#6# 24 T CONST)) (|One| (($) 46 T CONST)) (>= (#16=((|Boolean|) $ $) 121 T ELT)) (> (#16# 123 T ELT)) (= (#1# 8 T ELT)) (<= (#16# 122 T ELT)) (< (#16# 124 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ $) 117 T ELT) (($ $ (|Fraction| #8#)) 88 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|width| (#4=(|#1| $) 78 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#5=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|tanh| (#5# 108 T ELT)) (|tan| (#5# 91 T ELT)) (|sup| (#4# 79 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sqrt| (#5# 90 T ELT)) (|sinh| (#5# 107 T ELT)) (|sin| (#5# 92 T ELT)) (|sech| (#5# 106 T ELT)) (|sec| (#5# 93 T ELT)) (|sample| (#6=($) 23 T CONST)) (|retractIfCan| (((|Union| #7=(|Integer|) #8="failed") $) 86 T ELT)) (|retract| ((#7# $) 87 T ELT)) (|recip| ((#9=(|Union| $ #8#) $) 43 T ELT)) (|qinterval| (#10=($ |#1| |#1|) 83 T ELT)) (|positive?| (#3# 77 T ELT)) (|pi| (#6# 118 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|nthRoot| (($ $ #7#) 89 T ELT)) (|negative?| (#3# 76 T ELT)) (|min| (#11=($ $ $) 119 T ELT)) (|max| (#11# 120 T ELT)) (|log| (#5# 115 T ELT)) (|lcm| (#11# 61 T ELT) (#12=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|interval| (#10# 84 T ELT) (($ |#1|) 82 T ELT) (($ #13=(|Fraction| #7#)) 81 T ELT)) (|inf| (#4# 80 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#14=(|SparseUnivariatePolynomial| $) #14# #14#) 59 T ELT)) (|gcd| (#11# 63 T ELT) (#12# 62 T ELT)) (|exquo| ((#9# $ $) 57 T ELT)) (|exp| (#5# 116 T ELT)) (|csch| (#5# 105 T ELT)) (|csc| (#5# 94 T ELT)) (|coth| (#5# 104 T ELT)) (|cot| (#5# 95 T ELT)) (|cosh| (#5# 103 T ELT)) (|cos| (#5# 96 T ELT)) (|contains?| ((#2# $ |#1|) 75 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (#15=($ #7#) 42 T ELT) (#5# 58 T ELT) (#15# 85 T ELT)) (|characteristic| ((#16=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|atanh| (#5# 114 T ELT)) (|atan| (#5# 102 T ELT)) (|associates?| (#1# 54 T ELT)) (|asinh| (#5# 113 T ELT)) (|asin| (#5# 101 T ELT)) (|asech| (#5# 112 T ELT)) (|asec| (#5# 100 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|acsch| (#5# 111 T ELT)) (|acsc| (#5# 99 T ELT)) (|acoth| (#5# 110 T ELT)) (|acot| (#5# 98 T ELT)) (|acosh| (#5# 109 T ELT)) (|acos| (#5# 97 T ELT)) (|Zero| (#6# 24 T CONST)) (|One| (#6# 46 T CONST)) (>= (#1# 121 T ELT)) (> (#1# 123 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 122 T ELT)) (< (#1# 124 T ELT)) (- (#5# 30 T ELT) (#11# 29 T ELT)) (+ (#11# 18 T ELT)) (** (($ $ #17=(|PositiveInteger|)) 36 T ELT) (($ $ #16#) 44 T ELT) (#11# 117 T ELT) (($ $ #13#) 88 T ELT)) (* (($ #17# $) 17 T ELT) (($ #16# $) 21 T ELT) (($ #7# $) 31 T ELT) (#11# 35 T ELT)))
(((|IntervalCategory| |#1|) (|Category|) (|Join| (|FloatingPointSystem|) (|TranscendentalFunctionCategory|))) (T |IntervalCategory|))
-((|interval| (*1 *1 *2 *2) (AND (|ofCategory| *1 (|IntervalCategory| *2)) (|ofCategory| *2 (|Join| (|FloatingPointSystem|) (|TranscendentalFunctionCategory|))))) (|qinterval| (*1 *1 *2 *2) (AND (|ofCategory| *1 (|IntervalCategory| *2)) (|ofCategory| *2 (|Join| (|FloatingPointSystem|) (|TranscendentalFunctionCategory|))))) (|interval| (*1 *1 *2) (AND (|ofCategory| *1 (|IntervalCategory| *2)) (|ofCategory| *2 (|Join| (|FloatingPointSystem|) (|TranscendentalFunctionCategory|))))) (|interval| (*1 *1 *2) (AND (|isDomain| *2 (|Fraction| (|Integer|))) (|ofCategory| *1 (|IntervalCategory| *3)) (|ofCategory| *3 (|Join| (|FloatingPointSystem|) (|TranscendentalFunctionCategory|))))) (|inf| (*1 *2 *1) (AND (|ofCategory| *1 (|IntervalCategory| *2)) (|ofCategory| *2 (|Join| (|FloatingPointSystem|) (|TranscendentalFunctionCategory|))))) (|sup| (*1 *2 *1) (AND (|ofCategory| *1 (|IntervalCategory| *2)) (|ofCategory| *2 (|Join| (|FloatingPointSystem|) (|TranscendentalFunctionCategory|))))) (|width| (*1 *2 *1) (AND (|ofCategory| *1 (|IntervalCategory| *2)) (|ofCategory| *2 (|Join| (|FloatingPointSystem|) (|TranscendentalFunctionCategory|))))) (|positive?| (*1 *2 *1) (AND (|ofCategory| *1 (|IntervalCategory| *3)) (|ofCategory| *3 (|Join| (|FloatingPointSystem|) (|TranscendentalFunctionCategory|))) (|isDomain| *2 (|Boolean|)))) (|negative?| (*1 *2 *1) (AND (|ofCategory| *1 (|IntervalCategory| *3)) (|ofCategory| *3 (|Join| (|FloatingPointSystem|) (|TranscendentalFunctionCategory|))) (|isDomain| *2 (|Boolean|)))) (|contains?| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|IntervalCategory| *3)) (|ofCategory| *3 (|Join| (|FloatingPointSystem|) (|TranscendentalFunctionCategory|))) (|isDomain| *2 (|Boolean|)))))
-(|Join| (|GcdDomain|) (|OrderedSet|) (|TranscendentalFunctionCategory|) (|RadicalCategory|) (|RetractableTo| (|Integer|)) (CATEGORY |domain| (ATTRIBUTE |approximate|) (SIGNATURE |interval| ($ |t#1| |t#1|)) (SIGNATURE |qinterval| ($ |t#1| |t#1|)) (SIGNATURE |interval| ($ |t#1|)) (SIGNATURE |interval| ($ (|Fraction| (|Integer|)))) (SIGNATURE |inf| (|t#1| $)) (SIGNATURE |sup| (|t#1| $)) (SIGNATURE |width| (|t#1| $)) (SIGNATURE |positive?| ((|Boolean|) $)) (SIGNATURE |negative?| ((|Boolean|) $)) (SIGNATURE |contains?| ((|Boolean|) $ |t#1|))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|ArcHyperbolicFunctionCategory|) . T) ((|ArcTrigonometricFunctionCategory|) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|ElementaryFunctionCategory|) . T) ((|EntireRing|) . T) ((|GcdDomain|) . T) ((|HyperbolicFunctionCategory|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|RadicalCategory|) . T) ((|RetractableTo| (|Integer|)) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|TranscendentalFunctionCategory|) . T) ((|TrigonometricFunctionCategory|) . T) ((|Type|) . T))
+((|interval| #1=(*1 *1 *2 *2) #2=(AND (|ofCategory| *1 (|IntervalCategory| *2)) (|ofCategory| *2 #3=(|Join| (|FloatingPointSystem|) (|TranscendentalFunctionCategory|))))) (|qinterval| #1# #2#) (|interval| #4=(*1 *1 *2) #2#) (|interval| #4# (AND (|isDomain| *2 (|Fraction| (|Integer|))) #5=(|ofCategory| *1 (|IntervalCategory| *3)) #6=(|ofCategory| *3 #3#))) (|inf| #7=(*1 *2 *1) #2#) (|sup| #7# #2#) (|width| #7# #2#) (|positive?| #7# #8=(AND #5# #6# (|isDomain| *2 (|Boolean|)))) (|negative?| #7# #8#) (|contains?| (*1 *2 *1 *3) #8#))
+(|Join| (|GcdDomain|) (|OrderedSet|) (|TranscendentalFunctionCategory|) (|RadicalCategory|) (|RetractableTo| #1=(|Integer|)) (CATEGORY |domain| (ATTRIBUTE |approximate|) (SIGNATURE |interval| #2=($ |t#1| |t#1|)) (SIGNATURE |qinterval| #2#) (SIGNATURE |interval| ($ |t#1|)) (SIGNATURE |interval| ($ (|Fraction| #1#))) (SIGNATURE |inf| #3=(|t#1| $)) (SIGNATURE |sup| #3#) (SIGNATURE |width| #3#) (SIGNATURE |positive?| #4=(#5=(|Boolean|) $)) (SIGNATURE |negative?| #4#) (SIGNATURE |contains?| (#5# $ |t#1|))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|ArcHyperbolicFunctionCategory|) . T) ((|ArcTrigonometricFunctionCategory|) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|ElementaryFunctionCategory|) . T) ((|EntireRing|) . T) ((|GcdDomain|) . T) ((|HyperbolicFunctionCategory|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|RadicalCategory|) . T) ((|RetractableTo| #1#) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|TranscendentalFunctionCategory|) . T) ((|TrigonometricFunctionCategory|) . T) ((|Type|) . T))
((|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 9 T ELT)) (|unitCanonical| (($ $) 11 T ELT)) (|unit?| ((#1=(|Boolean|) $) 20 T ELT)) (|recip| (((|Union| $ "failed") $) 16 T ELT)) (|associates?| ((#1# $ $) 22 T ELT)))
(((|IntegralDomain&| |#1|) (CATEGORY |package| (SIGNATURE |unit?| (#1=(|Boolean|) |#1|)) (SIGNATURE |associates?| (#1# |#1| |#1|)) (SIGNATURE |unitCanonical| (|#1| |#1|)) (SIGNATURE |unitNormal| ((|Record| (|:| |unit| |#1|) (|:| |canonical| |#1|) (|:| |associate| |#1|)) |#1|)) (SIGNATURE |recip| ((|Union| |#1| "failed") |#1|))) (|IntegralDomain|)) (T |IntegralDomain&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| (((|Boolean|) $) 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| (((|Boolean|) $ $) 54 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#4=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#5=($) 23 T CONST)) (|recip| ((#6=(|Union| $ "failed") $) 43 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|exquo| ((#6# $ $) 57 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #7=(|Integer|)) 42 T ELT) (#4# 58 T ELT)) (|characteristic| ((#8=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 54 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (#5# 46 T CONST)) (= (#1# 8 T ELT)) (- (#4# 30 T ELT) (#9=($ $ $) 29 T ELT)) (+ (#9# 18 T ELT)) (** (($ $ #10=(|PositiveInteger|)) 36 T ELT) (($ $ #8#) 44 T ELT)) (* (($ #10# $) 17 T ELT) (($ #8# $) 21 T ELT) (($ #7# $) 31 T ELT) (#9# 35 T ELT)))
(((|IntegralDomain|) (|Category|)) (T |IntegralDomain|))
-((|exquo| (*1 *1 *1 *1) (|partial| |ofCategory| *1 (|IntegralDomain|))) (|unitNormal| (*1 *2 *1) (AND (|isDomain| *2 (|Record| (|:| |unit| *1) (|:| |canonical| *1) (|:| |associate| *1))) (|ofCategory| *1 (|IntegralDomain|)))) (|unitCanonical| (*1 *1 *1) (|ofCategory| *1 (|IntegralDomain|))) (|associates?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|IntegralDomain|)) (|isDomain| *2 (|Boolean|)))) (|unit?| (*1 *2 *1) (AND (|ofCategory| *1 (|IntegralDomain|)) (|isDomain| *2 (|Boolean|)))))
-(|Join| (|CommutativeRing|) (|Algebra| $) (|EntireRing|) (CATEGORY |domain| (SIGNATURE |exquo| ((|Union| $ "failed") $ $)) (SIGNATURE |unitNormal| ((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $)) (SIGNATURE |unitCanonical| ($ $)) (SIGNATURE |associates?| ((|Boolean|) $ $)) (SIGNATURE |unit?| ((|Boolean|) $))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|EntireRing|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|exquo| (*1 *1 *1 *1) (|partial| |ofCategory| *1 #1=(|IntegralDomain|))) (|unitNormal| #2=(*1 *2 *1) (AND (|isDomain| *2 (|Record| (|:| |unit| *1) (|:| |canonical| *1) (|:| |associate| *1))) #3=(|ofCategory| *1 #1#))) (|unitCanonical| (*1 *1 *1) #3#) (|associates?| (*1 *2 *1 *1) #4=(AND #3# (|isDomain| *2 (|Boolean|)))) (|unit?| #2# #4#))
+(|Join| (|CommutativeRing|) (|Algebra| $) (|EntireRing|) (CATEGORY |domain| (SIGNATURE |exquo| ((|Union| $ "failed") $ $)) (SIGNATURE |unitNormal| ((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $)) (SIGNATURE |unitCanonical| ($ $)) (SIGNATURE |associates?| (#1=(|Boolean|) $ $)) (SIGNATURE |unit?| (#1# $))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|EntireRing|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|lflimitedint| (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| #1=(|:| |coeff| |#2|) (|:| |logand| |#2|))))) #2="failed") |#2| #3=(|Symbol|) (|List| |#2|)) 38 T ELT)) (|lfintegrate| (((|IntegrationResult| |#2|) |#2| #3#) 63 T ELT)) (|lfinfieldint| (((|Union| |#2| #2#) |#2| #3#) 156 T ELT)) (|lfextlimint| ((#4=(|Union| (|Record| (|:| |ratpart| |#2|) #1#) #2#) |#2| #3# #5=(|Kernel| |#2|) (|List| #5#)) 159 T ELT)) (|lfextendedint| ((#4# |#2| #3# |#2|) 41 T ELT)))
(((|ElementaryIntegration| |#1| |#2|) (CATEGORY |package| (SIGNATURE |lfextendedint| (#1=(|Union| (|Record| (|:| |ratpart| |#2|) #2=(|:| |coeff| |#2|)) #3="failed") |#2| #4=(|Symbol|) |#2|)) (SIGNATURE |lflimitedint| ((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| #2# (|:| |logand| |#2|))))) #3#) |#2| #4# (|List| |#2|))) (SIGNATURE |lfinfieldint| ((|Union| |#2| #3#) |#2| #4#)) (SIGNATURE |lfintegrate| ((|IntegrationResult| |#2|) |#2| #4#)) (SIGNATURE |lfextlimint| (#1# |#2| #4# #5=(|Kernel| |#2|) (|List| #5#)))) (|Join| (|GcdDomain|) (|CharacteristicZero|) (|RetractableTo| #6=(|Integer|)) (|LinearlyExplicitRingOver| #6#)) (|Join| (|AlgebraicallyClosedField|) (|TranscendentalFunctionCategory|) (|FunctionSpace| |#1|))) (T |ElementaryIntegration|))
((|lfextlimint| (*1 *2 *3 *4 *5 *6) (|partial| AND #1=(|isDomain| *4 #2=(|Symbol|)) (|isDomain| *6 (|List| #3=(|Kernel| *3))) (|isDomain| *5 #3#) (|ofCategory| *3 (|Join| #4=(|AlgebraicallyClosedField|) #5=(|TranscendentalFunctionCategory|) (|FunctionSpace| *7))) (|ofCategory| *7 #6=(|Join| (|GcdDomain|) (|CharacteristicZero|) (|RetractableTo| #7=(|Integer|)) (|LinearlyExplicitRingOver| #7#))) #8=(|isDomain| *2 (|Record| (|:| |ratpart| *3) #9=(|:| |coeff| *3))) (|isDomain| *1 (|ElementaryIntegration| *7 *3)))) (|lfintegrate| (*1 *2 *3 *4) (AND #1# #10=(|ofCategory| *5 #6#) (|isDomain| *2 (|IntegrationResult| *3)) #11=(|isDomain| *1 (|ElementaryIntegration| *5 *3)) #12=(|ofCategory| *3 (|Join| #4# #5# (|FunctionSpace| *5))))) (|lfinfieldint| (*1 *2 *2 *3) (|partial| AND (|isDomain| *3 #2#) (|ofCategory| *4 #6#) (|isDomain| *1 (|ElementaryIntegration| *4 *2)) (|ofCategory| *2 (|Join| #4# #5# (|FunctionSpace| *4))))) (|lflimitedint| (*1 *2 *3 *4 *5) (|partial| AND #1# (|isDomain| *5 (|List| *3)) (|ofCategory| *3 (|Join| #4# #5# (|FunctionSpace| *6))) (|ofCategory| *6 #6#) (|isDomain| *2 (|Record| (|:| |mainpart| *3) (|:| |limitedlogs| (|List| (|Record| #9# (|:| |logand| *3)))))) (|isDomain| *1 (|ElementaryIntegration| *6 *3)))) (|lfextendedint| (*1 *2 *3 *4 *3) (|partial| AND #1# #10# #8# #11# #12#)))
@@ -1696,7 +1696,7 @@ NIL
((|inverseLaplace| (((|Union| |#2| "failed") |#2| #1=(|Symbol|) #1#) 10 T ELT)))
(((|InverseLaplaceTransform| |#1| |#2|) (CATEGORY |package| (SIGNATURE |inverseLaplace| ((|Union| |#2| "failed") |#2| #1=(|Symbol|) #1#))) (|Join| (|EuclideanDomain|) (|CharacteristicZero|) (|RetractableTo| #2=(|Integer|)) (|LinearlyExplicitRingOver| #2#)) (|Join| (|TranscendentalFunctionCategory|) (|PrimitiveFunctionCategory|) (|SpecialFunctionCategory|) (|AlgebraicallyClosedFunctionSpace| |#1|))) (T |InverseLaplaceTransform|))
((|inverseLaplace| (*1 *2 *2 *3 *3) (|partial| AND (|isDomain| *3 (|Symbol|)) (|ofCategory| *4 (|Join| (|EuclideanDomain|) (|CharacteristicZero|) (|RetractableTo| #1=(|Integer|)) (|LinearlyExplicitRingOver| #1#))) (|isDomain| *1 (|InverseLaplaceTransform| *4 *2)) (|ofCategory| *2 (|Join| (|TranscendentalFunctionCategory|) (|PrimitiveFunctionCategory|) (|SpecialFunctionCategory|) (|AlgebraicallyClosedFunctionSpace| *4))))))
-((|writeUInt8!| (((|Maybe| #1=(|UInt8|)) $ #1#) 27 T ELT)) (|writeInt8!| (((|Maybe| #2=(|Int8|)) $ #2#) 26 T ELT)) (|writeBytes!| (((|NonNegativeInteger|) $ (|ByteBuffer|)) 28 T ELT)) (|writeByte!| (((|Maybe| #3=(|Byte|)) $ #3#) 25 T ELT)) (|readUInt8!| (((|Maybe| (|UInt8|)) $) 12 T ELT)) (|readUInt32!| (((|Maybe| (|UInt32|)) $) 8 T ELT)) (|readUInt16!| (((|Maybe| (|UInt16|)) $) 10 T ELT)) (|readInt8!| (((|Maybe| (|Int8|)) $) 13 T ELT)) (|readInt32!| (((|Maybe| (|Int32|)) $) 9 T ELT)) (|readInt16!| (((|Maybe| (|Int16|)) $) 11 T ELT)) (|readBytes!| (((|NonNegativeInteger|) $ (|ByteBuffer|)) 7 T ELT)) (|readByte!| (((|Maybe| (|Byte|)) $) 14 T ELT)) (|close!| (($ $) 6 T ELT)))
+((|writeUInt8!| ((#1=(|Maybe| #2=(|UInt8|)) $ #2#) 27 T ELT)) (|writeInt8!| ((#3=(|Maybe| #4=(|Int8|)) $ #4#) 26 T ELT)) (|writeBytes!| (#5=((|NonNegativeInteger|) $ (|ByteBuffer|)) 28 T ELT)) (|writeByte!| ((#6=(|Maybe| #7=(|Byte|)) $ #7#) 25 T ELT)) (|readUInt8!| ((#1# $) 12 T ELT)) (|readUInt32!| (((|Maybe| (|UInt32|)) $) 8 T ELT)) (|readUInt16!| (((|Maybe| (|UInt16|)) $) 10 T ELT)) (|readInt8!| ((#3# $) 13 T ELT)) (|readInt32!| (((|Maybe| (|Int32|)) $) 9 T ELT)) (|readInt16!| (((|Maybe| (|Int16|)) $) 11 T ELT)) (|readBytes!| (#5# 7 T ELT)) (|readByte!| ((#6# $) 14 T ELT)) (|close!| (($ $) 6 T ELT)))
(((|InputOutputByteConduit|) (|Category|)) (T |InputOutputByteConduit|))
NIL
(|Join| (|InputByteConduit|) (|OutputByteConduit|))
@@ -1776,11 +1776,11 @@ NIL
((|swap!| (((|Void|) $ |#2| |#2|) 34 T ELT)) (|minIndex| (#1=(|#2| $) 23 T ELT)) (|maxIndex| (#1# 21 T ELT)) (|map| (($ (|Mapping| |#3| |#3|) $) 30 T ELT)) (|first| ((|#3| $) 26 T ELT)) (|fill!| (($ $ |#3|) 32 T ELT)) (|entry?| (((|Boolean|) |#3| $) 17 T ELT)) (|entries| (((|List| |#3|) $) 15 T ELT)) (|elt| ((|#3| $ |#2| |#3|) 12 T ELT) ((|#3| $ |#2|) NIL T ELT)))
(((|IndexedAggregate&| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |swap!| ((|Void|) |#1| |#2| |#2|)) (SIGNATURE |fill!| (|#1| |#1| |#3|)) (SIGNATURE |first| (|#3| |#1|)) (SIGNATURE |minIndex| #1=(|#2| |#1|)) (SIGNATURE |maxIndex| #1#) (SIGNATURE |entry?| ((|Boolean|) |#3| |#1|)) (SIGNATURE |entries| ((|List| |#3|) |#1|)) (SIGNATURE |elt| (|#3| |#1| |#2|)) (SIGNATURE |elt| (|#3| |#1| |#2| |#3|)) (SIGNATURE |map| (|#1| (|Mapping| |#3| |#3|) |#1|))) (|IndexedAggregate| |#2| |#3|) (|BasicType|) (|Type|)) (T |IndexedAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#2| . #2=((|BasicType|))) ELT)) (|swap!| (((|Void|) $ |#1| |#1|) 35 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|setelt| ((|#2| $ |#1| |#2|) 47 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|sample| (#3=($) 6 T CONST)) (|qsetelt!| ((|#2| $ |#1| |#2|) 48 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|qelt| ((|#2| $ |#1|) 46 T ELT)) (|minIndex| ((|#1| $) 38 (|has| |#1| (|OrderedSet|)) ELT)) (|maxIndex| ((|#1| $) 39 (|has| |#1| (|OrderedSet|)) ELT)) (|map| (($ (|Mapping| |#2| |#2|) $) 26 T ELT)) (|latex| (((|String|) $) 21 (|has| |#2| . #4=((|SetCategory|))) ELT)) (|indices| (((|List| |#1|) $) 41 T ELT)) (|index?| (((|Boolean|) |#1| $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#2| . #4#) ELT)) (|first| ((|#2| $) 37 (|has| |#1| (|OrderedSet|)) ELT)) (|fill!| (($ $ |#2|) 36 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|eval| (($ $ (|List| (|Equation| |#2|))) 25 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #4#)) ELT) (($ $ (|Equation| |#2|)) 24 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #4#)) ELT) (($ $ |#2| |#2|) 23 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #4#)) ELT) (($ $ (|List| |#2|) (|List| |#2|)) 22 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #4#)) ELT)) (|eq?| ((#5=(|Boolean|) $ $) 10 T ELT)) (|entry?| (((|Boolean|) |#2| $) 40 (AND (|has| $ (|FiniteAggregate| |#2|)) (|has| |#2| (|BasicType|))) ELT)) (|entries| (((|List| |#2|) $) 43 T ELT)) (|empty?| ((#5# $) 7 T ELT)) (|empty| (#3# 8 T ELT)) (|elt| ((|#2| $ |#1| |#2|) 45 T ELT) ((|#2| $ |#1|) 44 T ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#2| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#2| . #2#) ELT)) (= (#1# 17 (|has| |#2| . #2#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#2| (|BasicType|)) ELT)) (|swap!| (((|Void|) $ |#1| |#1|) 35 #4=(|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|setelt| (#5=(|#2| $ |#1| |#2|) 47 #4# ELT)) (|sample| (#6=($) 6 T CONST)) (|qsetelt!| (#5# 48 #4# ELT)) (|qelt| (#7=(|#2| $ |#1|) 46 T ELT)) (|minIndex| (#8=(|#1| $) 38 #9=(|has| |#1| (|OrderedSet|)) ELT)) (|maxIndex| (#8# 39 #9# ELT)) (|map| (($ (|Mapping| |#2| |#2|) $) 26 T ELT)) (|latex| (((|String|) $) 21 #10=(|has| |#2| (|SetCategory|)) ELT)) (|indices| (((|List| |#1|) $) 41 T ELT)) (|index?| ((#2# |#1| $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 20 #10# ELT)) (|first| ((|#2| $) 37 #9# ELT)) (|fill!| (($ $ |#2|) 36 #4# ELT)) (|eval| (($ $ (|List| #11=(|Equation| |#2|))) 25 #12=(AND (|has| |#2| (|Evalable| |#2|)) #10#) ELT) (($ $ #11#) 24 #12# ELT) (($ $ |#2| |#2|) 23 #12# ELT) (($ $ #13=(|List| |#2|) #13#) 22 #12# ELT)) (|eq?| (#1# 10 T ELT)) (|entry?| ((#2# |#2| $) 40 (AND (|has| $ (|FiniteAggregate| |#2|)) #3#) ELT)) (|entries| ((#13# $) 43 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#6# 8 T ELT)) (|elt| (#5# 45 T ELT) (#7# 44 T ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| ((#14=(|OutputForm|) $) 16 (|has| |#2| (|CoercibleTo| #14#)) ELT)) (|before?| (#1# 19 #3# ELT)) (= (#1# 17 #3# ELT)))
(((|IndexedAggregate| |#1| |#2|) (|Category|) (|BasicType|) (|Type|)) (T |IndexedAggregate|))
-((|entries| (*1 *2 *1) (AND (|ofCategory| *1 (|IndexedAggregate| *3 *4)) (|ofCategory| *3 (|BasicType|)) (|ofCategory| *4 (|Type|)) (|isDomain| *2 (|List| *4)))) (|index?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|IndexedAggregate| *3 *4)) (|ofCategory| *3 (|BasicType|)) (|ofCategory| *4 (|Type|)) (|isDomain| *2 (|Boolean|)))) (|indices| (*1 *2 *1) (AND (|ofCategory| *1 (|IndexedAggregate| *3 *4)) (|ofCategory| *3 (|BasicType|)) (|ofCategory| *4 (|Type|)) (|isDomain| *2 (|List| *3)))) (|entry?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|FiniteAggregate| *3)) (|ofCategory| *3 (|BasicType|)) (|ofCategory| *1 (|IndexedAggregate| *4 *3)) (|ofCategory| *4 (|BasicType|)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|Boolean|)))) (|maxIndex| (*1 *2 *1) (AND (|ofCategory| *1 (|IndexedAggregate| *2 *3)) (|ofCategory| *3 (|Type|)) (|ofCategory| *2 (|BasicType|)) (|ofCategory| *2 (|OrderedSet|)))) (|minIndex| (*1 *2 *1) (AND (|ofCategory| *1 (|IndexedAggregate| *2 *3)) (|ofCategory| *3 (|Type|)) (|ofCategory| *2 (|BasicType|)) (|ofCategory| *2 (|OrderedSet|)))) (|first| (*1 *2 *1) (AND (|ofCategory| *1 (|IndexedAggregate| *3 *2)) (|ofCategory| *3 (|BasicType|)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *2 (|Type|)))) (|fill!| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|IndexedAggregate| *3 *2)) (|ofCategory| *3 (|BasicType|)) (|ofCategory| *2 (|Type|)))) (|swap!| (*1 *2 *1 *3 *3) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *4)) (|ofCategory| *1 (|IndexedAggregate| *3 *4)) (|ofCategory| *3 (|BasicType|)) (|ofCategory| *4 (|Type|)) (|isDomain| *2 (|Void|)))))
-(|Join| (|HomogeneousAggregate| |t#2|) (|EltableAggregate| |t#1| |t#2|) (CATEGORY |domain| (SIGNATURE |entries| ((|List| |t#2|) $)) (SIGNATURE |index?| ((|Boolean|) |t#1| $)) (SIGNATURE |indices| ((|List| |t#1|) $)) (IF (|has| |t#2| (|BasicType|)) (IF (|has| $ (|FiniteAggregate| |t#2|)) (SIGNATURE |entry?| ((|Boolean|) |t#2| $)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (|OrderedSet|)) (PROGN (SIGNATURE |maxIndex| (|t#1| $)) (SIGNATURE |minIndex| (|t#1| $)) (SIGNATURE |first| (|t#2| $))) |%noBranch|) (IF (|has| $ (|ShallowlyMutableAggregate| |t#2|)) (PROGN (SIGNATURE |fill!| ($ $ |t#2|)) (SIGNATURE |swap!| ((|Void|) $ |t#1| |t#1|))) |%noBranch|)))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#2| (|SetCategory|)) (|has| |#2| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#2| (|SetCategory|)) (|has| |#2| (|CoercibleTo| (|OutputForm|)))) ((|Eltable| |#1| |#2|) . T) ((|EltableAggregate| |#1| |#2|) . T) ((|Evalable| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|Functorial| |#2|) . T) ((|HomogeneousAggregate| |#2|) . T) ((|InnerEvalable| |#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) |has| |#2| (|SetCategory|)) ((|Type|) . T))
+((|entries| #1=(*1 *2 *1) (AND #2=(|ofCategory| *1 (|IndexedAggregate| *3 *4)) #3=(|ofCategory| *3 #4=(|BasicType|)) #5=(|ofCategory| *4 #6=(|Type|)) (|isDomain| *2 (|List| *4)))) (|index?| #7=(*1 *2 *3 *1) (AND #2# #3# #5# #8=(|isDomain| *2 (|Boolean|)))) (|indices| #1# (AND #2# #3# #5# (|isDomain| *2 (|List| *3)))) (|entry?| #7# (AND (|ofCategory| *1 (|FiniteAggregate| *3)) #3# (|ofCategory| *1 (|IndexedAggregate| *4 *3)) (|ofCategory| *4 #4#) #9=(|ofCategory| *3 #6#) #8#)) (|maxIndex| #1# #10=(AND (|ofCategory| *1 (|IndexedAggregate| *2 *3)) #9# (|ofCategory| *2 #4#) (|ofCategory| *2 #11=(|OrderedSet|)))) (|minIndex| #1# #10#) (|first| #1# (AND #12=(|ofCategory| *1 (|IndexedAggregate| *3 *2)) #3# (|ofCategory| *3 #11#) #13=(|ofCategory| *2 #6#))) (|fill!| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) #12# #3# #13#)) (|swap!| (*1 *2 *1 *3 *3) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *4)) #2# #3# #5# (|isDomain| *2 (|Void|)))))
+(|Join| (|HomogeneousAggregate| |t#2|) (|EltableAggregate| |t#1| |t#2|) (CATEGORY |domain| (SIGNATURE |entries| ((|List| |t#2|) $)) (SIGNATURE |index?| (#1=(|Boolean|) |t#1| $)) (SIGNATURE |indices| ((|List| |t#1|) $)) (IF (|has| |t#2| (|BasicType|)) (IF (|has| $ (|FiniteAggregate| |t#2|)) (SIGNATURE |entry?| (#1# |t#2| $)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (|OrderedSet|)) (PROGN (SIGNATURE |maxIndex| #2=(|t#1| $)) (SIGNATURE |minIndex| #2#) (SIGNATURE |first| (|t#2| $))) |%noBranch|) (IF (|has| $ (|ShallowlyMutableAggregate| |t#2|)) (PROGN (SIGNATURE |fill!| ($ $ |t#2|)) (SIGNATURE |swap!| ((|Void|) $ |t#1| |t#1|))) |%noBranch|)))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#2| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#2| (|CoercibleTo| (|OutputForm|))) ((|Eltable| |#1| |#2|) . T) ((|EltableAggregate| |#1| |#2|) . T) ((|Evalable| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|Functorial| |#2|) . T) ((|HomogeneousAggregate| |#2|) . T) ((|InnerEvalable| |#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|SetCategory|) |has| |#2| (|SetCategory|)) ((|Type|) . T))
((~= #1=(((|Boolean|) $ $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|coerce| (((|OutputForm|) . #2=($)) NIL T ELT) (($ #3=(|Syntax|)) NIL T ELT) ((#3# . #2#) NIL T ELT) ((#4=(|TypeAst|) $) 15 T ELT) (($ #5=(|List| #4#)) 14 T ELT)) (|categories| ((#5# $) 12 T ELT)) (|before?| #1#) (= #1#))
(((|JoinAst|) (|Join| (|SpadSyntaxCategory|) (|CoercibleTo| #1=(|TypeAst|)) (CATEGORY |domain| (SIGNATURE |coerce| ($ #2=(|List| #1#))) (SIGNATURE |categories| (#2# $))))) (T |JoinAst|))
((|coerce| (*1 *1 *2) #1=(AND (|isDomain| *2 (|List| (|TypeAst|))) (|isDomain| *1 (|JoinAst|)))) (|categories| (*1 *2 *1) #1#))
@@ -1811,11 +1811,11 @@ NIL
((|keys| (((|List| |#2|) $) 19 T ELT)) (|key?| (((|Boolean|) |#2| $) 12 T ELT)) (|elt| ((|#3| $ |#2|) 20 T ELT) ((|#3| $ |#2| |#3|) 21 T ELT)))
(((|KeyedDictionary&| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |keys| ((|List| |#2|) |#1|)) (SIGNATURE |key?| ((|Boolean|) |#2| |#1|)) (SIGNATURE |elt| (|#3| |#1| |#2| |#3|)) (SIGNATURE |elt| (|#3| |#1| |#2|))) (|KeyedDictionary| |#2| |#3|) #1=(|SetCategory|) #1#) (T |KeyedDictionary&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (OR (|has| |#2| . #2=((|BasicType|))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2#)) ELT)) (|swap!| (((|Void|) $ |#1| |#1|) 82 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|setelt| ((|#2| $ |#1| |#2|) 70 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|select!| (($ (|Mapping| #3=(|Boolean|) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #4=($)) 42 (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|select| (($ (|Mapping| #5=(|Boolean|) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #6=($)) 49 (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|search| (((|Union| |#2| "failed") |#1| $) 59 T ELT)) (|sample| (#7=($) 6 T CONST)) (|removeDuplicates| (($ $) 51 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #8=((|BasicType|))) (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))))) ELT)) (|remove!| (($ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $) 44 (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT) (($ (|Mapping| #3# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #4#) 43 (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT) (((|Union| |#2| "failed") |#1| $) 60 T ELT)) (|remove| (($ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $) 50 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #8#) (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))))) ELT) (($ (|Mapping| #5# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #6#) 48 (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|qsetelt!| ((|#2| $ |#1| |#2|) 69 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|qelt| ((|#2| $ |#1|) 71 T ELT)) (|minIndex| ((|#1| . #9=($)) 79 (|has| |#1| . #10=((|OrderedSet|))) ELT)) (|maxIndex| ((|#1| . #9#) 78 (|has| |#1| . #10#) ELT)) (|map!| (($ (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #11=($)) 39 T ELT) (($ (|Mapping| |#2| |#2|) . #11#) 63 T ELT)) (|map| (($ (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #12=($)) 26 T ELT) (($ (|Mapping| |#2| |#2|) . #12#) 64 T ELT)) (|latex| (((|String|) $) 21 (OR (|has| |#2| . #13=((|SetCategory|))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #13#)) ELT)) (|keys| (((|List| |#1|) $) 61 T ELT)) (|key?| (((|Boolean|) |#1| $) 62 T ELT)) (|inspect| (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #14=($)) 35 T ELT)) (|insert!| (($ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $) 36 T ELT)) (|indices| (((|List| |#1|) $) 76 T ELT)) (|index?| ((#15=(|Boolean|) |#1| $) 75 T ELT)) (|hash| (((|SingleInteger|) $) 20 (OR (|has| |#2| . #13#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #13#)) ELT)) (|first| ((|#2| $) 80 (|has| |#1| . #10#) ELT)) (|fill!| (($ $ |#2|) 81 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|extract!| (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #14#) 37 T ELT)) (|eval| (($ $ (|List| (|Equation| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))))) 25 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #13#)) ELT) (($ $ (|Equation| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 24 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #13#)) ELT) (($ $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 23 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #13#)) ELT) (($ $ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 22 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #13#)) ELT) (($ $ (|List| |#2|) (|List| |#2|)) 68 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #13#)) ELT) (($ $ |#2| |#2|) 67 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #13#)) ELT) (($ $ (|Equation| |#2|)) 66 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #13#)) ELT) (($ $ (|List| (|Equation| |#2|))) 65 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #13#)) ELT)) (|eq?| ((#16=(|Boolean|) $ $) 10 T ELT)) (|entry?| ((#15# |#2| $) 77 (AND (|has| $ (|FiniteAggregate| |#2|)) (|has| |#2| (|BasicType|))) ELT)) (|entries| (((|List| |#2|) $) 74 T ELT)) (|empty?| ((#16# $) 7 T ELT)) (|empty| (#7# 8 T ELT)) (|elt| ((|#2| $ |#1|) 73 T ELT) ((|#2| $ |#1| |#2|) 72 T ELT)) (|dictionary| (($) 46 T ELT) (($ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 45 T ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#17=(|InputForm|) $) 52 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|ConvertibleTo| #17#)) ELT)) (|construct| (($ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 47 T ELT)) (|coerce| ((#18=(|OutputForm|) $) 16 (OR (|has| |#2| . #19=((|CoercibleTo| #18#))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #19#)) ELT)) (|before?| (#1# 19 (OR (|has| |#2| . #2#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2#)) ELT)) (|bag| (($ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 38 T ELT)) (= (#1# 17 (OR (|has| |#2| . #2#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2#)) ELT)))
-(((|KeyedDictionary| |#1| |#2|) (|Category|) (|SetCategory|) (|SetCategory|)) (T |KeyedDictionary|))
-((|key?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|KeyedDictionary| *3 *4)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|isDomain| *2 (|Boolean|)))) (|keys| (*1 *2 *1) (AND (|ofCategory| *1 (|KeyedDictionary| *3 *4)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|isDomain| *2 (|List| *3)))) (|remove!| (*1 *2 *3 *1) (|partial| AND (|ofCategory| *1 (|KeyedDictionary| *3 *2)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *2 (|SetCategory|)))) (|search| (*1 *2 *3 *1) (|partial| AND (|ofCategory| *1 (|KeyedDictionary| *3 *2)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *2 (|SetCategory|)))))
-(|Join| (|Dictionary| (|Record| (|:| |key| |t#1|) (|:| |entry| |t#2|))) (|IndexedAggregate| |t#1| |t#2|) (|ShallowlyMutableAggregate| |t#2|) (CATEGORY |domain| (SIGNATURE |key?| ((|Boolean|) |t#1| $)) (SIGNATURE |keys| ((|List| |t#1|) $)) (SIGNATURE |remove!| ((|Union| |t#2| "failed") |t#1| $)) (SIGNATURE |search| ((|Union| |t#2| "failed") |t#1| $))))
-(((|Aggregate|) . T) ((|BagAggregate| #1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|BasicType|) OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|SetCategory|)) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|BasicType|)) (|has| |#2| (|SetCategory|)) (|has| |#2| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|SetCategory|)) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|CoercibleTo| (|OutputForm|))) (|has| |#2| (|SetCategory|)) (|has| |#2| (|CoercibleTo| (|OutputForm|)))) ((|Collection| #1#) . T) ((|ConvertibleTo| (|InputForm|)) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|ConvertibleTo| (|InputForm|))) ((|Dictionary| #1#) . T) ((|DictionaryOperations| #1#) . T) ((|Eltable| |#1| |#2|) . T) ((|EltableAggregate| |#1| |#2|) . T) ((|Evalable| #1#) AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|SetCategory|))) ((|Evalable| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|Functorial| #1#) . T) ((|Functorial| |#2|) . T) ((|HomogeneousAggregate| #1#) . T) ((|HomogeneousAggregate| |#2|) . T) ((|IndexedAggregate| |#1| |#2|) . T) ((|InnerEvalable| #1# #1#) AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|SetCategory|))) ((|InnerEvalable| |#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|SetCategory|)) (|has| |#2| (|SetCategory|))) ((|ShallowlyMutableAggregate| #1#) . T) ((|ShallowlyMutableAggregate| |#2|) . T) ((|Type|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(OR #4=(|has| |#2| . #5=((|BasicType|))) #6=(|has| #7=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #5#)) ELT)) (|swap!| (((|Void|) $ |#1| |#1|) 82 #8=(|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|setelt| (#9=(|#2| $ |#1| |#2|) 70 #8# ELT)) (|select!| (#10=($ (|Mapping| #2# #7#) $) 42 #11=(|has| $ (|FiniteAggregate| #7#)) ELT)) (|select| (#10# 49 #11# ELT)) (|search| (#12=((|Union| |#2| "failed") |#1| $) 59 T ELT)) (|sample| (#13=($) 6 T CONST)) (|removeDuplicates| (#14=($ $) 51 #15=(AND #6# #11#) ELT)) (|remove!| (#16=($ #7# $) 44 #11# ELT) (#10# 43 #11# ELT) (#12# 60 T ELT)) (|remove| (#16# 50 #15# ELT) (#10# 48 #11# ELT)) (|qsetelt!| (#9# 69 #8# ELT)) (|qelt| (#17=(|#2| $ |#1|) 71 T ELT)) (|minIndex| (#18=(|#1| $) 79 #19=(|has| |#1| (|OrderedSet|)) ELT)) (|maxIndex| (#18# 78 #19# ELT)) (|map!| (#20=($ (|Mapping| #7# #7#) . #21=($)) 39 T ELT) (#22=($ (|Mapping| |#2| |#2|) . #21#) 63 T ELT)) (|map| (#20# 26 T ELT) (#22# 64 T ELT)) (|latex| (((|String|) $) 21 #23=(OR #24=(|has| |#2| . #25=((|SetCategory|))) #26=(|has| #7# . #25#)) ELT)) (|keys| (#27=((|List| |#1|) $) 61 T ELT)) (|key?| (#28=(#2# |#1| $) 62 T ELT)) (|inspect| (#29=(#7# $) 35 T ELT)) (|insert!| (#16# 36 T ELT)) (|indices| (#27# 76 T ELT)) (|index?| (#28# 75 T ELT)) (|hash| (((|SingleInteger|) $) 20 #23# ELT)) (|first| ((|#2| $) 80 #19# ELT)) (|fill!| (($ $ |#2|) 81 #8# ELT)) (|extract!| (#29# 37 T ELT)) (|eval| (($ $ (|List| #30=(|Equation| #7#))) 25 #31=(AND (|has| #7# (|Evalable| #7#)) #26#) ELT) (($ $ #30#) 24 #31# ELT) (($ $ #7# #7#) 23 #31# ELT) (($ $ #32=(|List| #7#) #32#) 22 #31# ELT) (($ $ #33=(|List| |#2|) #33#) 68 #34=(AND (|has| |#2| (|Evalable| |#2|)) #24#) ELT) (($ $ |#2| |#2|) 67 #34# ELT) (($ $ #35=(|Equation| |#2|)) 66 #34# ELT) (($ $ (|List| #35#)) 65 #34# ELT)) (|eq?| (#1# 10 T ELT)) (|entry?| ((#2# |#2| $) 77 (AND (|has| $ (|FiniteAggregate| |#2|)) #4#) ELT)) (|entries| ((#33# $) 74 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#13# 8 T ELT)) (|elt| (#17# 73 T ELT) (#9# 72 T ELT)) (|dictionary| (#13# 46 T ELT) (#36=($ #32#) 45 T ELT)) (|copy| (#14# 9 T ELT)) (|convert| ((#37=(|InputForm|) $) 52 (|has| #7# (|ConvertibleTo| #37#)) ELT)) (|construct| (#36# 47 T ELT)) (|coerce| ((#38=(|OutputForm|) $) 16 (OR (|has| |#2| . #39=((|CoercibleTo| #38#))) (|has| #7# . #39#)) ELT)) (|before?| (#1# 19 #3# ELT)) (|bag| (#36# 38 T ELT)) (= (#1# 17 #3# ELT)))
+(((|KeyedDictionary| |#1| |#2|) (|Category|) #1=(|SetCategory|) #1#) (T |KeyedDictionary|))
+((|key?| #1=(*1 *2 *3 *1) (AND #2=(|ofCategory| *1 (|KeyedDictionary| *3 *4)) #3=(|ofCategory| *3 #4=(|SetCategory|)) #5=(|ofCategory| *4 #4#) (|isDomain| *2 (|Boolean|)))) (|keys| (*1 *2 *1) (AND #2# #3# #5# (|isDomain| *2 (|List| *3)))) (|remove!| #1# #6=(|partial| AND (|ofCategory| *1 (|KeyedDictionary| *3 *2)) #3# (|ofCategory| *2 #4#))) (|search| #1# #6#))
+(|Join| (|Dictionary| (|Record| (|:| |key| |t#1|) (|:| |entry| |t#2|))) (|IndexedAggregate| |t#1| |t#2|) (|ShallowlyMutableAggregate| |t#2|) (CATEGORY |domain| (SIGNATURE |key?| ((|Boolean|) |t#1| $)) (SIGNATURE |keys| ((|List| |t#1|) $)) (SIGNATURE |remove!| #1=((|Union| |t#2| "failed") |t#1| $)) (SIGNATURE |search| #1#)))
+(((|Aggregate|) . T) ((|BagAggregate| #1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| #1#) . T) ((|Dictionary| #1#) . T) ((|DictionaryOperations| #1#) . T) ((|Eltable| |#1| |#2|) . T) ((|EltableAggregate| |#1| |#2|) . T) ((|Evalable| #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|Evalable| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|Functorial| #1#) . T) ((|Functorial| |#2|) . T) ((|HomogeneousAggregate| #1#) . T) ((|HomogeneousAggregate| |#2|) . T) ((|IndexedAggregate| |#1| |#2|) . T) ((|InnerEvalable| #1# #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|InnerEvalable| |#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| #1#) . T) ((|ShallowlyMutableAggregate| |#2|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|symbolIfCan| (((|Union| #4=(|Symbol|) "failed") $) 46 T ELT)) (|setPosition| (((|Void|) $ #5=(|NonNegativeInteger|)) 22 T ELT)) (|position| (#6=(#5# $) 20 T ELT)) (|operator| ((#7=(|BasicOperator|) $) 9 T ELT)) (|min| #8=(($ $ $) NIL T ELT)) (|max| #8#) (|latex| (((|String|) $) NIL T ELT)) (|kernel| (($ #7# #9=(|List| |#1|) #5#) 32 T ELT) (($ #4#) 33 T ELT)) (|is?| ((#3# $ #7#) 15 T ELT) ((#3# $ #4#) 13 T ELT)) (|height| (#6# 17 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|convert| ((#10=(|Pattern| (|Integer|)) $) 99 (|has| |#1| (|ConvertibleTo| #10#)) ELT) ((#11=(|Pattern| (|Float|)) $) 106 (|has| |#1| (|ConvertibleTo| #11#)) ELT) ((#12=(|InputForm|) $) 92 (|has| |#1| (|ConvertibleTo| #12#)) ELT)) (|coerce| (((|OutputForm|) $) 74 T ELT)) (|before?| #1#) (|argument| ((#9# $) 19 T ELT)) (>= #1#) (> #1#) (= (#2# 51 T ELT)) (<= #1#) (< (#2# 53 T ELT)))
(((|Kernel| |#1|) (|Join| (|CachableSet|) (|OrderedSet|) (|Patternable| |#1|) (CATEGORY |domain| (SIGNATURE |operator| (#1=(|BasicOperator|) $)) (SIGNATURE |argument| (#2=(|List| |#1|) $)) (SIGNATURE |height| (#3=(|NonNegativeInteger|) $)) (SIGNATURE |kernel| ($ #1# #2# #3#)) (SIGNATURE |kernel| ($ #4=(|Symbol|))) (SIGNATURE |symbolIfCan| ((|Union| #4# "failed") $)) (SIGNATURE |is?| (#5=(|Boolean|) $ #1#)) (SIGNATURE |is?| (#5# $ #4#)) (IF (|has| |#1| #6=(|ConvertibleTo| (|InputForm|))) (ATTRIBUTE #6#) |%noBranch|))) (|SetCategory|)) (T |Kernel|))
((|operator| #1=(*1 *2 *1) (AND #2=(|isDomain| *2 #3=(|BasicOperator|)) #4=(|isDomain| *1 (|Kernel| *3)) #5=(|ofCategory| *3 #6=(|SetCategory|)))) (|argument| #1# (AND (|isDomain| *2 (|List| *3)) #4# #5#)) (|height| #1# (AND (|isDomain| *2 #7=(|NonNegativeInteger|)) #4# #5#)) (|kernel| (*1 *1 *2 *3 *4) (AND #2# (|isDomain| *3 (|List| *5)) (|isDomain| *4 #7#) (|ofCategory| *5 #6#) (|isDomain| *1 (|Kernel| *5)))) (|kernel| (*1 *1 *2) (AND #8=(|isDomain| *2 #9=(|Symbol|)) #4# #5#)) (|symbolIfCan| #1# (|partial| AND #8# #4# #5#)) (|is?| #10=(*1 *2 *1 *3) (AND (|isDomain| *3 #3#) #11=(|isDomain| *2 (|Boolean|)) #12=(|isDomain| *1 (|Kernel| *4)) #13=(|ofCategory| *4 #6#))) (|is?| #10# (AND (|isDomain| *3 #9#) #11# #12# #13#)))
@@ -1850,11 +1850,11 @@ NIL
((|coerce| (((|OutputForm|) $) NIL T ELT) (($ (|Integer|)) NIL T ELT) (($ |#2|) 10 T ELT)))
(((|LeftAlgebra&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |coerce| (|#1| |#2|)) (SIGNATURE |coerce| (|#1| (|Integer|))) (SIGNATURE |coerce| ((|OutputForm|) |#1|))) (|LeftAlgebra| |#2|) (|Ring|)) (T |LeftAlgebra&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 50 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #4=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ |#1| . #4#) 51 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#4=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #5=(|Integer|)) 42 T ELT) (($ |#1|) 50 T ELT)) (|characteristic| ((#6=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (#4# 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#7=($ $ $) 29 T ELT)) (+ (#7# 18 T ELT)) (** (($ $ #8=(|PositiveInteger|)) 36 T ELT) (($ $ #6#) 44 T ELT)) (* (($ #8# $) 17 T ELT) (($ #6# $) 21 T ELT) (($ #5# . #9=($)) 31 T ELT) (#7# 35 T ELT) (($ |#1| . #9#) 51 T ELT)))
(((|LeftAlgebra| |#1|) (|Category|) (|Ring|)) (T |LeftAlgebra|))
((|coerce| (*1 *1 *2) (AND (|ofCategory| *1 (|LeftAlgebra| *2)) (|ofCategory| *2 (|Ring|)))))
(|Join| (|Ring|) (|LeftModule| |t#1|) (CATEGORY |domain| (SIGNATURE |coerce| ($ |t#1|))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|laplace| ((|#2| |#2| #1=(|Symbol|) #1#) 16 T ELT)))
(((|LaplaceTransform| |#1| |#2|) (CATEGORY |package| (SIGNATURE |laplace| (|#2| |#2| #1=(|Symbol|) #1#))) (|Join| (|EuclideanDomain|) (|CharacteristicZero|) (|RetractableTo| #2=(|Integer|)) (|LinearlyExplicitRingOver| #2#)) (|Join| (|TranscendentalFunctionCategory|) (|PrimitiveFunctionCategory|) (|AlgebraicallyClosedFunctionSpace| |#1|))) (T |LaplaceTransform|))
((|laplace| (*1 *2 *2 *3 *3) (AND (|isDomain| *3 (|Symbol|)) (|ofCategory| *4 (|Join| (|EuclideanDomain|) (|CharacteristicZero|) (|RetractableTo| #1=(|Integer|)) (|LinearlyExplicitRingOver| #1#))) (|isDomain| *1 (|LaplaceTransform| *4 *2)) (|ofCategory| *2 (|Join| (|TranscendentalFunctionCategory|) (|PrimitiveFunctionCategory|) (|AlgebraicallyClosedFunctionSpace| *4))))))
@@ -1879,10 +1879,10 @@ NIL
((|operator| ((#1=(|BasicOperator|) #1#) 88 T ELT)) (|li| (#2=(|#2| |#2|) 28 T ELT)) (|integral| ((|#2| |#2| (|SegmentBinding| |#2|)) 84 T ELT) ((|#2| |#2| (|Symbol|)) 50 T ELT)) (|erf| (#2# 27 T ELT)) (|dilog| (#2# 29 T ELT)) (|belong?| (((|Boolean|) #1#) 33 T ELT)) (|Si| (#2# 24 T ELT)) (|Ei| (#2# 26 T ELT)) (|Ci| (#2# 25 T ELT)))
(((|LiouvillianFunction| |#1| |#2|) (CATEGORY |package| (SIGNATURE |belong?| ((|Boolean|) #1=(|BasicOperator|))) (SIGNATURE |operator| (#1# #1#)) (SIGNATURE |Ei| #2=(|#2| |#2|)) (SIGNATURE |Si| #2#) (SIGNATURE |Ci| #2#) (SIGNATURE |li| #2#) (SIGNATURE |erf| #2#) (SIGNATURE |dilog| #2#) (SIGNATURE |integral| (|#2| |#2| (|Symbol|))) (SIGNATURE |integral| (|#2| |#2| (|SegmentBinding| |#2|)))) (|IntegralDomain|) (|Join| (|FunctionSpace| |#1|) (|RadicalCategory|) (|TranscendentalFunctionCategory|))) (T |LiouvillianFunction|))
((|integral| #1=(*1 *2 *2 *3) (AND (|isDomain| *3 (|SegmentBinding| *2)) #2=(|ofCategory| *2 #3=(|Join| (|FunctionSpace| *4) #4=(|RadicalCategory|) #5=(|TranscendentalFunctionCategory|))) #6=(|ofCategory| *4 #7=(|IntegralDomain|)) #8=(|isDomain| *1 (|LiouvillianFunction| *4 *2)))) (|integral| #1# (AND (|isDomain| *3 (|Symbol|)) #6# #8# #2#)) (|dilog| #9=(*1 *2 *2) #10=(AND #11=(|ofCategory| *3 #7#) (|isDomain| *1 (|LiouvillianFunction| *3 *2)) (|ofCategory| *2 #12=(|Join| (|FunctionSpace| *3) #4# #5#)))) (|erf| #9# #10#) (|li| #9# #10#) (|Ci| #9# #10#) (|Si| #9# #10#) (|Ei| #9# #10#) (|operator| #9# (AND (|isDomain| *2 #13=(|BasicOperator|)) #11# (|isDomain| *1 (|LiouvillianFunction| *3 *4)) (|ofCategory| *4 #12#))) (|belong?| (*1 *2 *3) (AND (|isDomain| *3 #13#) #6# (|isDomain| *2 (|Boolean|)) (|isDomain| *1 (|LiouvillianFunction| *4 *5)) (|ofCategory| *5 #3#))))
-((|tanh| (#1=($ $) 38 T ELT)) (|tan| (#2=($ $) 21 T ELT)) (|sinh| (#1# 37 T ELT)) (|sin| (#2# 22 T ELT)) (|sech| (#1# 36 T ELT)) (|sec| (#2# 23 T ELT)) (|pi| (($) 48 T ELT)) (|log| (#3=($ $) 45 T ELT)) (|li| (($ $) 17 T ELT)) (|integral| (($ $ (|SegmentBinding| $)) 7 T ELT) (($ $ (|Symbol|)) 6 T ELT)) (|exp| (#3# 46 T ELT)) (|erf| (($ $) 15 T ELT)) (|dilog| (($ $) 16 T ELT)) (|csch| (#1# 35 T ELT)) (|csc| (#2# 24 T ELT)) (|coth| (#1# 34 T ELT)) (|cot| (#2# 25 T ELT)) (|cosh| (#1# 33 T ELT)) (|cos| (#2# 26 T ELT)) (|atanh| (#4=($ $) 44 T ELT)) (|atan| (#5=($ $) 32 T ELT)) (|asinh| (#4# 43 T ELT)) (|asin| (#5# 31 T ELT)) (|asech| (#4# 42 T ELT)) (|asec| (#5# 30 T ELT)) (|acsch| (#4# 41 T ELT)) (|acsc| (#5# 29 T ELT)) (|acoth| (#4# 40 T ELT)) (|acot| (#5# 28 T ELT)) (|acosh| (#4# 39 T ELT)) (|acos| (#5# 27 T ELT)) (|Si| (($ $) 19 T ELT)) (|Ei| (($ $) 20 T ELT)) (|Ci| (($ $) 18 T ELT)) (** (($ $ $) 47 T ELT)))
+((|tanh| (#1=($ $) 38 T ELT)) (|tan| (#1# 21 T ELT)) (|sinh| (#1# 37 T ELT)) (|sin| (#1# 22 T ELT)) (|sech| (#1# 36 T ELT)) (|sec| (#1# 23 T ELT)) (|pi| (($) 48 T ELT)) (|log| (#1# 45 T ELT)) (|li| (#1# 17 T ELT)) (|integral| (($ $ (|SegmentBinding| $)) 7 T ELT) (($ $ (|Symbol|)) 6 T ELT)) (|exp| (#1# 46 T ELT)) (|erf| (#1# 15 T ELT)) (|dilog| (#1# 16 T ELT)) (|csch| (#1# 35 T ELT)) (|csc| (#1# 24 T ELT)) (|coth| (#1# 34 T ELT)) (|cot| (#1# 25 T ELT)) (|cosh| (#1# 33 T ELT)) (|cos| (#1# 26 T ELT)) (|atanh| (#1# 44 T ELT)) (|atan| (#1# 32 T ELT)) (|asinh| (#1# 43 T ELT)) (|asin| (#1# 31 T ELT)) (|asech| (#1# 42 T ELT)) (|asec| (#1# 30 T ELT)) (|acsch| (#1# 41 T ELT)) (|acsc| (#1# 29 T ELT)) (|acoth| (#1# 40 T ELT)) (|acot| (#1# 28 T ELT)) (|acosh| (#1# 39 T ELT)) (|acos| (#1# 27 T ELT)) (|Si| (#1# 19 T ELT)) (|Ei| (#1# 20 T ELT)) (|Ci| (#1# 18 T ELT)) (** (($ $ $) 47 T ELT)))
(((|LiouvillianFunctionCategory|) (|Category|)) (T |LiouvillianFunctionCategory|))
-((|Ei| (*1 *1 *1) (|ofCategory| *1 (|LiouvillianFunctionCategory|))) (|Si| (*1 *1 *1) (|ofCategory| *1 (|LiouvillianFunctionCategory|))) (|Ci| (*1 *1 *1) (|ofCategory| *1 (|LiouvillianFunctionCategory|))) (|li| (*1 *1 *1) (|ofCategory| *1 (|LiouvillianFunctionCategory|))) (|dilog| (*1 *1 *1) (|ofCategory| *1 (|LiouvillianFunctionCategory|))) (|erf| (*1 *1 *1) (|ofCategory| *1 (|LiouvillianFunctionCategory|))))
-(|Join| (|PrimitiveFunctionCategory|) (|TranscendentalFunctionCategory|) (CATEGORY |domain| (SIGNATURE |Ei| ($ $)) (SIGNATURE |Si| ($ $)) (SIGNATURE |Ci| ($ $)) (SIGNATURE |li| ($ $)) (SIGNATURE |dilog| ($ $)) (SIGNATURE |erf| ($ $))))
+((|Ei| #1=(*1 *1 *1) #2=(|ofCategory| *1 (|LiouvillianFunctionCategory|))) (|Si| #1# #2#) (|Ci| #1# #2#) (|li| #1# #2#) (|dilog| #1# #2#) (|erf| #1# #2#))
+(|Join| (|PrimitiveFunctionCategory|) (|TranscendentalFunctionCategory|) (CATEGORY |domain| (SIGNATURE |Ei| #1=($ $)) (SIGNATURE |Si| #1#) (SIGNATURE |Ci| #1#) (SIGNATURE |li| #1#) (SIGNATURE |dilog| #1#) (SIGNATURE |erf| #1#)))
(((|ArcHyperbolicFunctionCategory|) . T) ((|ArcTrigonometricFunctionCategory|) . T) ((|ElementaryFunctionCategory|) . T) ((|HyperbolicFunctionCategory|) . T) ((|PrimitiveFunctionCategory|) . T) ((|TranscendentalFunctionCategory|) . T) ((|TrigonometricFunctionCategory|) . T))
((|transform| ((#1=(|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|) #2=(|DistributedMultivariatePolynomial| |#1| |#2|)) 65 T ELT)) (|totolex| ((#3=(|List| #2#) #4=(|List| #1#)) 90 T ELT)) (|minPol| ((#1# #4# #5=(|OrderedVariableList| |#1|)) 92 T ELT) ((#1# #4# #4# #5#) 91 T ELT)) (|linGenPos| (((|Record| (|:| |gblist| #3#) (|:| |gvlist| #6=(|List| (|Integer|)))) #4#) 135 T ELT)) (|intcompBasis| ((#4# #5# #4# #4#) 105 T ELT)) (|groebgen| (((|Record| (|:| |glbase| #3#) (|:| |glval| #6#)) #3#) 146 T ELT)) (|coord| (((|Vector| |#2|) #1# #4#) 70 T ELT)) (|computeBasis| ((#4# #4#) 47 T ELT)) (|choosemon| ((#2# #2# #3#) 61 T ELT)) (|anticoord| ((#2# (|List| |#2|) #2# #3#) 113 T ELT)))
(((|LinGroebnerPackage| |#1| |#2|) (CATEGORY |package| (SIGNATURE |linGenPos| ((|Record| (|:| |gblist| #1=(|List| #2=(|DistributedMultivariatePolynomial| |#1| |#2|))) (|:| |gvlist| #3=(|List| (|Integer|)))) #4=(|List| #5=(|HomogeneousDistributedMultivariatePolynomial| |#1| |#2|)))) (SIGNATURE |groebgen| ((|Record| (|:| |glbase| #1#) (|:| |glval| #3#)) #1#)) (SIGNATURE |totolex| (#1# #4#)) (SIGNATURE |minPol| (#5# #4# #4# #6=(|OrderedVariableList| |#1|))) (SIGNATURE |minPol| (#5# #4# #6#)) (SIGNATURE |computeBasis| (#4# #4#)) (SIGNATURE |coord| ((|Vector| |#2|) #5# #4#)) (SIGNATURE |anticoord| (#2# (|List| |#2|) #2# #1#)) (SIGNATURE |intcompBasis| (#4# #6# #4# #4#)) (SIGNATURE |choosemon| (#2# #2# #1#)) (SIGNATURE |transform| (#5# #2#))) (|List| (|Symbol|)) (|GcdDomain|)) (T |LinGroebnerPackage|))
@@ -1896,11 +1896,11 @@ NIL
((/ (($ $ |#2|) 10 T ELT)))
(((|LieAlgebra&| |#1| |#2|) (CATEGORY |package| (SIGNATURE / (|#1| |#1| |#2|))) (|LieAlgebra| |#2|) (|CommutativeRing|)) (T |LieAlgebra&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| ((#2# $ $) 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|construct| (($ $ $) 41 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (/ (($ $ |#1|) 40 (|has| |#1| (|Field|)) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #4=($)) 31 T ELT) (($ |#1| . #4#) 34 T ELT) (($ $ |#1|) 38 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| (#1# 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|construct| (#4=($ $ $) 41 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (/ (#5=($ $ |#1|) 40 (|has| |#1| (|Field|)) ELT)) (- (($ $) 30 T ELT) (#4# 29 T ELT)) (+ (#4# 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #6=($)) 31 T ELT) (($ |#1| . #6#) 34 T ELT) (#5# 38 T ELT)))
(((|LieAlgebra| |#1|) (|Category|) (|CommutativeRing|)) (T |LieAlgebra|))
-((|construct| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|LieAlgebra| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (/ (*1 *1 *1 *2) (AND (|ofCategory| *1 (|LieAlgebra| *2)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *2 (|Field|)))))
+((|construct| (*1 *1 *1 *1) (AND #1=(|ofCategory| *1 (|LieAlgebra| *2)) #2=(|ofCategory| *2 (|CommutativeRing|)))) (/ (*1 *1 *1 *2) (AND #1# #2# (|ofCategory| *2 (|Field|)))))
(|Join| (|Module| |t#1|) (CATEGORY |domain| (SIGNATURE |construct| ($ $ $)) (IF (|has| |t#1| (|Field|)) (SIGNATURE / ($ $ |t#1|)) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|limit| ((#1=(|Union| #2=(|OrderedCompletion| |#2|) #3="failed") |#2| (|Equation| |#2|) (|String|)) 105 T ELT) (((|Union| #2# (|Record| (|:| |leftHandLimit| #1#) (|:| |rightHandLimit| #1#)) #3#) |#2| (|Equation| #2#)) 130 T ELT)) (|complexLimit| (((|Union| #4=(|OnePointCompletion| |#2|) #3#) |#2| (|Equation| #4#)) 135 T ELT)))
(((|PowerSeriesLimitPackage| |#1| |#2|) (CATEGORY |package| (SIGNATURE |limit| ((|Union| #1=(|OrderedCompletion| |#2|) (|Record| (|:| |leftHandLimit| #2=(|Union| #1# #3="failed")) (|:| |rightHandLimit| #2#)) #3#) |#2| (|Equation| #1#))) (SIGNATURE |complexLimit| ((|Union| #4=(|OnePointCompletion| |#2|) #3#) |#2| (|Equation| #4#))) (SIGNATURE |limit| (#2# |#2| (|Equation| |#2|) (|String|)))) (|Join| (|GcdDomain|) (|RetractableTo| #5=(|Integer|)) (|LinearlyExplicitRingOver| #5#)) (|Join| (|AlgebraicallyClosedField|) (|TranscendentalFunctionCategory|) (|FunctionSpace| |#1|))) (T |PowerSeriesLimitPackage|))
((|limit| (*1 *2 *3 *4 *5) (|partial| AND (|isDomain| *4 (|Equation| *3)) (|isDomain| *5 (|String|)) (|ofCategory| *3 (|Join| #1=(|AlgebraicallyClosedField|) #2=(|TranscendentalFunctionCategory|) (|FunctionSpace| *6))) (|ofCategory| *6 #3=(|Join| (|GcdDomain|) (|RetractableTo| #4=(|Integer|)) (|LinearlyExplicitRingOver| #4#))) (|isDomain| *2 #5=(|OrderedCompletion| *3)) (|isDomain| *1 (|PowerSeriesLimitPackage| *6 *3)))) (|complexLimit| #6=(*1 *2 *3 *4) (|partial| AND (|isDomain| *4 (|Equation| #7=(|OnePointCompletion| *3))) #8=(|ofCategory| *5 #3#) (|isDomain| *2 #7#) #9=(|isDomain| *1 (|PowerSeriesLimitPackage| *5 *3)) #10=(|ofCategory| *3 (|Join| #1# #2# (|FunctionSpace| *5))))) (|limit| #6# (AND (|isDomain| *4 (|Equation| #5#)) #10# #8# (|isDomain| *2 (|Union| #5# (|Record| (|:| |leftHandLimit| #11=(|Union| #5# #12="failed")) (|:| |rightHandLimit| #11#)) #12#)) #9#)))
@@ -1916,11 +1916,11 @@ NIL
((~= #1=((#2=(|Boolean|) $ $) NIL T ELT)) (|zero?| ((#2# $) NIL T ELT)) (|terms| ((#3=(|List| (|IndexedProductTerm| |#1| #4=(|LinearBasis| |#2|))) $) NIL T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|sample| (#5=($) NIL T CONST)) (|reductum| #6=(($ $) NIL T ELT)) (|opposite?| #1#) (|monomial| (($ |#1| #4#) NIL T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) NIL T ELT)) (|linearElement| (($ (|List| |#1|)) 25 T ELT)) (|leadingSupport| ((#4# $) NIL T ELT)) (|leadingCoefficient| ((|#1| $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|dimension| (((|CardinalNumber|)) 16 T ELT)) (|coordinates| (((|Vector| |#1|) $) 44 T ELT)) (|convert| (($ #3#) NIL T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #4#) 11 T ELT)) (|before?| #1#) (|Zero| (#5# 20 T CONST)) (= #1#) (/ #7=(($ $ |#1|) NIL T ELT)) (- #6# (#8=($ $ $) NIL T ELT)) (+ (#8# 17 T ELT)) (* (($ (|PositiveInteger|) $) NIL T ELT) (($ (|NonNegativeInteger|) $) NIL T ELT) (($ (|Integer|) . #9=($)) NIL T ELT) (($ |#1| . #9#) NIL T ELT) #7#))
(((|LinearElement| |#1| |#2|) (|Join| (|VectorSpace| |#1|) (|CoercibleFrom| #1=(|LinearBasis| |#2|)) (|IndexedDirectProductCategory| |#1| #1#) (CATEGORY |domain| (SIGNATURE |linearElement| ($ (|List| |#1|))) (SIGNATURE |coordinates| ((|Vector| |#1|) $)))) (|Field|) (|List| (|Symbol|))) (T |LinearElement|))
((|linearElement| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) #1=(|ofCategory| *3 (|Field|)) #2=(|isDomain| *1 (|LinearElement| *3 *4)) #3=(|ofType| *4 (|List| (|Symbol|))))) (|coordinates| (*1 *2 *1) (AND (|isDomain| *2 (|Vector| *3)) #2# #1# #3#)))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|reducedSystem| (((|Matrix| |#1|) (|Matrix| $)) 37 T ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) (|Matrix| $) (|Vector| $)) 36 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|leftReducedSystem| (((|Matrix| |#1|) (|Vector| $)) 39 T ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) (|Vector| $) $) 38 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #4=($)) 31 T ELT) (($ |#1| . #4#) 34 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|reducedSystem| ((#4=(|Matrix| |#1|) #5=(|Matrix| $)) 37 T ELT) ((#6=(|Record| (|:| |mat| #4#) (|:| |vec| (|Vector| |#1|))) #5# #7=(|Vector| $)) 36 T ELT)) (|opposite?| (#1# 20 T ELT)) (|leftReducedSystem| ((#4# #7#) 39 T ELT) ((#6# #7# $) 38 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#8=($ $ $) 29 T ELT)) (+ (#8# 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #9=($)) 31 T ELT) (($ |#1| . #9#) 34 T ELT)))
(((|LinearlyExplicitRingOver| |#1|) (|Category|) (|Ring|)) (T |LinearlyExplicitRingOver|))
-((|leftReducedSystem| (*1 *2 *3) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|LinearlyExplicitRingOver| *4)) (|ofCategory| *4 (|Ring|)) (|isDomain| *2 (|Matrix| *4)))) (|leftReducedSystem| (*1 *2 *3 *1) (AND (|isDomain| *3 (|Vector| *1)) (|ofCategory| *1 (|LinearlyExplicitRingOver| *4)) (|ofCategory| *4 (|Ring|)) (|isDomain| *2 (|Record| (|:| |mat| (|Matrix| *4)) (|:| |vec| (|Vector| *4)))))) (|reducedSystem| (*1 *2 *3) (AND (|isDomain| *3 (|Matrix| *1)) (|ofCategory| *1 (|LinearlyExplicitRingOver| *4)) (|ofCategory| *4 (|Ring|)) (|isDomain| *2 (|Matrix| *4)))) (|reducedSystem| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Matrix| *1)) (|isDomain| *4 (|Vector| *1)) (|ofCategory| *1 (|LinearlyExplicitRingOver| *5)) (|ofCategory| *5 (|Ring|)) (|isDomain| *2 (|Record| (|:| |mat| (|Matrix| *5)) (|:| |vec| (|Vector| *5)))))))
-(|Join| (|LeftModule| |t#1|) (CATEGORY |domain| (SIGNATURE |leftReducedSystem| ((|Matrix| |t#1|) (|Vector| $))) (SIGNATURE |leftReducedSystem| ((|Record| (|:| |mat| (|Matrix| |t#1|)) (|:| |vec| (|Vector| |t#1|))) (|Vector| $) $)) (SIGNATURE |reducedSystem| ((|Matrix| |t#1|) (|Matrix| $))) (SIGNATURE |reducedSystem| ((|Record| (|:| |mat| (|Matrix| |t#1|)) (|:| |vec| (|Vector| |t#1|))) (|Matrix| $) (|Vector| $)))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|leftReducedSystem| #1=(*1 *2 *3) (AND #2=(|isDomain| *3 #3=(|Vector| *1)) #4=(|ofCategory| *1 (|LinearlyExplicitRingOver| *4)) #5=(|ofCategory| *4 #6=(|Ring|)) #7=(|isDomain| *2 #8=(|Matrix| *4)))) (|leftReducedSystem| (*1 *2 *3 *1) (AND #2# #4# #5# (|isDomain| *2 (|Record| (|:| |mat| #8#) (|:| |vec| (|Vector| *4)))))) (|reducedSystem| #1# (AND #9=(|isDomain| *3 (|Matrix| *1)) #4# #5# #7#)) (|reducedSystem| (*1 *2 *3 *4) (AND #9# (|isDomain| *4 #3#) (|ofCategory| *1 (|LinearlyExplicitRingOver| *5)) (|ofCategory| *5 #6#) (|isDomain| *2 (|Record| (|:| |mat| (|Matrix| *5)) (|:| |vec| (|Vector| *5)))))))
+(|Join| (|LeftModule| |t#1|) (CATEGORY |domain| (SIGNATURE |leftReducedSystem| (#1=(|Matrix| |t#1|) #2=(|Vector| $))) (SIGNATURE |leftReducedSystem| (#3=(|Record| (|:| |mat| #1#) (|:| |vec| (|Vector| |t#1|))) #2# $)) (SIGNATURE |reducedSystem| (#1# #4=(|Matrix| $))) (SIGNATURE |reducedSystem| (#3# #4# #2#))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=((#2=(|Boolean|) $ $) NIL T ELT)) (|zero?| ((#2# $) NIL T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|sample| (#3=($) NIL T CONST)) (|opposite?| #1#) (|linearForm| (($ (|List| |#1|)) 23 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|elt| ((|#1| $ (|LinearElement| |#1| |#2|)) 46 T ELT)) (|dimension| (((|CardinalNumber|)) 13 T ELT)) (|coordinates| (((|Vector| |#1|) $) 42 T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT)) (|before?| #1#) (|Zero| (#3# 18 T CONST)) (= #1#) (/ #4=(($ $ |#1|) NIL T ELT)) (- (($ $) NIL T ELT) (#5=($ $ $) NIL T ELT)) (+ (#5# 14 T ELT)) (* (($ (|PositiveInteger|) $) NIL T ELT) (($ (|NonNegativeInteger|) $) NIL T ELT) (($ (|Integer|) . #6=($)) NIL T ELT) (($ |#1| . #6#) NIL T ELT) #4#))
(((|LinearForm| |#1| |#2|) (|Join| (|VectorSpace| |#1|) (|Eltable| (|LinearElement| |#1| |#2|) |#1|) (CATEGORY |domain| (SIGNATURE |linearForm| ($ (|List| |#1|))) (SIGNATURE |coordinates| ((|Vector| |#1|) $)))) (|Field|) (|List| (|Symbol|))) (T |LinearForm|))
((|linearForm| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) #1=(|ofCategory| *3 (|Field|)) #2=(|isDomain| *1 (|LinearForm| *3 *4)) #3=(|ofType| *4 (|List| (|Symbol|))))) (|coordinates| (*1 *2 *1) (AND (|isDomain| *2 (|Vector| *3)) #2# #1# #3#)))
@@ -1928,7 +1928,7 @@ NIL
(((|LinearSet| |#1|) (|Category|) (|SemiGroup|)) (T |LinearSet|))
NIL
(|Join| (|LeftLinearSet| |t#1|) (|RightLinearSet| |t#1|))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| |#1|) . T) ((|RightLinearSet| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| |#1|) . T) ((|RightLinearSet| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL #4=(|has| |#1| (|BasicType|)) ELT)) (|value| #5=(#6=(|#1| $) NIL T ELT)) (|third| #5#) (|tail| #7=(#8=($ $) NIL T ELT)) (|swap!| (((|Void|) $ #9=(|Integer|) #9#) NIL #10=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|split!| (#11=($ $ #9#) 68 #10# ELT)) (|sorted?| (#12=(#3# $) NIL #13=(|has| |#1| #14=(|OrderedSet|)) ELT) ((#3# #15=(|Mapping| #3# |#1| |#1|) $) NIL T ELT)) (|sort!| (#8# NIL (AND #10# #13#) ELT) (#16=($ #15# $) 65 #10# ELT)) (|sort| (#8# NIL #13# ELT) (#16# NIL T ELT)) (|size?| #17=((#3# $ #18=(|NonNegativeInteger|)) NIL T ELT)) (|setvalue!| #19=(#20=(|#1| $ |#1|) NIL #10# ELT)) (|setrest!| (#21=($ $ $) 26 #10# ELT)) (|setlast!| #19#) (|setfirst!| (#20# 24 #10# ELT)) (|setelt| ((|#1| $ #22="value" |#1|) NIL #10# ELT) ((|#1| $ #23="first" |#1|) 25 #10# ELT) (($ $ #24="rest" $) 27 #10# ELT) ((|#1| $ #25="last" |#1|) NIL #10# ELT) ((|#1| $ #26=(|UniversalSegment| #9#) |#1|) NIL #10# ELT) #27=(#28=(|#1| $ #9# |#1|) NIL #10# ELT)) (|setchildren!| (($ $ #29=(|List| $)) NIL #10# ELT)) (|setUnion| (#21# 74 #30=(|has| |#1| (|SetCategory|)) ELT)) (|setIntersection| (#21# 75 #30# ELT)) (|setDifference| (#21# 79 #30# ELT)) (|select!| #31=(#32=($ #33=(|Mapping| #3# |#1|) $) NIL T ELT)) (|select| #34=(#32# NIL #35=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|second| #5#) (|sample| (#36=($) NIL T CONST)) (|reverse!| (#8# 31 #10# ELT)) (|reverse| (#8# 32 T ELT)) (|rest| (#8# 21 T ELT) (#37=($ $ #18#) 35 T ELT)) (|removeDuplicates!| (#8# 63 #4# ELT)) (|removeDuplicates| (#8# 73 #38=(AND #35# #4#) ELT)) (|remove!| (#39=($ |#1| $) NIL #4# ELT) #31#) (|remove| #34# (#39# NIL #38# ELT)) (|reduce| ((|#1| #40=(|Mapping| |#1| |#1| |#1|) $) NIL T ELT) ((|#1| #40# $ |#1|) NIL T ELT) ((|#1| #40# $ |#1| |#1|) NIL #4# ELT)) (|qsetelt!| #27#) (|qelt| (#41=(|#1| $ #9#) NIL T ELT)) (|possiblyInfinite?| #42=(#12# NIL T ELT)) (|position| ((#9# |#1| $ #9#) NIL #4# ELT) ((#9# |#1| $) NIL #4# ELT) ((#9# #33# $) NIL T ELT)) (|null| (#12# 9 T ELT)) (|nodes| #43=((#29# $) NIL T ELT)) (|node?| #1#) (|nil| (#36# 7 T CONST)) (|new| (($ #18# |#1|) NIL T ELT)) (|more?| #17#) (|minIndex| (#44=(#9# $) 34 #45=(|has| #9# #14#) ELT)) (|min| #46=(#21# NIL #13# ELT)) (|merge!| #46# (#47=($ #15# $ $) 66 T ELT)) (|merge| #46# (#47# NIL T ELT)) (|members| (#48=(#49=(|List| |#1|) $) 30 T ELT)) (|member?| (#50=(#3# |#1| $) 61 #4# ELT)) (|maxIndex| (#44# NIL #45# ELT)) (|max| #46#) (|map!| (#51=($ (|Mapping| |#1| |#1|) $) 92 T ELT)) (|map| (#51# NIL T ELT) (($ #40# $ $) NIL T ELT)) (|list| (($ |#1|) NIL T ELT)) (|less?| #17#) (|leaves| #52=(#48# NIL T ELT)) (|leaf?| #42#) (|latex| (((|String|) $) 59 #30# ELT)) (|last| #5# #53=(#37# NIL T ELT)) (|insert!| #54=(#55=($ $ $ #9#) NIL T ELT) #56=(($ |#1| $ #9#) NIL T ELT)) (|insert| #54# #56#) (|indices| (((|List| #9#) $) NIL T ELT)) (|index?| ((#3# #9# $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL #30# ELT)) (|first| (#6# 16 T ELT) #53#) (|find| (((|Union| |#1| "failed") #33# $) NIL T ELT)) (|fill!| (#57=($ $ |#1|) NIL #10# ELT)) (|explicitlyFinite?| #42#) (|every?| #58=((#3# #33# $) NIL T ELT)) (|eval| (($ $ (|List| #59=(|Equation| |#1|))) NIL #60=(AND (|has| |#1| (|Evalable| |#1|)) #30#) ELT) (($ $ #59#) NIL #60# ELT) (($ $ |#1| |#1|) NIL #60# ELT) (($ $ #49# #49#) NIL #60# ELT)) (|eq?| (#2# 15 T ELT)) (|entry?| (#50# NIL #38# ELT)) (|entries| #52#) (|empty?| (#12# 20 T ELT)) (|empty| (#36# 19 T ELT)) (|elt| ((|#1| $ #22#) NIL T ELT) ((|#1| $ #23#) 18 T ELT) (($ $ #24#) 23 T ELT) ((|#1| $ #25#) NIL T ELT) #61=(($ $ #26#) NIL T ELT) (#41# 78 T ELT) (#28# NIL T ELT)) (|distance| ((#9# $ $) NIL T ELT)) (|delete!| #61# #62=(#11# NIL T ELT)) (|delete| #61# #62#) (|cyclic?| #42#) (|cycleTail| #7#) (|cycleSplit!| (#8# NIL #10# ELT)) (|cycleLength| (#63=(#18# $) NIL T ELT)) (|cycleEntry| (#8# 40 T ELT)) (|count| ((#18# #33# $) NIL T ELT) ((#18# |#1| $) NIL #4# ELT)) (|copyInto!| (#55# NIL #10# ELT)) (|copy| (#8# 36 T ELT)) (|convert| ((#64=(|InputForm|) $) 87 (|has| |#1| (|ConvertibleTo| #64#)) ELT)) (|construct| (($ #49#) 29 T ELT)) (|cons| (#39# 10 T ELT)) (|concat!| (#21# 62 T ELT) #65=(#57# NIL T ELT)) (|concat| (#21# 72 T ELT) (#39# 14 T ELT) (($ #29#) NIL T ELT) #65#) (|coerce| ((#66=(|OutputForm|) $) 51 (|has| |#1| (|CoercibleTo| #66#)) ELT)) (|children| #43#) (|child?| #1#) (|before?| #1#) (|append| (#21# 11 T ELT)) (|any?| #58#) (>= #67=(#2# NIL #13# ELT)) (> #67#) (= (#2# 55 #4# ELT)) (<= #67#) (< #67#) (|#| (#63# 13 T ELT)))
(((|List| |#1|) (|Join| (|ListAggregate| |#1|) (CATEGORY |domain| (SIGNATURE |nil| ($) |constant|) (SIGNATURE |null| ((|Boolean|) $)) (SIGNATURE |cons| ($ |#1| $)) (SIGNATURE |append| #1=($ $ $)) (IF (|has| |#1| (|SetCategory|)) (PROGN (SIGNATURE |setUnion| #1#) (SIGNATURE |setIntersection| #1#) (SIGNATURE |setDifference| #1#)) |%noBranch|))) (|Type|)) (T |List|))
((|nil| (*1 *1) #1=(AND #2=(|isDomain| *1 (|List| *2)) #3=(|ofCategory| *2 #4=(|Type|)))) (|null| (*1 *2 *1) (AND (|isDomain| *2 (|Boolean|)) (|isDomain| *1 (|List| *3)) (|ofCategory| *3 #4#))) (|cons| (*1 *1 *2 *1) #1#) (|append| #5=(*1 *1 *1 *1) #1#) (|setUnion| #5# #6=(AND #2# (|ofCategory| *2 (|SetCategory|)) #3#)) (|setIntersection| #5# #6#) (|setDifference| #5# #6#))
@@ -1948,26 +1948,26 @@ NIL
(((|LeftLinearSet| |#1|) (|Category|) (|SemiGroup|)) (T |LeftLinearSet|))
((* (*1 *1 *2 *1) (AND (|ofCategory| *1 (|LeftLinearSet| *2)) (|ofCategory| *2 (|SemiGroup|)))))
(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE * ($ |t#1| $))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL #4=(|has| |#1| (|BasicType|)) ELT)) (|substitute| (($ |#1| |#1| $) 45 T ELT)) (|select!| (#5=($ #6=(|Mapping| #3# |#1|) $) 61 #7=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|select| #8=(#5# NIL #7# ELT)) (|sample| (#9=($) NIL T CONST)) (|removeDuplicates!| (#10=($ $) 47 T ELT)) (|removeDuplicates| (#10# NIL #11=(AND #7# #4#) ELT)) (|remove!| (#12=($ |#1| $) 58 #7# ELT) (#5# 60 #7# ELT)) (|remove| (#12# NIL #11# ELT) #8#) (|reduce| ((|#1| #13=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) NIL #4# ELT) ((|#1| #13# $ |#1|) NIL T ELT) ((|#1| #13# $) NIL T ELT)) (|members| ((#14=(|List| |#1|) $) 9 T ELT)) (|member?| ((#3# |#1| $) NIL #4# ELT)) (|map!| (#15=($ (|Mapping| |#1| |#1|) $) 41 T ELT)) (|map| (#15# 39 T ELT)) (|latex| (((|String|) $) NIL #16=(|has| |#1| (|SetCategory|)) ELT)) (|inspect| (#17=(|#1| $) 49 T ELT)) (|insert!| (#12# 30 T ELT) (($ |#1| $ #18=(|NonNegativeInteger|)) 44 T ELT)) (|hash| (((|SingleInteger|) $) NIL #16# ELT)) (|find| (((|Union| |#1| "failed") #6# $) NIL T ELT)) (|extract!| (#17# 52 T ELT)) (|every?| #19=((#3# #6# $) NIL T ELT)) (|eval| (($ $ (|List| #20=(|Equation| |#1|))) NIL #21=(AND (|has| |#1| (|Evalable| |#1|)) #16#) ELT) (($ $ #20#) NIL #21# ELT) (($ $ |#1| |#1|) NIL #21# ELT) (($ $ #14# #14#) NIL #21# ELT)) (|eq?| (#2# NIL T ELT)) (|empty?| (#22=(#3# $) 23 T ELT)) (|empty| (#9# 29 T ELT)) (|duplicates?| (#22# 56 T ELT)) (|duplicates| (((|List| (|Record| (|:| |entry| |#1|) (|:| |count| #18#))) $) 69 T ELT)) (|dictionary| (#9# 26 T ELT) (#23=($ #14#) 19 T ELT)) (|count| ((#18# |#1| $) 65 #4# ELT) ((#18# #6# $) NIL T ELT)) (|copy| (#10# 20 T ELT)) (|convert| ((#24=(|InputForm|) $) 36 (|has| |#1| (|ConvertibleTo| #24#)) ELT)) (|construct| (#23# NIL T ELT)) (|coerce| ((#25=(|OutputForm|) $) 14 (|has| |#1| (|CoercibleTo| #25#)) ELT)) (|before?| #1#) (|bag| (#23# 24 T ELT)) (|any?| #19#) (= (#2# 71 #4# ELT)) (|#| ((#18# $) 17 T ELT)))
(((|ListMultiDictionary| |#1|) (|Join| (|MultiDictionary| |#1|) (|FiniteAggregate| |#1|) (CATEGORY |domain| (SIGNATURE |duplicates?| ((|Boolean|) $)) (SIGNATURE |substitute| ($ |#1| |#1| $)))) (|SetCategory|)) (T |ListMultiDictionary|))
((|duplicates?| (*1 *2 *1) (AND (|isDomain| *2 (|Boolean|)) (|isDomain| *1 (|ListMultiDictionary| *3)) (|ofCategory| *3 #1=(|SetCategory|)))) (|substitute| (*1 *1 *2 *2 *1) (AND (|isDomain| *1 (|ListMultiDictionary| *2)) (|ofCategory| *2 #1#))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| ((#2# $ $) 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #4=($)) 31 T ELT) (($ |#1| . #4#) 34 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| (#1# 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#4=($ $ $) 29 T ELT)) (+ (#4# 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #5=($)) 31 T ELT) (($ |#1| . #5#) 34 T ELT)))
(((|LeftModule| |#1|) (|Category|) (|Rng|)) (T |LeftModule|))
NIL
(|Join| (|AbelianGroup|) (|LeftLinearSet| |t#1|))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=((|Boolean|) $ $) NIL T ELT)) (|size| (((|NonNegativeInteger|) $) 17 T ELT)) (|rightMult| (($ $ |#1|) 68 T ELT)) (|reverse!| (#3=($ $) 39 T ELT)) (|reverse| (#3# 37 T ELT)) (|retractIfCan| (((|Union| |#1| "failed") $) 60 T ELT)) (|retract| ((|#1| $) NIL T ELT)) (|plus| (($ |#1| |#2| $) 77 T ELT) (($ $ $) 79 T ELT)) (|outputForm| ((#4=(|OutputForm|) $ #5=(|Mapping| #4# #4# #4#) #5# #6=(|Integer|)) 55 T ELT)) (|nthFactor| ((|#1| $ #6#) 35 T ELT)) (|nthExpon| ((|#2| $ #6#) 34 T ELT)) (|mapGen| (($ (|Mapping| |#1| |#1|) $) 41 T ELT)) (|mapExpon| (($ (|Mapping| |#2| |#2|) $) 46 T ELT)) (|makeUnit| (($) 13 T ELT)) (|makeTerm| (($ |#1| |#2|) 24 T ELT)) (|makeMulti| (($ #7=(|List| (|Record| (|:| |gen| |#1|) (|:| |exp| |#2|)))) 25 T ELT)) (|listOfMonoms| ((#7# $) 14 T ELT)) (|leftMult| (($ |#1| $) 69 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|commutativeEquality| (#2# 74 T ELT)) (|coerce| ((#4# $) 21 T ELT) (($ |#1|) 18 T ELT)) (|before?| #1#) (= (#2# 27 T ELT)))
(((|ListMonoidOps| |#1| |#2| |#3|) (|Join| #1=(|SetCategory|) (|RetractableTo| |#1|) (CATEGORY |domain| (SIGNATURE |outputForm| (#2=(|OutputForm|) $ #3=(|Mapping| #2# #2# #2#) #3# #4=(|Integer|))) (SIGNATURE |listOfMonoms| (#5=(|List| (|Record| (|:| |gen| |#1|) (|:| |exp| |#2|))) $)) (SIGNATURE |makeTerm| ($ |#1| |#2|)) (SIGNATURE |makeMulti| ($ #5#)) (SIGNATURE |nthExpon| (|#2| $ #4#)) (SIGNATURE |nthFactor| (|#1| $ #4#)) (SIGNATURE |reverse| #6=($ $)) (SIGNATURE |reverse!| #6#) (SIGNATURE |size| ((|NonNegativeInteger|) $)) (SIGNATURE |makeUnit| ($)) (SIGNATURE |rightMult| ($ $ |#1|)) (SIGNATURE |leftMult| ($ |#1| $)) (SIGNATURE |plus| ($ |#1| |#2| $)) (SIGNATURE |plus| ($ $ $)) (SIGNATURE |commutativeEquality| ((|Boolean|) $ $)) (SIGNATURE |mapExpon| ($ (|Mapping| |#2| |#2|) $)) (SIGNATURE |mapGen| ($ (|Mapping| |#1| |#1|) $)))) #1# (|AbelianMonoid|) |#2|) (T |ListMonoidOps|))
((|outputForm| (*1 *2 *1 *3 *3 *4) (AND (|isDomain| *3 (|Mapping| #1=(|OutputForm|) #1# #1#)) (|isDomain| *4 #2=(|Integer|)) (|isDomain| *2 #1#) (|isDomain| *1 (|ListMonoidOps| *5 *6 *7)) (|ofCategory| *5 #3=(|SetCategory|)) (|ofCategory| *6 #4=(|AbelianMonoid|)) (|ofType| *7 *6))) (|listOfMonoms| #5=(*1 *2 *1) (AND #6=(|isDomain| *2 (|List| (|Record| (|:| |gen| *3) (|:| |exp| *4)))) #7=(|isDomain| *1 (|ListMonoidOps| *3 *4 *5)) #8=(|ofCategory| *3 #3#) #9=(|ofCategory| *4 #4#) #10=(|ofType| *5 *4))) (|makeTerm| (*1 *1 *2 *3) #11=(AND (|isDomain| *1 (|ListMonoidOps| *2 *3 *4)) #12=(|ofCategory| *2 #3#) (|ofCategory| *3 #4#) (|ofType| *4 *3))) (|makeMulti| (*1 *1 *2) (AND #6# #8# #9# #10# #7#)) (|nthExpon| #13=(*1 *2 *1 *3) (AND #14=(|isDomain| *3 #2#) (|ofCategory| *2 #4#) (|isDomain| *1 (|ListMonoidOps| *4 *2 *5)) (|ofCategory| *4 #3#) (|ofType| *5 *2))) (|nthFactor| #13# (AND #14# #12# (|isDomain| *1 (|ListMonoidOps| *2 *4 *5)) #9# #10#)) (|reverse| #15=(*1 *1 *1) #11#) (|reverse!| #15# #11#) (|size| #5# (AND (|isDomain| *2 (|NonNegativeInteger|)) #7# #8# #9# #10#)) (|makeUnit| (*1 *1) #11#) (|rightMult| (*1 *1 *1 *2) #11#) (|leftMult| #16=(*1 *1 *2 *1) #11#) (|plus| (*1 *1 *2 *3 *1) #11#) (|plus| (*1 *1 *1 *1) #11#) (|commutativeEquality| (*1 *2 *1 *1) (AND (|isDomain| *2 (|Boolean|)) #7# #8# #9# #10#)) (|mapExpon| #16# (AND (|isDomain| *2 (|Mapping| *4 *4)) #9# #10# #7# #8#)) (|mapGen| #16# (AND (|isDomain| *2 (|Mapping| *3 *3)) #8# #7# #9# #10#)))
((|maxIndex| ((#1=(|Integer|) $) 30 T ELT)) (|insert| (($ |#2| $ #1#) 26 T ELT) (($ $ $ #1#) NIL T ELT)) (|indices| (((|List| #1#) $) 12 T ELT)) (|index?| (((|Boolean|) #1# $) 17 T ELT)) (|concat| (($ $ |#2|) 23 T ELT) (($ |#2| $) 24 T ELT) (($ $ $) NIL T ELT) (($ (|List| $)) NIL T ELT)))
(((|LinearAggregate&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |insert| (|#1| |#1| |#1| #1=(|Integer|))) (SIGNATURE |insert| (|#1| |#2| |#1| #1#)) (SIGNATURE |concat| (|#1| (|List| |#1|))) (SIGNATURE |concat| (|#1| |#1| |#1|)) (SIGNATURE |concat| (|#1| |#2| |#1|)) (SIGNATURE |concat| (|#1| |#1| |#2|)) (SIGNATURE |maxIndex| (#1# |#1|)) (SIGNATURE |indices| ((|List| #1#) |#1|)) (SIGNATURE |index?| ((|Boolean|) #1# |#1|))) (|LinearAggregate| |#2|) (|Type|)) (T |LinearAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|swap!| (((|Void|) $ #3=(|Integer|) #3#) 35 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setelt| ((|#1| $ #3# |#1|) 47 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ (|UniversalSegment| (|Integer|)) |#1|) 55 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|select| (($ (|Mapping| #4=(|Boolean|) |#1|) . #5=($)) 69 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#6=($) 6 T CONST)) (|removeDuplicates| (($ $) 71 (AND (|has| |#1| . #7=((|BasicType|))) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove| (($ |#1| $) 70 (AND (|has| |#1| . #7#) (|has| $ (|FiniteAggregate| |#1|))) ELT) (($ (|Mapping| #4# |#1|) . #5#) 68 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|qsetelt!| ((|#1| $ #3# |#1|) 48 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|qelt| ((|#1| $ #3#) 46 T ELT)) (|new| (($ (|NonNegativeInteger|) |#1|) 65 T ELT)) (|minIndex| ((#3# . #8=($)) 38 (|has| #3# . #9=((|OrderedSet|))) ELT)) (|maxIndex| ((#3# . #8#) 39 (|has| #3# . #9#) ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT) (($ (|Mapping| |#1| |#1| |#1|) $ $) 60 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #10=((|SetCategory|))) ELT)) (|insert| (($ |#1| $ (|Integer|)) 57 T ELT) (($ $ $ (|Integer|)) 56 T ELT)) (|indices| (((|List| #3#) $) 41 T ELT)) (|index?| ((#11=(|Boolean|) #3# $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #10#) ELT)) (|first| ((|#1| $) 37 (|has| #3# . #9#) ELT)) (|fill!| (($ $ |#1|) 36 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #10#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #10#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #10#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #10#)) ELT)) (|eq?| ((#12=(|Boolean|) $ $) 10 T ELT)) (|entry?| ((#11# |#1| $) 40 (AND (|has| $ (|FiniteAggregate| |#1|)) (|has| |#1| (|BasicType|))) ELT)) (|entries| (((|List| |#1|) $) 43 T ELT)) (|empty?| ((#12# $) 7 T ELT)) (|empty| (#6# 8 T ELT)) (|elt| ((|#1| $ #3# |#1|) 45 T ELT) ((|#1| $ #3#) 44 T ELT) (($ $ (|UniversalSegment| (|Integer|))) 66 T ELT)) (|delete| (($ $ (|Integer|)) 59 T ELT) (($ $ (|UniversalSegment| (|Integer|))) 58 T ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#13=(|InputForm|) $) 72 (|has| |#1| (|ConvertibleTo| #13#)) ELT)) (|construct| (($ (|List| |#1|)) 67 T ELT)) (|concat| (($ $ |#1|) 64 T ELT) (($ |#1| $) 63 T ELT) (($ $ $) 62 T ELT) (($ (|List| $)) 61 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|swap!| (((|Void|) $ #4=(|Integer|) #4#) 35 #5=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setelt| (#6=(|#1| $ #4# |#1|) 47 #5# ELT) ((|#1| $ #7=(|UniversalSegment| #4#) |#1|) 55 #5# ELT)) (|select| (#8=($ (|Mapping| #2# |#1|) $) 69 #9=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#10=($) 6 T CONST)) (|removeDuplicates| (#11=($ $) 71 #12=(AND #3# #9#) ELT)) (|remove| (#13=($ |#1| $) 70 #12# ELT) (#8# 68 #9# ELT)) (|qsetelt!| (#6# 48 #5# ELT)) (|qelt| (#14=(|#1| $ #4#) 46 T ELT)) (|new| (($ (|NonNegativeInteger|) |#1|) 65 T ELT)) (|minIndex| (#15=(#4# $) 38 #16=(|has| #4# (|OrderedSet|)) ELT)) (|maxIndex| (#15# 39 #16# ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT) (($ (|Mapping| |#1| |#1| |#1|) $ $) 60 T ELT)) (|latex| (((|String|) $) 21 #17=(|has| |#1| (|SetCategory|)) ELT)) (|insert| (($ |#1| $ #4#) 57 T ELT) (($ $ $ #4#) 56 T ELT)) (|indices| (((|List| #4#) $) 41 T ELT)) (|index?| ((#2# #4# $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 20 #17# ELT)) (|first| ((|#1| $) 37 #16# ELT)) (|fill!| (#18=($ $ |#1|) 36 #5# ELT)) (|eval| (($ $ (|List| #19=(|Equation| |#1|))) 25 #20=(AND (|has| |#1| (|Evalable| |#1|)) #17#) ELT) (($ $ #19#) 24 #20# ELT) (($ $ |#1| |#1|) 23 #20# ELT) (($ $ #21=(|List| |#1|) #21#) 22 #20# ELT)) (|eq?| (#1# 10 T ELT)) (|entry?| ((#2# |#1| $) 40 (AND #9# #3#) ELT)) (|entries| ((#21# $) 43 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#10# 8 T ELT)) (|elt| (#6# 45 T ELT) (#14# 44 T ELT) (#22=($ $ #7#) 66 T ELT)) (|delete| (($ $ #4#) 59 T ELT) (#22# 58 T ELT)) (|copy| (#11# 9 T ELT)) (|convert| ((#23=(|InputForm|) $) 72 (|has| |#1| (|ConvertibleTo| #23#)) ELT)) (|construct| (($ #21#) 67 T ELT)) (|concat| (#18# 64 T ELT) (#13# 63 T ELT) (($ $ $) 62 T ELT) (($ (|List| $)) 61 T ELT)) (|coerce| ((#24=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #24#)) ELT)) (|before?| (#1# 19 #3# ELT)) (= (#1# 17 #3# ELT)))
(((|LinearAggregate| |#1|) (|Category|) (|Type|)) (T |LinearAggregate|))
-((|new| (*1 *1 *2 *3) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|LinearAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|concat| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|LinearAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|concat| (*1 *1 *2 *1) (AND (|ofCategory| *1 (|LinearAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|concat| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|LinearAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|concat| (*1 *1 *2) (AND (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|LinearAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|map| (*1 *1 *2 *1 *1) (AND (|isDomain| *2 (|Mapping| *3 *3 *3)) (|ofCategory| *1 (|LinearAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|delete| (*1 *1 *1 *2) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|LinearAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|delete| (*1 *1 *1 *2) (AND (|isDomain| *2 (|UniversalSegment| (|Integer|))) (|ofCategory| *1 (|LinearAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|insert| (*1 *1 *2 *1 *3) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|LinearAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|insert| (*1 *1 *1 *1 *2) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|LinearAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|setelt| (*1 *2 *1 *3 *2) (AND (|isDomain| *3 (|UniversalSegment| (|Integer|))) (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|LinearAggregate| *2)) (|ofCategory| *2 (|Type|)))))
-(|Join| (|IndexedAggregate| (|Integer|) |t#1|) (|Collection| |t#1|) (|Eltable| (|UniversalSegment| (|Integer|)) $) (CATEGORY |domain| (SIGNATURE |new| ($ (|NonNegativeInteger|) |t#1|)) (SIGNATURE |concat| ($ $ |t#1|)) (SIGNATURE |concat| ($ |t#1| $)) (SIGNATURE |concat| ($ $ $)) (SIGNATURE |concat| ($ (|List| $))) (SIGNATURE |map| ($ (|Mapping| |t#1| |t#1| |t#1|) $ $)) (SIGNATURE |delete| ($ $ (|Integer|))) (SIGNATURE |delete| ($ $ (|UniversalSegment| (|Integer|)))) (SIGNATURE |insert| ($ |t#1| $ (|Integer|))) (SIGNATURE |insert| ($ $ $ (|Integer|))) (IF (|has| $ (|ShallowlyMutableAggregate| |t#1|)) (SIGNATURE |setelt| (|t#1| $ (|UniversalSegment| (|Integer|)) |t#1|)) |%noBranch|)))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| (|Integer|)) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T))
+((|new| (*1 *1 *2 *3) (AND (|isDomain| *2 (|NonNegativeInteger|)) #1=(|ofCategory| *1 (|LinearAggregate| *3)) #2=(|ofCategory| *3 #3=(|Type|)))) (|concat| #4=(*1 *1 *1 *2) #5=(AND #6=(|ofCategory| *1 (|LinearAggregate| *2)) #7=(|ofCategory| *2 #3#))) (|concat| (*1 *1 *2 *1) #5#) (|concat| (*1 *1 *1 *1) #5#) (|concat| (*1 *1 *2) (AND (|isDomain| *2 (|List| *1)) #1# #2#)) (|map| (*1 *1 *2 *1 *1) (AND (|isDomain| *2 (|Mapping| *3 *3 *3)) #1# #2#)) (|delete| #4# #8=(AND (|isDomain| *2 #9=(|Integer|)) #1# #2#)) (|delete| #4# (AND (|isDomain| *2 #10=(|UniversalSegment| #9#)) #1# #2#)) (|insert| (*1 *1 *2 *1 *3) (AND (|isDomain| *3 #9#) #6# #7#)) (|insert| (*1 *1 *1 *1 *2) #8#) (|setelt| (*1 *2 *1 *3 *2) (AND (|isDomain| *3 #10#) (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) #6# #7#)))
+(|Join| (|IndexedAggregate| #1=(|Integer|) |t#1|) (|Collection| |t#1|) (|Eltable| #2=(|UniversalSegment| #1#) $) (CATEGORY |domain| (SIGNATURE |new| ($ (|NonNegativeInteger|) |t#1|)) (SIGNATURE |concat| ($ $ |t#1|)) (SIGNATURE |concat| ($ |t#1| $)) (SIGNATURE |concat| ($ $ $)) (SIGNATURE |concat| ($ (|List| $))) (SIGNATURE |map| ($ (|Mapping| |t#1| |t#1| |t#1|) $ $)) (SIGNATURE |delete| ($ $ #1#)) (SIGNATURE |delete| ($ $ #2#)) (SIGNATURE |insert| ($ |t#1| $ #1#)) (SIGNATURE |insert| ($ $ $ #1#)) (IF (|has| $ (|ShallowlyMutableAggregate| |t#1|)) (SIGNATURE |setelt| (|t#1| $ #2# |t#1|)) |%noBranch|)))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| #1#) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| (#4=(#3# $) 15 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|sign| ((#5=(|Integer|) $) NIL #6=(|has| |#1| (|OrderedAbelianGroup|)) ELT)) (|sample| (#7=($) NIL T CONST)) (|positive?| #8=(#4# NIL #6# ELT)) (|opposite?| #1#) (|numer| ((|#1| $) 23 T ELT)) (|negative?| #8#) (|min| #9=(#10=($ $ $) NIL #6# ELT)) (|max| #9#) (|latex| (((|String|) $) 48 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|denom| ((|#3| $) 24 T ELT)) (|coerce| (((|OutputForm|) $) 43 T ELT)) (|before?| (#2# 22 T ELT)) (|abs| (#11=($ $) NIL #6# ELT)) (|Zero| (#7# 10 T CONST)) (>= #12=(#2# NIL #6# ELT)) (> #12#) (= (#2# 20 T ELT)) (<= #12#) (< (#2# 26 #6# ELT)) (/ (($ $ |#3|) 36 T ELT) (($ |#1| |#3|) 37 T ELT)) (- (#11# 17 T ELT) (#10# NIL T ELT)) (+ (#10# 29 T ELT)) (* (($ (|PositiveInteger|) $) NIL T ELT) (($ (|NonNegativeInteger|) $) NIL T ELT) (($ #5# $) 32 T ELT) (($ |#2| $) 34 T ELT) (($ $ |#2|) NIL T ELT)))
(((|Localize| |#1| |#2| |#3|) (|Join| #1=(|Module| |#2|) (CATEGORY |domain| (IF (|has| |#1| #2=(|OrderedAbelianGroup|)) (ATTRIBUTE #2#) |%noBranch|) (SIGNATURE / ($ $ |#3|)) (SIGNATURE / ($ |#1| |#3|)) (SIGNATURE |numer| (|#1| $)) (SIGNATURE |denom| (|#3| $)))) #1# (|CommutativeRing|) (|SubsetCategory| (|Monoid|) |#2|)) (T |Localize|))
((/ (*1 *1 *1 *2) (AND #1=(|ofCategory| *4 #2=(|CommutativeRing|)) #3=(|isDomain| *1 (|Localize| *3 *4 *2)) #4=(|ofCategory| *3 #5=(|Module| *4)) #6=(|ofCategory| *2 #7=(|SubsetCategory| #8=(|Monoid|) *4)))) (/ (*1 *1 *2 *3) (AND #1# (|isDomain| *1 (|Localize| *2 *4 *3)) (|ofCategory| *2 #5#) (|ofCategory| *3 #7#))) (|numer| #9=(*1 *2 *1) (AND (|ofCategory| *3 #2#) (|ofCategory| *2 (|Module| *3)) (|isDomain| *1 (|Localize| *2 *3 *4)) (|ofCategory| *4 (|SubsetCategory| #8# *3)))) (|denom| #9# (AND #1# #6# #3# #4#)))
@@ -1986,11 +1986,11 @@ NIL
((|symmetricSquare| (#1=($ $) 29 T ELT)) (|adjoint| (#1# 27 T ELT)) (D (($) 13 T ELT)))
(((|LinearOrdinaryDifferentialOperatorCategory&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |symmetricSquare| #1=(|#1| |#1|)) (SIGNATURE |adjoint| #1#) (SIGNATURE D (|#1|))) (|LinearOrdinaryDifferentialOperatorCategory| |#2|) (|Ring|)) (T |LinearOrdinaryDifferentialOperatorCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|symmetricSquare| (($ $) 97 (|has| |#1| (|Field|)) ELT)) (|symmetricProduct| (($ $ $) 99 (|has| |#1| (|Field|)) ELT)) (|symmetricPower| (($ $ (|NonNegativeInteger|)) 98 (|has| |#1| (|Field|)) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|rightRemainder| (#4=($ $ $) 59 (|has| |#1| . #5=((|Field|))) ELT)) (|rightQuotient| (#4# 60 (|has| |#1| . #5#) ELT)) (|rightLcm| (#4# 62 (|has| |#1| . #5#) ELT)) (|rightGcd| (#4# 57 (|has| |#1| . #5#) ELT)) (|rightExtendedGcd| (#6=((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) 56 (|has| |#1| . #5#) ELT)) (|rightExactQuotient| (#7=(#8=(|Union| $ "failed") $ $) 58 (|has| |#1| . #5#) ELT)) (|rightDivide| (#9=((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 61 (|has| |#1| . #5#) ELT)) (|retractIfCan| (((|Union| #10=(|Integer|) . #11=("failed")) . #12=($)) 89 (|has| |#1| . #13=((|RetractableTo| #10#))) ELT) (((|Union| #14=(|Fraction| #10#) . #11#) . #12#) 86 (|has| |#1| . #15=((|RetractableTo| #14#))) ELT) (((|Union| |#1| . #11#) . #12#) 83 T ELT)) (|retract| ((#10# . #16=($)) 88 (|has| |#1| . #13#) ELT) ((#14# . #16#) 85 (|has| |#1| . #15#) ELT) ((|#1| . #16#) 84 T ELT)) (|reductum| (#17=($ $) 78 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|primitivePart| (#17# 69 (|has| |#1| . #18=((|GcdDomain|))) ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|monomial| (($ |#1| #19=(|NonNegativeInteger|)) 76 T ELT)) (|monicRightDivide| (#9# 71 (|has| |#1| . #20=((|IntegralDomain|))) ELT)) (|monicLeftDivide| (#9# 72 (|has| |#1| . #20#) ELT)) (|minimumDegree| (#21=(#19# $) 80 T ELT)) (|leftRemainder| (#4# 66 (|has| |#1| . #5#) ELT)) (|leftQuotient| (#4# 67 (|has| |#1| . #5#) ELT)) (|leftLcm| (#4# 55 (|has| |#1| . #5#) ELT)) (|leftGcd| (#4# 64 (|has| |#1| . #5#) ELT)) (|leftExtendedGcd| (#6# 63 (|has| |#1| . #5#) ELT)) (|leftExactQuotient| (#7# 65 (|has| |#1| . #5#) ELT)) (|leftDivide| (#9# 68 (|has| |#1| . #5#) ELT)) (|leadingCoefficient| ((|#1| . #22=($)) 79 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|exquo| ((#8# $ |#1|) 73 (|has| |#1| . #20#) ELT)) (|elt| ((|#1| $ |#1|) 102 T ELT)) (|directSum| (($ $ $) 96 (|has| |#1| (|Field|)) ELT)) (|degree| (#21# 81 T ELT)) (|content| ((|#1| . #22#) 70 (|has| |#1| . #18#) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ #14#) 87 (|has| |#1| . #15#) ELT) (($ |#1|) 82 T ELT)) (|coefficients| (((|List| |#1|) $) 75 T ELT)) (|coefficient| ((|#1| $ #19#) 77 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|apply| ((|#1| $ |#1| |#1|) 74 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|adjoint| (($ $) 100 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($) 101 T ELT)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #23=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 91 T ELT) (($ |#1| . #23#) 90 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|symmetricSquare| (#4=($ $) 97 #5=(|has| |#1| (|Field|)) ELT)) (|symmetricProduct| (#6=($ $ $) 99 #5# ELT)) (|symmetricPower| (#7=($ $ #8=(|NonNegativeInteger|)) 98 #5# ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#9=($) 23 T CONST)) (|rightRemainder| (#6# 59 #5# ELT)) (|rightQuotient| (#6# 60 #5# ELT)) (|rightLcm| (#6# 62 #5# ELT)) (|rightGcd| (#6# 57 #5# ELT)) (|rightExtendedGcd| (#10=((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) 56 #5# ELT)) (|rightExactQuotient| (#11=(#12=(|Union| $ #13="failed") $ $) 58 #5# ELT)) (|rightDivide| (#14=((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 61 #5# ELT)) (|retractIfCan| (((|Union| #15=(|Integer|) . #16=(#13#)) . #17=($)) 89 #18=(|has| |#1| (|RetractableTo| #15#)) ELT) (((|Union| #19=(|Fraction| #15#) . #16#) . #17#) 86 #20=(|has| |#1| (|RetractableTo| #19#)) ELT) (((|Union| |#1| . #16#) . #17#) 83 T ELT)) (|retract| ((#15# . #21=($)) 88 #18# ELT) ((#19# . #21#) 85 #20# ELT) (#22=(|#1| . #21#) 84 T ELT)) (|reductum| (#4# 78 T ELT)) (|recip| ((#12# $) 43 T ELT)) (|primitivePart| (#4# 69 #23=(|has| |#1| (|GcdDomain|)) ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|monomial| (($ |#1| #8#) 76 T ELT)) (|monicRightDivide| (#14# 71 #24=(|has| |#1| (|IntegralDomain|)) ELT)) (|monicLeftDivide| (#14# 72 #24# ELT)) (|minimumDegree| (#25=(#8# $) 80 T ELT)) (|leftRemainder| (#6# 66 #5# ELT)) (|leftQuotient| (#6# 67 #5# ELT)) (|leftLcm| (#6# 55 #5# ELT)) (|leftGcd| (#6# 64 #5# ELT)) (|leftExtendedGcd| (#10# 63 #5# ELT)) (|leftExactQuotient| (#11# 65 #5# ELT)) (|leftDivide| (#14# 68 #5# ELT)) (|leadingCoefficient| (#22# 79 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|exquo| ((#12# $ |#1|) 73 #24# ELT)) (|elt| ((|#1| $ |#1|) 102 T ELT)) (|directSum| (#6# 96 #5# ELT)) (|degree| (#25# 81 T ELT)) (|content| (#22# 70 #23# ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #15#) 42 T ELT) (($ #19#) 87 #20# ELT) (($ |#1|) 82 T ELT)) (|coefficients| (((|List| |#1|) $) 75 T ELT)) (|coefficient| ((|#1| $ #8#) 77 T ELT)) (|characteristic| ((#8#) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|apply| ((|#1| $ |#1| |#1|) 74 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|adjoint| (#4# 100 T ELT)) (|Zero| (#9# 24 T CONST)) (|One| (#9# 46 T CONST)) (D (#9# 101 T ELT)) (= (#1# 8 T ELT)) (- (#4# 30 T ELT) (#6# 29 T ELT)) (+ (#6# 18 T ELT)) (** (($ $ #26=(|PositiveInteger|)) 36 T ELT) (#7# 44 T ELT)) (* (($ #26# $) 17 T ELT) (($ #8# $) 21 T ELT) (($ #15# . #27=($)) 31 T ELT) (#6# 35 T ELT) (($ $ |#1|) 91 T ELT) (($ |#1| . #27#) 90 T ELT)))
(((|LinearOrdinaryDifferentialOperatorCategory| |#1|) (|Category|) (|Ring|)) (T |LinearOrdinaryDifferentialOperatorCategory|))
-((D (*1 *1) (AND (|ofCategory| *1 (|LinearOrdinaryDifferentialOperatorCategory| *2)) (|ofCategory| *2 (|Ring|)))) (|adjoint| (*1 *1 *1) (AND (|ofCategory| *1 (|LinearOrdinaryDifferentialOperatorCategory| *2)) (|ofCategory| *2 (|Ring|)))) (|symmetricProduct| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|LinearOrdinaryDifferentialOperatorCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Field|)))) (|symmetricPower| (*1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|LinearOrdinaryDifferentialOperatorCategory| *3)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *3 (|Field|)))) (|symmetricSquare| (*1 *1 *1) (AND (|ofCategory| *1 (|LinearOrdinaryDifferentialOperatorCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Field|)))) (|directSum| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|LinearOrdinaryDifferentialOperatorCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Field|)))))
-(|Join| (|UnivariateSkewPolynomialCategory| |t#1|) (|Eltable| |t#1| |t#1|) (CATEGORY |domain| (SIGNATURE D ($)) (SIGNATURE |adjoint| ($ $)) (IF (|has| |t#1| (|Field|)) (PROGN (SIGNATURE |symmetricProduct| ($ $ $)) (SIGNATURE |symmetricPower| ($ $ (|NonNegativeInteger|))) (SIGNATURE |symmetricSquare| ($ $)) (SIGNATURE |directSum| ($ $ $))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Eltable| |#1| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Monoid|) . T) ((|RetractableTo| #1#) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| (|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UnivariateSkewPolynomialCategory| |#1|) . T))
+((D (*1 *1) #1=(AND #2=(|ofCategory| *1 (|LinearOrdinaryDifferentialOperatorCategory| *2)) #3=(|ofCategory| *2 #4=(|Ring|)))) (|adjoint| #5=(*1 *1 *1) #1#) (|symmetricProduct| #6=(*1 *1 *1 *1) #7=(AND #2# #3# (|ofCategory| *2 #8=(|Field|)))) (|symmetricPower| (*1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|LinearOrdinaryDifferentialOperatorCategory| *3)) (|ofCategory| *3 #4#) (|ofCategory| *3 #8#))) (|symmetricSquare| #5# #7#) (|directSum| #6# #7#))
+(|Join| (|UnivariateSkewPolynomialCategory| |t#1|) (|Eltable| |t#1| |t#1|) (CATEGORY |domain| (SIGNATURE D ($)) (SIGNATURE |adjoint| #1=($ $)) (IF (|has| |t#1| (|Field|)) (PROGN (SIGNATURE |symmetricProduct| #2=($ $ $)) (SIGNATURE |symmetricPower| ($ $ (|NonNegativeInteger|))) (SIGNATURE |symmetricSquare| #1#) (SIGNATURE |directSum| #2#)) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Fraction| #2=(|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Eltable| |#1| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Monoid|) . T) ((|RetractableTo| #1#) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| #2#) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UnivariateSkewPolynomialCategory| |#1|) . T))
((|factor1| (#1=(#2=(|List| #3=(|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|))) #3#) 86 #4=(|has| |#1| (|AlgebraicallyClosedField|)) ELT)) (|factor| (#1# 85 #4# ELT) ((#2# #3# (|Mapping| (|List| |#1|) |#2|)) 19 T ELT)))
(((|LinearOrdinaryDifferentialOperatorFactorizer| |#1| |#2|) (CATEGORY |package| (SIGNATURE |factor| (#1=(|List| #2=(|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|))) #2# (|Mapping| (|List| |#1|) |#2|))) (IF (|has| |#1| (|AlgebraicallyClosedField|)) (PROGN (SIGNATURE |factor| #3=(#1# #2#)) (SIGNATURE |factor1| #3#)) |%noBranch|)) (|Join| (|Field|) (|CharacteristicZero|) (|RetractableTo| #4=(|Integer|)) (|RetractableTo| (|Fraction| #4#))) (|UnivariatePolynomialCategory| |#1|)) (T |LinearOrdinaryDifferentialOperatorFactorizer|))
((|factor1| #1=(*1 *2 *3) #2=(AND (|ofCategory| *4 (|AlgebraicallyClosedField|)) (|ofCategory| *4 #3=(|Join| (|Field|) (|CharacteristicZero|) (|RetractableTo| #4=(|Integer|)) (|RetractableTo| (|Fraction| #4#)))) (|ofCategory| *5 (|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|List| #5=(|LinearOrdinaryDifferentialOperator1| (|Fraction| *5)))) (|isDomain| *1 (|LinearOrdinaryDifferentialOperatorFactorizer| *4 *5)) (|isDomain| *3 #5#))) (|factor| #1# #2#) (|factor| (*1 *2 *3 *4) (AND (|isDomain| *4 (|Mapping| (|List| *5) *6)) (|ofCategory| *5 #3#) (|ofCategory| *6 (|UnivariatePolynomialCategory| *5)) (|isDomain| *2 (|List| #6=(|LinearOrdinaryDifferentialOperator1| (|Fraction| *6)))) (|isDomain| *1 (|LinearOrdinaryDifferentialOperatorFactorizer| *5 *6)) (|isDomain| *3 #6#))))
@@ -2000,11 +2000,11 @@ NIL
((|\\/| (($ $ $) 9 T ELT)))
(((|Logic&| |#1|) (CATEGORY |package| (SIGNATURE |\\/| (|#1| |#1| |#1|))) (|Logic|)) (T |Logic&|))
NIL
-((~ (($ $) 8 T ELT)) (|\\/| (($ $ $) 6 T ELT)) (|/\\| (($ $ $) 7 T ELT)))
+((~ (($ $) 8 T ELT)) (|\\/| (#1=($ $ $) 6 T ELT)) (|/\\| (#1# 7 T ELT)))
(((|Logic|) (|Category|)) (T |Logic|))
-((~ (*1 *1 *1) (|ofCategory| *1 (|Logic|))) (|/\\| (*1 *1 *1 *1) (|ofCategory| *1 (|Logic|))) (|\\/| (*1 *1 *1 *1) (|ofCategory| *1 (|Logic|))))
-(|Join| (|Type|) (CATEGORY |domain| (SIGNATURE ~ ($ $)) (SIGNATURE |/\\| ($ $ $)) (SIGNATURE |\\/| ($ $ $))))
-(((|Join|) . T) ((|Type|) . T))
+((~ (*1 *1 *1) #1=(|ofCategory| *1 (|Logic|))) (|/\\| #2=(*1 *1 *1 *1) #1#) (|\\/| #2# #1#))
+(|Join| (|Type|) (CATEGORY |domain| (SIGNATURE ~ ($ $)) (SIGNATURE |/\\| #1=($ $ $)) (SIGNATURE |\\/| #1#)))
+(((|Type|) . T))
((|solveLinearPolynomialEquationByFractions| (((|Union| #1=(|List| #2=(|SparseUnivariatePolynomial| |#1|)) "failed") #1# #2#) 33 T ELT)))
(((|LinearPolynomialEquationByFractions| |#1|) (CATEGORY |package| (SIGNATURE |solveLinearPolynomialEquationByFractions| ((|Union| #1=(|List| #2=(|SparseUnivariatePolynomial| |#1|)) "failed") #1# #2#))) (|PolynomialFactorizationExplicit|)) (T |LinearPolynomialEquationByFractions|))
((|solveLinearPolynomialEquationByFractions| (*1 *2 *2 *3) (|partial| AND (|isDomain| *2 (|List| #1=(|SparseUnivariatePolynomial| *4))) (|isDomain| *3 #1#) (|ofCategory| *4 (|PolynomialFactorizationExplicit|)) (|isDomain| *1 (|LinearPolynomialEquationByFractions| *4)))))
@@ -2014,11 +2014,11 @@ NIL
((|sorted?| ((#1=(|Boolean|) $) NIL T ELT) ((#1# #2=(|Mapping| #1# |#2| |#2|) $) 59 T ELT)) (|sort!| (#3=($ $) NIL T ELT) (($ #2# $) 12 T ELT)) (|select!| (#4=($ #5=(|Mapping| #1# |#2|) $) 29 T ELT)) (|reverse!| (#3# 65 T ELT)) (|removeDuplicates!| (#3# 74 T ELT)) (|remove!| (($ |#2| $) NIL T ELT) (#4# 43 T ELT)) (|reduce| ((|#2| #6=(|Mapping| |#2| |#2| |#2|) $) 21 T ELT) ((|#2| #6# $ |#2|) 60 T ELT) ((|#2| #6# $ |#2| |#2|) 62 T ELT)) (|position| ((#7=(|Integer|) |#2| $ #7#) 71 T ELT) ((#7# |#2| $) NIL T ELT) ((#7# #5# $) 54 T ELT)) (|new| (($ (|NonNegativeInteger|) |#2|) 63 T ELT)) (|merge!| #8=(($ $ $) NIL T ELT) (#9=($ #2# $ $) 31 T ELT)) (|merge| #8# (#9# 24 T ELT)) (|map| (($ (|Mapping| |#2| |#2|) $) NIL T ELT) (($ #6# $ $) 64 T ELT)) (|list| (($ |#2|) 15 T ELT)) (|insert!| (#10=($ $ $ #7#) 42 T ELT) (($ |#2| $ #7#) 40 T ELT)) (|find| (((|Union| |#2| "failed") #5# $) 53 T ELT)) (|delete!| (($ $ (|UniversalSegment| #7#)) 51 T ELT) (($ $ #7#) 44 T ELT)) (|copyInto!| (#10# 70 T ELT)) (|copy| (#3# 68 T ELT)) (< ((#1# $ $) 76 T ELT)))
(((|ListAggregate&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |list| (|#1| |#2|)) (SIGNATURE |delete!| (|#1| |#1| #1=(|Integer|))) (SIGNATURE |delete!| (|#1| |#1| (|UniversalSegment| #1#))) (SIGNATURE |remove!| #2=(|#1| #3=(|Mapping| #4=(|Boolean|) |#2|) |#1|)) (SIGNATURE |insert!| (|#1| |#2| |#1| #1#)) (SIGNATURE |insert!| #5=(|#1| |#1| |#1| #1#)) (SIGNATURE |merge!| #6=(|#1| #7=(|Mapping| #4# |#2| |#2|) |#1| |#1|)) (SIGNATURE |select!| #2#) (SIGNATURE |remove!| (|#1| |#2| |#1|)) (SIGNATURE |removeDuplicates!| #8=(|#1| |#1|)) (SIGNATURE |merge!| #9=(|#1| |#1| |#1|)) (SIGNATURE |reduce| (|#2| #10=(|Mapping| |#2| |#2| |#2|) |#1| |#2| |#2|)) (SIGNATURE |find| ((|Union| |#2| "failed") #3# |#1|)) (SIGNATURE |reduce| (|#2| #10# |#1| |#2|)) (SIGNATURE |reduce| (|#2| #10# |#1|)) (SIGNATURE |merge| #6#) (SIGNATURE |sorted?| (#4# #7# |#1|)) (SIGNATURE |position| (#1# #3# |#1|)) (SIGNATURE |position| (#1# |#2| |#1|)) (SIGNATURE |position| (#1# |#2| |#1| #1#)) (SIGNATURE |merge| #9#) (SIGNATURE |sorted?| (#4# |#1|)) (SIGNATURE |copyInto!| #5#) (SIGNATURE |reverse!| #8#) (SIGNATURE |sort!| (|#1| #7# |#1|)) (SIGNATURE |sort!| #8#) (SIGNATURE < (#4# |#1| |#1|)) (SIGNATURE |new| (|#1| (|NonNegativeInteger|) |#2|)) (SIGNATURE |map| (|#1| #10# |#1| |#1|)) (SIGNATURE |map| (|#1| (|Mapping| |#2| |#2|) |#1|)) (SIGNATURE |copy| #8#)) (|ListAggregate| |#2|) (|Type|)) (T |ListAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|value| ((|#1| $) 43 T ELT)) (|third| ((|#1| . #3=($)) 62 T ELT)) (|tail| (#4=($ $) 64 T ELT)) (|swap!| (((|Void|) $ #5=(|Integer|) #5#) 99 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|split!| (($ $ (|Integer|)) 49 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|sorted?| ((#6=(|Boolean|) $) 155 (|has| |#1| . #7=((|OrderedSet|))) ELT) ((#6# (|Mapping| #6# |#1| |#1|) $) 149 T ELT)) (|sort!| (#8=($ $) 159 (AND (|has| |#1| . #7#) (|has| $ (|ShallowlyMutableAggregate| |#1|))) ELT) (($ (|Mapping| #6# |#1| |#1|) . #9=($)) 158 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|sort| (#8# 154 (|has| |#1| . #7#) ELT) (($ (|Mapping| #6# |#1| |#1|) . #9#) 148 T ELT)) (|size?| (#10=(#11=(|Boolean|) $ (|NonNegativeInteger|)) 82 T ELT)) (|setvalue!| ((|#1| $ |#1|) 34 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setrest!| (#12=($ $ $) 53 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setlast!| ((|#1| $ |#1|) 51 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setfirst!| ((|#1| $ |#1|) 55 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setelt| ((|#1| $ #13="value" |#1|) 35 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ #14="first" |#1|) 54 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) (($ $ #15="rest" $) 52 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ #16="last" |#1|) 50 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ #17=(|UniversalSegment| #5#) |#1|) 115 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ #5# |#1|) 88 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setchildren!| (($ $ #18=(|List| $)) 36 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|select!| (($ (|Mapping| #19=(|Boolean|) |#1|) . #20=($)) 131 T ELT)) (|select| (($ (|Mapping| #21=(|Boolean|) |#1|) . #22=($)) 103 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|second| ((|#1| . #3#) 63 T ELT)) (|sample| (#23=($) 6 T CONST)) (|reverse!| (#8# 157 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|reverse| (#8# 147 T ELT)) (|rest| (#4# 70 T ELT) (#24=($ $ #25=(|NonNegativeInteger|)) 68 T ELT)) (|removeDuplicates!| (($ $) 133 (|has| |#1| . #26=((|BasicType|))) ELT)) (|removeDuplicates| (($ $) 101 (AND (|has| |#1| . #27=((|BasicType|))) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove!| (($ |#1| $) 132 (|has| |#1| . #26#) ELT) (($ (|Mapping| #19# |#1|) . #20#) 127 T ELT)) (|remove| (($ (|Mapping| #21# |#1|) . #22#) 104 (|has| $ (|FiniteAggregate| |#1|)) ELT) (($ |#1| $) 102 (AND (|has| |#1| . #27#) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $) 140 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) 139 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 135 (|has| |#1| . #28=((|BasicType|))) ELT)) (|qsetelt!| ((|#1| $ #5# |#1|) 87 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|qelt| ((|#1| $ #5#) 89 T ELT)) (|possiblyInfinite?| (#29=(#11# $) 85 T ELT)) (|position| ((#30=(|Integer|) |#1| $ #30#) 152 (|has| |#1| . #31=((|BasicType|))) ELT) ((#30# |#1| $) 151 (|has| |#1| . #31#) ELT) ((#30# (|Mapping| #6# |#1|) $) 150 T ELT)) (|nodes| (#32=(#18# $) 45 T ELT)) (|node?| (#33=(#34=(|Boolean|) $ $) 37 (|has| |#1| . #35=((|BasicType|))) ELT)) (|new| (($ (|NonNegativeInteger|) |#1|) 107 T ELT)) (|more?| (#10# 83 T ELT)) (|minIndex| ((#5# . #36=($)) 97 (|has| #5# . #37=((|OrderedSet|))) ELT)) (|min| (#38=($ $ $) 165 (|has| |#1| . #7#) ELT)) (|merge!| (#39=($ $ $) 134 (|has| |#1| (|OrderedSet|)) ELT) (($ (|Mapping| #19# |#1| |#1|) $ $) 130 T ELT)) (|merge| (($ $ $) 153 (|has| |#1| . #7#) ELT) (($ (|Mapping| #6# |#1| |#1|) $ $) 146 T ELT)) (|members| (((|List| |#1|) $) 141 T ELT)) (|member?| ((#40=(|Boolean|) |#1| $) 136 (|has| |#1| . #28#) ELT)) (|maxIndex| ((#5# . #36#) 96 (|has| #5# . #37#) ELT)) (|max| (#38# 164 (|has| |#1| . #7#) ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 124 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT) (($ (|Mapping| |#1| |#1| |#1|) $ $) 110 T ELT)) (|list| (($ |#1|) 123 T ELT)) (|less?| (#10# 84 T ELT)) (|leaves| (((|List| |#1|) $) 40 T ELT)) (|leaf?| (#41=(#34# $) 44 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #42=((|SetCategory|))) ELT)) (|last| ((|#1| . #3#) 67 T ELT) (#24# 65 T ELT)) (|insert!| (($ $ $ #43=(|Integer|)) 129 T ELT) (($ |#1| $ #43#) 128 T ELT)) (|insert| (($ $ $ #5#) 114 T ELT) (($ |#1| $ #5#) 113 T ELT)) (|indices| (((|List| #5#) $) 94 T ELT)) (|index?| ((#44=(|Boolean|) #5# $) 93 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #42#) ELT)) (|first| ((|#1| . #3#) 73 T ELT) (#24# 71 T ELT)) (|find| (((|Union| |#1| "failed") (|Mapping| #40# |#1|) $) 138 T ELT)) (|fill!| (($ $ |#1|) 98 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|explicitlyFinite?| (#29# 86 T ELT)) (|every?| ((#40# (|Mapping| #40# |#1|) . #45=($)) 143 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #42#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #42#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #42#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #42#)) ELT)) (|eq?| ((#46=(|Boolean|) $ $) 10 T ELT)) (|entry?| ((#44# |#1| $) 95 (AND (|has| $ (|FiniteAggregate| |#1|)) (|has| |#1| (|BasicType|))) ELT)) (|entries| (((|List| |#1|) $) 92 T ELT)) (|empty?| ((#46# $) 7 T ELT)) (|empty| (#23# 8 T ELT)) (|elt| ((|#1| $ #13#) 42 T ELT) ((|#1| $ #14#) 72 T ELT) (($ $ #15#) 69 T ELT) ((|#1| $ #16#) 66 T ELT) (($ $ #17#) 106 T ELT) ((|#1| $ #5#) 91 T ELT) ((|#1| $ #5# |#1|) 90 T ELT)) (|distance| (((|Integer|) $ $) 39 T ELT)) (|delete!| (($ $ (|UniversalSegment| #43#)) 126 T ELT) (($ $ #43#) 125 T ELT)) (|delete| (($ $ #17#) 112 T ELT) (($ $ #5#) 111 T ELT)) (|cyclic?| (#41# 41 T ELT)) (|cycleTail| (#4# 59 T ELT)) (|cycleSplit!| (#4# 56 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|cycleLength| ((#25# $) 60 T ELT)) (|cycleEntry| (#4# 61 T ELT)) (|count| ((#47=(|NonNegativeInteger|) (|Mapping| #40# |#1|) $) 142 T ELT) ((#47# |#1| $) 137 (|has| |#1| . #28#) ELT)) (|copyInto!| (($ $ $ #30#) 156 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#48=(|InputForm|) $) 100 (|has| |#1| (|ConvertibleTo| #48#)) ELT)) (|construct| (($ (|List| |#1|)) 105 T ELT)) (|concat!| (#39# 58 T ELT) (($ $ |#1|) 57 T ELT)) (|concat| (#12# 75 T ELT) (($ |#1| $) 74 T ELT) (($ (|List| $)) 109 T ELT) (($ $ |#1|) 108 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|children| (#32# 46 T ELT)) (|child?| (#33# 38 (|has| |#1| . #35#) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (|any?| ((#40# (|Mapping| #40# |#1|) . #45#) 144 T ELT)) (>= (#49=((|Boolean|) $ $) 163 (|has| |#1| . #7#) ELT)) (> (#49# 161 (|has| |#1| . #7#) ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)) (<= (#49# 162 (|has| |#1| . #7#) ELT)) (< (#49# 160 (|has| |#1| . #7#) ELT)) (|#| ((#47# $) 145 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|value| (#4=(|#1| $) 43 T ELT)) (|third| (#4# 62 T ELT)) (|tail| (#5=($ $) 64 T ELT)) (|swap!| (((|Void|) $ #6=(|Integer|) #6#) 99 #7=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|split!| (#8=($ $ #6#) 49 #7# ELT)) (|sorted?| (#9=(#2# $) 155 #10=(|has| |#1| #11=(|OrderedSet|)) ELT) ((#2# #12=(|Mapping| #2# |#1| |#1|) $) 149 T ELT)) (|sort!| (#5# 159 (AND #10# #7#) ELT) (#13=($ #12# $) 158 #7# ELT)) (|sort| (#5# 154 #10# ELT) (#13# 148 T ELT)) (|size?| (#14=(#2# $ #15=(|NonNegativeInteger|)) 82 T ELT)) (|setvalue!| (#16=(|#1| $ |#1|) 34 #7# ELT)) (|setrest!| (#17=($ $ $) 53 #7# ELT)) (|setlast!| (#16# 51 #7# ELT)) (|setfirst!| (#16# 55 #7# ELT)) (|setelt| ((|#1| $ #18="value" |#1|) 35 #7# ELT) ((|#1| $ #19="first" |#1|) 54 #7# ELT) (($ $ #20="rest" $) 52 #7# ELT) ((|#1| $ #21="last" |#1|) 50 #7# ELT) ((|#1| $ #22=(|UniversalSegment| #6#) |#1|) 115 #7# ELT) (#23=(|#1| $ #6# |#1|) 88 #7# ELT)) (|setchildren!| (($ $ #24=(|List| $)) 36 #7# ELT)) (|select!| (#25=($ #26=(|Mapping| #2# |#1|) $) 131 T ELT)) (|select| (#25# 103 #27=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|second| (#4# 63 T ELT)) (|sample| (#28=($) 6 T CONST)) (|reverse!| (#5# 157 #7# ELT)) (|reverse| (#5# 147 T ELT)) (|rest| (#5# 70 T ELT) (#29=($ $ #15#) 68 T ELT)) (|removeDuplicates!| (#5# 133 #3# ELT)) (|removeDuplicates| (#5# 101 #30=(AND #3# #27#) ELT)) (|remove!| (#31=($ |#1| $) 132 #3# ELT) (#25# 127 T ELT)) (|remove| (#25# 104 #27# ELT) (#31# 102 #30# ELT)) (|reduce| ((|#1| #32=(|Mapping| |#1| |#1| |#1|) $) 140 T ELT) ((|#1| #32# $ |#1|) 139 T ELT) ((|#1| #32# $ |#1| |#1|) 135 #3# ELT)) (|qsetelt!| (#23# 87 #7# ELT)) (|qelt| (#33=(|#1| $ #6#) 89 T ELT)) (|possiblyInfinite?| (#9# 85 T ELT)) (|position| ((#6# |#1| $ #6#) 152 #3# ELT) ((#6# |#1| $) 151 #3# ELT) ((#6# #26# $) 150 T ELT)) (|nodes| (#34=(#24# $) 45 T ELT)) (|node?| (#1# 37 #3# ELT)) (|new| (($ #15# |#1|) 107 T ELT)) (|more?| (#14# 83 T ELT)) (|minIndex| (#35=(#6# $) 97 #36=(|has| #6# #11#) ELT)) (|min| (#17# 165 #10# ELT)) (|merge!| (#17# 134 #10# ELT) (#37=($ #12# $ $) 130 T ELT)) (|merge| (#17# 153 #10# ELT) (#37# 146 T ELT)) (|members| (#38=(#39=(|List| |#1|) $) 141 T ELT)) (|member?| (#40=(#2# |#1| $) 136 #3# ELT)) (|maxIndex| (#35# 96 #36# ELT)) (|max| (#17# 164 #10# ELT)) (|map!| (#41=($ (|Mapping| |#1| |#1|) $) 124 T ELT)) (|map| (#41# 26 T ELT) (($ #32# $ $) 110 T ELT)) (|list| (($ |#1|) 123 T ELT)) (|less?| (#14# 84 T ELT)) (|leaves| (#38# 40 T ELT)) (|leaf?| (#9# 44 T ELT)) (|latex| (((|String|) $) 21 #42=(|has| |#1| (|SetCategory|)) ELT)) (|last| (#4# 67 T ELT) (#29# 65 T ELT)) (|insert!| (#43=($ $ $ #6#) 129 T ELT) (#44=($ |#1| $ #6#) 128 T ELT)) (|insert| (#43# 114 T ELT) (#44# 113 T ELT)) (|indices| (((|List| #6#) $) 94 T ELT)) (|index?| ((#2# #6# $) 93 T ELT)) (|hash| (((|SingleInteger|) $) 20 #42# ELT)) (|first| (#4# 73 T ELT) (#29# 71 T ELT)) (|find| (((|Union| |#1| "failed") #26# $) 138 T ELT)) (|fill!| (#45=($ $ |#1|) 98 #7# ELT)) (|explicitlyFinite?| (#9# 86 T ELT)) (|every?| (#46=(#2# #26# $) 143 T ELT)) (|eval| (($ $ (|List| #47=(|Equation| |#1|))) 25 #48=(AND (|has| |#1| (|Evalable| |#1|)) #42#) ELT) (($ $ #47#) 24 #48# ELT) (($ $ |#1| |#1|) 23 #48# ELT) (($ $ #39# #39#) 22 #48# ELT)) (|eq?| (#1# 10 T ELT)) (|entry?| (#40# 95 (AND #27# #3#) ELT)) (|entries| (#38# 92 T ELT)) (|empty?| (#9# 7 T ELT)) (|empty| (#28# 8 T ELT)) (|elt| ((|#1| $ #18#) 42 T ELT) ((|#1| $ #19#) 72 T ELT) (($ $ #20#) 69 T ELT) ((|#1| $ #21#) 66 T ELT) (#49=($ $ #22#) 106 T ELT) (#33# 91 T ELT) (#23# 90 T ELT)) (|distance| ((#6# $ $) 39 T ELT)) (|delete!| (#49# 126 T ELT) (#8# 125 T ELT)) (|delete| (#49# 112 T ELT) (#8# 111 T ELT)) (|cyclic?| (#9# 41 T ELT)) (|cycleTail| (#5# 59 T ELT)) (|cycleSplit!| (#5# 56 #7# ELT)) (|cycleLength| (#50=(#15# $) 60 T ELT)) (|cycleEntry| (#5# 61 T ELT)) (|count| ((#15# #26# $) 142 T ELT) ((#15# |#1| $) 137 #3# ELT)) (|copyInto!| (#43# 156 #7# ELT)) (|copy| (#5# 9 T ELT)) (|convert| ((#51=(|InputForm|) $) 100 (|has| |#1| (|ConvertibleTo| #51#)) ELT)) (|construct| (($ #39#) 105 T ELT)) (|concat!| (#17# 58 T ELT) (#45# 57 T ELT)) (|concat| (#17# 75 T ELT) (#31# 74 T ELT) (($ #24#) 109 T ELT) (#45# 108 T ELT)) (|coerce| ((#52=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #52#)) ELT)) (|children| (#34# 46 T ELT)) (|child?| (#1# 38 #3# ELT)) (|before?| (#1# 19 #3# ELT)) (|any?| (#46# 144 T ELT)) (>= (#1# 163 #10# ELT)) (> (#1# 161 #10# ELT)) (= (#1# 17 #3# ELT)) (<= (#1# 162 #10# ELT)) (< (#1# 160 #10# ELT)) (|#| (#50# 145 T ELT)))
(((|ListAggregate| |#1|) (|Category|) (|Type|)) (T |ListAggregate|))
((|list| (*1 *1 *2) (AND (|ofCategory| *1 (|ListAggregate| *2)) (|ofCategory| *2 (|Type|)))))
(|Join| (|StreamAggregate| |t#1|) (|FiniteLinearAggregate| |t#1|) (|ExtensibleLinearAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |list| ($ |t#1|))))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| (|Integer|)) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|ExtensibleLinearAggregate| |#1|) . T) ((|FiniteAggregate| |#1|) . T) ((|FiniteLinearAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|LinearAggregate| |#1|) . T) ((|OrderedSet|) |has| |#1| (|OrderedSet|)) ((|OrderedType|) |has| |#1| (|OrderedSet|)) ((|RecursiveAggregate| |#1|) . T) ((|SetCategory|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|OrderedSet|))) ((|ShallowlyMutableAggregate| |#1|) . T) ((|StreamAggregate| |#1|) . T) ((|Type|) . T) ((|UnaryRecursiveAggregate| |#1|) . T))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| #1#) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|ExtensibleLinearAggregate| |#1|) . T) ((|FiniteAggregate| |#1|) . T) ((|FiniteLinearAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|LinearAggregate| |#1|) . T) ((|OrderedSet|) |has| |#1| (|OrderedSet|)) ((|OrderedType|) |has| |#1| (|OrderedSet|)) ((|RecursiveAggregate| |#1|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|StreamAggregate| |#1|) . T) ((|Type|) . T) ((|UnaryRecursiveAggregate| |#1|) . T))
((|solve| (((|List| #1=(|Record| (|:| |particular| #2=(|Union| |#3| "failed")) (|:| |basis| #3=(|List| |#3|)))) |#4| #3#) 66 T ELT) ((#1# |#4| |#3|) 60 T ELT)) (|rank| (((|NonNegativeInteger|) |#4| |#3|) 18 T ELT)) (|particularSolution| ((#2# |#4| |#3|) 21 T ELT)) (|hasSolution?| (((|Boolean|) |#4| |#3|) 14 T ELT)))
(((|LinearSystemMatrixPackage| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |solve| (#1=(|Record| (|:| |particular| #2=(|Union| |#3| "failed")) (|:| |basis| #3=(|List| |#3|))) |#4| |#3|)) (SIGNATURE |solve| ((|List| #1#) |#4| #3#)) (SIGNATURE |particularSolution| (#2# |#4| |#3|)) (SIGNATURE |hasSolution?| ((|Boolean|) |#4| |#3|)) (SIGNATURE |rank| ((|NonNegativeInteger|) |#4| |#3|))) (|Field|) #4=(|Join| (|FiniteLinearAggregate| |#1|) (|ShallowlyMutableAggregate| |#1|)) #4# (|MatrixCategory| |#1| |#2| |#3|)) (T |LinearSystemMatrixPackage|))
((|rank| #1=(*1 *2 *3 *4) (AND #2=(|ofCategory| *5 #3=(|Field|)) #4=(|ofCategory| *6 #5=(|Join| (|FiniteLinearAggregate| *5) (|ShallowlyMutableAggregate| *5))) #6=(|ofCategory| *4 #5#) (|isDomain| *2 (|NonNegativeInteger|)) #7=(|isDomain| *1 (|LinearSystemMatrixPackage| *5 *6 *4 *3)) #8=(|ofCategory| *3 (|MatrixCategory| *5 *6 *4)))) (|hasSolution?| #1# (AND #2# #4# #6# (|isDomain| *2 (|Boolean|)) #7# #8#)) (|particularSolution| (*1 *2 *3 *2) (|partial| AND (|ofCategory| *4 #3#) (|ofCategory| *5 #9=(|Join| (|FiniteLinearAggregate| *4) (|ShallowlyMutableAggregate| *4))) (|ofCategory| *2 #9#) (|isDomain| *1 (|LinearSystemMatrixPackage| *4 *5 *2 *3)) (|ofCategory| *3 (|MatrixCategory| *4 *5 *2)))) (|solve| #1# (AND #2# #4# (|ofCategory| *7 #5#) (|isDomain| *2 (|List| (|Record| (|:| |particular| (|Union| *7 #10="failed")) (|:| |basis| #11=(|List| *7))))) (|isDomain| *1 (|LinearSystemMatrixPackage| *5 *6 *7 *3)) (|isDomain| *4 #11#) (|ofCategory| *3 (|MatrixCategory| *5 *6 *7)))) (|solve| #1# (AND #2# #4# #6# (|isDomain| *2 (|Record| (|:| |particular| (|Union| *4 #10#)) (|:| |basis| (|List| *4)))) #7# #8#)))
@@ -2040,11 +2040,11 @@ NIL
((|value| (#1=(|#2| $) 96 T ELT)) (|tail| (#2=($ $) 117 T ELT)) (|size?| (#3=(#4=(|Boolean|) $ #5=(|NonNegativeInteger|)) 35 T ELT)) (|rest| (#2# 105 T ELT) (#6=($ $ #5#) 108 T ELT)) (|possiblyInfinite?| (#7=(#4# $) 118 T ELT)) (|nodes| (#8=((|List| $) $) 92 T ELT)) (|node?| (#9=(#4# $ $) 88 T ELT)) (|more?| (#3# 33 T ELT)) (|minIndex| (#10=(#11=(|Integer|) $) 62 T ELT)) (|maxIndex| (#10# 61 T ELT)) (|less?| (#3# 31 T ELT)) (|leaf?| (#7# 94 T ELT)) (|last| (#1# 109 T ELT) (#6# 113 T ELT)) (|insert| (($ $ $ #11#) 79 T ELT) (($ |#2| $ #11#) 78 T ELT)) (|indices| (((|List| #11#) $) 60 T ELT)) (|index?| ((#4# #11# $) 55 T ELT)) (|first| (#1# NIL T ELT) (#6# 104 T ELT)) (|extend| (#12=($ $ #11#) 121 T ELT)) (|explicitlyFinite?| (#7# 120 T ELT)) (|entries| ((#13=(|List| |#2|) $) 42 T ELT)) (|elt| ((|#2| $ "value") NIL T ELT) ((|#2| $ "first") 103 T ELT) (($ $ "rest") 107 T ELT) ((|#2| $ "last") 116 T ELT) (#14=($ $ (|UniversalSegment| #11#)) 75 T ELT) ((|#2| $ #11#) 53 T ELT) ((|#2| $ #11# |#2|) 54 T ELT)) (|distance| ((#11# $ $) 87 T ELT)) (|delete| (#14# 74 T ELT) (#12# 68 T ELT)) (|cyclic?| (#7# 83 T ELT)) (|cycleTail| (#2# 101 T ELT)) (|cycleLength| ((#5# $) 100 T ELT)) (|cycleEntry| (#2# 99 T ELT)) (|construct| (($ #13#) 49 T ELT)) (|complete| (#2# 122 T ELT)) (|children| (#8# 86 T ELT)) (|child?| (#9# 85 T ELT)) (= (#9# 20 T ELT)))
(((|LazyStreamAggregate&| |#1| |#2|) (CATEGORY |package| (SIGNATURE = #1=(#2=(|Boolean|) |#1| |#1|)) (SIGNATURE |complete| #3=(|#1| |#1|)) (SIGNATURE |extend| #4=(|#1| |#1| #5=(|Integer|))) (SIGNATURE |size?| #6=(#2# |#1| #7=(|NonNegativeInteger|))) (SIGNATURE |more?| #6#) (SIGNATURE |less?| #6#) (SIGNATURE |possiblyInfinite?| #8=(#2# |#1|)) (SIGNATURE |explicitlyFinite?| #8#) (SIGNATURE |elt| (|#2| |#1| #5# |#2|)) (SIGNATURE |elt| (|#2| |#1| #5#)) (SIGNATURE |entries| (#9=(|List| |#2|) |#1|)) (SIGNATURE |index?| (#2# #5# |#1|)) (SIGNATURE |indices| ((|List| #5#) |#1|)) (SIGNATURE |maxIndex| #10=(#5# |#1|)) (SIGNATURE |minIndex| #10#) (SIGNATURE |construct| (|#1| #9#)) (SIGNATURE |elt| #11=(|#1| |#1| (|UniversalSegment| #5#))) (SIGNATURE |delete| #4#) (SIGNATURE |delete| #11#) (SIGNATURE |insert| (|#1| |#2| |#1| #5#)) (SIGNATURE |insert| (|#1| |#1| |#1| #5#)) (SIGNATURE |cycleTail| #3#) (SIGNATURE |cycleLength| (#7# |#1|)) (SIGNATURE |cycleEntry| #3#) (SIGNATURE |tail| #3#) (SIGNATURE |last| #12=(|#1| |#1| #7#)) (SIGNATURE |elt| (|#2| |#1| "last")) (SIGNATURE |last| #13=(|#2| |#1|)) (SIGNATURE |rest| #12#) (SIGNATURE |elt| (|#1| |#1| "rest")) (SIGNATURE |rest| #3#) (SIGNATURE |first| #12#) (SIGNATURE |elt| (|#2| |#1| "first")) (SIGNATURE |first| #13#) (SIGNATURE |node?| #1#) (SIGNATURE |child?| #1#) (SIGNATURE |distance| (#5# |#1| |#1|)) (SIGNATURE |cyclic?| #8#) (SIGNATURE |elt| (|#2| |#1| "value")) (SIGNATURE |value| #13#) (SIGNATURE |leaf?| #8#) (SIGNATURE |nodes| #14=((|List| |#1|) |#1|)) (SIGNATURE |children| #14#)) (|LazyStreamAggregate| |#2|) (|Type|)) (T |LazyStreamAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|value| ((|#1| $) 43 T ELT)) (|third| ((|#1| . #3=($)) 62 T ELT)) (|tail| (#4=($ $) 64 T ELT)) (|swap!| (((|Void|) $ #5=(|Integer|) #5#) 99 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|split!| (($ $ (|Integer|)) 49 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|size?| (#6=(#7=(|Boolean|) $ (|NonNegativeInteger|)) 82 T ELT)) (|setvalue!| ((|#1| $ |#1|) 34 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setrest!| (#8=($ $ $) 53 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setlast!| ((|#1| $ |#1|) 51 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setfirst!| ((|#1| $ |#1|) 55 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setelt| ((|#1| $ #9="value" |#1|) 35 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ #10="first" |#1|) 54 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) (($ $ #11="rest" $) 52 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ #12="last" |#1|) 50 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ #13=(|UniversalSegment| #5#) |#1|) 115 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ #5# |#1|) 88 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setchildren!| (($ $ #14=(|List| $)) 36 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|select| (($ (|Mapping| (|Boolean|) |#1|) $) 103 T ELT)) (|second| ((|#1| . #3#) 63 T ELT)) (|sample| (#15=($) 6 T CONST)) (|rst| (($ $) 123 T ELT)) (|rest| (#4# 70 T ELT) (#16=($ $ #17=(|NonNegativeInteger|)) 68 T ELT)) (|removeDuplicates| (($ $) 101 (AND (|has| |#1| . #18=((|BasicType|))) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove| (($ |#1| $) 102 (AND (|has| |#1| . #18#) (|has| $ (|FiniteAggregate| |#1|))) ELT) (($ (|Mapping| (|Boolean|) |#1|) $) 104 T ELT)) (|qsetelt!| ((|#1| $ #5# |#1|) 87 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|qelt| ((|#1| $ #5#) 89 T ELT)) (|possiblyInfinite?| (#19=(#7# $) 85 T ELT)) (|numberOfComputedEntries| (((|NonNegativeInteger|) $) 122 T ELT)) (|nodes| (#20=(#14# $) 45 T ELT)) (|node?| (#21=(#22=(|Boolean|) $ $) 37 (|has| |#1| . #23=((|BasicType|))) ELT)) (|new| (($ (|NonNegativeInteger|) |#1|) 107 T ELT)) (|more?| (#6# 83 T ELT)) (|minIndex| ((#5# . #24=($)) 97 (|has| #5# . #25=((|OrderedSet|))) ELT)) (|maxIndex| ((#5# . #24#) 96 (|has| #5# . #25#) ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT) (($ (|Mapping| |#1| |#1| |#1|) $ $) 110 T ELT)) (|less?| (#6# 84 T ELT)) (|leaves| (((|List| |#1|) $) 40 T ELT)) (|leaf?| (#26=(#22# $) 44 T ELT)) (|lazyEvaluate| (($ $) 125 T ELT)) (|lazy?| (((|Boolean|) $) 126 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #27=((|SetCategory|))) ELT)) (|last| ((|#1| . #3#) 67 T ELT) (#16# 65 T ELT)) (|insert| (($ $ $ #5#) 114 T ELT) (($ |#1| $ #5#) 113 T ELT)) (|indices| (((|List| #5#) $) 94 T ELT)) (|index?| ((#28=(|Boolean|) #5# $) 93 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #27#) ELT)) (|frst| ((|#1| $) 124 T ELT)) (|first| ((|#1| . #3#) 73 T ELT) (#16# 71 T ELT)) (|fill!| (($ $ |#1|) 98 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|extend| (($ $ (|Integer|)) 121 T ELT)) (|explicitlyFinite?| (#19# 86 T ELT)) (|explicitlyEmpty?| (((|Boolean|) $) 127 T ELT)) (|explicitEntries?| (((|Boolean|) $) 128 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #27#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #27#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #27#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #27#)) ELT)) (|eq?| ((#29=(|Boolean|) $ $) 10 T ELT)) (|entry?| ((#28# |#1| $) 95 (AND (|has| $ (|FiniteAggregate| |#1|)) (|has| |#1| (|BasicType|))) ELT)) (|entries| (((|List| |#1|) $) 92 T ELT)) (|empty?| ((#29# $) 7 T ELT)) (|empty| (#15# 8 T ELT)) (|elt| ((|#1| $ #9#) 42 T ELT) ((|#1| $ #10#) 72 T ELT) (($ $ #11#) 69 T ELT) ((|#1| $ #12#) 66 T ELT) (($ $ #13#) 106 T ELT) ((|#1| $ #5#) 91 T ELT) ((|#1| $ #5# |#1|) 90 T ELT)) (|distance| (((|Integer|) $ $) 39 T ELT)) (|delete| (($ $ #13#) 112 T ELT) (($ $ #5#) 111 T ELT)) (|cyclic?| (#26# 41 T ELT)) (|cycleTail| (#4# 59 T ELT)) (|cycleSplit!| (#4# 56 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|cycleLength| ((#17# $) 60 T ELT)) (|cycleEntry| (#4# 61 T ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#30=(|InputForm|) $) 100 (|has| |#1| (|ConvertibleTo| #30#)) ELT)) (|construct| (($ (|List| |#1|)) 105 T ELT)) (|concat!| (#8# 58 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) (($ $ |#1|) 57 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|concat| (#8# 75 T ELT) (($ |#1| $) 74 T ELT) (($ (|List| $)) 109 T ELT) (($ $ |#1|) 108 T ELT)) (|complete| (($ $) 120 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|children| (#20# 46 T ELT)) (|child?| (#21# 38 (|has| |#1| . #23#) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|value| (#4=(|#1| $) 43 T ELT)) (|third| (#4# 62 T ELT)) (|tail| (#5=($ $) 64 T ELT)) (|swap!| (((|Void|) $ #6=(|Integer|) #6#) 99 #7=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|split!| (#8=($ $ #6#) 49 #7# ELT)) (|size?| (#9=(#2# $ #10=(|NonNegativeInteger|)) 82 T ELT)) (|setvalue!| (#11=(|#1| $ |#1|) 34 #7# ELT)) (|setrest!| (#12=($ $ $) 53 #7# ELT)) (|setlast!| (#11# 51 #7# ELT)) (|setfirst!| (#11# 55 #7# ELT)) (|setelt| ((|#1| $ #13="value" |#1|) 35 #7# ELT) ((|#1| $ #14="first" |#1|) 54 #7# ELT) (($ $ #15="rest" $) 52 #7# ELT) ((|#1| $ #16="last" |#1|) 50 #7# ELT) ((|#1| $ #17=(|UniversalSegment| #6#) |#1|) 115 #7# ELT) (#18=(|#1| $ #6# |#1|) 88 #7# ELT)) (|setchildren!| (($ $ #19=(|List| $)) 36 #7# ELT)) (|select| (#20=($ (|Mapping| #2# |#1|) $) 103 T ELT)) (|second| (#4# 63 T ELT)) (|sample| (#21=($) 6 T CONST)) (|rst| (#5# 123 T ELT)) (|rest| (#5# 70 T ELT) (#22=($ $ #10#) 68 T ELT)) (|removeDuplicates| (#5# 101 #23=(AND #3# #24=(|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove| (#25=($ |#1| $) 102 #23# ELT) (#20# 104 T ELT)) (|qsetelt!| (#18# 87 #7# ELT)) (|qelt| (#26=(|#1| $ #6#) 89 T ELT)) (|possiblyInfinite?| (#27=(#2# $) 85 T ELT)) (|numberOfComputedEntries| (#28=(#10# $) 122 T ELT)) (|nodes| (#29=(#19# $) 45 T ELT)) (|node?| (#1# 37 #3# ELT)) (|new| (($ #10# |#1|) 107 T ELT)) (|more?| (#9# 83 T ELT)) (|minIndex| (#30=(#6# $) 97 #31=(|has| #6# (|OrderedSet|)) ELT)) (|maxIndex| (#30# 96 #31# ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT) (($ (|Mapping| |#1| |#1| |#1|) $ $) 110 T ELT)) (|less?| (#9# 84 T ELT)) (|leaves| (#32=(#33=(|List| |#1|) $) 40 T ELT)) (|leaf?| (#27# 44 T ELT)) (|lazyEvaluate| (#5# 125 T ELT)) (|lazy?| (#27# 126 T ELT)) (|latex| (((|String|) $) 21 #34=(|has| |#1| (|SetCategory|)) ELT)) (|last| (#4# 67 T ELT) (#22# 65 T ELT)) (|insert| (($ $ $ #6#) 114 T ELT) (($ |#1| $ #6#) 113 T ELT)) (|indices| (((|List| #6#) $) 94 T ELT)) (|index?| ((#2# #6# $) 93 T ELT)) (|hash| (((|SingleInteger|) $) 20 #34# ELT)) (|frst| (#4# 124 T ELT)) (|first| (#4# 73 T ELT) (#22# 71 T ELT)) (|fill!| (#35=($ $ |#1|) 98 #7# ELT)) (|extend| (#8# 121 T ELT)) (|explicitlyFinite?| (#27# 86 T ELT)) (|explicitlyEmpty?| (#27# 127 T ELT)) (|explicitEntries?| (#27# 128 T ELT)) (|eval| (($ $ (|List| #36=(|Equation| |#1|))) 25 #37=(AND (|has| |#1| (|Evalable| |#1|)) #34#) ELT) (($ $ #36#) 24 #37# ELT) (($ $ |#1| |#1|) 23 #37# ELT) (($ $ #33# #33#) 22 #37# ELT)) (|eq?| (#1# 10 T ELT)) (|entry?| ((#2# |#1| $) 95 (AND #24# #3#) ELT)) (|entries| (#32# 92 T ELT)) (|empty?| (#27# 7 T ELT)) (|empty| (#21# 8 T ELT)) (|elt| ((|#1| $ #13#) 42 T ELT) ((|#1| $ #14#) 72 T ELT) (($ $ #15#) 69 T ELT) ((|#1| $ #16#) 66 T ELT) (#38=($ $ #17#) 106 T ELT) (#26# 91 T ELT) (#18# 90 T ELT)) (|distance| ((#6# $ $) 39 T ELT)) (|delete| (#38# 112 T ELT) (#8# 111 T ELT)) (|cyclic?| (#27# 41 T ELT)) (|cycleTail| (#5# 59 T ELT)) (|cycleSplit!| (#5# 56 #7# ELT)) (|cycleLength| (#28# 60 T ELT)) (|cycleEntry| (#5# 61 T ELT)) (|copy| (#5# 9 T ELT)) (|convert| ((#39=(|InputForm|) $) 100 (|has| |#1| (|ConvertibleTo| #39#)) ELT)) (|construct| (($ #33#) 105 T ELT)) (|concat!| (#12# 58 #7# ELT) (#35# 57 #7# ELT)) (|concat| (#12# 75 T ELT) (#25# 74 T ELT) (($ #19#) 109 T ELT) (#35# 108 T ELT)) (|complete| (#5# 120 T ELT)) (|coerce| ((#40=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #40#)) ELT)) (|children| (#29# 46 T ELT)) (|child?| (#1# 38 #3# ELT)) (|before?| (#1# 19 #3# ELT)) (= (#1# 17 #3# ELT)))
(((|LazyStreamAggregate| |#1|) (|Category|) (|Type|)) (T |LazyStreamAggregate|))
-((|remove| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| (|Boolean|) *3)) (|ofCategory| *1 (|LazyStreamAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|select| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| (|Boolean|) *3)) (|ofCategory| *1 (|LazyStreamAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|explicitEntries?| (*1 *2 *1) (AND (|ofCategory| *1 (|LazyStreamAggregate| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|Boolean|)))) (|explicitlyEmpty?| (*1 *2 *1) (AND (|ofCategory| *1 (|LazyStreamAggregate| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|Boolean|)))) (|lazy?| (*1 *2 *1) (AND (|ofCategory| *1 (|LazyStreamAggregate| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|Boolean|)))) (|lazyEvaluate| (*1 *1 *1) (AND (|ofCategory| *1 (|LazyStreamAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|frst| (*1 *2 *1) (AND (|ofCategory| *1 (|LazyStreamAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|rst| (*1 *1 *1) (AND (|ofCategory| *1 (|LazyStreamAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|numberOfComputedEntries| (*1 *2 *1) (AND (|ofCategory| *1 (|LazyStreamAggregate| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|extend| (*1 *1 *1 *2) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|LazyStreamAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|complete| (*1 *1 *1) (AND (|ofCategory| *1 (|LazyStreamAggregate| *2)) (|ofCategory| *2 (|Type|)))))
-(|Join| (|StreamAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |remove| ($ (|Mapping| (|Boolean|) |t#1|) $)) (SIGNATURE |select| ($ (|Mapping| (|Boolean|) |t#1|) $)) (SIGNATURE |explicitEntries?| ((|Boolean|) $)) (SIGNATURE |explicitlyEmpty?| ((|Boolean|) $)) (SIGNATURE |lazy?| ((|Boolean|) $)) (SIGNATURE |lazyEvaluate| ($ $)) (SIGNATURE |frst| (|t#1| $)) (SIGNATURE |rst| ($ $)) (SIGNATURE |numberOfComputedEntries| ((|NonNegativeInteger|) $)) (SIGNATURE |extend| ($ $ (|Integer|))) (SIGNATURE |complete| ($ $))))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| (|Integer|)) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|LinearAggregate| |#1|) . T) ((|RecursiveAggregate| |#1|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|StreamAggregate| |#1|) . T) ((|Type|) . T) ((|UnaryRecursiveAggregate| |#1|) . T))
+((|remove| #1=(*1 *1 *2 *1) #2=(AND (|isDomain| *2 (|Mapping| #3=(|Boolean|) *3)) #4=(|ofCategory| *1 (|LazyStreamAggregate| *3)) #5=(|ofCategory| *3 #6=(|Type|)))) (|select| #1# #2#) (|explicitEntries?| #7=(*1 *2 *1) #8=(AND #4# #5# (|isDomain| *2 #3#))) (|explicitlyEmpty?| #7# #8#) (|lazy?| #7# #8#) (|lazyEvaluate| #9=(*1 *1 *1) #10=(AND (|ofCategory| *1 (|LazyStreamAggregate| *2)) (|ofCategory| *2 #6#))) (|frst| #7# #10#) (|rst| #9# #10#) (|numberOfComputedEntries| #7# (AND #4# #5# (|isDomain| *2 (|NonNegativeInteger|)))) (|extend| (*1 *1 *1 *2) (AND (|isDomain| *2 (|Integer|)) #4# #5#)) (|complete| #9# #10#))
+(|Join| (|StreamAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |remove| #1=($ (|Mapping| #2=(|Boolean|) |t#1|) $)) (SIGNATURE |select| #1#) (SIGNATURE |explicitEntries?| #3=(#2# $)) (SIGNATURE |explicitlyEmpty?| #3#) (SIGNATURE |lazy?| #3#) (SIGNATURE |lazyEvaluate| #4=($ $)) (SIGNATURE |frst| (|t#1| $)) (SIGNATURE |rst| #4#) (SIGNATURE |numberOfComputedEntries| ((|NonNegativeInteger|) $)) (SIGNATURE |extend| ($ $ (|Integer|))) (SIGNATURE |complete| #4#)))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| #1#) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|LinearAggregate| |#1|) . T) ((|RecursiveAggregate| |#1|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|StreamAggregate| |#1|) . T) ((|Type|) . T) ((|UnaryRecursiveAggregate| |#1|) . T))
((~= #1=(((|Boolean|) $ $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|head| (((|HeadAst|) $) 15 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|coerce| (((|OutputForm|) $) 24 T ELT) (($ #2=(|Syntax|)) NIL T ELT) ((#2# $) NIL T ELT)) (|body| (((|SpadAst|) $) 17 T ELT)) (|before?| #1#) (= #1#))
(((|MacroAst|) (|Join| (|SpadSyntaxCategory|) (CATEGORY |domain| (SIGNATURE |head| ((|HeadAst|) $)) (SIGNATURE |body| ((|SpadAst|) $))))) (T |MacroAst|))
((|head| #1=(*1 *2 *1) (AND (|isDomain| *2 (|HeadAst|)) #2=(|isDomain| *1 (|MacroAst|)))) (|body| #1# (AND (|isDomain| *2 (|SpadAst|)) #2#)))
@@ -2072,11 +2072,11 @@ NIL
((|zero| (($ #1=(|NonNegativeInteger|) #1#) 42 T ELT)) (|vertConcat| (#2=($ $ $) 73 T ELT)) (|transpose| (($ |#3|) 68 T ELT) (#3=($ $) 69 T ELT)) (|symmetric?| (#4=((|Boolean|) $) 36 T ELT)) (|swapRows!| (#5=($ $ #6=(|Integer|) #6#) 84 T ELT)) (|swapColumns!| (#5# 85 T ELT)) (|subMatrix| (($ $ #6# #6# #6# #6#) 90 T ELT)) (|squareTop| (#3# 71 T ELT)) (|square?| (#4# 15 T ELT)) (|setsubMatrix!| (($ $ #6# #6# $) 91 T ELT)) (|setelt| #7=((|#2| $ #6# #6# |#2|) NIL T ELT) (($ $ #8=(|List| #6#) #8# $) 89 T ELT)) (|scalarMatrix| (($ #1# |#2|) 55 T ELT)) (|matrix| (($ #9=(|List| #10=(|List| |#2|))) 51 T ELT) (($ #1# #1# (|Mapping| |#2| #6# #6#)) 53 T ELT)) (|listOfLists| ((#9# $) 80 T ELT)) (|horizConcat| (#2# 72 T ELT)) (|exquo| (((|Union| $ "failed") $ |#2|) 122 T ELT)) (|elt| ((|#2| $ #6# #6#) NIL T ELT) #7# (($ $ #8# #8#) 88 T ELT)) (|diagonalMatrix| (($ #10#) 56 T ELT) (($ (|List| $)) 58 T ELT)) (|diagonal?| (#4# 28 T ELT)) (|coerce| (($ |#4|) 63 T ELT) (((|OutputForm|) $) NIL T ELT)) (|antisymmetric?| (#4# 38 T ELT)) (/ (#11=($ $ |#2|) 124 T ELT)) (- (#2# 95 T ELT) (#3# 98 T ELT)) (+ (#2# 93 T ELT)) (** (($ $ #1#) 111 T ELT) (($ $ #6#) 128 T ELT)) (* (#2# 104 T ELT) (($ |#2| $) 100 T ELT) (#11# 101 T ELT) (($ #6# $) 103 T ELT) ((|#4| $ |#4|) 115 T ELT) ((|#3| |#3| $) 119 T ELT)))
(((|MatrixCategory&| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |coerce| ((|OutputForm|) |#1|)) (SIGNATURE ** (|#1| |#1| #1=(|Integer|))) (SIGNATURE / #2=(|#1| |#1| |#2|)) (SIGNATURE |exquo| ((|Union| |#1| "failed") |#1| |#2|)) (SIGNATURE ** (|#1| |#1| #3=(|NonNegativeInteger|))) (SIGNATURE * (|#3| |#3| |#1|)) (SIGNATURE * (|#4| |#1| |#4|)) (SIGNATURE * (|#1| #1# |#1|)) (SIGNATURE * #2#) (SIGNATURE * (|#1| |#2| |#1|)) (SIGNATURE * #4=(|#1| |#1| |#1|)) (SIGNATURE - #5=(|#1| |#1|)) (SIGNATURE - #4#) (SIGNATURE + #4#) (SIGNATURE |setsubMatrix!| (|#1| |#1| #1# #1# |#1|)) (SIGNATURE |subMatrix| (|#1| |#1| #1# #1# #1# #1#)) (SIGNATURE |swapColumns!| #6=(|#1| |#1| #1# #1#)) (SIGNATURE |swapRows!| #6#) (SIGNATURE |setelt| (|#1| |#1| #7=(|List| #1#) #7# |#1|)) (SIGNATURE |elt| (|#1| |#1| #7# #7#)) (SIGNATURE |listOfLists| (#8=(|List| #9=(|List| |#2|)) |#1|)) (SIGNATURE |vertConcat| #4#) (SIGNATURE |horizConcat| #4#) (SIGNATURE |squareTop| #5#) (SIGNATURE |transpose| #5#) (SIGNATURE |transpose| (|#1| |#3|)) (SIGNATURE |coerce| (|#1| |#4|)) (SIGNATURE |diagonalMatrix| (|#1| (|List| |#1|))) (SIGNATURE |diagonalMatrix| (|#1| #9#)) (SIGNATURE |scalarMatrix| (|#1| #3# |#2|)) (SIGNATURE |matrix| (|#1| #3# #3# (|Mapping| |#2| #1# #1#))) (SIGNATURE |matrix| (|#1| #8#)) (SIGNATURE |zero| (|#1| #3# #3#)) (SIGNATURE |antisymmetric?| #10=((|Boolean|) |#1|)) (SIGNATURE |symmetric?| #10#) (SIGNATURE |diagonal?| #10#) (SIGNATURE |square?| #10#) (SIGNATURE |setelt| #11=(|#2| |#1| #1# #1# |#2|)) (SIGNATURE |elt| #11#) (SIGNATURE |elt| (|#2| |#1| #1# #1#))) (|MatrixCategory| |#2| |#3| |#4|) (|Ring|) #12=(|FiniteLinearAggregate| |#2|) #12#) (T |MatrixCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|zero| (($ (|NonNegativeInteger|) (|NonNegativeInteger|)) 108 T ELT)) (|vertConcat| (($ $ $) 97 T ELT)) (|transpose| (($ |#2|) 101 T ELT) (($ $) 100 T ELT)) (|symmetric?| (((|Boolean|) $) 110 T ELT)) (|swapRows!| (($ $ (|Integer|) (|Integer|)) 93 T ELT)) (|swapColumns!| (($ $ (|Integer|) (|Integer|)) 92 T ELT)) (|subMatrix| (($ $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) 91 T ELT)) (|squareTop| (($ $) 99 T ELT)) (|square?| (((|Boolean|) $) 112 T ELT)) (|setsubMatrix!| (($ $ (|Integer|) (|Integer|) $) 90 T ELT)) (|setelt| ((|#1| $ #3=(|Integer|) #3# |#1|) 52 T ELT) (($ $ (|List| (|Integer|)) (|List| (|Integer|)) $) 94 T ELT)) (|setRow!| (($ $ #3# |#2|) 50 T ELT)) (|setColumn!| (($ $ #3# |#3|) 49 T ELT)) (|scalarMatrix| (($ (|NonNegativeInteger|) |#1|) 105 T ELT)) (|sample| (#4=($) 6 T CONST)) (|rowEchelon| (($ $) 77 (|has| |#1| (|EuclideanDomain|)) ELT)) (|row| ((|#2| $ #3#) 54 T ELT)) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $) 39 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) 38 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 34 (|has| |#1| . #5=((|BasicType|))) ELT)) (|rank| (((|NonNegativeInteger|) $) 76 (|has| |#1| (|IntegralDomain|)) ELT)) (|qsetelt!| ((|#1| $ #3# #3# |#1|) 51 T ELT)) (|qelt| ((|#1| . #6=($ #3# #3#)) 56 T ELT)) (|nullity| (((|NonNegativeInteger|) $) 75 (|has| |#1| (|IntegralDomain|)) ELT)) (|nullSpace| (((|List| |#3|) $) 74 (|has| |#1| (|IntegralDomain|)) ELT)) (|nrows| (#7=(#8=(|NonNegativeInteger|) $) 59 T ELT)) (|new| (($ #8# #8# |#1|) 65 T ELT)) (|ncols| (#7# 58 T ELT)) (|minordet| ((|#1| $) 72 (|has| |#1| (ATTRIBUTE (|commutative| #9="*"))) ELT)) (|minRowIndex| (#10=(#3# $) 63 T ELT)) (|minColIndex| (#10# 61 T ELT)) (|members| (((|List| |#1|) $) 40 T ELT)) (|member?| ((#11=(|Boolean|) |#1| $) 35 (|has| |#1| . #5#) ELT)) (|maxRowIndex| (#10# 62 T ELT)) (|maxColIndex| (#10# 60 T ELT)) (|matrix| (($ (|List| (|List| |#1|))) 107 T ELT) (($ (|NonNegativeInteger|) (|NonNegativeInteger|) (|Mapping| |#1| (|Integer|) (|Integer|))) 106 T ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 66 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT) (($ (|Mapping| |#1| |#1| |#1|) $ $) 48 T ELT) (($ (|Mapping| |#1| |#1| |#1|) $ $ |#1|) 47 T ELT)) (|listOfLists| (((|List| (|List| |#1|)) $) 96 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #12=((|SetCategory|))) ELT)) (|inverse| (((|Union| $ "failed") $) 71 (|has| |#1| (|Field|)) ELT)) (|horizConcat| (($ $ $) 98 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #12#) ELT)) (|find| (((|Union| |#1| "failed") (|Mapping| #11# |#1|) $) 37 T ELT)) (|fill!| (($ $ |#1|) 64 T ELT)) (|exquo| (((|Union| $ "failed") $ |#1|) 79 (|has| |#1| (|IntegralDomain|)) ELT)) (|every?| ((#11# (|Mapping| #11# |#1|) . #13=($)) 42 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #12#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #12#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #12#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #12#)) ELT)) (|eq?| ((#14=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#14# $) 7 T ELT)) (|empty| (#4# 8 T ELT)) (|elt| ((|#1| . #6#) 57 T ELT) ((|#1| $ #3# #3# |#1|) 55 T ELT) (($ $ (|List| (|Integer|)) (|List| (|Integer|))) 95 T ELT)) (|diagonalMatrix| (($ (|List| |#1|)) 104 T ELT) (($ (|List| $)) 103 T ELT)) (|diagonal?| (((|Boolean|) $) 111 T ELT)) (|determinant| ((|#1| $) 73 (|has| |#1| (ATTRIBUTE (|commutative| #9#))) ELT)) (|count| ((#15=(|NonNegativeInteger|) (|Mapping| #11# |#1|) $) 41 T ELT) ((#15# |#1| $) 36 (|has| |#1| . #5#) ELT)) (|copy| (($ $) 9 T ELT)) (|column| ((|#3| $ #3#) 53 T ELT)) (|coerce| (($ |#3|) 102 T ELT) (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (|any?| ((#11# (|Mapping| #11# |#1|) . #13#) 43 T ELT)) (|antisymmetric?| (((|Boolean|) $) 109 T ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)) (/ (($ $ |#1|) 78 (|has| |#1| (|Field|)) ELT)) (- (($ $ $) 88 T ELT) (($ $) 87 T ELT)) (+ (($ $ $) 89 T ELT)) (** (($ $ (|NonNegativeInteger|)) 80 T ELT) (($ $ (|Integer|)) 70 (|has| |#1| (|Field|)) ELT)) (* (($ $ $) 86 T ELT) (($ |#1| $) 85 T ELT) (($ $ |#1|) 84 T ELT) (($ (|Integer|) $) 83 T ELT) ((|#3| $ |#3|) 82 T ELT) ((|#2| |#2| $) 81 T ELT)) (|#| ((#15# $) 44 T ELT)))
-(((|MatrixCategory| |#1| |#2| |#3|) (|Category|) (|Ring|) (|FiniteLinearAggregate| |t#1|) (|FiniteLinearAggregate| |t#1|)) (T |MatrixCategory|))
-((|square?| (*1 *2 *1) (AND (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)) (|isDomain| *2 (|Boolean|)))) (|diagonal?| (*1 *2 *1) (AND (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)) (|isDomain| *2 (|Boolean|)))) (|symmetric?| (*1 *2 *1) (AND (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)) (|isDomain| *2 (|Boolean|)))) (|antisymmetric?| (*1 *2 *1) (AND (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)) (|isDomain| *2 (|Boolean|)))) (|zero| (*1 *1 *2 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)))) (|matrix| (*1 *1 *2) (AND (|isDomain| *2 (|List| (|List| *3))) (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)))) (|matrix| (*1 *1 *2 *2 *3) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|isDomain| *3 (|Mapping| *4 (|Integer|) (|Integer|))) (|ofCategory| *4 (|Ring|)) (|ofCategory| *1 (|MatrixCategory| *4 *5 *6)) (|ofCategory| *5 (|FiniteLinearAggregate| *4)) (|ofCategory| *6 (|FiniteLinearAggregate| *4)))) (|scalarMatrix| (*1 *1 *2 *3) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)))) (|diagonalMatrix| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)))) (|diagonalMatrix| (*1 *1 *2) (AND (|isDomain| *2 (|List| *1)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)))) (|coerce| (*1 *1 *2) (AND (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|MatrixCategory| *3 *4 *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *2 (|FiniteLinearAggregate| *3)))) (|transpose| (*1 *1 *2) (AND (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|MatrixCategory| *3 *2 *4)) (|ofCategory| *2 (|FiniteLinearAggregate| *3)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)))) (|transpose| (*1 *1 *1) (AND (|ofCategory| *1 (|MatrixCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|FiniteLinearAggregate| *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)))) (|squareTop| (*1 *1 *1) (AND (|ofCategory| *1 (|MatrixCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|FiniteLinearAggregate| *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)))) (|horizConcat| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|MatrixCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|FiniteLinearAggregate| *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)))) (|vertConcat| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|MatrixCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|FiniteLinearAggregate| *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)))) (|listOfLists| (*1 *2 *1) (AND (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)) (|isDomain| *2 (|List| (|List| *3))))) (|elt| (*1 *1 *1 *2 *2) (AND (|isDomain| *2 (|List| (|Integer|))) (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)))) (|setelt| (*1 *1 *1 *2 *2 *1) (AND (|isDomain| *2 (|List| (|Integer|))) (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)))) (|swapRows!| (*1 *1 *1 *2 *2) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)))) (|swapColumns!| (*1 *1 *1 *2 *2) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)))) (|subMatrix| (*1 *1 *1 *2 *2 *2 *2) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)))) (|setsubMatrix!| (*1 *1 *1 *2 *2 *1) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)))) (+ (*1 *1 *1 *1) (AND (|ofCategory| *1 (|MatrixCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|FiniteLinearAggregate| *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)))) (- (*1 *1 *1 *1) (AND (|ofCategory| *1 (|MatrixCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|FiniteLinearAggregate| *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)))) (- (*1 *1 *1) (AND (|ofCategory| *1 (|MatrixCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|FiniteLinearAggregate| *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)))) (* (*1 *1 *1 *1) (AND (|ofCategory| *1 (|MatrixCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|FiniteLinearAggregate| *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)))) (* (*1 *1 *2 *1) (AND (|ofCategory| *1 (|MatrixCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|FiniteLinearAggregate| *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)))) (* (*1 *1 *1 *2) (AND (|ofCategory| *1 (|MatrixCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|FiniteLinearAggregate| *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)))) (* (*1 *1 *2 *1) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)))) (* (*1 *2 *1 *2) (AND (|ofCategory| *1 (|MatrixCategory| *3 *4 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *2 (|FiniteLinearAggregate| *3)))) (* (*1 *2 *2 *1) (AND (|ofCategory| *1 (|MatrixCategory| *3 *2 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *2 (|FiniteLinearAggregate| *3)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)))) (** (*1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)))) (|exquo| (*1 *1 *1 *2) (|partial| AND (|ofCategory| *1 (|MatrixCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|FiniteLinearAggregate| *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)) (|ofCategory| *2 (|IntegralDomain|)))) (/ (*1 *1 *1 *2) (AND (|ofCategory| *1 (|MatrixCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|FiniteLinearAggregate| *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)) (|ofCategory| *2 (|Field|)))) (|rowEchelon| (*1 *1 *1) (AND (|ofCategory| *1 (|MatrixCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|FiniteLinearAggregate| *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)) (|ofCategory| *2 (|EuclideanDomain|)))) (|rank| (*1 *2 *1) (AND (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)) (|ofCategory| *3 (|IntegralDomain|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|nullity| (*1 *2 *1) (AND (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)) (|ofCategory| *3 (|IntegralDomain|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|nullSpace| (*1 *2 *1) (AND (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)) (|ofCategory| *3 (|IntegralDomain|)) (|isDomain| *2 (|List| *5)))) (|determinant| (*1 *2 *1) (AND (|ofCategory| *1 (|MatrixCategory| *2 *3 *4)) (|ofCategory| *3 (|FiniteLinearAggregate| *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)) (|has| *2 (ATTRIBUTE (|commutative| #1="*"))) (|ofCategory| *2 (|Ring|)))) (|minordet| (*1 *2 *1) (AND (|ofCategory| *1 (|MatrixCategory| *2 *3 *4)) (|ofCategory| *3 (|FiniteLinearAggregate| *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)) (|has| *2 (ATTRIBUTE (|commutative| #1#))) (|ofCategory| *2 (|Ring|)))) (|inverse| (*1 *1 *1) (|partial| AND (|ofCategory| *1 (|MatrixCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|FiniteLinearAggregate| *2)) (|ofCategory| *4 (|FiniteLinearAggregate| *2)) (|ofCategory| *2 (|Field|)))) (** (*1 *1 *1 *2) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|FiniteLinearAggregate| *3)) (|ofCategory| *5 (|FiniteLinearAggregate| *3)) (|ofCategory| *3 (|Field|)))))
-(|Join| (|TwoDimensionalArrayCategory| |t#1| |t#2| |t#3|) (CATEGORY |domain| (SIGNATURE |square?| ((|Boolean|) $)) (SIGNATURE |diagonal?| ((|Boolean|) $)) (SIGNATURE |symmetric?| ((|Boolean|) $)) (SIGNATURE |antisymmetric?| ((|Boolean|) $)) (SIGNATURE |zero| ($ (|NonNegativeInteger|) (|NonNegativeInteger|))) (SIGNATURE |matrix| ($ (|List| (|List| |t#1|)))) (SIGNATURE |matrix| ($ (|NonNegativeInteger|) (|NonNegativeInteger|) (|Mapping| |t#1| (|Integer|) (|Integer|)))) (SIGNATURE |scalarMatrix| ($ (|NonNegativeInteger|) |t#1|)) (SIGNATURE |diagonalMatrix| ($ (|List| |t#1|))) (SIGNATURE |diagonalMatrix| ($ (|List| $))) (SIGNATURE |coerce| ($ |t#3|)) (SIGNATURE |transpose| ($ |t#2|)) (SIGNATURE |transpose| ($ $)) (SIGNATURE |squareTop| ($ $)) (SIGNATURE |horizConcat| ($ $ $)) (SIGNATURE |vertConcat| ($ $ $)) (SIGNATURE |listOfLists| ((|List| (|List| |t#1|)) $)) (SIGNATURE |elt| ($ $ (|List| (|Integer|)) (|List| (|Integer|)))) (SIGNATURE |setelt| ($ $ (|List| (|Integer|)) (|List| (|Integer|)) $)) (SIGNATURE |swapRows!| ($ $ (|Integer|) (|Integer|))) (SIGNATURE |swapColumns!| ($ $ (|Integer|) (|Integer|))) (SIGNATURE |subMatrix| ($ $ (|Integer|) (|Integer|) (|Integer|) (|Integer|))) (SIGNATURE |setsubMatrix!| ($ $ (|Integer|) (|Integer|) $)) (SIGNATURE + ($ $ $)) (SIGNATURE - ($ $ $)) (SIGNATURE - ($ $)) (SIGNATURE * ($ $ $)) (SIGNATURE * ($ |t#1| $)) (SIGNATURE * ($ $ |t#1|)) (SIGNATURE * ($ (|Integer|) $)) (SIGNATURE * (|t#3| $ |t#3|)) (SIGNATURE * (|t#2| |t#2| $)) (SIGNATURE ** ($ $ (|NonNegativeInteger|))) (IF (|has| |t#1| (|IntegralDomain|)) (SIGNATURE |exquo| ((|Union| $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (|Field|)) (SIGNATURE / ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (|EuclideanDomain|)) (SIGNATURE |rowEchelon| ($ $)) |%noBranch|) (IF (|has| |t#1| (|IntegralDomain|)) (PROGN (SIGNATURE |rank| ((|NonNegativeInteger|) $)) (SIGNATURE |nullity| ((|NonNegativeInteger|) $)) (SIGNATURE |nullSpace| ((|List| |t#3|) $))) |%noBranch|) (IF (|has| |t#1| (ATTRIBUTE (|commutative| "*"))) (PROGN (SIGNATURE |determinant| (|t#1| $)) (SIGNATURE |minordet| (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (|Field|)) (PROGN (SIGNATURE |inverse| ((|Union| $ "failed") $)) (SIGNATURE ** ($ $ (|Integer|)))) |%noBranch|)))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|TwoDimensionalArrayCategory| |#1| |#2| |#3|) . T) ((|Type|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|zero| (($ #4=(|NonNegativeInteger|) #4#) 108 T ELT)) (|vertConcat| (#5=($ $ $) 97 T ELT)) (|transpose| (($ |#2|) 101 T ELT) (#6=($ $) 100 T ELT)) (|symmetric?| (#7=(#2# $) 110 T ELT)) (|swapRows!| (#8=($ $ #9=(|Integer|) #9#) 93 T ELT)) (|swapColumns!| (#8# 92 T ELT)) (|subMatrix| (($ $ #9# #9# #9# #9#) 91 T ELT)) (|squareTop| (#6# 99 T ELT)) (|square?| (#7# 112 T ELT)) (|setsubMatrix!| (($ $ #9# #9# $) 90 T ELT)) (|setelt| (#10=(|#1| $ #9# #9# |#1|) 52 T ELT) (($ $ #11=(|List| #9#) #11# $) 94 T ELT)) (|setRow!| (($ $ #9# |#2|) 50 T ELT)) (|setColumn!| (($ $ #9# |#3|) 49 T ELT)) (|scalarMatrix| (($ #4# |#1|) 105 T ELT)) (|sample| (#12=($) 6 T CONST)) (|rowEchelon| (#6# 77 (|has| |#1| (|EuclideanDomain|)) ELT)) (|row| ((|#2| $ #9#) 54 T ELT)) (|reduce| ((|#1| #13=(|Mapping| |#1| |#1| |#1|) $) 39 T ELT) ((|#1| #13# $ |#1|) 38 T ELT) ((|#1| #13# $ |#1| |#1|) 34 #3# ELT)) (|rank| (#14=(#4# $) 76 #15=(|has| |#1| (|IntegralDomain|)) ELT)) (|qsetelt!| (#10# 51 T ELT)) (|qelt| (#16=(|#1| $ #9# #9#) 56 T ELT)) (|nullity| (#14# 75 #15# ELT)) (|nullSpace| (((|List| |#3|) $) 74 #15# ELT)) (|nrows| (#14# 59 T ELT)) (|new| (($ #4# #4# |#1|) 65 T ELT)) (|ncols| (#14# 58 T ELT)) (|minordet| (#17=(|#1| $) 72 #18=(|has| |#1| (ATTRIBUTE (|commutative| "*"))) ELT)) (|minRowIndex| (#19=(#9# $) 63 T ELT)) (|minColIndex| (#19# 61 T ELT)) (|members| ((#20=(|List| |#1|) $) 40 T ELT)) (|member?| ((#2# |#1| $) 35 #3# ELT)) (|maxRowIndex| (#19# 62 T ELT)) (|maxColIndex| (#19# 60 T ELT)) (|matrix| (($ #21=(|List| #20#)) 107 T ELT) (($ #4# #4# (|Mapping| |#1| #9# #9#)) 106 T ELT)) (|map!| (#22=($ (|Mapping| |#1| |#1|) $) 66 T ELT)) (|map| (#22# 26 T ELT) (($ #13# $ $) 48 T ELT) (($ #13# $ $ |#1|) 47 T ELT)) (|listOfLists| ((#21# $) 96 T ELT)) (|latex| (((|String|) $) 21 #23=(|has| |#1| (|SetCategory|)) ELT)) (|inverse| ((#24=(|Union| $ #25="failed") $) 71 #26=(|has| |#1| (|Field|)) ELT)) (|horizConcat| (#5# 98 T ELT)) (|hash| (((|SingleInteger|) $) 20 #23# ELT)) (|find| (((|Union| |#1| #25#) #27=(|Mapping| #2# |#1|) $) 37 T ELT)) (|fill!| (#28=($ $ |#1|) 64 T ELT)) (|exquo| ((#24# $ |#1|) 79 #15# ELT)) (|every?| (#29=(#2# #27# $) 42 T ELT)) (|eval| (($ $ (|List| #30=(|Equation| |#1|))) 25 #31=(AND (|has| |#1| (|Evalable| |#1|)) #23#) ELT) (($ $ #30#) 24 #31# ELT) (($ $ |#1| |#1|) 23 #31# ELT) (($ $ #20# #20#) 22 #31# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| (#7# 7 T ELT)) (|empty| (#12# 8 T ELT)) (|elt| (#16# 57 T ELT) (#10# 55 T ELT) (($ $ #11# #11#) 95 T ELT)) (|diagonalMatrix| (($ #20#) 104 T ELT) (($ (|List| $)) 103 T ELT)) (|diagonal?| (#7# 111 T ELT)) (|determinant| (#17# 73 #18# ELT)) (|count| ((#4# #27# $) 41 T ELT) ((#4# |#1| $) 36 #3# ELT)) (|copy| (#6# 9 T ELT)) (|column| ((|#3| $ #9#) 53 T ELT)) (|coerce| (($ |#3|) 102 T ELT) ((#32=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #32#)) ELT)) (|before?| (#1# 19 #3# ELT)) (|any?| (#29# 43 T ELT)) (|antisymmetric?| (#7# 109 T ELT)) (= (#1# 17 #3# ELT)) (/ (#28# 78 #26# ELT)) (- (#5# 88 T ELT) (#6# 87 T ELT)) (+ (#5# 89 T ELT)) (** (($ $ #4#) 80 T ELT) (($ $ #9#) 70 #26# ELT)) (* (#5# 86 T ELT) (($ |#1| $) 85 T ELT) (#28# 84 T ELT) (($ #9# $) 83 T ELT) ((|#3| $ |#3|) 82 T ELT) ((|#2| |#2| $) 81 T ELT)) (|#| (#14# 44 T ELT)))
+(((|MatrixCategory| |#1| |#2| |#3|) (|Category|) (|Ring|) #1=(|FiniteLinearAggregate| |t#1|) #1#) (T |MatrixCategory|))
+((|square?| #1=(*1 *2 *1) #2=(AND #3=(|ofCategory| *1 (|MatrixCategory| *3 *4 *5)) #4=(|ofCategory| *3 #5=(|Ring|)) #6=(|ofCategory| *4 #7=(|FiniteLinearAggregate| *3)) #8=(|ofCategory| *5 #7#) (|isDomain| *2 (|Boolean|)))) (|diagonal?| #1# #2#) (|symmetric?| #1# #2#) (|antisymmetric?| #1# #2#) (|zero| (*1 *1 *2 *2) #9=(AND #10=(|isDomain| *2 (|NonNegativeInteger|)) #4# #3# #6# #8#)) (|matrix| #11=(*1 *1 *2) (AND #12=(|isDomain| *2 (|List| #13=(|List| *3))) #4# #3# #6# #8#)) (|matrix| (*1 *1 *2 *2 *3) (AND #10# (|isDomain| *3 (|Mapping| *4 #14=(|Integer|) #14#)) (|ofCategory| *4 #5#) (|ofCategory| *1 (|MatrixCategory| *4 *5 *6)) (|ofCategory| *5 #15=(|FiniteLinearAggregate| *4)) (|ofCategory| *6 #15#))) (|scalarMatrix| (*1 *1 *2 *3) #9#) (|diagonalMatrix| #11# (AND (|isDomain| *2 #13#) #4# #3# #6# #8#)) (|diagonalMatrix| #11# (AND (|isDomain| *2 (|List| *1)) #4# #3# #6# #8#)) (|coerce| #11# (AND #4# #16=(|ofCategory| *1 (|MatrixCategory| *3 *4 *2)) #6# #17=(|ofCategory| *2 #7#))) (|transpose| #11# (AND #4# #18=(|ofCategory| *1 (|MatrixCategory| *3 *2 *4)) #17# #6#)) (|transpose| #19=(*1 *1 *1) #20=(AND #21=(|ofCategory| *1 (|MatrixCategory| *2 *3 *4)) #22=(|ofCategory| *2 #5#) #23=(|ofCategory| *3 #24=(|FiniteLinearAggregate| *2)) #25=(|ofCategory| *4 #24#))) (|squareTop| #19# #20#) (|horizConcat| #26=(*1 *1 *1 *1) #20#) (|vertConcat| #26# #20#) (|listOfLists| #1# (AND #3# #4# #6# #8# #12#)) (|elt| #27=(*1 *1 *1 *2 *2) #28=(AND (|isDomain| *2 (|List| #14#)) #3# #4# #6# #8#)) (|setelt| #29=(*1 *1 *1 *2 *2 *1) #28#) (|swapRows!| #27# #30=(AND #31=(|isDomain| *2 #14#) #3# #4# #6# #8#)) (|swapColumns!| #27# #30#) (|subMatrix| (*1 *1 *1 *2 *2 *2 *2) #30#) (|setsubMatrix!| #29# #30#) (+ #26# #20#) (- #26# #20#) (- #19# #20#) (* #26# #20#) (* #32=(*1 *1 *2 *1) #20#) (* #33=(*1 *1 *1 *2) #20#) (* #32# #30#) (* (*1 *2 *1 *2) (AND #16# #4# #6# #17#)) (* (*1 *2 *2 *1) (AND #18# #4# #17# #6#)) (** #33# (AND #10# #3# #4# #6# #8#)) (|exquo| #33# (|partial| AND #21# #22# #23# #25# (|ofCategory| *2 #34=(|IntegralDomain|)))) (/ #33# (AND #21# #22# #23# #25# #35=(|ofCategory| *2 #36=(|Field|)))) (|rowEchelon| #19# (AND #21# #22# #23# #25# (|ofCategory| *2 (|EuclideanDomain|)))) (|rank| #1# #37=(AND #3# #4# #6# #8# #38=(|ofCategory| *3 #34#) #10#)) (|nullity| #1# #37#) (|nullSpace| #1# (AND #3# #4# #6# #8# #38# (|isDomain| *2 (|List| *5)))) (|determinant| #1# #39=(AND #21# #23# #25# (|has| *2 (ATTRIBUTE (|commutative| "*"))) #22#)) (|minordet| #1# #39#) (|inverse| #19# (|partial| AND #21# #22# #23# #25# #35#)) (** #33# (AND #31# #3# #4# #6# #8# (|ofCategory| *3 #36#))))
+(|Join| (|TwoDimensionalArrayCategory| |t#1| |t#2| |t#3|) (CATEGORY |domain| (SIGNATURE |square?| #1=((|Boolean|) $)) (SIGNATURE |diagonal?| #1#) (SIGNATURE |symmetric?| #1#) (SIGNATURE |antisymmetric?| #1#) (SIGNATURE |zero| ($ #2=(|NonNegativeInteger|) #2#)) (SIGNATURE |matrix| ($ #3=(|List| #4=(|List| |t#1|)))) (SIGNATURE |matrix| ($ #2# #2# (|Mapping| |t#1| #5=(|Integer|) #5#))) (SIGNATURE |scalarMatrix| ($ #2# |t#1|)) (SIGNATURE |diagonalMatrix| ($ #4#)) (SIGNATURE |diagonalMatrix| ($ (|List| $))) (SIGNATURE |coerce| ($ |t#3|)) (SIGNATURE |transpose| ($ |t#2|)) (SIGNATURE |transpose| #6=($ $)) (SIGNATURE |squareTop| #6#) (SIGNATURE |horizConcat| #7=($ $ $)) (SIGNATURE |vertConcat| #7#) (SIGNATURE |listOfLists| (#3# $)) (SIGNATURE |elt| ($ $ #8=(|List| #5#) #8#)) (SIGNATURE |setelt| ($ $ #8# #8# $)) (SIGNATURE |swapRows!| #9=($ $ #5# #5#)) (SIGNATURE |swapColumns!| #9#) (SIGNATURE |subMatrix| ($ $ #5# #5# #5# #5#)) (SIGNATURE |setsubMatrix!| ($ $ #5# #5# $)) (SIGNATURE + #7#) (SIGNATURE - #7#) (SIGNATURE - #6#) (SIGNATURE * #7#) (SIGNATURE * ($ |t#1| $)) (SIGNATURE * #10=($ $ |t#1|)) (SIGNATURE * ($ #5# $)) (SIGNATURE * (|t#3| $ |t#3|)) (SIGNATURE * (|t#2| |t#2| $)) (SIGNATURE ** ($ $ #2#)) (IF #11=(|has| |t#1| (|IntegralDomain|)) (SIGNATURE |exquo| (#12=(|Union| $ "failed") $ |t#1|)) |%noBranch|) (IF #13=(|has| |t#1| (|Field|)) (SIGNATURE / #10#) |%noBranch|) (IF (|has| |t#1| (|EuclideanDomain|)) (SIGNATURE |rowEchelon| #6#) |%noBranch|) (IF #11# (PROGN (SIGNATURE |rank| #14=(#2# $)) (SIGNATURE |nullity| #14#) (SIGNATURE |nullSpace| ((|List| |t#3|) $))) |%noBranch|) (IF (|has| |t#1| (ATTRIBUTE (|commutative| "*"))) (PROGN (SIGNATURE |determinant| #15=(|t#1| $)) (SIGNATURE |minordet| #15#)) |%noBranch|) (IF #13# (PROGN (SIGNATURE |inverse| (#12# $)) (SIGNATURE ** ($ $ #5#))) |%noBranch|)))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|TwoDimensionalArrayCategory| |#1| |#2| |#3|) . T) ((|Type|) . T))
((|reduce| ((|#5| (|Mapping| |#5| |#1| |#5|) |#4| |#5|) 39 T ELT)) (|map| (((|Union| |#8| #1="failed") (|Mapping| (|Union| |#5| #1#) |#1|) |#4|) 37 T ELT) ((|#8| (|Mapping| |#5| |#1|) |#4|) 31 T ELT)))
(((|MatrixCategoryFunctions2| |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (CATEGORY |package| (SIGNATURE |map| (|#8| (|Mapping| |#5| |#1|) |#4|)) (SIGNATURE |map| ((|Union| |#8| #1="failed") (|Mapping| (|Union| |#5| #1#) |#1|) |#4|)) (SIGNATURE |reduce| (|#5| (|Mapping| |#5| |#1| |#5|) |#4| |#5|))) #2=(|Ring|) #3=(|FiniteLinearAggregate| |#1|) #3# (|MatrixCategory| |#1| |#2| |#3|) #2# #4=(|FiniteLinearAggregate| |#5|) #4# (|MatrixCategory| |#5| |#6| |#7|)) (T |MatrixCategoryFunctions2|))
((|reduce| (*1 *2 *3 *4 *2) (AND (|isDomain| *3 (|Mapping| *2 *5 *2)) #1=(|ofCategory| *5 #2=(|Ring|)) (|ofCategory| *2 #2#) #3=(|ofCategory| *6 #4=(|FiniteLinearAggregate| *5)) #5=(|ofCategory| *7 #4#) (|ofCategory| *8 #6=(|FiniteLinearAggregate| *2)) (|ofCategory| *9 #6#) (|isDomain| *1 (|MatrixCategoryFunctions2| *5 *6 *7 *4 *2 *8 *9 *10)) #7=(|ofCategory| *4 (|MatrixCategory| *5 *6 *7)) (|ofCategory| *10 (|MatrixCategory| *2 *8 *9)))) (|map| #8=(*1 *2 *3 *4) (|partial| AND (|isDomain| *3 (|Mapping| (|Union| *8 "failed") *5)) #1# #9=(|ofCategory| *8 #2#) #3# #5# #10=(|ofCategory| *2 (|MatrixCategory| *8 *9 *10)) #11=(|isDomain| *1 (|MatrixCategoryFunctions2| *5 *6 *7 *4 *8 *9 *10 *2)) #7# #12=(|ofCategory| *9 #13=(|FiniteLinearAggregate| *8)) #14=(|ofCategory| *10 #13#))) (|map| #8# (AND (|isDomain| *3 (|Mapping| *8 *5)) #1# #9# #3# #5# #10# #11# #7# #12# #14#)))
@@ -2095,11 +2095,11 @@ NIL
((|splitDenominator| (((|Record| (|:| |num| #1=(|Matrix| |#1|)) (|:| |den| |#1|)) #2=(|Matrix| |#2|)) 20 T ELT)) (|commonDenominator| ((|#1| #2#) 9 T ELT)) (|clearDenominator| ((#1# #2#) 18 T ELT)))
(((|MatrixCommonDenominator| |#1| |#2|) (CATEGORY |package| (SIGNATURE |commonDenominator| (|#1| #1=(|Matrix| |#2|))) (SIGNATURE |clearDenominator| (#2=(|Matrix| |#1|) #1#)) (SIGNATURE |splitDenominator| ((|Record| (|:| |num| #2#) (|:| |den| |#1|)) #1#))) (|IntegralDomain|) (|QuotientFieldCategory| |#1|)) (T |MatrixCommonDenominator|))
((|splitDenominator| #1=(*1 *2 *3) (AND #2=(|isDomain| *3 (|Matrix| *5)) #3=(|ofCategory| *5 (|QuotientFieldCategory| *4)) #4=(|ofCategory| *4 #5=(|IntegralDomain|)) (|isDomain| *2 (|Record| (|:| |num| #6=(|Matrix| *4)) (|:| |den| *4))) #7=(|isDomain| *1 (|MatrixCommonDenominator| *4 *5)))) (|clearDenominator| #1# (AND #2# #3# #4# (|isDomain| *2 #6#) #7#)) (|commonDenominator| #1# (AND (|isDomain| *3 #6#) (|ofCategory| *4 (|QuotientFieldCategory| *2)) (|ofCategory| *2 #5#) (|isDomain| *1 (|MatrixCommonDenominator| *2 *4)))))
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|select!| (($ (|Mapping| #3=(|Boolean|) |#1|) . #4=($)) 42 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|select| (($ (|Mapping| #5=(|Boolean|) |#1|) . #6=($)) 49 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#7=($) 6 T CONST)) (|removeDuplicates!| (($ $) 55 T ELT)) (|removeDuplicates| (($ $) 51 (AND (|has| |#1| . #8=((|BasicType|))) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove!| (($ |#1| $) 44 (|has| $ (|FiniteAggregate| |#1|)) ELT) (($ (|Mapping| #3# |#1|) . #4#) 43 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|remove| (($ |#1| $) 50 (AND (|has| |#1| . #8#) (|has| $ (|FiniteAggregate| |#1|))) ELT) (($ (|Mapping| #5# |#1|) . #6#) 48 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #9=((|SetCategory|))) ELT)) (|inspect| ((|#1| . #10=($)) 35 T ELT)) (|insert!| (($ |#1| $) 36 T ELT) (($ |#1| $ (|NonNegativeInteger|)) 56 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #9#) ELT)) (|extract!| ((|#1| . #10#) 37 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #9#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #9#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #9#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #9#)) ELT)) (|eq?| ((#11=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#11# $) 7 T ELT)) (|empty| (#7# 8 T ELT)) (|duplicates| (((|List| (|Record| (|:| |entry| |#1|) (|:| |count| (|NonNegativeInteger|)))) $) 54 T ELT)) (|dictionary| (($) 46 T ELT) (($ (|List| |#1|)) 45 T ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#12=(|InputForm|) $) 52 (|has| |#1| (|ConvertibleTo| #12#)) ELT)) (|construct| (($ (|List| |#1|)) 47 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (|bag| (($ (|List| |#1|)) 38 T ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|select!| (#4=($ (|Mapping| #2# |#1|) $) 42 #5=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|select| (#4# 49 #5# ELT)) (|sample| (#6=($) 6 T CONST)) (|removeDuplicates!| (#7=($ $) 55 T ELT)) (|removeDuplicates| (#7# 51 #8=(AND #3# #5#) ELT)) (|remove!| (#9=($ |#1| $) 44 #5# ELT) (#4# 43 #5# ELT)) (|remove| (#9# 50 #8# ELT) (#4# 48 #5# ELT)) (|map!| (#10=($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (#10# 26 T ELT)) (|latex| (((|String|) $) 21 #11=(|has| |#1| (|SetCategory|)) ELT)) (|inspect| (#12=(|#1| $) 35 T ELT)) (|insert!| (#9# 36 T ELT) (($ |#1| $ #13=(|NonNegativeInteger|)) 56 T ELT)) (|hash| (((|SingleInteger|) $) 20 #11# ELT)) (|extract!| (#12# 37 T ELT)) (|eval| (($ $ (|List| #14=(|Equation| |#1|))) 25 #15=(AND (|has| |#1| (|Evalable| |#1|)) #11#) ELT) (($ $ #14#) 24 #15# ELT) (($ $ |#1| |#1|) 23 #15# ELT) (($ $ #16=(|List| |#1|) #16#) 22 #15# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#6# 8 T ELT)) (|duplicates| (((|List| (|Record| (|:| |entry| |#1|) (|:| |count| #13#))) $) 54 T ELT)) (|dictionary| (#6# 46 T ELT) (#17=($ #16#) 45 T ELT)) (|copy| (#7# 9 T ELT)) (|convert| ((#18=(|InputForm|) $) 52 (|has| |#1| (|ConvertibleTo| #18#)) ELT)) (|construct| (#17# 47 T ELT)) (|coerce| ((#19=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #19#)) ELT)) (|before?| (#1# 19 #3# ELT)) (|bag| (#17# 38 T ELT)) (= (#1# 17 #3# ELT)))
(((|MultiDictionary| |#1|) (|Category|) (|SetCategory|)) (T |MultiDictionary|))
-((|insert!| (*1 *1 *2 *1 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|MultiDictionary| *2)) (|ofCategory| *2 (|SetCategory|)))) (|removeDuplicates!| (*1 *1 *1) (AND (|ofCategory| *1 (|MultiDictionary| *2)) (|ofCategory| *2 (|SetCategory|)))) (|duplicates| (*1 *2 *1) (AND (|ofCategory| *1 (|MultiDictionary| *3)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|List| (|Record| (|:| |entry| *3) (|:| |count| (|NonNegativeInteger|))))))))
-(|Join| (|DictionaryOperations| |t#1|) (CATEGORY |domain| (SIGNATURE |insert!| ($ |t#1| $ (|NonNegativeInteger|))) (SIGNATURE |removeDuplicates!| ($ $)) (SIGNATURE |duplicates| ((|List| (|Record| (|:| |entry| |t#1|) (|:| |count| (|NonNegativeInteger|)))) $))))
-(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|DictionaryOperations| |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
+((|insert!| (*1 *1 *2 *1 *3) (AND (|isDomain| *3 #1=(|NonNegativeInteger|)) #2=(|ofCategory| *1 (|MultiDictionary| *2)) #3=(|ofCategory| *2 #4=(|SetCategory|)))) (|removeDuplicates!| (*1 *1 *1) (AND #2# #3#)) (|duplicates| (*1 *2 *1) (AND (|ofCategory| *1 (|MultiDictionary| *3)) (|ofCategory| *3 #4#) (|isDomain| *2 (|List| (|Record| (|:| |entry| *3) (|:| |count| #1#)))))))
+(|Join| (|DictionaryOperations| |t#1|) (CATEGORY |domain| (SIGNATURE |insert!| ($ |t#1| $ #1=(|NonNegativeInteger|))) (SIGNATURE |removeDuplicates!| ($ $)) (SIGNATURE |duplicates| ((|List| (|Record| (|:| |entry| |t#1|) (|:| |count| #1#))) $))))
+(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|DictionaryOperations| |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
((|separateFactors| ((#1=(|List| |#1|) #2=(|List| (|Record| (|:| |factor| |#1|) (|:| |degree| #3=(|Integer|)))) #3#) 66 T ELT)) (|linears| ((|#1| |#1| #3#) 63 T ELT)) (|gcd| ((|#1| |#1| |#1| #3#) 46 T ELT)) (|factor| ((#1# |#1| #3#) 49 T ELT)) (|exptMod| ((|#1| |#1| #3# |#1| #3#) 40 T ELT)) (|ddFact| ((#2# |#1| #3#) 62 T ELT)))
(((|ModularDistinctDegreeFactorizer| |#1|) (CATEGORY |package| (SIGNATURE |gcd| (|#1| |#1| |#1| #1=(|Integer|))) (SIGNATURE |linears| (|#1| |#1| #1#)) (SIGNATURE |factor| (#2=(|List| |#1|) |#1| #1#)) (SIGNATURE |ddFact| (#3=(|List| (|Record| (|:| |factor| |#1|) (|:| |degree| #1#))) |#1| #1#)) (SIGNATURE |separateFactors| (#2# #3# #1#)) (SIGNATURE |exptMod| (|#1| |#1| #1# |#1| #1#))) (|UnivariatePolynomialCategory| #1#)) (T |ModularDistinctDegreeFactorizer|))
((|exptMod| (*1 *2 *2 *3 *2 *3) #1=(AND (|isDomain| *3 #2=(|Integer|)) (|isDomain| *1 (|ModularDistinctDegreeFactorizer| *2)) (|ofCategory| *2 (|UnivariatePolynomialCategory| *3)))) (|separateFactors| #3=(*1 *2 *3 *4) (AND (|isDomain| *3 (|List| (|Record| (|:| |factor| *5) (|:| |degree| #2#)))) #4=(|isDomain| *4 #2#) (|ofCategory| *5 #5=(|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|List| *5)) (|isDomain| *1 (|ModularDistinctDegreeFactorizer| *5)))) (|ddFact| #3# (AND #4# (|isDomain| *2 (|List| (|Record| (|:| |factor| *3) (|:| |degree| *4)))) #6=(|isDomain| *1 (|ModularDistinctDegreeFactorizer| *3)) #7=(|ofCategory| *3 #5#))) (|factor| #3# (AND #4# (|isDomain| *2 (|List| *3)) #6# #7#)) (|linears| (*1 *2 *2 *3) #1#) (|gcd| (*1 *2 *2 *2 *3) #1#))
@@ -2130,11 +2130,11 @@ NIL
((|lifting1| ((#1=(|Union| #2=(|List| #3=(|SparseUnivariatePolynomial| |#4|)) "failed") #3# #4=(|List| |#2|) #2# #5=(|List| |#3|) #6=(|List| |#4|) (|List| (|List| (|Record| (|:| |expt| #7=(|NonNegativeInteger|)) (|:| |pcoef| |#4|)))) #8=(|List| #7#) #9=(|Vector| #10=(|List| (|SparseUnivariatePolynomial| |#3|))) |#3|) 92 T ELT)) (|lifting| ((#1# #3# #4# #10# #5# #6# #8# |#3|) 110 T ELT)) (|corrPoly| ((#1# #3# #4# #5# #8# #2# #9# |#3|) 48 T ELT)))
(((|MultivariateLifting| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |corrPoly| (#1=(|Union| #2=(|List| #3=(|SparseUnivariatePolynomial| |#4|)) "failed") #3# #4=(|List| |#2|) #5=(|List| |#3|) #6=(|List| #7=(|NonNegativeInteger|)) #2# #8=(|Vector| #9=(|List| (|SparseUnivariatePolynomial| |#3|))) |#3|)) (SIGNATURE |lifting| (#1# #3# #4# #9# #5# #10=(|List| |#4|) #6# |#3|)) (SIGNATURE |lifting1| (#1# #3# #4# #2# #5# #10# (|List| (|List| (|Record| (|:| |expt| #7#) (|:| |pcoef| |#4|)))) #6# #8# |#3|))) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|EuclideanDomain|) (|PolynomialCategory| |#3| |#1| |#2|)) (T |MultivariateLifting|))
((|lifting1| (*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10) (|partial| AND (|isDomain| *2 (|List| #1=(|SparseUnivariatePolynomial| *13))) (|isDomain| *3 #1#) (|isDomain| *4 #2=(|List| *12)) (|isDomain| *5 #3=(|List| *10)) (|isDomain| *6 (|List| *13)) (|isDomain| *7 (|List| (|List| (|Record| (|:| |expt| #4=(|NonNegativeInteger|)) (|:| |pcoef| *13))))) #5=(|isDomain| *8 #6=(|List| #4#)) (|isDomain| *9 (|Vector| (|List| (|SparseUnivariatePolynomial| *10)))) (|ofCategory| *12 #7=(|OrderedSet|)) (|ofCategory| *10 #8=(|EuclideanDomain|)) (|ofCategory| *13 (|PolynomialCategory| *10 *11 *12)) (|ofCategory| *11 #9=(|OrderedAbelianMonoidSup|)) (|isDomain| *1 (|MultivariateLifting| *11 *12 *10 *13)))) (|lifting| (*1 *2 *3 *4 *5 *6 *7 *8 *9) (|partial| AND (|isDomain| *4 (|List| *11)) (|isDomain| *5 (|List| (|SparseUnivariatePolynomial| *9))) (|isDomain| *6 (|List| *9)) (|isDomain| *7 #2#) #5# (|ofCategory| *11 #7#) (|ofCategory| *9 #8#) (|ofCategory| *12 (|PolynomialCategory| *9 *10 *11)) (|ofCategory| *10 #9#) (|isDomain| *2 (|List| #10=(|SparseUnivariatePolynomial| *12))) (|isDomain| *1 (|MultivariateLifting| *10 *11 *9 *12)) (|isDomain| *3 #10#))) (|corrPoly| (*1 *2 *3 *4 *5 *6 *2 *7 *8) (|partial| AND (|isDomain| *2 (|List| #11=(|SparseUnivariatePolynomial| *11))) (|isDomain| *3 #11#) (|isDomain| *4 #3#) (|isDomain| *5 (|List| *8)) (|isDomain| *6 #6#) (|isDomain| *7 (|Vector| (|List| (|SparseUnivariatePolynomial| *8)))) (|ofCategory| *10 #7#) (|ofCategory| *8 #8#) (|ofCategory| *11 (|PolynomialCategory| *8 *9 *10)) (|ofCategory| *9 #9#) (|isDomain| *1 (|MultivariateLifting| *9 *10 *8 *11)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|reductum| (($ $) 57 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|monomial| (($ |#1| (|NonNegativeInteger|)) 55 T ELT)) (|minimumDegree| (((|NonNegativeInteger|) $) 59 T ELT)) (|leadingCoefficient| ((|#1| $) 58 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|degree| (((|NonNegativeInteger|) $) 60 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 54 (|has| |#1| (|CommutativeRing|)) ELT)) (|coefficient| ((|#1| $ (|NonNegativeInteger|)) 56 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #4=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 62 T ELT) (($ |#1| . #4#) 61 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#4=($) 23 T CONST)) (|reductum| (#5=($ $) 57 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|monomial| (($ |#1| #6=(|NonNegativeInteger|)) 55 T ELT)) (|minimumDegree| (#7=(#6# $) 59 T ELT)) (|leadingCoefficient| ((|#1| $) 58 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|degree| (#7# 60 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #8=(|Integer|)) 42 T ELT) (($ |#1|) 54 (|has| |#1| (|CommutativeRing|)) ELT)) (|coefficient| ((|#1| $ #6#) 56 T ELT)) (|characteristic| ((#6#) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (#4# 46 T CONST)) (= (#1# 8 T ELT)) (- (#5# 30 T ELT) (#9=($ $ $) 29 T ELT)) (+ (#9# 18 T ELT)) (** (($ $ #10=(|PositiveInteger|)) 36 T ELT) (($ $ #6#) 44 T ELT)) (* (($ #10# $) 17 T ELT) (($ #6# $) 21 T ELT) (($ #8# . #11=($)) 31 T ELT) (#9# 35 T ELT) (($ $ |#1|) 62 T ELT) (($ |#1| . #11#) 61 T ELT)))
(((|MonogenicLinearOperator| |#1|) (|Category|) (|Ring|)) (T |MonogenicLinearOperator|))
-((|degree| (*1 *2 *1) (AND (|ofCategory| *1 (|MonogenicLinearOperator| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|minimumDegree| (*1 *2 *1) (AND (|ofCategory| *1 (|MonogenicLinearOperator| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|leadingCoefficient| (*1 *2 *1) (AND (|ofCategory| *1 (|MonogenicLinearOperator| *2)) (|ofCategory| *2 (|Ring|)))) (|reductum| (*1 *1 *1) (AND (|ofCategory| *1 (|MonogenicLinearOperator| *2)) (|ofCategory| *2 (|Ring|)))) (|coefficient| (*1 *2 *1 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|MonogenicLinearOperator| *2)) (|ofCategory| *2 (|Ring|)))) (|monomial| (*1 *1 *2 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|MonogenicLinearOperator| *2)) (|ofCategory| *2 (|Ring|)))))
-(|Join| (|Ring|) (|BiModule| |t#1| |t#1|) (CATEGORY |domain| (IF (|has| |t#1| (|CommutativeRing|)) (ATTRIBUTE (|Algebra| |t#1|)) |%noBranch|) (SIGNATURE |degree| ((|NonNegativeInteger|) $)) (SIGNATURE |minimumDegree| ((|NonNegativeInteger|) $)) (SIGNATURE |leadingCoefficient| (|t#1| $)) (SIGNATURE |reductum| ($ $)) (SIGNATURE |coefficient| (|t#1| $ (|NonNegativeInteger|))) (SIGNATURE |monomial| ($ |t#1| (|NonNegativeInteger|)))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Monoid|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|degree| #1=(*1 *2 *1) #2=(AND (|ofCategory| *1 (|MonogenicLinearOperator| *3)) (|ofCategory| *3 #3=(|Ring|)) (|isDomain| *2 #4=(|NonNegativeInteger|)))) (|minimumDegree| #1# #2#) (|leadingCoefficient| #1# #5=(AND #6=(|ofCategory| *1 (|MonogenicLinearOperator| *2)) #7=(|ofCategory| *2 #3#))) (|reductum| (*1 *1 *1) #5#) (|coefficient| (*1 *2 *1 *3) #8=(AND (|isDomain| *3 #4#) #6# #7#)) (|monomial| (*1 *1 *2 *3) #8#))
+(|Join| (|Ring|) (|BiModule| |t#1| |t#1|) (CATEGORY |domain| (IF (|has| |t#1| (|CommutativeRing|)) (ATTRIBUTE (|Algebra| |t#1|)) |%noBranch|) (SIGNATURE |degree| #1=(#2=(|NonNegativeInteger|) $)) (SIGNATURE |minimumDegree| #1#) (SIGNATURE |leadingCoefficient| (|t#1| $)) (SIGNATURE |reductum| ($ $)) (SIGNATURE |coefficient| (|t#1| $ #2#)) (SIGNATURE |monomial| ($ |t#1| #2#))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Monoid|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|map| ((|#6| (|Mapping| |#4| |#1|) |#3|) 23 T ELT)))
(((|MultipleMap| |#1| |#2| |#3| |#4| |#5| |#6|) (CATEGORY |package| (SIGNATURE |map| (|#6| (|Mapping| |#4| |#1|) |#3|))) #1=(|IntegralDomain|) (|UnivariatePolynomialCategory| |#1|) (|UnivariatePolynomialCategory| (|Fraction| |#2|)) #1# (|UnivariatePolynomialCategory| |#4|) (|UnivariatePolynomialCategory| (|Fraction| |#5|))) (T |MultipleMap|))
((|map| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Mapping| *7 *5)) (|ofCategory| *5 #1=(|IntegralDomain|)) (|ofCategory| *7 #1#) (|ofCategory| *6 (|UnivariatePolynomialCategory| *5)) (|ofCategory| *2 (|UnivariatePolynomialCategory| (|Fraction| *8))) (|isDomain| *1 (|MultipleMap| *5 *6 *4 *7 *8 *2)) (|ofCategory| *4 (|UnivariatePolynomialCategory| (|Fraction| *6))) (|ofCategory| *8 (|UnivariatePolynomialCategory| *7)))))
@@ -2159,54 +2159,54 @@ NIL
((* (($ (|PositiveInteger|) $) NIL T ELT) (($ (|NonNegativeInteger|) $) NIL T ELT) (($ (|Integer|) $) NIL T ELT) (($ |#2| $) NIL T ELT) (($ $ |#2|) 9 T ELT)))
(((|Module&| |#1| |#2|) (CATEGORY |package| (SIGNATURE * (|#1| |#1| |#2|)) (SIGNATURE * (|#1| |#2| |#1|)) (SIGNATURE * (|#1| (|Integer|) |#1|)) (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)) (SIGNATURE * (|#1| (|PositiveInteger|) |#1|))) (|Module| |#2|) (|CommutativeRing|)) (T |Module&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| ((#2# $ $) 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #4=($)) 31 T ELT) (($ |#1| . #4#) 34 T ELT) (($ $ |#1|) 38 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| (#1# 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#4=($ $ $) 29 T ELT)) (+ (#4# 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #5=($)) 31 T ELT) (($ |#1| . #5#) 34 T ELT) (($ $ |#1|) 38 T ELT)))
(((|Module| |#1|) (|Category|) (|CommutativeRing|)) (T |Module|))
NIL
(|Join| (|BiModule| |t#1| |t#1|) (|LinearSet| |t#1|))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|shift| (#4=($ |#1|) 17 T ELT) (#5=($ $ |#1|) 20 T ELT)) (|scale| (#4# 18 T ELT) (#5# 21 T ELT)) (|sample| (#6=($) NIL T CONST)) (|recip| (((|Union| $ "failed") $) NIL T ELT) (#6# 19 T ELT) (#7=($ $) 22 T ELT)) (|one?| ((#3# $) NIL T ELT)) (|moebius| (($ |#1| |#1| |#1| |#1|) 8 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|inv| (#7# 16 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|eval| ((|#1| $ |#1|) 24 T ELT) ((#8=(|OnePointCompletion| |#1|) $ #8#) 32 T ELT)) (|conjugate| #9=(#10=($ $ $) NIL T ELT)) (|commutator| #9#) (|coerce| (((|OutputForm|) $) 39 T ELT)) (|before?| #1#) (|One| (#6# 9 T CONST)) (= (#2# 48 T ELT)) (/ #9#) (** (($ $ (|PositiveInteger|)) NIL T ELT) (($ $ (|NonNegativeInteger|)) NIL T ELT) (($ $ (|Integer|)) NIL T ELT)) (* (#10# 14 T ELT)))
(((|MoebiusTransform| |#1|) (|Join| (|Group|) (CATEGORY |domain| (SIGNATURE |moebius| ($ |#1| |#1| |#1| |#1|)) (SIGNATURE |shift| #1=($ |#1|)) (SIGNATURE |scale| #1#) (SIGNATURE |recip| ($)) (SIGNATURE |shift| #2=($ $ |#1|)) (SIGNATURE |scale| #2#) (SIGNATURE |recip| ($ $)) (SIGNATURE |eval| (|#1| $ |#1|)) (SIGNATURE |eval| (#3=(|OnePointCompletion| |#1|) $ #3#)))) (|Field|)) (T |MoebiusTransform|))
((|moebius| (*1 *1 *2 *2 *2 *2) #1=(AND (|isDomain| *1 (|MoebiusTransform| *2)) (|ofCategory| *2 #2=(|Field|)))) (|shift| #3=(*1 *1 *2) #1#) (|scale| #3# #1#) (|recip| (*1 *1) #1#) (|shift| #4=(*1 *1 *1 *2) #1#) (|scale| #4# #1#) (|recip| (*1 *1 *1) #1#) (|eval| #5=(*1 *2 *1 *2) #1#) (|eval| #5# (AND (|isDomain| *2 (|OnePointCompletion| *3)) (|ofCategory| *3 #2#) (|isDomain| *1 (|MoebiusTransform| *3)))))
((|rightPower| (#1=($ $ (|PositiveInteger|)) 19 T ELT)) (|leftPower| (#1# 20 T ELT)) (** (#1# 10 T ELT)))
(((|Monad&| |#1|) (CATEGORY |package| (SIGNATURE ** #1=(|#1| |#1| (|PositiveInteger|))) (SIGNATURE |leftPower| #1#) (SIGNATURE |rightPower| #1#)) (|Monad|)) (T |Monad&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|rightPower| (($ $ (|PositiveInteger|)) 19 T ELT)) (|leftPower| (($ $ (|PositiveInteger|)) 18 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)) (** (($ $ (|PositiveInteger|)) 17 T ELT)) (* (($ $ $) 20 T ELT)))
+((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|rightPower| (#2=($ $ (|PositiveInteger|)) 19 T ELT)) (|leftPower| (#2# 18 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)) (** (#2# 17 T ELT)) (* (($ $ $) 20 T ELT)))
(((|Monad|) (|Category|)) (T |Monad|))
-((* (*1 *1 *1 *1) (|ofCategory| *1 (|Monad|))) (|rightPower| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|Monad|)) (|isDomain| *2 (|PositiveInteger|)))) (|leftPower| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|Monad|)) (|isDomain| *2 (|PositiveInteger|)))) (** (*1 *1 *1 *2) (AND (|ofCategory| *1 (|Monad|)) (|isDomain| *2 (|PositiveInteger|)))))
-(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE * ($ $ $)) (SIGNATURE |rightPower| ($ $ (|PositiveInteger|))) (SIGNATURE |leftPower| ($ $ (|PositiveInteger|))) (SIGNATURE ** ($ $ (|PositiveInteger|)))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((* (*1 *1 *1 *1) #1=(|ofCategory| *1 (|Monad|))) (|rightPower| #2=(*1 *1 *1 *2) #3=(AND #1# (|isDomain| *2 (|PositiveInteger|)))) (|leftPower| #2# #3#) (** #2# #3#))
+(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE * ($ $ $)) (SIGNATURE |rightPower| #1=($ $ (|PositiveInteger|))) (SIGNATURE |leftPower| #1#) (SIGNATURE ** #1#)))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|rightPower| #1=(($ $ (|PositiveInteger|)) NIL T ELT) (#2=($ $ (|NonNegativeInteger|)) 18 T ELT)) (|one?| (((|Boolean|) $) 10 T ELT)) (|leftPower| #1# (#2# 19 T ELT)) (** #1# (#2# 16 T ELT)))
(((|MonadWithUnit&| |#1|) (CATEGORY |package| (SIGNATURE ** #1=(|#1| |#1| (|NonNegativeInteger|))) (SIGNATURE |leftPower| #1#) (SIGNATURE |rightPower| #1#) (SIGNATURE |one?| ((|Boolean|) |#1|)) (SIGNATURE ** #2=(|#1| |#1| (|PositiveInteger|))) (SIGNATURE |leftPower| #2#) (SIGNATURE |rightPower| #2#)) (|MonadWithUnit|)) (T |MonadWithUnit&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|rightRecip| (((|Union| $ "failed") $) 22 T ELT)) (|rightPower| (#2=($ $ (|PositiveInteger|)) 19 T ELT) (($ $ (|NonNegativeInteger|)) 27 T ELT)) (|recip| (((|Union| $ "failed") $) 24 T ELT)) (|one?| (((|Boolean|) $) 28 T ELT)) (|leftRecip| (((|Union| $ "failed") $) 23 T ELT)) (|leftPower| (#2# 18 T ELT) (($ $ (|NonNegativeInteger|)) 26 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|One| (($) 29 T CONST)) (= (#1# 8 T ELT)) (** (#2# 17 T ELT) (($ $ (|NonNegativeInteger|)) 25 T ELT)) (* (($ $ $) 20 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|rightRecip| (#3=((|Union| $ "failed") $) 22 T ELT)) (|rightPower| (#4=($ $ (|PositiveInteger|)) 19 T ELT) (#5=($ $ (|NonNegativeInteger|)) 27 T ELT)) (|recip| (#3# 24 T ELT)) (|one?| ((#2# $) 28 T ELT)) (|leftRecip| (#3# 23 T ELT)) (|leftPower| (#4# 18 T ELT) (#5# 26 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|One| (($) 29 T CONST)) (= (#1# 8 T ELT)) (** (#4# 17 T ELT) (#5# 25 T ELT)) (* (($ $ $) 20 T ELT)))
(((|MonadWithUnit|) (|Category|)) (T |MonadWithUnit|))
-((|One| (*1 *1) (|ofCategory| *1 (|MonadWithUnit|))) (|one?| (*1 *2 *1) (AND (|ofCategory| *1 (|MonadWithUnit|)) (|isDomain| *2 (|Boolean|)))) (|rightPower| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|MonadWithUnit|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|leftPower| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|MonadWithUnit|)) (|isDomain| *2 (|NonNegativeInteger|)))) (** (*1 *1 *1 *2) (AND (|ofCategory| *1 (|MonadWithUnit|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|recip| (*1 *1 *1) (|partial| |ofCategory| *1 (|MonadWithUnit|))) (|leftRecip| (*1 *1 *1) (|partial| |ofCategory| *1 (|MonadWithUnit|))) (|rightRecip| (*1 *1 *1) (|partial| |ofCategory| *1 (|MonadWithUnit|))))
-(|Join| (|Monad|) (CATEGORY |domain| (SIGNATURE |One| ($) |constant|) (SIGNATURE |one?| ((|Boolean|) $)) (SIGNATURE |rightPower| ($ $ (|NonNegativeInteger|))) (SIGNATURE |leftPower| ($ $ (|NonNegativeInteger|))) (SIGNATURE ** ($ $ (|NonNegativeInteger|))) (SIGNATURE |recip| ((|Union| $ "failed") $)) (SIGNATURE |leftRecip| ((|Union| $ "failed") $)) (SIGNATURE |rightRecip| ((|Union| $ "failed") $))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|Monad|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|One| (*1 *1) #1=(|ofCategory| *1 #2=(|MonadWithUnit|))) (|one?| (*1 *2 *1) (AND #1# (|isDomain| *2 (|Boolean|)))) (|rightPower| #3=(*1 *1 *1 *2) #4=(AND #1# (|isDomain| *2 (|NonNegativeInteger|)))) (|leftPower| #3# #4#) (** #3# #4#) (|recip| #5=(*1 *1 *1) #6=(|partial| |ofCategory| *1 #2#)) (|leftRecip| #5# #6#) (|rightRecip| #5# #6#))
+(|Join| (|Monad|) (CATEGORY |domain| (SIGNATURE |One| ($) |constant|) (SIGNATURE |one?| ((|Boolean|) $)) (SIGNATURE |rightPower| #1=($ $ (|NonNegativeInteger|))) (SIGNATURE |leftPower| #1#) (SIGNATURE ** #1#) (SIGNATURE |recip| #2=((|Union| $ "failed") $)) (SIGNATURE |leftRecip| #2#) (SIGNATURE |rightRecip| #2#)))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Monad|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|size| ((#1=(|NonNegativeInteger|)) 39 T ELT)) (|retractIfCan| (((|Union| #2=(|Integer|) #3="failed") $) NIL T ELT) (((|Union| #4=(|Fraction| #2#) #3#) $) NIL T ELT) (((|Union| |#2| #3#) $) 26 T ELT)) (|retract| ((#2# $) NIL T ELT) ((#4# $) NIL T ELT) (#5=(|#2| $) 23 T ELT)) (|reduce| (#6=($ |#3|) NIL T ELT) ((#7=(|Union| $ #3#) (|Fraction| |#3|)) 49 T ELT)) (|recip| ((#7# $) 69 T ELT)) (|random| (#8=($) 43 T ELT)) (|norm| (#5# 21 T ELT)) (|generator| (#8# 18 T ELT)) (|differentiate| (($ $ #9=(|Mapping| |#2| |#2|)) 57 T ELT) (($ $ #9# #1#) NIL T ELT) (($ $ #1#) NIL T ELT) (($ $) NIL T ELT) (($ $ #10=(|List| #11=(|Symbol|)) (|List| #1#)) NIL T ELT) (($ $ #11# #1#) NIL T ELT) (($ $ #10#) NIL T ELT) (($ $ #11#) NIL T ELT)) (|derivationCoordinates| (((|Matrix| |#2|) #12=(|Vector| $) #9#) 64 T ELT)) (|convert| ((#13=(|Vector| |#2|) $) NIL T ELT) (($ #13#) NIL T ELT) (#14=(|#3| $) 10 T ELT) (#6# 12 T ELT)) (|characteristicPolynomial| (#14# 36 T ELT)) (|basis| ((#12#) 33 T ELT)))
(((|MonogenicAlgebra&| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |differentiate| (|#1| |#1| #1=(|Symbol|))) (SIGNATURE |differentiate| (|#1| |#1| #2=(|List| #1#))) (SIGNATURE |differentiate| (|#1| |#1| #1# #3=(|NonNegativeInteger|))) (SIGNATURE |differentiate| (|#1| |#1| #2# (|List| #3#))) (SIGNATURE |differentiate| (|#1| |#1|)) (SIGNATURE |differentiate| (|#1| |#1| #3#)) (SIGNATURE |random| #4=(|#1|)) (SIGNATURE |size| (#3#)) (SIGNATURE |differentiate| (|#1| |#1| #5=(|Mapping| |#2| |#2|) #3#)) (SIGNATURE |differentiate| (|#1| |#1| #5#)) (SIGNATURE |derivationCoordinates| ((|Matrix| |#2|) #6=(|Vector| |#1|) #5#)) (SIGNATURE |reduce| (#7=(|Union| |#1| #8="failed") (|Fraction| |#3|))) (SIGNATURE |convert| #9=(|#1| |#3|)) (SIGNATURE |reduce| #9#) (SIGNATURE |generator| #4#) (SIGNATURE |retractIfCan| ((|Union| |#2| #8#) |#1|)) (SIGNATURE |retract| #10=(|#2| |#1|)) (SIGNATURE |retract| (#11=(|Fraction| #12=(|Integer|)) |#1|)) (SIGNATURE |retractIfCan| ((|Union| #11# #8#) |#1|)) (SIGNATURE |retract| (#12# |#1|)) (SIGNATURE |retractIfCan| ((|Union| #12# #8#) |#1|)) (SIGNATURE |convert| #13=(|#3| |#1|)) (SIGNATURE |convert| (|#1| #14=(|Vector| |#2|))) (SIGNATURE |convert| (#14# |#1|)) (SIGNATURE |basis| (#6#)) (SIGNATURE |characteristicPolynomial| #13#) (SIGNATURE |norm| #10#) (SIGNATURE |recip| (#7# |#1|))) (|MonogenicAlgebra| |#2| |#3|) (|CommutativeRing|) (|UnivariatePolynomialCategory| |#2|)) (T |MonogenicAlgebra&|))
((|size| (*1 *2) (AND (|ofCategory| *4 (|CommutativeRing|)) (|ofCategory| *5 (|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|NonNegativeInteger|)) (|isDomain| *1 (|MonogenicAlgebra&| *3 *4 *5)) (|ofCategory| *3 (|MonogenicAlgebra| *4 *5)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 114 (|has| |#1| . #3=((|Field|))) ELT)) (|unitCanonical| (($ $) 115 (|has| |#1| . #3#) ELT)) (|unit?| ((#4=(|Boolean|) $) 117 (|has| |#1| . #3#) ELT)) (|traceMatrix| (((|Matrix| |#1|) #5=(|Vector| $)) 62 T ELT) (((|Matrix| |#1|)) 77 T ELT)) (|trace| ((|#1| . #6=($)) 68 T ELT)) (|tableForDiscreteLogarithm| (((|Table| #7=(|PositiveInteger|) #8=(|NonNegativeInteger|)) #9=(|Integer|)) 167 (|has| |#1| . #10=((|FiniteFieldCategory|))) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (($ $) 134 (|has| |#1| . #3#) ELT)) (|squareFree| (#11=((|Factored| $) $) 135 (|has| |#1| . #3#) ELT)) (|sizeLess?| (((|Boolean|) $ $) 125 (|has| |#1| . #3#) ELT)) (|size| (((|NonNegativeInteger|)) 108 (|has| |#1| . #12=((|Finite|))) ELT)) (|sample| (#13=($) 23 T CONST)) (|retractIfCan| (((|Union| #14=(|Integer|) . #15=("failed")) . #16=($)) 194 (|has| |#1| . #17=((|RetractableTo| #14#))) ELT) (((|Union| #18=(|Fraction| #14#) . #15#) . #16#) 192 (|has| |#1| . #19=((|RetractableTo| #18#))) ELT) (((|Union| |#1| . #15#) . #16#) 189 T ELT)) (|retract| ((#14# . #20=($)) 193 (|has| |#1| . #17#) ELT) ((#18# . #20#) 191 (|has| |#1| . #19#) ELT) ((|#1| . #20#) 190 T ELT)) (|represents| (($ (|Vector| |#1|) #5#) 64 T ELT) (($ (|Vector| |#1|)) 80 T ELT)) (|representationType| (((|Union| "prime" "polynomial" "normal" "cyclic")) 173 (|has| |#1| . #10#) ELT)) (|rem| (#21=($ $ $) 129 (|has| |#1| . #3#) ELT)) (|regularRepresentation| (((|Matrix| |#1|) $ #5#) 69 T ELT) (((|Matrix| |#1|) $) 75 T ELT)) (|reducedSystem| (((|Matrix| #22=(|Integer|)) . #23=(#24=(|Matrix| $))) 186 (|has| |#1| . #25=((|LinearlyExplicitRingOver| #22#))) ELT) (((|Record| (|:| |mat| (|Matrix| #22#)) (|:| |vec| (|Vector| #22#))) . #26=(#24# #27=(|Vector| $))) 185 (|has| |#1| . #25#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #26#) 184 T ELT) (((|Matrix| |#1|) . #23#) 183 T ELT)) (|reduce| (($ |#2|) 178 T ELT) (((|Union| $ "failed") (|Fraction| |#2|)) 175 (|has| |#1| (|Field|)) ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|rank| (((|PositiveInteger|)) 70 T ELT)) (|random| (($) 111 (|has| |#1| . #12#) ELT)) (|quo| (#21# 128 (|has| |#1| . #3#) ELT)) (|principalIdeal| (((|Record| (|:| |coef| #28=(|List| $)) (|:| |generator| $)) #28#) 123 (|has| |#1| . #3#) ELT)) (|primitiveElement| (#29=($) 169 (|has| |#1| . #10#) ELT)) (|primitive?| (((|Boolean|) $) 170 (|has| |#1| . #10#) ELT)) (|primeFrobenius| (($ $ #30=(|NonNegativeInteger|)) 161 (|has| |#1| . #10#) ELT) (($ $) 160 (|has| |#1| . #10#) ELT)) (|prime?| (((|Boolean|) $) 136 (|has| |#1| . #3#) ELT)) (|order| ((#7# $) 172 (|has| |#1| . #10#) ELT) (((|OnePointCompletion| (|PositiveInteger|)) $) 158 (|has| |#1| . #10#) ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|norm| ((|#1| . #6#) 67 T ELT)) (|nextItem| (((|Maybe| $) $) 162 (|has| |#1| . #10#) ELT)) (|multiEuclidean| (((|Union| #31=(|List| $) #32="failed") #31# $) 132 (|has| |#1| . #3#) ELT)) (|minimalPolynomial| ((|#2| . #33=($)) 60 (|has| |#1| (|Field|)) ELT)) (|lookup| ((#34=(|PositiveInteger|) $) 110 (|has| |#1| . #12#) ELT)) (|lift| ((|#2| $) 176 T ELT)) (|leftReducedSystem| (((|Matrix| #22#) . #35=(#27#)) 188 (|has| |#1| . #25#) ELT) (((|Record| (|:| |mat| (|Matrix| #22#)) (|:| |vec| (|Vector| #22#))) . #36=(#27# $)) 187 (|has| |#1| . #25#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #36#) 182 T ELT) (((|Matrix| |#1|) . #35#) 181 T ELT)) (|lcm| (#37=($ (|List| $)) 121 (|has| |#1| . #3#) ELT) (#38=($ $ $) 120 (|has| |#1| . #3#) ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 137 (|has| |#1| . #3#) ELT)) (|init| (($) 163 (|has| |#1| . #10#) CONST)) (|index| (($ #34#) 109 (|has| |#1| . #12#) ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|generator| (($) 180 T ELT)) (|gcdPolynomial| ((#39=(|SparseUnivariatePolynomial| $) #39# #39#) 122 (|has| |#1| . #3#) ELT)) (|gcd| (#37# 119 (|has| |#1| . #3#) ELT) (#38# 118 (|has| |#1| . #3#) ELT)) (|factorsOfCyclicGroupSize| (((|List| (|Record| (|:| |factor| #9#) (|:| |exponent| #9#)))) 166 (|has| |#1| . #10#) ELT)) (|factor| (#11# 133 (|has| |#1| . #3#) ELT)) (|extendedEuclidean| (((|Union| (|Record| #40=(|:| |coef1| $) #41=(|:| |coef2| $)) #32#) $ $ $) 131 (|has| |#1| . #3#) ELT) (((|Record| #40# #41# (|:| |generator| $)) $ $) 130 (|has| |#1| . #3#) ELT)) (|exquo| (((|Union| $ "failed") $ $) 113 (|has| |#1| . #3#) ELT)) (|expressIdealMember| (((|Maybe| #28#) #28# $) 124 (|has| |#1| . #3#) ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 126 (|has| |#1| . #3#) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 127 (|has| |#1| . #3#) ELT)) (|discriminant| ((|#1| #5#) 63 T ELT) ((|#1|) 76 T ELT)) (|discreteLog| ((#8# $) 171 (|has| |#1| . #10#) ELT) (((|Union| #30# "failed") $ $) 159 (|has| |#1| . #10#) ELT)) (|differentiate| (#42=($ $ (|NonNegativeInteger|)) 156 (OR (|and| (|has| |#1| . #43=((|DifferentialSpace|))) (|has| |#1| . #44=((|Field|)))) (|has| |#1| . #10#)) ELT) (($ . #45=($)) 154 (OR (|and| (|has| |#1| . #43#) (|has| |#1| . #44#)) (|has| |#1| . #10#)) ELT) (($ $ (|List| #46=(|Symbol|)) . #47=((|List| #48=(|NonNegativeInteger|)))) 150 (|and| (|has| |#1| . #49=((|PartialDifferentialSpace| (|Symbol|)))) (|has| |#1| . #44#)) ELT) (($ $ #46# . #50=(#48#)) 149 (|and| (|has| |#1| . #49#) (|has| |#1| . #44#)) ELT) (($ $ (|List| #46#)) 148 (|and| (|has| |#1| . #49#) (|has| |#1| . #44#)) ELT) (($ $ #46#) 146 (|and| (|has| |#1| . #49#) (|has| |#1| . #44#)) ELT) (($ $ (|Mapping| |#1| |#1|)) 145 (|has| |#1| . #44#) ELT) (($ $ (|Mapping| |#1| |#1|) . #51=((|NonNegativeInteger|))) 144 (|has| |#1| . #44#) ELT)) (|derivationCoordinates| (((|Matrix| |#1|) (|Vector| $) (|Mapping| |#1| |#1|)) 174 (|has| |#1| (|Field|)) ELT)) (|definingPolynomial| ((|#2|) 179 T ELT)) (|createPrimitiveElement| (#29# 168 (|has| |#1| . #10#) ELT)) (|coordinates| (((|Vector| |#1|) $ #5#) 66 T ELT) (((|Matrix| |#1|) #5# #5#) 65 T ELT) (((|Vector| |#1|) . #52=($)) 82 T ELT) (((|Matrix| |#1|) #53=(|Vector| $)) 81 T ELT)) (|convert| (((|Vector| |#1|) . #52#) 79 T ELT) (($ (|Vector| |#1|)) 78 T ELT) ((|#2| $) 195 T ELT) (($ |#2|) 177 T ELT)) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) 165 (|has| |#1| . #10#) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 53 T ELT) (($ $) 112 (|has| |#1| . #3#) ELT) (($ #18#) 107 (OR (|has| |#1| . #3#) (|has| |#1| . #19#)) ELT)) (|charthRoot| (($ $) 164 (|has| |#1| . #10#) ELT) (((|Maybe| $) $) 59 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristicPolynomial| ((|#2| . #33#) 61 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|basis| ((#53#) 83 T ELT)) (|associates?| ((#4# $ $) 116 (|has| |#1| . #3#) ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#13# 24 T CONST)) (|One| (($) 46 T CONST)) (D (#42# 157 (OR (|and| (|has| |#1| . #43#) (|has| |#1| . #44#)) (|has| |#1| . #10#)) ELT) (($ . #45#) 155 (OR (|and| (|has| |#1| . #43#) (|has| |#1| . #44#)) (|has| |#1| . #10#)) ELT) (($ $ (|List| #46#) . #47#) 153 (|and| (|has| |#1| . #49#) (|has| |#1| . #44#)) ELT) (($ $ #46# . #50#) 152 (|and| (|has| |#1| . #49#) (|has| |#1| . #44#)) ELT) (($ $ (|List| #46#)) 151 (|and| (|has| |#1| . #49#) (|has| |#1| . #44#)) ELT) (($ $ #46#) 147 (|and| (|has| |#1| . #49#) (|has| |#1| . #44#)) ELT) (($ $ (|Mapping| |#1| |#1|)) 143 (|has| |#1| . #44#) ELT) (($ $ (|Mapping| |#1| |#1|) . #51#) 142 (|has| |#1| . #44#) ELT)) (= (#1# 8 T ELT)) (/ (($ $ $) 141 (|has| |#1| . #3#) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #54=(|Integer|)) 138 (|has| |#1| . #3#) ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #55=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 55 T ELT) (($ |#1| . #55#) 54 T ELT) (($ #56=(|Fraction| #54#) . #55#) 140 (|has| |#1| . #3#) ELT) (($ $ #56#) 139 (|has| |#1| . #3#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 114 #4=(|has| |#1| (|Field|)) ELT)) (|unitCanonical| (#5=($ $) 115 #4# ELT)) (|unit?| (#3# 117 #4# ELT)) (|traceMatrix| (#6=(#7=(|Matrix| |#1|) #8=(|Vector| $)) 62 T ELT) ((#7#) 77 T ELT)) (|trace| (#9=(|#1| $) 68 T ELT)) (|tableForDiscreteLogarithm| (((|Table| #10=(|PositiveInteger|) #11=(|NonNegativeInteger|)) #12=(|Integer|)) 167 #13=(|has| |#1| (|FiniteFieldCategory|)) ELT)) (|subtractIfCan| ((#14=(|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (#5# 134 #4# ELT)) (|squareFree| (#15=((|Factored| $) $) 135 #4# ELT)) (|sizeLess?| (#1# 125 #4# ELT)) (|size| (#16=(#11#) 108 #17=(|has| |#1| (|Finite|)) ELT)) (|sample| (#18=($) 23 T CONST)) (|retractIfCan| (((|Union| #12# . #19=(#20="failed")) . #21=($)) 194 #22=(|has| |#1| (|RetractableTo| #12#)) ELT) (((|Union| #23=(|Fraction| #12#) . #19#) . #21#) 192 #24=(|has| |#1| (|RetractableTo| #23#)) ELT) (((|Union| |#1| . #19#) . #21#) 189 T ELT)) (|retract| ((#12# . #25=($)) 193 #22# ELT) ((#23# . #25#) 191 #24# ELT) (#9# 190 T ELT)) (|represents| (($ #26=(|Vector| |#1|) #8#) 64 T ELT) (#27=($ #26#) 80 T ELT)) (|representationType| (((|Union| "prime" "polynomial" "normal" "cyclic")) 173 #13# ELT)) (|rem| (#28=($ $ $) 129 #4# ELT)) (|regularRepresentation| ((#7# $ #8#) 69 T ELT) ((#7# $) 75 T ELT)) (|reducedSystem| ((#29=(|Matrix| #12#) . #30=(#31=(|Matrix| $))) 186 #32=(|has| |#1| (|LinearlyExplicitRingOver| #12#)) ELT) ((#33=(|Record| (|:| |mat| #29#) (|:| |vec| (|Vector| #12#))) . #34=(#31# #8#)) 185 #32# ELT) ((#35=(|Record| (|:| |mat| #7#) (|:| |vec| #26#)) . #34#) 184 T ELT) ((#7# . #30#) 183 T ELT)) (|reduce| (#36=($ |#2|) 178 T ELT) ((#37=(|Union| $ #20#) (|Fraction| |#2|)) 175 #4# ELT)) (|recip| ((#37# $) 43 T ELT)) (|rank| ((#10#) 70 T ELT)) (|random| (#18# 111 #17# ELT)) (|quo| (#28# 128 #4# ELT)) (|principalIdeal| (((|Record| (|:| |coef| #38=(|List| $)) #39=(|:| |generator| $)) #38#) 123 #4# ELT)) (|primitiveElement| (#18# 169 #13# ELT)) (|primitive?| (#3# 170 #13# ELT)) (|primeFrobenius| (#40=($ $ #11#) 161 #13# ELT) (#5# 160 #13# ELT)) (|prime?| (#3# 136 #4# ELT)) (|order| (#41=(#10# $) 172 #13# ELT) (((|OnePointCompletion| #10#) $) 158 #13# ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|norm| (#9# 67 T ELT)) (|nextItem| (#42=(#14# $) 162 #13# ELT)) (|multiEuclidean| (((|Union| #38# #20#) #38# $) 132 #4# ELT)) (|minimalPolynomial| (#43=(|#2| $) 60 #4# ELT)) (|lookup| (#41# 110 #17# ELT)) (|lift| (#43# 176 T ELT)) (|leftReducedSystem| ((#29# #8#) 188 #32# ELT) ((#33# . #44=(#8# $)) 187 #32# ELT) ((#35# . #44#) 182 T ELT) (#6# 181 T ELT)) (|lcm| (#45=($ #38#) 121 #4# ELT) (#28# 120 #4# ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#5# 137 #4# ELT)) (|init| (#18# 163 #13# CONST)) (|index| (($ #10#) 109 #17# ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|generator| (#18# 180 T ELT)) (|gcdPolynomial| ((#46=(|SparseUnivariatePolynomial| $) #46# #46#) 122 #4# ELT)) (|gcd| (#45# 119 #4# ELT) (#28# 118 #4# ELT)) (|factorsOfCyclicGroupSize| (((|List| (|Record| (|:| |factor| #12#) (|:| |exponent| #12#)))) 166 #13# ELT)) (|factor| (#15# 133 #4# ELT)) (|extendedEuclidean| (((|Union| (|Record| #47=(|:| |coef1| $) #48=(|:| |coef2| $)) #20#) $ $ $) 131 #4# ELT) (((|Record| #47# #48# #39#) $ $) 130 #4# ELT)) (|exquo| ((#37# $ $) 113 #4# ELT)) (|expressIdealMember| (((|Maybe| #38#) #38# $) 124 #4# ELT)) (|euclideanSize| (#49=(#11# $) 126 #4# ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 127 #4# ELT)) (|discriminant| ((|#1| #8#) 63 T ELT) ((|#1|) 76 T ELT)) (|discreteLog| (#49# 171 #13# ELT) (((|Union| #11# #20#) $ $) 159 #13# ELT)) (|differentiate| (#40# 156 #50=(OR (|and| (|has| |#1| (|DifferentialSpace|)) #4#) #13#) ELT) (#5# 154 #50# ELT) (#51=($ $ #52=(|List| #53=(|Symbol|)) (|List| #11#)) 150 #54=(|and| (|has| |#1| (|PartialDifferentialSpace| #53#)) #4#) ELT) (#55=($ $ #53# #11#) 149 #54# ELT) (#56=($ $ #52#) 148 #54# ELT) (#57=($ $ #53#) 146 #54# ELT) (#58=($ $ #59=(|Mapping| |#1| |#1|)) 145 #4# ELT) (#60=($ $ #59# #11#) 144 #4# ELT)) (|derivationCoordinates| ((#7# #8# #59#) 174 #4# ELT)) (|definingPolynomial| ((|#2|) 179 T ELT)) (|createPrimitiveElement| (#18# 168 #13# ELT)) (|coordinates| ((#26# $ #8#) 66 T ELT) ((#7# #8# #8#) 65 T ELT) (#61=(#26# $) 82 T ELT) (#6# 81 T ELT)) (|convert| (#61# 79 T ELT) (#27# 78 T ELT) (#43# 195 T ELT) (#36# 177 T ELT)) (|conditionP| (((|Union| #8# #20#) #31#) 165 #13# ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #12#) 42 T ELT) (($ |#1|) 53 T ELT) (#5# 112 #4# ELT) (($ #23#) 107 (OR #4# #24#) ELT)) (|charthRoot| (#5# 164 #13# ELT) (#42# 59 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristicPolynomial| (#43# 61 T ELT)) (|characteristic| (#16# 41 T CONST)) (|before?| (#1# 6 T ELT)) (|basis| ((#8#) 83 T ELT)) (|associates?| (#1# 116 #4# ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#18# 24 T CONST)) (|One| (#18# 46 T CONST)) (D (#40# 157 #50# ELT) (#5# 155 #50# ELT) (#51# 153 #54# ELT) (#55# 152 #54# ELT) (#56# 151 #54# ELT) (#57# 147 #54# ELT) (#58# 143 #4# ELT) (#60# 142 #4# ELT)) (= (#1# 8 T ELT)) (/ (#28# 141 #4# ELT)) (- (#5# 30 T ELT) (#28# 29 T ELT)) (+ (#28# 18 T ELT)) (** (($ $ #10#) 36 T ELT) (#40# 44 T ELT) (($ $ #12#) 138 #4# ELT)) (* (($ #10# $) 17 T ELT) (($ #11# $) 21 T ELT) (($ #12# . #62=($)) 31 T ELT) (#28# 35 T ELT) (($ $ |#1|) 55 T ELT) (($ |#1| . #62#) 54 T ELT) (($ #23# . #62#) 140 #4# ELT) (($ $ #23#) 139 #4# ELT)))
(((|MonogenicAlgebra| |#1| |#2|) (|Category|) (|CommutativeRing|) (|UnivariatePolynomialCategory| |t#1|)) (T |MonogenicAlgebra|))
-((|generator| (*1 *1) (AND (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *1 (|MonogenicAlgebra| *2 *3)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *2)))) (|definingPolynomial| (*1 *2) (AND (|ofCategory| *1 (|MonogenicAlgebra| *3 *2)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *2 (|UnivariatePolynomialCategory| *3)))) (|reduce| (*1 *1 *2) (AND (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *1 (|MonogenicAlgebra| *3 *2)) (|ofCategory| *2 (|UnivariatePolynomialCategory| *3)))) (|convert| (*1 *1 *2) (AND (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *1 (|MonogenicAlgebra| *3 *2)) (|ofCategory| *2 (|UnivariatePolynomialCategory| *3)))) (|lift| (*1 *2 *1) (AND (|ofCategory| *1 (|MonogenicAlgebra| *3 *2)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *2 (|UnivariatePolynomialCategory| *3)))) (|reduce| (*1 *1 *2) (|partial| AND (|isDomain| *2 (|Fraction| *4)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *3 (|Field|)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *1 (|MonogenicAlgebra| *3 *4)))) (|derivationCoordinates| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Vector| *1)) (|isDomain| *4 (|Mapping| *5 *5)) (|ofCategory| *5 (|Field|)) (|ofCategory| *1 (|MonogenicAlgebra| *5 *6)) (|ofCategory| *5 (|CommutativeRing|)) (|ofCategory| *6 (|UnivariatePolynomialCategory| *5)) (|isDomain| *2 (|Matrix| *5)))))
-(|Join| (|FramedAlgebra| |t#1| |t#2|) (|CommutativeRing|) (|ConvertibleTo| |t#2|) (|FullyRetractableTo| |t#1|) (|FullyLinearlyExplicitRingOver| |t#1|) (CATEGORY |domain| (SIGNATURE |generator| ($)) (SIGNATURE |definingPolynomial| (|t#2|)) (SIGNATURE |reduce| ($ |t#2|)) (SIGNATURE |convert| ($ |t#2|)) (SIGNATURE |lift| (|t#2| $)) (IF (|has| |t#1| (|Finite|)) (ATTRIBUTE (|Finite|)) |%noBranch|) (IF (|has| |t#1| (|Field|)) (PROGN (ATTRIBUTE (|Field|)) (ATTRIBUTE (|DifferentialExtension| |t#1|)) (SIGNATURE |reduce| ((|Union| $ "failed") (|Fraction| |t#2|))) (SIGNATURE |derivationCoordinates| ((|Matrix| |t#1|) (|Vector| $) (|Mapping| |t#1| |t#1|)))) |%noBranch|) (IF (|has| |t#1| (|FiniteFieldCategory|)) (ATTRIBUTE (|FiniteFieldCategory|)) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|Algebra| |#1|) . T) ((|Algebra| $) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|BasicType|) . T) ((|BiModule| #1# #1#) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|CharacteristicNonZero|))) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) OR (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|ConvertibleTo| |#2|) . T) ((|DifferentialDomain| $) OR (|has| |#1| (|FiniteFieldCategory|)) (AND (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|Field|))) (AND (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|Field|)))) ((|DifferentialExtension| |#1|) |has| |#1| (|Field|)) ((|DifferentialRing|) OR (|has| |#1| (|FiniteFieldCategory|)) (AND (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|Field|)))) ((|DifferentialSpace|) OR (|has| |#1| (|FiniteFieldCategory|)) (AND (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|Field|))) (AND (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|Field|)))) ((|DifferentialSpaceExtension| |#1|) |has| |#1| (|Field|)) ((|DivisionRing|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|EntireRing|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|EuclideanDomain|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|Field|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|FieldOfPrimeCharacteristic|) |has| |#1| (|FiniteFieldCategory|)) ((|Finite|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Finite|))) ((|FiniteFieldCategory|) |has| |#1| (|FiniteFieldCategory|)) ((|FiniteRankAlgebra| |#1| |#2|) . T) ((|FramedAlgebra| |#1| |#2|) . T) ((|FullyLinearlyExplicitRingOver| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|GcdDomain|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|IntegralDomain|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|Join|) . T) ((|LeftLinearSet| #1#) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|LeftModule| #2=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|LinearSet| |#1|) . T) ((|LinearSet| $) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|LinearlyExplicitRingOver| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|Module| #1#) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|Module| |#1|) . T) ((|Module| $) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #3=(|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|))))) ((|PartialDifferentialRing| (|Symbol|)) AND (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) ((|PartialDifferentialSpace| #3#) OR (AND (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|))))) ((|PrincipalIdealDomain|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|RetractableTo| (|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| (|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))) ((|RightModule| |#1|) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|StepThrough|) |has| |#1| (|FiniteFieldCategory|)) ((|Type|) . T) ((|UniqueFactorizationDomain|) OR (|has| |#1| (|FiniteFieldCategory|)) (|has| |#1| (|Field|))))
+((|generator| (*1 *1) (AND (|ofCategory| *2 #1=(|CommutativeRing|)) (|ofCategory| *1 (|MonogenicAlgebra| *2 *3)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *2)))) (|definingPolynomial| (*1 *2) #2=(AND #3=(|ofCategory| *1 (|MonogenicAlgebra| *3 *2)) #4=(|ofCategory| *3 #1#) #5=(|ofCategory| *2 #6=(|UnivariatePolynomialCategory| *3)))) (|reduce| #7=(*1 *1 *2) #8=(AND #4# #3# #5#)) (|convert| #7# #8#) (|lift| (*1 *2 *1) #2#) (|reduce| #7# (|partial| AND (|isDomain| *2 (|Fraction| *4)) (|ofCategory| *4 #6#) (|ofCategory| *3 #9=(|Field|)) #4# (|ofCategory| *1 (|MonogenicAlgebra| *3 *4)))) (|derivationCoordinates| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Vector| *1)) (|isDomain| *4 (|Mapping| *5 *5)) (|ofCategory| *5 #9#) (|ofCategory| *1 (|MonogenicAlgebra| *5 *6)) (|ofCategory| *5 #1#) (|ofCategory| *6 (|UnivariatePolynomialCategory| *5)) (|isDomain| *2 (|Matrix| *5)))))
+(|Join| (|FramedAlgebra| |t#1| |t#2|) (|CommutativeRing|) (|ConvertibleTo| |t#2|) (|FullyRetractableTo| |t#1|) (|FullyLinearlyExplicitRingOver| |t#1|) (CATEGORY |domain| (SIGNATURE |generator| ($)) (SIGNATURE |definingPolynomial| (|t#2|)) (SIGNATURE |reduce| #1=($ |t#2|)) (SIGNATURE |convert| #1#) (SIGNATURE |lift| (|t#2| $)) (IF (|has| |t#1| #2=(|Finite|)) (ATTRIBUTE #2#) |%noBranch|) (IF (|has| |t#1| #3=(|Field|)) (PROGN (ATTRIBUTE #3#) (ATTRIBUTE (|DifferentialExtension| |t#1|)) (SIGNATURE |reduce| ((|Union| $ "failed") (|Fraction| |t#2|))) (SIGNATURE |derivationCoordinates| ((|Matrix| |t#1|) (|Vector| $) (|Mapping| |t#1| |t#1|)))) |%noBranch|) (IF (|has| |t#1| #4=(|FiniteFieldCategory|)) (ATTRIBUTE #4#) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) |has| |#1| (|Field|)) ((|Algebra| |#1|) . T) ((|Algebra| $) |has| |#1| (|Field|)) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Field|)) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) OR (|has| |#1| (|Field|)) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) |has| |#1| (|Field|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|ConvertibleTo| |#2|) . T) ((|DifferentialDomain| $) OR (AND (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|Field|))) (AND (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|Field|))) (|has| |#1| (|FiniteFieldCategory|))) ((|DifferentialExtension| |#1|) |has| |#1| (|Field|)) ((|DifferentialRing|) OR (AND (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|Field|))) (|has| |#1| (|FiniteFieldCategory|))) ((|DifferentialSpace|) OR (AND (|has| |#1| (|DifferentialRing|)) (|has| |#1| (|Field|))) (AND (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|Field|))) (|has| |#1| (|FiniteFieldCategory|))) ((|DifferentialSpaceExtension| |#1|) |has| |#1| (|Field|)) ((|DivisionRing|) |has| |#1| (|Field|)) ((|EntireRing|) |has| |#1| (|Field|)) ((|EuclideanDomain|) |has| |#1| (|Field|)) ((|Field|) |has| |#1| (|Field|)) ((|FieldOfPrimeCharacteristic|) |has| |#1| (|FiniteFieldCategory|)) ((|Finite|) |has| |#1| (|Finite|)) ((|FiniteFieldCategory|) |has| |#1| (|FiniteFieldCategory|)) ((|FiniteRankAlgebra| |#1| |#2|) . T) ((|FramedAlgebra| |#1| |#2|) . T) ((|FullyLinearlyExplicitRingOver| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|GcdDomain|) |has| |#1| (|Field|)) ((|IntegralDomain|) |has| |#1| (|Field|)) ((|LeftLinearSet| #1#) |has| |#1| (|Field|)) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Field|)) ((|LeftModule| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Field|)) ((|LinearSet| |#1|) . T) ((|LinearSet| $) |has| |#1| (|Field|)) ((|LinearlyExplicitRingOver| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|Module| #1#) |has| |#1| (|Field|)) ((|Module| |#1|) . T) ((|Module| $) |has| |#1| (|Field|)) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #3=(|Symbol|)) OR (AND (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))))) ((|PartialDifferentialRing| #3#) AND (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) ((|PartialDifferentialSpace| #3#) OR (AND (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))))) ((|PrincipalIdealDomain|) |has| |#1| (|Field|)) ((|RetractableTo| #1#) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| #2#) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) |has| |#1| (|Field|)) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) |has| |#1| (|Field|)) ((|RightModule| |#1|) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|StepThrough|) |has| |#1| (|FiniteFieldCategory|)) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|Field|)))
((|sample| (($) 11 T CONST)) (|recip| (((|Union| $ "failed") $) 14 T ELT)) (|one?| (((|Boolean|) $) 10 T ELT)) (** (($ $ (|PositiveInteger|)) NIL T ELT) (($ $ (|NonNegativeInteger|)) 20 T ELT)))
(((|Monoid&| |#1|) (CATEGORY |package| (SIGNATURE |recip| ((|Union| |#1| "failed") |#1|)) (SIGNATURE ** (|#1| |#1| (|NonNegativeInteger|))) (SIGNATURE |one?| ((|Boolean|) |#1|)) (SIGNATURE |sample| (|#1|) |constant|) (SIGNATURE ** (|#1| |#1| (|PositiveInteger|)))) (|Monoid|)) (T |Monoid&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|sample| (($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 20 T ELT)) (|one?| (((|Boolean|) $) 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|One| (($) 24 T CONST)) (= (#1# 8 T ELT)) (** (($ $ (|PositiveInteger|)) 17 T ELT) (($ $ (|NonNegativeInteger|)) 21 T ELT)) (* (($ $ $) 18 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|sample| (#3=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 20 T ELT)) (|one?| ((#2# $) 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|One| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (** (($ $ (|PositiveInteger|)) 17 T ELT) (($ $ (|NonNegativeInteger|)) 21 T ELT)) (* (($ $ $) 18 T ELT)))
(((|Monoid|) (|Category|)) (T |Monoid|))
-((|One| (*1 *1) (|ofCategory| *1 (|Monoid|))) (|sample| (*1 *1) (|ofCategory| *1 (|Monoid|))) (|one?| (*1 *2 *1) (AND (|ofCategory| *1 (|Monoid|)) (|isDomain| *2 (|Boolean|)))) (** (*1 *1 *1 *2) (AND (|ofCategory| *1 (|Monoid|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|recip| (*1 *1 *1) (|partial| |ofCategory| *1 (|Monoid|))))
-(|Join| (|SemiGroup|) (CATEGORY |domain| (SIGNATURE |One| ($) |constant|) (SIGNATURE |sample| ($) |constant|) (SIGNATURE |one?| ((|Boolean|) $)) (SIGNATURE ** ($ $ (|NonNegativeInteger|))) (SIGNATURE |recip| ((|Union| $ "failed") $))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SemiGroup|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|One| #1=(*1 *1) #2=(|ofCategory| *1 #3=(|Monoid|))) (|sample| #1# #2#) (|one?| (*1 *2 *1) (AND #2# (|isDomain| *2 (|Boolean|)))) (** (*1 *1 *1 *2) (AND #2# (|isDomain| *2 (|NonNegativeInteger|)))) (|recip| (*1 *1 *1) (|partial| |ofCategory| *1 #3#)))
+(|Join| (|SemiGroup|) (CATEGORY |domain| (SIGNATURE |One| #1=($) |constant|) (SIGNATURE |sample| #1# |constant|) (SIGNATURE |one?| ((|Boolean|) $)) (SIGNATURE ** ($ $ (|NonNegativeInteger|))) (SIGNATURE |recip| ((|Union| $ "failed") $))))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SemiGroup|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(((|Boolean|) $ $) NIL T ELT)) (|neutralValue| ((|#1| $) 16 T ELT)) (|monoidOperation| (($ (|Mapping| |#1| |#1| |#1|) |#1|) 11 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|elt| ((|#1| $ |#1| |#1|) 14 T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (((|SemiGroupOperation| |#1|) $) 17 T ELT)) (|before?| #1#) (= #1#))
(((|MonoidOperation| |#1|) (|Join| (|MonoidOperatorCategory| |#1|) (|SetCategory|) (|CoercibleTo| (|SemiGroupOperation| |#1|)) (CATEGORY |domain| (SIGNATURE |monoidOperation| ($ (|Mapping| |#1| |#1| |#1|) |#1|)))) (|BasicType|)) (T |MonoidOperation|))
((|monoidOperation| (*1 *1 *2 *3) (AND (|isDomain| *2 (|Mapping| *3 *3 *3)) (|ofCategory| *3 (|BasicType|)) (|isDomain| *1 (|MonoidOperation| *3)))))
((|neutralValue| ((|#1| $) 8 T ELT)) (|elt| ((|#1| $ |#1| |#1|) 6 T ELT)))
(((|MonoidOperatorCategory| |#1|) (|Category|) (|BasicType|)) (T |MonoidOperatorCategory|))
((|neutralValue| (*1 *2 *1) (AND (|ofCategory| *1 (|MonoidOperatorCategory| *2)) (|ofCategory| *2 (|BasicType|)))))
-(|Join| (|SemiGroupOperatorCategory| |t#1|) (CATEGORY |domain| (SIGNATURE |neutralValue| (|t#1| $)) (ATTRIBUTE (|%Rule| |neutrality| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |t#1|)) (SEQ (= (|f| |x| (|neutralValue| |f|)) |x|) (|exit| 1 (= (|f| (|neutralValue| |f|) |x|) |x|))))))))
-(((|BinaryOperatorCategory| |#1|) . T) ((|MappingCategory| |#1| |#1| |#1|) . T) ((|SemiGroupOperatorCategory| |#1|) . T) ((|Type|) . T))
+(|Join| (|SemiGroupOperatorCategory| |t#1|) (CATEGORY |domain| (SIGNATURE |neutralValue| (|t#1| $)) (ATTRIBUTE (|%Rule| |neutrality| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |t#1|)) (SEQ (= (|f| |x| #1=(|neutralValue| |f|)) |x|) (|exit| 1 (= (|f| #1# |x|) |x|))))))))
+(((|BinaryOperatorCategory| |#1|) . T) ((|MappingCategory| |#1| |#1| |#1|) . T) ((|SemiGroupOperatorCategory| |#1|) . T))
((|splitSquarefree| (((|Record| (|:| |normal| #1=(|Factored| |#2|)) (|:| |special| #1#)) |#2| #2=(|Mapping| |#2| |#2|)) 39 T ELT)) (|split| (((|Record| (|:| |normal| |#2|) (|:| |special| |#2|)) |#2| #2#) 12 T ELT)) (|normalDenom| ((|#2| #3=(|Fraction| |#2|) #2#) 13 T ELT)) (|decompose| (((|Record| (|:| |poly| |#2|) (|:| |normal| #3#) (|:| |special| #3#)) #3# #2#) 48 T ELT)))
(((|MonomialExtensionTools| |#1| |#2|) (CATEGORY |package| (SIGNATURE |split| ((|Record| (|:| |normal| |#2|) (|:| |special| |#2|)) |#2| #1=(|Mapping| |#2| |#2|))) (SIGNATURE |splitSquarefree| ((|Record| (|:| |normal| #2=(|Factored| |#2|)) (|:| |special| #2#)) |#2| #1#)) (SIGNATURE |normalDenom| (|#2| #3=(|Fraction| |#2|) #1#)) (SIGNATURE |decompose| ((|Record| (|:| |poly| |#2|) (|:| |normal| #3#) (|:| |special| #3#)) #3# #1#))) (|Field|) (|UnivariatePolynomialCategory| |#1|)) (T |MonomialExtensionTools|))
((|decompose| #1=(*1 *2 *3 *4) (AND (|isDomain| *4 (|Mapping| *6 *6)) (|ofCategory| *6 #2=(|UnivariatePolynomialCategory| *5)) #3=(|ofCategory| *5 (|Field|)) (|isDomain| *2 (|Record| (|:| |poly| *6) (|:| |normal| #4=(|Fraction| *6)) (|:| |special| #4#))) (|isDomain| *1 (|MonomialExtensionTools| *5 *6)) (|isDomain| *3 #4#))) (|normalDenom| #1# (AND (|isDomain| *3 (|Fraction| *2)) (|isDomain| *4 (|Mapping| *2 *2)) (|ofCategory| *2 #2#) (|isDomain| *1 (|MonomialExtensionTools| *5 *2)) #3#)) (|splitSquarefree| #1# (AND #5=(|isDomain| *4 (|Mapping| *3 *3)) #6=(|ofCategory| *3 #2#) #3# (|isDomain| *2 (|Record| (|:| |normal| #7=(|Factored| *3)) (|:| |special| #7#))) #8=(|isDomain| *1 (|MonomialExtensionTools| *5 *3)))) (|split| #1# (AND #5# #6# #3# (|isDomain| *2 (|Record| (|:| |normal| *3) (|:| |special| *3))) #8#)))
@@ -2237,22 +2237,22 @@ NIL
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|unique| (#4=(#5=(|List| |#1|) $) 38 T ELT)) (|union| (#6=($ |#1| $) NIL T ELT) #7=(($ $ |#1|) NIL T ELT) (#8=($ $ $) 95 T ELT)) (|symmetricDifference| (#8# 99 T ELT)) (|subset?| (#2# 107 T ELT)) (|set| (#9=($ #5#) 26 T ELT) (#10=($) 17 T ELT)) (|select!| (#11=($ #12=(|Mapping| #3# |#1|) $) 86 #13=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|select| #14=(#11# NIL #13# ELT)) (|sample| (#10# NIL T CONST)) (|removeDuplicates!| (#15=($ $) 88 T ELT)) (|removeDuplicates| (#15# NIL #16=(AND #13# #17=(|has| |#1| (|BasicType|))) ELT)) (|remove!| (#6# 71 #13# ELT) (#11# 80 #13# ELT) (#18=($ |#1| $ #19=(|Integer|)) 78 T ELT) (#20=($ #12# $ #19#) 81 T ELT)) (|remove| (#6# NIL #16# ELT) #14# (#18# 83 T ELT) (#20# 84 T ELT)) (|reduce| ((|#1| #21=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) NIL #17# ELT) ((|#1| #21# $ |#1|) NIL T ELT) ((|#1| #21# $) NIL T ELT)) (|part?| (#2# 106 T ELT)) (|multiset| (#10# 15 T ELT) (($ |#1|) 28 T ELT) (#9# 23 T ELT)) (|members| (#4# 32 T ELT)) (|member?| ((#3# |#1| $) 66 #17# ELT)) (|map!| (#22=($ (|Mapping| |#1| |#1|) $) 91 T ELT)) (|map| (#22# 92 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|intersect| (#8# 97 T ELT)) (|inspect| (#23=(|#1| $) 63 T ELT)) (|insert!| (#6# 64 T ELT) (($ |#1| $ #24=(|NonNegativeInteger|)) 89 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|find| (((|Union| |#1| "failed") #12# $) NIL T ELT)) (|extract!| (#23# 62 T ELT)) (|every?| #25=((#3# #12# $) NIL T ELT)) (|eval| (($ $ (|List| #26=(|Equation| |#1|))) NIL #27=(AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ELT) (($ $ #26#) NIL #27# ELT) (($ $ |#1| |#1|) NIL #27# ELT) (($ $ #5# #5#) NIL #27# ELT)) (|eq?| #1#) (|empty?| ((#3# $) 57 T ELT)) (|empty| (#10# 14 T ELT)) (|duplicates| (((|List| (|Record| (|:| |entry| |#1|) (|:| |count| #24#))) $) 56 T ELT)) (|difference| #7# (#8# 98 T ELT)) (|dictionary| (#10# 16 T ELT) (#9# 25 T ELT)) (|count| ((#24# |#1| $) 69 #17# ELT) ((#24# #12# $) NIL T ELT)) (|copy| (#15# 82 T ELT)) (|convert| ((#28=(|InputForm|) $) 36 (|has| |#1| (|ConvertibleTo| #28#)) ELT)) (|construct| (#9# 22 T ELT)) (|coerce| (((|OutputForm|) $) 50 T ELT)) (|brace| (#9# 27 T ELT) (#10# 18 T ELT)) (|before?| #1#) (|bag| (#9# 24 T ELT)) (|any?| #25#) (= (#2# 103 T ELT)) (|#| ((#24# $) 68 T ELT)))
(((|Multiset| |#1|) (|Join| (|MultisetAggregate| |#1|) (|FiniteAggregate| |#1|) (|ShallowlyMutableAggregate| |#1|) (CATEGORY |domain| (SIGNATURE |multiset| ($)) (SIGNATURE |multiset| ($ |#1|)) (SIGNATURE |multiset| ($ #1=(|List| |#1|))) (SIGNATURE |unique| (#1# $)) (SIGNATURE |remove| #2=($ |#1| $ #3=(|Integer|))) (SIGNATURE |remove| #4=($ (|Mapping| (|Boolean|) |#1|) $ #3#)) (SIGNATURE |remove!| #2#) (SIGNATURE |remove!| #4#))) (|SetCategory|)) (T |Multiset|))
((|multiset| (*1 *1) #1=(AND #2=(|isDomain| *1 (|Multiset| *2)) #3=(|ofCategory| *2 #4=(|SetCategory|)))) (|multiset| #5=(*1 *1 *2) #1#) (|multiset| #5# (AND #6=(|isDomain| *2 (|List| *3)) #7=(|ofCategory| *3 #4#) #8=(|isDomain| *1 (|Multiset| *3)))) (|unique| (*1 *2 *1) (AND #6# #8# #7#)) (|remove| #9=(*1 *1 *2 *1 *3) #10=(AND #11=(|isDomain| *3 (|Integer|)) #2# #3#)) (|remove| #9# #12=(AND (|isDomain| *2 (|Mapping| (|Boolean|) *4)) #11# (|ofCategory| *4 #4#) (|isDomain| *1 (|Multiset| *4)))) (|remove!| #9# #10#) (|remove!| #9# #12#))
-((~= (#1=((|Boolean|) $ $) 18 T ELT)) (|union| (($ |#1| $) 71 T ELT) (($ $ |#1|) 70 T ELT) (#2=($ $ $) 69 T ELT)) (|symmetricDifference| (#2# 67 T ELT)) (|subset?| (#3=((|Boolean|) $ $) 68 T ELT)) (|set| (($ (|List| |#1|)) 63 T ELT) (#4=($) 62 T ELT)) (|select!| (($ (|Mapping| #5=(|Boolean|) |#1|) . #6=($)) 42 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|select| (($ (|Mapping| #7=(|Boolean|) |#1|) . #8=($)) 49 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#9=($) 6 T CONST)) (|removeDuplicates!| (($ $) 55 T ELT)) (|removeDuplicates| (($ $) 51 (AND (|has| |#1| . #10=((|BasicType|))) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove!| (($ |#1| $) 44 (|has| $ (|FiniteAggregate| |#1|)) ELT) (($ (|Mapping| #5# |#1|) . #6#) 43 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|remove| (($ |#1| $) 50 (AND (|has| |#1| . #10#) (|has| $ (|FiniteAggregate| |#1|))) ELT) (($ (|Mapping| #7# |#1|) . #8#) 48 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|part?| (#3# 59 T ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|latex| (((|String|) $) 21 T ELT)) (|intersect| (#2# 64 T ELT)) (|inspect| ((|#1| . #11=($)) 35 T ELT)) (|insert!| (($ |#1| $) 36 T ELT) (($ |#1| $ #12=(|NonNegativeInteger|)) 56 T ELT)) (|hash| (((|SingleInteger|) $) 20 T ELT)) (|extract!| ((|#1| . #11#) 37 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #13=((|SetCategory|)))) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #13#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #13#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #13#)) ELT)) (|eq?| ((#14=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#14# $) 7 T ELT)) (|empty| (#9# 8 T ELT)) (|duplicates| (((|List| (|Record| (|:| |entry| |#1|) (|:| |count| #12#))) $) 54 T ELT)) (|difference| (($ $ |#1|) 66 T ELT) (#2# 65 T ELT)) (|dictionary| (($) 46 T ELT) (($ (|List| |#1|)) 45 T ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#15=(|InputForm|) $) 52 (|has| |#1| (|ConvertibleTo| #15#)) ELT)) (|construct| (($ (|List| |#1|)) 47 T ELT)) (|coerce| (((|OutputForm|) $) 16 T ELT)) (|brace| (($ (|List| |#1|)) 61 T ELT) (#4# 60 T ELT)) (|before?| (#1# 19 T ELT)) (|bag| (($ (|List| |#1|)) 38 T ELT)) (= (#1# 17 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 T ELT)) (|union| (#3=($ |#1| $) 71 T ELT) (#4=($ $ |#1|) 70 T ELT) (#5=($ $ $) 69 T ELT)) (|symmetricDifference| (#5# 67 T ELT)) (|subset?| (#1# 68 T ELT)) (|set| (#6=($ #7=(|List| |#1|)) 63 T ELT) (#8=($) 62 T ELT)) (|select!| (#9=($ (|Mapping| #2# |#1|) $) 42 #10=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|select| (#9# 49 #10# ELT)) (|sample| (#8# 6 T CONST)) (|removeDuplicates!| (#11=($ $) 55 T ELT)) (|removeDuplicates| (#11# 51 #12=(AND (|has| |#1| (|BasicType|)) #10#) ELT)) (|remove!| (#3# 44 #10# ELT) (#9# 43 #10# ELT)) (|remove| (#3# 50 #12# ELT) (#9# 48 #10# ELT)) (|part?| (#1# 59 T ELT)) (|map!| (#13=($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (#13# 26 T ELT)) (|latex| (((|String|) $) 21 T ELT)) (|intersect| (#5# 64 T ELT)) (|inspect| (#14=(|#1| $) 35 T ELT)) (|insert!| (#3# 36 T ELT) (($ |#1| $ #15=(|NonNegativeInteger|)) 56 T ELT)) (|hash| (((|SingleInteger|) $) 20 T ELT)) (|extract!| (#14# 37 T ELT)) (|eval| (($ $ (|List| #16=(|Equation| |#1|))) 25 #17=(AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ELT) (($ $ #16#) 24 #17# ELT) (($ $ |#1| |#1|) 23 #17# ELT) (($ $ #7# #7#) 22 #17# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#8# 8 T ELT)) (|duplicates| (((|List| (|Record| (|:| |entry| |#1|) (|:| |count| #15#))) $) 54 T ELT)) (|difference| (#4# 66 T ELT) (#5# 65 T ELT)) (|dictionary| (#8# 46 T ELT) (#6# 45 T ELT)) (|copy| (#11# 9 T ELT)) (|convert| ((#18=(|InputForm|) $) 52 (|has| |#1| (|ConvertibleTo| #18#)) ELT)) (|construct| (#6# 47 T ELT)) (|coerce| (((|OutputForm|) $) 16 T ELT)) (|brace| (#6# 61 T ELT) (#8# 60 T ELT)) (|before?| (#1# 19 T ELT)) (|bag| (#6# 38 T ELT)) (= (#1# 17 T ELT)))
(((|MultisetAggregate| |#1|) (|Category|) (|SetCategory|)) (T |MultisetAggregate|))
NIL
(|Join| (|MultiDictionary| |t#1|) (|SetAggregate| |t#1|))
-(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|DictionaryOperations| |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|MultiDictionary| |#1|) . T) ((|SetAggregate| |#1|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
+(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|DictionaryOperations| |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|MultiDictionary| |#1|) . T) ((|SetAggregate| |#1|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
((|systemCommand| (((|Void|) (|String|)) 8 T ELT)))
(((|MoreSystemCommands|) (CATEGORY |package| (SIGNATURE |systemCommand| ((|Void|) (|String|))))) (T |MoreSystemCommands|))
((|systemCommand| (*1 *2 *3) (AND (|isDomain| *3 (|String|)) (|isDomain| *2 (|Void|)) (|isDomain| *1 (|MoreSystemCommands|)))))
((|mergeDifference| ((#1=(|List| |#1|) #1# #1#) 15 T ELT)))
(((|MergeThing| |#1|) (CATEGORY |package| (SIGNATURE |mergeDifference| (#1=(|List| |#1|) #1# #1#))) (|OrderedSet|)) (T |MergeThing|))
((|mergeDifference| (*1 *2 *2 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *3 (|OrderedSet|)) (|isDomain| *1 (|MergeThing| *3)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|variables| (((|List| |#2|) $) 161 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 154 (|has| |#1| . #3=((|IntegralDomain|))) ELT)) (|unitCanonical| (($ $) 153 (|has| |#1| . #3#) ELT)) (|unit?| ((#4=(|Boolean|) $) 151 (|has| |#1| . #3#) ELT)) (|tanh| (#5=($ $) 110 (|has| |#1| . #6=((|Algebra| (|Fraction| (|Integer|))))) ELT)) (|tan| (#7=($ $) 93 (|has| |#1| . #6#) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sqrt| (($ $) 92 (|has| |#1| . #8=((|Algebra| (|Fraction| (|Integer|))))) ELT)) (|sinh| (#5# 109 (|has| |#1| . #6#) ELT)) (|sin| (#7# 94 (|has| |#1| . #6#) ELT)) (|sech| (#5# 108 (|has| |#1| . #6#) ELT)) (|sec| (#7# 95 (|has| |#1| . #6#) ELT)) (|sample| (#9=($) 23 T CONST)) (|reductum| (#10=($ $) 145 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|polynomial| (((|Polynomial| |#1|) $ (|NonNegativeInteger|)) 123 T ELT) (((|Polynomial| |#1|) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) 122 T ELT)) (|pole?| (((|Boolean|) $) 162 T ELT)) (|pi| (($) 120 (|has| |#1| . #6#) ELT)) (|order| (((|NonNegativeInteger|) $ |#2|) 125 T ELT) (((|NonNegativeInteger|) $ |#2| (|NonNegativeInteger|)) 124 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|nthRoot| (($ $ #11=(|Integer|)) 91 (|has| |#1| . #8#) ELT)) (|monomial?| (((|Boolean|) $) 143 T ELT)) (|monomial| (($ $ (|List| |#2|) (|List| (|IndexedExponents| |#2|))) 160 T ELT) (($ $ |#2| (|IndexedExponents| |#2|)) 159 T ELT) (($ |#1| (|IndexedExponents| |#2|)) 144 T ELT) (($ $ |#2| (|NonNegativeInteger|)) 127 T ELT) (($ $ (|List| |#2|) (|List| (|NonNegativeInteger|))) 126 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 139 T ELT)) (|log| (#12=($ $) 117 (|has| |#1| . #6#) ELT)) (|leadingMonomial| (#10# 141 T ELT)) (|leadingCoefficient| ((|#1| $) 140 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|integrate| (($ $ |#2|) 121 (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|extend| (($ $ (|NonNegativeInteger|)) 128 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 155 (|has| |#1| . #3#) ELT)) (|exp| (#12# 118 (|has| |#1| . #6#) ELT)) (|eval| (($ $ |#2| $) 136 T ELT) (($ $ (|List| |#2|) (|List| $)) 135 T ELT) (($ $ (|List| (|Equation| $))) 134 T ELT) (($ $ (|Equation| $)) 133 T ELT) (($ $ $ $) 132 T ELT) (($ $ (|List| $) (|List| $)) 131 T ELT)) (|differentiate| (($ $ (|List| |#2|) . #13=((|List| #14=(|NonNegativeInteger|)))) 53 T ELT) (($ $ |#2| . #15=(#14#)) 52 T ELT) (($ $ (|List| |#2|)) 51 T ELT) (($ $ |#2|) 49 T ELT)) (|degree| (((|IndexedExponents| |#2|) $) 142 T ELT)) (|csch| (#5# 107 (|has| |#1| . #6#) ELT)) (|csc| (#7# 96 (|has| |#1| . #6#) ELT)) (|coth| (#5# 106 (|has| |#1| . #6#) ELT)) (|cot| (#7# 97 (|has| |#1| . #6#) ELT)) (|cosh| (#5# 105 (|has| |#1| . #6#) ELT)) (|cos| (#7# 98 (|has| |#1| . #6#) ELT)) (|complete| (($ $) 163 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 158 (|has| |#1| (|CommutativeRing|)) ELT) (($ $) 156 (|has| |#1| . #3#) ELT) (($ #16=(|Fraction| (|Integer|))) 148 (|has| |#1| . #17=((|Algebra| #16#))) ELT)) (|coefficient| ((|#1| $ (|IndexedExponents| |#2|)) 146 T ELT) (($ $ |#2| (|NonNegativeInteger|)) 130 T ELT) (($ $ (|List| |#2|) (|List| (|NonNegativeInteger|))) 129 T ELT)) (|charthRoot| (((|Maybe| $) $) 157 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|atanh| (#18=($ $) 116 (|has| |#1| . #6#) ELT)) (|atan| (#19=($ $) 104 (|has| |#1| . #6#) ELT)) (|associates?| ((#4# $ $) 152 (|has| |#1| . #3#) ELT)) (|asinh| (#18# 115 (|has| |#1| . #6#) ELT)) (|asin| (#19# 103 (|has| |#1| . #6#) ELT)) (|asech| (#18# 114 (|has| |#1| . #6#) ELT)) (|asec| (#19# 102 (|has| |#1| . #6#) ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|acsch| (#18# 113 (|has| |#1| . #6#) ELT)) (|acsc| (#19# 101 (|has| |#1| . #6#) ELT)) (|acoth| (#18# 112 (|has| |#1| . #6#) ELT)) (|acot| (#19# 100 (|has| |#1| . #6#) ELT)) (|acosh| (#18# 111 (|has| |#1| . #6#) ELT)) (|acos| (#19# 99 (|has| |#1| . #6#) ELT)) (|Zero| (#9# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ (|List| |#2|) . #13#) 56 T ELT) (($ $ |#2| . #15#) 55 T ELT) (($ $ (|List| |#2|)) 54 T ELT) (($ $ |#2|) 50 T ELT)) (= (#1# 8 T ELT)) (/ (($ $ |#1|) 147 (|has| |#1| (|Field|)) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ $) 119 (|has| |#1| . #6#) ELT) (($ $ (|Fraction| #11#)) 90 (|has| |#1| . #8#) ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #20=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ #16#) 150 (|has| |#1| . #17#) ELT) (($ #16# . #20#) 149 (|has| |#1| . #17#) ELT) (($ |#1| . #20#) 138 T ELT) (($ $ |#1|) 137 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|variables| ((#4=(|List| |#2|) $) 161 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 154 #5=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| (#6=($ $) 153 #5# ELT)) (|unit?| (#3# 151 #5# ELT)) (|tanh| (#6# 110 #7=(|has| |#1| (|Algebra| #8=(|Fraction| #9=(|Integer|)))) ELT)) (|tan| (#6# 93 #7# ELT)) (|subtractIfCan| ((#10=(|Maybe| $) $ $) 26 T ELT)) (|sqrt| (#6# 92 #7# ELT)) (|sinh| (#6# 109 #7# ELT)) (|sin| (#6# 94 #7# ELT)) (|sech| (#6# 108 #7# ELT)) (|sec| (#6# 95 #7# ELT)) (|sample| (#11=($) 23 T CONST)) (|reductum| (#6# 145 T ELT)) (|recip| ((#12=(|Union| $ "failed") $) 43 T ELT)) (|polynomial| ((#13=(|Polynomial| |#1|) $ #14=(|NonNegativeInteger|)) 123 T ELT) ((#13# $ #14# #14#) 122 T ELT)) (|pole?| (#3# 162 T ELT)) (|pi| (#11# 120 #7# ELT)) (|order| ((#14# $ |#2|) 125 T ELT) ((#14# $ |#2| #14#) 124 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|nthRoot| (($ $ #9#) 91 #7# ELT)) (|monomial?| (#3# 143 T ELT)) (|monomial| (($ $ #4# (|List| #15=(|IndexedExponents| |#2|))) 160 T ELT) (($ $ |#2| #15#) 159 T ELT) (($ |#1| #15#) 144 T ELT) (#16=($ $ |#2| #14#) 127 T ELT) (#17=($ $ #4# (|List| #14#)) 126 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 139 T ELT)) (|log| (#6# 117 #7# ELT)) (|leadingMonomial| (#6# 141 T ELT)) (|leadingCoefficient| ((|#1| $) 140 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|integrate| (#18=($ $ |#2|) 121 #7# ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|extend| (#19=($ $ #14#) 128 T ELT)) (|exquo| ((#12# $ $) 155 #5# ELT)) (|exp| (#6# 118 #7# ELT)) (|eval| (($ $ |#2| $) 136 T ELT) (($ $ #4# #20=(|List| $)) 135 T ELT) (($ $ (|List| #21=(|Equation| $))) 134 T ELT) (($ $ #21#) 133 T ELT) (($ $ $ $) 132 T ELT) (($ $ #20# #20#) 131 T ELT)) (|differentiate| (#17# 53 T ELT) (#16# 52 T ELT) (#22=($ $ #4#) 51 T ELT) (#18# 49 T ELT)) (|degree| ((#15# $) 142 T ELT)) (|csch| (#6# 107 #7# ELT)) (|csc| (#6# 96 #7# ELT)) (|coth| (#6# 106 #7# ELT)) (|cot| (#6# 97 #7# ELT)) (|cosh| (#6# 105 #7# ELT)) (|cos| (#6# 98 #7# ELT)) (|complete| (#6# 163 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #9#) 42 T ELT) (($ |#1|) 158 (|has| |#1| (|CommutativeRing|)) ELT) (#6# 156 #5# ELT) (($ #8#) 148 #7# ELT)) (|coefficient| ((|#1| $ #15#) 146 T ELT) (#16# 130 T ELT) (#17# 129 T ELT)) (|charthRoot| ((#10# $) 157 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#14#) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|atanh| (#6# 116 #7# ELT)) (|atan| (#6# 104 #7# ELT)) (|associates?| (#1# 152 #5# ELT)) (|asinh| (#6# 115 #7# ELT)) (|asin| (#6# 103 #7# ELT)) (|asech| (#6# 114 #7# ELT)) (|asec| (#6# 102 #7# ELT)) (|annihilate?| (#1# 34 T ELT)) (|acsch| (#6# 113 #7# ELT)) (|acsc| (#6# 101 #7# ELT)) (|acoth| (#6# 112 #7# ELT)) (|acot| (#6# 100 #7# ELT)) (|acosh| (#6# 111 #7# ELT)) (|acos| (#6# 99 #7# ELT)) (|Zero| (#11# 24 T CONST)) (|One| (#11# 46 T CONST)) (D (#17# 56 T ELT) (#16# 55 T ELT) (#22# 54 T ELT) (#18# 50 T ELT)) (= (#1# 8 T ELT)) (/ (#23=($ $ |#1|) 147 (|has| |#1| (|Field|)) ELT)) (- (#6# 30 T ELT) (#24=($ $ $) 29 T ELT)) (+ (#24# 18 T ELT)) (** (($ $ #25=(|PositiveInteger|)) 36 T ELT) (#19# 44 T ELT) (#24# 119 #7# ELT) (#26=($ $ #8#) 90 #7# ELT)) (* (($ #25# $) 17 T ELT) (($ #14# $) 21 T ELT) (($ #9# . #27=($)) 31 T ELT) (#24# 35 T ELT) (#26# 150 #7# ELT) (($ #8# . #27#) 149 #7# ELT) (($ |#1| . #27#) 138 T ELT) (#23# 137 T ELT)))
(((|MultivariateTaylorSeriesCategory| |#1| |#2|) (|Category|) (|Ring|) (|OrderedSet|)) (T |MultivariateTaylorSeriesCategory|))
-((|coefficient| (*1 *1 *1 *2 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|MultivariateTaylorSeriesCategory| *4 *2)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *2 (|OrderedSet|)))) (|coefficient| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|List| *5)) (|isDomain| *3 (|List| (|NonNegativeInteger|))) (|ofCategory| *1 (|MultivariateTaylorSeriesCategory| *4 *5)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedSet|)))) (|extend| (*1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|MultivariateTaylorSeriesCategory| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedSet|)))) (|monomial| (*1 *1 *1 *2 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|MultivariateTaylorSeriesCategory| *4 *2)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *2 (|OrderedSet|)))) (|monomial| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|List| *5)) (|isDomain| *3 (|List| (|NonNegativeInteger|))) (|ofCategory| *1 (|MultivariateTaylorSeriesCategory| *4 *5)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedSet|)))) (|order| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|MultivariateTaylorSeriesCategory| *4 *3)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *3 (|OrderedSet|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|order| (*1 *2 *1 *3 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|MultivariateTaylorSeriesCategory| *4 *3)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *3 (|OrderedSet|)))) (|polynomial| (*1 *2 *1 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|MultivariateTaylorSeriesCategory| *4 *5)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Polynomial| *4)))) (|polynomial| (*1 *2 *1 *3 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|MultivariateTaylorSeriesCategory| *4 *5)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Polynomial| *4)))) (|integrate| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|MultivariateTaylorSeriesCategory| *3 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|)))))))
-(|Join| (|PartialDifferentialRing| |t#2|) (|PowerSeriesCategory| |t#1| (|IndexedExponents| |t#2|) |t#2|) (|InnerEvalable| |t#2| $) (|Evalable| $) (CATEGORY |domain| (SIGNATURE |coefficient| ($ $ |t#2| (|NonNegativeInteger|))) (SIGNATURE |coefficient| ($ $ (|List| |t#2|) (|List| (|NonNegativeInteger|)))) (SIGNATURE |extend| ($ $ (|NonNegativeInteger|))) (SIGNATURE |monomial| ($ $ |t#2| (|NonNegativeInteger|))) (SIGNATURE |monomial| ($ $ (|List| |t#2|) (|List| (|NonNegativeInteger|)))) (SIGNATURE |order| ((|NonNegativeInteger|) $ |t#2|)) (SIGNATURE |order| ((|NonNegativeInteger|) $ |t#2| (|NonNegativeInteger|))) (SIGNATURE |polynomial| ((|Polynomial| |t#1|) $ (|NonNegativeInteger|))) (SIGNATURE |polynomial| ((|Polynomial| |t#1|) $ (|NonNegativeInteger|) (|NonNegativeInteger|))) (IF (|has| |t#1| (|Algebra| (|Fraction| (|Integer|)))) (PROGN (SIGNATURE |integrate| ($ $ |t#2|)) (ATTRIBUTE (|RadicalCategory|)) (ATTRIBUTE (|TranscendentalFunctionCategory|))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| #1=(|IndexedExponents| |#2|)) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #2=(|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|ArcHyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|ArcTrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BasicType|) . T) ((|BiModule| #2# #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|ElementaryFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|Evalable| $) . T) ((|Functorial| |#1|) . T) ((|HyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|InnerEvalable| |#2| $) . T) ((|InnerEvalable| $ $) . T) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|Join|) . T) ((|LeftLinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|Module| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ |#2|) . T) ((|PartialDifferentialRing| |#2|) . T) ((|PartialDifferentialSpace| |#2|) . T) ((|PowerSeriesCategory| |#1| #1# |#2|) . T) ((|RadicalCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|RightModule| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|TranscendentalFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|TrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Type|) . T))
+((|coefficient| #1=(*1 *1 *1 *2 *3) #2=(AND #3=(|isDomain| *3 #4=(|NonNegativeInteger|)) (|ofCategory| *1 (|MultivariateTaylorSeriesCategory| *4 *2)) #5=(|ofCategory| *4 #6=(|Ring|)) #7=(|ofCategory| *2 #8=(|OrderedSet|)))) (|coefficient| #1# #9=(AND (|isDomain| *2 (|List| *5)) (|isDomain| *3 (|List| #4#)) #10=(|ofCategory| *1 (|MultivariateTaylorSeriesCategory| *4 *5)) #5# #11=(|ofCategory| *5 #8#))) (|extend| #12=(*1 *1 *1 *2) (AND #13=(|isDomain| *2 #4#) (|ofCategory| *1 (|MultivariateTaylorSeriesCategory| *3 *4)) #14=(|ofCategory| *3 #6#) (|ofCategory| *4 #8#))) (|monomial| #1# #2#) (|monomial| #1# #9#) (|order| #15=(*1 *2 *1 *3) (AND #16=(|ofCategory| *1 (|MultivariateTaylorSeriesCategory| *4 *3)) #5# #17=(|ofCategory| *3 #8#) #13#)) (|order| (*1 *2 *1 *3 *2) (AND #13# #16# #5# #17#)) (|polynomial| #15# #18=(AND #3# #10# #5# #11# (|isDomain| *2 (|Polynomial| *4)))) (|polynomial| (*1 *2 *1 *3 *3) #18#) (|integrate| #12# (AND (|ofCategory| *1 (|MultivariateTaylorSeriesCategory| *3 *2)) #14# #7# (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|)))))))
+(|Join| (|PartialDifferentialRing| |t#2|) (|PowerSeriesCategory| |t#1| (|IndexedExponents| |t#2|) |t#2|) (|InnerEvalable| |t#2| $) (|Evalable| $) (CATEGORY |domain| (SIGNATURE |coefficient| #1=($ $ |t#2| #2=(|NonNegativeInteger|))) (SIGNATURE |coefficient| #3=($ $ (|List| |t#2|) (|List| #2#))) (SIGNATURE |extend| ($ $ #2#)) (SIGNATURE |monomial| #1#) (SIGNATURE |monomial| #3#) (SIGNATURE |order| (#2# $ |t#2|)) (SIGNATURE |order| (#2# $ |t#2| #2#)) (SIGNATURE |polynomial| (#4=(|Polynomial| |t#1|) $ #2#)) (SIGNATURE |polynomial| (#4# $ #2# #2#)) (IF (|has| |t#1| (|Algebra| (|Fraction| (|Integer|)))) (PROGN (SIGNATURE |integrate| ($ $ |t#2|)) (ATTRIBUTE (|RadicalCategory|)) (ATTRIBUTE (|TranscendentalFunctionCategory|))) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| #1=(|IndexedExponents| |#2|)) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #2=(|Fraction| #3=(|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|ArcHyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|ArcTrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BasicType|) . T) ((|BiModule| #2# #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) |has| |#1| (|CommutativeRing|)) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|CoercibleFrom| #3#) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) |has| |#1| (|CommutativeRing|)) ((|ElementaryFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|Evalable| $) . T) ((|Functorial| |#1|) . T) ((|HyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|InnerEvalable| |#2| $) . T) ((|InnerEvalable| $ $) . T) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|LeftLinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| #3#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|Module| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ |#2|) . T) ((|PartialDifferentialRing| |#2|) . T) ((|PartialDifferentialSpace| |#2|) . T) ((|PowerSeriesCategory| |#1| #1# |#2|) . T) ((|RadicalCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) |has| |#1| (|CommutativeRing|)) ((|RightModule| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) |has| |#1| (|CommutativeRing|)) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|TranscendentalFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|TrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Type|) . T))
((|factor| (((|Factored| #1=(|SparseUnivariatePolynomial| |#4|)) #1#) 30 T ELT) (((|Factored| |#4|) |#4|) 26 T ELT)))
(((|MultivariateFactorize| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |factor| ((|Factored| |#4|) |#4|)) (SIGNATURE |factor| ((|Factored| #1=(|SparseUnivariatePolynomial| |#4|)) #1#))) (|OrderedSet|) (|OrderedAbelianMonoidSup|) (|Join| (|EuclideanDomain|) (|CharacteristicZero|)) (|PolynomialCategory| |#3| |#2| |#1|)) (T |MultivariateFactorize|))
((|factor| #1=(*1 *2 *3) (AND #2=(|ofCategory| *4 (|OrderedSet|)) #3=(|ofCategory| *5 (|OrderedAbelianMonoidSup|)) #4=(|ofCategory| *6 (|Join| (|EuclideanDomain|) (|CharacteristicZero|))) (|ofCategory| *7 #5=(|PolynomialCategory| *6 *5 *4)) (|isDomain| *2 (|Factored| #6=(|SparseUnivariatePolynomial| *7))) (|isDomain| *1 (|MultivariateFactorize| *4 *5 *6 *7)) (|isDomain| *3 #6#))) (|factor| #1# (AND #2# #3# #4# (|isDomain| *2 (|Factored| *3)) (|isDomain| *1 (|MultivariateFactorize| *4 *5 *6 *3)) (|ofCategory| *3 #5#))))
@@ -2262,27 +2262,27 @@ NIL
((|plenaryPower| (($ $ (|PositiveInteger|)) 17 T ELT)))
(((|NonAssociativeAlgebra&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |plenaryPower| (|#1| |#1| (|PositiveInteger|)))) (|NonAssociativeAlgebra| |#2|) (|CommutativeRing|)) (T |NonAssociativeAlgebra&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|rightPower| (#4=($ $ (|PositiveInteger|)) 38 T ELT)) (|plenaryPower| (($ $ (|PositiveInteger|)) 45 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|leftPower| (#4# 39 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|commutator| (#5=($ $ $) 35 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|associator| (($ $ $ $) 36 T ELT)) (|antiCommutator| (#5# 34 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (#4# 40 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #6=($)) 31 T ELT) (($ $ $) 37 T ELT) (($ $ |#1|) 47 T ELT) (($ |#1| . #6#) 46 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|rightPower| (#4=($ $ #5=(|PositiveInteger|)) 38 T ELT)) (|plenaryPower| (#4# 45 T ELT)) (|opposite?| (#1# 20 T ELT)) (|leftPower| (#4# 39 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|commutator| (#6=($ $ $) 35 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|associator| (($ $ $ $) 36 T ELT)) (|antiCommutator| (#6# 34 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#6# 29 T ELT)) (+ (#6# 18 T ELT)) (** (#4# 40 T ELT)) (* (($ #5# $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #7=($)) 31 T ELT) (#6# 37 T ELT) (($ $ |#1|) 47 T ELT) (($ |#1| . #7#) 46 T ELT)))
(((|NonAssociativeAlgebra| |#1|) (|Category|) (|CommutativeRing|)) (T |NonAssociativeAlgebra|))
((|plenaryPower| (*1 *1 *1 *2) (AND (|isDomain| *2 (|PositiveInteger|)) (|ofCategory| *1 (|NonAssociativeAlgebra| *3)) (|ofCategory| *3 (|CommutativeRing|)))))
(|Join| (|NonAssociativeRng|) (|Module| |t#1|) (CATEGORY |domain| (SIGNATURE |plenaryPower| ($ $ (|PositiveInteger|)))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|Monad|) . T) ((|NonAssociativeRng|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|Monad|) . T) ((|NonAssociativeRng|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|commutator| (#1=($ $ $) 10 T ELT)) (|associator| (($ $ $ $) 9 T ELT)) (|antiCommutator| (#1# 12 T ELT)))
(((|NonAssociativeRng&| |#1|) (CATEGORY |package| (SIGNATURE |antiCommutator| #1=(|#1| |#1| |#1|)) (SIGNATURE |commutator| #1#) (SIGNATURE |associator| (|#1| |#1| |#1| |#1|))) (|NonAssociativeRng|)) (T |NonAssociativeRng&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|rightPower| (#4=($ $ (|PositiveInteger|)) 38 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|leftPower| (#4# 39 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|commutator| (($ $ $) 35 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|associator| (($ $ $ $) 36 T ELT)) (|antiCommutator| (($ $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (#4# 40 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 37 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|rightPower| (#4=($ $ #5=(|PositiveInteger|)) 38 T ELT)) (|opposite?| (#1# 20 T ELT)) (|leftPower| (#4# 39 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|commutator| (#6=($ $ $) 35 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|associator| (($ $ $ $) 36 T ELT)) (|antiCommutator| (#6# 34 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#6# 29 T ELT)) (+ (#6# 18 T ELT)) (** (#4# 40 T ELT)) (* (($ #5# $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (#6# 37 T ELT)))
(((|NonAssociativeRng|) (|Category|)) (T |NonAssociativeRng|))
-((|associator| (*1 *1 *1 *1 *1) (|ofCategory| *1 (|NonAssociativeRng|))) (|commutator| (*1 *1 *1 *1) (|ofCategory| *1 (|NonAssociativeRng|))) (|antiCommutator| (*1 *1 *1 *1) (|ofCategory| *1 (|NonAssociativeRng|))))
-(|Join| (|AbelianGroup|) (|Monad|) (CATEGORY |domain| (SIGNATURE |associator| ($ $ $ $)) (SIGNATURE |commutator| ($ $ $)) (SIGNATURE |antiCommutator| ($ $ $))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|Monad|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|associator| (*1 *1 *1 *1 *1) #1=(|ofCategory| *1 (|NonAssociativeRng|))) (|commutator| #2=(*1 *1 *1 *1) #1#) (|antiCommutator| #2# #1#))
+(|Join| (|AbelianGroup|) (|Monad|) (CATEGORY |domain| (SIGNATURE |associator| ($ $ $ $)) (SIGNATURE |commutator| #1=($ $ $)) (SIGNATURE |antiCommutator| #1#)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|Monad|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|coerce| (((|OutputForm|) $) NIL T ELT) (($ (|Integer|)) 10 T ELT)))
(((|NonAssociativeRing&| |#1|) (CATEGORY |package| (SIGNATURE |coerce| (|#1| (|Integer|))) (SIGNATURE |coerce| ((|OutputForm|) |#1|))) (|NonAssociativeRing|)) (T |NonAssociativeRing&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|rightRecip| (#4=((|Union| $ "failed") $) 50 T ELT)) (|rightPower| (#5=($ $ (|PositiveInteger|)) 38 T ELT) (#6=($ $ (|NonNegativeInteger|)) 45 T ELT)) (|recip| (#4# 48 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 44 T ELT)) (|leftRecip| (#4# 49 T ELT)) (|leftPower| (#5# 39 T ELT) (#6# 46 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|commutator| (#7=($ $ $) 35 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 41 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 42 T CONST)) (|before?| (#1# 6 T ELT)) (|associator| (($ $ $ $) 36 T ELT)) (|antiCommutator| (#7# 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 43 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (#5# 40 T ELT) (#6# 47 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 37 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#4=($) 23 T CONST)) (|rightRecip| (#5=((|Union| $ "failed") $) 50 T ELT)) (|rightPower| (#6=($ $ #7=(|PositiveInteger|)) 38 T ELT) (#8=($ $ #9=(|NonNegativeInteger|)) 45 T ELT)) (|recip| (#5# 48 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 44 T ELT)) (|leftRecip| (#5# 49 T ELT)) (|leftPower| (#6# 39 T ELT) (#8# 46 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|commutator| (#10=($ $ $) 35 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #11=(|Integer|)) 41 T ELT)) (|characteristic| ((#9#) 42 T CONST)) (|before?| (#1# 6 T ELT)) (|associator| (($ $ $ $) 36 T ELT)) (|antiCommutator| (#10# 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (#4# 43 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#10# 29 T ELT)) (+ (#10# 18 T ELT)) (** (#6# 40 T ELT) (#8# 47 T ELT)) (* (($ #7# $) 17 T ELT) (($ #9# $) 21 T ELT) (($ #11# $) 31 T ELT) (#10# 37 T ELT)))
(((|NonAssociativeRing|) (|Category|)) (T |NonAssociativeRing|))
-((|characteristic| (*1 *2) (AND (|ofCategory| *1 (|NonAssociativeRing|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|coerce| (*1 *1 *2) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|NonAssociativeRing|)))))
+((|characteristic| (*1 *2) (AND #1=(|ofCategory| *1 (|NonAssociativeRing|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|coerce| (*1 *1 *2) (AND (|isDomain| *2 (|Integer|)) #1#)))
(|Join| (|NonAssociativeRng|) (|MonadWithUnit|) (CATEGORY |domain| (SIGNATURE |characteristic| ((|NonNegativeInteger|)) |constant|) (SIGNATURE |coerce| ($ (|Integer|)))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|Monad|) . T) ((|MonadWithUnit|) . T) ((|NonAssociativeRng|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|Monad|) . T) ((|MonadWithUnit|) . T) ((|NonAssociativeRng|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|complexEigenvectors| (((|List| (|Record| (|:| |outval| #1=(|Complex| |#1|)) (|:| |outmult| #2=(|Integer|)) (|:| |outvect| (|List| (|Matrix| #1#))))) #3=(|Matrix| #4=(|Complex| (|Fraction| #2#))) |#1|) 33 T ELT)) (|complexEigenvalues| (((|List| #1#) #3# |#1|) 23 T ELT)) (|characteristicPolynomial| ((#5=(|Polynomial| #4#) #3# (|Symbol|)) 20 T ELT) ((#5# #3#) 19 T ELT)))
(((|NumericComplexEigenPackage| |#1|) (CATEGORY |package| (SIGNATURE |characteristicPolynomial| (#1=(|Polynomial| #2=(|Complex| (|Fraction| #3=(|Integer|)))) #4=(|Matrix| #2#))) (SIGNATURE |characteristicPolynomial| (#1# #4# (|Symbol|))) (SIGNATURE |complexEigenvalues| ((|List| #5=(|Complex| |#1|)) #4# |#1|)) (SIGNATURE |complexEigenvectors| ((|List| (|Record| (|:| |outval| #5#) (|:| |outmult| #3#) (|:| |outvect| (|List| (|Matrix| #5#))))) #4# |#1|))) (|Join| (|Field|) (|OrderedRing|))) (T |NumericComplexEigenPackage|))
((|complexEigenvectors| #1=(*1 *2 *3 *4) (AND #2=(|isDomain| *3 (|Matrix| #3=(|Complex| (|Fraction| #4=(|Integer|))))) (|isDomain| *2 (|List| (|Record| (|:| |outval| #5=(|Complex| *4)) (|:| |outmult| #4#) (|:| |outvect| (|List| (|Matrix| #5#)))))) #6=(|isDomain| *1 (|NumericComplexEigenPackage| *4)) #7=(|ofCategory| *4 #8=(|Join| (|Field|) (|OrderedRing|))))) (|complexEigenvalues| #1# (AND #2# (|isDomain| *2 (|List| #5#)) #6# #7#)) (|characteristicPolynomial| #1# (AND #2# (|isDomain| *4 (|Symbol|)) #9=(|isDomain| *2 (|Polynomial| #3#)) (|isDomain| *1 (|NumericComplexEigenPackage| *5)) (|ofCategory| *5 #8#))) (|characteristicPolynomial| (*1 *2 *3) (AND #2# #9# #6# #7#)))
@@ -2292,9 +2292,9 @@ NIL
((|leftRemainder| (#1=(|#1| |#1| |#1|) 28 T ELT)) (|leftQuotient| (#1# 27 T ELT)) (|leftLcm| (#1# 38 T ELT)) (|leftGcd| (#1# 33 T ELT)) (|leftExactQuotient| (((|Union| |#1| "failed") |#1| |#1|) 31 T ELT)) (|leftDivide| (((|Record| (|:| |quotient| |#1|) (|:| |remainder| |#1|)) |#1| |#1|) 26 T ELT)))
(((|NonCommutativeOperatorDivision| |#1| |#2|) (CATEGORY |package| (SIGNATURE |leftDivide| ((|Record| (|:| |quotient| |#1|) (|:| |remainder| |#1|)) |#1| |#1|)) (SIGNATURE |leftQuotient| #1=(|#1| |#1| |#1|)) (SIGNATURE |leftRemainder| #1#) (SIGNATURE |leftExactQuotient| ((|Union| |#1| "failed") |#1| |#1|)) (SIGNATURE |leftGcd| #1#) (SIGNATURE |leftLcm| #1#)) (|MonogenicLinearOperator| |#2|) (|Field|)) (T |NonCommutativeOperatorDivision|))
((|leftLcm| #1=(*1 *2 *2 *2) #2=(AND #3=(|ofCategory| *3 #4=(|Field|)) #5=(|isDomain| *1 (|NonCommutativeOperatorDivision| *2 *3)) #6=(|ofCategory| *2 (|MonogenicLinearOperator| *3)))) (|leftGcd| #1# #2#) (|leftExactQuotient| #1# (|partial| AND #3# #5# #6#)) (|leftRemainder| #1# #2#) (|leftQuotient| #1# #2#) (|leftDivide| (*1 *2 *3 *3) (AND (|ofCategory| *4 #4#) (|isDomain| *2 (|Record| (|:| |quotient| *3) (|:| |remainder| *3))) (|isDomain| *1 (|NonCommutativeOperatorDivision| *3 *4)) (|ofCategory| *3 (|MonogenicLinearOperator| *4)))))
-((|writeUInt8!| (((|Maybe| #1=(|UInt8|)) $ #1#) 27 T ELT)) (|writeInt8!| (((|Maybe| #2=(|Int8|)) $ #2#) 26 T ELT)) (|writeBytes!| (((|NonNegativeInteger|) $ (|ByteBuffer|)) 28 T ELT)) (|writeByte!| (((|Maybe| #3=(|Byte|)) $ #3#) 25 T ELT)) (|readUInt8!| (((|Maybe| (|UInt8|)) $) 12 T ELT)) (|readUInt32!| (((|Maybe| (|UInt32|)) $) 8 T ELT)) (|readUInt16!| (((|Maybe| (|UInt16|)) $) 10 T ELT)) (|readInt8!| (((|Maybe| (|Int8|)) $) 13 T ELT)) (|readInt32!| (((|Maybe| (|Int32|)) $) 9 T ELT)) (|readInt16!| (((|Maybe| (|Int16|)) $) 11 T ELT)) (|readBytes!| (((|NonNegativeInteger|) $ (|ByteBuffer|)) 7 T ELT)) (|readByte!| (((|Maybe| (|Byte|)) $) 14 T ELT)) (|isConnected?| (((|Boolean|) $) 32 T ELT)) (|connectTo| (((|Maybe| $) |#1| (|PortNumber|)) 33 T ELT)) (|close!| (($ $) 6 T ELT)))
+((|writeUInt8!| ((#1=(|Maybe| #2=(|UInt8|)) $ #2#) 27 T ELT)) (|writeInt8!| ((#3=(|Maybe| #4=(|Int8|)) $ #4#) 26 T ELT)) (|writeBytes!| (#5=((|NonNegativeInteger|) $ (|ByteBuffer|)) 28 T ELT)) (|writeByte!| ((#6=(|Maybe| #7=(|Byte|)) $ #7#) 25 T ELT)) (|readUInt8!| ((#1# $) 12 T ELT)) (|readUInt32!| (((|Maybe| (|UInt32|)) $) 8 T ELT)) (|readUInt16!| (((|Maybe| (|UInt16|)) $) 10 T ELT)) (|readInt8!| ((#3# $) 13 T ELT)) (|readInt32!| (((|Maybe| (|Int32|)) $) 9 T ELT)) (|readInt16!| (((|Maybe| (|Int16|)) $) 11 T ELT)) (|readBytes!| (#5# 7 T ELT)) (|readByte!| ((#6# $) 14 T ELT)) (|isConnected?| (((|Boolean|) $) 32 T ELT)) (|connectTo| (((|Maybe| $) |#1| (|PortNumber|)) 33 T ELT)) (|close!| (($ $) 6 T ELT)))
(((|NetworkClientSocket| |#1|) (|Category|) (|SetCategory|)) (T |NetworkClientSocket|))
-((|connectTo| (*1 *2 *3 *4) (AND (|isDomain| *4 (|PortNumber|)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|Maybe| *1)) (|ofCategory| *1 (|NetworkClientSocket| *3)))) (|isConnected?| (*1 *2 *1) (AND (|ofCategory| *1 (|NetworkClientSocket| *3)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|Boolean|)))))
+((|connectTo| (*1 *2 *3 *4) (AND (|isDomain| *4 (|PortNumber|)) #1=(|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|Maybe| *1)) #2=(|ofCategory| *1 (|NetworkClientSocket| *3)))) (|isConnected?| (*1 *2 *1) (AND #2# #1# (|isDomain| *2 (|Boolean|)))))
(|Join| (|InputOutputByteConduit|) (CATEGORY |domain| (SIGNATURE |connectTo| ((|Maybe| $) |t#1| (|PortNumber|))) (SIGNATURE |isConnected?| ((|Boolean|) $))))
(((|Conduit|) . T) ((|InputByteConduit|) . T) ((|InputOutputByteConduit|) . T) ((|OutputByteConduit|) . T))
((|localIntegralBasis| ((#1=(|Record| (|:| |basis| #2=(|Matrix| #3=(|Integer|))) (|:| |basisDen| #3#) (|:| |basisInv| #2#)) #3#) 72 T ELT)) (|integralBasis| ((#1#) 70 T ELT)) (|discriminant| ((#3#) 86 T ELT)))
@@ -2343,11 +2343,11 @@ NIL
((|eulerE| (#1=(|#1| (|NonNegativeInteger|) |#1|) 33 #2=(|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ELT)) (|cyclotomic| (#1# 23 T ELT)) (|bernoulliB| (#1# 35 #2# ELT)))
(((|NumberTheoreticPolynomialFunctions| |#1|) (CATEGORY |package| (SIGNATURE |cyclotomic| #1=(|#1| (|NonNegativeInteger|) |#1|)) (IF (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (PROGN (SIGNATURE |bernoulliB| #1#) (SIGNATURE |eulerE| #1#)) |%noBranch|)) (|CommutativeRing|)) (T |NumberTheoreticPolynomialFunctions|))
((|eulerE| #1=(*1 *2 *3 *2) #2=(AND #3=(|isDomain| *3 (|NonNegativeInteger|)) #4=(|isDomain| *1 (|NumberTheoreticPolynomialFunctions| *2)) (|ofCategory| *2 (|Algebra| (|Fraction| (|Integer|)))) #5=(|ofCategory| *2 (|CommutativeRing|)))) (|bernoulliB| #1# #2#) (|cyclotomic| #1# (AND #3# #4# #5#)))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) (|:| |open| (|List| |#4|)))) (|List| |#4|)) 91 T ELT)) (|zeroSetSplit| (((|List| $) (|List| |#4|)) 92 T ELT) ((#2=(|List| $) (|List| |#4|) #3=(|Boolean|)) 120 T ELT)) (|variables| (((|List| |#3|) . #4=($)) 39 T ELT)) (|trivialIdeal?| (#5=(#6=(|Boolean|) $) 32 T ELT)) (|triangular?| (#5# 23 (|has| |#1| . #7=((|IntegralDomain|))) ELT)) (|stronglyReduced?| ((#8=(|Boolean|) |#4| . #9=($)) 107 T ELT) (#10=(#8# $) 103 T ELT)) (|stronglyReduce| ((|#4| |#4| . #11=($)) 98 T ELT)) (|squareFreePart| (((|List| (|Record| (|:| |val| |#4|) . #12=(#13=(|:| |tower| $)))) |#4| $) 135 T ELT)) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) 33 T ELT)) (|select| (($ (|Mapping| #14=(|Boolean|) |#4|) . #15=($)) 67 (|has| $ (|FiniteAggregate| |#4|)) ELT) (((|Union| |#4| . #16=(#17="failed")) $ |#3|) 85 T ELT)) (|sample| (#18=($) 59 T CONST)) (|roughUnitIdeal?| (#5# 28 (|has| |#1| . #7#) ELT)) (|roughSubIdeal?| (#19=(#6# $ $) 30 (|has| |#1| . #7#) ELT)) (|roughEqualIdeals?| (#19# 29 (|has| |#1| . #7#) ELT)) (|roughBase?| (#5# 31 (|has| |#1| . #7#) ELT)) (|rewriteSetWithReduction| (((|List| |#4|) (|List| |#4|) $ (|Mapping| |#4| |#4| |#4|) (|Mapping| #8# |#4| |#4|)) 99 T ELT)) (|rewriteIdealWithRemainder| (((|List| |#4|) (|List| |#4|) . #20=($)) 24 (|has| |#1| . #7#) ELT)) (|rewriteIdealWithHeadRemainder| (((|List| |#4|) (|List| |#4|) . #20#) 25 (|has| |#1| . #7#) ELT)) (|retractIfCan| (((|Union| $ "failed") (|List| |#4|)) 42 T ELT)) (|retract| (($ (|List| |#4|)) 41 T ELT)) (|rest| ((#21=(|Union| $ #17#) $) 88 T ELT)) (|removeZero| ((|#4| |#4| . #11#) 95 T ELT)) (|removeDuplicates| (($ $) 69 (AND (|has| |#4| . #22=((|BasicType|))) (|has| $ (|FiniteAggregate| |#4|))) ELT)) (|remove| (($ |#4| $) 68 (AND (|has| |#4| . #22#) (|has| $ (|FiniteAggregate| |#4|))) ELT) (($ (|Mapping| #14# |#4|) . #15#) 66 (|has| $ (|FiniteAggregate| |#4|)) ELT)) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| . #7#) ELT)) (|reduced?| ((#8# |#4| $ (|Mapping| #8# |#4| |#4|)) 108 T ELT)) (|reduceByQuasiMonic| ((|#4| |#4| . #11#) 93 T ELT)) (|reduce| ((|#4| (|Mapping| |#4| |#4| |#4|) $ |#4| |#4|) 54 (|has| |#4| . #23=((|BasicType|))) ELT) ((|#4| (|Mapping| |#4| |#4| |#4|) $ |#4|) 50 T ELT) ((|#4| (|Mapping| |#4| |#4| |#4|) $) 49 T ELT) ((|#4| |#4| $ (|Mapping| |#4| |#4| |#4|) (|Mapping| #8# |#4| |#4|)) 100 T ELT)) (|quasiComponent| (((|Record| (|:| |close| (|List| |#4|)) (|:| |open| (|List| |#4|))) $) 111 T ELT)) (|purelyTranscendental?| ((#3# |#4| . #24=($)) 145 T ELT)) (|purelyAlgebraicLeadingMonomial?| ((#3# |#4| . #24#) 142 T ELT)) (|purelyAlgebraic?| ((#3# |#4| . #24#) 146 T ELT) ((#3# $) 143 T ELT)) (|normalized?| ((#8# |#4| . #9#) 110 T ELT) (#10# 109 T ELT)) (|mvar| ((|#3| $) 40 T ELT)) (|members| (((|List| |#4|) $) 48 T ELT)) (|member?| ((#25=(|Boolean|) |#4| $) 53 (|has| |#4| . #23#) ELT)) (|map!| (($ (|Mapping| |#4| |#4|) $) 117 T ELT)) (|map| (($ (|Mapping| |#4| |#4|) $) 60 T ELT)) (|mainVariables| (((|List| |#3|) . #4#) 38 T ELT)) (|mainVariable?| ((#6# |#3| $) 37 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|lastSubResultantElseSplit| (((|Union| |#4| #2#) |#4| |#4| $) 137 T ELT)) (|lastSubResultant| (((|List| (|Record| (|:| |val| |#4|) . #12#)) |#4| |#4| $) 136 T ELT)) (|last| (((|Union| |#4| . #16#) . #26=($)) 89 T ELT)) (|invertibleSet| ((#2# |#4| . #27=($)) 138 T ELT)) (|invertibleElseSplit?| (((|Union| #3# #2#) |#4| $) 141 T ELT)) (|invertible?| (((|List| (|Record| (|:| |val| #3#) #13#)) |#4| $) 140 T ELT) ((#3# |#4| . #24#) 139 T ELT)) (|intersect| ((#2# |#4| . #27#) 134 T ELT) ((#2# (|List| |#4|) . #28=($)) 133 T ELT) ((#2# (|List| |#4|) . #29=(#2#)) 132 T ELT) ((#2# |#4| . #30=(#2#)) 131 T ELT)) (|internalAugment| (($ |#4| $) 126 T ELT) (($ (|List| |#4|) $) 125 T ELT)) (|initials| (((|List| |#4|) $) 113 T ELT)) (|initiallyReduced?| ((#8# |#4| . #9#) 105 T ELT) (#10# 101 T ELT)) (|initiallyReduce| ((|#4| |#4| . #11#) 96 T ELT)) (|infRittWu?| ((#8# $ $) 116 T ELT)) (|headRemainder| (((|Record| (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 27 (|has| |#1| . #7#) ELT)) (|headReduced?| ((#8# |#4| . #9#) 106 T ELT) (#10# 102 T ELT)) (|headReduce| ((|#4| |#4| . #11#) 97 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|first| (((|Union| |#4| . #16#) . #26#) 90 T ELT)) (|find| (((|Union| |#4| "failed") (|Mapping| #25# |#4|) $) 51 T ELT)) (|extendIfCan| ((#21# $ |#4|) 84 T ELT)) (|extend| (($ $ |#4|) 83 T ELT) ((#2# |#4| . #27#) 124 T ELT) ((#2# |#4| . #30#) 123 T ELT) ((#2# (|List| |#4|) . #28#) 122 T ELT) ((#2# (|List| |#4|) . #29#) 121 T ELT)) (|every?| ((#25# (|Mapping| #25# |#4|) . #31=($)) 46 T ELT)) (|eval| (($ $ (|List| |#4|) (|List| |#4|)) 64 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #32=((|SetCategory|)))) ELT) (($ $ |#4| |#4|) 63 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #32#)) ELT) (($ $ (|Equation| |#4|)) 62 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #32#)) ELT) (($ $ (|List| (|Equation| |#4|))) 61 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #32#)) ELT)) (|eq?| ((#33=(|Boolean|) $ $) 55 T ELT)) (|empty?| ((#33# $) 58 T ELT)) (|empty| (#18# 57 T ELT)) (|degree| (#34=((|NonNegativeInteger|) $) 112 T ELT)) (|count| ((#35=(|NonNegativeInteger|) |#4| $) 52 (|has| |#4| . #23#) ELT) ((#35# (|Mapping| #25# |#4|) $) 47 T ELT)) (|copy| (($ $) 56 T ELT)) (|convert| ((#36=(|InputForm|) $) 70 (|has| |#4| (|ConvertibleTo| #36#)) ELT)) (|construct| (($ (|List| |#4|)) 65 T ELT)) (|collectUpper| (($ $ |#3|) 34 T ELT)) (|collectUnder| (($ $ |#3|) 36 T ELT)) (|collectQuasiMonic| (($ $) 94 T ELT)) (|collect| (($ $ |#3|) 35 T ELT)) (|coerce| (((|OutputForm|) . #37=($)) 13 T ELT) (((|List| |#4|) . #37#) 43 T ELT)) (|coHeight| (#34# 82 (|has| |#3| (|Finite|)) ELT)) (|before?| (#1# 6 T ELT)) (|basicSet| (((|Union| (|Record| #38=(|:| |bas| $) (|:| |top| (|List| |#4|))) . #39=(#17#)) (|List| |#4|) (|Mapping| #8# |#4| |#4|)) 115 T ELT) (((|Union| (|Record| #38# (|:| |top| (|List| |#4|))) . #39#) (|List| |#4|) (|Mapping| #8# |#4|) (|Mapping| #8# |#4| |#4|)) 114 T ELT)) (|autoReduced?| ((#8# $ (|Mapping| #8# |#4| (|List| |#4|))) 104 T ELT)) (|augment| ((#2# |#4| . #27#) 130 T ELT) ((#2# |#4| . #30#) 129 T ELT) ((#2# (|List| |#4|) . #28#) 128 T ELT) ((#2# (|List| |#4|) . #29#) 127 T ELT)) (|any?| ((#25# (|Mapping| #25# |#4|) . #31#) 45 T ELT)) (|algebraicVariables| (((|List| |#3|) $) 87 T ELT)) (|algebraicCoefficients?| ((#3# |#4| . #24#) 144 T ELT)) (|algebraic?| ((#8# |#3| $) 86 T ELT)) (= (#1# 8 T ELT)) (|#| ((#35# $) 44 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) #3=(|:| |open| #4=(|List| |#4|)))) #4#) 91 T ELT)) (|zeroSetSplit| ((#5=(|List| $) #4#) 92 T ELT) ((#5# #4# #2#) 120 T ELT)) (|variables| (#6=((|List| |#3|) $) 39 T ELT)) (|trivialIdeal?| (#7=(#2# $) 32 T ELT)) (|triangular?| (#7# 23 #8=(|has| |#1| (|IntegralDomain|)) ELT)) (|stronglyReduced?| (#9=(#2# |#4| $) 107 T ELT) (#7# 103 T ELT)) (|stronglyReduce| (#10=(|#4| |#4| $) 98 T ELT)) (|squareFreePart| ((#11=(|List| (|Record| (|:| |val| |#4|) #12=(|:| |tower| $))) |#4| $) 135 T ELT)) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) 33 T ELT)) (|select| (#13=($ #14=(|Mapping| #2# |#4|) $) 67 #15=(|has| $ (|FiniteAggregate| |#4|)) ELT) ((#16=(|Union| |#4| #17="failed") $ |#3|) 85 T ELT)) (|sample| (#18=($) 59 T CONST)) (|roughUnitIdeal?| (#7# 28 #8# ELT)) (|roughSubIdeal?| (#1# 30 #8# ELT)) (|roughEqualIdeals?| (#1# 29 #8# ELT)) (|roughBase?| (#7# 31 #8# ELT)) (|rewriteSetWithReduction| ((#4# #4# $ #19=(|Mapping| |#4| |#4| |#4|) #20=(|Mapping| #2# |#4| |#4|)) 99 T ELT)) (|rewriteIdealWithRemainder| (#21=(#4# #4# $) 24 #8# ELT)) (|rewriteIdealWithHeadRemainder| (#21# 25 #8# ELT)) (|retractIfCan| ((#22=(|Union| $ #17#) #4#) 42 T ELT)) (|retract| (#23=($ #4#) 41 T ELT)) (|rest| ((#22# $) 88 T ELT)) (|removeZero| (#10# 95 T ELT)) (|removeDuplicates| (#24=($ $) 69 #25=(AND #26=(|has| |#4| (|BasicType|)) #15#) ELT)) (|remove| (#27=($ |#4| $) 68 #25# ELT) (#13# 66 #15# ELT)) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| |#4|) #28=(|:| |den| |#1|)) |#4| $) 26 #8# ELT)) (|reduced?| ((#2# |#4| $ #20#) 108 T ELT)) (|reduceByQuasiMonic| (#10# 93 T ELT)) (|reduce| ((|#4| #19# $ |#4| |#4|) 54 #26# ELT) ((|#4| #19# $ |#4|) 50 T ELT) ((|#4| #19# $) 49 T ELT) ((|#4| |#4| $ #19# #20#) 100 T ELT)) (|quasiComponent| (((|Record| (|:| |close| #4#) #3#) $) 111 T ELT)) (|purelyTranscendental?| (#9# 145 T ELT)) (|purelyAlgebraicLeadingMonomial?| (#9# 142 T ELT)) (|purelyAlgebraic?| (#9# 146 T ELT) (#7# 143 T ELT)) (|normalized?| (#9# 110 T ELT) (#7# 109 T ELT)) (|mvar| ((|#3| $) 40 T ELT)) (|members| (#29=(#4# $) 48 T ELT)) (|member?| (#9# 53 #26# ELT)) (|map!| (#30=($ (|Mapping| |#4| |#4|) $) 117 T ELT)) (|map| (#30# 60 T ELT)) (|mainVariables| (#6# 38 T ELT)) (|mainVariable?| (#31=(#2# |#3| $) 37 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|lastSubResultantElseSplit| (((|Union| |#4| #5#) |#4| |#4| $) 137 T ELT)) (|lastSubResultant| ((#11# |#4| |#4| $) 136 T ELT)) (|last| (#32=(#16# $) 89 T ELT)) (|invertibleSet| (#33=(#5# |#4| $) 138 T ELT)) (|invertibleElseSplit?| (((|Union| #2# #5#) |#4| $) 141 T ELT)) (|invertible?| (((|List| (|Record| (|:| |val| #2#) #12#)) |#4| $) 140 T ELT) (#9# 139 T ELT)) (|intersect| (#33# 134 T ELT) (#34=(#5# #4# $) 133 T ELT) (#35=(#5# #4# #5#) 132 T ELT) (#36=(#5# |#4| #5#) 131 T ELT)) (|internalAugment| (#27# 126 T ELT) (($ #4# $) 125 T ELT)) (|initials| (#29# 113 T ELT)) (|initiallyReduced?| (#9# 105 T ELT) (#7# 101 T ELT)) (|initiallyReduce| (#10# 96 T ELT)) (|infRittWu?| (#1# 116 T ELT)) (|headRemainder| (((|Record| (|:| |num| |#4|) #28#) |#4| $) 27 #8# ELT)) (|headReduced?| (#9# 106 T ELT) (#7# 102 T ELT)) (|headReduce| (#10# 97 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|first| (#32# 90 T ELT)) (|find| ((#16# #14# $) 51 T ELT)) (|extendIfCan| ((#22# $ |#4|) 84 T ELT)) (|extend| (($ $ |#4|) 83 T ELT) (#33# 124 T ELT) (#36# 123 T ELT) (#34# 122 T ELT) (#35# 121 T ELT)) (|every?| (#37=(#2# #14# $) 46 T ELT)) (|eval| (($ $ #4# #4#) 64 #38=(AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ELT) (($ $ |#4| |#4|) 63 #38# ELT) (($ $ #39=(|Equation| |#4|)) 62 #38# ELT) (($ $ (|List| #39#)) 61 #38# ELT)) (|eq?| (#1# 55 T ELT)) (|empty?| (#7# 58 T ELT)) (|empty| (#18# 57 T ELT)) (|degree| (#40=(#41=(|NonNegativeInteger|) $) 112 T ELT)) (|count| ((#41# |#4| $) 52 #26# ELT) ((#41# #14# $) 47 T ELT)) (|copy| (#24# 56 T ELT)) (|convert| ((#42=(|InputForm|) $) 70 (|has| |#4| (|ConvertibleTo| #42#)) ELT)) (|construct| (#23# 65 T ELT)) (|collectUpper| (#43=($ $ |#3|) 34 T ELT)) (|collectUnder| (#43# 36 T ELT)) (|collectQuasiMonic| (#24# 94 T ELT)) (|collect| (#43# 35 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (#29# 43 T ELT)) (|coHeight| (#40# 82 (|has| |#3| (|Finite|)) ELT)) (|before?| (#1# 6 T ELT)) (|basicSet| ((#44=(|Union| (|Record| (|:| |bas| $) (|:| |top| #4#)) #17#) #4# #20#) 115 T ELT) ((#44# #4# #14# #20#) 114 T ELT)) (|autoReduced?| ((#2# $ (|Mapping| #2# |#4| #4#)) 104 T ELT)) (|augment| (#33# 130 T ELT) (#36# 129 T ELT) (#34# 128 T ELT) (#35# 127 T ELT)) (|any?| (#37# 45 T ELT)) (|algebraicVariables| (#6# 87 T ELT)) (|algebraicCoefficients?| (#9# 144 T ELT)) (|algebraic?| (#31# 86 T ELT)) (= (#1# 8 T ELT)) (|#| (#40# 44 T ELT)))
(((|NormalizedTriangularSetCategory| |#1| |#2| |#3| |#4|) (|Category|) (|GcdDomain|) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|RecursivePolynomialCategory| |t#1| |t#2| |t#3|)) (T |NormalizedTriangularSetCategory|))
NIL
(|Join| (|RegularTriangularSetCategory| |t#1| |t#2| |t#3| |t#4|))
-(((|Aggregate|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|List| |#4|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#4|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|FiniteAggregate| |#4|) . T) ((|Functorial| |#4|) . T) ((|HomogeneousAggregate| |#4|) . T) ((|InnerEvalable| |#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|Join|) . T) ((|PolynomialSetCategory| |#1| |#2| |#3| |#4|) . T) ((|RegularTriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| |#4|) . T) ((|TriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|Type|) . T))
+(((|Aggregate|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|List| |#4|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#4|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|FiniteAggregate| |#4|) . T) ((|Functorial| |#4|) . T) ((|HomogeneousAggregate| |#4|) . T) ((|InnerEvalable| |#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|PolynomialSetCategory| |#1| |#2| |#3| |#4|) . T) ((|RegularTriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| |#4|) . T) ((|TriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|Type|) . T))
((|numericIfCan| ((#1=(|Union| #2=(|Float|) #3="failed") #4=(|Expression| |#1|) #5=(|PositiveInteger|)) 60 #6=(AND #7=(|has| |#1| (|IntegralDomain|)) (|has| |#1| (|OrderedSet|))) ELT) ((#1# #4#) 52 #6# ELT) ((#1# #8=(|Fraction| #9=(|Polynomial| |#1|)) #5#) 39 #7# ELT) ((#1# #8#) 35 #7# ELT) ((#1# #9# #5#) 30 #10=(|has| |#1| (|Ring|)) ELT) ((#1# #9#) 24 #10# ELT)) (|numeric| ((#2# #4# #5#) 92 #6# ELT) ((#2# #4#) 87 #6# ELT) ((#2# #8# #5#) 84 #7# ELT) ((#2# #8#) 81 #7# ELT) ((#2# #9# #5#) 80 #10# ELT) ((#2# #9#) 77 #10# ELT) ((#2# |#1| #5#) 73 T ELT) ((#2# |#1|) 22 T ELT)) (|complexNumericIfCan| ((#11=(|Union| #12=(|Complex| #2#) #3#) #13=(|Expression| #14=(|Complex| |#1|)) #5#) 68 #6# ELT) ((#11# #13#) 58 #6# ELT) ((#11# #4# #5#) 61 #6# ELT) ((#11# #4#) 59 #6# ELT) ((#11# #15=(|Fraction| #16=(|Polynomial| #14#)) #5#) 44 #7# ELT) ((#11# #15#) 43 #7# ELT) ((#11# #8# #5#) 38 #7# ELT) ((#11# #8#) 37 #7# ELT) ((#11# #9# #5#) 28 #10# ELT) ((#11# #9#) 26 #10# ELT) ((#11# #16# #5#) 18 #17=(|has| |#1| (|CommutativeRing|)) ELT) ((#11# #16#) 15 #17# ELT)) (|complexNumeric| ((#12# #13# #5#) 95 #6# ELT) ((#12# #13#) 94 #6# ELT) ((#12# #4# #5#) 93 #6# ELT) ((#12# #4#) 91 #6# ELT) ((#12# #15# #5#) 86 #7# ELT) ((#12# #15#) 85 #7# ELT) ((#12# #8# #5#) 83 #7# ELT) ((#12# #8#) 82 #7# ELT) ((#12# #9# #5#) 79 #10# ELT) ((#12# #9#) 78 #10# ELT) ((#12# #16# #5#) 75 #17# ELT) ((#12# #16#) 74 #17# ELT) ((#12# #14# #5#) 17 #17# ELT) ((#12# #14#) 13 #17# ELT) ((#12# |#1| #5#) 27 T ELT) ((#12# |#1|) 25 T ELT)))
(((|Numeric| |#1|) (CATEGORY |package| (SIGNATURE |numeric| (#1=(|Float|) |#1|)) (SIGNATURE |numeric| (#1# |#1| #2=(|PositiveInteger|))) (SIGNATURE |complexNumeric| (#3=(|Complex| #1#) |#1|)) (SIGNATURE |complexNumeric| (#3# |#1| #2#)) (IF #4=(|has| |#1| (|CommutativeRing|)) (PROGN (SIGNATURE |complexNumeric| (#3# #5=(|Complex| |#1|))) (SIGNATURE |complexNumeric| (#3# #5# #2#)) (SIGNATURE |complexNumeric| (#3# #6=(|Polynomial| #5#))) (SIGNATURE |complexNumeric| (#3# #6# #2#))) |%noBranch|) (IF #7=(|has| |#1| (|Ring|)) (PROGN (SIGNATURE |numeric| (#1# #8=(|Polynomial| |#1|))) (SIGNATURE |numeric| (#1# #8# #2#)) (SIGNATURE |complexNumeric| (#3# #8#)) (SIGNATURE |complexNumeric| (#3# #8# #2#))) |%noBranch|) (IF #9=(|has| |#1| (|IntegralDomain|)) (PROGN (SIGNATURE |numeric| (#1# #10=(|Fraction| #8#))) (SIGNATURE |numeric| (#1# #10# #2#)) (SIGNATURE |complexNumeric| (#3# #10#)) (SIGNATURE |complexNumeric| (#3# #10# #2#)) (SIGNATURE |complexNumeric| (#3# #11=(|Fraction| #6#))) (SIGNATURE |complexNumeric| (#3# #11# #2#)) (IF #12=(|has| |#1| (|OrderedSet|)) (PROGN (SIGNATURE |numeric| (#1# #13=(|Expression| |#1|))) (SIGNATURE |numeric| (#1# #13# #2#)) (SIGNATURE |complexNumeric| (#3# #13#)) (SIGNATURE |complexNumeric| (#3# #13# #2#)) (SIGNATURE |complexNumeric| (#3# #14=(|Expression| #5#))) (SIGNATURE |complexNumeric| (#3# #14# #2#))) |%noBranch|)) |%noBranch|) (IF #4# (PROGN (SIGNATURE |complexNumericIfCan| (#15=(|Union| #3# #16="failed") #6#)) (SIGNATURE |complexNumericIfCan| (#15# #6# #2#))) |%noBranch|) (IF #7# (PROGN (SIGNATURE |numericIfCan| (#17=(|Union| #1# #16#) #8#)) (SIGNATURE |numericIfCan| (#17# #8# #2#)) (SIGNATURE |complexNumericIfCan| (#15# #8#)) (SIGNATURE |complexNumericIfCan| (#15# #8# #2#))) |%noBranch|) (IF #9# (PROGN (SIGNATURE |numericIfCan| (#17# #10#)) (SIGNATURE |numericIfCan| (#17# #10# #2#)) (SIGNATURE |complexNumericIfCan| (#15# #10#)) (SIGNATURE |complexNumericIfCan| (#15# #10# #2#)) (SIGNATURE |complexNumericIfCan| (#15# #11#)) (SIGNATURE |complexNumericIfCan| (#15# #11# #2#)) (IF #12# (PROGN (SIGNATURE |numericIfCan| (#17# #13#)) (SIGNATURE |numericIfCan| (#17# #13# #2#)) (SIGNATURE |complexNumericIfCan| (#15# #13#)) (SIGNATURE |complexNumericIfCan| (#15# #13# #2#)) (SIGNATURE |complexNumericIfCan| (#15# #14#)) (SIGNATURE |complexNumericIfCan| (#15# #14# #2#))) |%noBranch|)) |%noBranch|)) (|ConvertibleTo| #1#)) (T |Numeric|))
((|complexNumericIfCan| #1=(*1 *2 *3 *4) (|partial| AND #2=(|isDomain| *3 (|Expression| #3=(|Complex| *5))) #4=(|isDomain| *4 (|PositiveInteger|)) #5=(|ofCategory| *5 #6=(|IntegralDomain|)) #7=(|ofCategory| *5 #8=(|OrderedSet|)) #9=(|ofCategory| *5 #10=(|ConvertibleTo| #11=(|Float|))) #12=(|isDomain| *2 (|Complex| #11#)) #13=(|isDomain| *1 (|Numeric| *5)))) (|complexNumericIfCan| #14=(*1 *2 *3) (|partial| AND #15=(|isDomain| *3 (|Expression| #16=(|Complex| *4))) #17=(|ofCategory| *4 #6#) #18=(|ofCategory| *4 #8#) #19=(|ofCategory| *4 #10#) #12# #20=(|isDomain| *1 (|Numeric| *4)))) (|complexNumericIfCan| #1# (|partial| AND #21=(|isDomain| *3 (|Expression| *5)) #4# #5# #7# #9# #12# #13#)) (|complexNumericIfCan| #14# (|partial| AND #22=(|isDomain| *3 (|Expression| *4)) #17# #18# #19# #12# #20#)) (|numericIfCan| #1# (|partial| AND #21# #4# #5# #7# #23=(|ofCategory| *5 #24=(|ConvertibleTo| *2)) #25=(|isDomain| *2 #11#) #13#)) (|numericIfCan| #14# (|partial| AND #22# #17# #18# #26=(|ofCategory| *4 #24#) #25# #20#)) (|complexNumericIfCan| #1# (|partial| AND #27=(|isDomain| *3 (|Fraction| #28=(|Polynomial| #3#))) #4# #5# #9# #12# #13#)) (|complexNumericIfCan| #14# (|partial| AND #29=(|isDomain| *3 (|Fraction| #30=(|Polynomial| #16#))) #17# #19# #12# #20#)) (|complexNumericIfCan| #1# (|partial| AND #31=(|isDomain| *3 (|Fraction| #32=(|Polynomial| *5))) #4# #5# #9# #12# #13#)) (|complexNumericIfCan| #14# (|partial| AND #33=(|isDomain| *3 (|Fraction| #34=(|Polynomial| *4))) #17# #19# #12# #20#)) (|numericIfCan| #1# (|partial| AND #31# #4# #5# #23# #25# #13#)) (|numericIfCan| #14# (|partial| AND #33# #17# #26# #25# #20#)) (|complexNumericIfCan| #1# (|partial| AND #35=(|isDomain| *3 #32#) #4# #36=(|ofCategory| *5 #37=(|Ring|)) #9# #12# #13#)) (|complexNumericIfCan| #14# (|partial| AND #38=(|isDomain| *3 #34#) #39=(|ofCategory| *4 #37#) #19# #12# #20#)) (|numericIfCan| #1# (|partial| AND #35# #4# #36# #23# #25# #13#)) (|numericIfCan| #14# (|partial| AND #38# #39# #26# #25# #20#)) (|complexNumericIfCan| #1# (|partial| AND #40=(|isDomain| *3 #28#) #4# #41=(|ofCategory| *5 #42=(|CommutativeRing|)) #9# #12# #13#)) (|complexNumericIfCan| #14# (|partial| AND #43=(|isDomain| *3 #30#) #44=(|ofCategory| *4 #42#) #19# #12# #20#)) (|complexNumeric| #1# (AND #2# #4# #5# #7# #9# #12# #13#)) (|complexNumeric| #14# (AND #15# #17# #18# #19# #12# #20#)) (|complexNumeric| #1# (AND #21# #4# #5# #7# #9# #12# #13#)) (|complexNumeric| #14# (AND #22# #17# #18# #19# #12# #20#)) (|numeric| #1# (AND #21# #4# #5# #7# #23# #25# #13#)) (|numeric| #14# (AND #22# #17# #18# #26# #25# #20#)) (|complexNumeric| #1# (AND #27# #4# #5# #9# #12# #13#)) (|complexNumeric| #14# (AND #29# #17# #19# #12# #20#)) (|complexNumeric| #1# (AND #31# #4# #5# #9# #12# #13#)) (|complexNumeric| #14# (AND #33# #17# #19# #12# #20#)) (|numeric| #1# (AND #31# #4# #5# #23# #25# #13#)) (|numeric| #14# (AND #33# #17# #26# #25# #20#)) (|complexNumeric| #1# (AND #35# #4# #36# #9# #12# #13#)) (|complexNumeric| #14# (AND #38# #39# #19# #12# #20#)) (|numeric| #1# (AND #35# #4# #36# #23# #25# #13#)) (|numeric| #14# (AND #38# #39# #26# #25# #20#)) (|complexNumeric| #1# (AND #40# #4# #41# #9# #12# #13#)) (|complexNumeric| #14# (AND #43# #44# #19# #12# #20#)) (|complexNumeric| #1# (AND (|isDomain| *3 #3#) #4# #41# #9# #12# #13#)) (|complexNumeric| #14# (AND (|isDomain| *3 #16#) #44# #19# #12# #20#)) (|complexNumeric| #1# (AND #4# #12# #45=(|isDomain| *1 (|Numeric| *3)) #46=(|ofCategory| *3 #10#))) (|complexNumeric| #14# (AND #12# #45# #46#)) (|numeric| #1# (AND #4# #25# #45# #47=(|ofCategory| *3 #24#))) (|numeric| #14# (AND #25# #45# #47#)))
@@ -2366,42 +2366,42 @@ NIL
((|sign| (((|Integer|) $) 17 T ELT)) (|negative?| (((|Boolean|) $) 10 T ELT)) (|abs| (($ $) 19 T ELT)))
(((|OrderedAbelianGroup&| |#1|) (CATEGORY |package| (SIGNATURE |abs| (|#1| |#1|)) (SIGNATURE |sign| ((|Integer|) |#1|)) (SIGNATURE |negative?| ((|Boolean|) |#1|))) (|OrderedAbelianGroup|)) (T |OrderedAbelianGroup&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 31 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 35 T ELT)) (|sign| (((|Integer|) $) 39 T ELT)) (|sample| (#3=($) 30 T CONST)) (|positive?| (((|Boolean|) $) 28 T ELT)) (|opposite?| ((#2# $ $) 33 T ELT)) (|negative?| (((|Boolean|) $) 40 T ELT)) (|min| (#4=($ $ $) 23 T ELT)) (|max| (#4# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|abs| (($ $) 38 T ELT)) (|Zero| (#3# 29 T CONST)) (>= (#5=((|Boolean|) $ $) 21 T ELT)) (> (#5# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#5# 20 T ELT)) (< (#5# 18 T ELT)) (- (($ $ $) 43 T ELT) (($ $) 42 T ELT)) (+ (($ $ $) 25 T ELT)) (* (($ (|PositiveInteger|) $) 26 T ELT) (($ (|NonNegativeInteger|) $) 32 T ELT) (($ (|Integer|) $) 41 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 31 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 35 T ELT)) (|sign| ((#4=(|Integer|) $) 39 T ELT)) (|sample| (#5=($) 30 T CONST)) (|positive?| (#3# 28 T ELT)) (|opposite?| (#1# 33 T ELT)) (|negative?| (#3# 40 T ELT)) (|min| (#6=($ $ $) 23 T ELT)) (|max| (#6# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|abs| (#7=($ $) 38 T ELT)) (|Zero| (#5# 29 T CONST)) (>= (#1# 21 T ELT)) (> (#1# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 20 T ELT)) (< (#1# 18 T ELT)) (- (#6# 43 T ELT) (#7# 42 T ELT)) (+ (#6# 25 T ELT)) (* (($ (|PositiveInteger|) $) 26 T ELT) (($ (|NonNegativeInteger|) $) 32 T ELT) (($ #4# $) 41 T ELT)))
(((|OrderedAbelianGroup|) (|Category|)) (T |OrderedAbelianGroup|))
-((|negative?| (*1 *2 *1) (AND (|ofCategory| *1 (|OrderedAbelianGroup|)) (|isDomain| *2 (|Boolean|)))) (|sign| (*1 *2 *1) (AND (|ofCategory| *1 (|OrderedAbelianGroup|)) (|isDomain| *2 (|Integer|)))) (|abs| (*1 *1 *1) (|ofCategory| *1 (|OrderedAbelianGroup|))))
+((|negative?| #1=(*1 *2 *1) (AND #2=(|ofCategory| *1 (|OrderedAbelianGroup|)) (|isDomain| *2 (|Boolean|)))) (|sign| #1# (AND #2# (|isDomain| *2 (|Integer|)))) (|abs| (*1 *1 *1) #2#))
(|Join| (|OrderedCancellationAbelianMonoid|) (|AbelianGroup|) (CATEGORY |domain| (SIGNATURE |negative?| ((|Boolean|) $)) (SIGNATURE |sign| ((|Integer|) $)) (SIGNATURE |abs| ($ $))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedCancellationAbelianMonoid|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedCancellationAbelianMonoid|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|positive?| (((|Boolean|) $) 10 T ELT)))
(((|OrderedAbelianMonoid&| |#1|) (CATEGORY |package| (SIGNATURE |positive?| ((|Boolean|) |#1|))) (|OrderedAbelianMonoid|)) (T |OrderedAbelianMonoid&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 31 T ELT)) (|sample| (#3=($) 30 T CONST)) (|positive?| (((|Boolean|) $) 28 T ELT)) (|opposite?| ((#2# $ $) 33 T ELT)) (|min| (#4=($ $ $) 23 T ELT)) (|max| (#4# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 29 T CONST)) (>= (#5=((|Boolean|) $ $) 21 T ELT)) (> (#5# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#5# 20 T ELT)) (< (#5# 18 T ELT)) (+ (($ $ $) 25 T ELT)) (* (($ (|PositiveInteger|) $) 26 T ELT) (($ (|NonNegativeInteger|) $) 32 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 31 T ELT)) (|sample| (#4=($) 30 T CONST)) (|positive?| (#3# 28 T ELT)) (|opposite?| (#1# 33 T ELT)) (|min| (#5=($ $ $) 23 T ELT)) (|max| (#5# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#4# 29 T CONST)) (>= (#1# 21 T ELT)) (> (#1# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 20 T ELT)) (< (#1# 18 T ELT)) (+ (#5# 25 T ELT)) (* (($ (|PositiveInteger|) $) 26 T ELT) (($ (|NonNegativeInteger|) $) 32 T ELT)))
(((|OrderedAbelianMonoid|) (|Category|)) (T |OrderedAbelianMonoid|))
((|positive?| (*1 *2 *1) (AND (|ofCategory| *1 (|OrderedAbelianMonoid|)) (|isDomain| *2 (|Boolean|)))))
(|Join| (|OrderedAbelianSemiGroup|) (|AbelianMonoid|) (CATEGORY |domain| (SIGNATURE |positive?| ((|Boolean|) $))))
-(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SetCategory|) . T) ((|Type|) . T))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 31 T ELT)) (|sup| (($ $ $) 37 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 35 T ELT)) (|sample| (#3=($) 30 T CONST)) (|positive?| (((|Boolean|) $) 28 T ELT)) (|opposite?| ((#2# $ $) 33 T ELT)) (|min| (#4=($ $ $) 23 T ELT)) (|max| (#4# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 29 T CONST)) (>= (#5=((|Boolean|) $ $) 21 T ELT)) (> (#5# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#5# 20 T ELT)) (< (#5# 18 T ELT)) (+ (($ $ $) 25 T ELT)) (* (($ (|PositiveInteger|) $) 26 T ELT) (($ (|NonNegativeInteger|) $) 32 T ELT)))
+(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 31 T ELT)) (|sup| (#4=($ $ $) 37 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 35 T ELT)) (|sample| (#5=($) 30 T CONST)) (|positive?| (#3# 28 T ELT)) (|opposite?| (#1# 33 T ELT)) (|min| (#4# 23 T ELT)) (|max| (#4# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#5# 29 T CONST)) (>= (#1# 21 T ELT)) (> (#1# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 20 T ELT)) (< (#1# 18 T ELT)) (+ (#4# 25 T ELT)) (* (($ (|PositiveInteger|) $) 26 T ELT) (($ (|NonNegativeInteger|) $) 32 T ELT)))
(((|OrderedAbelianMonoidSup|) (|Category|)) (T |OrderedAbelianMonoidSup|))
((|sup| (*1 *1 *1 *1) (|ofCategory| *1 (|OrderedAbelianMonoidSup|))))
(|Join| (|OrderedCancellationAbelianMonoid|) (CATEGORY |domain| (SIGNATURE |sup| ($ $ $))))
-(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedCancellationAbelianMonoid|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SetCategory|) . T) ((|Type|) . T))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|min| (#2=($ $ $) 23 T ELT)) (|max| (#2# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (>= (#3=((|Boolean|) $ $) 21 T ELT)) (> (#3# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#3# 20 T ELT)) (< (#3# 18 T ELT)) (+ (($ $ $) 25 T ELT)) (* (($ (|PositiveInteger|) $) 26 T ELT)))
+(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedCancellationAbelianMonoid|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|min| (#2=($ $ $) 23 T ELT)) (|max| (#2# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (>= (#1# 21 T ELT)) (> (#1# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 20 T ELT)) (< (#1# 18 T ELT)) (+ (#2# 25 T ELT)) (* (($ (|PositiveInteger|) $) 26 T ELT)))
(((|OrderedAbelianSemiGroup|) (|Category|)) (T |OrderedAbelianSemiGroup|))
NIL
(|Join| (|OrderedSet|) (|AbelianSemiGroup|))
-(((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|zero?| (#1=(#2=(|Boolean|) $) 42 T ELT)) (|retractIfCan| (((|Union| #3=(|Integer|) #4="failed") $) NIL T ELT) (#5=((|Union| #6=(|Fraction| #3#) #4#) $) NIL T ELT) (((|Union| |#2| #4#) $) 45 T ELT)) (|retract| ((#3# $) NIL T ELT) (#7=(#6# $) NIL T ELT) (#8=(|#2| $) 43 T ELT)) (|rationalIfCan| (#5# 78 T ELT)) (|rational?| (#1# 72 T ELT)) (|rational| (#7# 76 T ELT)) (|norm| (#8# 26 T ELT)) (|map| (($ (|Mapping| |#2| |#2|) $) 23 T ELT)) (|inv| (#9=($ $) 58 T ELT)) (|convert| (((|InputForm|) $) 67 T ELT)) (|conjugate| (#9# 21 T ELT)) (|coerce| (((|OutputForm|) $) 53 T ELT) (($ #3#) 40 T ELT) (($ |#2|) 38 T ELT) (($ #6#) NIL T ELT)) (|characteristic| ((#10=(|NonNegativeInteger|)) 10 T CONST)) (|abs| (#8# 71 T ELT)) (= (#11=(#2# $ $) 30 T ELT)) (< (#11# 69 T ELT)) (- (#9# 32 T ELT) #12=(#13=($ $ $) NIL T ELT)) (+ (#13# 31 T ELT)) (* (($ (|PositiveInteger|) $) NIL T ELT) (($ #10# $) NIL T ELT) (($ #3# $) 36 T ELT) #12# (($ $ |#2|) NIL T ELT) (($ |#2| $) 33 T ELT)))
(((|OctonionCategory&| |#1| |#2|) (CATEGORY |package| (SIGNATURE < #1=(#2=(|Boolean|) |#1| |#1|)) (SIGNATURE |convert| ((|InputForm|) |#1|)) (SIGNATURE |inv| #3=(|#1| |#1|)) (SIGNATURE |rationalIfCan| #4=((|Union| #5=(|Fraction| #6=(|Integer|)) #7="failed") |#1|)) (SIGNATURE |rational| #8=(#5# |#1|)) (SIGNATURE |rational?| #9=(#2# |#1|)) (SIGNATURE |abs| #10=(|#2| |#1|)) (SIGNATURE |norm| #10#) (SIGNATURE |conjugate| #3#) (SIGNATURE |map| (|#1| (|Mapping| |#2| |#2|) |#1|)) (SIGNATURE |retractIfCan| ((|Union| |#2| #7#) |#1|)) (SIGNATURE |retract| #10#) (SIGNATURE |retract| #8#) (SIGNATURE |retractIfCan| #4#) (SIGNATURE |coerce| (|#1| #5#)) (SIGNATURE |retract| (#6# |#1|)) (SIGNATURE |retractIfCan| ((|Union| #6# #7#) |#1|)) (SIGNATURE |coerce| (|#1| |#2|)) (SIGNATURE * (|#1| |#2| |#1|)) (SIGNATURE * (|#1| |#1| |#2|)) (SIGNATURE |characteristic| (#11=(|NonNegativeInteger|)) |constant|) (SIGNATURE |coerce| (|#1| #6#)) (SIGNATURE * #12=(|#1| |#1| |#1|)) (SIGNATURE - #12#) (SIGNATURE - #3#) (SIGNATURE * (|#1| #6# |#1|)) (SIGNATURE * (|#1| #11# |#1|)) (SIGNATURE |zero?| #9#) (SIGNATURE * (|#1| (|PositiveInteger|) |#1|)) (SIGNATURE + #12#) (SIGNATURE |coerce| ((|OutputForm|) |#1|)) (SIGNATURE = #1#)) (|OctonionCategory| |#2|) (|CommutativeRing|)) (T |OctonionCategory&|))
((|characteristic| (*1 *2) (AND (|ofCategory| *4 (|CommutativeRing|)) (|isDomain| *2 (|NonNegativeInteger|)) (|isDomain| *1 (|OctonionCategory&| *3 *4)) (|ofCategory| *3 (|OctonionCategory| *4)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|size| (((|NonNegativeInteger|)) 68 (|has| |#1| . #3=((|Finite|))) ELT)) (|sample| (#4=($) 23 T CONST)) (|retractIfCan| (((|Union| #5=(|Integer|) . #6=("failed")) . #7=($)) 110 (|has| |#1| . #8=((|RetractableTo| #5#))) ELT) (((|Union| #9=(|Fraction| #5#) . #6#) . #7#) 107 (|has| |#1| . #10=((|RetractableTo| #9#))) ELT) (((|Union| |#1| . #6#) . #7#) 104 T ELT)) (|retract| ((#5# . #11=($)) 109 (|has| |#1| . #8#) ELT) ((#9# . #11#) 106 (|has| |#1| . #10#) ELT) ((|#1| . #11#) 105 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|real| ((|#1| $) 94 T ELT)) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) 81 (|has| |#1| (|IntegerNumberSystem|)) ELT)) (|rational?| (((|Boolean|) $) 83 (|has| |#1| (|IntegerNumberSystem|)) ELT)) (|rational| (((|Fraction| (|Integer|)) $) 82 (|has| |#1| (|IntegerNumberSystem|)) ELT)) (|random| (($) 71 (|has| |#1| . #3#) ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|octon| (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 85 T ELT)) (|norm| ((|#1| $) 86 T ELT)) (|min| (#12=($ $ $) 72 (|has| |#1| . #13=((|OrderedSet|))) ELT)) (|max| (#12# 73 (|has| |#1| . #13#) ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 96 T ELT)) (|lookup| ((#14=(|PositiveInteger|) $) 70 (|has| |#1| . #3#) ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 80 (|has| |#1| (|Field|)) ELT)) (|index| (($ #14#) 69 (|has| |#1| . #3#) ELT)) (|imagk| ((|#1| $) 91 T ELT)) (|imagj| ((|#1| $) 92 T ELT)) (|imagi| ((|#1| $) 93 T ELT)) (|imagK| ((|#1| $) 87 T ELT)) (|imagJ| ((|#1| $) 88 T ELT)) (|imagI| ((|#1| $) 89 T ELT)) (|imagE| ((|#1| $) 90 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|eval| (($ $ (|List| |#1|) (|List| |#1|)) 102 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ |#1| |#1|) 101 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ (|Equation| |#1|)) 100 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ (|List| (|Equation| |#1|))) 99 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ (|List| #15=(|Symbol|)) (|List| |#1|)) 98 (|has| |#1| (|InnerEvalable| #15# |#1|)) ELT) (($ $ #15# |#1|) 97 (|has| |#1| (|InnerEvalable| #15# |#1|)) ELT)) (|elt| (($ $ |#1|) 103 (|has| |#1| (|Eltable| |#1| |#1|)) ELT)) (|convert| (((|InputForm|) $) 78 (|has| |#1| (|ConvertibleTo| (|InputForm|))) ELT)) (|conjugate| (($ $) 95 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 53 T ELT) (($ #9#) 108 (|has| |#1| . #10#) ELT)) (|charthRoot| (((|Maybe| $) $) 79 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|abs| ((|#1| $) 84 (|has| |#1| (|RealNumberSystem|)) ELT)) (|Zero| (#4# 24 T CONST)) (|One| (($) 46 T CONST)) (>= (#16=((|Boolean|) $ $) 74 (|has| |#1| . #13#) ELT)) (> (#16# 76 (|has| |#1| . #13#) ELT)) (= (#1# 8 T ELT)) (<= (#16# 75 (|has| |#1| . #13#) ELT)) (< (#16# 77 (|has| |#1| . #13#) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #17=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 55 T ELT) (($ |#1| . #17#) 54 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| ((#4=(|Maybe| $) $ $) 26 T ELT)) (|size| (#5=(#6=(|NonNegativeInteger|)) 68 #7=(|has| |#1| (|Finite|)) ELT)) (|sample| (#8=($) 23 T CONST)) (|retractIfCan| (((|Union| #9=(|Integer|) . #10=(#11="failed")) . #12=($)) 110 #13=(|has| |#1| (|RetractableTo| #9#)) ELT) (#14=((|Union| #15=(|Fraction| #9#) #11#) $) 107 #16=(|has| |#1| (|RetractableTo| #15#)) ELT) (((|Union| |#1| . #10#) . #12#) 104 T ELT)) (|retract| ((#9# . #17=($)) 109 #13# ELT) (#18=(#15# $) 106 #16# ELT) (#19=(|#1| . #17#) 105 T ELT)) (|recip| (((|Union| $ #11#) $) 43 T ELT)) (|real| (#19# 94 T ELT)) (|rationalIfCan| (#14# 81 #20=(|has| |#1| (|IntegerNumberSystem|)) ELT)) (|rational?| (#3# 83 #20# ELT)) (|rational| (#18# 82 #20# ELT)) (|random| (#8# 71 #7# ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|octon| (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 85 T ELT)) (|norm| (#19# 86 T ELT)) (|min| (#21=($ $ $) 72 #22=(|has| |#1| (|OrderedSet|)) ELT)) (|max| (#21# 73 #22# ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 96 T ELT)) (|lookup| ((#23=(|PositiveInteger|) $) 70 #7# ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#24=($ $) 80 (|has| |#1| (|Field|)) ELT)) (|index| (($ #23#) 69 #7# ELT)) (|imagk| (#19# 91 T ELT)) (|imagj| (#19# 92 T ELT)) (|imagi| (#19# 93 T ELT)) (|imagK| (#19# 87 T ELT)) (|imagJ| (#19# 88 T ELT)) (|imagI| (#19# 89 T ELT)) (|imagE| (#19# 90 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|eval| (($ $ #25=(|List| |#1|) #25#) 102 #26=(|has| |#1| (|Evalable| |#1|)) ELT) (($ $ |#1| |#1|) 101 #26# ELT) (($ $ #27=(|Equation| |#1|)) 100 #26# ELT) (($ $ (|List| #27#)) 99 #26# ELT) (($ $ (|List| #28=(|Symbol|)) #25#) 98 #29=(|has| |#1| (|InnerEvalable| #28# |#1|)) ELT) (($ $ #28# |#1|) 97 #29# ELT)) (|elt| (#30=($ $ |#1|) 103 (|has| |#1| (|Eltable| |#1| |#1|)) ELT)) (|convert| ((#31=(|InputForm|) $) 78 (|has| |#1| (|ConvertibleTo| #31#)) ELT)) (|conjugate| (#24# 95 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #9#) 42 T ELT) (($ |#1|) 53 T ELT) (($ #15#) 108 #16# ELT)) (|charthRoot| ((#4# $) 79 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| (#5# 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|abs| (#19# 84 (|has| |#1| (|RealNumberSystem|)) ELT)) (|Zero| (#8# 24 T CONST)) (|One| (#8# 46 T CONST)) (>= (#1# 74 #22# ELT)) (> (#1# 76 #22# ELT)) (= (#1# 8 T ELT)) (<= (#1# 75 #22# ELT)) (< (#1# 77 #22# ELT)) (- (#24# 30 T ELT) (#21# 29 T ELT)) (+ (#21# 18 T ELT)) (** (($ $ #23#) 36 T ELT) (($ $ #6#) 44 T ELT)) (* (($ #23# $) 17 T ELT) (($ #6# $) 21 T ELT) (($ #9# . #32=($)) 31 T ELT) (#21# 35 T ELT) (#30# 55 T ELT) (($ |#1| . #32#) 54 T ELT)))
(((|OctonionCategory| |#1|) (|Category|) (|CommutativeRing|)) (T |OctonionCategory|))
-((|conjugate| (*1 *1 *1) (AND (|ofCategory| *1 (|OctonionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|real| (*1 *2 *1) (AND (|ofCategory| *1 (|OctonionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|imagi| (*1 *2 *1) (AND (|ofCategory| *1 (|OctonionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|imagj| (*1 *2 *1) (AND (|ofCategory| *1 (|OctonionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|imagk| (*1 *2 *1) (AND (|ofCategory| *1 (|OctonionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|imagE| (*1 *2 *1) (AND (|ofCategory| *1 (|OctonionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|imagI| (*1 *2 *1) (AND (|ofCategory| *1 (|OctonionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|imagJ| (*1 *2 *1) (AND (|ofCategory| *1 (|OctonionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|imagK| (*1 *2 *1) (AND (|ofCategory| *1 (|OctonionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|norm| (*1 *2 *1) (AND (|ofCategory| *1 (|OctonionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|octon| (*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) (AND (|ofCategory| *1 (|OctonionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|abs| (*1 *2 *1) (AND (|ofCategory| *1 (|OctonionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *2 (|RealNumberSystem|)))) (|rational?| (*1 *2 *1) (AND (|ofCategory| *1 (|OctonionCategory| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *3 (|IntegerNumberSystem|)) (|isDomain| *2 (|Boolean|)))) (|rational| (*1 *2 *1) (AND (|ofCategory| *1 (|OctonionCategory| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *3 (|IntegerNumberSystem|)) (|isDomain| *2 (|Fraction| (|Integer|))))) (|rationalIfCan| (*1 *2 *1) (|partial| AND (|ofCategory| *1 (|OctonionCategory| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *3 (|IntegerNumberSystem|)) (|isDomain| *2 (|Fraction| (|Integer|))))) (|inv| (*1 *1 *1) (AND (|ofCategory| *1 (|OctonionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *2 (|Field|)))))
-(|Join| (|Algebra| |t#1|) (|FullyRetractableTo| |t#1|) (|FullyEvalableOver| |t#1|) (CATEGORY |domain| (SIGNATURE |conjugate| ($ $)) (SIGNATURE |real| (|t#1| $)) (SIGNATURE |imagi| (|t#1| $)) (SIGNATURE |imagj| (|t#1| $)) (SIGNATURE |imagk| (|t#1| $)) (SIGNATURE |imagE| (|t#1| $)) (SIGNATURE |imagI| (|t#1| $)) (SIGNATURE |imagJ| (|t#1| $)) (SIGNATURE |imagK| (|t#1| $)) (SIGNATURE |norm| (|t#1| $)) (SIGNATURE |octon| ($ |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1|)) (IF (|has| |t#1| (|Finite|)) (ATTRIBUTE (|Finite|)) |%noBranch|) (IF (|has| |t#1| (|OrderedSet|)) (ATTRIBUTE (|OrderedSet|)) |%noBranch|) (IF (|has| |t#1| (|ConvertibleTo| (|InputForm|))) (ATTRIBUTE (|ConvertibleTo| (|InputForm|))) |%noBranch|) (IF (|has| |t#1| (|CharacteristicZero|)) (ATTRIBUTE (|CharacteristicZero|)) |%noBranch|) (IF (|has| |t#1| (|CharacteristicNonZero|)) (ATTRIBUTE (|CharacteristicNonZero|)) |%noBranch|) (IF (|has| |t#1| (|RealNumberSystem|)) (SIGNATURE |abs| (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (|IntegerNumberSystem|)) (PROGN (SIGNATURE |rational?| ((|Boolean|) $)) (SIGNATURE |rational| ((|Fraction| (|Integer|)) $)) (SIGNATURE |rationalIfCan| ((|Union| (|Fraction| (|Integer|)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (|Field|)) (SIGNATURE |inv| ($ $)) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#1|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1=(|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| |#1| $) |has| |#1| (|Eltable| |#1| |#1|)) ((|Evalable| |#1|) |has| |#1| (|Evalable| |#1|)) ((|Finite|) |has| |#1| (|Finite|)) ((|FullyEvalableOver| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|Functorial| |#1|) . T) ((|InnerEvalable| (|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)) ((|InnerEvalable| |#1| |#1|) |has| |#1| (|Evalable| |#1|)) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|Monoid|) . T) ((|OrderedSet|) |has| |#1| (|OrderedSet|)) ((|OrderedType|) |has| |#1| (|OrderedSet|)) ((|RetractableTo| #1#) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| (|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 31 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 35 T ELT)) (|sample| (#3=($) 30 T CONST)) (|positive?| (((|Boolean|) $) 28 T ELT)) (|opposite?| ((#2# $ $) 33 T ELT)) (|min| (#4=($ $ $) 23 T ELT)) (|max| (#4# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 29 T CONST)) (>= (#5=((|Boolean|) $ $) 21 T ELT)) (> (#5# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#5# 20 T ELT)) (< (#5# 18 T ELT)) (+ (($ $ $) 25 T ELT)) (* (($ (|PositiveInteger|) $) 26 T ELT) (($ (|NonNegativeInteger|) $) 32 T ELT)))
+((|conjugate| #1=(*1 *1 *1) #2=(AND #3=(|ofCategory| *1 (|OctonionCategory| *2)) #4=(|ofCategory| *2 #5=(|CommutativeRing|)))) (|real| #6=(*1 *2 *1) #2#) (|imagi| #6# #2#) (|imagj| #6# #2#) (|imagk| #6# #2#) (|imagE| #6# #2#) (|imagI| #6# #2#) (|imagJ| #6# #2#) (|imagK| #6# #2#) (|norm| #6# #2#) (|octon| (*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) #2#) (|abs| #6# (AND #3# #4# (|ofCategory| *2 (|RealNumberSystem|)))) (|rational?| #6# (AND #7=(|ofCategory| *1 (|OctonionCategory| *3)) #8=(|ofCategory| *3 #5#) #9=(|ofCategory| *3 (|IntegerNumberSystem|)) (|isDomain| *2 (|Boolean|)))) (|rational| #6# (AND #7# #8# #9# #10=(|isDomain| *2 (|Fraction| (|Integer|))))) (|rationalIfCan| #6# (|partial| AND #7# #8# #9# #10#)) (|inv| #1# (AND #3# #4# (|ofCategory| *2 (|Field|)))))
+(|Join| (|Algebra| |t#1|) (|FullyRetractableTo| |t#1|) (|FullyEvalableOver| |t#1|) (CATEGORY |domain| (SIGNATURE |conjugate| #1=($ $)) (SIGNATURE |real| #2=(|t#1| $)) (SIGNATURE |imagi| #2#) (SIGNATURE |imagj| #2#) (SIGNATURE |imagk| #2#) (SIGNATURE |imagE| #2#) (SIGNATURE |imagI| #2#) (SIGNATURE |imagJ| #2#) (SIGNATURE |imagK| #2#) (SIGNATURE |norm| #2#) (SIGNATURE |octon| ($ |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1|)) (IF (|has| |t#1| #3=(|Finite|)) (ATTRIBUTE #3#) |%noBranch|) (IF (|has| |t#1| #4=(|OrderedSet|)) (ATTRIBUTE #4#) |%noBranch|) (IF (|has| |t#1| #5=(|ConvertibleTo| (|InputForm|))) (ATTRIBUTE #5#) |%noBranch|) (IF (|has| |t#1| #6=(|CharacteristicZero|)) (ATTRIBUTE #6#) |%noBranch|) (IF (|has| |t#1| #7=(|CharacteristicNonZero|)) (ATTRIBUTE #7#) |%noBranch|) (IF (|has| |t#1| (|RealNumberSystem|)) (SIGNATURE |abs| #2#) |%noBranch|) (IF (|has| |t#1| (|IntegerNumberSystem|)) (PROGN (SIGNATURE |rational?| ((|Boolean|) $)) (SIGNATURE |rational| (#8=(|Fraction| (|Integer|)) $)) (SIGNATURE |rationalIfCan| ((|Union| #8# "failed") $))) |%noBranch|) (IF (|has| |t#1| (|Field|)) (SIGNATURE |inv| #1#) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#1|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1=(|Fraction| #2=(|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| |#1| $) |has| |#1| (|Eltable| |#1| |#1|)) ((|Evalable| |#1|) |has| |#1| (|Evalable| |#1|)) ((|Finite|) |has| |#1| (|Finite|)) ((|FullyEvalableOver| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|Functorial| |#1|) . T) ((|InnerEvalable| (|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)) ((|InnerEvalable| |#1| |#1|) |has| |#1| (|Evalable| |#1|)) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|Monoid|) . T) ((|OrderedSet|) |has| |#1| (|OrderedSet|)) ((|OrderedType|) |has| |#1| (|OrderedSet|)) ((|RetractableTo| #1#) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| #2#) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 31 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 35 T ELT)) (|sample| (#4=($) 30 T CONST)) (|positive?| (#3# 28 T ELT)) (|opposite?| (#1# 33 T ELT)) (|min| (#5=($ $ $) 23 T ELT)) (|max| (#5# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#4# 29 T CONST)) (>= (#1# 21 T ELT)) (> (#1# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 20 T ELT)) (< (#1# 18 T ELT)) (+ (#5# 25 T ELT)) (* (($ (|PositiveInteger|) $) 26 T ELT) (($ (|NonNegativeInteger|) $) 32 T ELT)))
(((|OrderedCancellationAbelianMonoid|) (|Category|)) (T |OrderedCancellationAbelianMonoid|))
NIL
(|Join| (|OrderedAbelianMonoid|) (|CancellationAbelianMonoid|))
-(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| #4=(#5=(#3# $) NIL T ELT)) (|subtractIfCan| ((#6=(|Maybe| $) $ $) NIL T ELT)) (|size| (#7=(#8=(|NonNegativeInteger|)) NIL #9=(|has| |#1| (|Finite|)) ELT)) (|sample| (#10=($) NIL T CONST)) (|retractIfCan| (((|Union| |#1| . #11=(#12="failed")) . #13=($)) NIL T ELT) (((|Union| #14=(|Quaternion| |#1|) . #11#) $) 35 T ELT) (#15=((|Union| #16=(|Fraction| #17=(|Integer|)) . #11#) . #13#) NIL #18=(OR (|has| #14# #19=(|RetractableTo| #16#)) (|has| |#1| #19#)) ELT) (((|Union| #17# . #11#) . #13#) NIL #20=(OR (|has| #14# #21=(|RetractableTo| #17#)) (|has| |#1| #21#)) ELT)) (|retract| #22=(#23=(|#1| . #24=($)) NIL T ELT) ((#14# $) 33 T ELT) (#25=(#16# . #24#) NIL #18# ELT) ((#17# . #24#) NIL #20# ELT)) (|recip| (((|Union| $ #12#) $) NIL T ELT)) (|real| (#23# 16 T ELT)) (|rationalIfCan| (#15# NIL #26=(|has| |#1| (|IntegerNumberSystem|)) ELT)) (|rational?| (#5# NIL #26# ELT)) (|rational| (#25# NIL #26# ELT)) (|random| (#10# NIL #9# ELT)) (|opposite?| #1#) (|one?| #4#) (|octon| (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 28 T ELT) (($ #14# #14#) 29 T ELT)) (|norm| #22#) (|min| #27=(#28=($ $ $) NIL #29=(|has| |#1| (|OrderedSet|)) ELT)) (|max| #27#) (|map| (($ (|Mapping| |#1| |#1|) $) NIL T ELT)) (|lookup| ((#30=(|PositiveInteger|) $) NIL #9# ELT)) (|latex| (((|String|) $) NIL T ELT)) (|inv| (#31=($ $) NIL (|has| |#1| (|Field|)) ELT)) (|index| (($ #30#) NIL #9# ELT)) (|imagk| (#23# 22 T ELT)) (|imagj| (#23# 20 T ELT)) (|imagi| (#23# 18 T ELT)) (|imagK| (#23# 26 T ELT)) (|imagJ| (#23# 25 T ELT)) (|imagI| (#23# 24 T ELT)) (|imagE| (#23# 23 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|eval| (($ $ #32=(|List| |#1|) #32#) NIL #33=(|has| |#1| (|Evalable| |#1|)) ELT) (($ $ |#1| |#1|) NIL #33# ELT) (($ $ #34=(|Equation| |#1|)) NIL #33# ELT) (($ $ (|List| #34#)) NIL #33# ELT) (($ $ (|List| #35=(|Symbol|)) #32#) NIL #36=(|has| |#1| (|InnerEvalable| #35# |#1|)) ELT) (($ $ #35# |#1|) NIL #36# ELT)) (|elt| (#37=($ $ |#1|) NIL (|has| |#1| (|Eltable| |#1| |#1|)) ELT)) (|convert| ((#38=(|InputForm|) $) NIL (|has| |#1| (|ConvertibleTo| #38#)) ELT)) (|conjugate| #39=(#31# NIL T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #17#) NIL T ELT) (($ |#1|) NIL T ELT) (($ #14#) 30 T ELT) (($ #16#) NIL #18# ELT)) (|charthRoot| ((#6# $) NIL (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| (#7# NIL T CONST)) (|before?| #1#) (|annihilate?| #1#) (|abs| (#23# NIL (|has| |#1| (|RealNumberSystem|)) ELT)) (|Zero| (#10# 8 T CONST)) (|One| (#10# 12 T CONST)) (>= #40=(#2# NIL #29# ELT)) (> #40#) (= #1#) (<= #40#) (< #40#) (- #39# #41=(#28# NIL T ELT)) (+ #41#) (** (($ $ #30#) NIL T ELT) (($ $ #8#) NIL T ELT)) (* (($ #30# $) NIL T ELT) (($ #8# $) NIL T ELT) (($ #17# . #42=($)) NIL T ELT) (#28# 40 T ELT) (#37# NIL T ELT) (($ |#1| . #42#) NIL T ELT)))
(((|Octonion| |#1|) (|Join| (|OctonionCategory| |#1|) (|FullyRetractableTo| #1=(|Quaternion| |#1|)) (CATEGORY |domain| (SIGNATURE |octon| ($ #1# #1#)))) (|CommutativeRing|)) (T |Octonion|))
((|octon| (*1 *1 *2 *2) (AND (|isDomain| *2 (|Quaternion| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|isDomain| *1 (|Octonion| *3)))))
@@ -2456,19 +2456,19 @@ NIL
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|varList| (((|List| |#1|) $) 39 T ELT)) (|size| (#4=(#5=(|NonNegativeInteger|) $) NIL T ELT)) (|sample| (#6=($) NIL T CONST)) (|rquo| #7=((#8=(|Union| $ #9="failed") $ $) NIL T ELT) (#10=(#8# $ |#1|) 29 T ELT)) (|retractIfCan| (((|Union| |#1| #9#) $) NIL T ELT)) (|retract| (#11=(|#1| $) NIL T ELT)) (|rest| (#12=($ $) 43 T ELT)) (|recip| ((#8# $) NIL T ELT)) (|overlap| (((|Record| #13=(|:| |lm| $) (|:| |mm| $) #14=(|:| |rm| $)) $ $) NIL T ELT)) (|one?| ((#3# $) NIL T ELT)) (|nthFactor| ((|#1| $ #15=(|Integer|)) NIL T ELT)) (|nthExpon| ((#5# $ #15#) NIL T ELT)) (|mirror| (#12# 55 T ELT)) (|min| #16=(($ $ $) NIL T ELT)) (|max| #16#) (|mapGen| (($ (|Mapping| |#1| |#1|) $) NIL T ELT)) (|mapExpon| (($ (|Mapping| #5# #5#) $) NIL T ELT)) (|lquo| #7# (#10# 26 T ELT)) (|lexico| (#2# 52 T ELT)) (|length| (#4# 35 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hcrf| #16#) (|hclf| #16#) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|first| (#11# 42 T ELT)) (|factors| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| #5#))) $) NIL T ELT)) (|divide| #17=(((|Union| (|Record| #13# #14#) #9#) $ $) NIL T ELT)) (|div| #17#) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ |#1|) NIL T ELT)) (|before?| #1#) (|One| (#6# 7 T CONST)) (>= #1#) (> #1#) (= #1#) (<= #1#) (< (#2# 54 T ELT)) (** (($ $ (|PositiveInteger|)) NIL T ELT) (($ $ #5#) NIL T ELT) (($ |#1| #5#) NIL T ELT)) (* #16# (($ |#1| $) NIL T ELT) (($ $ |#1|) NIL T ELT)))
(((|OrderedFreeMonoid| |#1|) (|Join| (|FreeMonoidCategory| |#1|) (|OrderedMonoid|) (CATEGORY |domain| (SIGNATURE |first| (|#1| $)) (SIGNATURE |rest| #1=($ $)) (SIGNATURE |mirror| #1#) (SIGNATURE |lexico| ((|Boolean|) $ $)) (SIGNATURE |lquo| #2=((|Union| $ #3="failed") $ |#1|)) (SIGNATURE |rquo| #2#) (SIGNATURE |div| ((|Union| (|Record| (|:| |lm| $) (|:| |rm| $)) #3#) $ $)) (SIGNATURE |length| ((|NonNegativeInteger|) $)) (SIGNATURE |varList| ((|List| |#1|) $)))) (|OrderedSet|)) (T |OrderedFreeMonoid|))
((|first| #1=(*1 *2 *1) #2=(AND #3=(|isDomain| *1 (|OrderedFreeMonoid| *2)) #4=(|ofCategory| *2 #5=(|OrderedSet|)))) (|rest| #6=(*1 *1 *1) #2#) (|mirror| #6# #2#) (|lexico| #7=(*1 *2 *1 *1) (AND (|isDomain| *2 (|Boolean|)) #8=(|isDomain| *1 #9=(|OrderedFreeMonoid| *3)) #10=(|ofCategory| *3 #5#))) (|lquo| #11=(*1 *1 *1 *2) #12=(|partial| AND #3# #4#)) (|rquo| #11# #12#) (|div| #7# (|partial| AND (|isDomain| *2 (|Record| (|:| |lm| #9#) (|:| |rm| #9#))) #8# #10#)) (|length| #1# (AND (|isDomain| *2 (|NonNegativeInteger|)) #8# #10#)) (|varList| #1# (AND (|isDomain| *2 (|List| *3)) #8# #10#)))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#3=(|Boolean|) $) 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sign| (((|Integer|) $) 70 T ELT)) (|sample| (#4=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|positive?| (((|Boolean|) $) 68 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|negative?| (((|Boolean|) $) 69 T ELT)) (|min| (#5=($ $ $) 62 T ELT)) (|max| (#5# 63 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| ((#3# $ $) 54 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|abs| (($ $) 71 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (($) 46 T CONST)) (>= (#6=((|Boolean|) $ $) 64 T ELT)) (> (#6# 66 T ELT)) (= (#1# 8 T ELT)) (<= (#6# 65 T ELT)) (< (#6# 67 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#4=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sign| ((#5=(|Integer|) $) 70 T ELT)) (|sample| (#6=($) 23 T CONST)) (|recip| ((#7=(|Union| $ "failed") $) 43 T ELT)) (|positive?| (#3# 68 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|negative?| (#3# 69 T ELT)) (|min| (#8=($ $ $) 62 T ELT)) (|max| (#8# 63 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|exquo| ((#7# $ $) 57 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #5#) 42 T ELT) (#4# 58 T ELT)) (|characteristic| ((#9=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 54 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|abs| (#4# 71 T ELT)) (|Zero| (#6# 24 T CONST)) (|One| (#6# 46 T CONST)) (>= (#1# 64 T ELT)) (> (#1# 66 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 65 T ELT)) (< (#1# 67 T ELT)) (- (#4# 30 T ELT) (#8# 29 T ELT)) (+ (#8# 18 T ELT)) (** (($ $ #10=(|PositiveInteger|)) 36 T ELT) (($ $ #9#) 44 T ELT)) (* (($ #10# $) 17 T ELT) (($ #9# $) 21 T ELT) (($ #5# $) 31 T ELT) (#8# 35 T ELT)))
(((|OrderedIntegralDomain|) (|Category|)) (T |OrderedIntegralDomain|))
NIL
(|Join| (|IntegralDomain|) (|OrderedRing|))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicZero|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|EntireRing|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|OrderedAbelianGroup|) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedCancellationAbelianMonoid|) . T) ((|OrderedRing|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicZero|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|EntireRing|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|OrderedAbelianGroup|) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedCancellationAbelianMonoid|) . T) ((|OrderedRing|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=((#2=(|Boolean|) $ $) NIL T ELT)) (|zero?| #3=((#2# $) NIL T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|sample| #4=(($) NIL T CONST)) (|reductum| #5=(#6=($ $) NIL T ELT)) (|recip| (((|Union| $ "failed") $) NIL T ELT)) (|po| ((|#1| $) 10 T ELT)) (|opposite?| #1#) (|op| (($ |#1|) 9 T ELT)) (|one?| #3#) (|monomial| (($ |#2| #7=(|NonNegativeInteger|)) NIL T ELT)) (|minimumDegree| #8=((#7# $) NIL T ELT)) (|leadingCoefficient| ((|#2| $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|differentiate| #9=(#6# NIL #10=(|has| |#1| (|DifferentialRing|)) ELT) #11=(#12=($ $ #7#) NIL #10# ELT)) (|degree| #8#) (|coerce| (((|OutputForm|) $) 17 T ELT) (($ #13=(|Integer|)) NIL T ELT) (($ |#2|) NIL (|has| |#2| (|CommutativeRing|)) ELT)) (|coefficient| ((|#2| $ #7#) NIL T ELT)) (|characteristic| ((#7#) NIL T CONST)) (|before?| #1#) (|annihilate?| #1#) (|Zero| #4#) (|One| #4#) (D #9# #11#) (= #1#) (- #5# #14=(#15=($ $ $) NIL T ELT)) (+ #14#) (** (($ $ #16=(|PositiveInteger|)) NIL T ELT) (#12# NIL T ELT)) (* (($ #16# $) NIL T ELT) (($ #7# $) NIL T ELT) (($ #13# . #17=($)) NIL T ELT) (#15# 12 T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| . #17#) NIL T ELT)))
(((|OppositeMonogenicLinearOperator| |#1| |#2|) (|Join| #1=(|MonogenicLinearOperator| |#2|) (CATEGORY |domain| (IF (|has| |#1| #2=(|DifferentialRing|)) (ATTRIBUTE #2#) |%noBranch|) (SIGNATURE |op| ($ |#1|)) (SIGNATURE |po| (|#1| $)))) #1# (|Ring|)) (T |OppositeMonogenicLinearOperator|))
((|op| (*1 *1 *2) (AND #1=(|ofCategory| *3 (|Ring|)) #2=(|isDomain| *1 (|OppositeMonogenicLinearOperator| *2 *3)) #3=(|ofCategory| *2 (|MonogenicLinearOperator| *3)))) (|po| (*1 *2 *1) (AND #3# #2# #1#)))
-((~= (#1=((|Boolean|) $ $) 18 T ELT)) (|union| (($ |#1| $) 71 T ELT) (($ $ |#1|) 70 T ELT) (#2=($ $ $) 69 T ELT)) (|symmetricDifference| (#2# 67 T ELT)) (|subset?| (#3=((|Boolean|) $ $) 68 T ELT)) (|set| (($ (|List| |#1|)) 63 T ELT) (#4=($) 62 T ELT)) (|select!| (($ (|Mapping| #5=(|Boolean|) |#1|) . #6=($)) 42 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|select| (($ (|Mapping| #7=(|Boolean|) |#1|) . #8=($)) 49 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#9=($) 6 T CONST)) (|removeDuplicates!| (($ $) 55 T ELT)) (|removeDuplicates| (($ $) 51 (AND (|has| |#1| . #10=((|BasicType|))) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove!| (($ |#1| $) 44 (|has| $ (|FiniteAggregate| |#1|)) ELT) (($ (|Mapping| #5# |#1|) . #6#) 43 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|remove| (($ |#1| $) 50 (AND (|has| |#1| . #10#) (|has| $ (|FiniteAggregate| |#1|))) ELT) (($ (|Mapping| #7# |#1|) . #8#) 48 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $) 80 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) 79 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 75 (|has| |#1| . #11=((|BasicType|))) ELT)) (|part?| (#3# 59 T ELT)) (|min| ((|#1| $) 74 T ELT)) (|merge!| (#12=($ $ $) 88 T ELT)) (|merge| (#12# 87 T ELT)) (|members| (((|List| |#1|) $) 81 T ELT)) (|member?| ((#13=(|Boolean|) |#1| $) 76 (|has| |#1| . #11#) ELT)) (|max| ((|#1| $) 86 T ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|latex| (((|String|) $) 21 T ELT)) (|intersect| (#2# 64 T ELT)) (|inspect| ((|#1| . #14=($)) 35 T ELT)) (|insert!| (($ |#1| $) 36 T ELT) (($ |#1| $ #15=(|NonNegativeInteger|)) 56 T ELT)) (|hash| (((|SingleInteger|) $) 20 T ELT)) (|find| (((|Union| |#1| "failed") (|Mapping| #13# |#1|) $) 78 T ELT)) (|extract!| ((|#1| . #14#) 37 T ELT)) (|every?| ((#13# (|Mapping| #13# |#1|) . #16=($)) 83 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #17=((|SetCategory|)))) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #17#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #17#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #17#)) ELT)) (|eq?| ((#18=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#18# $) 7 T ELT)) (|empty| (#9# 8 T ELT)) (|duplicates| (((|List| (|Record| (|:| |entry| |#1|) (|:| |count| #15#))) $) 54 T ELT)) (|difference| (($ $ |#1|) 66 T ELT) (#2# 65 T ELT)) (|dictionary| (($) 46 T ELT) (($ (|List| |#1|)) 45 T ELT)) (|count| ((#19=(|NonNegativeInteger|) (|Mapping| #13# |#1|) $) 82 T ELT) ((#19# |#1| $) 77 (|has| |#1| . #11#) ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#20=(|InputForm|) $) 52 (|has| |#1| (|ConvertibleTo| #20#)) ELT)) (|construct| (($ (|List| |#1|)) 47 T ELT)) (|coerce| (((|OutputForm|) $) 16 T ELT)) (|brace| (($ (|List| |#1|)) 61 T ELT) (#4# 60 T ELT)) (|before?| (#1# 19 T ELT)) (|bag| (($ (|List| |#1|)) 38 T ELT)) (|any?| ((#13# (|Mapping| #13# |#1|) . #16#) 84 T ELT)) (= (#1# 17 T ELT)) (|#| ((#19# $) 85 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 T ELT)) (|union| (#3=($ |#1| $) 71 T ELT) (#4=($ $ |#1|) 70 T ELT) (#5=($ $ $) 69 T ELT)) (|symmetricDifference| (#5# 67 T ELT)) (|subset?| (#1# 68 T ELT)) (|set| (#6=($ #7=(|List| |#1|)) 63 T ELT) (#8=($) 62 T ELT)) (|select!| (#9=($ #10=(|Mapping| #2# |#1|) $) 42 #11=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|select| (#9# 49 #11# ELT)) (|sample| (#8# 6 T CONST)) (|removeDuplicates!| (#12=($ $) 55 T ELT)) (|removeDuplicates| (#12# 51 #13=(AND #14=(|has| |#1| (|BasicType|)) #11#) ELT)) (|remove!| (#3# 44 #11# ELT) (#9# 43 #11# ELT)) (|remove| (#3# 50 #13# ELT) (#9# 48 #11# ELT)) (|reduce| ((|#1| #15=(|Mapping| |#1| |#1| |#1|) $) 80 T ELT) ((|#1| #15# $ |#1|) 79 T ELT) ((|#1| #15# $ |#1| |#1|) 75 #14# ELT)) (|part?| (#1# 59 T ELT)) (|min| (#16=(|#1| $) 74 T ELT)) (|merge!| (#5# 88 T ELT)) (|merge| (#5# 87 T ELT)) (|members| ((#7# $) 81 T ELT)) (|member?| ((#2# |#1| $) 76 #14# ELT)) (|max| (#16# 86 T ELT)) (|map!| (#17=($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (#17# 26 T ELT)) (|latex| (((|String|) $) 21 T ELT)) (|intersect| (#5# 64 T ELT)) (|inspect| (#16# 35 T ELT)) (|insert!| (#3# 36 T ELT) (($ |#1| $ #18=(|NonNegativeInteger|)) 56 T ELT)) (|hash| (((|SingleInteger|) $) 20 T ELT)) (|find| (((|Union| |#1| "failed") #10# $) 78 T ELT)) (|extract!| (#16# 37 T ELT)) (|every?| (#19=(#2# #10# $) 83 T ELT)) (|eval| (($ $ (|List| #20=(|Equation| |#1|))) 25 #21=(AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ELT) (($ $ #20#) 24 #21# ELT) (($ $ |#1| |#1|) 23 #21# ELT) (($ $ #7# #7#) 22 #21# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#8# 8 T ELT)) (|duplicates| (((|List| (|Record| (|:| |entry| |#1|) (|:| |count| #18#))) $) 54 T ELT)) (|difference| (#4# 66 T ELT) (#5# 65 T ELT)) (|dictionary| (#8# 46 T ELT) (#6# 45 T ELT)) (|count| ((#18# #10# $) 82 T ELT) ((#18# |#1| $) 77 #14# ELT)) (|copy| (#12# 9 T ELT)) (|convert| ((#22=(|InputForm|) $) 52 (|has| |#1| (|ConvertibleTo| #22#)) ELT)) (|construct| (#6# 47 T ELT)) (|coerce| (((|OutputForm|) $) 16 T ELT)) (|brace| (#6# 61 T ELT) (#8# 60 T ELT)) (|before?| (#1# 19 T ELT)) (|bag| (#6# 38 T ELT)) (|any?| (#19# 84 T ELT)) (= (#1# 17 T ELT)) (|#| ((#18# $) 85 T ELT)))
(((|OrderedMultisetAggregate| |#1|) (|Category|) (|OrderedSet|)) (T |OrderedMultisetAggregate|))
((|min| (*1 *2 *1) (AND (|ofCategory| *1 (|OrderedMultisetAggregate| *2)) (|ofCategory| *2 (|OrderedSet|)))))
(|Join| (|MultisetAggregate| |t#1|) (|PriorityQueueAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |min| (|t#1| $))))
-(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|DictionaryOperations| |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|MultiDictionary| |#1|) . T) ((|MultisetAggregate| |#1|) . T) ((|PriorityQueueAggregate| |#1|) . T) ((|SetAggregate| |#1|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
+(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|DictionaryOperations| |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|MultiDictionary| |#1|) . T) ((|MultisetAggregate| |#1|) . T) ((|PriorityQueueAggregate| |#1|) . T) ((|SetAggregate| |#1|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
((~= (#1=(#2=(|Boolean|) $ $) NIL T ELT)) (|zero?| (#3=(#2# $) NIL #4=(|has| |#1| (|AbelianGroup|)) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL #4# ELT)) (|sign| (#5=(#6=(|Integer|) $) NIL #7=(|has| |#1| (|OrderedRing|)) ELT)) (|sample| (#8=($) NIL #4# CONST)) (|retractIfCan| (((|Union| #6# . #9=(#10="failed")) $) NIL #11=(|has| |#1| (|RetractableTo| #6#)) ELT) (#12=((|Union| #13=(|Fraction| #6#) #10#) $) NIL #14=(|has| |#1| (|RetractableTo| #13#)) ELT) (((|Union| |#1| . #9#) $) 15 T ELT)) (|retract| (#5# NIL #11# ELT) (#15=(#13# $) NIL #14# ELT) ((|#1| $) 9 T ELT)) (|recip| (((|Union| $ #10#) $) 42 #7# ELT)) (|rationalIfCan| (#12# 51 #16=(|has| |#1| (|IntegerNumberSystem|)) ELT)) (|rational?| (#3# 46 #16# ELT)) (|rational| (#15# 48 #16# ELT)) (|positive?| #17=(#3# NIL #7# ELT)) (|opposite?| (#1# NIL #4# ELT)) (|one?| #17#) (|negative?| #17#) (|min| #18=(#19=($ $ $) NIL #7# ELT)) (|max| #18#) (|latex| (((|String|) $) NIL T ELT)) (|infinity| (#8# 13 T ELT)) (|infinite?| (#3# 12 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|finite?| (#3# 11 T ELT)) (|coerce| (((|OutputForm|) $) 18 T ELT) (($ #13#) NIL #14# ELT) (($ |#1|) 8 T ELT) (($ #6#) NIL (OR #7# #11#) ELT)) (|characteristic| ((#20=(|NonNegativeInteger|)) 36 #7# CONST)) (|before?| (#1# 53 T ELT)) (|annihilate?| #21=(#1# NIL #7# ELT)) (|abs| (#22=($ $) NIL #7# ELT)) (|Zero| (#8# 23 #4# CONST)) (|One| (#8# 33 #7# CONST)) (>= #21#) (> #21#) (= (#1# 21 T ELT)) (<= #21#) (< (#1# 45 #7# ELT)) (- (#19# NIL #4# ELT) (#22# 29 #4# ELT)) (+ (#19# 31 #4# ELT)) (** (($ $ #23=(|PositiveInteger|)) NIL #7# ELT) (($ $ #20#) NIL #7# ELT)) (* (#19# 39 #7# ELT) (($ #6# $) 27 #4# ELT) (($ #20# $) NIL #4# ELT) (($ #23# $) NIL #4# ELT)))
(((|OnePointCompletion| |#1|) (|Join| #1=(|SetCategory|) (|FullyRetractableTo| |#1|) (CATEGORY |domain| (SIGNATURE |infinity| ($)) (SIGNATURE |finite?| #2=((|Boolean|) $)) (SIGNATURE |infinite?| #2#) (IF (|has| |#1| #3=(|AbelianGroup|)) (ATTRIBUTE #3#) |%noBranch|) (IF (|has| |#1| #4=(|OrderedRing|)) (ATTRIBUTE #4#) |%noBranch|) (IF (|has| |#1| (|IntegerNumberSystem|)) (PROGN (SIGNATURE |rational?| #2#) (SIGNATURE |rational| (#5=(|Fraction| (|Integer|)) $)) (SIGNATURE |rationalIfCan| ((|Union| #5# "failed") $))) |%noBranch|))) #1#) (T |OnePointCompletion|))
((|infinity| (*1 *1) (AND (|isDomain| *1 (|OnePointCompletion| *2)) (|ofCategory| *2 #1=(|SetCategory|)))) (|finite?| #2=(*1 *2 *1) #3=(AND #4=(|isDomain| *2 (|Boolean|)) #5=(|isDomain| *1 (|OnePointCompletion| *3)) #6=(|ofCategory| *3 #1#))) (|infinite?| #2# #3#) (|rational?| #2# (AND #4# #5# #7=(|ofCategory| *3 (|IntegerNumberSystem|)) #6#)) (|rational| #2# (AND #8=(|isDomain| *2 (|Fraction| (|Integer|))) #5# #7# #6#)) (|rationalIfCan| #2# (|partial| AND #8# #5# #7# #6#)))
@@ -2481,11 +2481,11 @@ NIL
((|is?| (((|Boolean|) $ |#2|) 14 T ELT)) (|coerce| (((|OutputForm|) $) 11 T ELT)))
(((|OperatorCategory&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |is?| ((|Boolean|) |#1| |#2|)) (SIGNATURE |coerce| ((|OutputForm|) |#1|))) (|OperatorCategory| |#2|) (|SetCategory|)) (T |OperatorCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|name| ((|#1| $) 19 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|is?| (((|Boolean|) $ |#1|) 17 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|arity| (((|Arity|) $) 18 T ELT)) (= (#1# 8 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|name| ((|#1| $) 19 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|is?| ((#2# $ |#1|) 17 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|arity| (((|Arity|) $) 18 T ELT)) (= (#1# 8 T ELT)))
(((|OperatorCategory| |#1|) (|Category|) (|SetCategory|)) (T |OperatorCategory|))
-((|name| (*1 *2 *1) (AND (|ofCategory| *1 (|OperatorCategory| *2)) (|ofCategory| *2 (|SetCategory|)))) (|arity| (*1 *2 *1) (AND (|ofCategory| *1 (|OperatorCategory| *3)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|Arity|)))) (|is?| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|OperatorCategory| *3)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|Boolean|)))))
+((|name| #1=(*1 *2 *1) (AND (|ofCategory| *1 (|OperatorCategory| *2)) (|ofCategory| *2 #2=(|SetCategory|)))) (|arity| #1# (AND #3=(|ofCategory| *1 (|OperatorCategory| *3)) #4=(|ofCategory| *3 #2#) (|isDomain| *2 (|Arity|)))) (|is?| (*1 *2 *1 *3) (AND #3# #4# (|isDomain| *2 (|Boolean|)))))
(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |name| (|t#1| $)) (SIGNATURE |arity| ((|Arity|) $)) (SIGNATURE |is?| ((|Boolean|) $ |t#1|))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|getDatabase| (((|Database| (|IndexCard|)) (|String|)) 9 T ELT)))
(((|OperationsQuery|) (CATEGORY |package| (SIGNATURE |getDatabase| ((|Database| (|IndexCard|)) (|String|))))) (T |OperationsQuery|))
((|getDatabase| (*1 *2 *3) (AND (|isDomain| *3 (|String|)) (|isDomain| *2 (|Database| (|IndexCard|))) (|isDomain| *1 (|OperationsQuery|)))))
@@ -2498,48 +2498,48 @@ NIL
((|map| ((#1=(|OrderedCompletion| |#2|) #2=(|Mapping| |#2| |#1|) #3=(|OrderedCompletion| |#1|) #1# #1#) 13 T ELT) ((#1# #2# #3#) 14 T ELT)))
(((|OrderedCompletionFunctions2| |#1| |#2|) (CATEGORY |package| (SIGNATURE |map| (#1=(|OrderedCompletion| |#2|) #2=(|Mapping| |#2| |#1|) #3=(|OrderedCompletion| |#1|))) (SIGNATURE |map| (#1# #2# #3# #1# #1#))) #4=(|SetCategory|) #4#) (T |OrderedCompletionFunctions2|))
((|map| (*1 *2 *3 *4 *2 *2) (AND #1=(|isDomain| *2 (|OrderedCompletion| *6)) #2=(|isDomain| *3 (|Mapping| *6 *5)) #3=(|isDomain| *4 (|OrderedCompletion| *5)) #4=(|ofCategory| *5 #5=(|SetCategory|)) #6=(|ofCategory| *6 #5#) #7=(|isDomain| *1 (|OrderedCompletionFunctions2| *5 *6)))) (|map| (*1 *2 *3 *4) (AND #2# #3# #4# #6# #1# #7#)))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|size| (((|NonNegativeInteger|)) 27 T ELT)) (|random| (($) 30 T ELT)) (|min| (#2=($ $ $) 23 T ELT) (($) 26 T CONST)) (|max| (#2# 22 T ELT) (($) 25 T CONST)) (|lookup| ((#3=(|PositiveInteger|) $) 29 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|index| (($ #3#) 28 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (>= (#4=((|Boolean|) $ $) 21 T ELT)) (> (#4# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#4# 20 T ELT)) (< (#4# 18 T ELT)))
+((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|size| (((|NonNegativeInteger|)) 27 T ELT)) (|random| (#2=($) 30 T ELT)) (|min| (#3=($ $ $) 23 T ELT) (#2# 26 T CONST)) (|max| (#3# 22 T ELT) (#2# 25 T CONST)) (|lookup| ((#4=(|PositiveInteger|) $) 29 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|index| (($ #4#) 28 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (>= (#1# 21 T ELT)) (> (#1# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 20 T ELT)) (< (#1# 18 T ELT)))
(((|OrderedFinite|) (|Category|)) (T |OrderedFinite|))
-((|min| (*1 *1) (|ofCategory| *1 (|OrderedFinite|))) (|max| (*1 *1) (|ofCategory| *1 (|OrderedFinite|))))
-(|Join| (|OrderedSet|) (|Finite|) (CATEGORY |domain| (SIGNATURE |min| ($) |constant|) (SIGNATURE |max| ($) |constant|)))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Finite|) . T) ((|Join|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|min| #1=(*1 *1) #2=(|ofCategory| *1 (|OrderedFinite|))) (|max| #1# #2#))
+(|Join| (|OrderedSet|) (|Finite|) (CATEGORY |domain| (SIGNATURE |min| #1=($) |constant|) (SIGNATURE |max| #1# |constant|)))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Finite|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|totalLex| (#1=((|Boolean|) #2=(|Vector| |#2|) #2#) 19 T ELT)) (|reverseLex| (#1# 20 T ELT)) (|pureLex| (#1# 16 T ELT)))
(((|OrderingFunctions| |#1| |#2|) (CATEGORY |package| (SIGNATURE |pureLex| #1=((|Boolean|) #2=(|Vector| |#2|) #2#)) (SIGNATURE |totalLex| #1#) (SIGNATURE |reverseLex| #1#)) (|NonNegativeInteger|) (|OrderedAbelianMonoid|)) (T |OrderingFunctions|))
((|reverseLex| #1=(*1 *2 *3 *3) #2=(AND (|isDomain| *3 (|Vector| *5)) (|ofCategory| *5 (|OrderedAbelianMonoid|)) (|isDomain| *2 (|Boolean|)) (|isDomain| *1 (|OrderingFunctions| *4 *5)) (|ofType| *4 (|NonNegativeInteger|)))) (|totalLex| #1# #2#) (|pureLex| #1# #2#))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|sample| (#2=($) 29 T CONST)) (|recip| (((|Union| $ "failed") $) 32 T ELT)) (|one?| (((|Boolean|) $) 30 T ELT)) (|min| (#3=($ $ $) 23 T ELT)) (|max| (#3# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|One| (#2# 28 T CONST)) (>= (#4=((|Boolean|) $ $) 21 T ELT)) (> (#4# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#4# 20 T ELT)) (< (#4# 18 T ELT)) (** (($ $ (|PositiveInteger|)) 26 T ELT) (($ $ (|NonNegativeInteger|)) 31 T ELT)) (* (($ $ $) 25 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|sample| (#3=($) 29 T CONST)) (|recip| (((|Union| $ "failed") $) 32 T ELT)) (|one?| ((#2# $) 30 T ELT)) (|min| (#4=($ $ $) 23 T ELT)) (|max| (#4# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|One| (#3# 28 T CONST)) (>= (#1# 21 T ELT)) (> (#1# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 20 T ELT)) (< (#1# 18 T ELT)) (** (($ $ (|PositiveInteger|)) 26 T ELT) (($ $ (|NonNegativeInteger|)) 31 T ELT)) (* (#4# 25 T ELT)))
(((|OrderedMonoid|) (|Category|)) (T |OrderedMonoid|))
NIL
(|Join| (|OrderedSemiGroup|) (|Monoid|))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|Monoid|) . T) ((|OrderedSemiGroup|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SemiGroup|) . T) ((|SetCategory|) . T) ((|Type|) . T))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 31 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 35 T ELT)) (|sign| (((|Integer|) $) 39 T ELT)) (|sample| (#3=($) 30 T CONST)) (|recip| (((|Union| $ "failed") $) 56 T ELT)) (|positive?| (((|Boolean|) $) 28 T ELT)) (|opposite?| ((#2# $ $) 33 T ELT)) (|one?| (((|Boolean|) $) 54 T ELT)) (|negative?| (((|Boolean|) $) 40 T ELT)) (|min| (#4=($ $ $) 23 T ELT)) (|max| (#4# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 57 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 58 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 52 T ELT)) (|abs| (($ $) 38 T ELT)) (|Zero| (#3# 29 T CONST)) (|One| (($) 53 T CONST)) (>= (#5=((|Boolean|) $ $) 21 T ELT)) (> (#5# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#5# 20 T ELT)) (< (#5# 18 T ELT)) (- (($ $ $) 43 T ELT) (($ $) 42 T ELT)) (+ (($ $ $) 25 T ELT)) (** (($ $ (|NonNegativeInteger|)) 55 T ELT) (($ $ (|PositiveInteger|)) 50 T ELT)) (* (($ (|PositiveInteger|) $) 26 T ELT) (($ (|NonNegativeInteger|) $) 32 T ELT) (($ (|Integer|) $) 41 T ELT) (($ $ $) 51 T ELT)))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Monoid|) . T) ((|OrderedSemiGroup|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SemiGroup|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 31 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 35 T ELT)) (|sign| ((#4=(|Integer|) $) 39 T ELT)) (|sample| (#5=($) 30 T CONST)) (|recip| (((|Union| $ "failed") $) 56 T ELT)) (|positive?| (#3# 28 T ELT)) (|opposite?| (#1# 33 T ELT)) (|one?| (#3# 54 T ELT)) (|negative?| (#3# 40 T ELT)) (|min| (#6=($ $ $) 23 T ELT)) (|max| (#6# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #4#) 57 T ELT)) (|characteristic| ((#7=(|NonNegativeInteger|)) 58 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 52 T ELT)) (|abs| (#8=($ $) 38 T ELT)) (|Zero| (#5# 29 T CONST)) (|One| (#5# 53 T CONST)) (>= (#1# 21 T ELT)) (> (#1# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 20 T ELT)) (< (#1# 18 T ELT)) (- (#6# 43 T ELT) (#8# 42 T ELT)) (+ (#6# 25 T ELT)) (** (($ $ #7#) 55 T ELT) (($ $ #9=(|PositiveInteger|)) 50 T ELT)) (* (($ #9# $) 26 T ELT) (($ #7# $) 32 T ELT) (($ #4# $) 41 T ELT) (#6# 51 T ELT)))
(((|OrderedRing|) (|Category|)) (T |OrderedRing|))
NIL
(|Join| (|OrderedAbelianGroup|) (|CharacteristicZero|) (|Monoid|))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicZero|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|OrderedAbelianGroup|) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedCancellationAbelianMonoid|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|min| (#2=($ $ $) 23 T ELT)) (|max| (#2# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (>= (#3=((|Boolean|) $ $) 21 T ELT)) (> (#3# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#3# 20 T ELT)) (< (#3# 18 T ELT)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicZero|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|OrderedAbelianGroup|) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedCancellationAbelianMonoid|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|min| (#2=($ $ $) 23 T ELT)) (|max| (#2# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (>= (#1# 21 T ELT)) (> (#1# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 20 T ELT)) (< (#1# 18 T ELT)))
(((|OrderedSet|) (|Category|)) (T |OrderedSet|))
NIL
(|Join| (|SetCategory|) (|OrderedType|))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|OrderedType|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|OrderedType|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=((|Boolean|) $ $) NIL T ELT)) (|min| #3=(($ $ $) NIL T ELT)) (|max| #3#) (|coerce| (($ |#1|) 10 T ELT) ((|#1| $) 9 T ELT) ((#4=(|OutputForm|) $) 15 (|has| |#1| (|CoercibleTo| #4#)) ELT)) (|before?| #1#) (>= #1#) (> #1#) (= #1#) (<= #1#) (< (#2# 12 T ELT)))
(((|OrderedStructure| |#1| |#2|) (|Join| (|OrderedType|) (|HomotopicTo| |#1|) (CATEGORY |package| (IF (|has| |#1| #1=(|CoercibleTo| (|OutputForm|))) (ATTRIBUTE #1#) |%noBranch|))) (|Type|) (|Mapping| (|Boolean|) |#1| |#1|)) (T |OrderedStructure|))
NIL
((|min| (#1=($ $ $) 16 T ELT)) (|max| (#1# 15 T ELT)) (|before?| (#2=((|Boolean|) $ $) 17 T ELT)) (>= (#2# 12 T ELT)) (> (#2# 9 T ELT)) (= (#2# 14 T ELT)) (<= (#2# 11 T ELT)))
(((|OrderedType&| |#1|) (CATEGORY |package| (SIGNATURE |min| #1=(|#1| |#1| |#1|)) (SIGNATURE |max| #1#) (SIGNATURE >= #2=((|Boolean|) |#1| |#1|)) (SIGNATURE <= #2#) (SIGNATURE > #2#) (SIGNATURE |before?| #2#) (SIGNATURE = #2#)) (|OrderedType|)) (T |OrderedType&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|min| (($ $ $) 10 T ELT)) (|max| (($ $ $) 11 T ELT)) (|before?| (#1# 6 T ELT)) (>= (((|Boolean|) $ $) 12 T ELT)) (> (((|Boolean|) $ $) 14 T ELT)) (= (#1# 8 T ELT)) (<= (((|Boolean|) $ $) 13 T ELT)) (< (((|Boolean|) $ $) 15 T ELT)))
+((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|min| (#2=($ $ $) 10 T ELT)) (|max| (#2# 11 T ELT)) (|before?| (#1# 6 T ELT)) (>= (#1# 12 T ELT)) (> (#1# 14 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 13 T ELT)) (< (#1# 15 T ELT)))
(((|OrderedType|) (|Category|)) (T |OrderedType|))
-((< (*1 *2 *1 *1) (AND (|ofCategory| *1 (|OrderedType|)) (|isDomain| *2 (|Boolean|)))) (> (*1 *2 *1 *1) (AND (|ofCategory| *1 (|OrderedType|)) (|isDomain| *2 (|Boolean|)))) (<= (*1 *2 *1 *1) (AND (|ofCategory| *1 (|OrderedType|)) (|isDomain| *2 (|Boolean|)))) (>= (*1 *2 *1 *1) (AND (|ofCategory| *1 (|OrderedType|)) (|isDomain| *2 (|Boolean|)))) (|max| (*1 *1 *1 *1) (|ofCategory| *1 (|OrderedType|))) (|min| (*1 *1 *1 *1) (|ofCategory| *1 (|OrderedType|))))
-(|Join| (|BasicType|) (CATEGORY |domain| (SIGNATURE < ((|Boolean|) $ $)) (SIGNATURE > ((|Boolean|) $ $)) (SIGNATURE <= ((|Boolean|) $ $)) (SIGNATURE >= ((|Boolean|) $ $)) (SIGNATURE |max| ($ $ $)) (SIGNATURE |min| ($ $ $))))
-(((|BasicType|) . T) ((|Join|) . T) ((|Type|) . T))
+((< #1=(*1 *2 *1 *1) #2=(AND #3=(|ofCategory| *1 (|OrderedType|)) (|isDomain| *2 (|Boolean|)))) (> #1# #2#) (<= #1# #2#) (>= #1# #2#) (|max| #4=(*1 *1 *1 *1) #3#) (|min| #4# #3#))
+(|Join| (|BasicType|) (CATEGORY |domain| (SIGNATURE < #1=((|Boolean|) $ $)) (SIGNATURE > #1#) (SIGNATURE <= #1#) (SIGNATURE >= #1#) (SIGNATURE |max| #2=($ $ $)) (SIGNATURE |min| #2#)))
+(((|BasicType|) . T) ((|Type|) . T))
((|rightRemainder| (#1=($ $ $) 49 T ELT)) (|rightQuotient| (#1# 48 T ELT)) (|rightLcm| (#1# 46 T ELT)) (|rightGcd| (#1# 55 T ELT)) (|rightExtendedGcd| (#2=((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) 50 T ELT)) (|rightExactQuotient| (#3=(#4=(|Union| $ #5="failed") $ $) 53 T ELT)) (|retractIfCan| (((|Union| #6=(|Integer|) #5#) $) NIL T ELT) (((|Union| #7=(|Fraction| #6#) #5#) $) NIL T ELT) (((|Union| |#2| #5#) $) 29 T ELT)) (|primitivePart| (($ $) 39 T ELT)) (|leftRemainder| (#1# 43 T ELT)) (|leftQuotient| (#1# 42 T ELT)) (|leftLcm| (#1# 51 T ELT)) (|leftGcd| (#1# 57 T ELT)) (|leftExtendedGcd| (#2# 45 T ELT)) (|leftExactQuotient| (#3# 52 T ELT)) (|exquo| ((#4# $ |#2|) 32 T ELT)) (|content| ((|#2| $) 36 T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #6#) NIL T ELT) (($ #7#) NIL T ELT) (($ |#2|) 13 T ELT)) (|coefficients| (((|List| |#2|) $) 21 T ELT)) (* (($ (|PositiveInteger|) $) NIL T ELT) (($ (|NonNegativeInteger|) $) NIL T ELT) (($ #6# $) NIL T ELT) (#1# NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 25 T ELT)))
(((|UnivariateSkewPolynomialCategory&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |leftLcm| #1=(|#1| |#1| |#1|)) (SIGNATURE |rightExtendedGcd| #2=((|Record| (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| |generator| |#1|)) |#1| |#1|)) (SIGNATURE |rightGcd| #1#) (SIGNATURE |rightExactQuotient| #3=(#4=(|Union| |#1| #5="failed") |#1| |#1|)) (SIGNATURE |rightRemainder| #1#) (SIGNATURE |rightQuotient| #1#) (SIGNATURE |rightLcm| #1#) (SIGNATURE |leftExtendedGcd| #2#) (SIGNATURE |leftGcd| #1#) (SIGNATURE |leftExactQuotient| #3#) (SIGNATURE |leftRemainder| #1#) (SIGNATURE |leftQuotient| #1#) (SIGNATURE |primitivePart| (|#1| |#1|)) (SIGNATURE |content| (|#2| |#1|)) (SIGNATURE |exquo| (#4# |#1| |#2|)) (SIGNATURE |coefficients| ((|List| |#2|) |#1|)) (SIGNATURE |coerce| (|#1| |#2|)) (SIGNATURE |retractIfCan| ((|Union| |#2| #5#) |#1|)) (SIGNATURE |retractIfCan| ((|Union| #6=(|Fraction| #7=(|Integer|)) #5#) |#1|)) (SIGNATURE |coerce| (|#1| #6#)) (SIGNATURE |retractIfCan| ((|Union| #7# #5#) |#1|)) (SIGNATURE * (|#1| |#2| |#1|)) (SIGNATURE * (|#1| |#1| |#2|)) (SIGNATURE |coerce| (|#1| #7#)) (SIGNATURE * #1#) (SIGNATURE * (|#1| #7# |#1|)) (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)) (SIGNATURE * (|#1| (|PositiveInteger|) |#1|)) (SIGNATURE |coerce| ((|OutputForm|) |#1|))) (|UnivariateSkewPolynomialCategory| |#2|) (|Ring|)) (T |UnivariateSkewPolynomialCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|rightRemainder| (($ $ $) 59 (|has| |#1| (|Field|)) ELT)) (|rightQuotient| (($ $ $) 60 (|has| |#1| (|Field|)) ELT)) (|rightLcm| (($ $ $) 62 (|has| |#1| (|Field|)) ELT)) (|rightGcd| (($ $ $) 57 (|has| |#1| (|Field|)) ELT)) (|rightExtendedGcd| (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) 56 (|has| |#1| (|Field|)) ELT)) (|rightExactQuotient| (((|Union| $ "failed") $ $) 58 (|has| |#1| (|Field|)) ELT)) (|rightDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 61 (|has| |#1| (|Field|)) ELT)) (|retractIfCan| (((|Union| #4=(|Integer|) . #5=("failed")) . #6=($)) 89 (|has| |#1| . #7=((|RetractableTo| #4#))) ELT) (((|Union| #8=(|Fraction| #4#) . #5#) . #6#) 86 (|has| |#1| . #9=((|RetractableTo| #8#))) ELT) (((|Union| |#1| . #5#) . #6#) 83 T ELT)) (|retract| ((#4# . #10=($)) 88 (|has| |#1| . #7#) ELT) ((#8# . #10#) 85 (|has| |#1| . #9#) ELT) ((|#1| . #10#) 84 T ELT)) (|reductum| (($ $) 78 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|primitivePart| (($ $) 69 (|has| |#1| (|GcdDomain|)) ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|monomial| (($ |#1| (|NonNegativeInteger|)) 76 T ELT)) (|monicRightDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 71 (|has| |#1| (|IntegralDomain|)) ELT)) (|monicLeftDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 72 (|has| |#1| (|IntegralDomain|)) ELT)) (|minimumDegree| (((|NonNegativeInteger|) $) 80 T ELT)) (|leftRemainder| (($ $ $) 66 (|has| |#1| (|Field|)) ELT)) (|leftQuotient| (($ $ $) 67 (|has| |#1| (|Field|)) ELT)) (|leftLcm| (($ $ $) 55 (|has| |#1| (|Field|)) ELT)) (|leftGcd| (($ $ $) 64 (|has| |#1| (|Field|)) ELT)) (|leftExtendedGcd| (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) 63 (|has| |#1| (|Field|)) ELT)) (|leftExactQuotient| (((|Union| $ "failed") $ $) 65 (|has| |#1| (|Field|)) ELT)) (|leftDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 68 (|has| |#1| (|Field|)) ELT)) (|leadingCoefficient| ((|#1| $) 79 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|exquo| (((|Union| $ "failed") $ |#1|) 73 (|has| |#1| (|IntegralDomain|)) ELT)) (|degree| (((|NonNegativeInteger|) $) 81 T ELT)) (|content| ((|#1| $) 70 (|has| |#1| (|GcdDomain|)) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ #8#) 87 (|has| |#1| . #9#) ELT) (($ |#1|) 82 T ELT)) (|coefficients| (((|List| |#1|) $) 75 T ELT)) (|coefficient| ((|#1| $ (|NonNegativeInteger|)) 77 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|apply| ((|#1| $ |#1| |#1|) 74 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #11=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 91 T ELT) (($ |#1| . #11#) 90 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#4=($) 23 T CONST)) (|rightRemainder| (#5=($ $ $) 59 #6=(|has| |#1| (|Field|)) ELT)) (|rightQuotient| (#5# 60 #6# ELT)) (|rightLcm| (#5# 62 #6# ELT)) (|rightGcd| (#5# 57 #6# ELT)) (|rightExtendedGcd| (#7=((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) 56 #6# ELT)) (|rightExactQuotient| (#8=(#9=(|Union| $ #10="failed") $ $) 58 #6# ELT)) (|rightDivide| (#11=((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 61 #6# ELT)) (|retractIfCan| (((|Union| #12=(|Integer|) . #13=(#10#)) . #14=($)) 89 #15=(|has| |#1| (|RetractableTo| #12#)) ELT) (((|Union| #16=(|Fraction| #12#) . #13#) . #14#) 86 #17=(|has| |#1| (|RetractableTo| #16#)) ELT) (((|Union| |#1| . #13#) . #14#) 83 T ELT)) (|retract| ((#12# . #18=($)) 88 #15# ELT) ((#16# . #18#) 85 #17# ELT) (#19=(|#1| . #18#) 84 T ELT)) (|reductum| (#20=($ $) 78 T ELT)) (|recip| ((#9# $) 43 T ELT)) (|primitivePart| (#20# 69 #21=(|has| |#1| (|GcdDomain|)) ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|monomial| (($ |#1| #22=(|NonNegativeInteger|)) 76 T ELT)) (|monicRightDivide| (#11# 71 #23=(|has| |#1| (|IntegralDomain|)) ELT)) (|monicLeftDivide| (#11# 72 #23# ELT)) (|minimumDegree| (#24=(#22# $) 80 T ELT)) (|leftRemainder| (#5# 66 #6# ELT)) (|leftQuotient| (#5# 67 #6# ELT)) (|leftLcm| (#5# 55 #6# ELT)) (|leftGcd| (#5# 64 #6# ELT)) (|leftExtendedGcd| (#7# 63 #6# ELT)) (|leftExactQuotient| (#8# 65 #6# ELT)) (|leftDivide| (#11# 68 #6# ELT)) (|leadingCoefficient| (#19# 79 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|exquo| ((#9# $ |#1|) 73 #23# ELT)) (|degree| (#24# 81 T ELT)) (|content| (#19# 70 #21# ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #12#) 42 T ELT) (($ #16#) 87 #17# ELT) (($ |#1|) 82 T ELT)) (|coefficients| (((|List| |#1|) $) 75 T ELT)) (|coefficient| ((|#1| $ #22#) 77 T ELT)) (|characteristic| ((#22#) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|apply| ((|#1| $ |#1| |#1|) 74 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (#4# 46 T CONST)) (= (#1# 8 T ELT)) (- (#20# 30 T ELT) (#5# 29 T ELT)) (+ (#5# 18 T ELT)) (** (($ $ #25=(|PositiveInteger|)) 36 T ELT) (($ $ #22#) 44 T ELT)) (* (($ #25# $) 17 T ELT) (($ #22# $) 21 T ELT) (($ #12# . #26=($)) 31 T ELT) (#5# 35 T ELT) (($ $ |#1|) 91 T ELT) (($ |#1| . #26#) 90 T ELT)))
(((|UnivariateSkewPolynomialCategory| |#1|) (|Category|) (|Ring|)) (T |UnivariateSkewPolynomialCategory|))
-((|degree| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|minimumDegree| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|leadingCoefficient| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)))) (|reductum| (*1 *1 *1) (AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)))) (|coefficient| (*1 *2 *1 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)))) (|monomial| (*1 *1 *2 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)))) (|coefficients| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|List| *3)))) (|apply| (*1 *2 *1 *2 *2) (AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)))) (|exquo| (*1 *1 *1 *2) (|partial| AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|IntegralDomain|)))) (|monicLeftDivide| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Record| (|:| |quotient| *1) (|:| |remainder| *1))) (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *3)))) (|monicRightDivide| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Record| (|:| |quotient| *1) (|:| |remainder| *1))) (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *3)))) (|content| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|GcdDomain|)))) (|primitivePart| (*1 *1 *1) (AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|GcdDomain|)))) (|leftDivide| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|Field|)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Record| (|:| |quotient| *1) (|:| |remainder| *1))) (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *3)))) (|leftQuotient| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Field|)))) (|leftRemainder| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Field|)))) (|leftExactQuotient| (*1 *1 *1 *1) (|partial| AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Field|)))) (|leftGcd| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Field|)))) (|leftExtendedGcd| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|Field|)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Record| (|:| |coef1| *1) (|:| |coef2| *1) (|:| |generator| *1))) (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *3)))) (|rightLcm| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Field|)))) (|rightDivide| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|Field|)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Record| (|:| |quotient| *1) (|:| |remainder| *1))) (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *3)))) (|rightQuotient| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Field|)))) (|rightRemainder| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Field|)))) (|rightExactQuotient| (*1 *1 *1 *1) (|partial| AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Field|)))) (|rightGcd| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Field|)))) (|rightExtendedGcd| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|Field|)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Record| (|:| |coef1| *1) (|:| |coef2| *1) (|:| |generator| *1))) (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *3)))) (|leftLcm| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Field|)))))
-(|Join| (|Ring|) (|BiModule| |t#1| |t#1|) (|FullyRetractableTo| |t#1|) (CATEGORY |domain| (SIGNATURE |degree| ((|NonNegativeInteger|) $)) (SIGNATURE |minimumDegree| ((|NonNegativeInteger|) $)) (SIGNATURE |leadingCoefficient| (|t#1| $)) (SIGNATURE |reductum| ($ $)) (SIGNATURE |coefficient| (|t#1| $ (|NonNegativeInteger|))) (SIGNATURE |monomial| ($ |t#1| (|NonNegativeInteger|))) (SIGNATURE |coefficients| ((|List| |t#1|) $)) (SIGNATURE |apply| (|t#1| $ |t#1| |t#1|)) (IF (|has| |t#1| (|CommutativeRing|)) (ATTRIBUTE (|Algebra| |t#1|)) |%noBranch|) (IF (|has| |t#1| (|IntegralDomain|)) (PROGN (SIGNATURE |exquo| ((|Union| $ "failed") $ |t#1|)) (SIGNATURE |monicLeftDivide| ((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $)) (SIGNATURE |monicRightDivide| ((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $))) |%noBranch|) (IF (|has| |t#1| (|GcdDomain|)) (PROGN (SIGNATURE |content| (|t#1| $)) (SIGNATURE |primitivePart| ($ $))) |%noBranch|) (IF (|has| |t#1| (|Field|)) (PROGN (SIGNATURE |leftDivide| ((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $)) (SIGNATURE |leftQuotient| ($ $ $)) (SIGNATURE |leftRemainder| ($ $ $)) (SIGNATURE |leftExactQuotient| ((|Union| $ "failed") $ $)) (SIGNATURE |leftGcd| ($ $ $)) (SIGNATURE |leftExtendedGcd| ((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $)) (SIGNATURE |rightLcm| ($ $ $)) (SIGNATURE |rightDivide| ((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $)) (SIGNATURE |rightQuotient| ($ $ $)) (SIGNATURE |rightRemainder| ($ $ $)) (SIGNATURE |rightExactQuotient| ((|Union| $ "failed") $ $)) (SIGNATURE |rightGcd| ($ $ $)) (SIGNATURE |rightExtendedGcd| ((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $)) (SIGNATURE |leftLcm| ($ $ $))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|FullyRetractableTo| |#1|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Monoid|) . T) ((|RetractableTo| #1#) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| (|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|degree| #1=(*1 *2 *1) #2=(AND #3=(|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *3)) #4=(|ofCategory| *3 #5=(|Ring|)) (|isDomain| *2 #6=(|NonNegativeInteger|)))) (|minimumDegree| #1# #2#) (|leadingCoefficient| #1# #7=(AND #8=(|ofCategory| *1 (|UnivariateSkewPolynomialCategory| *2)) #9=(|ofCategory| *2 #5#))) (|reductum| #10=(*1 *1 *1) #7#) (|coefficient| (*1 *2 *1 *3) #11=(AND (|isDomain| *3 #6#) #8# #9#)) (|monomial| (*1 *1 *2 *3) #11#) (|coefficients| #1# (AND #3# #4# (|isDomain| *2 (|List| *3)))) (|apply| (*1 *2 *1 *2 *2) #7#) (|exquo| (*1 *1 *1 *2) (|partial| AND #8# #9# (|ofCategory| *2 #12=(|IntegralDomain|)))) (|monicLeftDivide| #13=(*1 *2 *1 *1) #14=(AND (|ofCategory| *3 #12#) #4# #15=(|isDomain| *2 (|Record| (|:| |quotient| *1) (|:| |remainder| *1))) #3#)) (|monicRightDivide| #13# #14#) (|content| #1# #16=(AND #8# #9# (|ofCategory| *2 (|GcdDomain|)))) (|primitivePart| #10# #16#) (|leftDivide| #13# #17=(AND #18=(|ofCategory| *3 #19=(|Field|)) #4# #15# #3#)) (|leftQuotient| #20=(*1 *1 *1 *1) #21=(AND #8# #9# #22=(|ofCategory| *2 #19#))) (|leftRemainder| #20# #21#) (|leftExactQuotient| #20# #23=(|partial| AND #8# #9# #22#)) (|leftGcd| #20# #21#) (|leftExtendedGcd| #13# #24=(AND #18# #4# (|isDomain| *2 (|Record| (|:| |coef1| *1) (|:| |coef2| *1) (|:| |generator| *1))) #3#)) (|rightLcm| #20# #21#) (|rightDivide| #13# #17#) (|rightQuotient| #20# #21#) (|rightRemainder| #20# #21#) (|rightExactQuotient| #20# #23#) (|rightGcd| #20# #21#) (|rightExtendedGcd| #13# #24#) (|leftLcm| #20# #21#))
+(|Join| (|Ring|) (|BiModule| |t#1| |t#1|) (|FullyRetractableTo| |t#1|) (CATEGORY |domain| (SIGNATURE |degree| #1=(#2=(|NonNegativeInteger|) $)) (SIGNATURE |minimumDegree| #1#) (SIGNATURE |leadingCoefficient| #3=(|t#1| $)) (SIGNATURE |reductum| #4=($ $)) (SIGNATURE |coefficient| (|t#1| $ #2#)) (SIGNATURE |monomial| ($ |t#1| #2#)) (SIGNATURE |coefficients| ((|List| |t#1|) $)) (SIGNATURE |apply| (|t#1| $ |t#1| |t#1|)) (IF (|has| |t#1| (|CommutativeRing|)) (ATTRIBUTE (|Algebra| |t#1|)) |%noBranch|) (IF (|has| |t#1| (|IntegralDomain|)) (PROGN (SIGNATURE |exquo| (#5=(|Union| $ "failed") $ |t#1|)) (SIGNATURE |monicLeftDivide| #6=((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $)) (SIGNATURE |monicRightDivide| #6#)) |%noBranch|) (IF (|has| |t#1| (|GcdDomain|)) (PROGN (SIGNATURE |content| #3#) (SIGNATURE |primitivePart| #4#)) |%noBranch|) (IF (|has| |t#1| (|Field|)) (PROGN (SIGNATURE |leftDivide| #6#) (SIGNATURE |leftQuotient| #7=($ $ $)) (SIGNATURE |leftRemainder| #7#) (SIGNATURE |leftExactQuotient| #8=(#5# $ $)) (SIGNATURE |leftGcd| #7#) (SIGNATURE |leftExtendedGcd| #9=((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $)) (SIGNATURE |rightLcm| #7#) (SIGNATURE |rightDivide| #6#) (SIGNATURE |rightQuotient| #7#) (SIGNATURE |rightRemainder| #7#) (SIGNATURE |rightExactQuotient| #8#) (SIGNATURE |rightGcd| #7#) (SIGNATURE |rightExtendedGcd| #9#) (SIGNATURE |leftLcm| #7#)) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Fraction| #2=(|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|FullyRetractableTo| |#1|) . T) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Monoid|) . T) ((|RetractableTo| #1#) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| #2#) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|times| ((|#2| |#2| |#2| #1=(|Automorphism| |#1|) #2=(|Mapping| |#1| |#1|)) 20 T ELT)) (|rightDivide| (#3=((|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2| #1#) 51 #4=(|has| |#1| (|Field|)) ELT)) (|monicRightDivide| (#3# 48 #5=(|has| |#1| (|IntegralDomain|)) ELT)) (|monicLeftDivide| (#3# 47 #5# ELT)) (|leftDivide| (#3# 50 #4# ELT)) (|apply| ((|#1| |#2| |#1| |#1| #1# #2#) 37 T ELT)))
(((|UnivariateSkewPolynomialCategoryOps| |#1| |#2|) (CATEGORY |package| (SIGNATURE |times| (|#2| |#2| |#2| #1=(|Automorphism| |#1|) #2=(|Mapping| |#1| |#1|))) (SIGNATURE |apply| (|#1| |#2| |#1| |#1| #1# #2#)) (IF (|has| |#1| (|IntegralDomain|)) (PROGN (SIGNATURE |monicLeftDivide| #3=((|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2| #1#)) (SIGNATURE |monicRightDivide| #3#)) |%noBranch|) (IF (|has| |#1| (|Field|)) (PROGN (SIGNATURE |leftDivide| #3#) (SIGNATURE |rightDivide| #3#)) |%noBranch|)) (|Ring|) (|UnivariateSkewPolynomialCategory| |#1|)) (T |UnivariateSkewPolynomialCategoryOps|))
((|rightDivide| #1=(*1 *2 *3 *3 *4) #2=(AND #3=(|isDomain| *4 #4=(|Automorphism| *5)) (|ofCategory| *5 (|Field|)) #5=(|ofCategory| *5 #6=(|Ring|)) #7=(|isDomain| *2 (|Record| (|:| |quotient| *3) (|:| |remainder| *3))) #8=(|isDomain| *1 (|UnivariateSkewPolynomialCategoryOps| *5 *3)) #9=(|ofCategory| *3 #10=(|UnivariateSkewPolynomialCategory| *5)))) (|leftDivide| #1# #2#) (|monicRightDivide| #1# #11=(AND #3# (|ofCategory| *5 (|IntegralDomain|)) #5# #7# #8# #9#)) (|monicLeftDivide| #1# #11#) (|apply| (*1 *2 *3 *2 *2 *4 *5) (AND (|isDomain| *4 (|Automorphism| *2)) (|isDomain| *5 (|Mapping| *2 *2)) (|ofCategory| *2 #6#) (|isDomain| *1 (|UnivariateSkewPolynomialCategoryOps| *2 *3)) (|ofCategory| *3 (|UnivariateSkewPolynomialCategory| *2)))) (|times| (*1 *2 *2 *2 *3 *4) (AND (|isDomain| *3 #4#) (|isDomain| *4 (|Mapping| *5 *5)) #5# (|isDomain| *1 (|UnivariateSkewPolynomialCategoryOps| *5 *2)) (|ofCategory| *2 #10#))))
@@ -2552,11 +2552,11 @@ NIL
((|legendreP| (#1=(|#1| #2=(|NonNegativeInteger|) |#1|) 45 (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ELT)) (|laguerreL| ((|#1| #2# #2# |#1|) 36 T ELT) (#1# 24 T ELT)) (|hermiteH| (#1# 40 T ELT)) (|chebyshevU| (#1# 38 T ELT)) (|chebyshevT| (#1# 37 T ELT)))
(((|OrthogonalPolynomialFunctions| |#1|) (CATEGORY |package| (SIGNATURE |chebyshevT| #1=(|#1| #2=(|NonNegativeInteger|) |#1|)) (SIGNATURE |chebyshevU| #1#) (SIGNATURE |hermiteH| #1#) (SIGNATURE |laguerreL| #1#) (SIGNATURE |laguerreL| (|#1| #2# #2# |#1|)) (IF (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (SIGNATURE |legendreP| #1#) |%noBranch|)) (|CommutativeRing|)) (T |OrthogonalPolynomialFunctions|))
((|legendreP| #1=(*1 *2 *3 *2) (AND #2=(|isDomain| *3 (|NonNegativeInteger|)) #3=(|isDomain| *1 (|OrthogonalPolynomialFunctions| *2)) (|ofCategory| *2 (|Algebra| (|Fraction| (|Integer|)))) #4=(|ofCategory| *2 (|CommutativeRing|)))) (|laguerreL| (*1 *2 *3 *3 *2) #5=(AND #2# #3# #4#)) (|laguerreL| #1# #5#) (|hermiteH| #1# #5#) (|chebyshevU| #1# #5#) (|chebyshevT| #1# #5#))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|min| (#2=($ $ $) 23 T ELT)) (|max| (#2# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (>= (#3=((|Boolean|) $ $) 21 T ELT)) (> (#3# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#3# 20 T ELT)) (< (#3# 18 T ELT)) (** (($ $ (|PositiveInteger|)) 26 T ELT)) (* (($ $ $) 25 T ELT)))
+((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|min| (#2=($ $ $) 23 T ELT)) (|max| (#2# 22 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (>= (#1# 21 T ELT)) (> (#1# 19 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 20 T ELT)) (< (#1# 18 T ELT)) (** (($ $ (|PositiveInteger|)) 26 T ELT)) (* (#2# 25 T ELT)))
(((|OrderedSemiGroup|) (|Category|)) (T |OrderedSemiGroup|))
NIL
(|Join| (|OrderedSet|) (|SemiGroup|))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SemiGroup|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SemiGroup|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=((|Boolean|) $ $) NIL T ELT)) (|value| ((#3=(|Integer|) $) 14 T ELT)) (|min| #4=(($ $ $) NIL T ELT)) (|max| #4#) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|coerce| (((|OutputForm|) $) 20 T ELT) (($ #3#) 13 T ELT)) (|before?| #1#) (>= #1#) (> #1#) (= (#2# 10 T ELT)) (<= #1#) (< (#2# 12 T ELT)))
(((|OrdSetInts|) (|Join| (|OrderedSet|) (CATEGORY |domain| (SIGNATURE |coerce| ($ #1=(|Integer|))) (SIGNATURE |value| (#1# $))))) (T |OrdSetInts|))
((|coerce| (*1 *1 *2) #1=(AND (|isDomain| *2 (|Integer|)) (|isDomain| *1 (|OrdSetInts|)))) (|value| (*1 *2 *1) #1#))
@@ -2566,10 +2566,10 @@ NIL
((|writeUInt8!| (((|Maybe| #1=(|UInt8|)) $ #1#) 15 T ELT)) (|writeInt8!| (((|Maybe| #2=(|Int8|)) $ #2#) 12 T ELT)) (|writeBytes!| (((|NonNegativeInteger|) $ (|ByteBuffer|)) 30 T ELT)))
(((|OutputByteConduit&| |#1|) (CATEGORY |package| (SIGNATURE |writeBytes!| ((|NonNegativeInteger|) |#1| (|ByteBuffer|))) (SIGNATURE |writeUInt8!| ((|Maybe| #1=(|UInt8|)) |#1| #1#)) (SIGNATURE |writeInt8!| ((|Maybe| #2=(|Int8|)) |#1| #2#))) (|OutputByteConduit|)) (T |OutputByteConduit&|))
NIL
-((|writeUInt8!| (((|Maybe| (|UInt8|)) $ (|UInt8|)) 8 T ELT)) (|writeInt8!| (((|Maybe| (|Int8|)) $ (|Int8|)) 9 T ELT)) (|writeBytes!| (((|NonNegativeInteger|) $ (|ByteBuffer|)) 7 T ELT)) (|writeByte!| (((|Maybe| (|Byte|)) $ (|Byte|)) 10 T ELT)) (|close!| (($ $) 6 T ELT)))
+((|writeUInt8!| (((|Maybe| #1=(|UInt8|)) $ #1#) 8 T ELT)) (|writeInt8!| (((|Maybe| #2=(|Int8|)) $ #2#) 9 T ELT)) (|writeBytes!| (((|NonNegativeInteger|) $ (|ByteBuffer|)) 7 T ELT)) (|writeByte!| (((|Maybe| #3=(|Byte|)) $ #3#) 10 T ELT)) (|close!| (($ $) 6 T ELT)))
(((|OutputByteConduit|) (|Category|)) (T |OutputByteConduit|))
-((|writeByte!| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|OutputByteConduit|)) (|isDomain| *2 (|Maybe| (|Byte|))) (|isDomain| *3 (|Byte|)))) (|writeInt8!| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|OutputByteConduit|)) (|isDomain| *2 (|Maybe| (|Int8|))) (|isDomain| *3 (|Int8|)))) (|writeUInt8!| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|OutputByteConduit|)) (|isDomain| *2 (|Maybe| (|UInt8|))) (|isDomain| *3 (|UInt8|)))) (|writeBytes!| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|OutputByteConduit|)) (|isDomain| *3 (|ByteBuffer|)) (|isDomain| *2 (|NonNegativeInteger|)))))
-(|Join| (|Conduit|) (CATEGORY |domain| (SIGNATURE |writeByte!| ((|Maybe| (|Byte|)) $ (|Byte|))) (SIGNATURE |writeInt8!| ((|Maybe| (|Int8|)) $ (|Int8|))) (SIGNATURE |writeUInt8!| ((|Maybe| (|UInt8|)) $ (|UInt8|))) (SIGNATURE |writeBytes!| ((|NonNegativeInteger|) $ (|ByteBuffer|)))))
+((|writeByte!| #1=(*1 *2 *1 *3) (AND #2=(|ofCategory| *1 (|OutputByteConduit|)) (|isDomain| *2 (|Maybe| #3=(|Byte|))) (|isDomain| *3 #3#))) (|writeInt8!| #1# (AND #2# (|isDomain| *2 (|Maybe| #4=(|Int8|))) (|isDomain| *3 #4#))) (|writeUInt8!| #1# (AND #2# (|isDomain| *2 (|Maybe| #5=(|UInt8|))) (|isDomain| *3 #5#))) (|writeBytes!| #1# (AND #2# (|isDomain| *3 (|ByteBuffer|)) (|isDomain| *2 (|NonNegativeInteger|)))))
+(|Join| (|Conduit|) (CATEGORY |domain| (SIGNATURE |writeByte!| ((|Maybe| #1=(|Byte|)) $ #1#)) (SIGNATURE |writeInt8!| ((|Maybe| #2=(|Int8|)) $ #2#)) (SIGNATURE |writeUInt8!| ((|Maybe| #3=(|UInt8|)) $ #3#)) (SIGNATURE |writeBytes!| ((|NonNegativeInteger|) $ (|ByteBuffer|)))))
(((|Conduit|) . T))
((|writeUInt8!| (((|Maybe| #1=(|UInt8|)) $ #1#) NIL T ELT)) (|writeInt8!| (((|Maybe| #2=(|Int8|)) $ #2#) NIL T ELT)) (|writeBytes!| (((|NonNegativeInteger|) $ (|ByteBuffer|)) NIL T ELT)) (|writeByte!| (((|Maybe| #3=(|Byte|)) $ #3#) 22 T ELT)) (|outputBinaryFile| (($ (|FileName|)) 12 T ELT) (($ (|String|)) 14 T ELT)) (|isOpen?| (((|Boolean|) $) 19 T ELT)) (|coerce| (((|OutputForm|) $) 26 T ELT)) (|close!| (($ $) 23 T ELT)))
(((|OutputBinaryFile|) (|Join| (|OutputByteConduit|) (|CoercibleTo| (|OutputForm|)) (CATEGORY |domain| (SIGNATURE |outputBinaryFile| ($ (|FileName|))) (SIGNATURE |outputBinaryFile| ($ (|String|))) (SIGNATURE |isOpen?| ((|Boolean|) $))))) (T |OutputBinaryFile|))
@@ -2595,11 +2595,11 @@ NIL
((~= #1=((#2=(|Boolean|) $ $) NIL T ELT)) (|zero?| #3=((#2# $) NIL T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) NIL T ELT)) (|unitCanonical| #4=(($ $) NIL T ELT)) (|unit?| #3#) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|sqrt| #5=(($ $ #6=(|Integer|)) NIL T ELT)) (|sizeLess?| #1#) (|sample| #7=(($) NIL T CONST)) (|root| (($ (|SparseUnivariatePolynomial| #6#) #6#) NIL T ELT)) (|rem| #8=(($ $ $) NIL T ELT)) (|recip| ((#9=(|Union| $ #10="failed") $) NIL T ELT)) (|quotientByP| #4#) (|quo| #8#) (|principalIdeal| (((|Record| (|:| |coef| #11=(|List| $)) #12=(|:| |generator| $)) #11#) NIL T ELT)) (|order| #13=((#14=(|NonNegativeInteger|) $) NIL T ELT)) (|opposite?| #1#) (|one?| #3#) (|multiEuclidean| (((|Union| #11# #10#) #11# $) NIL T ELT)) (|modulus| ((#6#) NIL T ELT)) (|moduloP| ((#6# $) NIL T ELT)) (|lcm| #8# #15=(($ #11#) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|gcdPolynomial| ((#16=(|SparseUnivariatePolynomial| $) #16# #16#) NIL T ELT)) (|gcd| #8# #15#) (|extendedEuclidean| (((|Record| #17=(|:| |coef1| $) #18=(|:| |coef2| $) #12#) $ $) NIL T ELT) (((|Union| (|Record| #17# #18#) #10#) $ $ $) NIL T ELT)) (|extend| #5#) (|exquo| ((#9# $ $) NIL T ELT)) (|expressIdealMember| (((|Maybe| #11#) #11# $) NIL T ELT)) (|euclideanSize| #13#) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) NIL T ELT)) (|digits| (((|Stream| #6#) $) NIL T ELT)) (|complete| #4#) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #6#) NIL T ELT) #4#) (|characteristic| ((#14#) NIL T CONST)) (|before?| #1#) (|associates?| #1#) (|approximate| ((#6# $ #6#) NIL T ELT)) (|annihilate?| #1#) (|Zero| #7#) (|One| #7#) (= #1#) (- #4# #8#) (+ #8#) (** (($ $ #19=(|PositiveInteger|)) NIL T ELT) (($ $ #14#) NIL T ELT)) (* (($ #19# $) NIL T ELT) (($ #14# $) NIL T ELT) (($ #6# $) NIL T ELT) #8#))
(((|PAdicInteger| |#1|) (|PAdicIntegerCategory| |#1|) (|Integer|)) (T |PAdicInteger|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#3=(|Boolean|) $) 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sqrt| (($ $ (|Integer|)) 79 T ELT)) (|sizeLess?| (((|Boolean|) $ $) 76 T ELT)) (|sample| (#4=($) 23 T CONST)) (|root| (($ (|SparseUnivariatePolynomial| (|Integer|)) (|Integer|)) 78 T ELT)) (|rem| (#5=($ $ $) 72 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|quotientByP| (($ $) 81 T ELT)) (|quo| (#5# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #6=(|List| $)) (|:| |generator| $)) #6#) 67 T ELT)) (|order| (((|NonNegativeInteger|) $) 86 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|multiEuclidean| (((|Union| #7=(|List| $) #8="failed") #7# $) 69 T ELT)) (|modulus| (((|Integer|)) 83 T ELT)) (|moduloP| (((|Integer|) $) 82 T ELT)) (|lcm| (#9=($ $ $) 61 T ELT) (#10=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#11=(|SparseUnivariatePolynomial| $) #11# #11#) 59 T ELT)) (|gcd| (#9# 63 T ELT) (#10# 62 T ELT)) (|extendedEuclidean| (((|Record| #12=(|:| |coef1| $) #13=(|:| |coef2| $) (|:| |generator| $)) $ $) 71 T ELT) (((|Union| (|Record| #12# #13#) #8#) $ $ $) 70 T ELT)) (|extend| (($ $ (|Integer|)) 85 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #6#) #6# $) 66 T ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|digits| (((|Stream| (|Integer|)) $) 87 T ELT)) (|complete| (($ $) 84 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| ((#3# $ $) 54 T ELT)) (|approximate| (((|Integer|) $ (|Integer|)) 80 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#4=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sqrt| (#5=($ $ #6=(|Integer|)) 79 T ELT)) (|sizeLess?| (#1# 76 T ELT)) (|sample| (#7=($) 23 T CONST)) (|root| (($ (|SparseUnivariatePolynomial| #6#) #6#) 78 T ELT)) (|rem| (#8=($ $ $) 72 T ELT)) (|recip| ((#9=(|Union| $ #10="failed") $) 43 T ELT)) (|quotientByP| (#4# 81 T ELT)) (|quo| (#8# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #11=(|List| $)) #12=(|:| |generator| $)) #11#) 67 T ELT)) (|order| (#13=(#14=(|NonNegativeInteger|) $) 86 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|multiEuclidean| (((|Union| #11# #10#) #11# $) 69 T ELT)) (|modulus| ((#6#) 83 T ELT)) (|moduloP| ((#6# $) 82 T ELT)) (|lcm| (#8# 61 T ELT) (#15=($ #11#) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#16=(|SparseUnivariatePolynomial| $) #16# #16#) 59 T ELT)) (|gcd| (#8# 63 T ELT) (#15# 62 T ELT)) (|extendedEuclidean| (((|Record| #17=(|:| |coef1| $) #18=(|:| |coef2| $) #12#) $ $) 71 T ELT) (((|Union| (|Record| #17# #18#) #10#) $ $ $) 70 T ELT)) (|extend| (#5# 85 T ELT)) (|exquo| ((#9# $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #11#) #11# $) 66 T ELT)) (|euclideanSize| (#13# 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|digits| (((|Stream| #6#) $) 87 T ELT)) (|complete| (#4# 84 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #6#) 42 T ELT) (#4# 58 T ELT)) (|characteristic| ((#14#) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 54 T ELT)) (|approximate| ((#6# $ #6#) 80 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#7# 24 T CONST)) (|One| (#7# 46 T CONST)) (= (#1# 8 T ELT)) (- (#4# 30 T ELT) (#8# 29 T ELT)) (+ (#8# 18 T ELT)) (** (($ $ #19=(|PositiveInteger|)) 36 T ELT) (($ $ #14#) 44 T ELT)) (* (($ #19# $) 17 T ELT) (($ #14# $) 21 T ELT) (($ #6# $) 31 T ELT) (#8# 35 T ELT)))
(((|PAdicIntegerCategory| |#1|) (|Category|) (|Integer|)) (T |PAdicIntegerCategory|))
-((|digits| (*1 *2 *1) (AND (|ofCategory| *1 (|PAdicIntegerCategory| *3)) (|isDomain| *2 (|Stream| (|Integer|))))) (|order| (*1 *2 *1) (AND (|ofCategory| *1 (|PAdicIntegerCategory| *3)) (|isDomain| *2 (|NonNegativeInteger|)))) (|extend| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|PAdicIntegerCategory| *3)) (|isDomain| *2 (|Integer|)))) (|complete| (*1 *1 *1) (|ofCategory| *1 (|PAdicIntegerCategory| *2))) (|modulus| (*1 *2) (AND (|ofCategory| *1 (|PAdicIntegerCategory| *3)) (|isDomain| *2 (|Integer|)))) (|moduloP| (*1 *2 *1) (AND (|ofCategory| *1 (|PAdicIntegerCategory| *3)) (|isDomain| *2 (|Integer|)))) (|quotientByP| (*1 *1 *1) (|ofCategory| *1 (|PAdicIntegerCategory| *2))) (|approximate| (*1 *2 *1 *2) (AND (|ofCategory| *1 (|PAdicIntegerCategory| *3)) (|isDomain| *2 (|Integer|)))) (|sqrt| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|PAdicIntegerCategory| *3)) (|isDomain| *2 (|Integer|)))) (|root| (*1 *1 *2 *3) (AND (|isDomain| *2 (|SparseUnivariatePolynomial| (|Integer|))) (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|PAdicIntegerCategory| *4)))))
-(|Join| (|EuclideanDomain|) (|CharacteristicZero|) (CATEGORY |domain| (SIGNATURE |digits| ((|Stream| (|Integer|)) $)) (SIGNATURE |order| ((|NonNegativeInteger|) $)) (SIGNATURE |extend| ($ $ (|Integer|))) (SIGNATURE |complete| ($ $)) (SIGNATURE |modulus| ((|Integer|))) (SIGNATURE |moduloP| ((|Integer|) $)) (SIGNATURE |quotientByP| ($ $)) (SIGNATURE |approximate| ((|Integer|) $ (|Integer|))) (SIGNATURE |sqrt| ($ $ (|Integer|))) (SIGNATURE |root| ($ (|SparseUnivariatePolynomial| (|Integer|)) (|Integer|)))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicZero|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|PrincipalIdealDomain|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|digits| #1=(*1 *2 *1) (AND #2=(|ofCategory| *1 (|PAdicIntegerCategory| *3)) (|isDomain| *2 (|Stream| #3=(|Integer|))))) (|order| #1# (AND #2# (|isDomain| *2 (|NonNegativeInteger|)))) (|extend| #4=(*1 *1 *1 *2) #5=(AND #2# (|isDomain| *2 #3#))) (|complete| #6=(*1 *1 *1) #7=(|ofCategory| *1 (|PAdicIntegerCategory| *2))) (|modulus| (*1 *2) #5#) (|moduloP| #1# #5#) (|quotientByP| #6# #7#) (|approximate| (*1 *2 *1 *2) #5#) (|sqrt| #4# #5#) (|root| (*1 *1 *2 *3) (AND (|isDomain| *2 (|SparseUnivariatePolynomial| #3#)) (|isDomain| *3 #3#) (|ofCategory| *1 (|PAdicIntegerCategory| *4)))))
+(|Join| (|EuclideanDomain|) (|CharacteristicZero|) (CATEGORY |domain| (SIGNATURE |digits| ((|Stream| #1=(|Integer|)) $)) (SIGNATURE |order| ((|NonNegativeInteger|) $)) (SIGNATURE |extend| #2=($ $ #1#)) (SIGNATURE |complete| #3=($ $)) (SIGNATURE |modulus| (#1#)) (SIGNATURE |moduloP| (#1# $)) (SIGNATURE |quotientByP| #3#) (SIGNATURE |approximate| (#1# $ #1#)) (SIGNATURE |sqrt| #2#) (SIGNATURE |root| ($ (|SparseUnivariatePolynomial| #1#) #1#))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicZero|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|PrincipalIdealDomain|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| #4=(#5=(#3# $) NIL T ELT)) (|wholePart| (#6=(#7=(|PAdicInteger| |#1|) $) NIL #8=(|has| #7# (|EuclideanDomain|)) ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) NIL T ELT)) (|unitCanonical| #9=(#10=($ $) NIL T ELT)) (|unit?| #4#) (|subtractIfCan| ((#11=(|Maybe| $) $ $) NIL T ELT)) (|squareFreePolynomial| #12=(((|Factored| #13=(|SparseUnivariatePolynomial| $)) #13#) NIL #14=(|has| #7# (|PolynomialFactorizationExplicit|)) ELT)) (|squareFreePart| #9#) (|squareFree| #15=(((|Factored| $) $) NIL T ELT)) (|solveLinearPolynomialEquation| (((|Union| #16=(|List| #13#) #17="failed") #16# #13#) NIL #14# ELT)) (|sizeLess?| #1#) (|sign| (#18=(#19=(|Integer|) $) NIL #20=(|has| #7# (|OrderedIntegralDomain|)) ELT)) (|sample| #21=(#22=($) NIL T CONST)) (|retractIfCan| (((|Union| #7# . #23=(#17#)) . #24=($)) NIL T ELT) (((|Union| #25=(|Symbol|) . #23#) . #24#) NIL #26=(|has| #7# (|RetractableTo| #25#)) ELT) (((|Union| #27=(|Fraction| #19#) . #23#) . #24#) NIL #28=(|has| #7# (|RetractableTo| #19#)) ELT) (((|Union| #19# . #23#) . #24#) NIL #28# ELT)) (|retract| #29=(#6# NIL T ELT) ((#25# . #30=($)) NIL #26# ELT) ((#27# . #30#) NIL #28# ELT) (#18# NIL #28# ELT)) (|removeZeroes| #9# #31=(($ #19# $) NIL T ELT)) (|rem| #32=(#33=($ $ $) NIL T ELT)) (|reducedSystem| ((#34=(|Matrix| #19#) . #35=(#36=(|Matrix| $))) NIL #37=(|has| #7# (|LinearlyExplicitRingOver| #19#)) ELT) ((#38=(|Record| (|:| |mat| #34#) (|:| |vec| (|Vector| #19#))) . #39=(#36# #40=(|Vector| $))) NIL #37# ELT) ((#41=(|Record| (|:| |mat| #42=(|Matrix| #7#)) (|:| |vec| (|Vector| #7#))) . #39#) NIL T ELT) ((#42# . #35#) NIL T ELT)) (|recip| ((#43=(|Union| $ #17#) $) NIL T ELT)) (|random| (#22# NIL #44=(|has| #7# (|IntegerNumberSystem|)) ELT)) (|quo| #32#) (|principalIdeal| (((|Record| (|:| |coef| #45=(|List| $)) #46=(|:| |generator| $)) #45#) NIL T ELT)) (|prime?| #4#) (|positive?| #47=(#5# NIL #20# ELT)) (|patternMatch| ((#48=(|PatternMatchResult| #19# . #49=($)) $ #50=(|Pattern| #19#) #48#) NIL (|has| #7# (|PatternMatchable| #19#)) ELT) ((#51=(|PatternMatchResult| #52=(|Float|) . #49#) $ #53=(|Pattern| #52#) #51#) NIL (|has| #7# (|PatternMatchable| #52#)) ELT)) (|opposite?| #1#) (|one?| #4#) (|numerator| #9#) (|numer| #29#) (|nextItem| (#54=(#11# $) NIL #55=(|has| #7# (|StepThrough|)) ELT)) (|negative?| #47#) (|multiEuclidean| (((|Union| #45# #17#) #45# $) NIL T ELT)) (|min| #56=(#33# NIL #57=(|has| #7# (|OrderedSet|)) ELT)) (|max| #56#) (|map| (($ #58=(|Mapping| #7# #7#) $) NIL T ELT)) (|leftReducedSystem| ((#34# . #59=(#40#)) NIL #37# ELT) ((#38# . #60=(#40# $)) NIL #37# ELT) ((#41# . #60#) NIL T ELT) ((#42# . #59#) NIL T ELT)) (|lcm| #32# #61=(($ #45#) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|inv| #9#) (|init| (#22# NIL #55# CONST)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|gcdPolynomial| ((#13# #13# #13#) NIL T ELT)) (|gcd| #32# #61#) (|fractionPart| (#10# NIL #8# ELT)) (|floor| #62=(#6# NIL #44# ELT)) (|factorSquareFreePolynomial| #12#) (|factorPolynomial| #12#) (|factor| #15#) (|extendedEuclidean| (((|Record| #63=(|:| |coef1| $) #64=(|:| |coef2| $) #46#) $ $) NIL T ELT) (((|Union| (|Record| #63# #64#) #17#) $ $ $) NIL T ELT)) (|exquo| ((#43# $ $) NIL T ELT)) (|expressIdealMember| (((|Maybe| #45#) #45# $) NIL T ELT)) (|eval| (($ $ #65=(|List| #7#) #65#) NIL #66=(|has| #7# (|Evalable| #7#)) ELT) (($ $ #7# #7#) NIL #66# ELT) (($ $ #67=(|Equation| #7#)) NIL #66# ELT) (($ $ (|List| #67#)) NIL #66# ELT) (($ $ #68=(|List| #25#) #65#) NIL #69=(|has| #7# (|InnerEvalable| #25# #7#)) ELT) (($ $ #25# #7#) NIL #69# ELT)) (|euclideanSize| ((#70=(|NonNegativeInteger|) $) NIL T ELT)) (|elt| (#71=($ $ #7#) NIL (|has| #7# (|Eltable| #7# #7#)) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) NIL T ELT)) (|differentiate| #72=(($ $ #58#) NIL T ELT) #73=(($ $ #58# #70#) NIL T ELT) #74=(($ $ #25#) NIL #75=(|has| #7# (|PartialDifferentialSpace| #25#)) ELT) #76=(($ $ #68#) NIL #75# ELT) #77=(($ $ #25# #70#) NIL #75# ELT) #78=(($ $ #68# (|List| #70#)) NIL #75# ELT) #79=(#10# NIL #80=(|has| #7# (|DifferentialSpace|)) ELT) #81=(#82=($ $ #70#) NIL #80# ELT)) (|denominator| #9#) (|denom| #29#) (|convert| ((#50# . #83=($)) NIL (|has| #7# (|ConvertibleTo| #50#)) ELT) ((#53# . #83#) NIL (|has| #7# (|ConvertibleTo| #53#)) ELT) ((#84=(|InputForm|) . #83#) NIL (|has| #7# (|ConvertibleTo| #84#)) ELT) ((#52# . #83#) NIL #85=(|has| #7# (|RealConstant|)) ELT) (((|DoubleFloat|) . #83#) NIL #85# ELT)) (|continuedFraction| (((|ContinuedFraction| #27#) $) NIL T ELT)) (|conditionP| (((|Union| #40# #17#) #36#) NIL #86=(AND (|has| $ #87=(|CharacteristicNonZero|)) #14#) ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #19#) NIL T ELT) #9# (($ #27#) NIL T ELT) (($ #7#) NIL T ELT) (($ #25#) NIL #26# ELT)) (|charthRoot| (#54# NIL (OR #86# (|has| #7# #87#)) ELT)) (|characteristic| ((#70#) NIL T CONST)) (|ceiling| #62#) (|before?| #1#) (|associates?| #1#) (|approximate| ((#27# $ #19#) NIL T ELT)) (|annihilate?| #1#) (|abs| (#10# NIL #20# ELT)) (|Zero| #21#) (|One| #21#) (D #72# #73# #74# #76# #77# #78# #79# #81#) (>= #88=(#2# NIL #57# ELT)) (> #88#) (= #1#) (<= #88#) (< #88#) (/ #32# (($ #7# #7#) NIL T ELT)) (- #9# #32#) (+ #32#) (** (($ $ #89=(|PositiveInteger|)) NIL T ELT) (#82# NIL T ELT) (($ $ #19#) NIL T ELT)) (* (($ #89# $) NIL T ELT) (($ #70# $) NIL T ELT) #31# #32# (($ $ #27#) NIL T ELT) (($ #27# . #90=($)) NIL T ELT) (($ #7# . #90#) NIL T ELT) (#71# NIL T ELT)))
(((|PAdicRational| |#1|) (|Join| (|QuotientFieldCategory| (|PAdicInteger| |#1|)) (CATEGORY |domain| (SIGNATURE |approximate| (#1=(|Fraction| #2=(|Integer|)) $ #2#)) (SIGNATURE |continuedFraction| ((|ContinuedFraction| #1#) $)) (SIGNATURE |removeZeroes| ($ $)) (SIGNATURE |removeZeroes| ($ #2# $)))) #2#) (T |PAdicRational|))
((|approximate| (*1 *2 *1 *3) (AND (|isDomain| *2 #1=(|Fraction| #2=(|Integer|))) (|isDomain| *1 (|PAdicRational| *4)) (|ofType| *4 *3) (|isDomain| *3 #2#))) (|continuedFraction| (*1 *2 *1) (AND (|isDomain| *2 (|ContinuedFraction| #1#)) #3=(|isDomain| *1 (|PAdicRational| *3)) (|ofType| *3 #2#))) (|removeZeroes| (*1 *1 *1) (AND (|isDomain| *1 (|PAdicRational| *2)) (|ofType| *2 #2#))) (|removeZeroes| (*1 *1 *2 *1) (AND (|isDomain| *2 #2#) #3# (|ofType| *3 *2))))
@@ -2642,19 +2642,19 @@ NIL
((|shufflein| ((#1=(|Stream| #2=(|List| #3=(|Integer|))) #2# #1#) 41 T ELT)) (|shuffle| (#4=(#1# #2# #2#) 31 T ELT)) (|sequences| ((#1# #2#) 53 T ELT) (#4# 50 T ELT)) (|permutations| ((#1# #3#) 55 T ELT)) (|conjugates| ((#5=(|Stream| #6=(|List| (|PositiveInteger|))) #5#) 22 T ELT)) (|conjugate| ((#6# #6#) 18 T ELT)))
(((|PartitionsAndPermutations|) (CATEGORY |package| (SIGNATURE |conjugate| (#1=(|List| (|PositiveInteger|)) #1#)) (SIGNATURE |conjugates| (#2=(|Stream| #1#) #2#)) (SIGNATURE |shuffle| #3=(#4=(|Stream| #5=(|List| #6=(|Integer|))) #5# #5#)) (SIGNATURE |shufflein| (#4# #5# #4#)) (SIGNATURE |sequences| #3#) (SIGNATURE |sequences| (#4# #5#)) (SIGNATURE |permutations| (#4# #6#)))) (T |PartitionsAndPermutations|))
((|permutations| #1=(*1 *2 *3) (AND #2=(|isDomain| *2 (|Stream| #3=(|List| #4=(|Integer|)))) #5=(|isDomain| *1 (|PartitionsAndPermutations|)) (|isDomain| *3 #4#))) (|sequences| #1# #6=(AND #2# #5# #7=(|isDomain| *3 #3#))) (|sequences| #8=(*1 *2 *3 *3) #6#) (|shufflein| (*1 *2 *3 *2) (AND #2# #7# #5#)) (|shuffle| #8# #6#) (|conjugates| #9=(*1 *2 *2) (AND (|isDomain| *2 (|Stream| #10=(|List| (|PositiveInteger|)))) #5#)) (|conjugate| #9# (AND (|isDomain| *2 #10#) #5#)))
-((|convert| (((|Pattern| (|Float|)) . #1=($)) 9 (|has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) ELT) (((|Pattern| (|Integer|)) . #1#) 8 (|has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) ELT)))
+((|convert| ((#1=(|Pattern| (|Float|)) . #2=($)) 9 (|has| |#1| (|ConvertibleTo| #1#)) ELT) ((#3=(|Pattern| (|Integer|)) . #2#) 8 (|has| |#1| (|ConvertibleTo| #3#)) ELT)))
(((|Patternable| |#1|) (|Category|) (|Type|)) (T |Patternable|))
NIL
-(|Join| (CATEGORY |package| (IF (|has| |t#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (ATTRIBUTE (|ConvertibleTo| (|Pattern| (|Integer|)))) |%noBranch|) (IF (|has| |t#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (ATTRIBUTE (|ConvertibleTo| (|Pattern| (|Float|)))) |%noBranch|)))
+(|Join| (CATEGORY |package| (IF (|has| |t#1| #1=(|ConvertibleTo| (|Pattern| (|Integer|)))) (ATTRIBUTE #1#) |%noBranch|) (IF (|has| |t#1| #2=(|ConvertibleTo| (|Pattern| (|Float|)))) (ATTRIBUTE #2#) |%noBranch|)))
(((|ConvertibleTo| (|Pattern| (|Float|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) ((|ConvertibleTo| (|Pattern| (|Integer|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|new| (#4=($) 14 T ELT)) (|makeResult| (($ #5=(|PatternMatchResult| |#1| |#2|) #6=(|PatternMatchResult| |#1| |#3|)) 28 T ELT)) (|lists| ((#6# $) 16 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|failed?| ((#3# $) 22 T ELT)) (|failed| (#4# 19 T ELT)) (|coerce| (((|OutputForm|) $) 31 T ELT)) (|before?| #1#) (|atoms| ((#5# $) 15 T ELT)) (= (#2# 26 T ELT)))
(((|PatternMatchListResult| |#1| |#2| |#3|) (|Join| #1=(|SetCategory|) (CATEGORY |domain| (SIGNATURE |failed?| ((|Boolean|) $)) (SIGNATURE |failed| #2=($)) (SIGNATURE |new| #2#) (SIGNATURE |makeResult| ($ #3=(|PatternMatchResult| |#1| |#2|) #4=(|PatternMatchResult| |#1| |#3|))) (SIGNATURE |atoms| (#3# $)) (SIGNATURE |lists| (#4# $)))) #1# #1# (|ListAggregate| |#2|)) (T |PatternMatchListResult|))
((|failed?| #1=(*1 *2 *1) (AND #2=(|ofCategory| *4 #3=(|SetCategory|)) (|isDomain| *2 (|Boolean|)) #4=(|isDomain| *1 (|PatternMatchListResult| *3 *4 *5)) #5=(|ofCategory| *3 #3#) #6=(|ofCategory| *5 (|ListAggregate| *4)))) (|failed| #7=(*1 *1) #8=(AND #5# (|isDomain| *1 (|PatternMatchListResult| *2 *3 *4)) (|ofCategory| *2 #3#) (|ofCategory| *4 (|ListAggregate| *3)))) (|new| #7# #8#) (|makeResult| (*1 *1 *2 *3) (AND (|isDomain| *2 (|PatternMatchResult| *4 *5)) (|isDomain| *3 (|PatternMatchResult| *4 *6)) #2# (|ofCategory| *5 #3#) (|ofCategory| *6 (|ListAggregate| *5)) (|isDomain| *1 (|PatternMatchListResult| *4 *5 *6)))) (|atoms| #1# (AND #2# (|isDomain| *2 (|PatternMatchResult| *3 *4)) #4# #5# #6#)) (|lists| #1# (AND #2# (|isDomain| *2 (|PatternMatchResult| *3 *5)) #4# #5# #6#)))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|patternMatch| (((|PatternMatchResult| |#1| $) $ (|Pattern| |#1|) (|PatternMatchResult| |#1| $)) 17 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
+((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|patternMatch| ((#2=(|PatternMatchResult| |#1| $) $ (|Pattern| |#1|) #2#) 17 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
(((|PatternMatchable| |#1|) (|Category|) (|SetCategory|)) (T |PatternMatchable|))
((|patternMatch| (*1 *2 *1 *3 *2) (AND (|isDomain| *2 (|PatternMatchResult| *4 *1)) (|isDomain| *3 (|Pattern| *4)) (|ofCategory| *1 (|PatternMatchable| *4)) (|ofCategory| *4 (|SetCategory|)))))
-(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |patternMatch| ((|PatternMatchResult| |t#1| $) $ (|Pattern| |t#1|) (|PatternMatchResult| |t#1| $)))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |patternMatch| (#1=(|PatternMatchResult| |t#1| $) $ (|Pattern| |t#1|) #1#))))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|is?| ((#1=(|Boolean|) #2=(|List| |#2|) |#3|) 23 T ELT) ((#1# |#2| |#3|) 18 T ELT)) (|Is| (((|PatternMatchResult| |#1| |#2|) |#2| |#3|) 45 (AND #3=(|not| #4=(|has| |#2| (|RetractableTo| (|Symbol|)))) (|not| #5=(|has| |#2| (|Ring|)))) ELT) (((|List| (|Equation| (|Polynomial| |#2|))) |#2| |#3|) 44 (AND #5# #3#) ELT) (((|List| (|Equation| |#2|)) |#2| |#3|) 36 #4# ELT) (((|PatternMatchListResult| |#1| |#2| #2#) #2# |#3|) 21 T ELT)))
(((|PatternMatch| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |is?| (#1=(|Boolean|) |#2| |#3|)) (SIGNATURE |is?| (#1# #2=(|List| |#2|) |#3|)) (SIGNATURE |Is| ((|PatternMatchListResult| |#1| |#2| #2#) #2# |#3|)) (IF (|has| |#2| (|RetractableTo| (|Symbol|))) (SIGNATURE |Is| ((|List| (|Equation| |#2|)) |#2| |#3|)) (IF (|has| |#2| (|Ring|)) (SIGNATURE |Is| ((|List| (|Equation| (|Polynomial| |#2|))) |#2| |#3|)) (SIGNATURE |Is| ((|PatternMatchResult| |#1| |#2|) |#2| |#3|))))) (|SetCategory|) (|PatternMatchable| |#1|) (|ConvertibleTo| (|Pattern| |#1|))) (T |PatternMatch|))
((|Is| #1=(*1 *2 *3 *4) (AND #2=(|ofCategory| *5 (|SetCategory|)) (|isDomain| *2 (|PatternMatchResult| *5 *3)) #3=(|isDomain| *1 (|PatternMatch| *5 *3 *4)) #4=(|not| #5=(|ofCategory| *3 (|RetractableTo| (|Symbol|)))) (|not| #6=(|ofCategory| *3 (|Ring|))) #7=(|ofCategory| *3 #8=(|PatternMatchable| *5)) #9=(|ofCategory| *4 (|ConvertibleTo| (|Pattern| *5))))) (|Is| #1# (AND #2# (|isDomain| *2 (|List| (|Equation| (|Polynomial| *3)))) #3# #6# #4# #7# #9#)) (|Is| #1# (AND #2# (|isDomain| *2 (|List| (|Equation| *3))) #3# #5# #7# #9#)) (|Is| #1# (AND #2# #10=(|ofCategory| *6 #8#) (|isDomain| *2 (|PatternMatchListResult| *5 *6 #11=(|List| *6))) #12=(|isDomain| *1 (|PatternMatch| *5 *6 *4)) #13=(|isDomain| *3 #11#) #9#)) (|is?| #1# (AND #13# #10# #2# #14=(|isDomain| *2 (|Boolean|)) #12# #9#)) (|is?| #1# (AND #2# #14# #3# #7# #9#)))
@@ -2682,32 +2682,32 @@ NIL
((D ((|#2| $ |#3|) 10 T ELT)))
(((|PartialDifferentialDomain&| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE D (|#2| |#1| |#3|))) (|PartialDifferentialDomain| |#2| |#3|) #1=(|Type|) #1#) (T |PartialDifferentialDomain&|))
NIL
-((|differentiate| ((|#1| $ |#2|) 7 T ELT)) (D ((|#1| $ |#2|) 6 T ELT)))
-(((|PartialDifferentialDomain| |#1| |#2|) (|Category|) (|Type|) (|Type|)) (T |PartialDifferentialDomain|))
-((|differentiate| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|PartialDifferentialDomain| *2 *3)) (|ofCategory| *3 (|Type|)) (|ofCategory| *2 (|Type|)))) (D (*1 *2 *1 *3) (AND (|ofCategory| *1 (|PartialDifferentialDomain| *2 *3)) (|ofCategory| *3 (|Type|)) (|ofCategory| *2 (|Type|)))))
-(|Join| (|Type|) (CATEGORY |domain| (SIGNATURE |differentiate| (|t#1| $ |t#2|)) (SIGNATURE D (|t#1| $ |t#2|))))
-(((|Join|) . T) ((|Type|) . T))
+((|differentiate| (#1=(|#1| $ |#2|) 7 T ELT)) (D (#1# 6 T ELT)))
+(((|PartialDifferentialDomain| |#1| |#2|) (|Category|) #1=(|Type|) #1#) (T |PartialDifferentialDomain|))
+((|differentiate| #1=(*1 *2 *1 *3) #2=(AND (|ofCategory| *1 (|PartialDifferentialDomain| *2 *3)) (|ofCategory| *3 #3=(|Type|)) (|ofCategory| *2 #3#))) (D #1# #2#))
+(|Join| (|Type|) (CATEGORY |domain| (SIGNATURE |differentiate| #1=(|t#1| $ |t#2|)) (SIGNATURE D #1#)))
+(((|Type|) . T))
((|rightFactorCandidate| ((|#1| |#1| #1=(|NonNegativeInteger|)) 26 T ELT)) (|leftFactor| (((|Union| |#1| #2="failed") |#1| |#1|) 23 T ELT)) (|decompose| (((|Union| (|Record| (|:| |left| |#1|) (|:| |right| |#1|)) #2#) |#1| #1# #1#) 29 T ELT) (((|List| |#1|) |#1|) 38 T ELT)))
(((|PolynomialDecomposition| |#1| |#2|) (CATEGORY |package| (SIGNATURE |decompose| ((|List| |#1|) |#1|)) (SIGNATURE |decompose| ((|Union| (|Record| (|:| |left| |#1|) (|:| |right| |#1|)) #1="failed") |#1| #2=(|NonNegativeInteger|) #2#)) (SIGNATURE |leftFactor| ((|Union| |#1| #1#) |#1| |#1|)) (SIGNATURE |rightFactorCandidate| (|#1| |#1| #2#))) (|UnivariatePolynomialCategory| |#2|) (|Field|)) (T |PolynomialDecomposition|))
((|rightFactorCandidate| (*1 *2 *2 *3) (AND (|isDomain| *3 #1=(|NonNegativeInteger|)) #2=(|ofCategory| *4 #3=(|Field|)) (|isDomain| *1 (|PolynomialDecomposition| *2 *4)) (|ofCategory| *2 #4=(|UnivariatePolynomialCategory| *4)))) (|leftFactor| (*1 *2 *2 *2) (|partial| AND (|ofCategory| *3 #3#) (|isDomain| *1 (|PolynomialDecomposition| *2 *3)) (|ofCategory| *2 (|UnivariatePolynomialCategory| *3)))) (|decompose| (*1 *2 *3 *4 *4) (|partial| AND (|isDomain| *4 #1#) (|ofCategory| *5 #3#) (|isDomain| *2 (|Record| (|:| |left| *3) (|:| |right| *3))) (|isDomain| *1 (|PolynomialDecomposition| *3 *5)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *5)))) (|decompose| (*1 *2 *3) (AND #2# (|isDomain| *2 (|List| *3)) (|isDomain| *1 (|PolynomialDecomposition| *3 *4)) (|ofCategory| *3 #4#))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| ((#2# $ $) 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|differentiate| (($ $ (|List| |#2|) . #4=((|List| #5=(|NonNegativeInteger|)))) 46 T ELT) (($ $ |#2| . #6=(#5#)) 45 T ELT) (($ $ (|List| |#2|)) 44 T ELT) (($ $ |#2|) 42 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (D (($ $ (|List| |#2|) . #4#) 49 T ELT) (($ $ |#2| . #6#) 48 T ELT) (($ $ (|List| |#2|)) 47 T ELT) (($ $ |#2|) 43 T ELT)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #7=($)) 31 T ELT) (($ |#1| . #7#) 34 T ELT) (($ $ |#1|) 38 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| (#1# 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|differentiate| (#4=($ $ #5=(|List| |#2|) (|List| #6=(|NonNegativeInteger|))) 46 T ELT) (#7=($ $ |#2| #6#) 45 T ELT) (#8=($ $ #5#) 44 T ELT) (#9=($ $ |#2|) 42 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (D (#4# 49 T ELT) (#7# 48 T ELT) (#8# 47 T ELT) (#9# 43 T ELT)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#10=($ $ $) 29 T ELT)) (+ (#10# 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ #6# $) 21 T ELT) (($ (|Integer|) . #11=($)) 31 T ELT) (($ |#1| . #11#) 34 T ELT) (($ $ |#1|) 38 T ELT)))
(((|PartialDifferentialModule| |#1| |#2|) (|Category|) (|Ring|) (|BasicType|)) (T |PartialDifferentialModule|))
NIL
(|Join| (|BiModule| |t#1| |t#1|) (|PartialDifferentialSpace| |t#2|) (CATEGORY |package| (IF (|has| |t#1| (|CommutativeRing|)) (ATTRIBUTE (|Module| |t#1|)) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|PartialDifferentialDomain| $ |#2|) . T) ((|PartialDifferentialSpace| |#2|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|differentiate| (($ $ (|List| |#1|) . #4=((|List| #5=(|NonNegativeInteger|)))) 53 T ELT) (($ $ |#1| . #6=(#5#)) 52 T ELT) (($ $ (|List| |#1|)) 51 T ELT) (($ $ |#1|) 49 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ (|List| |#1|) . #4#) 56 T ELT) (($ $ |#1| . #6#) 55 T ELT) (($ $ (|List| |#1|)) 54 T ELT) (($ $ |#1|) 50 T ELT)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|PartialDifferentialDomain| $ |#2|) . T) ((|PartialDifferentialSpace| |#2|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#4=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|differentiate| (#5=($ $ #6=(|List| |#1|) (|List| #7=(|NonNegativeInteger|))) 53 T ELT) (#8=($ $ |#1| #7#) 52 T ELT) (#9=($ $ #6#) 51 T ELT) (#10=($ $ |#1|) 49 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #11=(|Integer|)) 42 T ELT)) (|characteristic| ((#7#) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (#4# 46 T CONST)) (D (#5# 56 T ELT) (#8# 55 T ELT) (#9# 54 T ELT) (#10# 50 T ELT)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#12=($ $ $) 29 T ELT)) (+ (#12# 18 T ELT)) (** (($ $ #13=(|PositiveInteger|)) 36 T ELT) (($ $ #7#) 44 T ELT)) (* (($ #13# $) 17 T ELT) (($ #7# $) 21 T ELT) (($ #11# $) 31 T ELT) (#12# 35 T ELT)))
(((|PartialDifferentialRing| |#1|) (|Category|) (|BasicType|)) (T |PartialDifferentialRing|))
NIL
(|Join| (|Ring|) (|PartialDifferentialSpace| |t#1|))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ |#1|) . T) ((|PartialDifferentialSpace| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ |#1|) . T) ((|PartialDifferentialSpace| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|differentiate| (#1=($ $ |#2|) NIL T ELT) (#2=($ $ #3=(|List| |#2|)) 10 T ELT) (#4=($ $ |#2| #5=(|NonNegativeInteger|)) 12 T ELT) (#6=($ $ #3# (|List| #5#)) 15 T ELT)) (D (#1# 16 T ELT) (#2# 18 T ELT) (#4# 19 T ELT) (#6# 21 T ELT)))
(((|PartialDifferentialSpace&| |#1| |#2|) (CATEGORY |package| (SIGNATURE D #1=(|#1| |#1| #2=(|List| |#2|) (|List| #3=(|NonNegativeInteger|)))) (SIGNATURE D #4=(|#1| |#1| |#2| #3#)) (SIGNATURE D #5=(|#1| |#1| #2#)) (SIGNATURE |differentiate| #1#) (SIGNATURE |differentiate| #4#) (SIGNATURE |differentiate| #5#) (SIGNATURE D #6=(|#1| |#1| |#2|)) (SIGNATURE |differentiate| #6#)) (|PartialDifferentialSpace| |#2|) (|BasicType|)) (T |PartialDifferentialSpace&|))
NIL
-((|differentiate| (($ $ |#1|) 7 T ELT) (($ $ (|List| |#1|)) 15 T ELT) (($ $ |#1| (|NonNegativeInteger|)) 14 T ELT) (($ $ (|List| |#1|) (|List| (|NonNegativeInteger|))) 13 T ELT)) (D (($ $ |#1|) 6 T ELT) (($ $ (|List| |#1|)) 12 T ELT) (($ $ |#1| (|NonNegativeInteger|)) 11 T ELT) (($ $ (|List| |#1|) (|List| (|NonNegativeInteger|))) 10 T ELT)))
+((|differentiate| (#1=($ $ |#1|) 7 T ELT) (#2=($ $ #3=(|List| |#1|)) 15 T ELT) (#4=($ $ |#1| #5=(|NonNegativeInteger|)) 14 T ELT) (#6=($ $ #3# (|List| #5#)) 13 T ELT)) (D (#1# 6 T ELT) (#2# 12 T ELT) (#4# 11 T ELT) (#6# 10 T ELT)))
(((|PartialDifferentialSpace| |#1|) (|Category|) (|BasicType|)) (T |PartialDifferentialSpace|))
-((|differentiate| (*1 *1 *1 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *1 (|PartialDifferentialSpace| *3)) (|ofCategory| *3 (|BasicType|)))) (|differentiate| (*1 *1 *1 *2 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|PartialDifferentialSpace| *2)) (|ofCategory| *2 (|BasicType|)))) (|differentiate| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|List| *4)) (|isDomain| *3 (|List| (|NonNegativeInteger|))) (|ofCategory| *1 (|PartialDifferentialSpace| *4)) (|ofCategory| *4 (|BasicType|)))) (D (*1 *1 *1 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *1 (|PartialDifferentialSpace| *3)) (|ofCategory| *3 (|BasicType|)))) (D (*1 *1 *1 *2 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|PartialDifferentialSpace| *2)) (|ofCategory| *2 (|BasicType|)))) (D (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|List| *4)) (|isDomain| *3 (|List| (|NonNegativeInteger|))) (|ofCategory| *1 (|PartialDifferentialSpace| *4)) (|ofCategory| *4 (|BasicType|)))))
-(|Join| (|PartialDifferentialDomain| $ |t#1|) (CATEGORY |domain| (SIGNATURE |differentiate| ($ $ (|List| |t#1|))) (SIGNATURE |differentiate| ($ $ |t#1| (|NonNegativeInteger|))) (SIGNATURE |differentiate| ($ $ (|List| |t#1|) (|List| (|NonNegativeInteger|)))) (SIGNATURE D ($ $ (|List| |t#1|))) (SIGNATURE D ($ $ |t#1| (|NonNegativeInteger|))) (SIGNATURE D ($ $ (|List| |t#1|) (|List| (|NonNegativeInteger|))))))
-(((|Join|) . T) ((|PartialDifferentialDomain| $ |#1|) . T) ((|Type|) . T))
+((|differentiate| #1=(*1 *1 *1 *2) #2=(AND (|isDomain| *2 (|List| *3)) (|ofCategory| *1 (|PartialDifferentialSpace| *3)) (|ofCategory| *3 #3=(|BasicType|)))) (|differentiate| #4=(*1 *1 *1 *2 *3) #5=(AND (|isDomain| *3 #6=(|NonNegativeInteger|)) (|ofCategory| *1 (|PartialDifferentialSpace| *2)) (|ofCategory| *2 #3#))) (|differentiate| #4# #7=(AND (|isDomain| *2 (|List| *4)) (|isDomain| *3 (|List| #6#)) (|ofCategory| *1 (|PartialDifferentialSpace| *4)) (|ofCategory| *4 #3#))) (D #1# #2#) (D #4# #5#) (D #4# #7#))
+(|Join| (|PartialDifferentialDomain| $ |t#1|) (CATEGORY |domain| (SIGNATURE |differentiate| #1=($ $ #2=(|List| |t#1|))) (SIGNATURE |differentiate| #3=($ $ |t#1| #4=(|NonNegativeInteger|))) (SIGNATURE |differentiate| #5=($ $ #2# (|List| #4#))) (SIGNATURE D #1#) (SIGNATURE D #3#) (SIGNATURE D #5#)))
+(((|PartialDifferentialDomain| $ |#1|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL #4=(|has| |#1| (|BasicType|)) ELT)) (|value| ((|#1| $) 26 T ELT)) (|setvalue!| ((|#1| $ |#1|) NIL #5=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setright!| #6=(#7=($ $ $) NIL #5# ELT)) (|setleft!| #6#) (|setelt| ((|#1| $ #8="value" |#1|) NIL #5# ELT) (($ $ #9="left" $) NIL #5# ELT) (($ $ #10="right" $) NIL #5# ELT)) (|setchildren!| (($ $ #11=(|List| $)) NIL #5# ELT)) (|sample| (#12=($) NIL T CONST)) (|right| (#13=($ $) 25 T ELT)) (|ptree| (($ |#1|) 12 T ELT) (#7# 17 T ELT)) (|nodes| #14=((#11# $) NIL T ELT)) (|node?| #1#) (|map| (($ (|Mapping| |#1| |#1|) $) NIL T ELT)) (|left| (#13# 23 T ELT)) (|leaves| ((#15=(|List| |#1|) $) NIL T ELT)) (|leaf?| (#16=(#3# $) 20 T ELT)) (|latex| (((|String|) $) NIL #17=(|has| |#1| (|SetCategory|)) ELT)) (|hash| (((|SingleInteger|) $) NIL #17# ELT)) (|eval| (($ $ (|List| #18=(|Equation| |#1|))) NIL #19=(AND (|has| |#1| (|Evalable| |#1|)) #17#) ELT) (($ $ #18#) NIL #19# ELT) (($ $ |#1| |#1|) NIL #19# ELT) (($ $ #15# #15#) NIL #19# ELT)) (|eq?| (#2# NIL T ELT)) (|empty?| #20=(#16# NIL T ELT)) (|empty| (#12# NIL T ELT)) (|elt| ((|#1| $ #8#) NIL T ELT) (($ $ #9#) NIL T ELT) (($ $ #10#) NIL T ELT)) (|distance| (((|Integer|) $ $) NIL T ELT)) (|cyclic?| #20#) (|copy| (#13# NIL T ELT)) (|coerce| (((|Tree| |#1|) $) 9 T ELT) ((#21=(|OutputForm|) $) 29 (|has| |#1| (|CoercibleTo| #21#)) ELT)) (|children| #14#) (|child?| #1#) (|before?| #1#) (= (#2# 21 #4# ELT)))
(((|PendantTree| |#1|) (|Join| (|BinaryRecursiveAggregate| |#1|) (|CoercibleTo| (|Tree| |#1|)) (CATEGORY |domain| (SIGNATURE |ptree| ($ |#1|)) (SIGNATURE |ptree| ($ $ $)))) (|SetCategory|)) (T |PendantTree|))
((|ptree| (*1 *1 *2) #1=(AND (|isDomain| *1 (|PendantTree| *2)) (|ofCategory| *2 (|SetCategory|)))) (|ptree| (*1 *1 *1 *1) #1#))
@@ -2717,11 +2717,11 @@ NIL
((|permanent| ((|#2| (|SquareMatrix| |#1| |#2|)) 48 T ELT)))
(((|Permanent| |#1| |#2|) (CATEGORY |package| (SIGNATURE |permanent| (|#2| (|SquareMatrix| |#1| |#2|)))) (|PositiveInteger|) (|Join| (|Ring|) (CATEGORY |package| (ATTRIBUTE (|commutative| "*"))))) (T |Permanent|))
((|permanent| (*1 *2 *3) (AND (|isDomain| *3 (|SquareMatrix| *4 *2)) (|ofType| *4 (|PositiveInteger|)) (|ofCategory| *2 (|Join| (|Ring|) (CATEGORY |package| (ATTRIBUTE (|commutative| "*"))))) (|isDomain| *1 (|Permanent| *4 *2)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|support| (((|Set| |#1|) $) 42 T ELT)) (|sample| (#2=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 20 T ELT)) (|orbit| (((|Set| |#1|) $ |#1|) 41 T ELT)) (|one?| (((|Boolean|) $) 22 T ELT)) (|min| (#3=($ $ $) 35 (OR (|has| |#1| . #4=((|OrderedSet|))) (|has| |#1| . #5=((|Finite|)))) ELT)) (|max| (#3# 36 (OR (|has| |#1| . #4#) (|has| |#1| . #5#)) ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 30 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|elt| ((|#1| $ |#1|) 45 T ELT)) (|cycles| (($ (|List| (|List| |#1|))) 43 T ELT)) (|cycle| (($ (|List| |#1|)) 44 T ELT)) (|conjugate| (#6=($ $ $) 27 T ELT)) (|commutator| (#6# 26 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|One| (#2# 24 T CONST)) (>= (#7=((|Boolean|) $ $) 37 (OR (|has| |#1| . #4#) (|has| |#1| . #5#)) ELT)) (> (#7# 39 (OR (|has| |#1| . #4#) (|has| |#1| . #5#)) ELT)) (= (#1# 8 T ELT)) (<= (#7# 38 (OR (|has| |#1| . #4#) (|has| |#1| . #5#)) ELT)) (< (((|Boolean|) $ $) 40 T ELT)) (/ (#6# 29 T ELT)) (** (($ $ (|PositiveInteger|)) 17 T ELT) (($ $ (|NonNegativeInteger|)) 21 T ELT) (($ $ (|Integer|)) 28 T ELT)) (* (($ $ $) 18 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|support| ((#3=(|Set| |#1|) $) 42 T ELT)) (|sample| (#4=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 20 T ELT)) (|orbit| ((#3# $ |#1|) 41 T ELT)) (|one?| ((#2# $) 22 T ELT)) (|min| (#5=($ $ $) 35 #6=(OR (|has| |#1| (|OrderedSet|)) (|has| |#1| (|Finite|))) ELT)) (|max| (#5# 36 #6# ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 30 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|elt| ((|#1| $ |#1|) 45 T ELT)) (|cycles| (($ (|List| #7=(|List| |#1|))) 43 T ELT)) (|cycle| (($ #7#) 44 T ELT)) (|conjugate| (#5# 27 T ELT)) (|commutator| (#5# 26 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|One| (#4# 24 T CONST)) (>= (#1# 37 #6# ELT)) (> (#1# 39 #6# ELT)) (= (#1# 8 T ELT)) (<= (#1# 38 #6# ELT)) (< (#1# 40 T ELT)) (/ (#5# 29 T ELT)) (** (($ $ (|PositiveInteger|)) 17 T ELT) (($ $ (|NonNegativeInteger|)) 21 T ELT) (($ $ (|Integer|)) 28 T ELT)) (* (#5# 18 T ELT)))
(((|PermutationCategory| |#1|) (|Category|) (|SetCategory|)) (T |PermutationCategory|))
-((|cycle| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *1 (|PermutationCategory| *3)))) (|cycles| (*1 *1 *2) (AND (|isDomain| *2 (|List| (|List| *3))) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *1 (|PermutationCategory| *3)))) (|support| (*1 *2 *1) (AND (|ofCategory| *1 (|PermutationCategory| *3)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|Set| *3)))) (|orbit| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|PermutationCategory| *3)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|Set| *3)))) (< (*1 *2 *1 *1) (AND (|ofCategory| *1 (|PermutationCategory| *3)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|Boolean|)))))
-(|Join| (|Group|) (|Eltable| |t#1| |t#1|) (CATEGORY |domain| (SIGNATURE |cycle| ($ (|List| |t#1|))) (SIGNATURE |cycles| ($ (|List| (|List| |t#1|)))) (SIGNATURE |support| ((|Set| |t#1|) $)) (SIGNATURE |orbit| ((|Set| |t#1|) $ |t#1|)) (SIGNATURE < ((|Boolean|) $ $)) (IF (|has| |t#1| (|OrderedSet|)) (ATTRIBUTE (|OrderedSet|)) |%noBranch|) (IF (|has| |t#1| (|Finite|)) (ATTRIBUTE (|OrderedSet|)) |%noBranch|)))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Eltable| |#1| |#1|) . T) ((|Group|) . T) ((|Join|) . T) ((|Monoid|) . T) ((|OrderedSet|) OR (|has| |#1| (|OrderedSet|)) (|has| |#1| (|Finite|))) ((|OrderedType|) OR (|has| |#1| (|OrderedSet|)) (|has| |#1| (|Finite|))) ((|SemiGroup|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|cycle| #1=(*1 *1 *2) (AND (|isDomain| *2 #2=(|List| *3)) #3=(|ofCategory| *3 (|SetCategory|)) #4=(|ofCategory| *1 (|PermutationCategory| *3)))) (|cycles| #1# (AND (|isDomain| *2 (|List| #2#)) #3# #4#)) (|support| (*1 *2 *1) #5=(AND #4# #3# (|isDomain| *2 (|Set| *3)))) (|orbit| (*1 *2 *1 *3) #5#) (< (*1 *2 *1 *1) (AND #4# #3# (|isDomain| *2 (|Boolean|)))))
+(|Join| (|Group|) (|Eltable| |t#1| |t#1|) (CATEGORY |domain| (SIGNATURE |cycle| ($ #1=(|List| |t#1|))) (SIGNATURE |cycles| ($ (|List| #1#))) (SIGNATURE |support| (#2=(|Set| |t#1|) $)) (SIGNATURE |orbit| (#2# $ |t#1|)) (SIGNATURE < ((|Boolean|) $ $)) (IF (|has| |t#1| #3=(|OrderedSet|)) #4=(ATTRIBUTE #3#) |%noBranch|) (IF (|has| |t#1| (|Finite|)) #4# |%noBranch|)))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Eltable| |#1| |#1|) . T) ((|Group|) . T) ((|Monoid|) . T) ((|OrderedSet|) OR (|has| |#1| (|Finite|)) (|has| |#1| (|OrderedSet|))) ((|OrderedType|) OR (|has| |#1| (|Finite|)) (|has| |#1| (|OrderedSet|))) ((|SemiGroup|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|wordsForStrongGenerators| (((|List| #4=(|List| #5=(|NonNegativeInteger|))) $) 162 T ELT)) (|wordInStrongGenerators| (#6=(#4# #7=(|Permutation| |#1|) $) 190 T ELT)) (|wordInGenerators| (#6# 191 T ELT)) (|support| ((#8=(|Set| |#1|) $) 154 T ELT)) (|strongGenerators| (#9=(#10=(|List| #7#) $) 151 T ELT)) (|random| ((#7# $ #11=(|Integer|)) 156 T ELT) ((#7# $) 157 T ELT)) (|permutationGroup| (#12=($ #10#) 164 T ELT)) (|order| (#13=(#5# $) 158 T ELT)) (|orbits| ((#14=(|Set| #8#) $) 188 T ELT)) (|orbit| ((#8# $ |#1|) 179 T ELT) ((#14# $ #8#) 200 T ELT) (((|Set| #15=(|List| |#1|)) $ #15#) 203 T ELT)) (|member?| ((#3# #7# $) 139 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|initializeGroupForWordProblem| ((#16=(|Void|) $) 144 T ELT) ((#16# $ #11# #11#) 204 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|generators| (#9# 145 T ELT)) (|elt| ((#7# $ #5#) 152 T ELT)) (|degree| (#13# 159 T ELT)) (|coerce| (((|OutputForm|) $) 176 T ELT) (#12# 163 T ELT) (#9# 28 T ELT)) (|before?| #1#) (|base| ((#15# $) 161 T ELT)) (= (#2# 197 T ELT)) (<= (#2# 194 T ELT)) (< (#2# 193 T ELT)))
(((|PermutationGroup| |#1|) (|Join| #1=(|SetCategory|) (|HomotopicTo| #2=(|List| #3=(|Permutation| |#1|))) (CATEGORY |domain| (SIGNATURE |generators| #4=(#2# $)) (SIGNATURE |elt| (#3# $ #5=(|NonNegativeInteger|))) (SIGNATURE |random| (#3# $ #6=(|Integer|))) (SIGNATURE |random| (#3# $)) (SIGNATURE |order| #7=(#5# $)) (SIGNATURE |degree| #7#) (SIGNATURE |base| (#8=(|List| |#1|) $)) (SIGNATURE |strongGenerators| #4#) (SIGNATURE |wordsForStrongGenerators| ((|List| #9=(|List| #5#)) $)) (SIGNATURE |permutationGroup| ($ #2#)) (SIGNATURE |orbit| (#10=(|Set| |#1|) $ |#1|)) (SIGNATURE |orbits| (#11=(|Set| #10#) $)) (SIGNATURE |orbit| (#11# $ #10#)) (SIGNATURE |orbit| ((|Set| #8#) $ #8#)) (SIGNATURE |member?| (#12=(|Boolean|) #3# $)) (SIGNATURE |wordInStrongGenerators| #13=(#9# #3# $)) (SIGNATURE |wordInGenerators| #13#) (SIGNATURE |support| (#10# $)) (SIGNATURE < #14=(#12# $ $)) (SIGNATURE <= #14#) (SIGNATURE |initializeGroupForWordProblem| (#15=(|Void|) $)) (SIGNATURE |initializeGroupForWordProblem| (#15# $ #6# #6#)))) #1#) (T |PermutationGroup|))
((|generators| #1=(*1 *2 *1) #2=(AND #3=(|isDomain| *2 (|List| #4=(|Permutation| *3))) #5=(|isDomain| *1 (|PermutationGroup| *3)) #6=(|ofCategory| *3 #7=(|SetCategory|)))) (|elt| #8=(*1 *2 *1 *3) (AND (|isDomain| *3 #9=(|NonNegativeInteger|)) #10=(|isDomain| *2 #11=(|Permutation| *4)) #12=(|isDomain| *1 (|PermutationGroup| *4)) #13=(|ofCategory| *4 #7#))) (|random| #8# (AND #14=(|isDomain| *3 (|Integer|)) #10# #12# #13#)) (|random| #1# (AND (|isDomain| *2 #4#) #5# #6#)) (|order| #1# #15=(AND (|isDomain| *2 #9#) #5# #6#)) (|degree| #1# #15#) (|base| #1# (AND (|isDomain| *2 (|List| *3)) #5# #6#)) (|strongGenerators| #1# #2#) (|wordsForStrongGenerators| #1# (AND (|isDomain| *2 (|List| #16=(|List| #9#))) #5# #6#)) (|permutationGroup| (*1 *1 *2) (AND #3# #6# #5#)) (|orbit| #8# #17=(AND (|isDomain| *2 #18=(|Set| *3)) #5# #6#)) (|orbits| #1# (AND (|isDomain| *2 (|Set| #18#)) #5# #6#)) (|orbit| #8# (AND #13# (|isDomain| *2 (|Set| #19=(|Set| *4))) #12# (|isDomain| *3 #19#))) (|orbit| #8# (AND #13# (|isDomain| *2 (|Set| #20=(|List| *4))) #12# (|isDomain| *3 #20#))) (|member?| #21=(*1 *2 *3 *1) (AND #22=(|isDomain| *3 #11#) #13# #23=(|isDomain| *2 (|Boolean|)) #12#)) (|wordInStrongGenerators| #21# #24=(AND #22# #13# (|isDomain| *2 #16#) #12#)) (|wordInGenerators| #21# #24#) (|support| #1# #17#) (< #25=(*1 *2 *1 *1) #26=(AND #23# #5# #6#)) (<= #25# #26#) (|initializeGroupForWordProblem| #1# (AND #27=(|isDomain| *2 (|Void|)) #5# #6#)) (|initializeGroupForWordProblem| (*1 *2 *1 *3 *3) (AND #14# #27# #12# #13#)))
@@ -2737,11 +2737,11 @@ NIL
((|solveLinearPolynomialEquation| (((|Union| #1=(|List| #2=(|SparseUnivariatePolynomial| $)) "failed") #1# #2#) 46 T ELT)) (|gcdPolynomial| ((#2# #2# #2#) 18 T ELT)) (|charthRoot| (((|Maybe| $) $) 40 T ELT)))
(((|PolynomialFactorizationExplicit&| |#1|) (CATEGORY |package| (SIGNATURE |charthRoot| ((|Maybe| |#1|) |#1|)) (SIGNATURE |solveLinearPolynomialEquation| ((|Union| #1=(|List| #2=(|SparseUnivariatePolynomial| |#1|)) "failed") #1# #2#)) (SIGNATURE |gcdPolynomial| (#2# #2# #2#))) (|PolynomialFactorizationExplicit|)) (T |PolynomialFactorizationExplicit&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#3=(|Boolean|) $) 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) 76 T ELT)) (|squareFreePart| (($ $) 67 T ELT)) (|squareFree| (#4=((|Factored| $) $) 68 T ELT)) (|solveLinearPolynomialEquation| (((|Union| (|List| (|SparseUnivariatePolynomial| $)) "failed") (|List| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) 73 T ELT)) (|sample| (#5=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|prime?| (((|Boolean|) $) 69 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|lcm| (#6=($ $ $) 61 T ELT) (#7=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#8=(|SparseUnivariatePolynomial| $) #8# #8#) 59 T ELT)) (|gcd| (#6# 63 T ELT) (#7# 62 T ELT)) (|factorSquareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) 74 T ELT)) (|factorPolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) 75 T ELT)) (|factor| (#4# 66 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) 72 (|has| $ (|CharacteristicNonZero|)) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT)) (|charthRoot| (((|Maybe| $) $) 71 (|has| $ (|CharacteristicNonZero|)) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| ((#3# $ $) 54 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#4=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|subtractIfCan| ((#5=(|Maybe| $) $ $) 26 T ELT)) (|squareFreePolynomial| (#6=((|Factored| #7=(|SparseUnivariatePolynomial| $)) #7#) 76 T ELT)) (|squareFreePart| (#4# 67 T ELT)) (|squareFree| (#8=((|Factored| $) $) 68 T ELT)) (|solveLinearPolynomialEquation| (((|Union| #9=(|List| #7#) #10="failed") #9# #7#) 73 T ELT)) (|sample| (#11=($) 23 T CONST)) (|recip| ((#12=(|Union| $ #10#) $) 43 T ELT)) (|prime?| (#3# 69 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|lcm| (#13=($ $ $) 61 T ELT) (#14=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#7# #7# #7#) 59 T ELT)) (|gcd| (#13# 63 T ELT) (#14# 62 T ELT)) (|factorSquareFreePolynomial| (#6# 74 T ELT)) (|factorPolynomial| (#6# 75 T ELT)) (|factor| (#8# 66 T ELT)) (|exquo| ((#12# $ $) 57 T ELT)) (|conditionP| (((|Union| (|Vector| $) #10#) (|Matrix| $)) 72 #15=(|has| $ (|CharacteristicNonZero|)) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #16=(|Integer|)) 42 T ELT) (#4# 58 T ELT)) (|charthRoot| ((#5# $) 71 #15# ELT)) (|characteristic| ((#17=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 54 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#11# 24 T CONST)) (|One| (#11# 46 T CONST)) (= (#1# 8 T ELT)) (- (#4# 30 T ELT) (#13# 29 T ELT)) (+ (#13# 18 T ELT)) (** (($ $ #18=(|PositiveInteger|)) 36 T ELT) (($ $ #17#) 44 T ELT)) (* (($ #18# $) 17 T ELT) (($ #17# $) 21 T ELT) (($ #16# $) 31 T ELT) (#13# 35 T ELT)))
(((|PolynomialFactorizationExplicit|) (|Category|)) (T |PolynomialFactorizationExplicit|))
-((|gcdPolynomial| (*1 *2 *2 *2) (AND (|isDomain| *2 (|SparseUnivariatePolynomial| *1)) (|ofCategory| *1 (|PolynomialFactorizationExplicit|)))) (|squareFreePolynomial| (*1 *2 *3) (AND (|ofCategory| *1 (|PolynomialFactorizationExplicit|)) (|isDomain| *2 (|Factored| (|SparseUnivariatePolynomial| *1))) (|isDomain| *3 (|SparseUnivariatePolynomial| *1)))) (|factorPolynomial| (*1 *2 *3) (AND (|ofCategory| *1 (|PolynomialFactorizationExplicit|)) (|isDomain| *2 (|Factored| (|SparseUnivariatePolynomial| *1))) (|isDomain| *3 (|SparseUnivariatePolynomial| *1)))) (|factorSquareFreePolynomial| (*1 *2 *3) (AND (|ofCategory| *1 (|PolynomialFactorizationExplicit|)) (|isDomain| *2 (|Factored| (|SparseUnivariatePolynomial| *1))) (|isDomain| *3 (|SparseUnivariatePolynomial| *1)))) (|solveLinearPolynomialEquation| (*1 *2 *2 *3) (|partial| AND (|isDomain| *2 (|List| (|SparseUnivariatePolynomial| *1))) (|isDomain| *3 (|SparseUnivariatePolynomial| *1)) (|ofCategory| *1 (|PolynomialFactorizationExplicit|)))) (|conditionP| (*1 *2 *3) (|partial| AND (|isDomain| *3 (|Matrix| *1)) (|ofCategory| *1 (|CharacteristicNonZero|)) (|ofCategory| *1 (|PolynomialFactorizationExplicit|)) (|isDomain| *2 (|Vector| *1)))) (|charthRoot| (*1 *2 *1) (AND (|isDomain| *2 (|Maybe| *1)) (|ofCategory| *1 (|CharacteristicNonZero|)) (|ofCategory| *1 (|PolynomialFactorizationExplicit|)))))
-(|Join| (|UniqueFactorizationDomain|) (CATEGORY |domain| (SIGNATURE |squareFreePolynomial| ((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $))) (SIGNATURE |factorPolynomial| ((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $))) (SIGNATURE |factorSquareFreePolynomial| ((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $))) (SIGNATURE |gcdPolynomial| ((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $))) (SIGNATURE |solveLinearPolynomialEquation| ((|Union| (|List| (|SparseUnivariatePolynomial| $)) "failed") (|List| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $))) (IF (|has| $ (|CharacteristicNonZero|)) (PROGN (SIGNATURE |conditionP| ((|Union| (|Vector| $) "failed") (|Matrix| $))) (SIGNATURE |charthRoot| ((|Maybe| $) $))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|EntireRing|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
+((|gcdPolynomial| (*1 *2 *2 *2) (AND (|isDomain| *2 #1=(|SparseUnivariatePolynomial| *1)) #2=(|ofCategory| *1 (|PolynomialFactorizationExplicit|)))) (|squareFreePolynomial| #3=(*1 *2 *3) #4=(AND #2# (|isDomain| *2 (|Factored| #1#)) #5=(|isDomain| *3 #1#))) (|factorPolynomial| #3# #4#) (|factorSquareFreePolynomial| #3# #4#) (|solveLinearPolynomialEquation| (*1 *2 *2 *3) (|partial| AND (|isDomain| *2 (|List| #1#)) #5# #2#)) (|conditionP| #3# (|partial| AND (|isDomain| *3 (|Matrix| *1)) #6=(|ofCategory| *1 (|CharacteristicNonZero|)) #2# (|isDomain| *2 (|Vector| *1)))) (|charthRoot| (*1 *2 *1) (AND (|isDomain| *2 (|Maybe| *1)) #6# #2#)))
+(|Join| (|UniqueFactorizationDomain|) (CATEGORY |domain| (SIGNATURE |squareFreePolynomial| #1=((|Factored| #2=(|SparseUnivariatePolynomial| $)) #2#)) (SIGNATURE |factorPolynomial| #1#) (SIGNATURE |factorSquareFreePolynomial| #1#) (SIGNATURE |gcdPolynomial| (#2# #2# #2#)) (SIGNATURE |solveLinearPolynomialEquation| ((|Union| #3=(|List| #2#) #4="failed") #3# #2#)) (IF (|has| $ (|CharacteristicNonZero|)) (PROGN (SIGNATURE |conditionP| ((|Union| (|Vector| $) #4#) (|Matrix| $))) (SIGNATURE |charthRoot| ((|Maybe| $) $))) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|EntireRing|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
((|torsionIfCan| (((|Union| (|Record| (|:| |order| #1=(|NonNegativeInteger|)) (|:| |function| |#5|)) #2="failed") #3=(|FiniteDivisor| |#2| |#3| |#4| |#5|)) 78 T ELT)) (|torsion?| (((|Boolean|) #3#) 17 T ELT)) (|order| (((|Union| #1# #2#) #3#) 15 T ELT)))
(((|PointsOfFiniteOrder| |#1| |#2| |#3| |#4| |#5|) (CATEGORY |package| (SIGNATURE |order| ((|Union| #1=(|NonNegativeInteger|) #2="failed") #3=(|FiniteDivisor| |#2| |#3| |#4| |#5|))) (SIGNATURE |torsion?| ((|Boolean|) #3#)) (SIGNATURE |torsionIfCan| ((|Union| (|Record| (|:| |order| #1#) (|:| |function| |#5|)) #2#) #3#))) (|Join| (|IntegralDomain|) (|RetractableTo| (|Integer|))) (|FunctionSpace| |#1|) (|UnivariatePolynomialCategory| |#2|) (|UnivariatePolynomialCategory| (|Fraction| |#3|)) (|FunctionFieldCategory| |#2| |#3| |#4|)) (T |PointsOfFiniteOrder|))
((|torsionIfCan| #1=(*1 *2 *3) (|partial| AND #2=(|isDomain| *3 (|FiniteDivisor| *5 *6 *7 *8)) #3=(|ofCategory| *5 (|FunctionSpace| *4)) #4=(|ofCategory| *6 (|UnivariatePolynomialCategory| *5)) #5=(|ofCategory| *7 (|UnivariatePolynomialCategory| (|Fraction| *6))) #6=(|ofCategory| *8 (|FunctionFieldCategory| *5 *6 *7)) #7=(|ofCategory| *4 (|Join| (|IntegralDomain|) (|RetractableTo| (|Integer|)))) (|isDomain| *2 (|Record| (|:| |order| #8=(|NonNegativeInteger|)) (|:| |function| *8))) #9=(|isDomain| *1 (|PointsOfFiniteOrder| *4 *5 *6 *7 *8)))) (|torsion?| #1# (AND #2# #3# #4# #5# #6# #7# (|isDomain| *2 (|Boolean|)) #9#)) (|order| #1# (|partial| AND #2# #3# #4# #5# #6# #7# (|isDomain| *2 #8#) #9#)))
@@ -2773,11 +2773,11 @@ NIL
((|coerce| (((|Expression| |#1|) (|Pi|)) 16 T ELT)))
(((|PiCoercions| |#1|) (CATEGORY |package| (SIGNATURE |coerce| ((|Expression| |#1|) (|Pi|)))) (|IntegralDomain|)) (T |PiCoercions|))
((|coerce| (*1 *2 *3) (AND (|isDomain| *3 (|Pi|)) (|isDomain| *2 (|Expression| *4)) (|isDomain| *1 (|PiCoercions| *4)) (|ofCategory| *4 (|IntegralDomain|)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#3=(|Boolean|) $) 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#4=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| (|List| $)) (|:| |generator| $)) (|List| $)) 67 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|lcm| (#5=($ $ $) 61 T ELT) (#6=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#7=(|SparseUnivariatePolynomial| $) #7# #7#) 59 T ELT)) (|gcd| (#5# 63 T ELT) (#6# 62 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| (|List| $)) (|List| $) $) 66 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| ((#3# $ $) 54 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#4=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#5=($) 23 T CONST)) (|recip| ((#6=(|Union| $ "failed") $) 43 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #7=(|List| $)) (|:| |generator| $)) #7#) 67 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|lcm| (#8=($ $ $) 61 T ELT) (#9=($ #7#) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#10=(|SparseUnivariatePolynomial| $) #10# #10#) 59 T ELT)) (|gcd| (#8# 63 T ELT) (#9# 62 T ELT)) (|exquo| ((#6# $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #7#) #7# $) 66 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #11=(|Integer|)) 42 T ELT) (#4# 58 T ELT)) (|characteristic| ((#12=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 54 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (#5# 46 T CONST)) (= (#1# 8 T ELT)) (- (#4# 30 T ELT) (#8# 29 T ELT)) (+ (#8# 18 T ELT)) (** (($ $ #13=(|PositiveInteger|)) 36 T ELT) (($ $ #12#) 44 T ELT)) (* (($ #13# $) 17 T ELT) (($ #12# $) 21 T ELT) (($ #11# $) 31 T ELT) (#8# 35 T ELT)))
(((|PrincipalIdealDomain|) (|Category|)) (T |PrincipalIdealDomain|))
-((|principalIdeal| (*1 *2 *3) (AND (|ofCategory| *1 (|PrincipalIdealDomain|)) (|isDomain| *2 (|Record| (|:| |coef| (|List| *1)) (|:| |generator| *1))) (|isDomain| *3 (|List| *1)))) (|expressIdealMember| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|PrincipalIdealDomain|)) (|isDomain| *2 (|Maybe| (|List| *1))) (|isDomain| *3 (|List| *1)))))
-(|Join| (|GcdDomain|) (CATEGORY |domain| (SIGNATURE |principalIdeal| ((|Record| (|:| |coef| (|List| $)) (|:| |generator| $)) (|List| $))) (SIGNATURE |expressIdealMember| ((|Maybe| (|List| $)) (|List| $) $))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|EntireRing|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|principalIdeal| (*1 *2 *3) (AND #1=(|ofCategory| *1 (|PrincipalIdealDomain|)) (|isDomain| *2 (|Record| (|:| |coef| #2=(|List| *1)) (|:| |generator| *1))) #3=(|isDomain| *3 #2#))) (|expressIdealMember| (*1 *2 *3 *1) (AND #1# (|isDomain| *2 (|Maybe| #2#)) #3#)))
+(|Join| (|GcdDomain|) (CATEGORY |domain| (SIGNATURE |principalIdeal| ((|Record| (|:| |coef| #1=(|List| $)) (|:| |generator| $)) #1#)) (SIGNATURE |expressIdealMember| ((|Maybe| #1#) #1# $))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|EntireRing|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|interpolate| (((|SparseUnivariatePolynomial| |#2|) #1=(|List| |#2|) #1#) 17 T ELT) ((#2=(|UnivariatePolynomial| |#1| |#2|) #2# #1# #1#) 13 T ELT)))
(((|PolynomialInterpolation| |#1| |#2|) (CATEGORY |package| (SIGNATURE |interpolate| (#1=(|UnivariatePolynomial| |#1| |#2|) #1# #2=(|List| |#2|) #2#)) (SIGNATURE |interpolate| ((|SparseUnivariatePolynomial| |#2|) #2# #2#))) (|Symbol|) (|Field|)) (T |PolynomialInterpolation|))
((|interpolate| (*1 *2 *3 *3) (AND #1=(|isDomain| *3 (|List| *5)) #2=(|ofCategory| *5 (|Field|)) (|isDomain| *2 (|SparseUnivariatePolynomial| *5)) #3=(|isDomain| *1 (|PolynomialInterpolation| *4 *5)) #4=(|ofType| *4 (|Symbol|)))) (|interpolate| (*1 *2 *2 *3 *3) (AND (|isDomain| *2 (|UnivariatePolynomial| *4 *5)) #1# #4# #2# #3#)))
@@ -2862,11 +2862,11 @@ NIL
((|totalDegree| ((#1=(|NonNegativeInteger|) $) 88 T ELT) ((#1# $ #2=(|List| |#4|)) 93 T ELT)) (|squareFreePart| (#3=($ $) 214 T ELT)) (|squareFree| (#4=((|Factored| $) $) 206 T ELT)) (|solveLinearPolynomialEquation| (((|Union| #5=(|List| #6=(|SparseUnivariatePolynomial| $)) #7="failed") #5# #6#) 141 T ELT)) (|retractIfCan| (((|Union| |#2| #7#) $) NIL T ELT) (((|Union| #8=(|Fraction| #9=(|Integer|)) #7#) $) NIL T ELT) (((|Union| #9# #7#) $) NIL T ELT) (((|Union| |#4| #7#) $) 74 T ELT)) (|retract| #10=((|#2| $) NIL T ELT) ((#8# $) NIL T ELT) ((#9# $) NIL T ELT) ((|#4| $) 73 T ELT)) (|resultant| (($ $ $ |#4|) 95 T ELT)) (|reducedSystem| ((#11=(|Matrix| #9#) #12=(|Matrix| $)) NIL T ELT) (((|Record| (|:| |mat| #11#) (|:| |vec| (|Vector| #9#))) #12# #13=(|Vector| $)) NIL T ELT) (((|Record| (|:| |mat| #14=(|Matrix| |#2|)) (|:| |vec| (|Vector| |#2|))) #12# #13#) 131 T ELT) ((#14# #12#) 121 T ELT)) (|primitivePart| (#3# 221 T ELT) (#15=($ $ |#4|) 224 T ELT)) (|primitiveMonomials| (#16=(#17=(|List| $) $) 77 T ELT)) (|patternMatch| ((#18=(|PatternMatchResult| #19=(|Float|) $) $ #20=(|Pattern| #19#) #18#) 240 T ELT) ((#21=(|PatternMatchResult| #9# $) $ #22=(|Pattern| #9#) #21#) 233 T ELT)) (|monomials| (#16# 34 T ELT)) (|monomial| (($ |#2| |#3|) NIL T ELT) (#23=($ $ |#4| #1#) NIL T ELT) (#24=($ $ #2# (|List| #1#)) 71 T ELT)) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $ |#4|) 203 T ELT)) (|isTimes| (#25=((|Union| #17# #7#) $) 52 T ELT)) (|isPlus| (#25# 39 T ELT)) (|isExpt| (((|Union| (|Record| (|:| |var| |#4|) (|:| |exponent| #1#)) #7#) $) 57 T ELT)) (|gcdPolynomial| ((#6# #6# #6#) 134 T ELT)) (|factorSquareFreePolynomial| (#26=((|Factored| #6#) #6#) 147 T ELT)) (|factorPolynomial| (#26# 145 T ELT)) (|factor| (#4# 165 T ELT)) (|eval| (($ $ (|List| #27=(|Equation| $))) 24 T ELT) (($ $ #27#) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ #17# #17#) NIL T ELT) (($ $ |#4| |#2|) NIL T ELT) (($ $ #2# (|List| |#2|)) NIL T ELT) (($ $ |#4| $) NIL T ELT) (($ $ #2# #17#) NIL T ELT)) (|discriminant| (#15# 97 T ELT)) (|convert| ((#20# $) 254 T ELT) ((#22# $) 247 T ELT) (((|InputForm|) $) 262 T ELT)) (|content| #10# (#15# 216 T ELT)) (|conditionP| (((|Union| #13# #7#) #12#) 185 T ELT)) (|coefficient| ((|#2| $ |#3|) NIL T ELT) (#23# 62 T ELT) (#24# 69 T ELT)) (|charthRoot| (((|Maybe| $) $) 195 T ELT)) (|before?| (((|Boolean|) $ $) 227 T ELT)))
(((|PolynomialCategory&| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |gcdPolynomial| (#1=(|SparseUnivariatePolynomial| |#1|) #1# #1#)) (SIGNATURE |squareFree| #2=((|Factored| |#1|) |#1|)) (SIGNATURE |squareFreePart| #3=(|#1| |#1|)) (SIGNATURE |charthRoot| ((|Maybe| |#1|) |#1|)) (SIGNATURE |convert| ((|InputForm|) |#1|)) (SIGNATURE |convert| (#4=(|Pattern| #5=(|Integer|)) |#1|)) (SIGNATURE |convert| (#6=(|Pattern| #7=(|Float|)) |#1|)) (SIGNATURE |patternMatch| (#8=(|PatternMatchResult| #5# |#1|) |#1| #4# #8#)) (SIGNATURE |patternMatch| (#9=(|PatternMatchResult| #7# |#1|) |#1| #6# #9#)) (SIGNATURE |factor| #2#) (SIGNATURE |factorPolynomial| #10=((|Factored| #1#) #1#)) (SIGNATURE |factorSquareFreePolynomial| #10#) (SIGNATURE |solveLinearPolynomialEquation| ((|Union| #11=(|List| #1#) #12="failed") #11# #1#)) (SIGNATURE |conditionP| ((|Union| #13=(|Vector| |#1|) #12#) #14=(|Matrix| |#1|))) (SIGNATURE |primitivePart| #15=(|#1| |#1| |#4|)) (SIGNATURE |content| #15#) (SIGNATURE |discriminant| #15#) (SIGNATURE |resultant| (|#1| |#1| |#1| |#4|)) (SIGNATURE |primitiveMonomials| #16=(#17=(|List| |#1|) |#1|)) (SIGNATURE |totalDegree| (#18=(|NonNegativeInteger|) |#1| #19=(|List| |#4|))) (SIGNATURE |totalDegree| (#18# |#1|)) (SIGNATURE |isExpt| ((|Union| (|Record| (|:| |var| |#4|) (|:| |exponent| #18#)) #12#) |#1|)) (SIGNATURE |isTimes| #20=((|Union| #17# #12#) |#1|)) (SIGNATURE |isPlus| #20#) (SIGNATURE |monomial| #21=(|#1| |#1| #19# (|List| #18#))) (SIGNATURE |monomial| #22=(|#1| |#1| |#4| #18#)) (SIGNATURE |monicDivide| ((|Record| (|:| |quotient| |#1|) (|:| |remainder| |#1|)) |#1| |#1| |#4|)) (SIGNATURE |monomials| #16#) (SIGNATURE |coefficient| #21#) (SIGNATURE |coefficient| #22#) (SIGNATURE |reducedSystem| (#23=(|Matrix| |#2|) #14#)) (SIGNATURE |reducedSystem| ((|Record| (|:| |mat| #23#) (|:| |vec| (|Vector| |#2|))) #14# #13#)) (SIGNATURE |reducedSystem| ((|Record| (|:| |mat| #24=(|Matrix| #5#)) (|:| |vec| (|Vector| #5#))) #14# #13#)) (SIGNATURE |reducedSystem| (#24# #14#)) (SIGNATURE |retractIfCan| ((|Union| |#4| #12#) |#1|)) (SIGNATURE |retract| (|#4| |#1|)) (SIGNATURE |eval| (|#1| |#1| #19# #17#)) (SIGNATURE |eval| (|#1| |#1| |#4| |#1|)) (SIGNATURE |eval| (|#1| |#1| #19# (|List| |#2|))) (SIGNATURE |eval| (|#1| |#1| |#4| |#2|)) (SIGNATURE |eval| (|#1| |#1| #17# #17#)) (SIGNATURE |eval| (|#1| |#1| |#1| |#1|)) (SIGNATURE |eval| (|#1| |#1| #25=(|Equation| |#1|))) (SIGNATURE |eval| (|#1| |#1| (|List| #25#))) (SIGNATURE |monomial| (|#1| |#2| |#3|)) (SIGNATURE |coefficient| (|#2| |#1| |#3|)) (SIGNATURE |retractIfCan| ((|Union| #5# #12#) |#1|)) (SIGNATURE |retract| (#5# |#1|)) (SIGNATURE |retractIfCan| ((|Union| #26=(|Fraction| #5#) #12#) |#1|)) (SIGNATURE |retract| (#26# |#1|)) (SIGNATURE |retract| #27=(|#2| |#1|)) (SIGNATURE |retractIfCan| ((|Union| |#2| #12#) |#1|)) (SIGNATURE |content| #27#) (SIGNATURE |primitivePart| #3#) (SIGNATURE |before?| ((|Boolean|) |#1| |#1|))) (|PolynomialCategory| |#2| |#3| |#4|) (|Ring|) (|OrderedAbelianMonoidSup|) (|OrderedSet|)) (T |PolynomialCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|variables| (((|List| |#3|) $) 125 T ELT)) (|univariate| (((|SparseUnivariatePolynomial| $) $ |#3|) 140 T ELT) (((|SparseUnivariatePolynomial| |#1|) $) 139 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 102 (|has| |#1| . #3=((|IntegralDomain|))) ELT)) (|unitCanonical| (($ $) 103 (|has| |#1| . #3#) ELT)) (|unit?| ((#4=(|Boolean|) $) 105 (|has| |#1| . #3#) ELT)) (|totalDegree| (((|NonNegativeInteger|) $) 127 T ELT) (((|NonNegativeInteger|) $ (|List| |#3|)) 126 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePolynomial| (#5=((|Factored| #6=(|SparseUnivariatePolynomial| $)) #6#) 115 (|has| |#1| . #7=((|PolynomialFactorizationExplicit|))) ELT)) (|squareFreePart| (($ $) 113 (|has| |#1| (|GcdDomain|)) ELT)) (|squareFree| (#8=((|Factored| $) $) 112 (|has| |#1| (|GcdDomain|)) ELT)) (|solveLinearPolynomialEquation| (((|Union| #9=(|List| #6#) #10="failed") #9# #6#) 118 (|has| |#1| . #7#) ELT)) (|sample| (#11=($) 23 T CONST)) (|retractIfCan| (((|Union| |#1| . #12=("failed")) . #13=($)) 183 T ELT) (((|Union| #14=(|Fraction| #15=(|Integer|)) . #12#) . #13#) 180 (|has| |#1| . #16=((|RetractableTo| #14#))) ELT) (((|Union| #15# . #12#) . #13#) 178 (|has| |#1| . #17=((|RetractableTo| #15#))) ELT) (((|Union| |#3| . #12#) . #13#) 155 T ELT)) (|retract| ((|#1| . #18=($)) 182 T ELT) ((#14# . #18#) 181 (|has| |#1| . #16#) ELT) ((#15# . #18#) 179 (|has| |#1| . #17#) ELT) ((|#3| . #18#) 156 T ELT)) (|resultant| (($ $ $ |#3|) 123 (|has| |#1| (|CommutativeRing|)) ELT)) (|reductum| (#19=($ $) 173 T ELT)) (|reducedSystem| (((|Matrix| #20=(|Integer|)) . #21=(#22=(|Matrix| $))) 151 (|has| |#1| . #23=((|LinearlyExplicitRingOver| #20#))) ELT) (((|Record| (|:| |mat| (|Matrix| #20#)) (|:| |vec| (|Vector| #20#))) . #24=(#22# #25=(|Vector| $))) 150 (|has| |#1| . #23#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #24#) 149 T ELT) (((|Matrix| |#1|) . #21#) 148 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|primitivePart| (($ $) 195 (|has| |#1| . #26=((|GcdDomain|))) ELT) (($ $ |#3|) 120 (|has| |#1| (|GcdDomain|)) ELT)) (|primitiveMonomials| (((|List| $) $) 124 T ELT)) (|prime?| (((|Boolean|) $) 111 (|has| |#1| . #7#) ELT)) (|pomopo!| (($ $ |#1| |#2| $) 191 T ELT)) (|patternMatch| (((|PatternMatchResult| #27=(|Float|) . #28=($)) $ (|Pattern| #27#) (|PatternMatchResult| #27# . #28#)) 99 (AND (|has| |#3| (|PatternMatchable| (|Float|))) (|has| |#1| (|PatternMatchable| (|Float|)))) ELT) (((|PatternMatchResult| #29=(|Integer|) . #28#) $ (|Pattern| #29#) (|PatternMatchResult| #29# . #28#)) 98 (AND (|has| |#3| (|PatternMatchable| (|Integer|))) (|has| |#1| (|PatternMatchable| (|Integer|)))) ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|numberOfMonomials| ((#30=(|NonNegativeInteger|) $) 188 T ELT)) (|multivariate| (($ (|SparseUnivariatePolynomial| |#1|) |#3|) 132 T ELT) (($ (|SparseUnivariatePolynomial| $) |#3|) 131 T ELT)) (|monomials| (((|List| $) $) 141 T ELT)) (|monomial?| (((|Boolean|) $) 171 T ELT)) (|monomial| (($ |#1| |#2|) 172 T ELT) (($ $ |#3| (|NonNegativeInteger|)) 134 T ELT) (($ $ (|List| |#3|) (|List| (|NonNegativeInteger|))) 133 T ELT)) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $ |#3|) 135 T ELT)) (|minimumDegree| ((|#2| $) 189 T ELT) (((|NonNegativeInteger|) $ |#3|) 137 T ELT) (((|List| (|NonNegativeInteger|)) $ (|List| |#3|)) 136 T ELT)) (|mapExponents| (($ (|Mapping| |#2| |#2|) $) 190 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 167 T ELT)) (|mainVariable| (((|Union| |#3| "failed") $) 138 T ELT)) (|leftReducedSystem| (((|Matrix| #20#) . #31=(#25#)) 153 (|has| |#1| . #23#) ELT) (((|Record| (|:| |mat| (|Matrix| #20#)) (|:| |vec| (|Vector| #20#))) . #32=(#25# $)) 152 (|has| |#1| . #23#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #32#) 147 T ELT) (((|Matrix| |#1|) . #31#) 146 T ELT)) (|leadingMonomial| (#19# 169 T ELT)) (|leadingCoefficient| ((|#1| $) 168 T ELT)) (|lcm| (#33=($ (|List| $)) 109 (|has| |#1| . #34=((|GcdDomain|))) ELT) (#35=($ $ $) 108 (|has| |#1| . #34#) ELT)) (|latex| (((|String|) $) 11 T ELT)) (|isTimes| (((|Union| (|List| $) "failed") $) 129 T ELT)) (|isPlus| (((|Union| (|List| $) "failed") $) 130 T ELT)) (|isExpt| (((|Union| (|Record| (|:| |var| |#3|) (|:| |exponent| (|NonNegativeInteger|))) "failed") $) 128 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|ground?| (((|Boolean|) $) 185 T ELT)) (|ground| ((|#1| . #36=($)) 186 T ELT)) (|gcdPolynomial| ((#37=(|SparseUnivariatePolynomial| $) #37# #37#) 110 (|has| |#1| . #34#) ELT)) (|gcd| (#33# 107 (|has| |#1| . #34#) ELT) (#35# 106 (|has| |#1| . #34#) ELT)) (|factorSquareFreePolynomial| (#5# 117 (|has| |#1| . #7#) ELT)) (|factorPolynomial| (#5# 116 (|has| |#1| . #7#) ELT)) (|factor| (#8# 114 (|has| |#1| . #7#) ELT)) (|exquo| (((|Union| $ "failed") $ |#1|) 193 (|has| |#1| (|IntegralDomain|)) ELT) (((|Union| $ "failed") $ $) 101 (|has| |#1| . #3#) ELT)) (|eval| (($ $ (|List| (|Equation| $))) 164 T ELT) (($ $ (|Equation| $)) 163 T ELT) (($ $ $ $) 162 T ELT) (($ $ (|List| $) (|List| $)) 161 T ELT) (($ $ |#3| |#1|) 160 T ELT) (($ $ (|List| |#3|) (|List| |#1|)) 159 T ELT) (($ $ |#3| $) 158 T ELT) (($ $ (|List| |#3|) (|List| $)) 157 T ELT)) (|discriminant| (($ $ |#3|) 122 (|has| |#1| (|CommutativeRing|)) ELT)) (|differentiate| (($ $ (|List| |#3|) . #38=((|List| #39=(|NonNegativeInteger|)))) 53 T ELT) (($ $ |#3| . #40=(#39#)) 52 T ELT) (($ $ (|List| |#3|)) 51 T ELT) (($ $ |#3|) 49 T ELT)) (|degree| ((|#2| $) 170 T ELT) (((|NonNegativeInteger|) $ |#3|) 145 T ELT) (((|List| (|NonNegativeInteger|)) $ (|List| |#3|)) 144 T ELT)) (|convert| (((|Pattern| (|Float|)) . #41=($)) 97 (AND (|has| |#3| (|ConvertibleTo| (|Pattern| (|Float|)))) (|has| |#1| (|ConvertibleTo| (|Pattern| (|Float|))))) ELT) (((|Pattern| (|Integer|)) . #41#) 96 (AND (|has| |#3| (|ConvertibleTo| (|Pattern| (|Integer|)))) (|has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|))))) ELT) (((|InputForm|) . #41#) 95 (AND (|has| |#3| (|ConvertibleTo| (|InputForm|))) (|has| |#1| (|ConvertibleTo| (|InputForm|)))) ELT)) (|content| ((|#1| . #36#) 194 (|has| |#1| . #26#) ELT) (($ $ |#3|) 121 (|has| |#1| (|GcdDomain|)) ELT)) (|conditionP| (((|Union| (|Vector| $) #10#) (|Matrix| $)) 119 (|and| #42=(|has| $ (|CharacteristicNonZero|)) (|has| |#1| . #7#)) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 184 T ELT) (($ |#3|) 154 T ELT) (($ $) 100 (|has| |#1| . #3#) ELT) (($ #14#) 93 (OR (|has| |#1| . #16#) (|has| |#1| . #43=((|Algebra| #44=(|Fraction| (|Integer|)))))) ELT)) (|coefficients| (((|List| |#1|) $) 187 T ELT)) (|coefficient| ((|#1| $ |#2|) 174 T ELT) (($ $ |#3| (|NonNegativeInteger|)) 143 T ELT) (($ $ (|List| |#3|) (|List| (|NonNegativeInteger|))) 142 T ELT)) (|charthRoot| (((|Maybe| $) $) 94 (OR (|and| #42# (|has| |#1| . #7#)) (|has| |#1| (|CharacteristicNonZero|))) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|binomThmExpt| (($ $ $ #30#) 192 (|has| |#1| (|CommutativeRing|)) ELT)) (|before?| (#1# 6 T ELT)) (|associates?| ((#4# $ $) 104 (|has| |#1| . #3#) ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#11# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ (|List| |#3|) . #38#) 56 T ELT) (($ $ |#3| . #40#) 55 T ELT) (($ $ (|List| |#3|)) 54 T ELT) (($ $ |#3|) 50 T ELT)) (= (#1# 8 T ELT)) (/ (($ $ |#1|) 175 (|has| |#1| (|Field|)) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #45=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ #44#) 177 (|has| |#1| . #43#) ELT) (($ #44# . #45#) 176 (|has| |#1| . #43#) ELT) (($ |#1| . #45#) 166 T ELT) (($ $ |#1|) 165 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|variables| ((#4=(|List| |#3|) $) 125 T ELT)) (|univariate| ((#5=(|SparseUnivariatePolynomial| $) $ |#3|) 140 T ELT) ((#6=(|SparseUnivariatePolynomial| |#1|) $) 139 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 102 #7=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| (#8=($ $) 103 #7# ELT)) (|unit?| (#3# 105 #7# ELT)) (|totalDegree| (#9=(#10=(|NonNegativeInteger|) $) 127 T ELT) ((#10# $ #4#) 126 T ELT)) (|subtractIfCan| ((#11=(|Maybe| $) $ $) 26 T ELT)) (|squareFreePolynomial| (#12=((|Factored| #5#) #5#) 115 #13=(|has| |#1| (|PolynomialFactorizationExplicit|)) ELT)) (|squareFreePart| (#8# 113 #14=(|has| |#1| (|GcdDomain|)) ELT)) (|squareFree| (#15=((|Factored| $) $) 112 #14# ELT)) (|solveLinearPolynomialEquation| (((|Union| #16=(|List| #5#) #17="failed") #16# #5#) 118 #13# ELT)) (|sample| (#18=($) 23 T CONST)) (|retractIfCan| (((|Union| |#1| . #19=(#17#)) . #20=($)) 183 T ELT) (((|Union| #21=(|Fraction| #22=(|Integer|)) . #19#) . #20#) 180 #23=(|has| |#1| (|RetractableTo| #21#)) ELT) (((|Union| #22# . #19#) . #20#) 178 #24=(|has| |#1| (|RetractableTo| #22#)) ELT) (#25=((|Union| |#3| . #19#) . #20#) 155 T ELT)) (|retract| (#26=(|#1| . #27=($)) 182 T ELT) ((#21# . #27#) 181 #23# ELT) ((#22# . #27#) 179 #24# ELT) ((|#3| . #27#) 156 T ELT)) (|resultant| (($ $ $ |#3|) 123 #28=(|has| |#1| (|CommutativeRing|)) ELT)) (|reductum| (#8# 173 T ELT)) (|reducedSystem| ((#29=(|Matrix| #22#) . #30=(#31=(|Matrix| $))) 151 #32=(|has| |#1| (|LinearlyExplicitRingOver| #22#)) ELT) ((#33=(|Record| (|:| |mat| #29#) (|:| |vec| (|Vector| #22#))) . #34=(#31# #35=(|Vector| $))) 150 #32# ELT) ((#36=(|Record| (|:| |mat| #37=(|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #34#) 149 T ELT) ((#37# . #30#) 148 T ELT)) (|recip| ((#38=(|Union| $ #17#) $) 43 T ELT)) (|primitivePart| (#8# 195 #14# ELT) (#39=($ $ |#3|) 120 #14# ELT)) (|primitiveMonomials| (#40=(#41=(|List| $) $) 124 T ELT)) (|prime?| (#3# 111 #13# ELT)) (|pomopo!| (($ $ |#1| |#2| $) 191 T ELT)) (|patternMatch| ((#42=(|PatternMatchResult| #43=(|Float|) . #44=($)) $ #45=(|Pattern| #43#) #42#) 99 (AND (|has| |#3| #46=(|PatternMatchable| #43#)) (|has| |#1| #46#)) ELT) ((#47=(|PatternMatchResult| #22# . #44#) $ #48=(|Pattern| #22#) #47#) 98 (AND (|has| |#3| #49=(|PatternMatchable| #22#)) (|has| |#1| #49#)) ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|numberOfMonomials| (#9# 188 T ELT)) (|multivariate| (($ #6# |#3|) 132 T ELT) (($ #5# |#3|) 131 T ELT)) (|monomials| (#40# 141 T ELT)) (|monomial?| (#3# 171 T ELT)) (|monomial| (($ |#1| |#2|) 172 T ELT) (#50=($ $ |#3| #10#) 134 T ELT) (#51=($ $ #4# #52=(|List| #10#)) 133 T ELT)) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $ |#3|) 135 T ELT)) (|minimumDegree| (#53=(|#2| $) 189 T ELT) (#54=(#10# $ |#3|) 137 T ELT) (#55=(#52# $ #4#) 136 T ELT)) (|mapExponents| (($ (|Mapping| |#2| |#2|) $) 190 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 167 T ELT)) (|mainVariable| (#25# 138 T ELT)) (|leftReducedSystem| ((#29# . #56=(#35#)) 153 #32# ELT) ((#33# . #57=(#35# $)) 152 #32# ELT) ((#36# . #57#) 147 T ELT) ((#37# . #56#) 146 T ELT)) (|leadingMonomial| (#8# 169 T ELT)) (|leadingCoefficient| (#26# 168 T ELT)) (|lcm| (#58=($ #41#) 109 #14# ELT) (#59=($ $ $) 108 #14# ELT)) (|latex| (((|String|) $) 11 T ELT)) (|isTimes| (#60=((|Union| #41# #17#) $) 129 T ELT)) (|isPlus| (#60# 130 T ELT)) (|isExpt| (((|Union| (|Record| (|:| |var| |#3|) (|:| |exponent| #10#)) #17#) $) 128 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|ground?| (#3# 185 T ELT)) (|ground| (#26# 186 T ELT)) (|gcdPolynomial| ((#5# #5# #5#) 110 #14# ELT)) (|gcd| (#58# 107 #14# ELT) (#59# 106 #14# ELT)) (|factorSquareFreePolynomial| (#12# 117 #13# ELT)) (|factorPolynomial| (#12# 116 #13# ELT)) (|factor| (#15# 114 #13# ELT)) (|exquo| ((#38# $ |#1|) 193 #7# ELT) ((#38# $ $) 101 #7# ELT)) (|eval| (($ $ (|List| #61=(|Equation| $))) 164 T ELT) (($ $ #61#) 163 T ELT) (($ $ $ $) 162 T ELT) (($ $ #41# #41#) 161 T ELT) (($ $ |#3| |#1|) 160 T ELT) (($ $ #4# #62=(|List| |#1|)) 159 T ELT) (($ $ |#3| $) 158 T ELT) (($ $ #4# #41#) 157 T ELT)) (|discriminant| (#39# 122 #28# ELT)) (|differentiate| (#51# 53 T ELT) (#50# 52 T ELT) (#63=($ $ #4#) 51 T ELT) (#39# 49 T ELT)) (|degree| (#53# 170 T ELT) (#54# 145 T ELT) (#55# 144 T ELT)) (|convert| ((#45# . #64=($)) 97 (AND (|has| |#3| #65=(|ConvertibleTo| #45#)) (|has| |#1| #65#)) ELT) ((#48# . #64#) 96 (AND (|has| |#3| #66=(|ConvertibleTo| #48#)) (|has| |#1| #66#)) ELT) ((#67=(|InputForm|) . #64#) 95 (AND (|has| |#3| #68=(|ConvertibleTo| #67#)) (|has| |#1| #68#)) ELT)) (|content| (#26# 194 #14# ELT) (#39# 121 #14# ELT)) (|conditionP| (((|Union| #35# #17#) #31#) 119 #69=(|and| (|has| $ #70=(|CharacteristicNonZero|)) #13#) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #22#) 42 T ELT) (($ |#1|) 184 T ELT) (($ |#3|) 154 T ELT) (#8# 100 #7# ELT) (($ #21#) 93 (OR #23# #71=(|has| |#1| (|Algebra| #21#))) ELT)) (|coefficients| ((#62# $) 187 T ELT)) (|coefficient| ((|#1| $ |#2|) 174 T ELT) (#50# 143 T ELT) (#51# 142 T ELT)) (|charthRoot| ((#11# $) 94 (OR #69# (|has| |#1| #70#)) ELT)) (|characteristic| ((#10#) 41 T CONST)) (|binomThmExpt| (($ $ $ #10#) 192 #28# ELT)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 104 #7# ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#18# 24 T CONST)) (|One| (#18# 46 T CONST)) (D (#51# 56 T ELT) (#50# 55 T ELT) (#63# 54 T ELT) (#39# 50 T ELT)) (= (#1# 8 T ELT)) (/ (#72=($ $ |#1|) 175 (|has| |#1| (|Field|)) ELT)) (- (#8# 30 T ELT) (#59# 29 T ELT)) (+ (#59# 18 T ELT)) (** (($ $ #73=(|PositiveInteger|)) 36 T ELT) (($ $ #10#) 44 T ELT)) (* (($ #73# $) 17 T ELT) (($ #10# $) 21 T ELT) (($ #22# . #74=($)) 31 T ELT) (#59# 35 T ELT) (($ $ #21#) 177 #71# ELT) (($ #21# . #74#) 176 #71# ELT) (($ |#1| . #74#) 166 T ELT) (#72# 165 T ELT)))
(((|PolynomialCategory| |#1| |#2| |#3|) (|Category|) (|Ring|) (|OrderedAbelianMonoidSup|) (|OrderedSet|)) (T |PolynomialCategory|))
-((|primitivePart| (*1 *1 *1) (AND (|ofCategory| *1 (|PolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|GcdDomain|)))) (|degree| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|PolynomialCategory| *4 *5 *3)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *3 (|OrderedSet|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|degree| (*1 *2 *1 *3) (AND (|isDomain| *3 (|List| *6)) (|ofCategory| *1 (|PolynomialCategory| *4 *5 *6)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|isDomain| *2 (|List| (|NonNegativeInteger|))))) (|coefficient| (*1 *1 *1 *2 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|PolynomialCategory| *4 *5 *2)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|OrderedSet|)))) (|coefficient| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|List| *6)) (|isDomain| *3 (|List| (|NonNegativeInteger|))) (|ofCategory| *1 (|PolynomialCategory| *4 *5 *6)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)))) (|monomials| (*1 *2 *1) (AND (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|PolynomialCategory| *3 *4 *5)))) (|univariate| (*1 *2 *1 *3) (AND (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *3 (|OrderedSet|)) (|isDomain| *2 (|SparseUnivariatePolynomial| *1)) (|ofCategory| *1 (|PolynomialCategory| *4 *5 *3)))) (|univariate| (*1 *2 *1) (AND (|ofCategory| *1 (|PolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|SparseUnivariatePolynomial| *3)))) (|mainVariable| (*1 *2 *1) (|partial| AND (|ofCategory| *1 (|PolynomialCategory| *3 *4 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|OrderedSet|)))) (|minimumDegree| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|PolynomialCategory| *4 *5 *3)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *3 (|OrderedSet|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|minimumDegree| (*1 *2 *1 *3) (AND (|isDomain| *3 (|List| *6)) (|ofCategory| *1 (|PolynomialCategory| *4 *5 *6)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|isDomain| *2 (|List| (|NonNegativeInteger|))))) (|monicDivide| (*1 *2 *1 *1 *3) (AND (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *3 (|OrderedSet|)) (|isDomain| *2 (|Record| (|:| |quotient| *1) (|:| |remainder| *1))) (|ofCategory| *1 (|PolynomialCategory| *4 *5 *3)))) (|monomial| (*1 *1 *1 *2 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|PolynomialCategory| *4 *5 *2)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|OrderedSet|)))) (|monomial| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|List| *6)) (|isDomain| *3 (|List| (|NonNegativeInteger|))) (|ofCategory| *1 (|PolynomialCategory| *4 *5 *6)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)))) (|multivariate| (*1 *1 *2 *3) (AND (|isDomain| *2 (|SparseUnivariatePolynomial| *4)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *1 (|PolynomialCategory| *4 *5 *3)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *3 (|OrderedSet|)))) (|multivariate| (*1 *1 *2 *3) (AND (|isDomain| *2 (|SparseUnivariatePolynomial| *1)) (|ofCategory| *1 (|PolynomialCategory| *4 *5 *3)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *3 (|OrderedSet|)))) (|isPlus| (*1 *2 *1) (|partial| AND (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|PolynomialCategory| *3 *4 *5)))) (|isTimes| (*1 *2 *1) (|partial| AND (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|PolynomialCategory| *3 *4 *5)))) (|isExpt| (*1 *2 *1) (|partial| AND (|ofCategory| *1 (|PolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Record| (|:| |var| *5) (|:| |exponent| (|NonNegativeInteger|)))))) (|totalDegree| (*1 *2 *1) (AND (|ofCategory| *1 (|PolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|totalDegree| (*1 *2 *1 *3) (AND (|isDomain| *3 (|List| *6)) (|ofCategory| *1 (|PolynomialCategory| *4 *5 *6)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|variables| (*1 *2 *1) (AND (|ofCategory| *1 (|PolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|List| *5)))) (|primitiveMonomials| (*1 *2 *1) (AND (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|PolynomialCategory| *3 *4 *5)))) (|resultant| (*1 *1 *1 *1 *2) (AND (|ofCategory| *1 (|PolynomialCategory| *3 *4 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *3 (|CommutativeRing|)))) (|discriminant| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|PolynomialCategory| *3 *4 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *3 (|CommutativeRing|)))) (|content| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|PolynomialCategory| *3 *4 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *3 (|GcdDomain|)))) (|primitivePart| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|PolynomialCategory| *3 *4 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *3 (|GcdDomain|)))) (|squareFreePart| (*1 *1 *1) (AND (|ofCategory| *1 (|PolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|GcdDomain|)))) (|squareFree| (*1 *2 *1) (AND (|ofCategory| *3 (|GcdDomain|)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Factored| *1)) (|ofCategory| *1 (|PolynomialCategory| *3 *4 *5)))))
-(|Join| (|PartialDifferentialRing| |t#3|) (|FiniteAbelianMonoidRing| |t#1| |t#2|) (|Evalable| $) (|InnerEvalable| |t#3| |t#1|) (|InnerEvalable| |t#3| $) (|RetractableTo| |t#3|) (|FullyLinearlyExplicitRingOver| |t#1|) (CATEGORY |domain| (SIGNATURE |degree| ((|NonNegativeInteger|) $ |t#3|)) (SIGNATURE |degree| ((|List| (|NonNegativeInteger|)) $ (|List| |t#3|))) (SIGNATURE |coefficient| ($ $ |t#3| (|NonNegativeInteger|))) (SIGNATURE |coefficient| ($ $ (|List| |t#3|) (|List| (|NonNegativeInteger|)))) (SIGNATURE |monomials| ((|List| $) $)) (SIGNATURE |univariate| ((|SparseUnivariatePolynomial| $) $ |t#3|)) (SIGNATURE |univariate| ((|SparseUnivariatePolynomial| |t#1|) $)) (SIGNATURE |mainVariable| ((|Union| |t#3| "failed") $)) (SIGNATURE |minimumDegree| ((|NonNegativeInteger|) $ |t#3|)) (SIGNATURE |minimumDegree| ((|List| (|NonNegativeInteger|)) $ (|List| |t#3|))) (SIGNATURE |monicDivide| ((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $ |t#3|)) (SIGNATURE |monomial| ($ $ |t#3| (|NonNegativeInteger|))) (SIGNATURE |monomial| ($ $ (|List| |t#3|) (|List| (|NonNegativeInteger|)))) (SIGNATURE |multivariate| ($ (|SparseUnivariatePolynomial| |t#1|) |t#3|)) (SIGNATURE |multivariate| ($ (|SparseUnivariatePolynomial| $) |t#3|)) (SIGNATURE |isPlus| ((|Union| (|List| $) "failed") $)) (SIGNATURE |isTimes| ((|Union| (|List| $) "failed") $)) (SIGNATURE |isExpt| ((|Union| (|Record| (|:| |var| |t#3|) (|:| |exponent| (|NonNegativeInteger|))) "failed") $)) (SIGNATURE |totalDegree| ((|NonNegativeInteger|) $)) (SIGNATURE |totalDegree| ((|NonNegativeInteger|) $ (|List| |t#3|))) (SIGNATURE |variables| ((|List| |t#3|) $)) (SIGNATURE |primitiveMonomials| ((|List| $) $)) (IF (|has| |t#1| (|ConvertibleTo| (|InputForm|))) (IF (|has| |t#3| (|ConvertibleTo| (|InputForm|))) (ATTRIBUTE (|ConvertibleTo| (|InputForm|))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (IF (|has| |t#3| (|ConvertibleTo| (|Pattern| (|Integer|)))) (ATTRIBUTE (|ConvertibleTo| (|Pattern| (|Integer|)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (IF (|has| |t#3| (|ConvertibleTo| (|Pattern| (|Float|)))) (ATTRIBUTE (|ConvertibleTo| (|Pattern| (|Float|)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (|PatternMatchable| (|Integer|))) (IF (|has| |t#3| (|PatternMatchable| (|Integer|))) (ATTRIBUTE (|PatternMatchable| (|Integer|))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (|PatternMatchable| (|Float|))) (IF (|has| |t#3| (|PatternMatchable| (|Float|))) (ATTRIBUTE (|PatternMatchable| (|Float|))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (|CommutativeRing|)) (PROGN (SIGNATURE |resultant| ($ $ $ |t#3|)) (SIGNATURE |discriminant| ($ $ |t#3|))) |%noBranch|) (IF (|has| |t#1| (|GcdDomain|)) (PROGN (ATTRIBUTE (|GcdDomain|)) (SIGNATURE |content| ($ $ |t#3|)) (SIGNATURE |primitivePart| ($ $)) (SIGNATURE |primitivePart| ($ $ |t#3|)) (SIGNATURE |squareFree| ((|Factored| $) $)) (SIGNATURE |squareFreePart| ($ $))) |%noBranch|) (IF (|has| |t#1| (ATTRIBUTE |canonicalUnitNormal|)) (ATTRIBUTE |canonicalUnitNormal|) |%noBranch|) (IF (|has| |t#1| (|PolynomialFactorizationExplicit|)) (ATTRIBUTE (|PolynomialFactorizationExplicit|)) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| |#2|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|CommutativeRing|))) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) OR (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| |#3|) . T) ((|CoercibleFrom| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|CommutativeRing|))) ((|ConvertibleTo| (|InputForm|)) AND (|has| |#1| (|ConvertibleTo| (|InputForm|))) (|has| |#3| (|ConvertibleTo| (|InputForm|)))) ((|ConvertibleTo| (|Pattern| (|Float|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (|has| |#3| (|ConvertibleTo| (|Pattern| (|Float|))))) ((|ConvertibleTo| (|Pattern| (|Integer|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Pattern| (|Integer|))))) ((|EntireRing|) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|Evalable| $) . T) ((|FiniteAbelianMonoidRing| |#1| |#2|) . T) ((|FullyLinearlyExplicitRingOver| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|Functorial| |#1|) . T) ((|GcdDomain|) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|GcdDomain|))) ((|InnerEvalable| |#3| |#1|) . T) ((|InnerEvalable| |#3| $) . T) ((|InnerEvalable| $ $) . T) ((|IntegralDomain|) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|Join|) . T) ((|LeftLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| #2=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|LinearlyExplicitRingOver| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|Module| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ |#3|) . T) ((|PartialDifferentialRing| |#3|) . T) ((|PartialDifferentialSpace| |#3|) . T) ((|PatternMatchable| (|Float|)) AND (|has| |#1| (|PatternMatchable| (|Float|))) (|has| |#3| (|PatternMatchable| (|Float|)))) ((|PatternMatchable| (|Integer|)) AND (|has| |#1| (|PatternMatchable| (|Integer|))) (|has| |#3| (|PatternMatchable| (|Integer|)))) ((|PolynomialFactorizationExplicit|) |has| |#1| (|PolynomialFactorizationExplicit|)) ((|RetractableTo| (|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| (|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RetractableTo| |#3|) . T) ((|RightLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|CommutativeRing|))) ((|RightModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|CommutativeRing|))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|PolynomialFactorizationExplicit|)))
+((|primitivePart| #1=(*1 *1 *1) #2=(AND (|ofCategory| *1 (|PolynomialCategory| *2 *3 *4)) (|ofCategory| *2 #3=(|Ring|)) (|ofCategory| *3 #4=(|OrderedAbelianMonoidSup|)) (|ofCategory| *4 #5=(|OrderedSet|)) (|ofCategory| *2 #6=(|GcdDomain|)))) (|degree| #7=(*1 *2 *1 *3) #8=(AND #9=(|ofCategory| *1 (|PolynomialCategory| *4 *5 *3)) #10=(|ofCategory| *4 #3#) #11=(|ofCategory| *5 #4#) #12=(|ofCategory| *3 #5#) #13=(|isDomain| *2 #14=(|NonNegativeInteger|)))) (|degree| #7# #15=(AND #16=(|isDomain| *3 #17=(|List| *6)) #18=(|ofCategory| *1 (|PolynomialCategory| *4 *5 *6)) #10# #11# #19=(|ofCategory| *6 #5#) (|isDomain| *2 #20=(|List| #14#)))) (|coefficient| #21=(*1 *1 *1 *2 *3) #22=(AND (|isDomain| *3 #14#) (|ofCategory| *1 (|PolynomialCategory| *4 *5 *2)) #10# #11# #23=(|ofCategory| *2 #5#))) (|coefficient| #21# #24=(AND (|isDomain| *2 #17#) (|isDomain| *3 #20#) #18# #10# #11# #19#)) (|monomials| #25=(*1 *2 *1) #26=(AND #27=(|ofCategory| *3 #3#) #28=(|ofCategory| *4 #4#) #29=(|ofCategory| *5 #5#) #30=(|isDomain| *2 (|List| *1)) #31=(|ofCategory| *1 (|PolynomialCategory| *3 *4 *5)))) (|univariate| #7# (AND #10# #11# #12# #32=(|isDomain| *2 (|SparseUnivariatePolynomial| *1)) #9#)) (|univariate| #25# (AND #31# #27# #28# #29# (|isDomain| *2 (|SparseUnivariatePolynomial| *3)))) (|mainVariable| #25# (|partial| AND #33=(|ofCategory| *1 (|PolynomialCategory| *3 *4 *2)) #27# #28# #23#)) (|minimumDegree| #7# #8#) (|minimumDegree| #7# #15#) (|monicDivide| (*1 *2 *1 *1 *3) (AND #10# #11# #12# (|isDomain| *2 (|Record| (|:| |quotient| *1) (|:| |remainder| *1))) #9#)) (|monomial| #21# #22#) (|monomial| #21# #24#) (|multivariate| #34=(*1 *1 *2 *3) (AND (|isDomain| *2 (|SparseUnivariatePolynomial| *4)) #10# #9# #11# #12#)) (|multivariate| #34# (AND #32# #9# #10# #11# #12#)) (|isPlus| #25# #35=(|partial| AND #27# #28# #29# #30# #31#)) (|isTimes| #25# #35#) (|isExpt| #25# (|partial| AND #31# #27# #28# #29# (|isDomain| *2 (|Record| (|:| |var| *5) (|:| |exponent| #14#))))) (|totalDegree| #25# (AND #31# #27# #28# #29# #13#)) (|totalDegree| #7# (AND #16# #18# #10# #11# #19# #13#)) (|variables| #25# (AND #31# #27# #28# #29# (|isDomain| *2 (|List| *5)))) (|primitiveMonomials| #25# #26#) (|resultant| (*1 *1 *1 *1 *2) #36=(AND #33# #27# #28# #23# (|ofCategory| *3 (|CommutativeRing|)))) (|discriminant| #37=(*1 *1 *1 *2) #36#) (|content| #37# #38=(AND #33# #27# #28# #23# #39=(|ofCategory| *3 #6#))) (|primitivePart| #37# #38#) (|squareFreePart| #1# #2#) (|squareFree| #25# (AND #39# #27# #28# #29# (|isDomain| *2 (|Factored| *1)) #31#)))
+(|Join| (|PartialDifferentialRing| |t#3|) (|FiniteAbelianMonoidRing| |t#1| |t#2|) (|Evalable| $) (|InnerEvalable| |t#3| |t#1|) (|InnerEvalable| |t#3| $) (|RetractableTo| |t#3|) (|FullyLinearlyExplicitRingOver| |t#1|) (CATEGORY |domain| (SIGNATURE |degree| #1=(#2=(|NonNegativeInteger|) $ |t#3|)) (SIGNATURE |degree| #3=(#4=(|List| #2#) $ #5=(|List| |t#3|))) (SIGNATURE |coefficient| #6=($ $ |t#3| #2#)) (SIGNATURE |coefficient| #7=($ $ #5# #4#)) (SIGNATURE |monomials| #8=(#9=(|List| $) $)) (SIGNATURE |univariate| (#10=(|SparseUnivariatePolynomial| $) $ |t#3|)) (SIGNATURE |univariate| (#11=(|SparseUnivariatePolynomial| |t#1|) $)) (SIGNATURE |mainVariable| ((|Union| |t#3| #12="failed") $)) (SIGNATURE |minimumDegree| #1#) (SIGNATURE |minimumDegree| #3#) (SIGNATURE |monicDivide| ((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $ |t#3|)) (SIGNATURE |monomial| #6#) (SIGNATURE |monomial| #7#) (SIGNATURE |multivariate| ($ #11# |t#3|)) (SIGNATURE |multivariate| ($ #10# |t#3|)) (SIGNATURE |isPlus| #13=((|Union| #9# #12#) $)) (SIGNATURE |isTimes| #13#) (SIGNATURE |isExpt| ((|Union| (|Record| (|:| |var| |t#3|) (|:| |exponent| #2#)) #12#) $)) (SIGNATURE |totalDegree| (#2# $)) (SIGNATURE |totalDegree| (#2# $ #5#)) (SIGNATURE |variables| (#5# $)) (SIGNATURE |primitiveMonomials| #8#) (IF (|has| |t#1| #14=(|ConvertibleTo| (|InputForm|))) (IF (|has| |t#3| #14#) (ATTRIBUTE #14#) |%noBranch|) |%noBranch|) (IF (|has| |t#1| #15=(|ConvertibleTo| (|Pattern| #16=(|Integer|)))) (IF (|has| |t#3| #15#) (ATTRIBUTE #15#) |%noBranch|) |%noBranch|) (IF (|has| |t#1| #17=(|ConvertibleTo| (|Pattern| #18=(|Float|)))) (IF (|has| |t#3| #17#) (ATTRIBUTE #17#) |%noBranch|) |%noBranch|) (IF (|has| |t#1| #19=(|PatternMatchable| #16#)) (IF (|has| |t#3| #19#) (ATTRIBUTE #19#) |%noBranch|) |%noBranch|) (IF (|has| |t#1| #20=(|PatternMatchable| #18#)) (IF (|has| |t#3| #20#) (ATTRIBUTE #20#) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (|CommutativeRing|)) (PROGN (SIGNATURE |resultant| ($ $ $ |t#3|)) (SIGNATURE |discriminant| #21=($ $ |t#3|))) |%noBranch|) (IF (|has| |t#1| #22=(|GcdDomain|)) (PROGN (ATTRIBUTE #22#) (SIGNATURE |content| #21#) (SIGNATURE |primitivePart| #23=($ $)) (SIGNATURE |primitivePart| #21#) (SIGNATURE |squareFree| ((|Factored| $) $)) (SIGNATURE |squareFreePart| #23#)) |%noBranch|) (IF (|has| |t#1| #24=(ATTRIBUTE |canonicalUnitNormal|)) #24# |%noBranch|) (IF (|has| |t#1| #25=(|PolynomialFactorizationExplicit|)) (ATTRIBUTE #25#) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| |#2|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) |has| |#1| (|CommutativeRing|)) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| |#3|) . T) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) |has| |#1| (|CommutativeRing|)) ((|ConvertibleTo| (|InputForm|)) AND (|has| |#1| (|ConvertibleTo| (|InputForm|))) (|has| |#3| (|ConvertibleTo| (|InputForm|)))) ((|ConvertibleTo| (|Pattern| #3=(|Float|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (|has| |#3| (|ConvertibleTo| (|Pattern| (|Float|))))) ((|ConvertibleTo| (|Pattern| #2#)) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Pattern| (|Integer|))))) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|Evalable| $) . T) ((|FiniteAbelianMonoidRing| |#1| |#2|) . T) ((|FullyLinearlyExplicitRingOver| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|Functorial| |#1|) . T) ((|GcdDomain|) |has| |#1| (|GcdDomain|)) ((|InnerEvalable| |#3| |#1|) . T) ((|InnerEvalable| |#3| $) . T) ((|InnerEvalable| $ $) . T) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|LeftLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|LinearlyExplicitRingOver| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|Module| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ |#3|) . T) ((|PartialDifferentialRing| |#3|) . T) ((|PartialDifferentialSpace| |#3|) . T) ((|PatternMatchable| #3#) AND (|has| |#1| (|PatternMatchable| (|Float|))) (|has| |#3| (|PatternMatchable| (|Float|)))) ((|PatternMatchable| #2#) AND (|has| |#1| (|PatternMatchable| (|Integer|))) (|has| |#3| (|PatternMatchable| (|Integer|)))) ((|PolynomialFactorizationExplicit|) |has| |#1| (|PolynomialFactorizationExplicit|)) ((|RetractableTo| #1#) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| #2#) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RetractableTo| |#3|) . T) ((|RightLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) |has| |#1| (|CommutativeRing|)) ((|RightModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) |has| |#1| (|CommutativeRing|)) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|PolynomialFactorizationExplicit|)))
((|variables| (((|List| |#2|) |#5|) 40 T ELT)) (|univariate| ((#1=(|SparseUnivariatePolynomial| |#5|) |#5| |#2| #1#) 23 T ELT) ((#2=(|Fraction| #1#) |#5| |#2|) 16 T ELT)) (|multivariate| ((|#5| #2# |#2|) 30 T ELT)) (|mainVariable| (((|Union| |#2| #3="failed") |#5|) 70 T ELT)) (|isTimes| (#4=((|Union| (|List| |#5|) #3#) |#5|) 64 T ELT)) (|isPower| (((|Union| (|Record| (|:| |val| |#5|) #5=(|:| |exponent| (|Integer|))) #3#) |#5|) 53 T ELT)) (|isPlus| (#4# 66 T ELT)) (|isExpt| (((|Union| (|Record| (|:| |var| |#2|) #5#) #3#) |#5|) 56 T ELT)))
(((|PolynomialCategoryQuotientFunctions| |#1| |#2| |#3| |#4| |#5|) (CATEGORY |package| (SIGNATURE |variables| ((|List| |#2|) |#5|)) (SIGNATURE |mainVariable| ((|Union| |#2| #1="failed") |#5|)) (SIGNATURE |univariate| (#2=(|Fraction| #3=(|SparseUnivariatePolynomial| |#5|)) |#5| |#2|)) (SIGNATURE |multivariate| (|#5| #2# |#2|)) (SIGNATURE |univariate| (#3# |#5| |#2| #3#)) (SIGNATURE |isPlus| #4=((|Union| (|List| |#5|) #1#) |#5|)) (SIGNATURE |isTimes| #4#) (SIGNATURE |isExpt| ((|Union| (|Record| (|:| |var| |#2|) #5=(|:| |exponent| (|Integer|))) #1#) |#5|)) (SIGNATURE |isPower| ((|Union| (|Record| (|:| |val| |#5|) #5#) #1#) |#5|))) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|Ring|) (|PolynomialCategory| |#3| |#1| |#2|) (|Join| (|Field|) (CATEGORY |domain| (SIGNATURE |coerce| ($ |#4|)) (SIGNATURE |numer| #6=(|#4| $)) (SIGNATURE |denom| #6#)))) (T |PolynomialCategoryQuotientFunctions|))
((|isPower| #1=(*1 *2 *3) (|partial| AND #2=(|ofCategory| *4 #3=(|OrderedAbelianMonoidSup|)) #4=(|ofCategory| *5 #5=(|OrderedSet|)) #6=(|ofCategory| *6 #7=(|Ring|)) #8=(|ofCategory| *7 (|PolynomialCategory| *6 *4 *5)) (|isDomain| *2 (|Record| (|:| |val| *3) #9=(|:| |exponent| (|Integer|)))) #10=(|isDomain| *1 (|PolynomialCategoryQuotientFunctions| *4 *5 *6 *7 *3)) #11=(|ofCategory| *3 #12=(|Join| #13=(|Field|) (CATEGORY |domain| (SIGNATURE |coerce| ($ *7)) (SIGNATURE |numer| #14=(*7 $)) (SIGNATURE |denom| #14#)))))) (|isExpt| #1# (|partial| AND #2# #4# #6# #8# (|isDomain| *2 (|Record| (|:| |var| *5) #9#)) #10# #11#)) (|isTimes| #1# #15=(|partial| AND #2# #4# #6# #8# (|isDomain| *2 (|List| *3)) #10# #11#)) (|isPlus| #1# #15#) (|univariate| (*1 *2 *3 *4 *2) (AND (|isDomain| *2 #16=(|SparseUnivariatePolynomial| *3)) #11# #17=(|ofCategory| *7 (|PolynomialCategory| *6 *5 *4)) #18=(|ofCategory| *5 #3#) #19=(|ofCategory| *4 #5#) #6# #20=(|isDomain| *1 (|PolynomialCategoryQuotientFunctions| *5 *4 *6 *7 *3)))) (|multivariate| #21=(*1 *2 *3 *4) (AND (|isDomain| *3 (|Fraction| (|SparseUnivariatePolynomial| *2))) #18# #19# #6# (|ofCategory| *2 #12#) (|isDomain| *1 (|PolynomialCategoryQuotientFunctions| *5 *4 *6 *7 *2)) #17#)) (|univariate| #21# (AND #18# #19# #6# #17# (|isDomain| *2 (|Fraction| #16#)) #20# #11#)) (|mainVariable| #1# (|partial| AND #2# (|ofCategory| *5 #7#) (|ofCategory| *6 (|PolynomialCategory| *5 *4 *2)) (|ofCategory| *2 #5#) (|isDomain| *1 (|PolynomialCategoryQuotientFunctions| *4 *2 *5 *6 *3)) (|ofCategory| *3 (|Join| #13# (CATEGORY |domain| (SIGNATURE |coerce| ($ *6)) (SIGNATURE |numer| #22=(*6 $)) (SIGNATURE |denom| #22#)))))) (|variables| #1# (AND #2# #4# #6# #8# (|isDomain| *2 (|List| *5)) #10# #11#)))
@@ -2879,10 +2879,10 @@ NIL
((~= #1=(#2=((|Boolean|) $ $) NIL T ELT)) (|port| (($ #3=(|SingleInteger|)) 8 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (#4=(#3# $) NIL T ELT)) (|coerce| (((|OutputForm|) $) 15 T ELT) (#4# 12 T ELT)) (|before?| #1#) (= (#2# 11 T ELT)))
(((|PortNumber|) (|Join| (|SetCategory|) (|CoercibleTo| #1=(|SingleInteger|)) (CATEGORY |domain| (SIGNATURE |port| ($ #1#))))) (T |PortNumber|))
((|port| (*1 *1 *2) (AND (|isDomain| *2 (|SingleInteger|)) (|isDomain| *1 (|PortNumber|)))))
-((|yRange| (((|Segment| (|DoubleFloat|)) $) 8 T ELT)) (|xRange| (((|Segment| (|DoubleFloat|)) $) 9 T ELT)) (|listBranches| (((|List| (|List| (|Point| (|DoubleFloat|)))) $) 10 T ELT)) (|coerce| (((|OutputForm|) $) 6 T ELT)))
+((|yRange| (#1=((|Segment| #2=(|DoubleFloat|)) $) 8 T ELT)) (|xRange| (#1# 9 T ELT)) (|listBranches| (((|List| (|List| (|Point| #2#))) $) 10 T ELT)) (|coerce| (((|OutputForm|) $) 6 T ELT)))
(((|PlottablePlaneCurveCategory|) (|Category|)) (T |PlottablePlaneCurveCategory|))
-((|listBranches| (*1 *2 *1) (AND (|ofCategory| *1 (|PlottablePlaneCurveCategory|)) (|isDomain| *2 (|List| (|List| (|Point| (|DoubleFloat|))))))) (|xRange| (*1 *2 *1) (AND (|ofCategory| *1 (|PlottablePlaneCurveCategory|)) (|isDomain| *2 (|Segment| (|DoubleFloat|))))) (|yRange| (*1 *2 *1) (AND (|ofCategory| *1 (|PlottablePlaneCurveCategory|)) (|isDomain| *2 (|Segment| (|DoubleFloat|))))))
-(|Join| (|CoercibleTo| (|OutputForm|)) (CATEGORY |domain| (SIGNATURE |listBranches| ((|List| (|List| (|Point| (|DoubleFloat|)))) $)) (SIGNATURE |xRange| ((|Segment| (|DoubleFloat|)) $)) (SIGNATURE |yRange| ((|Segment| (|DoubleFloat|)) $))))
+((|listBranches| #1=(*1 *2 *1) (AND #2=(|ofCategory| *1 (|PlottablePlaneCurveCategory|)) (|isDomain| *2 (|List| (|List| (|Point| #3=(|DoubleFloat|))))))) (|xRange| #1# #4=(AND #2# (|isDomain| *2 (|Segment| #3#)))) (|yRange| #1# #4#))
+(|Join| (|CoercibleTo| (|OutputForm|)) (CATEGORY |domain| (SIGNATURE |listBranches| ((|List| (|List| (|Point| #1=(|DoubleFloat|)))) $)) (SIGNATURE |xRange| #2=((|Segment| #1#) $)) (SIGNATURE |yRange| #2#)))
(((|CoercibleTo| (|OutputForm|)) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| #4=(#5=(#3# $) NIL T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 80 #6=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| (#7=($ $) 81 #6# ELT)) (|unit?| (#5# NIL #6# ELT)) (|subtractIfCan| ((#8=(|Maybe| $) $ $) NIL T ELT)) (|sample| (#9=($) NIL T CONST)) (|retractIfCan| (((|Union| #10=(|Integer|) . #11=(#12="failed")) . #13=($)) NIL #14=(|has| |#1| (|RetractableTo| #10#)) ELT) (((|Union| #15=(|Fraction| #10#) . #11#) . #13#) NIL #16=(|has| |#1| (|RetractableTo| #15#)) ELT) (((|Union| |#1| . #11#) $) 35 T ELT)) (|retract| ((#10# . #17=($)) NIL #14# ELT) ((#15# . #17#) NIL #16# ELT) #18=(#19=(|#1| . #17#) NIL T ELT)) (|reductum| (#7# 32 T ELT)) (|recip| ((#20=(|Union| $ #12#) $) 43 T ELT)) (|primitivePart| (#7# NIL #21=(|has| |#1| (|GcdDomain|)) ELT)) (|pomopo!| (($ $ |#1| |#2| $) 64 T ELT)) (|opposite?| #1#) (|one?| #4#) (|numberOfMonomials| ((#22=(|NonNegativeInteger|) $) 18 T ELT)) (|monomial?| #4#) (|monomial| (($ |#1| |#2|) NIL T ELT)) (|minimumDegree| (#23=(|#2| $) 25 T ELT)) (|mapExponents| (($ (|Mapping| |#2| |#2|) $) NIL T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) NIL T ELT)) (|leadingMonomial| (#7# 29 T ELT)) (|leadingCoefficient| (#19# 27 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|ground?| (#5# 52 T ELT)) (|ground| #18#) (|fmecg| (($ $ |#2| |#1| $) 90 (AND (|has| |#2| (|CancellationAbelianMonoid|)) #6#) ELT)) (|exquo| ((#20# $ $) 97 #6# ELT) ((#20# $ |#1|) 87 #6# ELT)) (|degree| (#23# 23 T ELT)) (|content| (#19# NIL #21# ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #10#) 47 T ELT) (#7# NIL #6# ELT) (($ |#1|) 42 T ELT) (($ #15#) NIL (OR #24=(|has| |#1| (|Algebra| #15#)) #16#) ELT)) (|coefficients| (((|List| |#1|) $) NIL T ELT)) (|coefficient| ((|#1| $ |#2|) 38 T ELT)) (|charthRoot| ((#8# $) NIL (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#22#) 15 T CONST)) (|binomThmExpt| (($ $ $ #22#) 76 (|has| |#1| (|CommutativeRing|)) ELT)) (|before?| #1#) (|associates?| (#2# 86 #6# ELT)) (|annihilate?| #1#) (|Zero| (#9# 28 T CONST)) (|One| (#9# 12 T CONST)) (= (#2# 85 T ELT)) (/ (#25=($ $ |#1|) 98 (|has| |#1| (|Field|)) ELT)) (- (#7# NIL T ELT) #26=(#27=($ $ $) NIL T ELT)) (+ #26#) (** (($ $ #28=(|PositiveInteger|)) 71 T ELT) (($ $ #22#) 69 T ELT)) (* (($ #28# $) NIL T ELT) (($ #22# $) NIL T ELT) (($ #10# . #29=($)) NIL T ELT) (#27# 68 T ELT) (#25# 66 T ELT) (($ |#1| . #29#) 65 T ELT) (($ #15# . #29#) NIL #24# ELT) (($ $ #15#) NIL #24# ELT)))
(((|PolynomialRing| |#1| |#2|) (|Join| (|FiniteAbelianMonoidRing| |#1| |#2|) (CATEGORY |domain| (IF (|has| |#1| (|IntegralDomain|)) (IF (|has| |#2| (|CancellationAbelianMonoid|)) (SIGNATURE |fmecg| ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| #1=(ATTRIBUTE |canonicalUnitNormal|)) #1# |%noBranch|))) (|Ring|) (|OrderedAbelianMonoid|)) (T |PolynomialRing|))
@@ -2898,7 +2898,7 @@ NIL
((|map| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Mapping| *6 *5)) #1=(|isDomain| *4 #2=(|PrimitiveArray| *5)) #3=(|ofCategory| *5 #4=(|Type|)) #5=(|ofCategory| *6 #4#) (|isDomain| *2 #6=(|PrimitiveArray| *6)) (|isDomain| *1 (|PrimitiveArrayFunctions2| *5 *6)))) (|reduce| (*1 *2 *3 *4 *2) (AND (|isDomain| *3 (|Mapping| *2 *5 *2)) #1# #3# (|ofCategory| *2 #4#) (|isDomain| *1 (|PrimitiveArrayFunctions2| *5 *2)))) (|scan| (*1 *2 *3 *4 *5) (AND (|isDomain| *3 (|Mapping| *5 *6 *5)) (|isDomain| *4 #6#) #5# #3# (|isDomain| *2 #2#) (|isDomain| *1 (|PrimitiveArrayFunctions2| *6 *5)))))
((|integral| (($ $ (|SegmentBinding| $)) 7 T ELT) (($ $ (|Symbol|)) 6 T ELT)))
(((|PrimitiveFunctionCategory|) (|Category|)) (T |PrimitiveFunctionCategory|))
-((|integral| (*1 *1 *1 *2) (AND (|isDomain| *2 (|SegmentBinding| *1)) (|ofCategory| *1 (|PrimitiveFunctionCategory|)))) (|integral| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|PrimitiveFunctionCategory|)) (|isDomain| *2 (|Symbol|)))))
+((|integral| #1=(*1 *1 *1 *2) (AND (|isDomain| *2 (|SegmentBinding| *1)) #2=(|ofCategory| *1 (|PrimitiveFunctionCategory|)))) (|integral| #1# (AND #2# (|isDomain| *2 (|Symbol|)))))
(|Join| (CATEGORY |domain| (SIGNATURE |integral| ($ $ (|Symbol|))) (SIGNATURE |integral| ($ $ (|SegmentBinding| $)))))
((|primitiveElement| ((#1=(|Record| (|:| |coef| (|List| #2=(|Integer|))) (|:| |poly| (|List| #3=(|SparseUnivariatePolynomial| |#1|))) #4=(|:| |prim| #3#)) #5=(|List| #6=(|Polynomial| |#1|)) #7=(|List| #8=(|Symbol|)) #8#) 26 T ELT) ((#1# #5# #7#) 27 T ELT) (((|Record| (|:| |coef1| #2#) (|:| |coef2| #2#) #4#) #6# #8# #6# #8#) 49 T ELT)))
(((|PrimitiveElement| |#1|) (CATEGORY |package| (SIGNATURE |primitiveElement| ((|Record| (|:| |coef1| #1=(|Integer|)) (|:| |coef2| #1#) #2=(|:| |prim| #3=(|SparseUnivariatePolynomial| |#1|))) #4=(|Polynomial| |#1|) #5=(|Symbol|) #4# #5#)) (SIGNATURE |primitiveElement| (#6=(|Record| (|:| |coef| (|List| #1#)) (|:| |poly| (|List| #3#)) #2#) #7=(|List| #4#) #8=(|List| #5#))) (SIGNATURE |primitiveElement| (#6# #7# #8# #5#))) (|Join| (|Field|) (|CharacteristicZero|))) (T |PrimitiveElement|))
@@ -2924,16 +2924,16 @@ NIL
((|map| (((|PropositionalFormula| |#2|) (|Mapping| |#2| |#1|) (|PropositionalFormula| |#1|)) 29 T ELT)))
(((|PropositionalFormulaFunctions2| |#1| |#2|) (|Join| (|Type|) (CATEGORY |package| (SIGNATURE |map| ((|PropositionalFormula| |#2|) (|Mapping| |#2| |#1|) (|PropositionalFormula| |#1|))))) #1=(|SetCategory|) #1#) (T |PropositionalFormulaFunctions2|))
((|map| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Mapping| *6 *5)) (|isDomain| *4 (|PropositionalFormula| *5)) (|ofCategory| *5 #1=(|SetCategory|)) (|ofCategory| *6 #1#) (|isDomain| *2 (|PropositionalFormula| *6)) (|isDomain| *1 (|PropositionalFormulaFunctions2| *5 *6)))))
-((~= (#1=((|Boolean|) $ $) 19 T ELT)) (~ (($ $) 8 T ELT)) (|true| (($) 17 T CONST)) (|or| (#2=($ $ $) 9 T ELT)) (|not| (($ $) 11 T ELT)) (|latex| (((|String|) $) 23 T ELT)) (|implies| (($ $ $) 15 T ELT)) (|hash| (((|SingleInteger|) $) 22 T ELT)) (|false| (($) 16 T CONST)) (|equiv| (($ $ $) 14 T ELT)) (|coerce| (((|OutputForm|) $) 21 T ELT)) (|before?| (#1# 20 T ELT)) (|and| (#2# 10 T ELT)) (|\\/| (#3=($ $ $) 6 T ELT)) (= (#1# 18 T ELT)) (|/\\| (#3# 7 T ELT)))
+((~= (#1=((|Boolean|) $ $) 19 T ELT)) (~ (#2=($ $) 8 T ELT)) (|true| (#3=($) 17 T CONST)) (|or| (#4=($ $ $) 9 T ELT)) (|not| (#2# 11 T ELT)) (|latex| (((|String|) $) 23 T ELT)) (|implies| (#4# 15 T ELT)) (|hash| (((|SingleInteger|) $) 22 T ELT)) (|false| (#3# 16 T CONST)) (|equiv| (#4# 14 T ELT)) (|coerce| (((|OutputForm|) $) 21 T ELT)) (|before?| (#1# 20 T ELT)) (|and| (#4# 10 T ELT)) (|\\/| (#4# 6 T ELT)) (= (#1# 18 T ELT)) (|/\\| (#4# 7 T ELT)))
(((|PropositionalLogic|) (|Category|)) (T |PropositionalLogic|))
-((|true| (*1 *1) (|ofCategory| *1 (|PropositionalLogic|))) (|false| (*1 *1) (|ofCategory| *1 (|PropositionalLogic|))) (|implies| (*1 *1 *1 *1) (|ofCategory| *1 (|PropositionalLogic|))) (|equiv| (*1 *1 *1 *1) (|ofCategory| *1 (|PropositionalLogic|))))
-(|Join| (|BooleanLogic|) (|SetCategory|) (CATEGORY |domain| (SIGNATURE |true| ($) |constant|) (SIGNATURE |false| ($) |constant|) (SIGNATURE |implies| ($ $ $)) (SIGNATURE |equiv| ($ $ $))))
-(((|BasicType|) . T) ((|BooleanLogic|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|Logic|) . T) ((|SetCategory|) . T) ((|Type|) . T))
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|sample| (#3=($) 6 T CONST)) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 54 (|has| |#1| . #4=((|BasicType|))) ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) 50 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $) 49 T ELT)) (|merge!| (($ $ $) 41 T ELT)) (|merge| (($ $ $) 42 T ELT)) (|members| (((|List| |#1|) $) 48 T ELT)) (|member?| ((#5=(|Boolean|) |#1| $) 53 (|has| |#1| . #4#) ELT)) (|max| ((|#1| $) 43 T ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #6=((|SetCategory|))) ELT)) (|inspect| ((|#1| . #7=($)) 35 T ELT)) (|insert!| (($ |#1| $) 36 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #6#) ELT)) (|find| (((|Union| |#1| "failed") (|Mapping| #5# |#1|) $) 51 T ELT)) (|extract!| ((|#1| . #7#) 37 T ELT)) (|every?| ((#5# (|Mapping| #5# |#1|) . #8=($)) 46 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT)) (|eq?| ((#9=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#9# $) 7 T ELT)) (|empty| (#3# 8 T ELT)) (|count| ((#10=(|NonNegativeInteger|) |#1| $) 52 (|has| |#1| . #4#) ELT) ((#10# (|Mapping| #5# |#1|) $) 47 T ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (|bag| (($ (|List| |#1|)) 38 T ELT)) (|any?| ((#5# (|Mapping| #5# |#1|) . #8#) 45 T ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)) (|#| ((#10# $) 44 T ELT)))
+((|true| #1=(*1 *1) #2=(|ofCategory| *1 (|PropositionalLogic|))) (|false| #1# #2#) (|implies| #3=(*1 *1 *1 *1) #2#) (|equiv| #3# #2#))
+(|Join| (|BooleanLogic|) (|SetCategory|) (CATEGORY |domain| (SIGNATURE |true| #1=($) |constant|) (SIGNATURE |false| #1# |constant|) (SIGNATURE |implies| #2=($ $ $)) (SIGNATURE |equiv| #2#)))
+(((|BasicType|) . T) ((|BooleanLogic|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Logic|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|sample| (#4=($) 6 T CONST)) (|reduce| ((|#1| #5=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 54 #3# ELT) ((|#1| #5# $ |#1|) 50 T ELT) ((|#1| #5# $) 49 T ELT)) (|merge!| (#6=($ $ $) 41 T ELT)) (|merge| (#6# 42 T ELT)) (|members| ((#7=(|List| |#1|) $) 48 T ELT)) (|member?| ((#2# |#1| $) 53 #3# ELT)) (|max| (#8=(|#1| $) 43 T ELT)) (|map!| (#9=($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (#9# 26 T ELT)) (|latex| (((|String|) $) 21 #10=(|has| |#1| (|SetCategory|)) ELT)) (|inspect| (#8# 35 T ELT)) (|insert!| (($ |#1| $) 36 T ELT)) (|hash| (((|SingleInteger|) $) 20 #10# ELT)) (|find| (((|Union| |#1| "failed") #11=(|Mapping| #2# |#1|) $) 51 T ELT)) (|extract!| (#8# 37 T ELT)) (|every?| (#12=(#2# #11# $) 46 T ELT)) (|eval| (($ $ (|List| #13=(|Equation| |#1|))) 25 #14=(AND (|has| |#1| (|Evalable| |#1|)) #10#) ELT) (($ $ #13#) 24 #14# ELT) (($ $ |#1| |#1|) 23 #14# ELT) (($ $ #7# #7#) 22 #14# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#4# 8 T ELT)) (|count| ((#15=(|NonNegativeInteger|) |#1| $) 52 #3# ELT) ((#15# #11# $) 47 T ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| ((#16=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #16#)) ELT)) (|before?| (#1# 19 #3# ELT)) (|bag| (($ #7#) 38 T ELT)) (|any?| (#12# 45 T ELT)) (= (#1# 17 #3# ELT)) (|#| ((#15# $) 44 T ELT)))
(((|PriorityQueueAggregate| |#1|) (|Category|) (|OrderedSet|)) (T |PriorityQueueAggregate|))
-((|max| (*1 *2 *1) (AND (|ofCategory| *1 (|PriorityQueueAggregate| *2)) (|ofCategory| *2 (|OrderedSet|)))) (|merge| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|PriorityQueueAggregate| *2)) (|ofCategory| *2 (|OrderedSet|)))) (|merge!| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|PriorityQueueAggregate| *2)) (|ofCategory| *2 (|OrderedSet|)))))
-(|Join| (|BagAggregate| |t#1|) (|FiniteAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |max| (|t#1| $)) (SIGNATURE |merge| ($ $ $)) (SIGNATURE |merge!| ($ $ $))))
-(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
+((|max| (*1 *2 *1) #1=(AND (|ofCategory| *1 (|PriorityQueueAggregate| *2)) (|ofCategory| *2 (|OrderedSet|)))) (|merge| #2=(*1 *1 *1 *1) #1#) (|merge!| #2# #1#))
+(|Join| (|BagAggregate| |t#1|) (|FiniteAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |max| (|t#1| $)) (SIGNATURE |merge| #1=($ $ $)) (SIGNATURE |merge!| #1#)))
+(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
((|subResultantGcdEuclidean| (((|Record| #1=(|:| |coef1| |#2|) #2=(|:| |coef2| |#2|) #3=(|:| |gcd| |#2|)) |#2| |#2|) 105 T ELT)) (|subResultantGcd| (#4=(|#2| |#2| |#2|) 103 T ELT)) (|semiSubResultantGcdEuclidean2| (((|Record| #2# #3#) |#2| |#2|) 107 T ELT)) (|semiSubResultantGcdEuclidean1| (((|Record| #1# #3#) |#2| |#2|) 109 T ELT)) (|semiResultantReduitEuclidean| (((|Record| #2# #5=(|:| |resultantReduit| |#1|)) |#2| |#2|) 132 #6=(|has| |#1| (|GcdDomain|)) ELT)) (|semiResultantEuclideannaif| (#7=((|Record| #2# #8=(|:| |resultant| |#1|)) |#2| |#2|) 56 T ELT)) (|semiResultantEuclidean2| (#7# 80 T ELT)) (|semiResultantEuclidean1| (((|Record| #1# #8#) |#2| |#2|) 82 T ELT)) (|semiLastSubResultantEuclidean| ((#9=(|Record| #2# #10=(|:| |subResultant| |#2|)) |#2| |#2|) 96 T ELT)) (|semiIndiceSubResultantEuclidean| (#11=(#9# |#2| |#2| #12=(|NonNegativeInteger|)) 89 T ELT)) (|semiDiscriminantEuclidean| (((|Record| #2# #13=(|:| |discriminant| |#1|)) |#2|) 121 T ELT)) (|semiDegreeSubResultantEuclidean| (#11# 92 T ELT)) (|schema| (((|List| #12#) |#2| |#2|) 102 T ELT)) (|resultantnaif| (#14=(|#1| |#2| |#2|) 50 T ELT)) (|resultantReduitEuclidean| (((|Record| #1# #2# #5#) |#2| |#2|) 130 #6# ELT)) (|resultantReduit| (#14# 128 #6# ELT)) (|resultantEuclideannaif| (#15=((|Record| #1# #2# #8#) |#2| |#2|) 54 T ELT)) (|resultantEuclidean| (#15# 79 T ELT)) (|resultant| (#14# 76 T ELT)) (|pseudoDivide| (((|Record| (|:| |coef| |#1|) #16=(|:| |quotient| |#2|) #17=(|:| |remainder| |#2|)) |#2| |#2|) 41 T ELT)) (|nextsousResultant2| ((|#2| |#2| |#2| |#2| |#1|) 67 T ELT)) (|lastSubResultantEuclidean| ((#18=(|Record| #1# #2# #10#) |#2| |#2|) 94 T ELT)) (|lastSubResultant| (#4# 93 T ELT)) (|indiceSubResultantEuclidean| (#19=(#18# |#2| |#2| #12#) 87 T ELT)) (|indiceSubResultant| (#20=(|#2| |#2| |#2| #12#) 85 T ELT)) (|gcd| (#4# 136 #6# ELT)) (|exquo| ((#21=(|Vector| |#2|) #21# |#1|) 22 T ELT)) (|divide| (((|Record| #16# #17#) |#2| |#2|) 46 T ELT)) (|discriminantEuclidean| (((|Record| #1# #2# #13#) |#2|) 119 T ELT)) (|discriminant| ((|#1| |#2|) 116 T ELT)) (|degreeSubResultantEuclidean| (#19# 91 T ELT)) (|degreeSubResultant| (#20# 90 T ELT)) (|chainSubResultants| (((|List| |#2|) |#2| |#2|) 99 T ELT)) (|Lazard2| ((|#2| |#2| |#1| |#1| #12#) 62 T ELT)) (|Lazard| ((|#1| |#1| |#1| #12#) 61 T ELT)) (* ((#21# |#1| #21#) 17 T ELT)))
(((|PseudoRemainderSequence| |#1| |#2|) (CATEGORY |package| (SIGNATURE |resultant| #1=(|#1| |#2| |#2|)) (SIGNATURE |resultantEuclidean| #2=((|Record| #3=(|:| |coef1| |#2|) #4=(|:| |coef2| |#2|) #5=(|:| |resultant| |#1|)) |#2| |#2|)) (SIGNATURE |semiResultantEuclidean2| #6=((|Record| #4# #5#) |#2| |#2|)) (SIGNATURE |semiResultantEuclidean1| ((|Record| #3# #5#) |#2| |#2|)) (SIGNATURE |indiceSubResultant| #7=(|#2| |#2| |#2| #8=(|NonNegativeInteger|))) (SIGNATURE |indiceSubResultantEuclidean| #9=(#10=(|Record| #3# #4# #11=(|:| |subResultant| |#2|)) |#2| |#2| #8#)) (SIGNATURE |semiIndiceSubResultantEuclidean| #12=(#13=(|Record| #4# #11#) |#2| |#2| #8#)) (SIGNATURE |degreeSubResultant| #7#) (SIGNATURE |degreeSubResultantEuclidean| #9#) (SIGNATURE |semiDegreeSubResultantEuclidean| #12#) (SIGNATURE |lastSubResultant| #14=(|#2| |#2| |#2|)) (SIGNATURE |lastSubResultantEuclidean| (#10# |#2| |#2|)) (SIGNATURE |semiLastSubResultantEuclidean| (#13# |#2| |#2|)) (SIGNATURE |subResultantGcd| #14#) (SIGNATURE |subResultantGcdEuclidean| ((|Record| #3# #4# #15=(|:| |gcd| |#2|)) |#2| |#2|)) (SIGNATURE |semiSubResultantGcdEuclidean2| ((|Record| #4# #15#) |#2| |#2|)) (SIGNATURE |semiSubResultantGcdEuclidean1| ((|Record| #3# #15#) |#2| |#2|)) (SIGNATURE |discriminant| (|#1| |#2|)) (SIGNATURE |discriminantEuclidean| ((|Record| #3# #4# #16=(|:| |discriminant| |#1|)) |#2|)) (SIGNATURE |semiDiscriminantEuclidean| ((|Record| #4# #16#) |#2|)) (SIGNATURE |chainSubResultants| ((|List| |#2|) |#2| |#2|)) (SIGNATURE |schema| ((|List| #8#) |#2| |#2|)) (IF (|has| |#1| (|GcdDomain|)) (PROGN (SIGNATURE |resultantReduit| #1#) (SIGNATURE |resultantReduitEuclidean| ((|Record| #3# #4# #17=(|:| |resultantReduit| |#1|)) |#2| |#2|)) (SIGNATURE |semiResultantReduitEuclidean| ((|Record| #4# #17#) |#2| |#2|)) (SIGNATURE |gcd| #14#)) |%noBranch|) (SIGNATURE * (#18=(|Vector| |#2|) |#1| #18#)) (SIGNATURE |exquo| (#18# #18# |#1|)) (SIGNATURE |pseudoDivide| ((|Record| (|:| |coef| |#1|) #19=(|:| |quotient| |#2|) #20=(|:| |remainder| |#2|)) |#2| |#2|)) (SIGNATURE |divide| ((|Record| #19# #20#) |#2| |#2|)) (SIGNATURE |Lazard| (|#1| |#1| |#1| #8#)) (SIGNATURE |Lazard2| (|#2| |#2| |#1| |#1| #8#)) (SIGNATURE |nextsousResultant2| (|#2| |#2| |#2| |#2| |#1|)) (SIGNATURE |resultantnaif| #1#) (SIGNATURE |resultantEuclideannaif| #2#) (SIGNATURE |semiResultantEuclideannaif| #6#)) (|IntegralDomain|) (|UnivariatePolynomialCategory| |#1|)) (T |PseudoRemainderSequence|))
((|semiResultantEuclideannaif| #1=(*1 *2 *3 *3) #2=(AND #3=(|ofCategory| *4 #4=(|IntegralDomain|)) (|isDomain| *2 (|Record| #5=(|:| |coef2| *3) #6=(|:| |resultant| *4))) #7=(|isDomain| *1 (|PseudoRemainderSequence| *4 *3)) #8=(|ofCategory| *3 #9=(|UnivariatePolynomialCategory| *4)))) (|resultantEuclideannaif| #1# #10=(AND #3# (|isDomain| *2 (|Record| #11=(|:| |coef1| *3) #5# #6#)) #7# #8#)) (|resultantnaif| #1# #12=(AND #13=(|ofCategory| *2 #4#) #14=(|isDomain| *1 (|PseudoRemainderSequence| *2 *3)) #15=(|ofCategory| *3 #16=(|UnivariatePolynomialCategory| *2)))) (|nextsousResultant2| (*1 *2 *2 *2 *2 *3) #17=(AND #18=(|ofCategory| *3 #4#) #19=(|isDomain| *1 (|PseudoRemainderSequence| *3 *2)) #20=(|ofCategory| *2 #21=(|UnivariatePolynomialCategory| *3)))) (|Lazard2| (*1 *2 *2 *3 *3 *4) (AND #22=(|isDomain| *4 #23=(|NonNegativeInteger|)) #18# #19# #20#)) (|Lazard| #24=(*1 *2 *2 *2 *3) (AND #25=(|isDomain| *3 #23#) #13# (|isDomain| *1 (|PseudoRemainderSequence| *2 *4)) (|ofCategory| *4 #16#))) (|divide| #1# (AND #3# (|isDomain| *2 (|Record| #26=(|:| |quotient| *3) #27=(|:| |remainder| *3))) #7# #8#)) (|pseudoDivide| #1# (AND #3# (|isDomain| *2 (|Record| (|:| |coef| *4) #26# #27#)) #7# #8#)) (|exquo| (*1 *2 *2 *3) #28=(AND (|isDomain| *2 (|Vector| *4)) (|ofCategory| *4 #21#) #18# (|isDomain| *1 (|PseudoRemainderSequence| *3 *4)))) (* (*1 *2 *3 *2) #28#) (|gcd| #29=(*1 *2 *2 *2) (AND (|ofCategory| *3 #30=(|GcdDomain|)) #18# #19# #20#)) (|semiResultantReduitEuclidean| #1# (AND #31=(|ofCategory| *4 #30#) #3# (|isDomain| *2 (|Record| #5# #32=(|:| |resultantReduit| *4))) #7# #8#)) (|resultantReduitEuclidean| #1# (AND #31# #3# (|isDomain| *2 (|Record| #11# #5# #32#)) #7# #8#)) (|resultantReduit| #1# (AND #13# (|ofCategory| *2 #30#) #14# #15#)) (|schema| #1# (AND #3# (|isDomain| *2 (|List| #23#)) #7# #8#)) (|chainSubResultants| #1# (AND #3# (|isDomain| *2 (|List| *3)) #7# #8#)) (|semiDiscriminantEuclidean| #33=(*1 *2 *3) (AND #3# (|isDomain| *2 (|Record| #5# #34=(|:| |discriminant| *4))) #7# #8#)) (|discriminantEuclidean| #33# (AND #3# (|isDomain| *2 (|Record| #11# #5# #34#)) #7# #8#)) (|discriminant| #33# #12#) (|semiSubResultantGcdEuclidean1| #1# (AND #3# (|isDomain| *2 (|Record| #11# #35=(|:| |gcd| *3))) #7# #8#)) (|semiSubResultantGcdEuclidean2| #1# (AND #3# (|isDomain| *2 (|Record| #5# #35#)) #7# #8#)) (|subResultantGcdEuclidean| #1# (AND #3# (|isDomain| *2 (|Record| #11# #5# #35#)) #7# #8#)) (|subResultantGcd| #29# #17#) (|semiLastSubResultantEuclidean| #1# (AND #3# #36=(|isDomain| *2 (|Record| #5# #37=(|:| |subResultant| *3))) #7# #8#)) (|lastSubResultantEuclidean| #1# (AND #3# #38=(|isDomain| *2 (|Record| #11# #5# #37#)) #7# #8#)) (|lastSubResultant| #29# #17#) (|semiDegreeSubResultantEuclidean| #39=(*1 *2 *3 *3 *4) #40=(AND #22# #41=(|ofCategory| *5 #4#) #36# #42=(|isDomain| *1 (|PseudoRemainderSequence| *5 *3)) #43=(|ofCategory| *3 (|UnivariatePolynomialCategory| *5)))) (|degreeSubResultantEuclidean| #39# #44=(AND #22# #41# #38# #42# #43#)) (|degreeSubResultant| #24# #45=(AND #25# #3# (|isDomain| *1 (|PseudoRemainderSequence| *4 *2)) (|ofCategory| *2 #9#))) (|semiIndiceSubResultantEuclidean| #39# #40#) (|indiceSubResultantEuclidean| #39# #44#) (|indiceSubResultant| #24# #45#) (|semiResultantEuclidean1| #1# (AND #3# (|isDomain| *2 (|Record| #11# #6#)) #7# #8#)) (|semiResultantEuclidean2| #1# #2#) (|resultantEuclidean| #1# #10#) (|resultant| #1# #12#))
@@ -2946,24 +2946,24 @@ NIL
((/ (#1=($ $ |#2|) 31 T ELT)) (- (($ $) 23 T ELT) #2=(($ $ $) NIL T ELT)) (* (($ (|PositiveInteger|) $) NIL T ELT) (($ (|NonNegativeInteger|) $) NIL T ELT) (($ #3=(|Integer|) $) 17 T ELT) #2# (#1# 21 T ELT) (($ |#2| $) 20 T ELT) (($ #4=(|Fraction| #3#) $) 27 T ELT) (($ $ #4#) 29 T ELT)))
(((|PowerSeriesCategory&| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE * (|#1| |#1| #1=(|Fraction| #2=(|Integer|)))) (SIGNATURE * (|#1| #1# |#1|)) (SIGNATURE / #3=(|#1| |#1| |#2|)) (SIGNATURE * (|#1| |#2| |#1|)) (SIGNATURE * #3#) (SIGNATURE * #4=(|#1| |#1| |#1|)) (SIGNATURE - #4#) (SIGNATURE - (|#1| |#1|)) (SIGNATURE * (|#1| #2# |#1|)) (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)) (SIGNATURE * (|#1| (|PositiveInteger|) |#1|))) (|PowerSeriesCategory| |#2| |#3| |#4|) (|Ring|) (|OrderedAbelianMonoid|) (|OrderedSet|)) (T |PowerSeriesCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|variables| (((|List| |#3|) $) 96 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 (|has| |#1| . #3=((|IntegralDomain|))) ELT)) (|unitCanonical| (($ $) 74 (|has| |#1| . #3#) ELT)) (|unit?| ((#4=(|Boolean|) $) 76 (|has| |#1| . #3#) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#5=($) 23 T CONST)) (|reductum| (#6=($ $) 82 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|pole?| (((|Boolean|) $) 95 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|monomial?| (((|Boolean|) $) 84 T ELT)) (|monomial| (($ |#1| |#2|) 83 T ELT) (($ $ |#3| |#2|) 98 T ELT) (($ $ (|List| |#3|) (|List| |#2|)) 97 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 88 T ELT)) (|leadingMonomial| (#6# 86 T ELT)) (|leadingCoefficient| ((|#1| $) 87 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 72 (|has| |#1| . #3#) ELT)) (|degree| ((|#2| $) 85 T ELT)) (|complete| (($ $) 94 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ #7=(|Fraction| (|Integer|))) 79 (|has| |#1| . #8=((|Algebra| #7#))) ELT) (($ $) 71 (|has| |#1| . #3#) ELT) (($ |#1|) 69 (|has| |#1| (|CommutativeRing|)) ELT)) (|coefficient| ((|#1| $ |#2|) 81 T ELT)) (|charthRoot| (((|Maybe| $) $) 70 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| ((#4# $ $) 75 (|has| |#1| . #3#) ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (/ (($ $ |#1|) 80 (|has| |#1| (|Field|)) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #9=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 90 T ELT) (($ |#1| . #9#) 89 T ELT) (($ #7# . #9#) 78 (|has| |#1| . #8#) ELT) (($ $ #7#) 77 (|has| |#1| . #8#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|variables| ((#4=(|List| |#3|) $) 96 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 #5=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| (#6=($ $) 74 #5# ELT)) (|unit?| (#3# 76 #5# ELT)) (|subtractIfCan| ((#7=(|Maybe| $) $ $) 26 T ELT)) (|sample| (#8=($) 23 T CONST)) (|reductum| (#6# 82 T ELT)) (|recip| ((#9=(|Union| $ "failed") $) 43 T ELT)) (|pole?| (#3# 95 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|monomial?| (#3# 84 T ELT)) (|monomial| (($ |#1| |#2|) 83 T ELT) (($ $ |#3| |#2|) 98 T ELT) (($ $ #4# (|List| |#2|)) 97 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 88 T ELT)) (|leadingMonomial| (#6# 86 T ELT)) (|leadingCoefficient| ((|#1| $) 87 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|exquo| ((#9# $ $) 72 #5# ELT)) (|degree| ((|#2| $) 85 T ELT)) (|complete| (#6# 94 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #10=(|Integer|)) 42 T ELT) (($ #11=(|Fraction| #10#)) 79 #12=(|has| |#1| (|Algebra| #11#)) ELT) (#6# 71 #5# ELT) (($ |#1|) 69 (|has| |#1| (|CommutativeRing|)) ELT)) (|coefficient| ((|#1| $ |#2|) 81 T ELT)) (|charthRoot| ((#7# $) 70 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#13=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 75 #5# ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#8# 24 T CONST)) (|One| (#8# 46 T CONST)) (= (#1# 8 T ELT)) (/ (#14=($ $ |#1|) 80 (|has| |#1| (|Field|)) ELT)) (- (#6# 30 T ELT) (#15=($ $ $) 29 T ELT)) (+ (#15# 18 T ELT)) (** (($ $ #16=(|PositiveInteger|)) 36 T ELT) (($ $ #13#) 44 T ELT)) (* (($ #16# $) 17 T ELT) (($ #13# $) 21 T ELT) (($ #10# . #17=($)) 31 T ELT) (#15# 35 T ELT) (#14# 90 T ELT) (($ |#1| . #17#) 89 T ELT) (($ #11# . #17#) 78 #12# ELT) (($ $ #11#) 77 #12# ELT)))
(((|PowerSeriesCategory| |#1| |#2| |#3|) (|Category|) (|Ring|) (|OrderedAbelianMonoid|) (|OrderedSet|)) (T |PowerSeriesCategory|))
-((|leadingCoefficient| (*1 *2 *1) (AND (|ofCategory| *1 (|PowerSeriesCategory| *2 *3 *4)) (|ofCategory| *3 (|OrderedAbelianMonoid|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|Ring|)))) (|leadingMonomial| (*1 *1 *1) (AND (|ofCategory| *1 (|PowerSeriesCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoid|)) (|ofCategory| *4 (|OrderedSet|)))) (|degree| (*1 *2 *1) (AND (|ofCategory| *1 (|PowerSeriesCategory| *3 *2 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|OrderedAbelianMonoid|)))) (|monomial| (*1 *1 *1 *2 *3) (AND (|ofCategory| *1 (|PowerSeriesCategory| *4 *3 *2)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoid|)) (|ofCategory| *2 (|OrderedSet|)))) (|monomial| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|List| *6)) (|isDomain| *3 (|List| *5)) (|ofCategory| *1 (|PowerSeriesCategory| *4 *5 *6)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoid|)) (|ofCategory| *6 (|OrderedSet|)))) (|variables| (*1 *2 *1) (AND (|ofCategory| *1 (|PowerSeriesCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoid|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|List| *5)))) (|pole?| (*1 *2 *1) (AND (|ofCategory| *1 (|PowerSeriesCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoid|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Boolean|)))) (|complete| (*1 *1 *1) (AND (|ofCategory| *1 (|PowerSeriesCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoid|)) (|ofCategory| *4 (|OrderedSet|)))))
-(|Join| (|AbelianMonoidRing| |t#1| |t#2|) (CATEGORY |domain| (SIGNATURE |monomial| ($ $ |t#3| |t#2|)) (SIGNATURE |monomial| ($ $ (|List| |t#3|) (|List| |t#2|))) (SIGNATURE |leadingMonomial| ($ $)) (SIGNATURE |leadingCoefficient| (|t#1| $)) (SIGNATURE |degree| (|t#2| $)) (SIGNATURE |variables| ((|List| |t#3|) $)) (SIGNATURE |pole?| ((|Boolean|) $)) (SIGNATURE |complete| ($ $))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| |#2|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|Functorial| |#1|) . T) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|Join|) . T) ((|LeftLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|Module| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|RightLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|RightModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
-((|zRange| (((|Segment| (|DoubleFloat|)) $) 8 T ELT)) (|yRange| (((|Segment| (|DoubleFloat|)) $) 9 T ELT)) (|xRange| (((|Segment| (|DoubleFloat|)) $) 10 T ELT)) (|listBranches| (((|List| (|List| (|Point| (|DoubleFloat|)))) $) 11 T ELT)) (|coerce| (((|OutputForm|) $) 6 T ELT)))
+((|leadingCoefficient| #1=(*1 *2 *1) (AND #2=(|ofCategory| *1 (|PowerSeriesCategory| *2 *3 *4)) #3=(|ofCategory| *3 #4=(|OrderedAbelianMonoid|)) #5=(|ofCategory| *4 #6=(|OrderedSet|)) #7=(|ofCategory| *2 #8=(|Ring|)))) (|leadingMonomial| #9=(*1 *1 *1) #10=(AND #2# #7# #3# #5#)) (|degree| #1# (AND (|ofCategory| *1 (|PowerSeriesCategory| *3 *2 *4)) #11=(|ofCategory| *3 #8#) #5# (|ofCategory| *2 #4#))) (|monomial| #12=(*1 *1 *1 *2 *3) (AND (|ofCategory| *1 (|PowerSeriesCategory| *4 *3 *2)) #13=(|ofCategory| *4 #8#) #3# (|ofCategory| *2 #6#))) (|monomial| #12# (AND (|isDomain| *2 (|List| *6)) (|isDomain| *3 #14=(|List| *5)) (|ofCategory| *1 (|PowerSeriesCategory| *4 *5 *6)) #13# (|ofCategory| *5 #4#) (|ofCategory| *6 #6#))) (|variables| #1# (AND #15=(|ofCategory| *1 (|PowerSeriesCategory| *3 *4 *5)) #11# #16=(|ofCategory| *4 #4#) #17=(|ofCategory| *5 #6#) (|isDomain| *2 #14#))) (|pole?| #1# (AND #15# #11# #16# #17# (|isDomain| *2 (|Boolean|)))) (|complete| #9# #10#))
+(|Join| (|AbelianMonoidRing| |t#1| |t#2|) (CATEGORY |domain| (SIGNATURE |monomial| ($ $ |t#3| |t#2|)) (SIGNATURE |monomial| ($ $ #1=(|List| |t#3|) (|List| |t#2|))) (SIGNATURE |leadingMonomial| #2=($ $)) (SIGNATURE |leadingCoefficient| (|t#1| $)) (SIGNATURE |degree| (|t#2| $)) (SIGNATURE |variables| (#1# $)) (SIGNATURE |pole?| ((|Boolean|) $)) (SIGNATURE |complete| #2#)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| |#2|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) |has| |#1| (|CommutativeRing|)) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) |has| |#1| (|CommutativeRing|)) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|Functorial| |#1|) . T) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|LeftLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|Module| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|RightLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) |has| |#1| (|CommutativeRing|)) ((|RightModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) |has| |#1| (|CommutativeRing|)) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|zRange| (#1=((|Segment| #2=(|DoubleFloat|)) $) 8 T ELT)) (|yRange| (#1# 9 T ELT)) (|xRange| (#1# 10 T ELT)) (|listBranches| (((|List| (|List| (|Point| #2#))) $) 11 T ELT)) (|coerce| (((|OutputForm|) $) 6 T ELT)))
(((|PlottableSpaceCurveCategory|) (|Category|)) (T |PlottableSpaceCurveCategory|))
-((|listBranches| (*1 *2 *1) (AND (|ofCategory| *1 (|PlottableSpaceCurveCategory|)) (|isDomain| *2 (|List| (|List| (|Point| (|DoubleFloat|))))))) (|xRange| (*1 *2 *1) (AND (|ofCategory| *1 (|PlottableSpaceCurveCategory|)) (|isDomain| *2 (|Segment| (|DoubleFloat|))))) (|yRange| (*1 *2 *1) (AND (|ofCategory| *1 (|PlottableSpaceCurveCategory|)) (|isDomain| *2 (|Segment| (|DoubleFloat|))))) (|zRange| (*1 *2 *1) (AND (|ofCategory| *1 (|PlottableSpaceCurveCategory|)) (|isDomain| *2 (|Segment| (|DoubleFloat|))))))
-(|Join| (|CoercibleTo| (|OutputForm|)) (CATEGORY |domain| (SIGNATURE |listBranches| ((|List| (|List| (|Point| (|DoubleFloat|)))) $)) (SIGNATURE |xRange| ((|Segment| (|DoubleFloat|)) $)) (SIGNATURE |yRange| ((|Segment| (|DoubleFloat|)) $)) (SIGNATURE |zRange| ((|Segment| (|DoubleFloat|)) $))))
+((|listBranches| #1=(*1 *2 *1) (AND #2=(|ofCategory| *1 (|PlottableSpaceCurveCategory|)) (|isDomain| *2 (|List| (|List| (|Point| #3=(|DoubleFloat|))))))) (|xRange| #1# #4=(AND #2# (|isDomain| *2 (|Segment| #3#)))) (|yRange| #1# #4#) (|zRange| #1# #4#))
+(|Join| (|CoercibleTo| (|OutputForm|)) (CATEGORY |domain| (SIGNATURE |listBranches| ((|List| (|List| (|Point| #1=(|DoubleFloat|)))) $)) (SIGNATURE |xRange| #2=((|Segment| #1#) $)) (SIGNATURE |yRange| #2#) (SIGNATURE |zRange| #2#)))
(((|CoercibleTo| (|OutputForm|)) . T))
((|variables| (#1=((|List| |#4|) $) 23 T ELT)) (|trivialIdeal?| (#2=(#3=(|Boolean|) $) 55 T ELT)) (|triangular?| (#2# 54 T ELT)) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#4|) 42 T ELT)) (|roughUnitIdeal?| (#2# 56 T ELT)) (|roughSubIdeal?| (#4=(#3# $ $) 62 T ELT)) (|roughEqualIdeals?| (#4# 65 T ELT)) (|roughBase?| (#2# 60 T ELT)) (|rewriteIdealWithRemainder| (#5=(#6=(|List| |#5|) #6# $) 103 T ELT)) (|rewriteIdealWithHeadRemainder| (#5# 100 T ELT)) (|remainder| (((|Record| (|:| |rnum| |#2|) (|:| |polnum| |#5|) #7=(|:| |den| |#2|)) |#5| $) 93 T ELT)) (|mainVariables| (#1# 27 T ELT)) (|mainVariable?| ((#3# |#4| $) 34 T ELT)) (|headRemainder| (((|Record| (|:| |num| |#5|) #7#) |#5| $) 86 T ELT)) (|collectUpper| (#8=($ $ |#4|) 39 T ELT)) (|collectUnder| (#8# 38 T ELT)) (|collect| (#8# 40 T ELT)) (= (#4# 46 T ELT)))
(((|PolynomialSetCategory&| |#1| |#2| |#3| |#4| |#5|) (CATEGORY |package| (SIGNATURE |triangular?| #1=(#2=(|Boolean|) |#1|)) (SIGNATURE |rewriteIdealWithRemainder| #3=(#4=(|List| |#5|) #4# |#1|)) (SIGNATURE |rewriteIdealWithHeadRemainder| #3#) (SIGNATURE |remainder| ((|Record| (|:| |rnum| |#2|) (|:| |polnum| |#5|) #5=(|:| |den| |#2|)) |#5| |#1|)) (SIGNATURE |headRemainder| ((|Record| (|:| |num| |#5|) #5#) |#5| |#1|)) (SIGNATURE |roughUnitIdeal?| #1#) (SIGNATURE |roughEqualIdeals?| #6=(#2# |#1| |#1|)) (SIGNATURE |roughSubIdeal?| #6#) (SIGNATURE |roughBase?| #1#) (SIGNATURE |trivialIdeal?| #1#) (SIGNATURE |sort| ((|Record| (|:| |under| |#1|) (|:| |floor| |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (SIGNATURE |collectUpper| #7=(|#1| |#1| |#4|)) (SIGNATURE |collect| #7#) (SIGNATURE |collectUnder| #7#) (SIGNATURE |mainVariable?| (#2# |#4| |#1|)) (SIGNATURE |mainVariables| #8=((|List| |#4|) |#1|)) (SIGNATURE |variables| #8#) (SIGNATURE = #6#)) (|PolynomialSetCategory| |#2| |#3| |#4| |#5|) (|Ring|) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|RecursivePolynomialCategory| |#2| |#3| |#4|)) (T |PolynomialSetCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|variables| (((|List| |#3|) $) 39 T ELT)) (|trivialIdeal?| (((|Boolean|) $) 32 T ELT)) (|triangular?| (((|Boolean|) $) 23 (|has| |#1| (|IntegralDomain|)) ELT)) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) 33 T ELT)) (|select| (($ (|Mapping| #2=(|Boolean|) |#4|) . #3=($)) 67 (|has| $ (|FiniteAggregate| |#4|)) ELT)) (|sample| (#4=($) 59 T CONST)) (|roughUnitIdeal?| (((|Boolean|) $) 28 (|has| |#1| (|IntegralDomain|)) ELT)) (|roughSubIdeal?| (((|Boolean|) $ $) 30 (|has| |#1| (|IntegralDomain|)) ELT)) (|roughEqualIdeals?| (((|Boolean|) $ $) 29 (|has| |#1| (|IntegralDomain|)) ELT)) (|roughBase?| (((|Boolean|) $) 31 (|has| |#1| (|IntegralDomain|)) ELT)) (|rewriteIdealWithRemainder| (((|List| |#4|) (|List| |#4|) $) 24 (|has| |#1| (|IntegralDomain|)) ELT)) (|rewriteIdealWithHeadRemainder| (((|List| |#4|) (|List| |#4|) $) 25 (|has| |#1| (|IntegralDomain|)) ELT)) (|retractIfCan| (((|Union| $ "failed") (|List| |#4|)) 42 T ELT)) (|retract| (($ (|List| |#4|)) 41 T ELT)) (|removeDuplicates| (($ $) 69 (AND (|has| |#4| . #5=((|BasicType|))) (|has| $ (|FiniteAggregate| |#4|))) ELT)) (|remove| (($ |#4| $) 68 (AND (|has| |#4| . #5#) (|has| $ (|FiniteAggregate| |#4|))) ELT) (($ (|Mapping| #2# |#4|) . #3#) 66 (|has| $ (|FiniteAggregate| |#4|)) ELT)) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| (|IntegralDomain|)) ELT)) (|reduce| ((|#4| (|Mapping| |#4| |#4| |#4|) $ |#4| |#4|) 54 (|has| |#4| . #6=((|BasicType|))) ELT) ((|#4| (|Mapping| |#4| |#4| |#4|) $ |#4|) 50 T ELT) ((|#4| (|Mapping| |#4| |#4| |#4|) $) 49 T ELT)) (|mvar| ((|#3| $) 40 T ELT)) (|members| (((|List| |#4|) $) 48 T ELT)) (|member?| ((#7=(|Boolean|) |#4| $) 53 (|has| |#4| . #6#) ELT)) (|map| (($ (|Mapping| |#4| |#4|) $) 60 T ELT)) (|mainVariables| (((|List| |#3|) $) 38 T ELT)) (|mainVariable?| (((|Boolean|) |#3| $) 37 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|headRemainder| (((|Record| (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 27 (|has| |#1| (|IntegralDomain|)) ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|find| (((|Union| |#4| "failed") (|Mapping| #7# |#4|) $) 51 T ELT)) (|every?| ((#7# (|Mapping| #7# |#4|) . #8=($)) 46 T ELT)) (|eval| (($ $ (|List| |#4|) (|List| |#4|)) 64 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #9=((|SetCategory|)))) ELT) (($ $ |#4| |#4|) 63 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #9#)) ELT) (($ $ (|Equation| |#4|)) 62 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #9#)) ELT) (($ $ (|List| (|Equation| |#4|))) 61 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #9#)) ELT)) (|eq?| ((#10=(|Boolean|) $ $) 55 T ELT)) (|empty?| ((#10# $) 58 T ELT)) (|empty| (#4# 57 T ELT)) (|count| ((#11=(|NonNegativeInteger|) |#4| $) 52 (|has| |#4| . #6#) ELT) ((#11# (|Mapping| #7# |#4|) $) 47 T ELT)) (|copy| (($ $) 56 T ELT)) (|convert| ((#12=(|InputForm|) $) 70 (|has| |#4| (|ConvertibleTo| #12#)) ELT)) (|construct| (($ (|List| |#4|)) 65 T ELT)) (|collectUpper| (($ $ |#3|) 34 T ELT)) (|collectUnder| (($ $ |#3|) 36 T ELT)) (|collect| (($ $ |#3|) 35 T ELT)) (|coerce| (((|OutputForm|) . #13=($)) 13 T ELT) (((|List| |#4|) . #13#) 43 T ELT)) (|before?| (#1# 6 T ELT)) (|any?| ((#7# (|Mapping| #7# |#4|) . #8#) 45 T ELT)) (= (#1# 8 T ELT)) (|#| ((#11# $) 44 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|variables| (#3=((|List| |#3|) $) 39 T ELT)) (|trivialIdeal?| (#4=(#2# $) 32 T ELT)) (|triangular?| (#4# 23 #5=(|has| |#1| (|IntegralDomain|)) ELT)) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) 33 T ELT)) (|select| (#6=($ #7=(|Mapping| #2# |#4|) $) 67 #8=(|has| $ (|FiniteAggregate| |#4|)) ELT)) (|sample| (#9=($) 59 T CONST)) (|roughUnitIdeal?| (#4# 28 #5# ELT)) (|roughSubIdeal?| (#1# 30 #5# ELT)) (|roughEqualIdeals?| (#1# 29 #5# ELT)) (|roughBase?| (#4# 31 #5# ELT)) (|rewriteIdealWithRemainder| (#10=(#11=(|List| |#4|) #11# $) 24 #5# ELT)) (|rewriteIdealWithHeadRemainder| (#10# 25 #5# ELT)) (|retractIfCan| (((|Union| $ #12="failed") #11#) 42 T ELT)) (|retract| (#13=($ #11#) 41 T ELT)) (|removeDuplicates| (#14=($ $) 69 #15=(AND #16=(|has| |#4| (|BasicType|)) #8#) ELT)) (|remove| (($ |#4| $) 68 #15# ELT) (#6# 66 #8# ELT)) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| |#4|) #17=(|:| |den| |#1|)) |#4| $) 26 #5# ELT)) (|reduce| ((|#4| #18=(|Mapping| |#4| |#4| |#4|) $ |#4| |#4|) 54 #16# ELT) ((|#4| #18# $ |#4|) 50 T ELT) ((|#4| #18# $) 49 T ELT)) (|mvar| ((|#3| $) 40 T ELT)) (|members| (#19=(#11# $) 48 T ELT)) (|member?| ((#2# |#4| $) 53 #16# ELT)) (|map| (($ (|Mapping| |#4| |#4|) $) 60 T ELT)) (|mainVariables| (#3# 38 T ELT)) (|mainVariable?| ((#2# |#3| $) 37 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|headRemainder| (((|Record| (|:| |num| |#4|) #17#) |#4| $) 27 #5# ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|find| (((|Union| |#4| #12#) #7# $) 51 T ELT)) (|every?| (#20=(#2# #7# $) 46 T ELT)) (|eval| (($ $ #11# #11#) 64 #21=(AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ELT) (($ $ |#4| |#4|) 63 #21# ELT) (($ $ #22=(|Equation| |#4|)) 62 #21# ELT) (($ $ (|List| #22#)) 61 #21# ELT)) (|eq?| (#1# 55 T ELT)) (|empty?| (#4# 58 T ELT)) (|empty| (#9# 57 T ELT)) (|count| ((#23=(|NonNegativeInteger|) |#4| $) 52 #16# ELT) ((#23# #7# $) 47 T ELT)) (|copy| (#14# 56 T ELT)) (|convert| ((#24=(|InputForm|) $) 70 (|has| |#4| (|ConvertibleTo| #24#)) ELT)) (|construct| (#13# 65 T ELT)) (|collectUpper| (#25=($ $ |#3|) 34 T ELT)) (|collectUnder| (#25# 36 T ELT)) (|collect| (#25# 35 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (#19# 43 T ELT)) (|before?| (#1# 6 T ELT)) (|any?| (#20# 45 T ELT)) (= (#1# 8 T ELT)) (|#| ((#23# $) 44 T ELT)))
(((|PolynomialSetCategory| |#1| |#2| |#3| |#4|) (|Category|) (|Ring|) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|RecursivePolynomialCategory| |t#1| |t#2| |t#3|)) (T |PolynomialSetCategory|))
-((|retractIfCan| (*1 *1 *2) (|partial| AND (|isDomain| *2 (|List| *6)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *5 *6)))) (|retract| (*1 *1 *2) (AND (|isDomain| *2 (|List| *6)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *5 *6)))) (|mvar| (*1 *2 *1) (AND (|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *2 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|RecursivePolynomialCategory| *3 *4 *2)) (|ofCategory| *2 (|OrderedSet|)))) (|variables| (*1 *2 *1) (AND (|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|isDomain| *2 (|List| *5)))) (|mainVariables| (*1 *2 *1) (AND (|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|isDomain| *2 (|List| *5)))) (|mainVariable?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|PolynomialSetCategory| *4 *5 *3 *6)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *4 *5 *3)) (|isDomain| *2 (|Boolean|)))) (|collectUnder| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *2 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *5 (|RecursivePolynomialCategory| *3 *4 *2)))) (|collect| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *2 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *5 (|RecursivePolynomialCategory| *3 *4 *2)))) (|collectUpper| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *2 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *5 (|RecursivePolynomialCategory| *3 *4 *2)))) (|sort| (*1 *2 *1 *3) (AND (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *4 *5 *3)) (|isDomain| *2 (|Record| (|:| |under| *1) (|:| |floor| *1) (|:| |upper| *1))) (|ofCategory| *1 (|PolynomialSetCategory| *4 *5 *3 *6)))) (|trivialIdeal?| (*1 *2 *1) (AND (|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|isDomain| *2 (|Boolean|)))) (|roughBase?| (*1 *2 *1) (AND (|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|IntegralDomain|)) (|isDomain| *2 (|Boolean|)))) (|roughSubIdeal?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|IntegralDomain|)) (|isDomain| *2 (|Boolean|)))) (|roughEqualIdeals?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|IntegralDomain|)) (|isDomain| *2 (|Boolean|)))) (|roughUnitIdeal?| (*1 *2 *1) (AND (|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|IntegralDomain|)) (|isDomain| *2 (|Boolean|)))) (|headRemainder| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|PolynomialSetCategory| *4 *5 *6 *3)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|ofCategory| *4 (|IntegralDomain|)) (|isDomain| *2 (|Record| (|:| |num| *3) (|:| |den| *4))))) (|remainder| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|PolynomialSetCategory| *4 *5 *6 *3)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|ofCategory| *4 (|IntegralDomain|)) (|isDomain| *2 (|Record| (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))) (|rewriteIdealWithHeadRemainder| (*1 *2 *2 *1) (AND (|isDomain| *2 (|List| *6)) (|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|IntegralDomain|)))) (|rewriteIdealWithRemainder| (*1 *2 *2 *1) (AND (|isDomain| *2 (|List| *6)) (|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|IntegralDomain|)))) (|triangular?| (*1 *2 *1) (AND (|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|IntegralDomain|)) (|isDomain| *2 (|Boolean|)))))
-(|Join| (|SetCategory|) (|Collection| |t#4|) (|FiniteAggregate| |t#4|) (|CoercibleTo| (|List| |t#4|)) (CATEGORY |domain| (SIGNATURE |retractIfCan| ((|Union| $ "failed") (|List| |t#4|))) (SIGNATURE |retract| ($ (|List| |t#4|))) (SIGNATURE |mvar| (|t#3| $)) (SIGNATURE |variables| ((|List| |t#3|) $)) (SIGNATURE |mainVariables| ((|List| |t#3|) $)) (SIGNATURE |mainVariable?| ((|Boolean|) |t#3| $)) (SIGNATURE |collectUnder| ($ $ |t#3|)) (SIGNATURE |collect| ($ $ |t#3|)) (SIGNATURE |collectUpper| ($ $ |t#3|)) (SIGNATURE |sort| ((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |t#3|)) (SIGNATURE |trivialIdeal?| ((|Boolean|) $)) (IF (|has| |t#1| (|IntegralDomain|)) (PROGN (SIGNATURE |roughBase?| ((|Boolean|) $)) (SIGNATURE |roughSubIdeal?| ((|Boolean|) $ $)) (SIGNATURE |roughEqualIdeals?| ((|Boolean|) $ $)) (SIGNATURE |roughUnitIdeal?| ((|Boolean|) $)) (SIGNATURE |headRemainder| ((|Record| (|:| |num| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (SIGNATURE |remainder| ((|Record| (|:| |rnum| |t#1|) (|:| |polnum| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (SIGNATURE |rewriteIdealWithHeadRemainder| ((|List| |t#4|) (|List| |t#4|) $)) (SIGNATURE |rewriteIdealWithRemainder| ((|List| |t#4|) (|List| |t#4|) $)) (SIGNATURE |triangular?| ((|Boolean|) $))) |%noBranch|)))
-(((|Aggregate|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|List| |#4|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#4|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|FiniteAggregate| |#4|) . T) ((|Functorial| |#4|) . T) ((|HomogeneousAggregate| |#4|) . T) ((|InnerEvalable| |#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|retractIfCan| #1=(*1 *1 *2) (|partial| AND #2=(|isDomain| *2 (|List| *6)) #3=(|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) #4=(|ofCategory| *3 #5=(|Ring|)) #6=(|ofCategory| *4 #7=(|OrderedAbelianMonoidSup|)) #8=(|ofCategory| *5 #9=(|OrderedSet|)) #10=(|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *5 *6)))) (|retract| #1# (AND #2# #3# #4# #6# #8# #10#)) (|mvar| #11=(*1 *2 *1) (AND #12=(|ofCategory| *1 (|PolynomialSetCategory| *3 *4 *2 *5)) #4# #6# #13=(|ofCategory| *5 (|RecursivePolynomialCategory| *3 *4 *2)) #14=(|ofCategory| *2 #9#))) (|variables| #11# #15=(AND #10# #4# #6# #8# #3# (|isDomain| *2 (|List| *5)))) (|mainVariables| #11# #15#) (|mainVariable?| #16=(*1 *2 *3 *1) (AND #17=(|ofCategory| *1 (|PolynomialSetCategory| *4 *5 *3 *6)) #18=(|ofCategory| *4 #5#) #19=(|ofCategory| *5 #7#) #20=(|ofCategory| *3 #9#) #21=(|ofCategory| *6 (|RecursivePolynomialCategory| *4 *5 *3)) #22=(|isDomain| *2 (|Boolean|)))) (|collectUnder| #23=(*1 *1 *1 *2) #24=(AND #12# #4# #6# #14# #13#)) (|collect| #23# #24#) (|collectUpper| #23# #24#) (|sort| (*1 *2 *1 *3) (AND #18# #19# #20# #21# (|isDomain| *2 (|Record| (|:| |under| *1) (|:| |floor| *1) (|:| |upper| *1))) #17#)) (|trivialIdeal?| #11# (AND #10# #4# #6# #8# #3# #22#)) (|roughBase?| #11# #25=(AND #10# #4# #6# #8# #3# #26=(|ofCategory| *3 #27=(|IntegralDomain|)) #22#)) (|roughSubIdeal?| #28=(*1 *2 *1 *1) #25#) (|roughEqualIdeals?| #28# #25#) (|roughUnitIdeal?| #11# #25#) (|headRemainder| #16# (AND #29=(|ofCategory| *1 (|PolynomialSetCategory| *4 *5 *6 *3)) #18# #19# #30=(|ofCategory| *6 #9#) #31=(|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) #32=(|ofCategory| *4 #27#) (|isDomain| *2 (|Record| (|:| |num| *3) #33=(|:| |den| *4))))) (|remainder| #16# (AND #29# #18# #19# #30# #31# #32# (|isDomain| *2 (|Record| (|:| |rnum| *4) (|:| |polnum| *3) #33#)))) (|rewriteIdealWithHeadRemainder| #34=(*1 *2 *2 *1) #35=(AND #2# #10# #4# #6# #8# #3# #26#)) (|rewriteIdealWithRemainder| #34# #35#) (|triangular?| #11# #25#))
+(|Join| (|SetCategory|) (|Collection| |t#4|) (|FiniteAggregate| |t#4|) (|CoercibleTo| #1=(|List| |t#4|)) (CATEGORY |domain| (SIGNATURE |retractIfCan| ((|Union| $ "failed") #1#)) (SIGNATURE |retract| ($ #1#)) (SIGNATURE |mvar| (|t#3| $)) (SIGNATURE |variables| #2=((|List| |t#3|) $)) (SIGNATURE |mainVariables| #2#) (SIGNATURE |mainVariable?| (#3=(|Boolean|) |t#3| $)) (SIGNATURE |collectUnder| #4=($ $ |t#3|)) (SIGNATURE |collect| #4#) (SIGNATURE |collectUpper| #4#) (SIGNATURE |sort| ((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |t#3|)) (SIGNATURE |trivialIdeal?| #5=(#3# $)) (IF (|has| |t#1| (|IntegralDomain|)) (PROGN (SIGNATURE |roughBase?| #5#) (SIGNATURE |roughSubIdeal?| #6=(#3# $ $)) (SIGNATURE |roughEqualIdeals?| #6#) (SIGNATURE |roughUnitIdeal?| #5#) (SIGNATURE |headRemainder| ((|Record| (|:| |num| |t#4|) #7=(|:| |den| |t#1|)) |t#4| $)) (SIGNATURE |remainder| ((|Record| (|:| |rnum| |t#1|) (|:| |polnum| |t#4|) #7#) |t#4| $)) (SIGNATURE |rewriteIdealWithHeadRemainder| #8=(#1# #1# $)) (SIGNATURE |rewriteIdealWithRemainder| #8#) (SIGNATURE |triangular?| #5#)) |%noBranch|)))
+(((|Aggregate|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|List| |#4|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#4|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|FiniteAggregate| |#4|) . T) ((|Functorial| |#4|) . T) ((|HomogeneousAggregate| |#4|) . T) ((|InnerEvalable| |#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|SetCategory|) . T) ((|Type|) . T))
((|unprotectedRemoveRedundantFactors| (#1=(#2=(|List| |#4|) |#4| |#4|) 135 T ELT)) (|univariatePolynomialsGcds| ((#2# #2# #3=(|Boolean|)) 123 #4=(|has| |#1| (|GcdDomain|)) ELT) (#5=(#2# #2#) 124 #4# ELT)) (|univariatePolynomials| (#6=(#7=(|Record| (|:| |goodPols| #2#) (|:| |badPols| #2#)) #2#) 44 T ELT)) (|univariate?| (#8=(#3# |#4|) 43 T ELT)) (|squareFreeFactors| ((#2# |#4|) 120 #4# ELT)) (|selectPolynomials| ((#7# #9=(|Mapping| #3# |#4|) #2#) 24 T ELT)) (|selectOrPolynomials| (#10=(#7# (|List| #9#) #2#) 30 T ELT)) (|selectAndPolynomials| (#10# 31 T ELT)) (|roughBasicSet| (((|Union| (|Record| (|:| |bas| (|GeneralTriangularSet| |#1| |#2| |#3| |#4|)) (|:| |top| #2#)) "failed") #2#) 90 T ELT)) (|rewriteSetByReducingWithParticularGenerators| ((#2# #2# #9# #11=(|Mapping| #3# |#4| |#4|) #12=(|Mapping| |#4| |#4| |#4|)) 103 T ELT)) (|rewriteIdealWithQuasiMonicGenerators| ((#2# #2# #11# #12#) 127 T ELT)) (|removeSquaresIfCan| (#5# 126 T ELT)) (|removeRoughlyRedundantFactorsInPols| ((#2# #2# #2# #3#) 59 T ELT) (#13=(#2# #2# #2#) 61 T ELT)) (|removeRoughlyRedundantFactorsInPol| ((|#4| |#4| #2#) 60 T ELT)) (|removeRoughlyRedundantFactorsInContents| (#13# 131 #4# ELT)) (|removeRedundantFactorsInPols| (#13# 134 #4# ELT)) (|removeRedundantFactorsInContents| (#13# 133 #4# ELT)) (|removeRedundantFactors| ((#2# #2# #2# (|Mapping| #2# #2#)) 105 T ELT) (#13# 107 T ELT) ((#2# #2# |#4|) 139 T ELT) (#1# 136 T ELT) (#5# 106 T ELT)) (|removeIrreducibleRedundantFactors| (#13# 117 #14=(AND (|has| |#1| (|CharacteristicZero|)) (|has| |#1| (|EuclideanDomain|))) ELT)) (|quasiMonicPolynomials| (#6# 52 T ELT)) (|probablyZeroDim?| ((#3# #2#) 79 T ELT)) (|possiblyNewVariety?| ((#3# #2# (|List| #2#)) 67 T ELT)) (|linearPolynomials| (#6# 37 T ELT)) (|linear?| (#8# 36 T ELT)) (|lazyIrreducibleFactors| (#5# 116 #14# ELT)) (|irreducibleFactors| (#5# 115 #14# ELT)) (|interReduce| (#5# 83 T ELT)) (|crushedSet| (#5# 97 T ELT)) (|certainlySubVariety?| ((#3# #2# #2#) 65 T ELT)) (|bivariatePolynomials| (#6# 50 T ELT)) (|bivariate?| (#8# 45 T ELT)))
(((|PolynomialSetUtilitiesPackage| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |removeRedundantFactors| #1=(#2=(|List| |#4|) #2#)) (SIGNATURE |removeRedundantFactors| #3=(#2# |#4| |#4|)) (SIGNATURE |removeSquaresIfCan| #1#) (SIGNATURE |unprotectedRemoveRedundantFactors| #3#) (SIGNATURE |removeRedundantFactors| (#2# #2# |#4|)) (SIGNATURE |removeRedundantFactors| #4=(#2# #2# #2#)) (SIGNATURE |removeRedundantFactors| (#2# #2# #2# (|Mapping| #2# #2#))) (SIGNATURE |certainlySubVariety?| (#5=(|Boolean|) #2# #2#)) (SIGNATURE |possiblyNewVariety?| (#5# #2# (|List| #2#))) (SIGNATURE |probablyZeroDim?| (#5# #2#)) (SIGNATURE |selectPolynomials| (#6=(|Record| (|:| |goodPols| #2#) (|:| |badPols| #2#)) #7=(|Mapping| #5# |#4|) #2#)) (SIGNATURE |selectOrPolynomials| #8=(#6# (|List| #7#) #2#)) (SIGNATURE |selectAndPolynomials| #8#) (SIGNATURE |quasiMonicPolynomials| #9=(#6# #2#)) (SIGNATURE |univariate?| #10=(#5# |#4|)) (SIGNATURE |univariatePolynomials| #9#) (SIGNATURE |linear?| #10#) (SIGNATURE |linearPolynomials| #9#) (SIGNATURE |bivariate?| #10#) (SIGNATURE |bivariatePolynomials| #9#) (SIGNATURE |removeRoughlyRedundantFactorsInPols| #4#) (SIGNATURE |removeRoughlyRedundantFactorsInPols| (#2# #2# #2# #5#)) (SIGNATURE |removeRoughlyRedundantFactorsInPol| (|#4| |#4| #2#)) (SIGNATURE |interReduce| #1#) (SIGNATURE |roughBasicSet| ((|Union| (|Record| (|:| |bas| (|GeneralTriangularSet| |#1| |#2| |#3| |#4|)) (|:| |top| #2#)) "failed") #2#)) (SIGNATURE |crushedSet| #1#) (SIGNATURE |rewriteSetByReducingWithParticularGenerators| (#2# #2# #7# #11=(|Mapping| #5# |#4| |#4|) #12=(|Mapping| |#4| |#4| |#4|))) (SIGNATURE |rewriteIdealWithQuasiMonicGenerators| (#2# #2# #11# #12#)) (IF (|has| |#1| (|GcdDomain|)) (PROGN (SIGNATURE |squareFreeFactors| (#2# |#4|)) (SIGNATURE |univariatePolynomialsGcds| #1#) (SIGNATURE |univariatePolynomialsGcds| (#2# #2# #5#)) (SIGNATURE |removeRoughlyRedundantFactorsInContents| #4#) (SIGNATURE |removeRedundantFactorsInContents| #4#) (SIGNATURE |removeRedundantFactorsInPols| #4#)) |%noBranch|) (IF (|has| |#1| (|EuclideanDomain|)) (IF (|has| |#1| (|CharacteristicZero|)) (PROGN (SIGNATURE |irreducibleFactors| #1#) (SIGNATURE |lazyIrreducibleFactors| #1#) (SIGNATURE |removeIrreducibleRedundantFactors| #4#)) |%noBranch|) |%noBranch|)) (|IntegralDomain|) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|RecursivePolynomialCategory| |#1| |#2| |#3|)) (T |PolynomialSetUtilitiesPackage|))
((|removeIrreducibleRedundantFactors| #1=(*1 *2 *2 *2) #2=(AND #3=(|isDomain| *2 (|List| *6)) #4=(|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|CharacteristicZero|)) (|ofCategory| *3 (|EuclideanDomain|)) #5=(|ofCategory| *3 #6=(|IntegralDomain|)) #7=(|ofCategory| *4 #8=(|OrderedAbelianMonoidSup|)) #9=(|ofCategory| *5 #10=(|OrderedSet|)) #11=(|isDomain| *1 (|PolynomialSetUtilitiesPackage| *3 *4 *5 *6)))) (|lazyIrreducibleFactors| #12=(*1 *2 *2) #2#) (|irreducibleFactors| #12# #2#) (|removeRedundantFactorsInPols| #1# #13=(AND #3# #4# (|ofCategory| *3 #14=(|GcdDomain|)) #5# #7# #9# #11#)) (|removeRedundantFactorsInContents| #1# #13#) (|removeRoughlyRedundantFactorsInContents| #1# #13#) (|univariatePolynomialsGcds| #15=(*1 *2 *2 *3) (AND #16=(|isDomain| *2 #17=(|List| *7)) #18=(|isDomain| *3 #19=(|Boolean|)) #20=(|ofCategory| *7 #21=(|RecursivePolynomialCategory| *4 *5 *6)) #22=(|ofCategory| *4 #14#) #23=(|ofCategory| *4 #6#) #24=(|ofCategory| *5 #8#) #25=(|ofCategory| *6 #10#) #26=(|isDomain| *1 (|PolynomialSetUtilitiesPackage| *4 *5 *6 *7)))) (|univariatePolynomialsGcds| #12# #13#) (|squareFreeFactors| #27=(*1 *2 *3) (AND #22# #23# #24# #25# #28=(|isDomain| *2 (|List| *3)) #29=(|isDomain| *1 (|PolynomialSetUtilitiesPackage| *4 *5 *6 *3)) #30=(|ofCategory| *3 #21#))) (|rewriteIdealWithQuasiMonicGenerators| (*1 *2 *2 *3 *4) (AND (|isDomain| *2 #31=(|List| *8)) (|isDomain| *3 (|Mapping| #19# *8 *8)) (|isDomain| *4 (|Mapping| *8 *8 *8)) #32=(|ofCategory| *8 (|RecursivePolynomialCategory| *5 *6 *7)) #33=(|ofCategory| *5 #6#) #34=(|ofCategory| *6 #8#) #35=(|ofCategory| *7 #10#) #36=(|isDomain| *1 (|PolynomialSetUtilitiesPackage| *5 *6 *7 *8)))) (|rewriteSetByReducingWithParticularGenerators| (*1 *2 *2 *3 *4 *5) (AND (|isDomain| *2 (|List| *9)) (|isDomain| *3 (|Mapping| #19# *9)) (|isDomain| *4 (|Mapping| #19# *9 *9)) (|isDomain| *5 (|Mapping| *9 *9 *9)) (|ofCategory| *9 (|RecursivePolynomialCategory| *6 *7 *8)) (|ofCategory| *6 #6#) (|ofCategory| *7 #8#) (|ofCategory| *8 #10#) (|isDomain| *1 (|PolynomialSetUtilitiesPackage| *6 *7 *8 *9)))) (|crushedSet| #12# #37=(AND #3# #4# #5# #7# #9# #11#)) (|roughBasicSet| #27# (|partial| AND #23# #24# #25# #20# (|isDomain| *2 (|Record| (|:| |bas| (|GeneralTriangularSet| *4 *5 *6 *7)) (|:| |top| #17#))) #26# #38=(|isDomain| *3 #17#))) (|interReduce| #12# #37#) (|removeRoughlyRedundantFactorsInPol| #15# (AND (|isDomain| *3 (|List| *2)) (|ofCategory| *2 #21#) #23# #24# #25# (|isDomain| *1 (|PolynomialSetUtilitiesPackage| *4 *5 *6 *2)))) (|removeRoughlyRedundantFactorsInPols| #39=(*1 *2 *2 *2 *3) (AND #16# #18# #20# #23# #24# #25# #26#)) (|removeRoughlyRedundantFactorsInPols| #1# #37#) (|bivariatePolynomials| #27# #40=(AND #23# #24# #25# #20# (|isDomain| *2 (|Record| (|:| |goodPols| #17#) (|:| |badPols| #17#))) #26# #38#)) (|bivariate?| #27# #41=(AND #23# #24# #25# #42=(|isDomain| *2 #19#) #29# #30#)) (|linearPolynomials| #27# #40#) (|linear?| #27# #41#) (|univariatePolynomials| #27# #40#) (|univariate?| #27# #41#) (|quasiMonicPolynomials| #27# #40#) (|selectAndPolynomials| #43=(*1 *2 *3 *4) #44=(AND (|isDomain| *3 (|List| #45=(|Mapping| #19# *8))) #32# #33# #34# #35# #46=(|isDomain| *2 (|Record| (|:| |goodPols| #31#) (|:| |badPols| #31#))) #36# #47=(|isDomain| *4 #31#))) (|selectOrPolynomials| #43# #44#) (|selectPolynomials| #43# (AND (|isDomain| *3 #45#) #32# #33# #34# #35# #46# #36# #47#)) (|probablyZeroDim?| #27# #48=(AND #38# #20# #23# #24# #25# #42# #26#)) (|possiblyNewVariety?| #43# (AND (|isDomain| *4 (|List| #31#)) (|isDomain| *3 #31#) #32# #33# #34# #35# #42# #36#)) (|certainlySubVariety?| #49=(*1 *2 *3 *3) #48#) (|removeRedundantFactors| #39# (AND (|isDomain| *3 (|Mapping| #17# #17#)) #16# #20# #23# #24# #25# #26#)) (|removeRedundantFactors| #1# #37#) (|removeRedundantFactors| #15# (AND #28# #30# #23# #24# #25# #29#)) (|unprotectedRemoveRedundantFactors| #49# #50=(AND #23# #24# #25# #28# #29# #30#)) (|removeSquaresIfCan| #12# #37#) (|removeRedundantFactors| #49# #50#) (|removeRedundantFactors| #12# #37#))
@@ -2973,21 +2973,21 @@ NIL
((|squareFree| (((|Factored| |#4|) |#4|) 61 T ELT)))
(((|PolynomialSquareFree| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |squareFree| ((|Factored| |#4|) |#4|))) (|OrderedSet|) (|OrderedAbelianMonoidSup|) (|GcdDomain|) (|PolynomialCategory| |#3| |#2| |#1|)) (T |PolynomialSquareFree|))
((|squareFree| (*1 *2 *3) (AND (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|GcdDomain|)) (|isDomain| *2 (|Factored| *3)) (|isDomain| *1 (|PolynomialSquareFree| *4 *5 *6 *3)) (|ofCategory| *3 (|PolynomialCategory| *6 *5 *4)))))
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|zero| (($ (|NonNegativeInteger|)) 123 (|has| |#1| (|AbelianMonoid|)) ELT)) (|swap!| (((|Void|) $ #3=(|Integer|) #3#) 35 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|sorted?| ((#4=(|Boolean|) (|Mapping| #4# |#1| |#1|) $) 96 T ELT) ((#4# $) 90 (|has| |#1| . #5=((|OrderedSet|))) ELT)) (|sort!| (($ (|Mapping| #4# |#1| |#1|) . #6=($)) 87 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) (#7=($ $) 86 (AND (|has| |#1| . #5#) (|has| $ (|ShallowlyMutableAggregate| |#1|))) ELT)) (|sort| (($ (|Mapping| #4# |#1| |#1|) . #6#) 97 T ELT) (#7# 91 (|has| |#1| . #5#) ELT)) (|setelt| ((|#1| $ #3# |#1|) 47 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ #8=(|UniversalSegment| #3#) |#1|) 55 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|select| (($ (|Mapping| #9=(|Boolean|) |#1|) . #10=($)) 69 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#11=($) 6 T CONST)) (|reverse!| (#7# 88 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|reverse| (#7# 98 T ELT)) (|removeDuplicates| (($ $) 71 (AND (|has| |#1| . #12=((|BasicType|))) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove| (($ |#1| $) 70 (AND (|has| |#1| . #12#) (|has| $ (|FiniteAggregate| |#1|))) ELT) (($ (|Mapping| #9# |#1|) . #10#) 68 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 110 (|has| |#1| . #13=((|BasicType|))) ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) 106 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $) 105 T ELT)) (|qsetelt!| ((|#1| $ #3# |#1|) 48 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|qelt| ((|#1| $ #3#) 46 T ELT)) (|position| ((#14=(|Integer|) (|Mapping| #4# |#1|) $) 95 T ELT) ((#14# |#1| $) 94 (|has| |#1| . #15=((|BasicType|))) ELT) ((#14# |#1| $ #14#) 93 (|has| |#1| . #15#) ELT)) (|point| (($ (|List| |#1|)) 129 T ELT)) (|outerProduct| (((|Matrix| |#1|) $ $) 116 (|has| |#1| . #16=((|Ring|))) ELT)) (|new| (($ (|NonNegativeInteger|) |#1|) 65 T ELT)) (|minIndex| ((#3# . #17=($)) 38 (|has| #3# . #18=((|OrderedSet|))) ELT)) (|min| (#19=($ $ $) 80 (|has| |#1| . #5#) ELT)) (|merge| (($ (|Mapping| #4# |#1| |#1|) $ $) 99 T ELT) (($ $ $) 92 (|has| |#1| . #5#) ELT)) (|members| (((|List| |#1|) $) 104 T ELT)) (|member?| ((#20=(|Boolean|) |#1| $) 109 (|has| |#1| . #13#) ELT)) (|maxIndex| ((#3# . #17#) 39 (|has| #3# . #18#) ELT)) (|max| (#19# 81 (|has| |#1| . #5#) ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 112 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT) (($ (|Mapping| |#1| |#1| |#1|) $ $) 60 T ELT)) (|magnitude| ((|#1| . #21=($)) 113 (AND (|has| |#1| . #16#) (|has| |#1| . #22=((|RadicalCategory|)))) ELT)) (|length| ((|#1| . #21#) 114 (AND (|has| |#1| . #16#) (|has| |#1| . #22#)) ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #23=((|SetCategory|))) ELT)) (|insert| (($ |#1| $ #3#) 57 T ELT) (($ $ $ #3#) 56 T ELT)) (|indices| (((|List| #3#) $) 41 T ELT)) (|index?| ((#24=(|Boolean|) #3# $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #23#) ELT)) (|first| ((|#1| $) 37 (|has| #3# . #18#) ELT)) (|find| (((|Union| |#1| "failed") (|Mapping| #20# |#1|) $) 107 T ELT)) (|fill!| (($ $ |#1|) 36 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|extend| (($ $ (|List| |#1|)) 127 T ELT)) (|every?| ((#20# (|Mapping| #20# |#1|) . #25=($)) 102 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #23#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #23#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #23#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #23#)) ELT)) (|eq?| ((#26=(|Boolean|) $ $) 10 T ELT)) (|entry?| ((#24# |#1| $) 40 (AND (|has| $ (|FiniteAggregate| |#1|)) (|has| |#1| (|BasicType|))) ELT)) (|entries| (((|List| |#1|) $) 43 T ELT)) (|empty?| ((#26# $) 7 T ELT)) (|empty| (#11# 8 T ELT)) (|elt| ((|#1| $ #3# |#1|) 45 T ELT) ((|#1| $ #3#) 44 T ELT) (($ $ #8#) 66 T ELT)) (|dot| ((|#1| $ $) 117 (|has| |#1| . #16#) ELT)) (|dimension| (((|PositiveInteger|) $) 128 T ELT)) (|delete| (($ $ #3#) 59 T ELT) (($ $ #8#) 58 T ELT)) (|cross| (($ $ $) 115 T ELT)) (|count| ((#27=(|NonNegativeInteger|) |#1| $) 108 (|has| |#1| . #13#) ELT) ((#27# (|Mapping| #20# |#1|) $) 103 T ELT)) (|copyInto!| (($ $ $ #14#) 89 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#28=(|InputForm|) $) 72 (|has| |#1| (|ConvertibleTo| #28#)) ELT) (($ (|List| |#1|)) 130 T ELT)) (|construct| (($ (|List| |#1|)) 67 T ELT)) (|concat| (($ $ |#1|) 64 T ELT) (($ |#1| $) 63 T ELT) (($ $ $) 62 T ELT) (($ (|List| $)) 61 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (|any?| ((#20# (|Mapping| #20# |#1|) . #25#) 101 T ELT)) (>= (#29=((|Boolean|) $ $) 82 (|has| |#1| . #5#) ELT)) (> (#29# 84 (|has| |#1| . #5#) ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)) (<= (#29# 83 (|has| |#1| . #5#) ELT)) (< (#29# 85 (|has| |#1| . #5#) ELT)) (- (($ $) 122 (|has| |#1| . #30=((|AbelianGroup|))) ELT) (#31=($ $ $) 121 (|has| |#1| . #30#) ELT)) (+ (#31# 124 (|has| |#1| (|AbelianSemiGroup|)) ELT)) (* (($ (|Integer|) $) 120 (|has| |#1| . #30#) ELT) (($ |#1| $) 119 (|has| |#1| . #32=((|Monoid|))) ELT) (($ $ |#1|) 118 (|has| |#1| . #32#) ELT)) (|#| ((#27# $) 100 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|zero| (($ #4=(|NonNegativeInteger|)) 123 (|has| |#1| (|AbelianMonoid|)) ELT)) (|swap!| (((|Void|) $ #5=(|Integer|) #5#) 35 #6=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|sorted?| ((#2# #7=(|Mapping| #2# |#1| |#1|) $) 96 T ELT) (#8=(#2# $) 90 #9=(|has| |#1| #10=(|OrderedSet|)) ELT)) (|sort!| (#11=($ #7# $) 87 #6# ELT) (#12=($ $) 86 (AND #9# #6#) ELT)) (|sort| (#11# 97 T ELT) (#12# 91 #9# ELT)) (|setelt| (#13=(|#1| $ #5# |#1|) 47 #6# ELT) ((|#1| $ #14=(|UniversalSegment| #5#) |#1|) 55 #6# ELT)) (|select| (#15=($ #16=(|Mapping| #2# |#1|) $) 69 #17=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#18=($) 6 T CONST)) (|reverse!| (#12# 88 #6# ELT)) (|reverse| (#12# 98 T ELT)) (|removeDuplicates| (#12# 71 #19=(AND #3# #17#) ELT)) (|remove| (#20=($ |#1| $) 70 #19# ELT) (#15# 68 #17# ELT)) (|reduce| ((|#1| #21=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 110 #3# ELT) ((|#1| #21# $ |#1|) 106 T ELT) ((|#1| #21# $) 105 T ELT)) (|qsetelt!| (#13# 48 #6# ELT)) (|qelt| (#22=(|#1| $ #5#) 46 T ELT)) (|position| ((#5# #16# $) 95 T ELT) ((#5# |#1| $) 94 #3# ELT) ((#5# |#1| $ #5#) 93 #3# ELT)) (|point| (#23=($ #24=(|List| |#1|)) 129 T ELT)) (|outerProduct| (((|Matrix| |#1|) $ $) 116 #25=(|has| |#1| (|Ring|)) ELT)) (|new| (($ #4# |#1|) 65 T ELT)) (|minIndex| (#26=(#5# $) 38 #27=(|has| #5# #10#) ELT)) (|min| (#28=($ $ $) 80 #9# ELT)) (|merge| (($ #7# $ $) 99 T ELT) (#28# 92 #9# ELT)) (|members| (#29=(#24# $) 104 T ELT)) (|member?| (#30=(#2# |#1| $) 109 #3# ELT)) (|maxIndex| (#26# 39 #27# ELT)) (|max| (#28# 81 #9# ELT)) (|map!| (#31=($ (|Mapping| |#1| |#1|) $) 112 T ELT)) (|map| (#31# 26 T ELT) (($ #21# $ $) 60 T ELT)) (|magnitude| (#32=(|#1| $) 113 #33=(AND #25# (|has| |#1| (|RadicalCategory|))) ELT)) (|length| (#32# 114 #33# ELT)) (|latex| (((|String|) $) 21 #34=(|has| |#1| (|SetCategory|)) ELT)) (|insert| (($ |#1| $ #5#) 57 T ELT) (#35=($ $ $ #5#) 56 T ELT)) (|indices| (((|List| #5#) $) 41 T ELT)) (|index?| ((#2# #5# $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 20 #34# ELT)) (|first| (#32# 37 #27# ELT)) (|find| (((|Union| |#1| "failed") #16# $) 107 T ELT)) (|fill!| (#36=($ $ |#1|) 36 #6# ELT)) (|extend| (($ $ #24#) 127 T ELT)) (|every?| (#37=(#2# #16# $) 102 T ELT)) (|eval| (($ $ (|List| #38=(|Equation| |#1|))) 25 #39=(AND (|has| |#1| (|Evalable| |#1|)) #34#) ELT) (($ $ #38#) 24 #39# ELT) (($ $ |#1| |#1|) 23 #39# ELT) (($ $ #24# #24#) 22 #39# ELT)) (|eq?| (#1# 10 T ELT)) (|entry?| (#30# 40 (AND #17# #3#) ELT)) (|entries| (#29# 43 T ELT)) (|empty?| (#8# 7 T ELT)) (|empty| (#18# 8 T ELT)) (|elt| (#13# 45 T ELT) (#22# 44 T ELT) (#40=($ $ #14#) 66 T ELT)) (|dot| ((|#1| $ $) 117 #25# ELT)) (|dimension| (((|PositiveInteger|) $) 128 T ELT)) (|delete| (($ $ #5#) 59 T ELT) (#40# 58 T ELT)) (|cross| (#28# 115 T ELT)) (|count| ((#4# |#1| $) 108 #3# ELT) ((#4# #16# $) 103 T ELT)) (|copyInto!| (#35# 89 #6# ELT)) (|copy| (#12# 9 T ELT)) (|convert| ((#41=(|InputForm|) $) 72 (|has| |#1| (|ConvertibleTo| #41#)) ELT) (#23# 130 T ELT)) (|construct| (#23# 67 T ELT)) (|concat| (#36# 64 T ELT) (#20# 63 T ELT) (#28# 62 T ELT) (($ (|List| $)) 61 T ELT)) (|coerce| ((#42=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #42#)) ELT)) (|before?| (#1# 19 #3# ELT)) (|any?| (#37# 101 T ELT)) (>= (#1# 82 #9# ELT)) (> (#1# 84 #9# ELT)) (= (#1# 17 #3# ELT)) (<= (#1# 83 #9# ELT)) (< (#1# 85 #9# ELT)) (- (#12# 122 #43=(|has| |#1| (|AbelianGroup|)) ELT) (#28# 121 #43# ELT)) (+ (#28# 124 (|has| |#1| (|AbelianSemiGroup|)) ELT)) (* (($ #5# $) 120 #43# ELT) (#20# 119 #44=(|has| |#1| (|Monoid|)) ELT) (#36# 118 #44# ELT)) (|#| ((#4# $) 100 T ELT)))
(((|PointCategory| |#1|) (|Category|) (|Ring|)) (T |PointCategory|))
-((|point| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|PointCategory| *3)))) (|dimension| (*1 *2 *1) (AND (|ofCategory| *1 (|PointCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|PositiveInteger|)))) (|cross| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|PointCategory| *2)) (|ofCategory| *2 (|Ring|)))) (|extend| (*1 *1 *1 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *1 (|PointCategory| *3)) (|ofCategory| *3 (|Ring|)))))
-(|Join| (|VectorCategory| |t#1|) (|ConvertibleFrom| (|List| |t#1|)) (CATEGORY |domain| (SIGNATURE |point| ($ (|List| |t#1|))) (SIGNATURE |dimension| ((|PositiveInteger|) $)) (SIGNATURE |cross| ($ $ $)) (SIGNATURE |extend| ($ $ (|List| |t#1|)))))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Collection| |#1|) . T) ((|ConvertibleFrom| (|List| |#1|)) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| (|Integer|)) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|FiniteLinearAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|LinearAggregate| |#1|) . T) ((|OneDimensionalArrayAggregate| |#1|) . T) ((|OrderedSet|) |has| |#1| (|OrderedSet|)) ((|OrderedType|) |has| |#1| (|OrderedSet|)) ((|SetCategory|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|OrderedSet|))) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T) ((|VectorCategory| |#1|) . T))
+((|point| (*1 *1 *2) (AND #1=(|isDomain| *2 (|List| *3)) #2=(|ofCategory| *3 #3=(|Ring|)) #4=(|ofCategory| *1 (|PointCategory| *3)))) (|dimension| (*1 *2 *1) (AND #4# #2# (|isDomain| *2 (|PositiveInteger|)))) (|cross| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|PointCategory| *2)) (|ofCategory| *2 #3#))) (|extend| (*1 *1 *1 *2) (AND #1# #4# #2#)))
+(|Join| (|VectorCategory| |t#1|) (|ConvertibleFrom| #1=(|List| |t#1|)) (CATEGORY |domain| (SIGNATURE |point| ($ #1#)) (SIGNATURE |dimension| ((|PositiveInteger|) $)) (SIGNATURE |cross| ($ $ $)) (SIGNATURE |extend| ($ $ #1#))))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Collection| |#1|) . T) ((|ConvertibleFrom| (|List| |#1|)) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| #1#) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|FiniteLinearAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|LinearAggregate| |#1|) . T) ((|OneDimensionalArrayAggregate| |#1|) . T) ((|OrderedSet|) |has| |#1| (|OrderedSet|)) ((|OrderedType|) |has| |#1| (|OrderedSet|)) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T) ((|VectorCategory| |#1|) . T))
((|map| (((|Point| |#2|) (|Mapping| |#2| |#1|) (|Point| |#1|)) 17 T ELT)))
(((|PointFunctions2| |#1| |#2|) (CATEGORY |package| (SIGNATURE |map| ((|Point| |#2|) (|Mapping| |#2| |#1|) (|Point| |#1|)))) #1=(|Ring|) #1#) (T |PointFunctions2|))
((|map| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Mapping| *6 *5)) (|isDomain| *4 (|Point| *5)) (|ofCategory| *5 #1=(|Ring|)) (|ofCategory| *6 #1#) (|isDomain| *2 (|Point| *6)) (|isDomain| *1 (|PointFunctions2| *5 *6)))))
((|zCoord| (#1=(|#1| (|Point| |#1|)) 14 T ELT)) (|yCoord| (#1# 13 T ELT)) (|xCoord| (#1# 12 T ELT)) (|thetaCoord| (#1# 16 T ELT)) (|shade| (#1# 24 T ELT)) (|rCoord| (#1# 15 T ELT)) (|phiCoord| (#1# 17 T ELT)) (|hue| (#1# 23 T ELT)) (|color| (#1# 22 T ELT)))
(((|PointPackage| |#1|) (CATEGORY |package| (SIGNATURE |xCoord| #1=(|#1| (|Point| |#1|))) (SIGNATURE |yCoord| #1#) (SIGNATURE |zCoord| #1#) (SIGNATURE |rCoord| #1#) (SIGNATURE |thetaCoord| #1#) (SIGNATURE |phiCoord| #1#) (SIGNATURE |color| #1#) (SIGNATURE |hue| #1#) (SIGNATURE |shade| #1#)) (|Ring|)) (T |PointPackage|))
((|shade| #1=(*1 *2 *3) #2=(AND (|isDomain| *3 (|Point| *2)) (|isDomain| *1 (|PointPackage| *2)) (|ofCategory| *2 (|Ring|)))) (|hue| #1# #2#) (|color| #1# #2#) (|phiCoord| #1# #2#) (|thetaCoord| #1# #2#) (|rCoord| #1# #2#) (|zCoord| #1# #2#) (|yCoord| #1# #2#) (|xCoord| #1# #2#))
-((|tanhIfCan| (((|Union| |#1| "failed") |#1|) 18 T ELT)) (|tanIfCan| (((|Union| |#1| "failed") |#1|) 6 T ELT)) (|sinhIfCan| (((|Union| |#1| "failed") |#1|) 16 T ELT)) (|sinIfCan| (((|Union| |#1| "failed") |#1|) 4 T ELT)) (|sechIfCan| (((|Union| |#1| "failed") |#1|) 20 T ELT)) (|secIfCan| (((|Union| |#1| "failed") |#1|) 8 T ELT)) (|nthRootIfCan| (((|Union| |#1| "failed") |#1| (|NonNegativeInteger|)) 1 T ELT)) (|logIfCan| (((|Union| |#1| "failed") |#1|) 3 T ELT)) (|expIfCan| (((|Union| |#1| "failed") |#1|) 2 T ELT)) (|cschIfCan| (((|Union| |#1| "failed") |#1|) 21 T ELT)) (|cscIfCan| (((|Union| |#1| "failed") |#1|) 9 T ELT)) (|cothIfCan| (((|Union| |#1| "failed") |#1|) 19 T ELT)) (|cotIfCan| (((|Union| |#1| "failed") |#1|) 7 T ELT)) (|coshIfCan| (((|Union| |#1| "failed") |#1|) 17 T ELT)) (|cosIfCan| (((|Union| |#1| "failed") |#1|) 5 T ELT)) (|atanhIfCan| (((|Union| |#1| "failed") |#1|) 24 T ELT)) (|atanIfCan| (((|Union| |#1| "failed") |#1|) 12 T ELT)) (|asinhIfCan| (((|Union| |#1| "failed") |#1|) 22 T ELT)) (|asinIfCan| (((|Union| |#1| "failed") |#1|) 10 T ELT)) (|asechIfCan| (((|Union| |#1| "failed") |#1|) 26 T ELT)) (|asecIfCan| (((|Union| |#1| "failed") |#1|) 14 T ELT)) (|acschIfCan| (((|Union| |#1| "failed") |#1|) 27 T ELT)) (|acscIfCan| (((|Union| |#1| "failed") |#1|) 15 T ELT)) (|acothIfCan| (((|Union| |#1| "failed") |#1|) 25 T ELT)) (|acotIfCan| (((|Union| |#1| "failed") |#1|) 13 T ELT)) (|acoshIfCan| (((|Union| |#1| "failed") |#1|) 23 T ELT)) (|acosIfCan| (((|Union| |#1| "failed") |#1|) 11 T ELT)))
+((|tanhIfCan| (#1=(#2=(|Union| |#1| "failed") |#1|) 18 T ELT)) (|tanIfCan| (#1# 6 T ELT)) (|sinhIfCan| (#1# 16 T ELT)) (|sinIfCan| (#1# 4 T ELT)) (|sechIfCan| (#1# 20 T ELT)) (|secIfCan| (#1# 8 T ELT)) (|nthRootIfCan| ((#2# |#1| (|NonNegativeInteger|)) 1 T ELT)) (|logIfCan| (#1# 3 T ELT)) (|expIfCan| (#1# 2 T ELT)) (|cschIfCan| (#1# 21 T ELT)) (|cscIfCan| (#1# 9 T ELT)) (|cothIfCan| (#1# 19 T ELT)) (|cotIfCan| (#1# 7 T ELT)) (|coshIfCan| (#1# 17 T ELT)) (|cosIfCan| (#1# 5 T ELT)) (|atanhIfCan| (#1# 24 T ELT)) (|atanIfCan| (#1# 12 T ELT)) (|asinhIfCan| (#1# 22 T ELT)) (|asinIfCan| (#1# 10 T ELT)) (|asechIfCan| (#1# 26 T ELT)) (|asecIfCan| (#1# 14 T ELT)) (|acschIfCan| (#1# 27 T ELT)) (|acscIfCan| (#1# 15 T ELT)) (|acothIfCan| (#1# 25 T ELT)) (|acotIfCan| (#1# 13 T ELT)) (|acoshIfCan| (#1# 23 T ELT)) (|acosIfCan| (#1# 11 T ELT)))
(((|PartialTranscendentalFunctions| |#1|) (|Category|) (|TranscendentalFunctionCategory|)) (T |PartialTranscendentalFunctions|))
-((|acschIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|asechIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|acothIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|atanhIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|acoshIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|asinhIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|cschIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|sechIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|cothIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|tanhIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|coshIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|sinhIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|acscIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|asecIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|acotIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|atanIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|acosIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|asinIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|cscIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|secIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|cotIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|tanIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|cosIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|sinIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|logIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|expIfCan| (*1 *2 *2) (|partial| AND (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|nthRootIfCan| (*1 *2 *2 *3) (|partial| AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) (|ofCategory| *2 (|TranscendentalFunctionCategory|)))))
-(|Join| (CATEGORY |package| (SIGNATURE |nthRootIfCan| ((|Union| |t#1| "failed") |t#1| (|NonNegativeInteger|))) (SIGNATURE |expIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |logIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |sinIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |cosIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |tanIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |cotIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |secIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |cscIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |asinIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |acosIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |atanIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |acotIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |asecIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |acscIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |sinhIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |coshIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |tanhIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |cothIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |sechIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |cschIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |asinhIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |acoshIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |atanhIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |acothIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |asechIfCan| ((|Union| |t#1| "failed") |t#1|)) (SIGNATURE |acschIfCan| ((|Union| |t#1| "failed") |t#1|))))
+((|acschIfCan| #1=(*1 *2 *2) #2=(|partial| AND #3=(|ofCategory| *1 (|PartialTranscendentalFunctions| *2)) #4=(|ofCategory| *2 (|TranscendentalFunctionCategory|)))) (|asechIfCan| #1# #2#) (|acothIfCan| #1# #2#) (|atanhIfCan| #1# #2#) (|acoshIfCan| #1# #2#) (|asinhIfCan| #1# #2#) (|cschIfCan| #1# #2#) (|sechIfCan| #1# #2#) (|cothIfCan| #1# #2#) (|tanhIfCan| #1# #2#) (|coshIfCan| #1# #2#) (|sinhIfCan| #1# #2#) (|acscIfCan| #1# #2#) (|asecIfCan| #1# #2#) (|acotIfCan| #1# #2#) (|atanIfCan| #1# #2#) (|acosIfCan| #1# #2#) (|asinIfCan| #1# #2#) (|cscIfCan| #1# #2#) (|secIfCan| #1# #2#) (|cotIfCan| #1# #2#) (|tanIfCan| #1# #2#) (|cosIfCan| #1# #2#) (|sinIfCan| #1# #2#) (|logIfCan| #1# #2#) (|expIfCan| #1# #2#) (|nthRootIfCan| (*1 *2 *2 *3) (|partial| AND (|isDomain| *3 (|NonNegativeInteger|)) #3# #4#)))
+(|Join| (CATEGORY |package| (SIGNATURE |nthRootIfCan| (#1=(|Union| |t#1| "failed") |t#1| (|NonNegativeInteger|))) (SIGNATURE |expIfCan| #2=(#1# |t#1|)) (SIGNATURE |logIfCan| #2#) (SIGNATURE |sinIfCan| #2#) (SIGNATURE |cosIfCan| #2#) (SIGNATURE |tanIfCan| #2#) (SIGNATURE |cotIfCan| #2#) (SIGNATURE |secIfCan| #2#) (SIGNATURE |cscIfCan| #2#) (SIGNATURE |asinIfCan| #2#) (SIGNATURE |acosIfCan| #2#) (SIGNATURE |atanIfCan| #2#) (SIGNATURE |acotIfCan| #2#) (SIGNATURE |asecIfCan| #2#) (SIGNATURE |acscIfCan| #2#) (SIGNATURE |sinhIfCan| #2#) (SIGNATURE |coshIfCan| #2#) (SIGNATURE |tanhIfCan| #2#) (SIGNATURE |cothIfCan| #2#) (SIGNATURE |sechIfCan| #2#) (SIGNATURE |cschIfCan| #2#) (SIGNATURE |asinhIfCan| #2#) (SIGNATURE |acoshIfCan| #2#) (SIGNATURE |atanhIfCan| #2#) (SIGNATURE |acothIfCan| #2#) (SIGNATURE |asechIfCan| #2#) (SIGNATURE |acschIfCan| #2#)))
((|pushup| (#1=(|#4| |#4| (|List| |#3|)) 57 T ELT) (#2=(|#4| |#4| |#3|) 56 T ELT)) (|pushdown| (#1# 24 T ELT) (#2# 20 T ELT)) (|map| ((|#4| (|Mapping| |#4| (|Polynomial| |#1|)) |#4|) 33 T ELT)))
(((|PushVariables| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |pushdown| #1=(|#4| |#4| |#3|)) (SIGNATURE |pushdown| #2=(|#4| |#4| (|List| |#3|))) (SIGNATURE |pushup| #1#) (SIGNATURE |pushup| #2#) (SIGNATURE |map| (|#4| (|Mapping| |#4| #3=(|Polynomial| |#1|)) |#4|))) (|Ring|) (|OrderedAbelianMonoidSup|) (|Join| (|OrderedSet|) (CATEGORY |domain| (SIGNATURE |convert| (#4=(|Symbol|) $)) (SIGNATURE |variable| ((|Union| $ "failed") #4#)))) (|PolynomialCategory| #3# |#2| |#3|)) (T |PushVariables|))
((|map| (*1 *2 *3 *2) (AND (|isDomain| *3 (|Mapping| *2 #1=(|Polynomial| *4))) #2=(|ofCategory| *4 (|Ring|)) #3=(|ofCategory| *2 (|PolynomialCategory| #1# *5 *6)) #4=(|ofCategory| *5 (|OrderedAbelianMonoidSup|)) #5=(|ofCategory| *6 #6=(|Join| (|OrderedSet|) (CATEGORY |domain| (SIGNATURE |convert| (#7=(|Symbol|) $)) (SIGNATURE |variable| ((|Union| $ "failed") #7#))))) #8=(|isDomain| *1 (|PushVariables| *4 *5 *6 *2)))) (|pushup| #9=(*1 *2 *2 *3) #10=(AND (|isDomain| *3 (|List| *6)) #5# #2# #4# #8# #3#)) (|pushup| #9# #11=(AND #2# #4# (|ofCategory| *3 #6#) (|isDomain| *1 (|PushVariables| *4 *5 *3 *2)) (|ofCategory| *2 (|PolynomialCategory| #1# *5 *3)))) (|pushdown| #9# #10#) (|pushdown| #9# #11#))
@@ -3009,11 +3009,11 @@ NIL
((|retractIfCan| (((|Union| |#2| #1="failed") $) NIL T ELT) (((|Union| #2=(|Symbol|) #1#) $) 72 T ELT) (((|Union| #3=(|Fraction| #4=(|Integer|)) #1#) $) NIL T ELT) (((|Union| #4# #1#) $) 102 T ELT)) (|retract| ((|#2| $) NIL T ELT) ((#2# $) 67 T ELT) ((#3# $) NIL T ELT) ((#4# $) 99 T ELT)) (|reducedSystem| ((#5=(|Matrix| #4#) #6=(|Matrix| $)) NIL T ELT) (((|Record| (|:| |mat| #5#) (|:| |vec| (|Vector| #4#))) #6# #7=(|Vector| $)) NIL T ELT) (((|Record| (|:| |mat| #8=(|Matrix| |#2|)) (|:| |vec| (|Vector| |#2|))) #6# #7#) 121 T ELT) ((#8# #6#) 35 T ELT)) (|random| (#9=($) 105 T ELT)) (|patternMatch| ((#10=(|PatternMatchResult| #4# $) $ #11=(|Pattern| #4#) #10#) 82 T ELT) ((#12=(|PatternMatchResult| #13=(|Float|) $) $ #14=(|Pattern| #13#) #12#) 91 T ELT)) (|numerator| (#15=($ $) 10 T ELT)) (|nextItem| (((|Maybe| $) $) 27 T ELT)) (|map| (($ #16=(|Mapping| |#2| |#2|) $) 29 T ELT)) (|init| (#9# 16 T CONST)) (|fractionPart| (#15# 61 T ELT)) (|differentiate| (($ $ #16#) 43 T ELT) (($ $ #16# #17=(|NonNegativeInteger|)) NIL T ELT) (($ $ #2#) NIL T ELT) (($ $ #18=(|List| #2#)) NIL T ELT) (($ $ #2# #17#) NIL T ELT) (($ $ #18# (|List| #17#)) NIL T ELT) #19=(#15# NIL T ELT) (($ $ #17#) NIL T ELT)) (|denominator| (#15# 12 T ELT)) (|convert| ((#11# $) 77 T ELT) ((#14# $) 86 T ELT) (((|InputForm|) $) 47 T ELT) ((#13# $) 51 T ELT) (((|DoubleFloat|) $) 55 T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #4#) NIL T ELT) #19# (($ #3#) 97 T ELT) (($ |#2|) NIL T ELT) (($ #2#) 64 T ELT)) (|characteristic| ((#17#) 38 T CONST)) (< (((|Boolean|) $ $) 57 T ELT)))
(((|QuotientFieldCategory&| |#1| |#2|) (CATEGORY |package| (SIGNATURE < ((|Boolean|) |#1| |#1|)) (SIGNATURE |differentiate| (|#1| |#1| #1=(|NonNegativeInteger|))) (SIGNATURE |differentiate| #2=(|#1| |#1|)) (SIGNATURE |differentiate| (|#1| |#1| #3=(|List| #4=(|Symbol|)) (|List| #1#))) (SIGNATURE |differentiate| (|#1| |#1| #4# #1#)) (SIGNATURE |differentiate| (|#1| |#1| #3#)) (SIGNATURE |differentiate| (|#1| |#1| #4#)) (SIGNATURE |init| #5=(|#1|) |constant|) (SIGNATURE |nextItem| ((|Maybe| |#1|) |#1|)) (SIGNATURE |retractIfCan| ((|Union| #6=(|Integer|) #7="failed") |#1|)) (SIGNATURE |retract| (#6# |#1|)) (SIGNATURE |retractIfCan| ((|Union| #8=(|Fraction| #6#) #7#) |#1|)) (SIGNATURE |retract| (#8# |#1|)) (SIGNATURE |convert| ((|DoubleFloat|) |#1|)) (SIGNATURE |convert| (#9=(|Float|) |#1|)) (SIGNATURE |convert| ((|InputForm|) |#1|)) (SIGNATURE |coerce| (|#1| #4#)) (SIGNATURE |retractIfCan| ((|Union| #4# #7#) |#1|)) (SIGNATURE |retract| (#4# |#1|)) (SIGNATURE |random| #5#) (SIGNATURE |fractionPart| #2#) (SIGNATURE |denominator| #2#) (SIGNATURE |numerator| #2#) (SIGNATURE |patternMatch| (#10=(|PatternMatchResult| #9# |#1|) |#1| #11=(|Pattern| #9#) #10#)) (SIGNATURE |patternMatch| (#12=(|PatternMatchResult| #6# |#1|) |#1| #13=(|Pattern| #6#) #12#)) (SIGNATURE |convert| (#11# |#1|)) (SIGNATURE |convert| (#13# |#1|)) (SIGNATURE |reducedSystem| (#14=(|Matrix| |#2|) #15=(|Matrix| |#1|))) (SIGNATURE |reducedSystem| ((|Record| (|:| |mat| #14#) (|:| |vec| (|Vector| |#2|))) #15# #16=(|Vector| |#1|))) (SIGNATURE |reducedSystem| ((|Record| (|:| |mat| #17=(|Matrix| #6#)) (|:| |vec| (|Vector| #6#))) #15# #16#)) (SIGNATURE |reducedSystem| (#17# #15#)) (SIGNATURE |differentiate| (|#1| |#1| #18=(|Mapping| |#2| |#2|) #1#)) (SIGNATURE |differentiate| (|#1| |#1| #18#)) (SIGNATURE |map| (|#1| #18# |#1|)) (SIGNATURE |retractIfCan| ((|Union| |#2| #7#) |#1|)) (SIGNATURE |retract| (|#2| |#1|)) (SIGNATURE |coerce| (|#1| |#2|)) (SIGNATURE |coerce| (|#1| #8#)) (SIGNATURE |coerce| #2#) (SIGNATURE |characteristic| (#1#) |constant|) (SIGNATURE |coerce| (|#1| #6#)) (SIGNATURE |coerce| ((|OutputForm|) |#1|))) (|QuotientFieldCategory| |#2|) (|IntegralDomain|)) (T |QuotientFieldCategory&|))
((|characteristic| (*1 *2) (AND (|ofCategory| *4 (|IntegralDomain|)) (|isDomain| *2 (|NonNegativeInteger|)) (|isDomain| *1 (|QuotientFieldCategory&| *3 *4)) (|ofCategory| *3 (|QuotientFieldCategory| *4)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|wholePart| ((|#1| $) 174 (|has| |#1| (|EuclideanDomain|)) ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#3=(|Boolean|) $) 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePolynomial| (#4=((|Factored| #5=(|SparseUnivariatePolynomial| $)) #5#) 165 (|has| |#1| . #6=((|PolynomialFactorizationExplicit|))) ELT)) (|squareFreePart| (($ $) 92 T ELT)) (|squareFree| (#7=((|Factored| $) $) 91 T ELT)) (|solveLinearPolynomialEquation| (((|Union| #8=(|List| #5#) #9="failed") #8# #5#) 168 (|has| |#1| . #6#) ELT)) (|sizeLess?| (((|Boolean|) $ $) 76 T ELT)) (|sign| (((|Integer|) $) 155 (|has| |#1| . #10=((|OrderedIntegralDomain|))) ELT)) (|sample| (#11=($) 23 T CONST)) (|retractIfCan| (((|Union| |#1| . #12=("failed")) . #13=($)) 204 T ELT) (((|Union| #14=(|Symbol|) . #12#) . #13#) 163 (|has| |#1| . #15=((|RetractableTo| (|Symbol|)))) ELT) (((|Union| #16=(|Fraction| (|Integer|)) . #12#) . #13#) 146 (|has| |#1| . #17=((|RetractableTo| (|Integer|)))) ELT) (((|Union| #18=(|Integer|) . #12#) . #13#) 144 (|has| |#1| . #19=((|RetractableTo| (|Integer|)))) ELT)) (|retract| ((|#1| . #20=($)) 205 T ELT) ((#14# . #20#) 164 (|has| |#1| . #15#) ELT) ((#16# . #20#) 147 (|has| |#1| . #17#) ELT) ((#18# . #20#) 145 (|has| |#1| . #19#) ELT)) (|rem| (#21=($ $ $) 72 T ELT)) (|reducedSystem| (((|Matrix| #22=(|Integer|)) . #23=(#24=(|Matrix| $))) 189 (|has| |#1| . #25=((|LinearlyExplicitRingOver| #22#))) ELT) (((|Record| (|:| |mat| (|Matrix| #22#)) (|:| |vec| (|Vector| #22#))) . #26=(#24# #27=(|Vector| $))) 188 (|has| |#1| . #25#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #26#) 187 T ELT) (((|Matrix| |#1|) . #23#) 186 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|random| (($) 172 (|has| |#1| (|IntegerNumberSystem|)) ELT)) (|quo| (#21# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #28=(|List| $)) (|:| |generator| $)) #28#) 67 T ELT)) (|prime?| (((|Boolean|) $) 90 T ELT)) (|positive?| (((|Boolean|) $) 157 (|has| |#1| . #10#) ELT)) (|patternMatch| (((|PatternMatchResult| #29=(|Integer|) . #30=($)) $ (|Pattern| #29#) (|PatternMatchResult| #29# . #30#)) 181 (|has| |#1| (|PatternMatchable| #29#)) ELT) (((|PatternMatchResult| #31=(|Float|) . #30#) $ (|Pattern| #31#) (|PatternMatchResult| #31# . #30#)) 180 (|has| |#1| (|PatternMatchable| #31#)) ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|numerator| (($ $) 176 T ELT)) (|numer| ((|#1| $) 178 T ELT)) (|nextItem| (((|Maybe| $) $) 143 (|has| |#1| . #32=((|StepThrough|))) ELT)) (|negative?| (((|Boolean|) $) 156 (|has| |#1| . #10#) ELT)) (|multiEuclidean| (((|Union| #33=(|List| $) #34="failed") #33# $) 69 T ELT)) (|min| (#35=($ $ $) 148 (|has| |#1| . #36=((|OrderedSet|))) ELT)) (|max| (#35# 149 (|has| |#1| . #36#) ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 196 T ELT)) (|leftReducedSystem| (((|Matrix| #22#) . #37=(#27#)) 191 (|has| |#1| . #25#) ELT) (((|Record| (|:| |mat| (|Matrix| #22#)) (|:| |vec| (|Vector| #22#))) . #38=(#27# $)) 190 (|has| |#1| . #25#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #38#) 185 T ELT) (((|Matrix| |#1|) . #37#) 184 T ELT)) (|lcm| (#39=($ $ $) 61 T ELT) (#40=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 89 T ELT)) (|init| (($) 142 (|has| |#1| . #32#) CONST)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#41=(|SparseUnivariatePolynomial| $) #41# #41#) 59 T ELT)) (|gcd| (#39# 63 T ELT) (#40# 62 T ELT)) (|fractionPart| (($ $) 173 (|has| |#1| (|EuclideanDomain|)) ELT)) (|floor| ((|#1| $) 170 (|has| |#1| (|IntegerNumberSystem|)) ELT)) (|factorSquareFreePolynomial| (#4# 167 (|has| |#1| . #6#) ELT)) (|factorPolynomial| (#4# 166 (|has| |#1| . #6#) ELT)) (|factor| (#7# 93 T ELT)) (|extendedEuclidean| (((|Record| #42=(|:| |coef1| $) #43=(|:| |coef2| $) (|:| |generator| $)) $ $) 71 T ELT) (((|Union| (|Record| #42# #43#) #34#) $ $ $) 70 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #28#) #28# $) 66 T ELT)) (|eval| (($ $ (|List| |#1|) (|List| |#1|)) 202 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ |#1| |#1|) 201 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ (|Equation| |#1|)) 200 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ (|List| (|Equation| |#1|))) 199 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ (|List| #44=(|Symbol|)) (|List| |#1|)) 198 (|has| |#1| (|InnerEvalable| #44# |#1|)) ELT) (($ $ #44# |#1|) 197 (|has| |#1| (|InnerEvalable| #44# |#1|)) ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 75 T ELT)) (|elt| (($ $ |#1|) 203 (|has| |#1| (|Eltable| |#1| |#1|)) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|differentiate| (($ $ (|Mapping| |#1| |#1|)) 195 T ELT) (($ $ (|Mapping| |#1| |#1|) . #45=((|NonNegativeInteger|))) 194 T ELT) (($ . #46=($)) 141 (|has| |#1| . #47=((|DifferentialSpace|))) ELT) (#48=($ $ (|NonNegativeInteger|)) 139 (|has| |#1| . #47#) ELT) (($ $ #49=(|Symbol|)) 137 (|has| |#1| . #50=((|PartialDifferentialSpace| (|Symbol|)))) ELT) (($ $ (|List| #49#)) 135 (|has| |#1| . #50#) ELT) (($ $ #49# . #51=(#52=(|NonNegativeInteger|))) 134 (|has| |#1| . #50#) ELT) (($ $ (|List| #49#) . #53=((|List| #52#))) 133 (|has| |#1| . #50#) ELT)) (|denominator| (($ $) 175 T ELT)) (|denom| ((|#1| $) 177 T ELT)) (|convert| ((#54=(|Pattern| (|Integer|)) . #55=($)) 183 (|has| |#1| (|ConvertibleTo| #54#)) ELT) ((#56=(|Pattern| (|Float|)) . #55#) 182 (|has| |#1| (|ConvertibleTo| #56#)) ELT) (((|InputForm|) . #55#) 160 (|has| |#1| (|ConvertibleTo| (|InputForm|))) ELT) (((|Float|) . #55#) 159 (|has| |#1| . #57=((|RealConstant|))) ELT) (((|DoubleFloat|) . #55#) 158 (|has| |#1| . #57#) ELT)) (|conditionP| (((|Union| (|Vector| $) #9#) (|Matrix| $)) 169 (|and| #58=(|has| $ (|CharacteristicNonZero|)) (|has| |#1| . #6#)) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT) (($ #59=(|Fraction| #60=(|Integer|))) 85 T ELT) (($ |#1|) 208 T ELT) (($ #14#) 162 (|has| |#1| . #15#) ELT)) (|charthRoot| (((|Maybe| $) $) 161 (OR (|has| |#1| (|CharacteristicNonZero|)) (|and| #58# (|has| |#1| . #6#))) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|ceiling| ((|#1| $) 171 (|has| |#1| (|IntegerNumberSystem|)) ELT)) (|before?| (#1# 6 T ELT)) (|associates?| ((#3# $ $) 54 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|abs| (($ $) 154 (|has| |#1| . #10#) ELT)) (|Zero| (#11# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ (|Mapping| |#1| |#1|)) 193 T ELT) (($ $ (|Mapping| |#1| |#1|) . #45#) 192 T ELT) (($ . #46#) 140 (|has| |#1| . #47#) ELT) (#48# 138 (|has| |#1| . #47#) ELT) (($ $ #49#) 136 (|has| |#1| . #50#) ELT) (($ $ (|List| #49#)) 132 (|has| |#1| . #50#) ELT) (($ $ #49# . #51#) 131 (|has| |#1| . #50#) ELT) (($ $ (|List| #49#) . #53#) 130 (|has| |#1| . #50#) ELT)) (>= (#61=((|Boolean|) $ $) 150 (|has| |#1| . #36#) ELT)) (> (#61# 152 (|has| |#1| . #36#) ELT)) (= (#1# 8 T ELT)) (<= (#61# 151 (|has| |#1| . #36#) ELT)) (< (#61# 153 (|has| |#1| . #36#) ELT)) (/ (($ $ $) 84 T ELT) (($ |#1| |#1|) 179 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #60#) 88 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #62=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ #59#) 87 T ELT) (($ #59# . #62#) 86 T ELT) (($ |#1| . #62#) 207 T ELT) (($ $ |#1|) 206 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|wholePart| (#4=(|#1| $) 174 #5=(|has| |#1| (|EuclideanDomain|)) ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#6=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|subtractIfCan| ((#7=(|Maybe| $) $ $) 26 T ELT)) (|squareFreePolynomial| (#8=((|Factored| #9=(|SparseUnivariatePolynomial| $)) #9#) 165 #10=(|has| |#1| (|PolynomialFactorizationExplicit|)) ELT)) (|squareFreePart| (#6# 92 T ELT)) (|squareFree| (#11=((|Factored| $) $) 91 T ELT)) (|solveLinearPolynomialEquation| (((|Union| #12=(|List| #9#) #13="failed") #12# #9#) 168 #10# ELT)) (|sizeLess?| (#1# 76 T ELT)) (|sign| (#14=(#15=(|Integer|) $) 155 #16=(|has| |#1| (|OrderedIntegralDomain|)) ELT)) (|sample| (#17=($) 23 T CONST)) (|retractIfCan| (((|Union| |#1| . #18=(#13#)) . #19=($)) 204 T ELT) (((|Union| #20=(|Symbol|) . #18#) . #19#) 163 #21=(|has| |#1| (|RetractableTo| #20#)) ELT) (((|Union| #22=(|Fraction| #15#) . #18#) . #19#) 146 #23=(|has| |#1| (|RetractableTo| #15#)) ELT) (((|Union| #15# . #18#) . #19#) 144 #23# ELT)) (|retract| (#4# 205 T ELT) ((#20# . #24=($)) 164 #21# ELT) ((#22# . #24#) 147 #23# ELT) (#14# 145 #23# ELT)) (|rem| (#25=($ $ $) 72 T ELT)) (|reducedSystem| ((#26=(|Matrix| #15#) . #27=(#28=(|Matrix| $))) 189 #29=(|has| |#1| (|LinearlyExplicitRingOver| #15#)) ELT) ((#30=(|Record| (|:| |mat| #26#) (|:| |vec| (|Vector| #15#))) . #31=(#28# #32=(|Vector| $))) 188 #29# ELT) ((#33=(|Record| (|:| |mat| #34=(|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #31#) 187 T ELT) ((#34# . #27#) 186 T ELT)) (|recip| ((#35=(|Union| $ #13#) $) 43 T ELT)) (|random| (#17# 172 #36=(|has| |#1| (|IntegerNumberSystem|)) ELT)) (|quo| (#25# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #37=(|List| $)) #38=(|:| |generator| $)) #37#) 67 T ELT)) (|prime?| (#3# 90 T ELT)) (|positive?| (#3# 157 #16# ELT)) (|patternMatch| ((#39=(|PatternMatchResult| #15# . #40=($)) $ #41=(|Pattern| #15#) #39#) 181 (|has| |#1| (|PatternMatchable| #15#)) ELT) ((#42=(|PatternMatchResult| #43=(|Float|) . #40#) $ #44=(|Pattern| #43#) #42#) 180 (|has| |#1| (|PatternMatchable| #43#)) ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|numerator| (#6# 176 T ELT)) (|numer| (#4# 178 T ELT)) (|nextItem| (#45=(#7# $) 143 #46=(|has| |#1| (|StepThrough|)) ELT)) (|negative?| (#3# 156 #16# ELT)) (|multiEuclidean| (((|Union| #37# #13#) #37# $) 69 T ELT)) (|min| (#25# 148 #47=(|has| |#1| (|OrderedSet|)) ELT)) (|max| (#25# 149 #47# ELT)) (|map| (($ #48=(|Mapping| |#1| |#1|) $) 196 T ELT)) (|leftReducedSystem| ((#26# . #49=(#32#)) 191 #29# ELT) ((#30# . #50=(#32# $)) 190 #29# ELT) ((#33# . #50#) 185 T ELT) ((#34# . #49#) 184 T ELT)) (|lcm| (#25# 61 T ELT) (#51=($ #37#) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#6# 89 T ELT)) (|init| (#17# 142 #46# CONST)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#9# #9# #9#) 59 T ELT)) (|gcd| (#25# 63 T ELT) (#51# 62 T ELT)) (|fractionPart| (#6# 173 #5# ELT)) (|floor| (#4# 170 #36# ELT)) (|factorSquareFreePolynomial| (#8# 167 #10# ELT)) (|factorPolynomial| (#8# 166 #10# ELT)) (|factor| (#11# 93 T ELT)) (|extendedEuclidean| (((|Record| #52=(|:| |coef1| $) #53=(|:| |coef2| $) #38#) $ $) 71 T ELT) (((|Union| (|Record| #52# #53#) #13#) $ $ $) 70 T ELT)) (|exquo| ((#35# $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #37#) #37# $) 66 T ELT)) (|eval| (($ $ #54=(|List| |#1|) #54#) 202 #55=(|has| |#1| (|Evalable| |#1|)) ELT) (($ $ |#1| |#1|) 201 #55# ELT) (($ $ #56=(|Equation| |#1|)) 200 #55# ELT) (($ $ (|List| #56#)) 199 #55# ELT) (($ $ #57=(|List| #20#) #54#) 198 #58=(|has| |#1| (|InnerEvalable| #20# |#1|)) ELT) (($ $ #20# |#1|) 197 #58# ELT)) (|euclideanSize| ((#59=(|NonNegativeInteger|) $) 75 T ELT)) (|elt| (#60=($ $ |#1|) 203 (|has| |#1| (|Eltable| |#1| |#1|)) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|differentiate| (#61=($ $ #48#) 195 T ELT) (#62=($ $ #48# #59#) 194 T ELT) (#6# 141 #63=(|has| |#1| (|DifferentialSpace|)) ELT) (#64=($ $ #59#) 139 #63# ELT) (#65=($ $ #20#) 137 #66=(|has| |#1| (|PartialDifferentialSpace| #20#)) ELT) (#67=($ $ #57#) 135 #66# ELT) (#68=($ $ #20# #59#) 134 #66# ELT) (#69=($ $ #57# (|List| #59#)) 133 #66# ELT)) (|denominator| (#6# 175 T ELT)) (|denom| (#4# 177 T ELT)) (|convert| ((#41# . #70=($)) 183 (|has| |#1| (|ConvertibleTo| #41#)) ELT) ((#44# . #70#) 182 (|has| |#1| (|ConvertibleTo| #44#)) ELT) ((#71=(|InputForm|) . #70#) 160 (|has| |#1| (|ConvertibleTo| #71#)) ELT) ((#43# . #70#) 159 #72=(|has| |#1| (|RealConstant|)) ELT) (((|DoubleFloat|) . #70#) 158 #72# ELT)) (|conditionP| (((|Union| #32# #13#) #28#) 169 #73=(|and| (|has| $ #74=(|CharacteristicNonZero|)) #10#) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #15#) 42 T ELT) (#6# 58 T ELT) (($ #22#) 85 T ELT) (($ |#1|) 208 T ELT) (($ #20#) 162 #21# ELT)) (|charthRoot| (#45# 161 (OR (|has| |#1| #74#) #73#) ELT)) (|characteristic| ((#59#) 41 T CONST)) (|ceiling| (#4# 171 #36# ELT)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 54 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|abs| (#6# 154 #16# ELT)) (|Zero| (#17# 24 T CONST)) (|One| (#17# 46 T CONST)) (D (#61# 193 T ELT) (#62# 192 T ELT) (#6# 140 #63# ELT) (#64# 138 #63# ELT) (#65# 136 #66# ELT) (#67# 132 #66# ELT) (#68# 131 #66# ELT) (#69# 130 #66# ELT)) (>= (#1# 150 #47# ELT)) (> (#1# 152 #47# ELT)) (= (#1# 8 T ELT)) (<= (#1# 151 #47# ELT)) (< (#1# 153 #47# ELT)) (/ (#25# 84 T ELT) (($ |#1| |#1|) 179 T ELT)) (- (#6# 30 T ELT) (#25# 29 T ELT)) (+ (#25# 18 T ELT)) (** (($ $ #75=(|PositiveInteger|)) 36 T ELT) (#64# 44 T ELT) (($ $ #15#) 88 T ELT)) (* (($ #75# $) 17 T ELT) (($ #59# $) 21 T ELT) (($ #15# . #76=($)) 31 T ELT) (#25# 35 T ELT) (($ $ #22#) 87 T ELT) (($ #22# . #76#) 86 T ELT) (($ |#1| . #76#) 207 T ELT) (#60# 206 T ELT)))
(((|QuotientFieldCategory| |#1|) (|Category|) (|IntegralDomain|)) (T |QuotientFieldCategory|))
-((/ (*1 *1 *2 *2) (AND (|ofCategory| *1 (|QuotientFieldCategory| *2)) (|ofCategory| *2 (|IntegralDomain|)))) (|numer| (*1 *2 *1) (AND (|ofCategory| *1 (|QuotientFieldCategory| *2)) (|ofCategory| *2 (|IntegralDomain|)))) (|denom| (*1 *2 *1) (AND (|ofCategory| *1 (|QuotientFieldCategory| *2)) (|ofCategory| *2 (|IntegralDomain|)))) (|numerator| (*1 *1 *1) (AND (|ofCategory| *1 (|QuotientFieldCategory| *2)) (|ofCategory| *2 (|IntegralDomain|)))) (|denominator| (*1 *1 *1) (AND (|ofCategory| *1 (|QuotientFieldCategory| *2)) (|ofCategory| *2 (|IntegralDomain|)))) (|wholePart| (*1 *2 *1) (AND (|ofCategory| *1 (|QuotientFieldCategory| *2)) (|ofCategory| *2 (|IntegralDomain|)) (|ofCategory| *2 (|EuclideanDomain|)))) (|fractionPart| (*1 *1 *1) (AND (|ofCategory| *1 (|QuotientFieldCategory| *2)) (|ofCategory| *2 (|IntegralDomain|)) (|ofCategory| *2 (|EuclideanDomain|)))) (|random| (*1 *1) (AND (|ofCategory| *1 (|QuotientFieldCategory| *2)) (|ofCategory| *2 (|IntegerNumberSystem|)) (|ofCategory| *2 (|IntegralDomain|)))) (|ceiling| (*1 *2 *1) (AND (|ofCategory| *1 (|QuotientFieldCategory| *2)) (|ofCategory| *2 (|IntegralDomain|)) (|ofCategory| *2 (|IntegerNumberSystem|)))) (|floor| (*1 *2 *1) (AND (|ofCategory| *1 (|QuotientFieldCategory| *2)) (|ofCategory| *2 (|IntegralDomain|)) (|ofCategory| *2 (|IntegerNumberSystem|)))))
-(|Join| (|Field|) (|Algebra| |t#1|) (|RetractableTo| |t#1|) (|FullyEvalableOver| |t#1|) (|DifferentialExtension| |t#1|) (|FullyLinearlyExplicitRingOver| |t#1|) (|Patternable| |t#1|) (|FullyPatternMatchable| |t#1|) (CATEGORY |domain| (SIGNATURE / ($ |t#1| |t#1|)) (SIGNATURE |numer| (|t#1| $)) (SIGNATURE |denom| (|t#1| $)) (SIGNATURE |numerator| ($ $)) (SIGNATURE |denominator| ($ $)) (IF (|has| |t#1| (|StepThrough|)) (ATTRIBUTE (|StepThrough|)) |%noBranch|) (IF (|has| |t#1| (|RetractableTo| (|Integer|))) (PROGN (ATTRIBUTE (|RetractableTo| (|Integer|))) (ATTRIBUTE (|RetractableTo| (|Fraction| (|Integer|))))) |%noBranch|) (IF (|has| |t#1| (|OrderedSet|)) (ATTRIBUTE (|OrderedSet|)) |%noBranch|) (IF (|has| |t#1| (|OrderedIntegralDomain|)) (ATTRIBUTE (|OrderedIntegralDomain|)) |%noBranch|) (IF (|has| |t#1| (|RealConstant|)) (ATTRIBUTE (|RealConstant|)) |%noBranch|) (IF (|has| |t#1| (|ConvertibleTo| (|InputForm|))) (ATTRIBUTE (|ConvertibleTo| (|InputForm|))) |%noBranch|) (IF (|has| |t#1| (|CharacteristicZero|)) (ATTRIBUTE (|CharacteristicZero|)) |%noBranch|) (IF (|has| |t#1| (|CharacteristicNonZero|)) (ATTRIBUTE (|CharacteristicNonZero|)) |%noBranch|) (IF (|has| |t#1| (|RetractableTo| (|Symbol|))) (ATTRIBUTE (|RetractableTo| (|Symbol|))) |%noBranch|) (IF (|has| |t#1| (|EuclideanDomain|)) (PROGN (SIGNATURE |wholePart| (|t#1| $)) (SIGNATURE |fractionPart| ($ $))) |%noBranch|) (IF (|has| |t#1| (|IntegerNumberSystem|)) (PROGN (SIGNATURE |random| ($)) (SIGNATURE |ceiling| (|t#1| $)) (SIGNATURE |floor| (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (|PolynomialFactorizationExplicit|)) (ATTRIBUTE (|PolynomialFactorizationExplicit|)) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) . T) ((|Algebra| |#1|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) OR (|has| |#1| (|OrderedIntegralDomain|)) (|has| |#1| (|CharacteristicZero|))) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| #2=(|Symbol|)) |has| |#1| (|RetractableTo| (|Symbol|))) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|ConvertibleTo| (|DoubleFloat|)) |has| |#1| (|RealConstant|)) ((|ConvertibleTo| (|Float|)) |has| |#1| (|RealConstant|)) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|ConvertibleTo| (|Pattern| (|Float|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) ((|ConvertibleTo| (|Pattern| (|Integer|))) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) ((|DifferentialDomain| $) OR (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|DifferentialRing|))) ((|DifferentialExtension| |#1|) . T) ((|DifferentialRing|) |has| |#1| (|DifferentialRing|)) ((|DifferentialSpace|) OR (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|DifferentialRing|))) ((|DifferentialSpaceExtension| |#1|) . T) ((|DivisionRing|) . T) ((|Eltable| |#1| $) |has| |#1| (|Eltable| |#1| |#1|)) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Evalable| |#1|) |has| |#1| (|Evalable| |#1|)) ((|Field|) . T) ((|FullyEvalableOver| |#1|) . T) ((|FullyLinearlyExplicitRingOver| |#1|) . T) ((|FullyPatternMatchable| |#1|) . T) ((|Functorial| |#1|) . T) ((|GcdDomain|) . T) ((|InnerEvalable| (|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)) ((|InnerEvalable| |#1| |#1|) |has| |#1| (|Evalable| |#1|)) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| #3=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| |#1|) . T) ((|LinearSet| $) . T) ((|LinearlyExplicitRingOver| #3#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|Module| #1#) . T) ((|Module| |#1|) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|OrderedAbelianGroup|) |has| |#1| (|OrderedIntegralDomain|)) ((|OrderedAbelianMonoid|) |has| |#1| (|OrderedIntegralDomain|)) ((|OrderedAbelianSemiGroup|) |has| |#1| (|OrderedIntegralDomain|)) ((|OrderedCancellationAbelianMonoid|) |has| |#1| (|OrderedIntegralDomain|)) ((|OrderedIntegralDomain|) |has| |#1| (|OrderedIntegralDomain|)) ((|OrderedRing|) |has| |#1| (|OrderedIntegralDomain|)) ((|OrderedSet|) OR (|has| |#1| (|OrderedSet|)) (|has| |#1| (|OrderedIntegralDomain|))) ((|OrderedType|) OR (|has| |#1| (|OrderedSet|)) (|has| |#1| (|OrderedIntegralDomain|))) ((|PartialDifferentialDomain| $ #4=(|Symbol|)) OR (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) ((|PartialDifferentialRing| (|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) ((|PartialDifferentialSpace| #4#) OR (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) ((|PatternMatchable| (|Float|)) |has| |#1| (|PatternMatchable| (|Float|))) ((|PatternMatchable| (|Integer|)) |has| |#1| (|PatternMatchable| (|Integer|))) ((|Patternable| |#1|) . T) ((|PolynomialFactorizationExplicit|) |has| |#1| (|PolynomialFactorizationExplicit|)) ((|PrincipalIdealDomain|) . T) ((|RealConstant|) |has| |#1| (|RealConstant|)) ((|RetractableTo| (|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| (|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| #2#) |has| |#1| (|RetractableTo| (|Symbol|))) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| |#1|) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|StepThrough|) |has| |#1| (|StepThrough|)) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
+((/ (*1 *1 *2 *2) #1=(AND #2=(|ofCategory| *1 (|QuotientFieldCategory| *2)) #3=(|ofCategory| *2 (|IntegralDomain|)))) (|numer| #4=(*1 *2 *1) #1#) (|denom| #4# #1#) (|numerator| #5=(*1 *1 *1) #1#) (|denominator| #5# #1#) (|wholePart| #4# #6=(AND #2# #3# (|ofCategory| *2 (|EuclideanDomain|)))) (|fractionPart| #5# #6#) (|random| (*1 *1) (AND #2# #7=(|ofCategory| *2 (|IntegerNumberSystem|)) #3#)) (|ceiling| #4# #8=(AND #2# #3# #7#)) (|floor| #4# #8#))
+(|Join| (|Field|) (|Algebra| |t#1|) (|RetractableTo| |t#1|) (|FullyEvalableOver| |t#1|) (|DifferentialExtension| |t#1|) (|FullyLinearlyExplicitRingOver| |t#1|) (|Patternable| |t#1|) (|FullyPatternMatchable| |t#1|) (CATEGORY |domain| (SIGNATURE / ($ |t#1| |t#1|)) (SIGNATURE |numer| #1=(|t#1| $)) (SIGNATURE |denom| #1#) (SIGNATURE |numerator| #2=($ $)) (SIGNATURE |denominator| #2#) (IF (|has| |t#1| #3=(|StepThrough|)) (ATTRIBUTE #3#) |%noBranch|) (IF (|has| |t#1| #4=(|RetractableTo| #5=(|Integer|))) (PROGN (ATTRIBUTE #4#) (ATTRIBUTE (|RetractableTo| (|Fraction| #5#)))) |%noBranch|) (IF (|has| |t#1| #6=(|OrderedSet|)) (ATTRIBUTE #6#) |%noBranch|) (IF (|has| |t#1| #7=(|OrderedIntegralDomain|)) (ATTRIBUTE #7#) |%noBranch|) (IF (|has| |t#1| #8=(|RealConstant|)) (ATTRIBUTE #8#) |%noBranch|) (IF (|has| |t#1| #9=(|ConvertibleTo| (|InputForm|))) (ATTRIBUTE #9#) |%noBranch|) (IF (|has| |t#1| #10=(|CharacteristicZero|)) (ATTRIBUTE #10#) |%noBranch|) (IF (|has| |t#1| #11=(|CharacteristicNonZero|)) (ATTRIBUTE #11#) |%noBranch|) (IF (|has| |t#1| #12=(|RetractableTo| (|Symbol|))) (ATTRIBUTE #12#) |%noBranch|) (IF (|has| |t#1| (|EuclideanDomain|)) (PROGN (SIGNATURE |wholePart| #1#) (SIGNATURE |fractionPart| #2#)) |%noBranch|) (IF (|has| |t#1| (|IntegerNumberSystem|)) (PROGN (SIGNATURE |random| ($)) (SIGNATURE |ceiling| #1#) (SIGNATURE |floor| #1#)) |%noBranch|) (IF (|has| |t#1| #13=(|PolynomialFactorizationExplicit|)) (ATTRIBUTE #13#) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) . T) ((|Algebra| |#1|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| #3=(|Symbol|)) |has| |#1| (|RetractableTo| (|Symbol|))) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|ConvertibleTo| (|DoubleFloat|)) |has| |#1| (|RealConstant|)) ((|ConvertibleTo| #4=(|Float|)) |has| |#1| (|RealConstant|)) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|ConvertibleTo| (|Pattern| #4#)) |has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) ((|ConvertibleTo| (|Pattern| #2#)) |has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) ((|DifferentialDomain| $) |has| |#1| (|DifferentialSpace|)) ((|DifferentialExtension| |#1|) . T) ((|DifferentialRing|) |has| |#1| (|DifferentialRing|)) ((|DifferentialSpace|) |has| |#1| (|DifferentialSpace|)) ((|DifferentialSpaceExtension| |#1|) . T) ((|DivisionRing|) . T) ((|Eltable| |#1| $) |has| |#1| (|Eltable| |#1| |#1|)) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Evalable| |#1|) |has| |#1| (|Evalable| |#1|)) ((|Field|) . T) ((|FullyEvalableOver| |#1|) . T) ((|FullyLinearlyExplicitRingOver| |#1|) . T) ((|FullyPatternMatchable| |#1|) . T) ((|Functorial| |#1|) . T) ((|GcdDomain|) . T) ((|InnerEvalable| #3# |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)) ((|InnerEvalable| |#1| |#1|) |has| |#1| (|Evalable| |#1|)) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| |#1|) . T) ((|LinearSet| $) . T) ((|LinearlyExplicitRingOver| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|Module| #1#) . T) ((|Module| |#1|) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|OrderedAbelianGroup|) |has| |#1| (|OrderedIntegralDomain|)) ((|OrderedAbelianMonoid|) |has| |#1| (|OrderedIntegralDomain|)) ((|OrderedAbelianSemiGroup|) |has| |#1| (|OrderedIntegralDomain|)) ((|OrderedCancellationAbelianMonoid|) |has| |#1| (|OrderedIntegralDomain|)) ((|OrderedIntegralDomain|) |has| |#1| (|OrderedIntegralDomain|)) ((|OrderedRing|) |has| |#1| (|OrderedIntegralDomain|)) ((|OrderedSet|) |has| |#1| (|OrderedSet|)) ((|OrderedType|) |has| |#1| (|OrderedSet|)) ((|PartialDifferentialDomain| $ #3#) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) ((|PartialDifferentialRing| #3#) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) ((|PartialDifferentialSpace| #3#) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) ((|PatternMatchable| #4#) |has| |#1| (|PatternMatchable| (|Float|))) ((|PatternMatchable| #2#) |has| |#1| (|PatternMatchable| (|Integer|))) ((|Patternable| |#1|) . T) ((|PolynomialFactorizationExplicit|) |has| |#1| (|PolynomialFactorizationExplicit|)) ((|PrincipalIdealDomain|) . T) ((|RealConstant|) |has| |#1| (|RealConstant|)) ((|RetractableTo| #1#) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| #2#) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| #3#) |has| |#1| (|RetractableTo| (|Symbol|))) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| |#1|) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|StepThrough|) |has| |#1| (|StepThrough|)) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
((|map| ((|#4| (|Mapping| |#2| |#1|) |#3|) 14 T ELT)))
(((|QuotientFieldCategoryFunctions2| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |map| (|#4| (|Mapping| |#2| |#1|) |#3|))) #1=(|IntegralDomain|) #1# (|QuotientFieldCategory| |#1|) (|QuotientFieldCategory| |#2|)) (T |QuotientFieldCategoryFunctions2|))
((|map| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Mapping| *6 *5)) (|ofCategory| *5 #1=(|IntegralDomain|)) (|ofCategory| *6 #1#) (|ofCategory| *2 (|QuotientFieldCategory| *6)) (|isDomain| *1 (|QuotientFieldCategoryFunctions2| *5 *6 *4 *2)) (|ofCategory| *4 (|QuotientFieldCategory| *5)))))
@@ -3023,22 +3023,22 @@ NIL
((~= #1=(((|Boolean|) $ $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|expression| (((|SpadAst|) $) 10 T ELT)) (|coerce| (((|OutputForm|) $) 16 T ELT) (($ #2=(|Syntax|)) NIL T ELT) ((#2# $) NIL T ELT)) (|before?| #1#) (= #1#))
(((|QuasiquoteAst|) (|Join| (|SpadSyntaxCategory|) (CATEGORY |domain| (SIGNATURE |expression| ((|SpadAst|) $))))) (T |QuasiquoteAst|))
((|expression| (*1 *2 *1) (AND (|isDomain| *2 (|SpadAst|)) (|isDomain| *1 (|QuasiquoteAst|)))))
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|sample| (#3=($) 6 T CONST)) (|rotate!| (($ $) 44 T ELT)) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 57 (|has| |#1| . #4=((|BasicType|))) ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) 53 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $) 52 T ELT)) (|members| (((|List| |#1|) $) 51 T ELT)) (|member?| ((#5=(|Boolean|) |#1| $) 56 (|has| |#1| . #4#) ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|length| (((|NonNegativeInteger|) $) 43 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #6=((|SetCategory|))) ELT)) (|inspect| ((|#1| . #7=($)) 35 T ELT)) (|insert!| (($ |#1| $) 36 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #6#) ELT)) (|front| ((|#1| $) 42 T ELT)) (|find| (((|Union| |#1| "failed") (|Mapping| #5# |#1|) $) 54 T ELT)) (|extract!| ((|#1| . #7#) 37 T ELT)) (|every?| ((#5# (|Mapping| #5# |#1|) . #8=($)) 49 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT)) (|eq?| ((#9=(|Boolean|) $ $) 10 T ELT)) (|enqueue!| ((|#1| |#1| $) 46 T ELT)) (|empty?| ((#9# $) 7 T ELT)) (|empty| (#3# 8 T ELT)) (|dequeue!| ((|#1| $) 45 T ELT)) (|count| ((#10=(|NonNegativeInteger|) |#1| $) 55 (|has| |#1| . #4#) ELT) ((#10# (|Mapping| #5# |#1|) $) 50 T ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (|bag| (($ (|List| |#1|)) 38 T ELT)) (|back| ((|#1| $) 41 T ELT)) (|any?| ((#5# (|Mapping| #5# |#1|) . #8#) 48 T ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)) (|#| ((#10# $) 47 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|sample| (#4=($) 6 T CONST)) (|rotate!| (#5=($ $) 44 T ELT)) (|reduce| ((|#1| #6=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 57 #3# ELT) ((|#1| #6# $ |#1|) 53 T ELT) ((|#1| #6# $) 52 T ELT)) (|members| ((#7=(|List| |#1|) $) 51 T ELT)) (|member?| ((#2# |#1| $) 56 #3# ELT)) (|map!| (#8=($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (#8# 26 T ELT)) (|length| (#9=(#10=(|NonNegativeInteger|) $) 43 T ELT)) (|latex| (((|String|) $) 21 #11=(|has| |#1| (|SetCategory|)) ELT)) (|inspect| (#12=(|#1| $) 35 T ELT)) (|insert!| (($ |#1| $) 36 T ELT)) (|hash| (((|SingleInteger|) $) 20 #11# ELT)) (|front| (#12# 42 T ELT)) (|find| (((|Union| |#1| "failed") #13=(|Mapping| #2# |#1|) $) 54 T ELT)) (|extract!| (#12# 37 T ELT)) (|every?| (#14=(#2# #13# $) 49 T ELT)) (|eval| (($ $ (|List| #15=(|Equation| |#1|))) 25 #16=(AND (|has| |#1| (|Evalable| |#1|)) #11#) ELT) (($ $ #15#) 24 #16# ELT) (($ $ |#1| |#1|) 23 #16# ELT) (($ $ #7# #7#) 22 #16# ELT)) (|eq?| (#1# 10 T ELT)) (|enqueue!| ((|#1| |#1| $) 46 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#4# 8 T ELT)) (|dequeue!| (#12# 45 T ELT)) (|count| ((#10# |#1| $) 55 #3# ELT) ((#10# #13# $) 50 T ELT)) (|copy| (#5# 9 T ELT)) (|coerce| ((#17=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #17#)) ELT)) (|before?| (#1# 19 #3# ELT)) (|bag| (($ #7#) 38 T ELT)) (|back| (#12# 41 T ELT)) (|any?| (#14# 48 T ELT)) (= (#1# 17 #3# ELT)) (|#| (#9# 47 T ELT)))
(((|QueueAggregate| |#1|) (|Category|) (|Type|)) (T |QueueAggregate|))
-((|enqueue!| (*1 *2 *2 *1) (AND (|ofCategory| *1 (|QueueAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|dequeue!| (*1 *2 *1) (AND (|ofCategory| *1 (|QueueAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|rotate!| (*1 *1 *1) (AND (|ofCategory| *1 (|QueueAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|length| (*1 *2 *1) (AND (|ofCategory| *1 (|QueueAggregate| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|front| (*1 *2 *1) (AND (|ofCategory| *1 (|QueueAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|back| (*1 *2 *1) (AND (|ofCategory| *1 (|QueueAggregate| *2)) (|ofCategory| *2 (|Type|)))))
-(|Join| (|BagAggregate| |t#1|) (|FiniteAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |enqueue!| (|t#1| |t#1| $)) (SIGNATURE |dequeue!| (|t#1| $)) (SIGNATURE |rotate!| ($ $)) (SIGNATURE |length| ((|NonNegativeInteger|) $)) (SIGNATURE |front| (|t#1| $)) (SIGNATURE |back| (|t#1| $))))
-(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
+((|enqueue!| (*1 *2 *2 *1) #1=(AND (|ofCategory| *1 (|QueueAggregate| *2)) (|ofCategory| *2 #2=(|Type|)))) (|dequeue!| #3=(*1 *2 *1) #1#) (|rotate!| (*1 *1 *1) #1#) (|length| #3# (AND (|ofCategory| *1 (|QueueAggregate| *3)) (|ofCategory| *3 #2#) (|isDomain| *2 (|NonNegativeInteger|)))) (|front| #3# #1#) (|back| #3# #1#))
+(|Join| (|BagAggregate| |t#1|) (|FiniteAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |enqueue!| (|t#1| |t#1| $)) (SIGNATURE |dequeue!| #1=(|t#1| $)) (SIGNATURE |rotate!| ($ $)) (SIGNATURE |length| ((|NonNegativeInteger|) $)) (SIGNATURE |front| #1#) (SIGNATURE |back| #1#)))
+(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| #4=(#5=(#3# $) NIL T ELT)) (|subtractIfCan| ((#6=(|Maybe| $) $ $) NIL T ELT)) (|sample| (#7=($) NIL T CONST)) (|retractIfCan| (((|Union| #8=(|Integer|) . #9=(#10="failed")) . #11=($)) NIL #12=(|has| |#1| (|RetractableTo| #8#)) ELT) (#13=((|Union| #14=(|Fraction| #8#) . #9#) . #11#) NIL #15=(|has| |#1| (|RetractableTo| #14#)) ELT) (((|Union| |#1| . #9#) . #11#) NIL T ELT)) (|retract| ((#8# . #16=($)) NIL #12# ELT) (#17=(#14# . #16#) NIL #15# ELT) #18=(#19=(|#1| . #16#) NIL T ELT)) (|reducedSystem| ((#20=(|Matrix| #8#) . #21=(#22=(|Matrix| $))) NIL #23=(|has| |#1| (|LinearlyExplicitRingOver| #8#)) ELT) ((#24=(|Record| (|:| |mat| #20#) (|:| |vec| (|Vector| #8#))) . #25=(#22# #26=(|Vector| $))) NIL #23# ELT) ((#27=(|Record| (|:| |mat| #28=(|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #25#) NIL T ELT) ((#28# . #21#) NIL T ELT)) (|recip| (((|Union| $ #10#) $) NIL T ELT)) (|real| (#19# 12 T ELT)) (|rationalIfCan| (#13# NIL #29=(|has| |#1| (|IntegerNumberSystem|)) ELT)) (|rational?| (#5# NIL #29# ELT)) (|rational| (#17# NIL #29# ELT)) (|quatern| (($ |#1| |#1| |#1| |#1|) 16 T ELT)) (|opposite?| #1#) (|one?| #4#) (|norm| #18#) (|min| #30=(#31=($ $ $) NIL #32=(|has| |#1| (|OrderedSet|)) ELT)) (|max| #30#) (|map| (($ #33=(|Mapping| |#1| |#1|) $) NIL T ELT)) (|leftReducedSystem| ((#20# . #34=(#26#)) NIL #23# ELT) ((#24# . #35=(#26# $)) NIL #23# ELT) ((#27# . #35#) NIL T ELT) ((#28# . #34#) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|inv| (#36=($ $) NIL #37=(|has| |#1| (|Field|)) ELT)) (|imagK| (#19# 15 T ELT)) (|imagJ| (#19# 14 T ELT)) (|imagI| (#19# 13 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|eval| (($ $ #38=(|List| |#1|) #38#) NIL #39=(|has| |#1| (|Evalable| |#1|)) ELT) (($ $ |#1| |#1|) NIL #39# ELT) (($ $ #40=(|Equation| |#1|)) NIL #39# ELT) (($ $ (|List| #40#)) NIL #39# ELT) (($ $ #41=(|List| #42=(|Symbol|)) #38#) NIL #43=(|has| |#1| (|InnerEvalable| #42# |#1|)) ELT) (($ $ #42# |#1|) NIL #43# ELT)) (|elt| (#44=($ $ |#1|) NIL (|has| |#1| (|Eltable| |#1| |#1|)) ELT)) (|differentiate| #45=(($ $ #33#) NIL T ELT) #46=(($ $ #33# #47=(|NonNegativeInteger|)) NIL T ELT) #48=(#36# NIL #49=(|has| |#1| (|DifferentialSpace|)) ELT) #50=(#51=($ $ #47#) NIL #49# ELT) #52=(($ $ #42#) NIL #53=(|has| |#1| (|PartialDifferentialSpace| #42#)) ELT) #54=(($ $ #41#) NIL #53# ELT) #55=(($ $ #42# #47#) NIL #53# ELT) #56=(($ $ #41# (|List| #47#)) NIL #53# ELT)) (|convert| ((#57=(|InputForm|) $) NIL (|has| |#1| (|ConvertibleTo| #57#)) ELT)) (|conjugate| #58=(#36# NIL T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #8#) NIL T ELT) (($ |#1|) NIL T ELT) (($ #14#) NIL (OR #37# #15#) ELT)) (|charthRoot| ((#6# $) NIL (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#47#) NIL T CONST)) (|before?| #1#) (|annihilate?| #1#) (|abs| (#19# NIL (|has| |#1| (|RealNumberSystem|)) ELT)) (|Zero| (#7# 8 T CONST)) (|One| (#7# 10 T CONST)) (D #45# #46# #48# #50# #52# #54# #55# #56#) (>= #59=(#2# NIL #32# ELT)) (> #59#) (= #1#) (<= #59#) (< #59#) (- #58# #60=(#31# NIL T ELT)) (+ #60#) (** (($ $ #61=(|PositiveInteger|)) NIL T ELT) (#51# NIL T ELT) (($ $ #8#) NIL #37# ELT)) (* (($ #61# $) NIL T ELT) (($ #47# $) NIL T ELT) (($ #8# . #62=($)) NIL T ELT) (#31# 20 T ELT) (#44# NIL T ELT) (($ |#1| . #62#) NIL T ELT) (($ $ #14#) NIL #37# ELT) (($ #14# . #62#) NIL #37# ELT)))
(((|Quaternion| |#1|) (|QuaternionCategory| |#1|) (|CommutativeRing|)) (T |Quaternion|))
NIL
((|zero?| (#1=(#2=(|Boolean|) $) 43 T ELT)) (|retractIfCan| (((|Union| #3=(|Integer|) #4="failed") $) NIL T ELT) (#5=((|Union| #6=(|Fraction| #3#) #4#) $) NIL T ELT) (((|Union| |#2| #4#) $) 46 T ELT)) (|retract| ((#3# $) NIL T ELT) (#7=(#6# $) NIL T ELT) (#8=(|#2| $) 44 T ELT)) (|rationalIfCan| (#5# 78 T ELT)) (|rational?| (#1# 72 T ELT)) (|rational| (#7# 76 T ELT)) (|one?| (#1# 42 T ELT)) (|norm| (#8# 22 T ELT)) (|map| (($ #9=(|Mapping| |#2| |#2|) $) 19 T ELT)) (|inv| (#10=($ $) 58 T ELT)) (|differentiate| (($ $ #9#) 35 T ELT) (($ $ #9# #11=(|NonNegativeInteger|)) NIL T ELT) (($ $ #12=(|Symbol|)) NIL T ELT) (($ $ #13=(|List| #12#)) NIL T ELT) (($ $ #12# #11#) NIL T ELT) (($ $ #13# (|List| #11#)) NIL T ELT) (#10# NIL T ELT) (($ $ #11#) NIL T ELT)) (|convert| (((|InputForm|) $) 67 T ELT)) (|conjugate| (#10# 17 T ELT)) (|coerce| (((|OutputForm|) $) 53 T ELT) (($ #3#) 39 T ELT) (($ |#2|) 37 T ELT) (($ #6#) NIL T ELT)) (|characteristic| ((#11#) 10 T CONST)) (|abs| (#8# 71 T ELT)) (= (#14=(#2# $ $) 26 T ELT)) (< (#14# 69 T ELT)) (- (#10# 30 T ELT) (#15=($ $ $) 29 T ELT)) (+ (#15# 27 T ELT)) (* (($ (|PositiveInteger|) $) NIL T ELT) (($ #11# $) NIL T ELT) (($ #3# $) 34 T ELT) (#15# NIL T ELT) (($ $ |#2|) NIL T ELT) (($ |#2| $) 31 T ELT) (($ $ #6#) NIL T ELT) (($ #6# $) NIL T ELT)))
(((|QuaternionCategory&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |coerce| (|#1| #1=(|Fraction| #2=(|Integer|)))) (SIGNATURE |differentiate| (|#1| |#1| #3=(|NonNegativeInteger|))) (SIGNATURE |differentiate| #4=(|#1| |#1|)) (SIGNATURE |differentiate| (|#1| |#1| #5=(|List| #6=(|Symbol|)) (|List| #3#))) (SIGNATURE |differentiate| (|#1| |#1| #6# #3#)) (SIGNATURE |differentiate| (|#1| |#1| #5#)) (SIGNATURE |differentiate| (|#1| |#1| #6#)) (SIGNATURE < #7=(#8=(|Boolean|) |#1| |#1|)) (SIGNATURE * (|#1| #1# |#1|)) (SIGNATURE * (|#1| |#1| #1#)) (SIGNATURE |inv| #4#) (SIGNATURE |convert| ((|InputForm|) |#1|)) (SIGNATURE |rationalIfCan| #9=((|Union| #1# #10="failed") |#1|)) (SIGNATURE |rational| #11=(#1# |#1|)) (SIGNATURE |rational?| #12=(#8# |#1|)) (SIGNATURE |abs| #13=(|#2| |#1|)) (SIGNATURE |norm| #13#) (SIGNATURE |conjugate| #4#) (SIGNATURE |map| (|#1| #14=(|Mapping| |#2| |#2|) |#1|)) (SIGNATURE |differentiate| (|#1| |#1| #14# #3#)) (SIGNATURE |differentiate| (|#1| |#1| #14#)) (SIGNATURE |retractIfCan| ((|Union| |#2| #10#) |#1|)) (SIGNATURE |retract| #13#) (SIGNATURE |retract| #11#) (SIGNATURE |retractIfCan| #9#) (SIGNATURE |retract| (#2# |#1|)) (SIGNATURE |retractIfCan| ((|Union| #2# #10#) |#1|)) (SIGNATURE |coerce| (|#1| |#2|)) (SIGNATURE * (|#1| |#2| |#1|)) (SIGNATURE * (|#1| |#1| |#2|)) (SIGNATURE |characteristic| (#3#) |constant|) (SIGNATURE |coerce| (|#1| #2#)) (SIGNATURE |one?| #12#) (SIGNATURE * #15=(|#1| |#1| |#1|)) (SIGNATURE - #15#) (SIGNATURE - #4#) (SIGNATURE * (|#1| #2# |#1|)) (SIGNATURE * (|#1| #3# |#1|)) (SIGNATURE |zero?| #12#) (SIGNATURE * (|#1| (|PositiveInteger|) |#1|)) (SIGNATURE + #15#) (SIGNATURE |coerce| ((|OutputForm|) |#1|)) (SIGNATURE = #7#)) (|QuaternionCategory| |#2|) (|CommutativeRing|)) (T |QuaternionCategory&|))
((|characteristic| (*1 *2) (AND (|ofCategory| *4 (|CommutativeRing|)) (|isDomain| *2 (|NonNegativeInteger|)) (|isDomain| *1 (|QuaternionCategory&| *3 *4)) (|ofCategory| *3 (|QuaternionCategory| *4)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|retractIfCan| (((|Union| #4=(|Integer|) . #5=("failed")) . #6=($)) 144 (|has| |#1| . #7=((|RetractableTo| #4#))) ELT) (((|Union| #8=(|Fraction| #4#) . #5#) . #6#) 142 (|has| |#1| . #9=((|RetractableTo| #8#))) ELT) (((|Union| |#1| . #5#) . #6#) 139 T ELT)) (|retract| ((#4# . #10=($)) 143 (|has| |#1| . #7#) ELT) ((#8# . #10#) 141 (|has| |#1| . #9#) ELT) ((|#1| . #10#) 140 T ELT)) (|reducedSystem| (((|Matrix| #11=(|Integer|)) . #12=(#13=(|Matrix| $))) 124 (|has| |#1| . #14=((|LinearlyExplicitRingOver| #11#))) ELT) (((|Record| (|:| |mat| (|Matrix| #11#)) (|:| |vec| (|Vector| #11#))) . #15=(#13# #16=(|Vector| $))) 123 (|has| |#1| . #14#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #15#) 122 T ELT) (((|Matrix| |#1|) . #12#) 121 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|real| ((|#1| $) 112 T ELT)) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) 108 (|has| |#1| (|IntegerNumberSystem|)) ELT)) (|rational?| (((|Boolean|) $) 110 (|has| |#1| (|IntegerNumberSystem|)) ELT)) (|rational| (((|Fraction| (|Integer|)) $) 109 (|has| |#1| (|IntegerNumberSystem|)) ELT)) (|quatern| (($ |#1| |#1| |#1| |#1|) 113 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|norm| ((|#1| $) 114 T ELT)) (|min| (#17=($ $ $) 96 (|has| |#1| . #18=((|OrderedSet|))) ELT)) (|max| (#17# 97 (|has| |#1| . #18#) ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 127 T ELT)) (|leftReducedSystem| (((|Matrix| #11#) . #19=(#16#)) 126 (|has| |#1| . #14#) ELT) (((|Record| (|:| |mat| (|Matrix| #11#)) (|:| |vec| (|Vector| #11#))) . #20=(#16# $)) 125 (|has| |#1| . #14#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #20#) 120 T ELT) (((|Matrix| |#1|) . #19#) 119 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 105 (|has| |#1| . #21=((|Field|))) ELT)) (|imagK| ((|#1| $) 115 T ELT)) (|imagJ| ((|#1| $) 116 T ELT)) (|imagI| ((|#1| $) 117 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|eval| (($ $ (|List| |#1|) (|List| |#1|)) 133 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ |#1| |#1|) 132 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ (|Equation| |#1|)) 131 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ (|List| (|Equation| |#1|))) 130 (|has| |#1| (|Evalable| |#1|)) ELT) (($ $ (|List| #22=(|Symbol|)) (|List| |#1|)) 129 (|has| |#1| (|InnerEvalable| #22# |#1|)) ELT) (($ $ #22# |#1|) 128 (|has| |#1| (|InnerEvalable| #22# |#1|)) ELT)) (|elt| (($ $ |#1|) 134 (|has| |#1| (|Eltable| |#1| |#1|)) ELT)) (|differentiate| (($ $ (|Mapping| |#1| |#1|)) 138 T ELT) (($ $ (|Mapping| |#1| |#1|) . #23=((|NonNegativeInteger|))) 137 T ELT) (($ . #24=($)) 95 (|has| |#1| . #25=((|DifferentialSpace|))) ELT) (#26=($ $ (|NonNegativeInteger|)) 93 (|has| |#1| . #25#) ELT) (($ $ #27=(|Symbol|)) 91 (|has| |#1| . #28=((|PartialDifferentialSpace| (|Symbol|)))) ELT) (($ $ (|List| #27#)) 89 (|has| |#1| . #28#) ELT) (($ $ #27# . #29=(#30=(|NonNegativeInteger|))) 88 (|has| |#1| . #28#) ELT) (($ $ (|List| #27#) . #31=((|List| #30#))) 87 (|has| |#1| . #28#) ELT)) (|convert| (((|InputForm|) $) 106 (|has| |#1| (|ConvertibleTo| (|InputForm|))) ELT)) (|conjugate| (($ $) 118 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 53 T ELT) (($ #8#) 83 (OR (|has| |#1| . #21#) (|has| |#1| . #9#)) ELT)) (|charthRoot| (((|Maybe| $) $) 107 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|abs| ((|#1| $) 111 (|has| |#1| (|RealNumberSystem|)) ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ (|Mapping| |#1| |#1|)) 136 T ELT) (($ $ (|Mapping| |#1| |#1|) . #23#) 135 T ELT) (($ . #24#) 94 (|has| |#1| . #25#) ELT) (#26# 92 (|has| |#1| . #25#) ELT) (($ $ #27#) 90 (|has| |#1| . #28#) ELT) (($ $ (|List| #27#)) 86 (|has| |#1| . #28#) ELT) (($ $ #27# . #29#) 85 (|has| |#1| . #28#) ELT) (($ $ (|List| #27#) . #31#) 84 (|has| |#1| . #28#) ELT)) (>= (#32=((|Boolean|) $ $) 98 (|has| |#1| . #18#) ELT)) (> (#32# 100 (|has| |#1| . #18#) ELT)) (= (#1# 8 T ELT)) (<= (#32# 99 (|has| |#1| . #18#) ELT)) (< (#32# 101 (|has| |#1| . #18#) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #33=(|Integer|)) 104 (|has| |#1| . #21#) ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #34=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 55 T ELT) (($ |#1| . #34#) 54 T ELT) (($ $ #35=(|Fraction| #33#)) 103 (|has| |#1| . #21#) ELT) (($ #35# . #34#) 102 (|has| |#1| . #21#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| ((#4=(|Maybe| $) $ $) 26 T ELT)) (|sample| (#5=($) 23 T CONST)) (|retractIfCan| (((|Union| #6=(|Integer|) . #7=(#8="failed")) . #9=($)) 144 #10=(|has| |#1| (|RetractableTo| #6#)) ELT) (#11=((|Union| #12=(|Fraction| #6#) #8#) $) 142 #13=(|has| |#1| (|RetractableTo| #12#)) ELT) (((|Union| |#1| . #7#) . #9#) 139 T ELT)) (|retract| ((#6# . #14=($)) 143 #10# ELT) (#15=(#12# $) 141 #13# ELT) (#16=(|#1| . #14#) 140 T ELT)) (|reducedSystem| ((#17=(|Matrix| #6#) . #18=(#19=(|Matrix| $))) 124 #20=(|has| |#1| (|LinearlyExplicitRingOver| #6#)) ELT) ((#21=(|Record| (|:| |mat| #17#) (|:| |vec| (|Vector| #6#))) . #22=(#19# #23=(|Vector| $))) 123 #20# ELT) ((#24=(|Record| (|:| |mat| #25=(|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #22#) 122 T ELT) ((#25# . #18#) 121 T ELT)) (|recip| (((|Union| $ #8#) $) 43 T ELT)) (|real| (#16# 112 T ELT)) (|rationalIfCan| (#11# 108 #26=(|has| |#1| (|IntegerNumberSystem|)) ELT)) (|rational?| (#3# 110 #26# ELT)) (|rational| (#15# 109 #26# ELT)) (|quatern| (($ |#1| |#1| |#1| |#1|) 113 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|norm| (#16# 114 T ELT)) (|min| (#27=($ $ $) 96 #28=(|has| |#1| (|OrderedSet|)) ELT)) (|max| (#27# 97 #28# ELT)) (|map| (($ #29=(|Mapping| |#1| |#1|) $) 127 T ELT)) (|leftReducedSystem| ((#17# . #30=(#23#)) 126 #20# ELT) ((#21# . #31=(#23# $)) 125 #20# ELT) ((#24# . #31#) 120 T ELT) ((#25# . #30#) 119 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#32=($ $) 105 #33=(|has| |#1| (|Field|)) ELT)) (|imagK| (#16# 115 T ELT)) (|imagJ| (#16# 116 T ELT)) (|imagI| (#16# 117 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|eval| (($ $ #34=(|List| |#1|) #34#) 133 #35=(|has| |#1| (|Evalable| |#1|)) ELT) (($ $ |#1| |#1|) 132 #35# ELT) (($ $ #36=(|Equation| |#1|)) 131 #35# ELT) (($ $ (|List| #36#)) 130 #35# ELT) (($ $ #37=(|List| #38=(|Symbol|)) #34#) 129 #39=(|has| |#1| (|InnerEvalable| #38# |#1|)) ELT) (($ $ #38# |#1|) 128 #39# ELT)) (|elt| (#40=($ $ |#1|) 134 (|has| |#1| (|Eltable| |#1| |#1|)) ELT)) (|differentiate| (#41=($ $ #29#) 138 T ELT) (#42=($ $ #29# #43=(|NonNegativeInteger|)) 137 T ELT) (#32# 95 #44=(|has| |#1| (|DifferentialSpace|)) ELT) (#45=($ $ #43#) 93 #44# ELT) (#46=($ $ #38#) 91 #47=(|has| |#1| (|PartialDifferentialSpace| #38#)) ELT) (#48=($ $ #37#) 89 #47# ELT) (#49=($ $ #38# #43#) 88 #47# ELT) (#50=($ $ #37# (|List| #43#)) 87 #47# ELT)) (|convert| ((#51=(|InputForm|) $) 106 (|has| |#1| (|ConvertibleTo| #51#)) ELT)) (|conjugate| (#32# 118 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #6#) 42 T ELT) (($ |#1|) 53 T ELT) (($ #12#) 83 (OR #33# #13#) ELT)) (|charthRoot| ((#4# $) 107 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#43#) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|abs| (#16# 111 (|has| |#1| (|RealNumberSystem|)) ELT)) (|Zero| (#5# 24 T CONST)) (|One| (#5# 46 T CONST)) (D (#41# 136 T ELT) (#42# 135 T ELT) (#32# 94 #44# ELT) (#45# 92 #44# ELT) (#46# 90 #47# ELT) (#48# 86 #47# ELT) (#49# 85 #47# ELT) (#50# 84 #47# ELT)) (>= (#1# 98 #28# ELT)) (> (#1# 100 #28# ELT)) (= (#1# 8 T ELT)) (<= (#1# 99 #28# ELT)) (< (#1# 101 #28# ELT)) (- (#32# 30 T ELT) (#27# 29 T ELT)) (+ (#27# 18 T ELT)) (** (($ $ #52=(|PositiveInteger|)) 36 T ELT) (#45# 44 T ELT) (($ $ #6#) 104 #33# ELT)) (* (($ #52# $) 17 T ELT) (($ #43# $) 21 T ELT) (($ #6# . #53=($)) 31 T ELT) (#27# 35 T ELT) (#40# 55 T ELT) (($ |#1| . #53#) 54 T ELT) (($ $ #12#) 103 #33# ELT) (($ #12# . #53#) 102 #33# ELT)))
(((|QuaternionCategory| |#1|) (|Category|) (|CommutativeRing|)) (T |QuaternionCategory|))
-((|conjugate| (*1 *1 *1) (AND (|ofCategory| *1 (|QuaternionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|imagI| (*1 *2 *1) (AND (|ofCategory| *1 (|QuaternionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|imagJ| (*1 *2 *1) (AND (|ofCategory| *1 (|QuaternionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|imagK| (*1 *2 *1) (AND (|ofCategory| *1 (|QuaternionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|norm| (*1 *2 *1) (AND (|ofCategory| *1 (|QuaternionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|quatern| (*1 *1 *2 *2 *2 *2) (AND (|ofCategory| *1 (|QuaternionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|real| (*1 *2 *1) (AND (|ofCategory| *1 (|QuaternionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)))) (|abs| (*1 *2 *1) (AND (|ofCategory| *1 (|QuaternionCategory| *2)) (|ofCategory| *2 (|CommutativeRing|)) (|ofCategory| *2 (|RealNumberSystem|)))) (|rational?| (*1 *2 *1) (AND (|ofCategory| *1 (|QuaternionCategory| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *3 (|IntegerNumberSystem|)) (|isDomain| *2 (|Boolean|)))) (|rational| (*1 *2 *1) (AND (|ofCategory| *1 (|QuaternionCategory| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *3 (|IntegerNumberSystem|)) (|isDomain| *2 (|Fraction| (|Integer|))))) (|rationalIfCan| (*1 *2 *1) (|partial| AND (|ofCategory| *1 (|QuaternionCategory| *3)) (|ofCategory| *3 (|CommutativeRing|)) (|ofCategory| *3 (|IntegerNumberSystem|)) (|isDomain| *2 (|Fraction| (|Integer|))))))
-(|Join| (|Algebra| |t#1|) (|FullyRetractableTo| |t#1|) (|DifferentialExtension| |t#1|) (|FullyEvalableOver| |t#1|) (|FullyLinearlyExplicitRingOver| |t#1|) (CATEGORY |domain| (SIGNATURE |conjugate| ($ $)) (SIGNATURE |imagI| (|t#1| $)) (SIGNATURE |imagJ| (|t#1| $)) (SIGNATURE |imagK| (|t#1| $)) (SIGNATURE |norm| (|t#1| $)) (SIGNATURE |quatern| ($ |t#1| |t#1| |t#1| |t#1|)) (SIGNATURE |real| (|t#1| $)) (IF (|has| |t#1| (|EntireRing|)) (ATTRIBUTE (|EntireRing|)) |%noBranch|) (IF (|has| |t#1| (|OrderedSet|)) (ATTRIBUTE (|OrderedSet|)) |%noBranch|) (IF (|has| |t#1| (|Field|)) (ATTRIBUTE (|DivisionRing|)) |%noBranch|) (IF (|has| |t#1| (|ConvertibleTo| (|InputForm|))) (ATTRIBUTE (|ConvertibleTo| (|InputForm|))) |%noBranch|) (IF (|has| |t#1| (|CharacteristicZero|)) (ATTRIBUTE (|CharacteristicZero|)) |%noBranch|) (IF (|has| |t#1| (|CharacteristicNonZero|)) (ATTRIBUTE (|CharacteristicNonZero|)) |%noBranch|) (IF (|has| |t#1| (|RealNumberSystem|)) (SIGNATURE |abs| (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (|IntegerNumberSystem|)) (PROGN (SIGNATURE |rational?| ((|Boolean|) $)) (SIGNATURE |rational| ((|Fraction| (|Integer|)) $)) (SIGNATURE |rationalIfCan| ((|Union| (|Fraction| (|Integer|)) "failed") $))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) |has| |#1| (|Field|)) ((|Algebra| |#1|) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Field|)) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) OR (|has| |#1| (|Field|)) (|has| |#1| (|EntireRing|))) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) OR (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#1| (|Field|))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|DifferentialDomain| $) OR (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|DifferentialRing|))) ((|DifferentialExtension| |#1|) . T) ((|DifferentialRing|) |has| |#1| (|DifferentialRing|)) ((|DifferentialSpace|) OR (|has| |#1| (|DifferentialSpace|)) (|has| |#1| (|DifferentialRing|))) ((|DifferentialSpaceExtension| |#1|) . T) ((|DivisionRing|) |has| |#1| (|Field|)) ((|Eltable| |#1| $) |has| |#1| (|Eltable| |#1| |#1|)) ((|EntireRing|) OR (|has| |#1| (|Field|)) (|has| |#1| (|EntireRing|))) ((|Evalable| |#1|) |has| |#1| (|Evalable| |#1|)) ((|FullyEvalableOver| |#1|) . T) ((|FullyLinearlyExplicitRingOver| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|Functorial| |#1|) . T) ((|InnerEvalable| (|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)) ((|InnerEvalable| |#1| |#1|) |has| |#1| (|Evalable| |#1|)) ((|Join|) . T) ((|LeftLinearSet| #1#) |has| |#1| (|Field|)) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Field|)) ((|LeftModule| #2=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Field|)) ((|LinearSet| |#1|) . T) ((|LinearlyExplicitRingOver| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|Module| #1#) |has| |#1| (|Field|)) ((|Module| |#1|) . T) ((|Monoid|) . T) ((|OrderedSet|) |has| |#1| (|OrderedSet|)) ((|OrderedType|) |has| |#1| (|OrderedSet|)) ((|PartialDifferentialDomain| $ #3=(|Symbol|)) OR (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) ((|PartialDifferentialRing| (|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) ((|PartialDifferentialSpace| #3#) OR (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) ((|RetractableTo| (|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| (|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) |has| |#1| (|Field|)) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) OR (|has| |#1| (|Field|)) (|has| |#1| (|EntireRing|))) ((|RightModule| #1#) |has| |#1| (|Field|)) ((|RightModule| |#1|) . T) ((|RightModule| $) OR (|has| |#1| (|Field|)) (|has| |#1| (|EntireRing|))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|conjugate| (*1 *1 *1) #1=(AND #2=(|ofCategory| *1 (|QuaternionCategory| *2)) #3=(|ofCategory| *2 #4=(|CommutativeRing|)))) (|imagI| #5=(*1 *2 *1) #1#) (|imagJ| #5# #1#) (|imagK| #5# #1#) (|norm| #5# #1#) (|quatern| (*1 *1 *2 *2 *2 *2) #1#) (|real| #5# #1#) (|abs| #5# (AND #2# #3# (|ofCategory| *2 (|RealNumberSystem|)))) (|rational?| #5# (AND #6=(|ofCategory| *1 (|QuaternionCategory| *3)) #7=(|ofCategory| *3 #4#) #8=(|ofCategory| *3 (|IntegerNumberSystem|)) (|isDomain| *2 (|Boolean|)))) (|rational| #5# (AND #6# #7# #8# #9=(|isDomain| *2 (|Fraction| (|Integer|))))) (|rationalIfCan| #5# (|partial| AND #6# #7# #8# #9#)))
+(|Join| (|Algebra| |t#1|) (|FullyRetractableTo| |t#1|) (|DifferentialExtension| |t#1|) (|FullyEvalableOver| |t#1|) (|FullyLinearlyExplicitRingOver| |t#1|) (CATEGORY |domain| (SIGNATURE |conjugate| ($ $)) (SIGNATURE |imagI| #1=(|t#1| $)) (SIGNATURE |imagJ| #1#) (SIGNATURE |imagK| #1#) (SIGNATURE |norm| #1#) (SIGNATURE |quatern| ($ |t#1| |t#1| |t#1| |t#1|)) (SIGNATURE |real| #1#) (IF (|has| |t#1| #2=(|EntireRing|)) (ATTRIBUTE #2#) |%noBranch|) (IF (|has| |t#1| #3=(|OrderedSet|)) (ATTRIBUTE #3#) |%noBranch|) (IF (|has| |t#1| (|Field|)) (ATTRIBUTE (|DivisionRing|)) |%noBranch|) (IF (|has| |t#1| #4=(|ConvertibleTo| (|InputForm|))) (ATTRIBUTE #4#) |%noBranch|) (IF (|has| |t#1| #5=(|CharacteristicZero|)) (ATTRIBUTE #5#) |%noBranch|) (IF (|has| |t#1| #6=(|CharacteristicNonZero|)) (ATTRIBUTE #6#) |%noBranch|) (IF (|has| |t#1| (|RealNumberSystem|)) (SIGNATURE |abs| #1#) |%noBranch|) (IF (|has| |t#1| (|IntegerNumberSystem|)) (PROGN (SIGNATURE |rational?| ((|Boolean|) $)) (SIGNATURE |rational| (#7=(|Fraction| (|Integer|)) $)) (SIGNATURE |rationalIfCan| ((|Union| #7# "failed") $))) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) |has| |#1| (|Field|)) ((|Algebra| |#1|) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Field|)) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) |has| |#1| (|EntireRing|)) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) OR (|has| |#1| (|Field|)) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|DifferentialDomain| $) |has| |#1| (|DifferentialSpace|)) ((|DifferentialExtension| |#1|) . T) ((|DifferentialRing|) |has| |#1| (|DifferentialRing|)) ((|DifferentialSpace|) |has| |#1| (|DifferentialSpace|)) ((|DifferentialSpaceExtension| |#1|) . T) ((|DivisionRing|) |has| |#1| (|Field|)) ((|Eltable| |#1| $) |has| |#1| (|Eltable| |#1| |#1|)) ((|EntireRing|) |has| |#1| (|EntireRing|)) ((|Evalable| |#1|) |has| |#1| (|Evalable| |#1|)) ((|FullyEvalableOver| |#1|) . T) ((|FullyLinearlyExplicitRingOver| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|Functorial| |#1|) . T) ((|InnerEvalable| #3=(|Symbol|) |#1|) |has| |#1| (|InnerEvalable| (|Symbol|) |#1|)) ((|InnerEvalable| |#1| |#1|) |has| |#1| (|Evalable| |#1|)) ((|LeftLinearSet| #1#) |has| |#1| (|Field|)) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Field|)) ((|LeftModule| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Field|)) ((|LinearSet| |#1|) . T) ((|LinearlyExplicitRingOver| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|Module| #1#) |has| |#1| (|Field|)) ((|Module| |#1|) . T) ((|Monoid|) . T) ((|OrderedSet|) |has| |#1| (|OrderedSet|)) ((|OrderedType|) |has| |#1| (|OrderedSet|)) ((|PartialDifferentialDomain| $ #3#) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) ((|PartialDifferentialRing| #3#) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) ((|PartialDifferentialSpace| #3#) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) ((|RetractableTo| #1#) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| #2#) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) |has| |#1| (|Field|)) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) |has| |#1| (|EntireRing|)) ((|RightModule| #1#) |has| |#1| (|Field|)) ((|RightModule| |#1|) . T) ((|RightModule| $) |has| |#1| (|EntireRing|)) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|map| ((|#3| (|Mapping| |#4| |#2|) |#1|) 16 T ELT)))
(((|QuaternionCategoryFunctions2| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |map| (|#3| (|Mapping| |#4| |#2|) |#1|))) (|QuaternionCategory| |#2|) #1=(|CommutativeRing|) (|QuaternionCategory| |#4|) #1#) (T |QuaternionCategoryFunctions2|))
((|map| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Mapping| *6 *5)) (|ofCategory| *5 #1=(|CommutativeRing|)) (|ofCategory| *6 #1#) (|ofCategory| *2 (|QuaternionCategory| *6)) (|isDomain| *1 (|QuaternionCategoryFunctions2| *4 *5 *2 *6)) (|ofCategory| *4 (|QuaternionCategory| *5)))))
@@ -3048,10 +3048,10 @@ NIL
((|sqrt| (($ $) 12 T ELT)) (|nthRoot| (($ $ (|Integer|)) 13 T ELT)))
(((|RadicalCategory&| |#1|) (CATEGORY |package| (SIGNATURE |sqrt| (|#1| |#1|)) (SIGNATURE |nthRoot| (|#1| |#1| (|Integer|)))) (|RadicalCategory|)) (T |RadicalCategory&|))
NIL
-((|sqrt| (($ $) 6 T ELT)) (|nthRoot| (($ $ (|Integer|)) 7 T ELT)) (** (($ $ (|Fraction| (|Integer|))) 8 T ELT)))
+((|sqrt| (($ $) 6 T ELT)) (|nthRoot| (($ $ #1=(|Integer|)) 7 T ELT)) (** (($ $ (|Fraction| #1#)) 8 T ELT)))
(((|RadicalCategory|) (|Category|)) (T |RadicalCategory|))
-((** (*1 *1 *1 *2) (AND (|ofCategory| *1 (|RadicalCategory|)) (|isDomain| *2 (|Fraction| (|Integer|))))) (|nthRoot| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|RadicalCategory|)) (|isDomain| *2 (|Integer|)))) (|sqrt| (*1 *1 *1) (|ofCategory| *1 (|RadicalCategory|))))
-(|Join| (CATEGORY |domain| (SIGNATURE |sqrt| ($ $)) (SIGNATURE |nthRoot| ($ $ (|Integer|))) (SIGNATURE ** ($ $ (|Fraction| (|Integer|))))))
+((** #1=(*1 *1 *1 *2) (AND #2=(|ofCategory| *1 (|RadicalCategory|)) (|isDomain| *2 (|Fraction| #3=(|Integer|))))) (|nthRoot| #1# (AND #2# (|isDomain| *2 #3#))) (|sqrt| (*1 *1 *1) #2#))
+(|Join| (CATEGORY |domain| (SIGNATURE |sqrt| ($ $)) (SIGNATURE |nthRoot| ($ $ #1=(|Integer|))) (SIGNATURE ** ($ $ (|Fraction| #1#)))))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| #4=(#5=(#3# $) NIL T ELT)) (|yCoordinates| (#6=((|Record| (|:| |num| #7=(|Vector| |#2|)) #8=(|:| |den| |#2|)) $) NIL T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) NIL #9=(|has| #10=(|Fraction| |#2|) #11=(|Field|)) ELT)) (|unitCanonical| #12=(#13=($ $) NIL #9# ELT)) (|unit?| #14=(#5# NIL #9# ELT)) (|traceMatrix| #15=((#16=(|Matrix| #10#) #17=(|Vector| $)) NIL T ELT) (#18=(#16#) NIL T ELT)) (|trace| #19=((#10# $) NIL T ELT)) (|tableForDiscreteLogarithm| (((|Table| #20=(|PositiveInteger|) #21=(|NonNegativeInteger|)) #22=(|Integer|)) NIL #23=(|has| #10# (|FiniteFieldCategory|)) ELT)) (|subtractIfCan| ((#24=(|Maybe| $) $ $) NIL T ELT)) (|squareFreePart| #12#) (|squareFree| #25=(((|Factored| $) $) NIL #9# ELT)) (|sizeLess?| #26=(#2# NIL #9# ELT)) (|size| (#27=(#21#) NIL #28=(|has| #10# #29=(|Finite|)) ELT)) (|singularAtInfinity?| #30=(#31=(#3#) NIL T ELT)) (|singular?| (#32=(#3# |#1|) 162 T ELT) (#33=(#3# |#2|) 166 T ELT)) (|sample| #34=(#35=($) NIL T CONST)) (|retractIfCan| (((|Union| #22# . #36=(#37="failed")) . #38=($)) NIL #39=(|has| #10# (|RetractableTo| #22#)) ELT) (((|Union| #40=(|Fraction| #22#) . #36#) . #38#) NIL #41=(|has| #10# (|RetractableTo| #40#)) ELT) (((|Union| #10# . #36#) . #38#) NIL T ELT)) (|retract| ((#22# . #42=($)) NIL #39# ELT) ((#40# . #42#) NIL #41# ELT) #19#) (|represents| (($ #43=(|Vector| #10#) #17#) NIL T ELT) (#44=($ #43#) 79 T ELT) (#45=($ #7# |#2|) NIL T ELT)) (|representationType| (((|Union| "prime" "polynomial" "normal" "cyclic")) NIL #23# ELT)) (|rem| #46=(#47=($ $ $) NIL #9# ELT)) (|regularRepresentation| ((#16# $ #17#) NIL T ELT) ((#16# $) NIL T ELT)) (|reducedSystem| ((#48=(|Matrix| #22#) . #49=(#50=(|Matrix| $))) NIL #51=(|has| #10# (|LinearlyExplicitRingOver| #22#)) ELT) ((#52=(|Record| (|:| |mat| #48#) (|:| |vec| (|Vector| #22#))) . #53=(#50# #17#)) NIL #51# ELT) ((#54=(|Record| (|:| |mat| #16#) (|:| |vec| #43#)) . #53#) NIL T ELT) ((#16# . #49#) NIL T ELT)) (|reduceBasisAtInfinity| #55=((#17# #17#) NIL T ELT)) (|reduce| (#56=($ |#3|) 73 T ELT) ((#57=(|Union| $ #37#) (|Fraction| |#3|)) NIL #9# ELT)) (|recip| ((#57# $) NIL T ELT)) (|rationalPoints| (((|List| (|List| |#1|))) NIL (|has| |#1| #29#) ELT)) (|rationalPoint?| ((#3# |#1| |#1|) NIL T ELT)) (|rank| ((#20#) NIL T ELT)) (|random| (#35# NIL #28# ELT)) (|ramifiedAtInfinity?| #30#) (|ramified?| (#32# 61 T ELT) (#33# 164 T ELT)) (|quo| #46#) (|principalIdeal| (((|Record| (|:| |coef| #58=(|List| $)) #59=(|:| |generator| $)) #58#) NIL #9# ELT)) (|primitivePart| #60=(#13# NIL T ELT)) (|primitiveElement| #61=(#35# NIL #23# ELT)) (|primitive?| (#5# NIL #23# ELT)) (|primeFrobenius| (#62=($ $ #21#) NIL #23# ELT) #63=(#13# NIL #23# ELT)) (|prime?| #14#) (|order| (#64=(#20# $) NIL #23# ELT) (((|OnePointCompletion| #20#) $) NIL #23# ELT)) (|opposite?| #1#) (|one?| #4#) (|numberOfComponents| #65=(#27# NIL T ELT)) (|normalizeAtInfinity| #55#) (|norm| #19#) (|nonSingularModel| (((|List| (|Polynomial| |#1|)) #66=(|Symbol|)) NIL (|has| |#1| #11#) ELT)) (|nextItem| (#67=(#24# $) NIL #23# ELT)) (|multiEuclidean| (((|Union| #58# #37#) #58# $) NIL #9# ELT)) (|minimalPolynomial| (#68=(|#3| $) NIL #9# ELT)) (|lookup| (#64# NIL #28# ELT)) (|lift| #69=(#68# NIL T ELT)) (|leftReducedSystem| ((#48# #17#) NIL #51# ELT) ((#52# . #70=(#17# $)) NIL #51# ELT) ((#54# . #70#) NIL T ELT) #15#) (|lcm| #71=(($ #58#) NIL #9# ELT) #46#) (|latex| (((|String|) $) NIL T ELT)) (|inverseIntegralMatrixAtInfinity| (#18# 57 T ELT)) (|inverseIntegralMatrix| (#18# 56 T ELT)) (|inv| #12#) (|integralRepresents| (#45# 80 T ELT)) (|integralMatrixAtInfinity| (#18# 55 T ELT)) (|integralMatrix| (#18# 54 T ELT)) (|integralDerivationMatrix| (((|Record| (|:| |num| (|Matrix| |#2|)) #8#) #72=(|Mapping| |#2| |#2|)) 95 T ELT)) (|integralCoordinates| (#6# 86 T ELT)) (|integralBasisAtInfinity| (#73=(#17#) 51 T ELT)) (|integralBasis| (#73# 50 T ELT)) (|integralAtInfinity?| #4#) (|integral?| #4# ((#3# $ |#1|) NIL T ELT) ((#3# $ |#2|) NIL T ELT)) (|init| (#35# NIL #23# CONST)) (|index| (($ #20#) NIL #28# ELT)) (|hyperelliptic| (#74=((|Union| |#2| #37#)) 70 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|genus| #65#) (|generator| (#35# NIL T ELT)) (|gcdPolynomial| ((#75=(|SparseUnivariatePolynomial| $) #75# #75#) NIL #9# ELT)) (|gcd| #71# #46#) (|factorsOfCyclicGroupSize| (((|List| (|Record| (|:| |factor| #22#) (|:| |exponent| #22#)))) NIL #23# ELT)) (|factor| #25#) (|extendedEuclidean| (((|Union| (|Record| #76=(|:| |coef1| $) #77=(|:| |coef2| $)) #37#) $ $ $) NIL #9# ELT) (((|Record| #76# #77# #59#) $ $) NIL #9# ELT)) (|exquo| ((#57# $ $) NIL #9# ELT)) (|expressIdealMember| (((|Maybe| #58#) #58# $) NIL #9# ELT)) (|euclideanSize| (#78=(#21# $) NIL #9# ELT)) (|elt| ((|#1| $ |#1| |#1|) NIL T ELT)) (|elliptic| (#74# 68 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) NIL #9# ELT)) (|discriminant| ((#10# #17#) NIL T ELT) ((#10#) 47 T ELT)) (|discreteLog| (#78# NIL #23# ELT) (((|Union| #21# #37#) $ $) NIL #23# ELT)) (|differentiate| #79=(($ $ #80=(|Mapping| #10# #10#)) NIL #9# ELT) #81=(($ $ #80# #21#) NIL #9# ELT) (($ $ #72#) NIL T ELT) #82=(#62# NIL #83=(OR (AND (|has| #10# (|DifferentialRing|)) #9#) (AND (|has| #10# (|DifferentialSpace|)) #9#) #23#) ELT) #84=(#13# NIL #83# ELT) #85=(($ $ #86=(|List| #66#) (|List| #21#)) NIL #87=(OR (AND #9# (|has| #10# (|PartialDifferentialRing| #66#))) (AND #9# (|has| #10# (|PartialDifferentialSpace| #66#)))) ELT) #88=(($ $ #66# #21#) NIL #87# ELT) #89=(($ $ #86#) NIL #87# ELT) #90=(($ $ #66#) NIL #87# ELT)) (|derivationCoordinates| ((#16# #17# #80#) NIL #9# ELT)) (|definingPolynomial| ((|#3|) 58 T ELT)) (|createPrimitiveElement| #61#) (|coordinates| ((#43# $ #17#) NIL T ELT) ((#16# #17# #17#) NIL T ELT) (#91=(#43# $) 81 T ELT) #15#) (|convert| (#91# NIL T ELT) (#44# NIL T ELT) #69# (#56# NIL T ELT)) (|conditionP| (((|Union| #17# #37#) #50#) NIL #23# ELT)) (|complementaryBasis| #55#) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #22#) NIL T ELT) (($ #10#) NIL T ELT) (($ #40#) NIL (OR #9# #41#) ELT) #12#) (|charthRoot| #63# (#67# NIL (|has| #10# (|CharacteristicNonZero|)) ELT)) (|characteristicPolynomial| #69#) (|characteristic| (#27# NIL T CONST)) (|branchPointAtInfinity?| (#31# 65 T ELT)) (|branchPoint?| (#32# 167 T ELT) (#33# 168 T ELT)) (|before?| #1#) (|basis| (#73# NIL T ELT)) (|associates?| #26#) (|annihilate?| #1#) (|algSplitSimple| (((|Record| (|:| |num| $) #8# (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ #72#) NIL T ELT)) (|absolutelyIrreducible?| #30#) (|Zero| #34#) (|One| #34#) (D #79# #81# #82# #84# #85# #88# #89# #90#) (= #1#) (/ #46#) (- #60# #92=(#47# NIL T ELT)) (+ #92#) (** (($ $ #20#) NIL T ELT) (#62# NIL T ELT) (($ $ #22#) NIL #9# ELT)) (* (($ #20# $) NIL T ELT) (($ #21# $) NIL T ELT) (($ #22# . #93=($)) NIL T ELT) #92# (($ $ #10#) NIL T ELT) (($ #10# . #93#) NIL T ELT) (($ #40# . #93#) NIL #9# ELT) (($ $ #40#) NIL #9# ELT)))
(((|RadicalFunctionField| |#1| |#2| |#3| |#4| |#5|) (|FunctionFieldCategory| |#1| |#2| |#3|) (|UniqueFactorizationDomain|) (|UnivariatePolynomialCategory| |#1|) (|UnivariatePolynomialCategory| #1=(|Fraction| |#2|)) #1# (|NonNegativeInteger|)) (T |RadicalFunctionField|))
NIL
@@ -3073,19 +3073,19 @@ NIL
((|setelt| ((|#2| $ #1="value" |#2|) 12 T ELT)) (|elt| ((|#2| $ #1#) 10 T ELT)) (|child?| (((|Boolean|) $ $) 18 T ELT)))
(((|RecursiveAggregate&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |setelt| (|#2| |#1| #1="value" |#2|)) (SIGNATURE |child?| ((|Boolean|) |#1| |#1|)) (SIGNATURE |elt| (|#2| |#1| #1#))) (|RecursiveAggregate| |#2|) (|Type|)) (T |RecursiveAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|value| ((|#1| $) 43 T ELT)) (|setvalue!| ((|#1| $ |#1|) 34 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setelt| ((|#1| $ "value" |#1|) 35 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setchildren!| (($ $ (|List| $)) 36 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|sample| (#3=($) 6 T CONST)) (|nodes| (((|List| $) $) 45 T ELT)) (|node?| (((|Boolean|) $ $) 37 (|has| |#1| (|BasicType|)) ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|leaves| (((|List| |#1|) $) 40 T ELT)) (|leaf?| (((|Boolean|) $) 44 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #4=((|SetCategory|))) ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #4#) ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #4#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #4#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #4#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #4#)) ELT)) (|eq?| ((#5=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#5# $) 7 T ELT)) (|empty| (#3# 8 T ELT)) (|elt| ((|#1| $ "value") 42 T ELT)) (|distance| (((|Integer|) $ $) 39 T ELT)) (|cyclic?| (((|Boolean|) $) 41 T ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|children| (((|List| $) $) 46 T ELT)) (|child?| (((|Boolean|) $ $) 38 (|has| |#1| (|BasicType|)) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|value| ((|#1| $) 43 T ELT)) (|setvalue!| ((|#1| $ |#1|) 34 #4=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setelt| ((|#1| $ #5="value" |#1|) 35 #4# ELT)) (|setchildren!| (($ $ #6=(|List| $)) 36 #4# ELT)) (|sample| (#7=($) 6 T CONST)) (|nodes| (#8=(#6# $) 45 T ELT)) (|node?| (#1# 37 #3# ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|leaves| ((#9=(|List| |#1|) $) 40 T ELT)) (|leaf?| (#10=(#2# $) 44 T ELT)) (|latex| (((|String|) $) 21 #11=(|has| |#1| (|SetCategory|)) ELT)) (|hash| (((|SingleInteger|) $) 20 #11# ELT)) (|eval| (($ $ (|List| #12=(|Equation| |#1|))) 25 #13=(AND (|has| |#1| (|Evalable| |#1|)) #11#) ELT) (($ $ #12#) 24 #13# ELT) (($ $ |#1| |#1|) 23 #13# ELT) (($ $ #9# #9#) 22 #13# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| (#10# 7 T ELT)) (|empty| (#7# 8 T ELT)) (|elt| ((|#1| $ #5#) 42 T ELT)) (|distance| (((|Integer|) $ $) 39 T ELT)) (|cyclic?| (#10# 41 T ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| ((#14=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #14#)) ELT)) (|children| (#8# 46 T ELT)) (|child?| (#1# 38 #3# ELT)) (|before?| (#1# 19 #3# ELT)) (= (#1# 17 #3# ELT)))
(((|RecursiveAggregate| |#1|) (|Category|) (|Type|)) (T |RecursiveAggregate|))
-((|children| (*1 *2 *1) (AND (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RecursiveAggregate| *3)))) (|nodes| (*1 *2 *1) (AND (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RecursiveAggregate| *3)))) (|leaf?| (*1 *2 *1) (AND (|ofCategory| *1 (|RecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|Boolean|)))) (|value| (*1 *2 *1) (AND (|ofCategory| *1 (|RecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|elt| (*1 *2 *1 *3) (AND (|isDomain| *3 "value") (|ofCategory| *1 (|RecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|cyclic?| (*1 *2 *1) (AND (|ofCategory| *1 (|RecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|Boolean|)))) (|leaves| (*1 *2 *1) (AND (|ofCategory| *1 (|RecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|List| *3)))) (|distance| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|RecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|Integer|)))) (|child?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|RecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)) (|ofCategory| *3 (|BasicType|)) (|isDomain| *2 (|Boolean|)))) (|node?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|RecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)) (|ofCategory| *3 (|BasicType|)) (|isDomain| *2 (|Boolean|)))) (|setchildren!| (*1 *1 *1 *2) (AND (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|ShallowlyMutableAggregate| *3)) (|ofCategory| *1 (|RecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|setelt| (*1 *2 *1 *3 *2) (AND (|isDomain| *3 "value") (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|RecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|setvalue!| (*1 *2 *1 *2) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|RecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))))
-(|Join| (|HomogeneousAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |children| ((|List| $) $)) (SIGNATURE |nodes| ((|List| $) $)) (SIGNATURE |leaf?| ((|Boolean|) $)) (SIGNATURE |value| (|t#1| $)) (SIGNATURE |elt| (|t#1| $ "value")) (SIGNATURE |cyclic?| ((|Boolean|) $)) (SIGNATURE |leaves| ((|List| |t#1|) $)) (SIGNATURE |distance| ((|Integer|) $ $)) (IF (|has| |t#1| (|BasicType|)) (PROGN (SIGNATURE |child?| ((|Boolean|) $ $)) (SIGNATURE |node?| ((|Boolean|) $ $))) |%noBranch|) (IF (|has| $ (|ShallowlyMutableAggregate| |t#1|)) (PROGN (SIGNATURE |setchildren!| ($ $ (|List| $))) (SIGNATURE |setelt| (|t#1| $ "value" |t#1|)) (SIGNATURE |setvalue!| (|t#1| $ |t#1|))) |%noBranch|)))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T))
+((|children| #1=(*1 *2 *1) #2=(AND #3=(|ofCategory| *3 #4=(|Type|)) #5=(|isDomain| *2 (|List| *1)) #6=(|ofCategory| *1 (|RecursiveAggregate| *3)))) (|nodes| #1# #2#) (|leaf?| #1# #7=(AND #6# #3# #8=(|isDomain| *2 (|Boolean|)))) (|value| #1# (AND #9=(|ofCategory| *1 (|RecursiveAggregate| *2)) #10=(|ofCategory| *2 #4#))) (|elt| (*1 *2 *1 *3) (AND #11=(|isDomain| *3 "value") #9# #10#)) (|cyclic?| #1# #7#) (|leaves| #1# (AND #6# #3# (|isDomain| *2 (|List| *3)))) (|distance| #12=(*1 *2 *1 *1) (AND #6# #3# (|isDomain| *2 (|Integer|)))) (|child?| #12# #13=(AND #6# #3# (|ofCategory| *3 (|BasicType|)) #8#)) (|node?| #12# #13#) (|setchildren!| (*1 *1 *1 *2) (AND #5# (|ofCategory| *1 (|ShallowlyMutableAggregate| *3)) #6# #3#)) (|setelt| (*1 *2 *1 *3 *2) (AND #11# #14=(|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) #9# #10#)) (|setvalue!| (*1 *2 *1 *2) (AND #14# #9# #10#)))
+(|Join| (|HomogeneousAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |children| #1=(#2=(|List| $) $)) (SIGNATURE |nodes| #1#) (SIGNATURE |leaf?| #3=(#4=(|Boolean|) $)) (SIGNATURE |value| (|t#1| $)) (SIGNATURE |elt| (|t#1| $ #5="value")) (SIGNATURE |cyclic?| #3#) (SIGNATURE |leaves| ((|List| |t#1|) $)) (SIGNATURE |distance| ((|Integer|) $ $)) (IF (|has| |t#1| (|BasicType|)) (PROGN (SIGNATURE |child?| #6=(#4# $ $)) (SIGNATURE |node?| #6#)) |%noBranch|) (IF (|has| $ (|ShallowlyMutableAggregate| |t#1|)) (PROGN (SIGNATURE |setchildren!| ($ $ #2#)) (SIGNATURE |setelt| (|t#1| $ #5# |t#1|)) (SIGNATURE |setvalue!| (|t#1| $ |t#1|))) |%noBranch|)))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T))
((|sqrt| (($ $) 9 T ELT) (#1=($ $ #2=(|PositiveInteger|)) 49 T ELT) (($ #3=(|Fraction| #4=(|Integer|))) 13 T ELT) (($ #4#) 15 T ELT)) (|rootOf| ((#5=(|Union| $ "failed") #6=(|SparseUnivariatePolynomial| $) #2# (|OutputForm|)) 24 T ELT) ((#5# #6# #2#) 32 T ELT)) (|nthRoot| (#7=($ $ #4#) 58 T ELT)) (|characteristic| ((#8=(|NonNegativeInteger|)) 18 T CONST)) (|allRootsOf| ((#9=(|List| $) #6#) NIL T ELT) ((#9# (|SparseUnivariatePolynomial| #3#)) 63 T ELT) ((#9# (|SparseUnivariatePolynomial| #4#)) 68 T ELT) ((#9# (|Polynomial| $)) 72 T ELT) ((#9# (|Polynomial| #3#)) 76 T ELT) ((#9# (|Polynomial| #4#)) 80 T ELT)) (** (#1# NIL T ELT) (($ $ #8#) NIL T ELT) (#7# NIL T ELT) (($ $ #3#) 53 T ELT)))
(((|RealClosedField&| |#1|) (CATEGORY |package| (SIGNATURE |sqrt| (|#1| #1=(|Integer|))) (SIGNATURE |sqrt| (|#1| #2=(|Fraction| #1#))) (SIGNATURE |sqrt| #3=(|#1| |#1| #4=(|PositiveInteger|))) (SIGNATURE |allRootsOf| (#5=(|List| |#1|) (|Polynomial| #1#))) (SIGNATURE |allRootsOf| (#5# (|Polynomial| #2#))) (SIGNATURE |allRootsOf| (#5# (|Polynomial| |#1|))) (SIGNATURE |allRootsOf| (#5# (|SparseUnivariatePolynomial| #1#))) (SIGNATURE |allRootsOf| (#5# (|SparseUnivariatePolynomial| #2#))) (SIGNATURE |allRootsOf| (#5# #6=(|SparseUnivariatePolynomial| |#1|))) (SIGNATURE |rootOf| (#7=(|Union| |#1| "failed") #6# #4#)) (SIGNATURE |rootOf| (#7# #6# #4# (|OutputForm|))) (SIGNATURE ** (|#1| |#1| #2#)) (SIGNATURE |nthRoot| #8=(|#1| |#1| #1#)) (SIGNATURE |sqrt| (|#1| |#1|)) (SIGNATURE ** #8#) (SIGNATURE |characteristic| (#9=(|NonNegativeInteger|)) |constant|) (SIGNATURE ** (|#1| |#1| #9#)) (SIGNATURE ** #3#)) (|RealClosedField|)) (T |RealClosedField&|))
((|characteristic| (*1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|isDomain| *1 (|RealClosedField&| *3)) (|ofCategory| *3 (|RealClosedField|)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 112 T ELT)) (|unitCanonical| (($ $) 113 T ELT)) (|unit?| ((#3=(|Boolean|) $) 115 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (($ $) 132 T ELT)) (|squareFree| (#4=((|Factored| $) $) 133 T ELT)) (|sqrt| (($ $) 96 T ELT) (($ $ (|PositiveInteger|)) 82 T ELT) (($ (|Fraction| (|Integer|))) 81 T ELT) (($ (|Integer|)) 80 T ELT)) (|sizeLess?| (((|Boolean|) $ $) 123 T ELT)) (|sign| (((|Integer|) $) 149 T ELT)) (|sample| (#5=($) 23 T CONST)) (|rootOf| (((|Union| $ "failed") (|SparseUnivariatePolynomial| $) (|PositiveInteger|) (|OutputForm|)) 90 T ELT) (((|Union| $ "failed") (|SparseUnivariatePolynomial| $) (|PositiveInteger|)) 89 T ELT)) (|retractIfCan| (((|Union| #6=(|Integer|) . #7=("failed")) . #8=($)) 109 (|has| #9=(|Fraction| (|Integer|)) . #10=((|RetractableTo| #11=(|Integer|)))) ELT) (((|Union| #12=(|Fraction| #6#) . #7#) . #8#) 107 (|has| #9# . #13=((|RetractableTo| (|Fraction| #11#)))) ELT) (((|Union| #9# . #7#) . #8#) 104 T ELT)) (|retract| ((#6# . #14=($)) 108 (|has| #9# . #10#) ELT) ((#12# . #14#) 106 (|has| #9# . #13#) ELT) ((#9# . #14#) 105 T ELT)) (|rename!| (($ $ (|OutputForm|)) 79 T ELT)) (|rename| (($ $ (|OutputForm|)) 78 T ELT)) (|rem| (#15=($ $ $) 127 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|quo| (#15# 126 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #16=(|List| $)) (|:| |generator| $)) #16#) 121 T ELT)) (|prime?| (((|Boolean|) $) 134 T ELT)) (|positive?| (((|Boolean|) $) 147 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|nthRoot| (($ $ #17=(|Integer|)) 95 T ELT)) (|negative?| (((|Boolean|) $) 148 T ELT)) (|multiEuclidean| (((|Union| #18=(|List| $) #19="failed") #18# $) 130 T ELT)) (|min| (#20=($ $ $) 141 T ELT)) (|max| (#20# 142 T ELT)) (|mainValue| (((|Union| (|SparseUnivariatePolynomial| $) "failed") $) 91 T ELT)) (|mainForm| (((|Union| (|OutputForm|) "failed") $) 93 T ELT)) (|mainDefiningPolynomial| (((|Union| (|SparseUnivariatePolynomial| $) "failed") $) 92 T ELT)) (|lcm| (#21=($ (|List| $)) 119 T ELT) (#22=($ $ $) 118 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 135 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#23=(|SparseUnivariatePolynomial| $) #23# #23#) 120 T ELT)) (|gcd| (#21# 117 T ELT) (#22# 116 T ELT)) (|factor| (#4# 131 T ELT)) (|extendedEuclidean| (((|Union| (|Record| #24=(|:| |coef1| $) #25=(|:| |coef2| $)) #19#) $ $ $) 129 T ELT) (((|Record| #24# #25# (|:| |generator| $)) $ $) 128 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 111 T ELT)) (|expressIdealMember| (((|Maybe| #16#) #16# $) 122 T ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 124 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 125 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ #26=(|Fraction| #27=(|Integer|))) 139 T ELT) (($ $) 110 T ELT) (($ #9#) 103 T ELT) (($ #28=(|Integer|)) 102 T ELT) (($ #29=(|Fraction| (|Integer|))) 99 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| ((#3# $ $) 114 T ELT)) (|approximate| (((|Fraction| (|Integer|)) $ $) 77 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|allRootsOf| (((|List| $) (|SparseUnivariatePolynomial| $)) 88 T ELT) (((|List| $) (|SparseUnivariatePolynomial| (|Fraction| (|Integer|)))) 87 T ELT) (((|List| $) (|SparseUnivariatePolynomial| (|Integer|))) 86 T ELT) (((|List| $) (|Polynomial| $)) 85 T ELT) (((|List| $) (|Polynomial| (|Fraction| (|Integer|)))) 84 T ELT) (((|List| $) (|Polynomial| (|Integer|))) 83 T ELT)) (|abs| (($ $) 150 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (($) 46 T CONST)) (>= (#30=((|Boolean|) $ $) 143 T ELT)) (> (#30# 145 T ELT)) (= (#1# 8 T ELT)) (<= (#30# 144 T ELT)) (< (#30# 146 T ELT)) (/ (($ $ $) 140 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #27#) 136 T ELT) (($ $ (|Fraction| #17#)) 94 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #31=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ #26# . #31#) 138 T ELT) (($ $ #26#) 137 T ELT) (($ #28# . #31#) 101 T ELT) (($ $ #28#) 100 T ELT) (($ #29# . #31#) 98 T ELT) (($ $ #29#) 97 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 112 T ELT)) (|unitCanonical| (#4=($ $) 113 T ELT)) (|unit?| (#3# 115 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (#4# 132 T ELT)) (|squareFree| (#5=((|Factored| $) $) 133 T ELT)) (|sqrt| (#4# 96 T ELT) (#6=($ $ #7=(|PositiveInteger|)) 82 T ELT) (#8=($ #9=(|Fraction| #10=(|Integer|))) 81 T ELT) (#11=($ #10#) 80 T ELT)) (|sizeLess?| (#1# 123 T ELT)) (|sign| (#12=(#10# $) 149 T ELT)) (|sample| (#13=($) 23 T CONST)) (|rootOf| ((#14=(|Union| $ #15="failed") #16=(|SparseUnivariatePolynomial| $) #7# #17=(|OutputForm|)) 90 T ELT) ((#14# #16# #7#) 89 T ELT)) (|retractIfCan| (((|Union| #10# . #18=(#15#)) . #19=($)) 109 #20=(|has| #9# (|RetractableTo| #10#)) ELT) (#21=((|Union| #9# . #18#) . #19#) 107 #22=(|has| #9# (|RetractableTo| #9#)) ELT) (#21# 104 T ELT)) (|retract| (#12# 108 #20# ELT) (#23=(#9# $) 106 #22# ELT) (#23# 105 T ELT)) (|rename!| (#24=($ $ #17#) 79 T ELT)) (|rename| (#24# 78 T ELT)) (|rem| (#25=($ $ $) 127 T ELT)) (|recip| ((#14# $) 43 T ELT)) (|quo| (#25# 126 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #26=(|List| $)) #27=(|:| |generator| $)) #26#) 121 T ELT)) (|prime?| (#3# 134 T ELT)) (|positive?| (#3# 147 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|nthRoot| (#28=($ $ #10#) 95 T ELT)) (|negative?| (#3# 148 T ELT)) (|multiEuclidean| (((|Union| #26# #15#) #26# $) 130 T ELT)) (|min| (#25# 141 T ELT)) (|max| (#25# 142 T ELT)) (|mainValue| (#29=((|Union| #16# #15#) $) 91 T ELT)) (|mainForm| (((|Union| #17# #15#) $) 93 T ELT)) (|mainDefiningPolynomial| (#29# 92 T ELT)) (|lcm| (#30=($ #26#) 119 T ELT) (#25# 118 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#4# 135 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#16# #16# #16#) 120 T ELT)) (|gcd| (#30# 117 T ELT) (#25# 116 T ELT)) (|factor| (#5# 131 T ELT)) (|extendedEuclidean| (((|Union| (|Record| #31=(|:| |coef1| $) #32=(|:| |coef2| $)) #15#) $ $ $) 129 T ELT) (((|Record| #31# #32# #27#) $ $) 128 T ELT)) (|exquo| ((#14# $ $) 111 T ELT)) (|expressIdealMember| (((|Maybe| #26#) #26# $) 122 T ELT)) (|euclideanSize| ((#33=(|NonNegativeInteger|) $) 124 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 125 T ELT)) (|coerce| ((#17# $) 13 T ELT) (#11# 42 T ELT) (#8# 139 T ELT) (#4# 110 T ELT) (#8# 103 T ELT) (#11# 102 T ELT) (#8# 99 T ELT)) (|characteristic| ((#33#) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 114 T ELT)) (|approximate| ((#9# $ $) 77 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|allRootsOf| ((#26# #16#) 88 T ELT) ((#26# (|SparseUnivariatePolynomial| #9#)) 87 T ELT) ((#26# (|SparseUnivariatePolynomial| #10#)) 86 T ELT) ((#26# (|Polynomial| $)) 85 T ELT) ((#26# (|Polynomial| #9#)) 84 T ELT) ((#26# (|Polynomial| #10#)) 83 T ELT)) (|abs| (#4# 150 T ELT)) (|Zero| (#13# 24 T CONST)) (|One| (#13# 46 T CONST)) (>= (#1# 143 T ELT)) (> (#1# 145 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 144 T ELT)) (< (#1# 146 T ELT)) (/ (#25# 140 T ELT)) (- (#4# 30 T ELT) (#25# 29 T ELT)) (+ (#25# 18 T ELT)) (** (#6# 36 T ELT) (($ $ #33#) 44 T ELT) (#28# 136 T ELT) (#34=($ $ #9#) 94 T ELT)) (* (($ #7# $) 17 T ELT) (($ #33# $) 21 T ELT) (#35=($ #10# . #36=($)) 31 T ELT) (#25# 35 T ELT) (#37=($ #9# . #36#) 138 T ELT) (#34# 137 T ELT) (#35# 101 T ELT) (#28# 100 T ELT) (#37# 98 T ELT) (#34# 97 T ELT)))
(((|RealClosedField|) (|Category|)) (T |RealClosedField|))
-((|sqrt| (*1 *1 *1) (|ofCategory| *1 (|RealClosedField|))) (|mainForm| (*1 *2 *1) (|partial| AND (|ofCategory| *1 (|RealClosedField|)) (|isDomain| *2 (|OutputForm|)))) (|mainDefiningPolynomial| (*1 *2 *1) (|partial| AND (|isDomain| *2 (|SparseUnivariatePolynomial| *1)) (|ofCategory| *1 (|RealClosedField|)))) (|mainValue| (*1 *2 *1) (|partial| AND (|isDomain| *2 (|SparseUnivariatePolynomial| *1)) (|ofCategory| *1 (|RealClosedField|)))) (|rootOf| (*1 *1 *2 *3 *4) (|partial| AND (|isDomain| *2 (|SparseUnivariatePolynomial| *1)) (|isDomain| *3 (|PositiveInteger|)) (|isDomain| *4 (|OutputForm|)) (|ofCategory| *1 (|RealClosedField|)))) (|rootOf| (*1 *1 *2 *3) (|partial| AND (|isDomain| *2 (|SparseUnivariatePolynomial| *1)) (|isDomain| *3 (|PositiveInteger|)) (|ofCategory| *1 (|RealClosedField|)))) (|allRootsOf| (*1 *2 *3) (AND (|isDomain| *3 (|SparseUnivariatePolynomial| *1)) (|ofCategory| *1 (|RealClosedField|)) (|isDomain| *2 (|List| *1)))) (|allRootsOf| (*1 *2 *3) (AND (|isDomain| *3 (|SparseUnivariatePolynomial| (|Fraction| (|Integer|)))) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RealClosedField|)))) (|allRootsOf| (*1 *2 *3) (AND (|isDomain| *3 (|SparseUnivariatePolynomial| (|Integer|))) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RealClosedField|)))) (|allRootsOf| (*1 *2 *3) (AND (|isDomain| *3 (|Polynomial| *1)) (|ofCategory| *1 (|RealClosedField|)) (|isDomain| *2 (|List| *1)))) (|allRootsOf| (*1 *2 *3) (AND (|isDomain| *3 (|Polynomial| (|Fraction| (|Integer|)))) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RealClosedField|)))) (|allRootsOf| (*1 *2 *3) (AND (|isDomain| *3 (|Polynomial| (|Integer|))) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RealClosedField|)))) (|sqrt| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|RealClosedField|)) (|isDomain| *2 (|PositiveInteger|)))) (|sqrt| (*1 *1 *2) (AND (|isDomain| *2 (|Fraction| (|Integer|))) (|ofCategory| *1 (|RealClosedField|)))) (|sqrt| (*1 *1 *2) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|RealClosedField|)))) (|rename!| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|RealClosedField|)) (|isDomain| *2 (|OutputForm|)))) (|rename| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|RealClosedField|)) (|isDomain| *2 (|OutputForm|)))) (|approximate| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|RealClosedField|)) (|isDomain| *2 (|Fraction| (|Integer|))))))
-(|Join| (|CharacteristicZero|) (|OrderedRing|) (|CommutativeRing|) (|Field|) (|FullyRetractableTo| (|Fraction| (|Integer|))) (|Algebra| (|Integer|)) (|Algebra| (|Fraction| (|Integer|))) (|RadicalCategory|) (CATEGORY |domain| (SIGNATURE |mainForm| ((|Union| (|OutputForm|) "failed") $)) (SIGNATURE |mainDefiningPolynomial| ((|Union| (|SparseUnivariatePolynomial| $) "failed") $)) (SIGNATURE |mainValue| ((|Union| (|SparseUnivariatePolynomial| $) "failed") $)) (SIGNATURE |rootOf| ((|Union| $ "failed") (|SparseUnivariatePolynomial| $) (|PositiveInteger|) (|OutputForm|))) (SIGNATURE |rootOf| ((|Union| $ "failed") (|SparseUnivariatePolynomial| $) (|PositiveInteger|))) (SIGNATURE |allRootsOf| ((|List| $) (|SparseUnivariatePolynomial| $))) (SIGNATURE |allRootsOf| ((|List| $) (|SparseUnivariatePolynomial| (|Fraction| (|Integer|))))) (SIGNATURE |allRootsOf| ((|List| $) (|SparseUnivariatePolynomial| (|Integer|)))) (SIGNATURE |allRootsOf| ((|List| $) (|Polynomial| $))) (SIGNATURE |allRootsOf| ((|List| $) (|Polynomial| (|Fraction| (|Integer|))))) (SIGNATURE |allRootsOf| ((|List| $) (|Polynomial| (|Integer|)))) (SIGNATURE |sqrt| ($ $ (|PositiveInteger|))) (SIGNATURE |sqrt| ($ $)) (SIGNATURE |sqrt| ($ (|Fraction| (|Integer|)))) (SIGNATURE |sqrt| ($ (|Integer|))) (SIGNATURE |rename!| ($ $ (|OutputForm|))) (SIGNATURE |rename| ($ $ (|OutputForm|))) (SIGNATURE |approximate| ((|Fraction| (|Integer|)) $ $))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) . T) ((|Algebra| #2=(|Integer|)) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| #2# #2#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicZero|) . T) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Field|) . T) ((|FullyRetractableTo| (|Fraction| (|Integer|))) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| #2#) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| #2#) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| #2#) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|OrderedAbelianGroup|) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedCancellationAbelianMonoid|) . T) ((|OrderedRing|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|PrincipalIdealDomain|) . T) ((|RadicalCategory|) . T) ((|RetractableTo| (|Fraction| (|Integer|))) . T) ((|RetractableTo| (|Integer|)) |has| (|Fraction| (|Integer|)) (|RetractableTo| (|Integer|))) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| #2#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| #2#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
+((|sqrt| (*1 *1 *1) #1=(|ofCategory| *1 (|RealClosedField|))) (|mainForm| #2=(*1 *2 *1) (|partial| AND #1# #3=(|isDomain| *2 #4=(|OutputForm|)))) (|mainDefiningPolynomial| #2# #5=(|partial| AND #6=(|isDomain| *2 #7=(|SparseUnivariatePolynomial| *1)) #1#)) (|mainValue| #2# #5#) (|rootOf| (*1 *1 *2 *3 *4) (|partial| AND #6# #8=(|isDomain| *3 #9=(|PositiveInteger|)) (|isDomain| *4 #4#) #1#)) (|rootOf| (*1 *1 *2 *3) (|partial| AND #6# #8# #1#)) (|allRootsOf| #10=(*1 *2 *3) (AND (|isDomain| *3 #7#) #1# #11=(|isDomain| *2 (|List| *1)))) (|allRootsOf| #10# (AND (|isDomain| *3 (|SparseUnivariatePolynomial| #12=(|Fraction| #13=(|Integer|)))) #11# #1#)) (|allRootsOf| #10# (AND (|isDomain| *3 (|SparseUnivariatePolynomial| #13#)) #11# #1#)) (|allRootsOf| #10# (AND (|isDomain| *3 (|Polynomial| *1)) #1# #11#)) (|allRootsOf| #10# (AND (|isDomain| *3 (|Polynomial| #12#)) #11# #1#)) (|allRootsOf| #10# (AND (|isDomain| *3 (|Polynomial| #13#)) #11# #1#)) (|sqrt| #14=(*1 *1 *1 *2) (AND #1# (|isDomain| *2 #9#))) (|sqrt| #15=(*1 *1 *2) (AND #16=(|isDomain| *2 #12#) #1#)) (|sqrt| #15# (AND (|isDomain| *2 #13#) #1#)) (|rename!| #14# #17=(AND #1# #3#)) (|rename| #14# #17#) (|approximate| (*1 *2 *1 *1) (AND #1# #16#)))
+(|Join| (|CharacteristicZero|) (|OrderedRing|) (|CommutativeRing|) (|Field|) (|FullyRetractableTo| #1=(|Fraction| #2=(|Integer|))) (|Algebra| #2#) (|Algebra| #1#) (|RadicalCategory|) (CATEGORY |domain| (SIGNATURE |mainForm| ((|Union| #3=(|OutputForm|) #4="failed") $)) (SIGNATURE |mainDefiningPolynomial| #5=((|Union| #6=(|SparseUnivariatePolynomial| $) #4#) $)) (SIGNATURE |mainValue| #5#) (SIGNATURE |rootOf| (#7=(|Union| $ #4#) #6# #8=(|PositiveInteger|) #3#)) (SIGNATURE |rootOf| (#7# #6# #8#)) (SIGNATURE |allRootsOf| (#9=(|List| $) #6#)) (SIGNATURE |allRootsOf| (#9# (|SparseUnivariatePolynomial| #1#))) (SIGNATURE |allRootsOf| (#9# (|SparseUnivariatePolynomial| #2#))) (SIGNATURE |allRootsOf| (#9# (|Polynomial| $))) (SIGNATURE |allRootsOf| (#9# (|Polynomial| #1#))) (SIGNATURE |allRootsOf| (#9# (|Polynomial| #2#))) (SIGNATURE |sqrt| ($ $ #8#)) (SIGNATURE |sqrt| ($ $)) (SIGNATURE |sqrt| ($ #1#)) (SIGNATURE |sqrt| ($ #2#)) (SIGNATURE |rename!| #10=($ $ #3#)) (SIGNATURE |rename| #10#) (SIGNATURE |approximate| (#1# $ $))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) . T) ((|Algebra| #2#) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| #2# #2#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicZero|) . T) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Field|) . T) ((|FullyRetractableTo| #1#) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| #2#) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| #2#) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| #2#) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|OrderedAbelianGroup|) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedCancellationAbelianMonoid|) . T) ((|OrderedRing|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|PrincipalIdealDomain|) . T) ((|RadicalCategory|) . T) ((|RetractableTo| #1#) . T) ((|RetractableTo| #2#) |has| (|Fraction| (|Integer|)) (|RetractableTo| (|Integer|))) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| #2#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| #2#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
((|rischDE| (((|Record| (|:| |ans| |#2|) (|:| |right| |#2|) (|:| |sol?| (|Boolean|))) (|Integer|) |#2| |#2| (|Symbol|) (|Mapping| (|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| #1=(|:| |coeff| |#2|) (|:| |logand| |#2|))))) #2="failed") |#2| (|List| |#2|)) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#2|) #1#) #2#) |#2| |#2|)) 67 T ELT)))
(((|ElementaryRischDE| |#1| |#2|) (CATEGORY |package| (SIGNATURE |rischDE| ((|Record| (|:| |ans| |#2|) (|:| |right| |#2|) (|:| |sol?| (|Boolean|))) #1=(|Integer|) |#2| |#2| (|Symbol|) (|Mapping| (|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| #2=(|:| |coeff| |#2|) (|:| |logand| |#2|))))) #3="failed") |#2| (|List| |#2|)) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#2|) #2#) #3#) |#2| |#2|)))) (|Join| (|GcdDomain|) (|CharacteristicZero|) (|RetractableTo| #1#) (|LinearlyExplicitRingOver| #1#)) (|Join| (|TranscendentalFunctionCategory|) (|AlgebraicallyClosedField|) (|FunctionSpace| |#1|))) (T |ElementaryRischDE|))
((|rischDE| (*1 *2 *3 *4 *4 *5 *6 *7) (AND (|isDomain| *5 (|Symbol|)) (|isDomain| *6 (|Mapping| (|Union| (|Record| (|:| |mainpart| *4) (|:| |limitedlogs| (|List| (|Record| #1=(|:| |coeff| *4) (|:| |logand| *4))))) #2="failed") *4 (|List| *4))) (|isDomain| *7 (|Mapping| (|Union| (|Record| (|:| |ratpart| *4) #1#) #2#) *4 *4)) (|ofCategory| *4 (|Join| (|TranscendentalFunctionCategory|) (|AlgebraicallyClosedField|) (|FunctionSpace| *8))) (|ofCategory| *8 (|Join| (|GcdDomain|) (|CharacteristicZero|) (|RetractableTo| *3) (|LinearlyExplicitRingOver| *3))) (|isDomain| *3 (|Integer|)) (|isDomain| *2 (|Record| (|:| |ans| *4) (|:| |right| *4) (|:| |sol?| (|Boolean|)))) (|isDomain| *1 (|ElementaryRischDE| *8 *4)))))
@@ -3162,7 +3162,7 @@ NIL
NIL
((|retractIfCan| (((|Union| |#1| "failed") $) 9 T ELT)) (|retract| ((|#1| $) 8 T ELT)) (|coerce| (($ |#1|) 6 T ELT)))
(((|RetractableTo| |#1|) (|Category|) (|Type|)) (T |RetractableTo|))
-((|retractIfCan| (*1 *2 *1) (|partial| AND (|ofCategory| *1 (|RetractableTo| *2)) (|ofCategory| *2 (|Type|)))) (|retract| (*1 *2 *1) (AND (|ofCategory| *1 (|RetractableTo| *2)) (|ofCategory| *2 (|Type|)))))
+((|retractIfCan| #1=(*1 *2 *1) (|partial| AND #2=(|ofCategory| *1 (|RetractableTo| *2)) #3=(|ofCategory| *2 (|Type|)))) (|retract| #1# (AND #2# #3#)))
(|Join| (|CoercibleFrom| |t#1|) (CATEGORY |domain| (SIGNATURE |retractIfCan| ((|Union| |t#1| "failed") $)) (SIGNATURE |retract| (|t#1| $))))
(((|CoercibleFrom| |#1|) . T))
((|solveRetract| (((|List| (|List| (|Equation| (|Fraction| #1=(|Polynomial| |#2|))))) (|List| #1#) (|List| (|Symbol|))) 38 T ELT)))
@@ -3180,16 +3180,16 @@ NIL
((|factorFraction| (((|Fraction| (|Factored| #1=(|Polynomial| |#1|))) (|Fraction| #1#)) 14 T ELT)))
(((|RationalFunctionFactorizer| |#1|) (CATEGORY |package| (SIGNATURE |factorFraction| ((|Fraction| (|Factored| #1=(|Polynomial| |#1|))) (|Fraction| #1#)))) (|EuclideanDomain|)) (T |RationalFunctionFactorizer|))
((|factorFraction| (*1 *2 *3) (AND (|isDomain| *3 (|Fraction| #1=(|Polynomial| *4))) (|ofCategory| *4 (|EuclideanDomain|)) (|isDomain| *2 (|Fraction| (|Factored| #1#))) (|isDomain| *1 (|RationalFunctionFactorizer| *4)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|sample| (#3=($) 23 T CONST)) (|red| ((|#1| $) 29 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|green| ((|#1| $) 28 T ELT)) (|componentUpperBound| ((|#1|) 26 T CONST)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|blue| ((|#1| $) 27 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|sample| (#3=($) 23 T CONST)) (|red| (#4=(|#1| $) 29 T ELT)) (|opposite?| (#1# 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|green| (#4# 28 T ELT)) (|componentUpperBound| ((|#1|) 26 T CONST)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|blue| (#4# 27 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT)))
(((|RGBColorModel| |#1|) (|Category|) (|AbelianMonoid|)) (T |RGBColorModel|))
-((|red| (*1 *2 *1) (AND (|ofCategory| *1 (|RGBColorModel| *2)) (|ofCategory| *2 (|AbelianMonoid|)))) (|green| (*1 *2 *1) (AND (|ofCategory| *1 (|RGBColorModel| *2)) (|ofCategory| *2 (|AbelianMonoid|)))) (|blue| (*1 *2 *1) (AND (|ofCategory| *1 (|RGBColorModel| *2)) (|ofCategory| *2 (|AbelianMonoid|)))) (|componentUpperBound| (*1 *2) (AND (|ofCategory| *1 (|RGBColorModel| *2)) (|ofCategory| *2 (|AbelianMonoid|)))))
-(|Join| (|AbelianMonoid|) (CATEGORY |domain| (SIGNATURE |red| (|t#1| $)) (SIGNATURE |green| (|t#1| $)) (SIGNATURE |blue| (|t#1| $)) (SIGNATURE |componentUpperBound| (|t#1|) |constant|)))
-(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|whitePoint| (($) 31 T CONST)) (|sample| (#3=($) 23 T CONST)) (|red| ((|#1| . #4=($)) 29 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|green| ((|#1| . #4#) 28 T ELT)) (|componentUpperBound| ((|#1|) 26 T CONST)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|blue| ((|#1| . #4#) 27 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT)))
+((|red| #1=(*1 *2 *1) #2=(AND (|ofCategory| *1 (|RGBColorModel| *2)) (|ofCategory| *2 (|AbelianMonoid|)))) (|green| #1# #2#) (|blue| #1# #2#) (|componentUpperBound| (*1 *2) #2#))
+(|Join| (|AbelianMonoid|) (CATEGORY |domain| (SIGNATURE |red| #1=(|t#1| $)) (SIGNATURE |green| #1#) (SIGNATURE |blue| #1#) (SIGNATURE |componentUpperBound| (|t#1|) |constant|)))
+(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|whitePoint| (#3=($) 31 T CONST)) (|sample| (#3# 23 T CONST)) (|red| (#4=(|#1| $) 29 T ELT)) (|opposite?| (#1# 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|green| (#4# 28 T ELT)) (|componentUpperBound| ((|#1|) 26 T CONST)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|blue| (#4# 27 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT)))
(((|RGBColorSpace| |#1|) (|Category|) (|AbelianMonoid|)) (T |RGBColorSpace|))
((|whitePoint| (*1 *1) (AND (|ofCategory| *1 (|RGBColorSpace| *2)) (|ofCategory| *2 (|AbelianMonoid|)))))
(|Join| (|RGBColorModel| |t#1|) (CATEGORY |domain| (SIGNATURE |whitePoint| ($) |constant|)))
-(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|RGBColorModel| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|RGBColorModel| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) #4=(|:| |open| #5=(|List| #6=(|NewSparseMultivariatePolynomial| |#1| #7=(|OrderedVariableList| |#2|)))))) #5#) NIL T ELT)) (|zeroSetSplit| ((#8=(|List| $) #5#) NIL T ELT) ((#8# #5# #3#) NIL T ELT) ((#8# #5# #3# #3#) NIL T ELT)) (|variables| #9=(((|List| #7#) $) NIL T ELT)) (|trivialIdeal?| #10=(#11=(#3# $) NIL T ELT)) (|triangular?| #12=(#11# NIL #13=(|has| |#1| (|IntegralDomain|)) ELT)) (|stronglyReduced?| #14=(#15=(#3# #6# $) NIL T ELT) #10#) (|stronglyReduce| #16=((#6# #6# $) NIL T ELT)) (|squareFreePart| ((#17=(|List| (|Record| (|:| |val| #6#) #18=(|:| |tower| $))) #6# $) NIL T ELT)) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ #7#) NIL T ELT)) (|select| #19=(($ #20=(|Mapping| #3# #6#) $) NIL #21=(|has| $ (|FiniteAggregate| #6#)) ELT) ((#22=(|Union| #6# #23="failed") $ #7#) NIL T ELT)) (|sample| (#24=($) NIL T CONST)) (|roughUnitIdeal?| #12#) (|roughSubIdeal?| #25=(#2# NIL #13# ELT)) (|roughEqualIdeals?| #25#) (|roughBase?| #12#) (|rewriteSetWithReduction| ((#5# #5# $ #26=(|Mapping| #6# #6# #6#) #27=(|Mapping| #3# #6# #6#)) NIL T ELT)) (|rewriteIdealWithRemainder| #28=((#5# #5# $) NIL #13# ELT)) (|rewriteIdealWithHeadRemainder| #28#) (|retractIfCan| ((#29=(|Union| $ #23#) #5#) NIL T ELT)) (|retract| #30=(($ #5#) NIL T ELT)) (|rest| ((#29# $) NIL T ELT)) (|removeZero| #16#) (|removeDuplicates| (#31=($ $) NIL #32=(AND #21# #33=(|has| #6# (|BasicType|))) ELT)) (|remove| (#34=($ #6# $) NIL #32# ELT) #19#) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| #6#) #35=(|:| |den| |#1|)) #6# $) NIL #13# ELT)) (|reduced?| ((#3# #6# $ #27#) NIL T ELT)) (|reduceByQuasiMonic| #16#) (|reduce| ((#6# #26# $ #6# #6#) NIL #33# ELT) ((#6# #26# $ #6#) NIL T ELT) ((#6# #26# $) NIL T ELT) ((#6# #6# $ #26# #27#) NIL T ELT)) (|quasiComponent| (((|Record| (|:| |close| #5#) #4#) $) NIL T ELT)) (|purelyTranscendental?| #14#) (|purelyAlgebraicLeadingMonomial?| #14#) (|purelyAlgebraic?| #14# #10#) (|normalized?| #14# #10#) (|mvar| ((#7# $) NIL T ELT)) (|members| #36=((#5# $) NIL T ELT)) (|member?| (#15# NIL #33# ELT)) (|map!| #37=(($ (|Mapping| #6# #6#) $) NIL T ELT)) (|map| #37#) (|mainVariables| #9#) (|mainVariable?| #38=((#3# #7# $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|lastSubResultantElseSplit| (((|Union| #6# #8#) #6# #6# $) NIL T ELT)) (|lastSubResultant| ((#17# #6# #6# $) NIL T ELT)) (|last| #39=((#22# $) NIL T ELT)) (|invertibleSet| #40=((#8# #6# $) NIL T ELT)) (|invertibleElseSplit?| (((|Union| #3# #8#) #6# $) NIL T ELT)) (|invertible?| (((|List| (|Record| (|:| |val| #3#) #18#)) #6# $) NIL T ELT) #14#) (|intersect| #40# #41=((#8# #5# $) NIL T ELT) #42=((#8# #5# #8#) NIL T ELT) #43=((#8# #6# #8#) NIL T ELT)) (|internalAugment| (#34# NIL T ELT) (($ #5# $) NIL T ELT)) (|initials| #36#) (|initiallyReduced?| #14# #10#) (|initiallyReduce| #16#) (|infRittWu?| #1#) (|headRemainder| (((|Record| (|:| |num| #6#) #35#) #6# $) NIL #13# ELT)) (|headReduced?| #14# #10#) (|headReduce| #16#) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|first| #39#) (|find| ((#22# #20# $) NIL T ELT)) (|extendIfCan| ((#29# $ #6#) NIL T ELT)) (|extend| (($ $ #6#) NIL T ELT) #40# #43# #41# #42#) (|every?| #44=((#3# #20# $) NIL T ELT)) (|eval| (($ $ #5# #5#) NIL #45=(AND (|has| #6# (|Evalable| #6#)) (|has| #6# (|SetCategory|))) ELT) (($ $ #6# #6#) NIL #45# ELT) (($ $ #46=(|Equation| #6#)) NIL #45# ELT) (($ $ (|List| #46#)) NIL #45# ELT)) (|eq?| #1#) (|empty?| #10#) (|empty| (#24# NIL T ELT)) (|degree| #47=(#48=(#49=(|NonNegativeInteger|) $) NIL T ELT)) (|count| ((#49# #6# $) NIL #33# ELT) ((#49# #20# $) NIL T ELT)) (|copy| #50=(#31# NIL T ELT)) (|convert| ((#51=(|InputForm|) $) NIL (|has| #6# (|ConvertibleTo| #51#)) ELT)) (|construct| #30#) (|collectUpper| #52=(($ $ #7#) NIL T ELT)) (|collectUnder| #52#) (|collectQuasiMonic| #50#) (|collect| #52#) (|coerce| (((|OutputForm|) $) NIL T ELT) #36#) (|coHeight| (#48# NIL (|has| #7# (|Finite|)) ELT)) (|before?| #1#) (|basicSet| ((#53=(|Union| (|Record| (|:| |bas| $) (|:| |top| #5#)) #23#) #5# #27#) NIL T ELT) ((#53# #5# #20# #27#) NIL T ELT)) (|autoReduced?| ((#3# $ (|Mapping| #3# #6# #5#)) NIL T ELT)) (|augment| #40# #43# #41# #42#) (|any?| #44#) (|algebraicVariables| #9#) (|algebraicCoefficients?| #14#) (|algebraic?| #38#) (= #1#) (|#| #47#))
(((|RegularChain| |#1| |#2|) (|Join| (|RegularTriangularSetCategory| |#1| (|IndexedExponents| #1=(|OrderedVariableList| |#2|)) #1# #2=(|NewSparseMultivariatePolynomial| |#1| #1#)) (CATEGORY |domain| (SIGNATURE |zeroSetSplit| ((|List| $) (|List| #2#) #3=(|Boolean|) #3#)))) (|GcdDomain|) (|List| (|Symbol|))) (T |RegularChain|))
((|zeroSetSplit| (*1 *2 *3 *4 *4) (AND (|isDomain| *3 (|List| (|NewSparseMultivariatePolynomial| *5 (|OrderedVariableList| *6)))) (|isDomain| *4 (|Boolean|)) (|ofCategory| *5 (|GcdDomain|)) (|ofType| *6 (|List| (|Symbol|))) (|isDomain| *2 (|List| #1=(|RegularChain| *5 *6))) (|isDomain| *1 #1#))))
@@ -3199,11 +3199,11 @@ NIL
((|coerce| (((|OutputForm|) $) NIL T ELT) (($ (|Integer|)) 10 T ELT)))
(((|Ring&| |#1|) (CATEGORY |package| (SIGNATURE |coerce| (|#1| (|Integer|))) (SIGNATURE |coerce| ((|OutputForm|) |#1|))) (|Ring|)) (T |Ring&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#4=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #5=(|Integer|)) 42 T ELT)) (|characteristic| ((#6=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (#4# 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#7=($ $ $) 29 T ELT)) (+ (#7# 18 T ELT)) (** (($ $ #8=(|PositiveInteger|)) 36 T ELT) (($ $ #6#) 44 T ELT)) (* (($ #8# $) 17 T ELT) (($ #6# $) 21 T ELT) (($ #5# $) 31 T ELT) (#7# 35 T ELT)))
(((|Ring|) (|Category|)) (T |Ring|))
((|characteristic| (*1 *2) (AND (|ofCategory| *1 (|Ring|)) (|isDomain| *2 (|NonNegativeInteger|)))))
(|Join| (|Rng|) (|SemiRing|) (|LeftModule| $) (|CoercibleFrom| (|Integer|)) (CATEGORY |package| (SIGNATURE |characteristic| ((|NonNegativeInteger|)) |constant|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|Monoid|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|interpolate| (((|Fraction| (|Polynomial| |#2|)) #1=(|List| |#2|) #1# #2=(|NonNegativeInteger|) #2#) 55 T ELT)))
(((|RationalInterpolation| |#1| |#2|) (CATEGORY |package| (SIGNATURE |interpolate| ((|Fraction| (|Polynomial| |#2|)) #1=(|List| |#2|) #1# #2=(|NonNegativeInteger|) #2#))) (|Symbol|) (|Field|)) (T |RationalInterpolation|))
((|interpolate| (*1 *2 *3 *3 *4 *4) (AND (|isDomain| *3 (|List| *6)) (|isDomain| *4 (|NonNegativeInteger|)) (|ofCategory| *6 (|Field|)) (|isDomain| *2 (|Fraction| (|Polynomial| *6))) (|isDomain| *1 (|RationalInterpolation| *5 *6)) (|ofType| *5 (|Symbol|)))))
@@ -3211,45 +3211,45 @@ NIL
(((|RightLinearSet| |#1|) (|Category|) (|SemiGroup|)) (T |RightLinearSet|))
((* (*1 *1 *1 *2) (AND (|ofCategory| *1 (|RightLinearSet| *2)) (|ofCategory| *2 (|SemiGroup|)))))
(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE * ($ $ |t#1|))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|symmetric?| (#1=((|Boolean|) $) 38 T ELT)) (|square?| (#1# 17 T ELT)) (|nrows| (#2=((|NonNegativeInteger|) $) 13 T ELT)) (|ncols| (#2# 14 T ELT)) (|diagonal?| (#1# 30 T ELT)) (|antisymmetric?| (#1# 40 T ELT)))
(((|RectangularMatrixCategory&| |#1| |#2| |#3| |#4| |#5| |#6|) (CATEGORY |package| (SIGNATURE |ncols| #1=(#2=(|NonNegativeInteger|) |#1|)) (SIGNATURE |nrows| #1#) (SIGNATURE |antisymmetric?| #3=((|Boolean|) |#1|)) (SIGNATURE |symmetric?| #3#) (SIGNATURE |diagonal?| #3#) (SIGNATURE |square?| #3#)) (|RectangularMatrixCategory| |#2| |#3| |#4| |#5| |#6|) #2# #2# (|Ring|) (|DirectProductCategory| |#3| |#4|) (|DirectProductCategory| |#2| |#4|)) (T |RectangularMatrixCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|symmetric?| (((|Boolean|) $) 64 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|square?| (((|Boolean|) $) 66 T ELT)) (|sample| (#3=($) 23 T CONST)) (|rowEchelon| (($ $) 47 (|has| |#3| (|EuclideanDomain|)) ELT)) (|row| ((|#4| $ (|Integer|)) 52 T ELT)) (|reduce| ((|#3| (|Mapping| |#3| |#3| |#3|) $ |#3| |#3|) 87 (|has| |#3| . #4=((|BasicType|))) ELT) ((|#3| (|Mapping| |#3| |#3| |#3|) $ |#3|) 83 T ELT) ((|#3| (|Mapping| |#3| |#3| |#3|) $) 82 T ELT)) (|rank| (((|NonNegativeInteger|) $) 46 (|has| |#3| (|IntegralDomain|)) ELT)) (|qelt| ((|#3| $ (|Integer|) (|Integer|)) 54 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|nullity| (((|NonNegativeInteger|) $) 45 (|has| |#3| (|IntegralDomain|)) ELT)) (|nullSpace| (((|List| |#5|) $) 44 (|has| |#3| (|IntegralDomain|)) ELT)) (|nrows| (((|NonNegativeInteger|) $) 58 T ELT)) (|ncols| (((|NonNegativeInteger|) $) 57 T ELT)) (|minRowIndex| (((|Integer|) $) 62 T ELT)) (|minColIndex| (((|Integer|) $) 60 T ELT)) (|members| (((|List| |#3|) $) 81 T ELT)) (|member?| ((#5=(|Boolean|) |#3| $) 86 (|has| |#3| . #4#) ELT)) (|maxRowIndex| (((|Integer|) $) 61 T ELT)) (|maxColIndex| (((|Integer|) $) 59 T ELT)) (|matrix| (($ (|List| (|List| |#3|))) 67 T ELT)) (|map| (($ (|Mapping| |#3| |#3|) $) 72 T ELT) (($ (|Mapping| |#3| |#3| |#3|) $ $) 50 T ELT)) (|listOfLists| (((|List| (|List| |#3|)) $) 56 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|find| (((|Union| |#3| "failed") (|Mapping| #5# |#3|) $) 84 T ELT)) (|exquo| (((|Union| $ "failed") $ |#3|) 49 (|has| |#3| (|IntegralDomain|)) ELT)) (|every?| ((#5# (|Mapping| #5# |#3|) . #6=($)) 79 T ELT)) (|eval| (($ $ (|List| |#3|) (|List| |#3|)) 76 (AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| . #7=((|SetCategory|)))) ELT) (($ $ |#3| |#3|) 75 (AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| . #7#)) ELT) (($ $ (|Equation| |#3|)) 74 (AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| . #7#)) ELT) (($ $ (|List| (|Equation| |#3|))) 73 (AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| . #7#)) ELT)) (|eq?| ((#8=(|Boolean|) $ $) 68 T ELT)) (|empty?| ((#8# $) 71 T ELT)) (|empty| (($) 70 T ELT)) (|elt| ((|#3| $ (|Integer|) (|Integer|)) 55 T ELT) ((|#3| $ (|Integer|) (|Integer|) |#3|) 53 T ELT)) (|diagonal?| (((|Boolean|) $) 65 T ELT)) (|count| ((#9=(|NonNegativeInteger|) |#3| $) 85 (|has| |#3| . #4#) ELT) ((#9# (|Mapping| #5# |#3|) $) 80 T ELT)) (|copy| (($ $) 69 T ELT)) (|column| ((|#5| $ (|Integer|)) 51 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|any?| ((#5# (|Mapping| #5# |#3|) . #6#) 78 T ELT)) (|antisymmetric?| (((|Boolean|) $) 63 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (/ (($ $ |#3|) 48 (|has| |#3| (|Field|)) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #10=($)) 31 T ELT) (($ |#3| . #10#) 34 T ELT) (($ $ |#3|) 38 T ELT)) (|#| ((#9# $) 77 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|symmetric?| (#3# 64 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|square?| (#3# 66 T ELT)) (|sample| (#4=($) 23 T CONST)) (|rowEchelon| (#5=($ $) 47 (|has| |#3| (|EuclideanDomain|)) ELT)) (|row| ((|#4| $ #6=(|Integer|)) 52 T ELT)) (|reduce| ((|#3| #7=(|Mapping| |#3| |#3| |#3|) $ |#3| |#3|) 87 #8=(|has| |#3| (|BasicType|)) ELT) ((|#3| #7# $ |#3|) 83 T ELT) ((|#3| #7# $) 82 T ELT)) (|rank| (#9=(#10=(|NonNegativeInteger|) $) 46 #11=(|has| |#3| (|IntegralDomain|)) ELT)) (|qelt| (#12=(|#3| $ #6# #6#) 54 T ELT)) (|opposite?| (#1# 20 T ELT)) (|nullity| (#9# 45 #11# ELT)) (|nullSpace| (((|List| |#5|) $) 44 #11# ELT)) (|nrows| (#9# 58 T ELT)) (|ncols| (#9# 57 T ELT)) (|minRowIndex| (#13=(#6# $) 62 T ELT)) (|minColIndex| (#13# 60 T ELT)) (|members| ((#14=(|List| |#3|) $) 81 T ELT)) (|member?| ((#2# |#3| $) 86 #8# ELT)) (|maxRowIndex| (#13# 61 T ELT)) (|maxColIndex| (#13# 59 T ELT)) (|matrix| (($ #15=(|List| #14#)) 67 T ELT)) (|map| (($ (|Mapping| |#3| |#3|) $) 72 T ELT) (($ #7# $ $) 50 T ELT)) (|listOfLists| ((#15# $) 56 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|find| (((|Union| |#3| #16="failed") #17=(|Mapping| #2# |#3|) $) 84 T ELT)) (|exquo| (((|Union| $ #16#) $ |#3|) 49 #11# ELT)) (|every?| (#18=(#2# #17# $) 79 T ELT)) (|eval| (($ $ #14# #14#) 76 #19=(AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| (|SetCategory|))) ELT) (($ $ |#3| |#3|) 75 #19# ELT) (($ $ #20=(|Equation| |#3|)) 74 #19# ELT) (($ $ (|List| #20#)) 73 #19# ELT)) (|eq?| (#1# 68 T ELT)) (|empty?| (#3# 71 T ELT)) (|empty| (#4# 70 T ELT)) (|elt| (#12# 55 T ELT) ((|#3| $ #6# #6# |#3|) 53 T ELT)) (|diagonal?| (#3# 65 T ELT)) (|count| ((#10# |#3| $) 85 #8# ELT) ((#10# #17# $) 80 T ELT)) (|copy| (#5# 69 T ELT)) (|column| ((|#5| $ #6#) 51 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|any?| (#18# 78 T ELT)) (|antisymmetric?| (#3# 63 T ELT)) (|Zero| (#4# 24 T CONST)) (= (#1# 8 T ELT)) (/ (#21=($ $ |#3|) 48 (|has| |#3| (|Field|)) ELT)) (- (#5# 30 T ELT) (#22=($ $ $) 29 T ELT)) (+ (#22# 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ #10# $) 21 T ELT) (($ #6# . #23=($)) 31 T ELT) (($ |#3| . #23#) 34 T ELT) (#21# 38 T ELT)) (|#| (#9# 77 T ELT)))
(((|RectangularMatrixCategory| |#1| |#2| |#3| |#4| |#5|) (|Category|) #1=(|NonNegativeInteger|) #1# (|Ring|) (|DirectProductCategory| |t#2| |t#3|) (|DirectProductCategory| |t#1| |t#3|)) (T |RectangularMatrixCategory|))
-((|matrix| (*1 *1 *2) (AND (|isDomain| *2 (|List| (|List| *5))) (|ofCategory| *5 (|Ring|)) (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *5 *6 *7)) (|ofCategory| *6 (|DirectProductCategory| *4 *5)) (|ofCategory| *7 (|DirectProductCategory| *3 *5)))) (|square?| (*1 *2 *1) (AND (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *5 *6 *7)) (|ofCategory| *5 (|Ring|)) (|ofCategory| *6 (|DirectProductCategory| *4 *5)) (|ofCategory| *7 (|DirectProductCategory| *3 *5)) (|isDomain| *2 (|Boolean|)))) (|diagonal?| (*1 *2 *1) (AND (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *5 *6 *7)) (|ofCategory| *5 (|Ring|)) (|ofCategory| *6 (|DirectProductCategory| *4 *5)) (|ofCategory| *7 (|DirectProductCategory| *3 *5)) (|isDomain| *2 (|Boolean|)))) (|symmetric?| (*1 *2 *1) (AND (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *5 *6 *7)) (|ofCategory| *5 (|Ring|)) (|ofCategory| *6 (|DirectProductCategory| *4 *5)) (|ofCategory| *7 (|DirectProductCategory| *3 *5)) (|isDomain| *2 (|Boolean|)))) (|antisymmetric?| (*1 *2 *1) (AND (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *5 *6 *7)) (|ofCategory| *5 (|Ring|)) (|ofCategory| *6 (|DirectProductCategory| *4 *5)) (|ofCategory| *7 (|DirectProductCategory| *3 *5)) (|isDomain| *2 (|Boolean|)))) (|minRowIndex| (*1 *2 *1) (AND (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *5 *6 *7)) (|ofCategory| *5 (|Ring|)) (|ofCategory| *6 (|DirectProductCategory| *4 *5)) (|ofCategory| *7 (|DirectProductCategory| *3 *5)) (|isDomain| *2 (|Integer|)))) (|maxRowIndex| (*1 *2 *1) (AND (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *5 *6 *7)) (|ofCategory| *5 (|Ring|)) (|ofCategory| *6 (|DirectProductCategory| *4 *5)) (|ofCategory| *7 (|DirectProductCategory| *3 *5)) (|isDomain| *2 (|Integer|)))) (|minColIndex| (*1 *2 *1) (AND (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *5 *6 *7)) (|ofCategory| *5 (|Ring|)) (|ofCategory| *6 (|DirectProductCategory| *4 *5)) (|ofCategory| *7 (|DirectProductCategory| *3 *5)) (|isDomain| *2 (|Integer|)))) (|maxColIndex| (*1 *2 *1) (AND (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *5 *6 *7)) (|ofCategory| *5 (|Ring|)) (|ofCategory| *6 (|DirectProductCategory| *4 *5)) (|ofCategory| *7 (|DirectProductCategory| *3 *5)) (|isDomain| *2 (|Integer|)))) (|nrows| (*1 *2 *1) (AND (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *5 *6 *7)) (|ofCategory| *5 (|Ring|)) (|ofCategory| *6 (|DirectProductCategory| *4 *5)) (|ofCategory| *7 (|DirectProductCategory| *3 *5)) (|isDomain| *2 (|NonNegativeInteger|)))) (|ncols| (*1 *2 *1) (AND (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *5 *6 *7)) (|ofCategory| *5 (|Ring|)) (|ofCategory| *6 (|DirectProductCategory| *4 *5)) (|ofCategory| *7 (|DirectProductCategory| *3 *5)) (|isDomain| *2 (|NonNegativeInteger|)))) (|listOfLists| (*1 *2 *1) (AND (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *5 *6 *7)) (|ofCategory| *5 (|Ring|)) (|ofCategory| *6 (|DirectProductCategory| *4 *5)) (|ofCategory| *7 (|DirectProductCategory| *3 *5)) (|isDomain| *2 (|List| (|List| *5))))) (|elt| (*1 *2 *1 *3 *3) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|RectangularMatrixCategory| *4 *5 *2 *6 *7)) (|ofCategory| *6 (|DirectProductCategory| *5 *2)) (|ofCategory| *7 (|DirectProductCategory| *4 *2)) (|ofCategory| *2 (|Ring|)))) (|qelt| (*1 *2 *1 *3 *3) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|RectangularMatrixCategory| *4 *5 *2 *6 *7)) (|ofCategory| *6 (|DirectProductCategory| *5 *2)) (|ofCategory| *7 (|DirectProductCategory| *4 *2)) (|ofCategory| *2 (|Ring|)))) (|elt| (*1 *2 *1 *3 *3 *2) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|RectangularMatrixCategory| *4 *5 *2 *6 *7)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *6 (|DirectProductCategory| *5 *2)) (|ofCategory| *7 (|DirectProductCategory| *4 *2)))) (|row| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|RectangularMatrixCategory| *4 *5 *6 *2 *7)) (|ofCategory| *6 (|Ring|)) (|ofCategory| *7 (|DirectProductCategory| *4 *6)) (|ofCategory| *2 (|DirectProductCategory| *5 *6)))) (|column| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|RectangularMatrixCategory| *4 *5 *6 *7 *2)) (|ofCategory| *6 (|Ring|)) (|ofCategory| *7 (|DirectProductCategory| *5 *6)) (|ofCategory| *2 (|DirectProductCategory| *4 *6)))) (|map| (*1 *1 *2 *1 *1) (AND (|isDomain| *2 (|Mapping| *5 *5 *5)) (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *5 *6 *7)) (|ofCategory| *5 (|Ring|)) (|ofCategory| *6 (|DirectProductCategory| *4 *5)) (|ofCategory| *7 (|DirectProductCategory| *3 *5)))) (|exquo| (*1 *1 *1 *2) (|partial| AND (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *2 *5 *6)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *5 (|DirectProductCategory| *4 *2)) (|ofCategory| *6 (|DirectProductCategory| *3 *2)) (|ofCategory| *2 (|IntegralDomain|)))) (/ (*1 *1 *1 *2) (AND (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *2 *5 *6)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *5 (|DirectProductCategory| *4 *2)) (|ofCategory| *6 (|DirectProductCategory| *3 *2)) (|ofCategory| *2 (|Field|)))) (|rowEchelon| (*1 *1 *1) (AND (|ofCategory| *1 (|RectangularMatrixCategory| *2 *3 *4 *5 *6)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|DirectProductCategory| *3 *4)) (|ofCategory| *6 (|DirectProductCategory| *2 *4)) (|ofCategory| *4 (|EuclideanDomain|)))) (|rank| (*1 *2 *1) (AND (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *5 *6 *7)) (|ofCategory| *5 (|Ring|)) (|ofCategory| *6 (|DirectProductCategory| *4 *5)) (|ofCategory| *7 (|DirectProductCategory| *3 *5)) (|ofCategory| *5 (|IntegralDomain|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|nullity| (*1 *2 *1) (AND (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *5 *6 *7)) (|ofCategory| *5 (|Ring|)) (|ofCategory| *6 (|DirectProductCategory| *4 *5)) (|ofCategory| *7 (|DirectProductCategory| *3 *5)) (|ofCategory| *5 (|IntegralDomain|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|nullSpace| (*1 *2 *1) (AND (|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *5 *6 *7)) (|ofCategory| *5 (|Ring|)) (|ofCategory| *6 (|DirectProductCategory| *4 *5)) (|ofCategory| *7 (|DirectProductCategory| *3 *5)) (|ofCategory| *5 (|IntegralDomain|)) (|isDomain| *2 (|List| *7)))))
-(|Join| (|BiModule| |t#3| |t#3|) (|FiniteAggregate| |t#3|) (CATEGORY |domain| (IF (|has| |t#3| (|CommutativeRing|)) (ATTRIBUTE (|Module| |t#3|)) |%noBranch|) (SIGNATURE |matrix| ($ (|List| (|List| |t#3|)))) (SIGNATURE |square?| ((|Boolean|) $)) (SIGNATURE |diagonal?| ((|Boolean|) $)) (SIGNATURE |symmetric?| ((|Boolean|) $)) (SIGNATURE |antisymmetric?| ((|Boolean|) $)) (SIGNATURE |minRowIndex| ((|Integer|) $)) (SIGNATURE |maxRowIndex| ((|Integer|) $)) (SIGNATURE |minColIndex| ((|Integer|) $)) (SIGNATURE |maxColIndex| ((|Integer|) $)) (SIGNATURE |nrows| ((|NonNegativeInteger|) $)) (SIGNATURE |ncols| ((|NonNegativeInteger|) $)) (SIGNATURE |listOfLists| ((|List| (|List| |t#3|)) $)) (SIGNATURE |elt| (|t#3| $ (|Integer|) (|Integer|))) (SIGNATURE |qelt| (|t#3| $ (|Integer|) (|Integer|))) (SIGNATURE |elt| (|t#3| $ (|Integer|) (|Integer|) |t#3|)) (SIGNATURE |row| (|t#4| $ (|Integer|))) (SIGNATURE |column| (|t#5| $ (|Integer|))) (SIGNATURE |map| ($ (|Mapping| |t#3| |t#3| |t#3|) $ $)) (IF (|has| |t#3| (|IntegralDomain|)) (SIGNATURE |exquo| ((|Union| $ "failed") $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (|Field|)) (SIGNATURE / ($ $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (|EuclideanDomain|)) (SIGNATURE |rowEchelon| ($ $)) |%noBranch|) (IF (|has| |t#3| (|IntegralDomain|)) (PROGN (SIGNATURE |rank| ((|NonNegativeInteger|) $)) (SIGNATURE |nullity| ((|NonNegativeInteger|) $)) (SIGNATURE |nullSpace| ((|List| |t#5|) $))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Aggregate|) . T) ((|BasicType|) . T) ((|BiModule| |#3| |#3|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Evalable| |#3|) AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| (|SetCategory|))) ((|FiniteAggregate| |#3|) . T) ((|Functorial| |#3|) . T) ((|HomogeneousAggregate| |#3|) . T) ((|InnerEvalable| |#3| |#3|) AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| (|SetCategory|))) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#3|) . T) ((|LeftModule| |#3|) . T) ((|LinearSet| |#3|) |has| |#3| (|CommutativeRing|)) ((|Module| |#3|) |has| |#3| (|CommutativeRing|)) ((|RightLinearSet| |#3|) . T) ((|RightModule| |#3|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|matrix| (*1 *1 *2) (AND #1=(|isDomain| *2 (|List| (|List| *5))) #2=(|ofCategory| *5 #3=(|Ring|)) #4=(|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *5 *6 *7)) #5=(|ofCategory| *6 (|DirectProductCategory| *4 *5)) #6=(|ofCategory| *7 (|DirectProductCategory| *3 *5)))) (|square?| #7=(*1 *2 *1) #8=(AND #4# #2# #5# #6# (|isDomain| *2 (|Boolean|)))) (|diagonal?| #7# #8#) (|symmetric?| #7# #8#) (|antisymmetric?| #7# #8#) (|minRowIndex| #7# #9=(AND #4# #2# #5# #6# (|isDomain| *2 #10=(|Integer|)))) (|maxRowIndex| #7# #9#) (|minColIndex| #7# #9#) (|maxColIndex| #7# #9#) (|nrows| #7# #11=(AND #4# #2# #5# #6# #12=(|isDomain| *2 (|NonNegativeInteger|)))) (|ncols| #7# #11#) (|listOfLists| #7# (AND #4# #2# #5# #6# #1#)) (|elt| #13=(*1 *2 *1 *3 *3) #14=(AND #15=(|isDomain| *3 #10#) #16=(|ofCategory| *1 (|RectangularMatrixCategory| *4 *5 *2 *6 *7)) #17=(|ofCategory| *6 (|DirectProductCategory| *5 *2)) #18=(|ofCategory| *7 #19=(|DirectProductCategory| *4 *2)) #20=(|ofCategory| *2 #3#))) (|qelt| #13# #14#) (|elt| (*1 *2 *1 *3 *3 *2) (AND #15# #16# #20# #17# #18#)) (|row| #21=(*1 *2 *1 *3) (AND #15# (|ofCategory| *1 (|RectangularMatrixCategory| *4 *5 *6 *2 *7)) #22=(|ofCategory| *6 #3#) (|ofCategory| *7 #23=(|DirectProductCategory| *4 *6)) (|ofCategory| *2 #24=(|DirectProductCategory| *5 *6)))) (|column| #21# (AND #15# (|ofCategory| *1 (|RectangularMatrixCategory| *4 *5 *6 *7 *2)) #22# (|ofCategory| *7 #24#) (|ofCategory| *2 #23#))) (|map| (*1 *1 *2 *1 *1) (AND (|isDomain| *2 (|Mapping| *5 *5 *5)) #4# #2# #5# #6#)) (|exquo| #25=(*1 *1 *1 *2) (|partial| AND #26=(|ofCategory| *1 (|RectangularMatrixCategory| *3 *4 *2 *5 *6)) #20# #27=(|ofCategory| *5 #19#) #28=(|ofCategory| *6 (|DirectProductCategory| *3 *2)) (|ofCategory| *2 #29=(|IntegralDomain|)))) (/ #25# (AND #26# #20# #27# #28# (|ofCategory| *2 (|Field|)))) (|rowEchelon| (*1 *1 *1) (AND (|ofCategory| *1 (|RectangularMatrixCategory| *2 *3 *4 *5 *6)) (|ofCategory| *4 #3#) (|ofCategory| *5 (|DirectProductCategory| *3 *4)) (|ofCategory| *6 (|DirectProductCategory| *2 *4)) (|ofCategory| *4 (|EuclideanDomain|)))) (|rank| #7# #30=(AND #4# #2# #5# #6# #31=(|ofCategory| *5 #29#) #12#)) (|nullity| #7# #30#) (|nullSpace| #7# (AND #4# #2# #5# #6# #31# (|isDomain| *2 (|List| *7)))))
+(|Join| (|BiModule| |t#3| |t#3|) (|FiniteAggregate| |t#3|) (CATEGORY |domain| (IF (|has| |t#3| (|CommutativeRing|)) (ATTRIBUTE (|Module| |t#3|)) |%noBranch|) (SIGNATURE |matrix| ($ #1=(|List| (|List| |t#3|)))) (SIGNATURE |square?| #2=((|Boolean|) $)) (SIGNATURE |diagonal?| #2#) (SIGNATURE |symmetric?| #2#) (SIGNATURE |antisymmetric?| #2#) (SIGNATURE |minRowIndex| #3=(#4=(|Integer|) $)) (SIGNATURE |maxRowIndex| #3#) (SIGNATURE |minColIndex| #3#) (SIGNATURE |maxColIndex| #3#) (SIGNATURE |nrows| #5=((|NonNegativeInteger|) $)) (SIGNATURE |ncols| #5#) (SIGNATURE |listOfLists| (#1# $)) (SIGNATURE |elt| #6=(|t#3| $ #4# #4#)) (SIGNATURE |qelt| #6#) (SIGNATURE |elt| (|t#3| $ #4# #4# |t#3|)) (SIGNATURE |row| (|t#4| $ #4#)) (SIGNATURE |column| (|t#5| $ #4#)) (SIGNATURE |map| ($ (|Mapping| |t#3| |t#3| |t#3|) $ $)) (IF #7=(|has| |t#3| (|IntegralDomain|)) (SIGNATURE |exquo| ((|Union| $ "failed") $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (|Field|)) (SIGNATURE / ($ $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (|EuclideanDomain|)) (SIGNATURE |rowEchelon| ($ $)) |%noBranch|) (IF #7# (PROGN (SIGNATURE |rank| #5#) (SIGNATURE |nullity| #5#) (SIGNATURE |nullSpace| ((|List| |t#5|) $))) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Aggregate|) . T) ((|BasicType|) . T) ((|BiModule| |#3| |#3|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Evalable| |#3|) AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| (|SetCategory|))) ((|FiniteAggregate| |#3|) . T) ((|Functorial| |#3|) . T) ((|HomogeneousAggregate| |#3|) . T) ((|InnerEvalable| |#3| |#3|) AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| (|SetCategory|))) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#3|) . T) ((|LeftModule| |#3|) . T) ((|LinearSet| |#3|) |has| |#3| (|CommutativeRing|)) ((|Module| |#3|) |has| |#3| (|CommutativeRing|)) ((|RightLinearSet| |#3|) . T) ((|RightModule| |#3|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=((#2=(|Boolean|) $ $) NIL T ELT)) (|zero?| #3=((#2# $) NIL T ELT)) (|symmetric?| #3#) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|square?| #3#) (|sample| (#4=($) NIL T CONST)) (|rowEchelon| (#5=($ $) 46 (|has| |#3| (|EuclideanDomain|)) ELT)) (|row| (((|DirectProduct| |#2| |#3|) $ #6=(|Integer|)) 35 T ELT)) (|reduce| ((|#3| #7=(|Mapping| |#3| |#3| |#3|) $ |#3| |#3|) NIL #8=(|has| |#3| (|BasicType|)) ELT) ((|#3| #7# $ |#3|) NIL T ELT) ((|#3| #7# $) NIL T ELT)) (|rectangularMatrix| (($ #9=(|Matrix| |#3|)) 44 T ELT)) (|rank| (#10=(#11=(|NonNegativeInteger|) $) 48 #12=(|has| |#3| (|IntegralDomain|)) ELT)) (|qelt| #13=((|#3| $ #6# #6#) NIL T ELT)) (|opposite?| #1#) (|nullity| (#10# 50 #12# ELT)) (|nullSpace| (((|List| #14=(|DirectProduct| |#1| |#3|)) $) 54 #12# ELT)) (|nrows| #15=(#10# NIL T ELT)) (|ncols| #15#) (|minRowIndex| #16=((#6# $) NIL T ELT)) (|minColIndex| #16#) (|members| ((#17=(|List| |#3|) $) NIL T ELT)) (|member?| ((#2# |#3| $) NIL #8# ELT)) (|maxRowIndex| #16#) (|maxColIndex| #16#) (|matrix| (($ #18=(|List| #17#)) 30 T ELT)) (|map| (($ (|Mapping| |#3| |#3|) $) NIL T ELT) (($ #7# $ $) NIL T ELT)) (|listOfLists| ((#18# $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|find| (((|Union| |#3| #19="failed") #20=(|Mapping| #2# |#3|) $) NIL T ELT)) (|exquo| (((|Union| $ #19#) $ |#3|) NIL #12# ELT)) (|every?| #21=((#2# #20# $) NIL T ELT)) (|eval| (($ $ #17# #17#) NIL #22=(AND (|has| |#3| (|Evalable| |#3|)) (|has| |#3| (|SetCategory|))) ELT) (($ $ |#3| |#3|) NIL #22# ELT) (($ $ #23=(|Equation| |#3|)) NIL #22# ELT) (($ $ (|List| #23#)) NIL #22# ELT)) (|eq?| #1#) (|empty?| #3#) (|empty| (#4# NIL T ELT)) (|elt| #13# ((|#3| $ #6# #6# |#3|) NIL T ELT)) (|dimension| (((|CardinalNumber|)) 58 #24=(|has| |#3| (|Field|)) ELT)) (|diagonal?| #3#) (|count| ((#11# |#3| $) NIL #8# ELT) ((#11# #20# $) NIL T ELT)) (|copy| #25=(#5# NIL T ELT)) (|convert| ((#26=(|InputForm|) $) 65 (|has| |#3| (|ConvertibleTo| #26#)) ELT)) (|column| ((#14# $ #6#) 39 T ELT)) (|coerce| (((|OutputForm|) $) 18 T ELT) ((#9# $) 41 T ELT)) (|before?| #1#) (|any?| #21#) (|antisymmetric?| #3#) (|Zero| (#4# 15 T CONST)) (= #1#) (/ (#27=($ $ |#3|) NIL #24# ELT)) (- #25# #28=(($ $ $) NIL T ELT)) (+ #28#) (* (($ (|PositiveInteger|) $) NIL T ELT) (($ #11# $) NIL T ELT) (($ #6# . #29=($)) NIL T ELT) (($ |#3| . #29#) NIL T ELT) (#27# NIL T ELT)) (|#| #15#))
(((|RectangularMatrix| |#1| |#2| |#3|) (|Join| (|RectangularMatrixCategory| |#1| |#2| |#3| (|DirectProduct| |#2| |#3|) (|DirectProduct| |#1| |#3|)) (|CoercibleTo| #1=(|Matrix| |#3|)) (CATEGORY |domain| (IF (|has| |#3| (|Field|)) (ATTRIBUTE (|VectorSpace| |#3|)) |%noBranch|) (IF (|has| |#3| #2=(|ConvertibleTo| (|InputForm|))) (ATTRIBUTE #2#) |%noBranch|) (SIGNATURE |rectangularMatrix| ($ #1#)))) #3=(|NonNegativeInteger|) #3# (|Ring|)) (T |RectangularMatrix|))
((|rectangularMatrix| (*1 *1 *2) (AND (|isDomain| *2 (|Matrix| *5)) (|ofCategory| *5 (|Ring|)) (|isDomain| *1 (|RectangularMatrix| *3 *4 *5)) (|ofType| *3 #1=(|NonNegativeInteger|)) (|ofType| *4 #1#))))
((|reduce| ((|#7| (|Mapping| |#7| |#3| |#7|) |#6| |#7|) 36 T ELT)) (|map| ((|#10| (|Mapping| |#7| |#3|) |#6|) 34 T ELT)))
(((|RectangularMatrixCategoryFunctions2| |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8| |#9| |#10|) (CATEGORY |package| (SIGNATURE |map| (|#10| (|Mapping| |#7| |#3|) |#6|)) (SIGNATURE |reduce| (|#7| (|Mapping| |#7| |#3| |#7|) |#6| |#7|))) #1=(|NonNegativeInteger|) #1# #2=(|Ring|) (|DirectProductCategory| |#2| |#3|) (|DirectProductCategory| |#1| |#3|) (|RectangularMatrixCategory| |#1| |#2| |#3| |#4| |#5|) #2# (|DirectProductCategory| |#2| |#7|) (|DirectProductCategory| |#1| |#7|) (|RectangularMatrixCategory| |#1| |#2| |#7| |#8| |#9|)) (T |RectangularMatrixCategoryFunctions2|))
((|reduce| (*1 *2 *3 *4 *2) (AND (|isDomain| *3 (|Mapping| *2 *7 *2)) #1=(|ofCategory| *7 #2=(|Ring|)) (|ofCategory| *2 #2#) #3=(|ofType| *5 #4=(|NonNegativeInteger|)) #5=(|ofType| *6 #4#) #6=(|ofCategory| *8 (|DirectProductCategory| *6 *7)) #7=(|ofCategory| *9 (|DirectProductCategory| *5 *7)) (|ofCategory| *10 (|DirectProductCategory| *6 *2)) (|ofCategory| *11 (|DirectProductCategory| *5 *2)) (|isDomain| *1 (|RectangularMatrixCategoryFunctions2| *5 *6 *7 *8 *9 *4 *2 *10 *11 *12)) #8=(|ofCategory| *4 (|RectangularMatrixCategory| *5 *6 *7 *8 *9)) (|ofCategory| *12 (|RectangularMatrixCategory| *5 *6 *2 *10 *11)))) (|map| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Mapping| *10 *7)) #1# (|ofCategory| *10 #2#) #3# #5# #6# #7# (|ofCategory| *2 (|RectangularMatrixCategory| *5 *6 *10 *11 *12)) (|isDomain| *1 (|RectangularMatrixCategoryFunctions2| *5 *6 *7 *8 *9 *4 *10 *11 *12 *2)) #8# (|ofCategory| *11 (|DirectProductCategory| *6 *10)) (|ofCategory| *12 (|DirectProductCategory| *5 *10)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| ((#2# $ $) 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ |#1|) 34 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| (#1# 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#4=($ $ $) 29 T ELT)) (+ (#4# 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ |#1|) 34 T ELT)))
(((|RightModule| |#1|) (|Category|) (|Rng|)) (T |RightModule|))
NIL
(|Join| (|AbelianGroup|) (|RightLinearSet| |t#1|))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|RightLinearSet| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|RightLinearSet| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|annihilate?| (((|Boolean|) $ $) 10 T ELT)))
(((|Rng&| |#1|) (CATEGORY |package| (SIGNATURE |annihilate?| ((|Boolean|) |#1| |#1|))) (|Rng|)) (T |Rng&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| ((#2# $ $) 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| (#1# 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#4=($ $ $) 29 T ELT)) (+ (#4# 18 T ELT)) (** (($ $ #5=(|PositiveInteger|)) 36 T ELT)) (* (($ #5# $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (#4# 35 T ELT)))
(((|Rng|) (|Category|)) (T |Rng|))
((|annihilate?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|Rng|)) (|isDomain| *2 (|Boolean|)))))
(|Join| (|AbelianGroup|) (|SemiGroup|) (CATEGORY |domain| (SIGNATURE |annihilate?| ((|Boolean|) $ $))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|SemiGroup|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|SemiGroup|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=((|Boolean|) $ $) NIL #3=(|has| |#1| (|SetCategory|)) ELT)) (|variable| ((#4=(|Symbol|) $) 11 T ELT)) (|segment| ((|#1| $) 12 T ELT)) (|latex| (((|String|) $) NIL #3# ELT)) (|hash| (((|SingleInteger|) $) NIL #3# ELT)) (|equation| (($ #4# |#1|) 10 T ELT)) (|coerce| (((|OutputForm|) $) 22 #3# ELT)) (|before?| #1#) (= (#2# 17 #3# ELT)))
(((|RangeBinding| |#1| |#2|) (|Join| #1=(|Type|) (CATEGORY |domain| (SIGNATURE |equation| ($ #2=(|Symbol|) |#1|)) (SIGNATURE |variable| (#2# $)) (SIGNATURE |segment| (|#1| $)) (IF (|has| |#1| #3=(|SetCategory|)) (ATTRIBUTE #3#) |%noBranch|))) (|SegmentCategory| |#2|) #1#) (T |RangeBinding|))
((|equation| (*1 *1 *2 *3) (AND #1=(|isDomain| *2 (|Symbol|)) #2=(|ofCategory| *4 #3=(|Type|)) #4=(|isDomain| *1 (|RangeBinding| *3 *4)) #5=(|ofCategory| *3 (|SegmentCategory| *4)))) (|variable| #6=(*1 *2 *1) (AND #2# #1# #4# #5#)) (|segment| #6# (AND (|ofCategory| *2 (|SegmentCategory| *3)) (|isDomain| *1 (|RangeBinding| *2 *3)) (|ofCategory| *3 #3#))))
((|truncate| (#1=($ $) 17 T ELT)) (|round| (#1# 25 T ELT)) (|patternMatch| ((#2=(|PatternMatchResult| #3=(|Float|) $) $ #4=(|Pattern| #3#) #2#) 54 T ELT)) (|norm| (#1# 27 T ELT)) (|fractionPart| (#1# 12 T ELT)) (|floor| (#1# 40 T ELT)) (|convert| ((#3# $) NIL T ELT) (((|DoubleFloat|) $) NIL T ELT) ((#4# $) 36 T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) #5=(($ #6=(|Integer|)) NIL T ELT) (#1# NIL T ELT) #7=(($ (|Fraction| #6#)) 31 T ELT) #5# #7#) (|characteristic| (((|NonNegativeInteger|)) 9 T CONST)) (|ceiling| (#1# 44 T ELT)))
(((|RealNumberSystem&| |#1|) (CATEGORY |package| (SIGNATURE |round| #1=(|#1| |#1|)) (SIGNATURE |truncate| #1#) (SIGNATURE |fractionPart| #1#) (SIGNATURE |floor| #1#) (SIGNATURE |ceiling| #1#) (SIGNATURE |norm| #1#) (SIGNATURE |patternMatch| (#2=(|PatternMatchResult| #3=(|Float|) |#1|) |#1| #4=(|Pattern| #3#) #2#)) (SIGNATURE |convert| (#4# |#1|)) #5=(SIGNATURE |coerce| (|#1| (|Fraction| #6=(|Integer|)))) #7=(SIGNATURE |coerce| (|#1| #6#)) (SIGNATURE |convert| ((|DoubleFloat|) |#1|)) (SIGNATURE |convert| (#3# |#1|)) #5# (SIGNATURE |coerce| #1#) (SIGNATURE |characteristic| ((|NonNegativeInteger|)) |constant|) #7# (SIGNATURE |coerce| ((|OutputForm|) |#1|))) (|RealNumberSystem|)) (T |RealNumberSystem&|))
((|characteristic| (*1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|isDomain| *1 (|RealNumberSystem&| *3)) (|ofCategory| *3 (|RealNumberSystem|)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|wholePart| (((|Integer|) $) 109 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#3=(|Boolean|) $) 53 T ELT)) (|truncate| (($ $) 107 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (($ $) 92 T ELT)) (|squareFree| (#4=((|Factored| $) $) 91 T ELT)) (|sqrt| (($ $) 117 T ELT)) (|sizeLess?| (((|Boolean|) $ $) 76 T ELT)) (|sign| (((|Integer|) $) 134 T ELT)) (|sample| (#5=($) 23 T CONST)) (|round| (($ $) 106 T ELT)) (|retractIfCan| (((|Union| #6=(|Integer|) . #7=("failed")) . #8=($)) 122 T ELT) (((|Union| #9=(|Fraction| (|Integer|)) . #7#) . #8#) 119 T ELT)) (|retract| ((#6# . #10=($)) 123 T ELT) ((#9# . #10#) 120 T ELT)) (|rem| (#11=($ $ $) 72 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|quo| (#11# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #12=(|List| $)) (|:| |generator| $)) #12#) 67 T ELT)) (|prime?| (((|Boolean|) $) 90 T ELT)) (|positive?| (((|Boolean|) $) 132 T ELT)) (|patternMatch| (((|PatternMatchResult| #13=(|Float|) . #14=($)) $ (|Pattern| #13#) (|PatternMatchResult| #13# . #14#)) 113 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|nthRoot| (($ $ #15=(|Integer|)) 116 T ELT)) (|norm| (($ $) 112 T ELT)) (|negative?| (((|Boolean|) $) 133 T ELT)) (|multiEuclidean| (((|Union| #16=(|List| $) #17="failed") #16# $) 69 T ELT)) (|min| (#18=($ $ $) 126 T ELT)) (|max| (#18# 127 T ELT)) (|lcm| (#19=($ $ $) 61 T ELT) (#20=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 89 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#21=(|SparseUnivariatePolynomial| $) #21# #21#) 59 T ELT)) (|gcd| (#19# 63 T ELT) (#20# 62 T ELT)) (|fractionPart| (($ $) 108 T ELT)) (|floor| (($ $) 110 T ELT)) (|factor| (#4# 93 T ELT)) (|extendedEuclidean| (((|Record| #22=(|:| |coef1| $) #23=(|:| |coef2| $) (|:| |generator| $)) $ $) 71 T ELT) (((|Union| (|Record| #22# #23#) #17#) $ $ $) 70 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #12#) #12# $) 66 T ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|convert| (((|Float|) . #24=($)) 125 T ELT) (((|DoubleFloat|) . #24#) 124 T ELT) (((|Pattern| (|Float|)) . #24#) 114 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT) (($ #25=(|Fraction| #26=(|Integer|))) 85 T ELT) (($ #6#) 121 T ELT) (($ #9#) 118 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|ceiling| (($ $) 111 T ELT)) (|before?| (#1# 6 T ELT)) (|associates?| ((#3# $ $) 54 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|abs| (($ $) 135 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (($) 46 T CONST)) (>= (#27=((|Boolean|) $ $) 128 T ELT)) (> (#27# 130 T ELT)) (= (#1# 8 T ELT)) (<= (#27# 129 T ELT)) (< (#27# 131 T ELT)) (/ (($ $ $) 84 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #26#) 88 T ELT) (($ $ (|Fraction| #15#)) 115 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #28=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ #25#) 87 T ELT) (($ #25# . #28#) 86 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|wholePart| (#4=(#5=(|Integer|) $) 109 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#6=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|truncate| (#6# 107 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (#6# 92 T ELT)) (|squareFree| (#7=((|Factored| $) $) 91 T ELT)) (|sqrt| (#6# 117 T ELT)) (|sizeLess?| (#1# 76 T ELT)) (|sign| (#4# 134 T ELT)) (|sample| (#8=($) 23 T CONST)) (|round| (#6# 106 T ELT)) (|retractIfCan| (((|Union| #5# . #9=(#10="failed")) . #11=($)) 122 T ELT) (((|Union| #12=(|Fraction| #5#) . #9#) . #11#) 119 T ELT)) (|retract| (#4# 123 T ELT) ((#12# $) 120 T ELT)) (|rem| (#13=($ $ $) 72 T ELT)) (|recip| ((#14=(|Union| $ #10#) $) 43 T ELT)) (|quo| (#13# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #15=(|List| $)) #16=(|:| |generator| $)) #15#) 67 T ELT)) (|prime?| (#3# 90 T ELT)) (|positive?| (#3# 132 T ELT)) (|patternMatch| ((#17=(|PatternMatchResult| #18=(|Float|) $) $ #19=(|Pattern| #18#) #17#) 113 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|nthRoot| (#20=($ $ #5#) 116 T ELT)) (|norm| (#6# 112 T ELT)) (|negative?| (#3# 133 T ELT)) (|multiEuclidean| (((|Union| #15# #10#) #15# $) 69 T ELT)) (|min| (#13# 126 T ELT)) (|max| (#13# 127 T ELT)) (|lcm| (#13# 61 T ELT) (#21=($ #15#) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#6# 89 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#22=(|SparseUnivariatePolynomial| $) #22# #22#) 59 T ELT)) (|gcd| (#13# 63 T ELT) (#21# 62 T ELT)) (|fractionPart| (#6# 108 T ELT)) (|floor| (#6# 110 T ELT)) (|factor| (#7# 93 T ELT)) (|extendedEuclidean| (((|Record| #23=(|:| |coef1| $) #24=(|:| |coef2| $) #16#) $ $) 71 T ELT) (((|Union| (|Record| #23# #24#) #10#) $ $ $) 70 T ELT)) (|exquo| ((#14# $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #15#) #15# $) 66 T ELT)) (|euclideanSize| ((#25=(|NonNegativeInteger|) $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|convert| ((#18# . #26=($)) 125 T ELT) (((|DoubleFloat|) . #26#) 124 T ELT) ((#19# . #26#) 114 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (#27=($ #5#) 42 T ELT) (#6# 58 T ELT) (#28=($ #12#) 85 T ELT) (#27# 121 T ELT) (#28# 118 T ELT)) (|characteristic| ((#25#) 41 T CONST)) (|ceiling| (#6# 111 T ELT)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 54 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|abs| (#6# 135 T ELT)) (|Zero| (#8# 24 T CONST)) (|One| (#8# 46 T CONST)) (>= (#1# 128 T ELT)) (> (#1# 130 T ELT)) (= (#1# 8 T ELT)) (<= (#1# 129 T ELT)) (< (#1# 131 T ELT)) (/ (#13# 84 T ELT)) (- (#6# 30 T ELT) (#13# 29 T ELT)) (+ (#13# 18 T ELT)) (** (($ $ #29=(|PositiveInteger|)) 36 T ELT) (($ $ #25#) 44 T ELT) (#20# 88 T ELT) (#30=($ $ #12#) 115 T ELT)) (* (($ #29# $) 17 T ELT) (($ #25# $) 21 T ELT) (($ #5# . #31=($)) 31 T ELT) (#13# 35 T ELT) (#30# 87 T ELT) (($ #12# . #31#) 86 T ELT)))
(((|RealNumberSystem|) (|Category|)) (T |RealNumberSystem|))
-((|norm| (*1 *1 *1) (|ofCategory| *1 (|RealNumberSystem|))) (|ceiling| (*1 *1 *1) (|ofCategory| *1 (|RealNumberSystem|))) (|floor| (*1 *1 *1) (|ofCategory| *1 (|RealNumberSystem|))) (|wholePart| (*1 *2 *1) (AND (|ofCategory| *1 (|RealNumberSystem|)) (|isDomain| *2 (|Integer|)))) (|fractionPart| (*1 *1 *1) (|ofCategory| *1 (|RealNumberSystem|))) (|truncate| (*1 *1 *1) (|ofCategory| *1 (|RealNumberSystem|))) (|round| (*1 *1 *1) (|ofCategory| *1 (|RealNumberSystem|))))
+((|norm| #1=(*1 *1 *1) #2=(|ofCategory| *1 (|RealNumberSystem|))) (|ceiling| #1# #2#) (|floor| #1# #2#) (|wholePart| (*1 *2 *1) (AND #2# (|isDomain| *2 (|Integer|)))) (|fractionPart| #1# #2#) (|truncate| #1# #2#) (|round| #1# #2#))
(|Join| (|Field|) (|OrderedRing|) (|RealConstant|) (|RetractableTo| #1=(|Integer|)) (|RetractableTo| (|Fraction| #1#)) (|RadicalCategory|) (|ConvertibleTo| (|Pattern| #2=(|Float|))) (|PatternMatchable| #2#) (|CharacteristicZero|) (CATEGORY |domain| (SIGNATURE |norm| #3=($ $)) (SIGNATURE |ceiling| #3#) (SIGNATURE |floor| #3#) (SIGNATURE |wholePart| (#1# $)) (SIGNATURE |fractionPart| #3#) (SIGNATURE |truncate| #3#) (SIGNATURE |round| #3#)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicZero|) . T) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|ConvertibleTo| (|DoubleFloat|)) . T) ((|ConvertibleTo| (|Float|)) . T) ((|ConvertibleTo| (|Pattern| #2=(|Float|))) . T) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Field|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|OrderedAbelianGroup|) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedCancellationAbelianMonoid|) . T) ((|OrderedRing|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|PatternMatchable| #2#) . T) ((|PrincipalIdealDomain|) . T) ((|RadicalCategory|) . T) ((|RealConstant|) . T) ((|RetractableTo| (|Fraction| #3=(|Integer|))) . T) ((|RetractableTo| #3#) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicZero|) . T) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|ConvertibleTo| (|DoubleFloat|)) . T) ((|ConvertibleTo| #3=(|Float|)) . T) ((|ConvertibleTo| (|Pattern| #3#)) . T) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Field|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|OrderedAbelianGroup|) . T) ((|OrderedAbelianMonoid|) . T) ((|OrderedAbelianSemiGroup|) . T) ((|OrderedCancellationAbelianMonoid|) . T) ((|OrderedRing|) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|PatternMatchable| #3#) . T) ((|PrincipalIdealDomain|) . T) ((|RadicalCategory|) . T) ((|RealConstant|) . T) ((|RetractableTo| #1#) . T) ((|RetractableTo| #2#) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| (#4=(#3# |#2| $) 26 T ELT)) (|size| (#5=(|#1| $) 10 T ELT)) (|sign| (((|Integer|) |#2| $) 119 T ELT)) (|rootOf| (((|Union| $ #6="failed") |#2| (|PositiveInteger|)) 76 T ELT)) (|right| (#5# 31 T ELT)) (|relativeApprox| (#7=(|#1| |#2| $ |#1|) 40 T ELT)) (|refine| (($ $) 28 T ELT)) (|recip| (((|Union| |#2| #6#) |#2| $) 113 T ELT)) (|positive?| #8=(#4# NIL T ELT)) (|negative?| #8#) (|mightHaveRoots| (#4# 27 T ELT)) (|middle| (#5# 120 T ELT)) (|left| (#5# 30 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|definingPolynomial| ((|#2| $) 104 T ELT)) (|coerce| (((|OutputForm|) $) 95 T ELT)) (|before?| #1#) (|approximate| (#7# 41 T ELT)) (|allRootsOf| (((|List| $) |#2|) 78 T ELT)) (= (#2# 99 T ELT)))
(((|RightOpenIntervalRootCharacterization| |#1| |#2|) (|Join| (|RealRootCharacterizationCategory| |#1| |#2|) (CATEGORY |domain| (SIGNATURE |left| #1=(|#1| $)) (SIGNATURE |right| #1#) (SIGNATURE |size| #1#) (SIGNATURE |middle| #1#) (SIGNATURE |refine| ($ $)) (SIGNATURE |mightHaveRoots| ((|Boolean|) |#2| $)) (SIGNATURE |relativeApprox| (|#1| |#2| $ |#1|)))) (|Join| (|OrderedRing|) (|Field|)) (|UnivariatePolynomialCategory| |#1|)) (T |RightOpenIntervalRootCharacterization|))
((|relativeApprox| (*1 *2 *3 *1 *2) #1=(AND (|ofCategory| *2 #2=(|Join| (|OrderedRing|) (|Field|))) (|isDomain| *1 (|RightOpenIntervalRootCharacterization| *2 *3)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *2)))) (|left| #3=(*1 *2 *1) #1#) (|right| #3# #1#) (|size| #3# #1#) (|middle| #3# #1#) (|refine| (*1 *1 *1) #1#) (|mightHaveRoots| (*1 *2 *3 *1) (AND (|ofCategory| *4 #2#) (|isDomain| *2 (|Boolean|)) (|isDomain| *1 (|RightOpenIntervalRootCharacterization| *4 *3)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *4)))))
@@ -3259,33 +3259,33 @@ NIL
((|tail| (#1=($ $) 46 T ELT)) (|supRittWu?| (#2=(#3=(|Boolean|) $ $) 82 T ELT)) (|retractIfCan| (((|Union| |#2| #4="failed") $) NIL T ELT) (((|Union| #5=(|Fraction| #6=(|Integer|)) #4#) $) NIL T ELT) (((|Union| #6# #4#) $) NIL T ELT) (((|Union| |#4| #4#) $) NIL T ELT) ((#7=(|Union| $ #4#) #8=(|Polynomial| #5#)) 247 T ELT) ((#7# #9=(|Polynomial| #6#)) 246 T ELT) ((#7# #10=(|Polynomial| |#2|)) 249 T ELT)) (|retract| #11=((|#2| $) NIL T ELT) ((#5# $) NIL T ELT) ((#6# $) NIL T ELT) (#12=(|#4| $) NIL T ELT) (#13=($ #8#) 235 T ELT) (#14=($ #9#) 231 T ELT) (#15=($ #10#) 255 T ELT)) (|reductum| #16=(#1# NIL T ELT) (#17=($ $ |#4|) 44 T ELT)) (|reduced?| (#2# 131 T ELT) (#18=(#3# $ #19=(|List| $)) 135 T ELT)) (|quasiMonic?| (#20=(#3# $) 60 T ELT)) (|pseudoDivide| (((|Record| #21=(|:| |quotient| $) #22=(|:| |remainder| $)) $ $) 125 T ELT)) (|primitivePart!| (#1# 160 T ELT)) (|primPartElseUnitCanonical!| (#1# 156 T ELT)) (|primPartElseUnitCanonical| (#1# 155 T ELT)) (|prem| (#23=($ $ $) 87 T ELT) (#24=($ $ $ |#4|) 92 T ELT)) (|pquo| (#23# 90 T ELT) (#24# 94 T ELT)) (|normalized?| (#2# 143 T ELT) (#18# 144 T ELT)) (|mvar| (#12# 32 T ELT)) (|monicModulo| (#23# 128 T ELT)) (|monic?| (#20# 59 T ELT)) (|mdeg| ((#25=(|NonNegativeInteger|) $) 35 T ELT)) (|mainSquareFreePart| (#1# 174 T ELT)) (|mainPrimitivePart| (#1# 171 T ELT)) (|mainMonomials| (#26=(#19# $) 72 T ELT)) (|mainMonomial| (#1# 62 T ELT)) (|mainContent| (#1# 167 T ELT)) (|mainCoefficients| (#26# 69 T ELT)) (|leastMonomial| (#1# 64 T ELT)) (|leadingCoefficient| #11# (#17# 39 T ELT)) (|lazyResidueClass| (((|Record| (|:| |polnum| $) (|:| |polden| $) (|:| |power| #25#)) $ $) 130 T ELT)) (|lazyPseudoDivide| ((#27=(|Record| #28=(|:| |coef| $) #29=(|:| |gap| #25#) #21# #22#) $ $) 126 T ELT) ((#27# $ $ |#4|) 127 T ELT)) (|lazyPremWithDefault| ((#30=(|Record| #28# #29# #22#) $ $) 121 T ELT) ((#30# $ $ |#4|) 123 T ELT)) (|lazyPrem| (#23# 97 T ELT) (#24# 106 T ELT)) (|lazyPquo| (#23# 98 T ELT) (#24# 107 T ELT)) (|iteratedInitials| (#26# 54 T ELT)) (|initiallyReduced?| (#2# 140 T ELT) (#18# 141 T ELT)) (|initiallyReduce| (#23# 116 T ELT)) (|init| (#1# 37 T ELT)) (|infRittWu?| (#2# 80 T ELT)) (|headReduced?| (#2# 136 T ELT) (#18# 138 T ELT)) (|headReduce| (#23# 112 T ELT)) (|head| (#1# 41 T ELT)) (|gcd| ((|#2| |#2| $) 164 T ELT) (($ #19#) NIL T ELT) (#23# NIL T ELT)) (|exactQuotient!| (#31=($ $ |#2|) NIL T ELT) (#23# 153 T ELT)) (|exactQuotient| (#31# 148 T ELT) (#23# 151 T ELT)) (|deepestTail| (#1# 49 T ELT)) (|deepestInitial| (#1# 55 T ELT)) (|convert| (((|Pattern| (|Float|)) $) NIL T ELT) (((|Pattern| #6#) $) NIL T ELT) (((|InputForm|) $) NIL T ELT) (#13# 237 T ELT) (#14# 233 T ELT) (#15# 248 T ELT) (((|String|) $) 278 T ELT) (#32=(#10# $) 184 T ELT)) (|coerce| (((|OutputForm|) $) 29 T ELT) (($ #6#) NIL T ELT) (($ |#2|) NIL T ELT) (($ |#4|) NIL T ELT) (#32# 185 T ELT) (($ #5#) NIL T ELT) #16#) (|RittWuCompare| (((|Union| #3# #4#) $ $) 79 T ELT)))
(((|RecursivePolynomialCategory&| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |coerce| #1=(|#1| |#1|)) (SIGNATURE |gcd| #2=(|#1| |#1| |#1|)) (SIGNATURE |gcd| (|#1| #3=(|List| |#1|))) (SIGNATURE |coerce| (|#1| #4=(|Fraction| #5=(|Integer|)))) (SIGNATURE |coerce| #6=(#7=(|Polynomial| |#2|) |#1|)) (SIGNATURE |convert| #6#) (SIGNATURE |convert| ((|String|) |#1|)) (SIGNATURE |mainSquareFreePart| #1#) (SIGNATURE |mainPrimitivePart| #1#) (SIGNATURE |mainContent| #1#) (SIGNATURE |primitivePart!| #1#) (SIGNATURE |gcd| (|#2| |#2| |#1|)) (SIGNATURE |exactQuotient!| #2#) (SIGNATURE |exactQuotient| #2#) (SIGNATURE |exactQuotient!| #8=(|#1| |#1| |#2|)) (SIGNATURE |exactQuotient| #8#) (SIGNATURE |primPartElseUnitCanonical!| #1#) (SIGNATURE |primPartElseUnitCanonical| #1#) (SIGNATURE |convert| #9=(|#1| #7#)) (SIGNATURE |retract| #9#) (SIGNATURE |retractIfCan| (#10=(|Union| |#1| #11="failed") #7#)) (SIGNATURE |convert| #12=(|#1| #13=(|Polynomial| #5#))) (SIGNATURE |retract| #12#) (SIGNATURE |retractIfCan| (#10# #13#)) (SIGNATURE |convert| #14=(|#1| #15=(|Polynomial| #4#))) (SIGNATURE |retract| #14#) (SIGNATURE |retractIfCan| (#10# #15#)) (SIGNATURE |initiallyReduce| #2#) (SIGNATURE |headReduce| #2#) (SIGNATURE |lazyResidueClass| ((|Record| (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| |power| #16=(|NonNegativeInteger|))) |#1| |#1|)) (SIGNATURE |monicModulo| #2#) (SIGNATURE |pseudoDivide| ((|Record| #17=(|:| |quotient| |#1|) #18=(|:| |remainder| |#1|)) |#1| |#1|)) (SIGNATURE |lazyPseudoDivide| (#19=(|Record| #20=(|:| |coef| |#1|) #21=(|:| |gap| #16#) #17# #18#) |#1| |#1| |#4|)) (SIGNATURE |lazyPseudoDivide| (#19# |#1| |#1|)) (SIGNATURE |lazyPremWithDefault| (#22=(|Record| #20# #21# #18#) |#1| |#1| |#4|)) (SIGNATURE |lazyPremWithDefault| (#22# |#1| |#1|)) (SIGNATURE |lazyPquo| #23=(|#1| |#1| |#1| |#4|)) (SIGNATURE |lazyPrem| #23#) (SIGNATURE |lazyPquo| #2#) (SIGNATURE |lazyPrem| #2#) (SIGNATURE |pquo| #23#) (SIGNATURE |prem| #23#) (SIGNATURE |pquo| #2#) (SIGNATURE |prem| #2#) (SIGNATURE |normalized?| #24=(#25=(|Boolean|) |#1| #3#)) (SIGNATURE |normalized?| #26=(#25# |#1| |#1|)) (SIGNATURE |initiallyReduced?| #24#) (SIGNATURE |initiallyReduced?| #26#) (SIGNATURE |headReduced?| #24#) (SIGNATURE |headReduced?| #26#) (SIGNATURE |reduced?| #24#) (SIGNATURE |reduced?| #26#) (SIGNATURE |supRittWu?| #26#) (SIGNATURE |infRittWu?| #26#) (SIGNATURE |RittWuCompare| ((|Union| #25# #11#) |#1| |#1|)) (SIGNATURE |mainMonomials| #27=(#3# |#1|)) (SIGNATURE |mainCoefficients| #27#) (SIGNATURE |leastMonomial| #1#) (SIGNATURE |mainMonomial| #1#) (SIGNATURE |quasiMonic?| #28=(#25# |#1|)) (SIGNATURE |monic?| #28#) (SIGNATURE |reductum| #29=(|#1| |#1| |#4|)) (SIGNATURE |leadingCoefficient| #29#) (SIGNATURE |deepestInitial| #1#) (SIGNATURE |iteratedInitials| #27#) (SIGNATURE |deepestTail| #1#) (SIGNATURE |tail| #1#) (SIGNATURE |head| #1#) (SIGNATURE |init| #1#) (SIGNATURE |mdeg| (#16# |#1|)) (SIGNATURE |mvar| #30=(|#4| |#1|)) (SIGNATURE |convert| ((|InputForm|) |#1|)) (SIGNATURE |convert| ((|Pattern| #5#) |#1|)) (SIGNATURE |convert| ((|Pattern| (|Float|)) |#1|)) (SIGNATURE |coerce| (|#1| |#4|)) (SIGNATURE |retractIfCan| ((|Union| |#4| #11#) |#1|)) (SIGNATURE |retract| #30#) (SIGNATURE |leadingCoefficient| #31=(|#2| |#1|)) (SIGNATURE |reductum| #1#) (SIGNATURE |retractIfCan| ((|Union| #5# #11#) |#1|)) (SIGNATURE |retract| (#5# |#1|)) (SIGNATURE |retractIfCan| ((|Union| #4# #11#) |#1|)) (SIGNATURE |retract| (#4# |#1|)) (SIGNATURE |retract| #31#) (SIGNATURE |retractIfCan| ((|Union| |#2| #11#) |#1|)) (SIGNATURE |coerce| (|#1| |#2|)) (SIGNATURE |coerce| (|#1| #5#)) (SIGNATURE |coerce| ((|OutputForm|) |#1|))) (|RecursivePolynomialCategory| |#2| |#3| |#4|) (|Ring|) (|OrderedAbelianMonoidSup|) (|OrderedSet|)) (T |RecursivePolynomialCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|variables| (((|List| |#3|) $) 125 T ELT)) (|univariate| ((#3=(|SparseUnivariatePolynomial| $) $ |#3|) 140 T ELT) (((|SparseUnivariatePolynomial| |#1|) $) 139 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 102 (|has| |#1| . #4=((|IntegralDomain|))) ELT)) (|unitCanonical| (($ $) 103 (|has| |#1| . #4#) ELT)) (|unit?| ((#5=(|Boolean|) $) 105 (|has| |#1| . #4#) ELT)) (|totalDegree| ((#6=(|NonNegativeInteger|) $) 127 T ELT) ((#6# $ (|List| |#3|)) 126 T ELT)) (|tail| (($ $) 294 T ELT)) (|supRittWu?| (((|Boolean|) $ $) 280 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|subResultantGcd| (($ $ $) 239 (|has| |#1| (|IntegralDomain|)) ELT)) (|subResultantChain| (((|List| $) $ $) 234 (|has| |#1| (|IntegralDomain|)) ELT)) (|squareFreePolynomial| (#7=((|Factored| #8=(|SparseUnivariatePolynomial| $)) #8#) 115 (|has| |#1| . #9=((|PolynomialFactorizationExplicit|))) ELT)) (|squareFreePart| (($ $) 113 (|has| |#1| . #10=((|GcdDomain|))) ELT)) (|squareFree| (#11=((|Factored| $) $) 112 (|has| |#1| . #10#) ELT)) (|solveLinearPolynomialEquation| (((|Union| #12=(|List| #8#) #13="failed") #12# #8#) 118 (|has| |#1| . #9#) ELT)) (|sample| (#14=($) 23 T CONST)) (|retractIfCan| (((|Union| |#1| . #15=("failed")) . #16=($)) 183 T ELT) (((|Union| #17=(|Fraction| #18=(|Integer|)) . #15#) . #16#) 180 (|has| |#1| . #19=((|RetractableTo| #17#))) ELT) (((|Union| #18# . #15#) . #16#) 178 (|has| |#1| . #20=((|RetractableTo| #18#))) ELT) (((|Union| |#3| . #15#) . #16#) 155 T ELT) (((|Union| $ "failed") (|Polynomial| (|Fraction| (|Integer|)))) 254 (AND (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Symbol|)))) ELT) (((|Union| $ "failed") (|Polynomial| (|Integer|))) 251 (OR (AND (|not| (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) (|has| |#1| (|Algebra| (|Integer|))) (|has| |#3| (|ConvertibleTo| (|Symbol|)))) (AND (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Symbol|))))) ELT) (((|Union| $ "failed") (|Polynomial| |#1|)) 248 (OR (AND (|not| (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) (|not| (|has| |#1| (|Algebra| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Symbol|)))) (AND (|not| (|has| |#1| (|IntegerNumberSystem|))) (|not| (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) (|has| |#1| (|Algebra| (|Integer|))) (|has| |#3| (|ConvertibleTo| (|Symbol|)))) (AND (|not| (|has| |#1| (|QuotientFieldCategory| (|Integer|)))) (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Symbol|))))) ELT)) (|retract| ((|#1| . #21=($)) 182 T ELT) ((#17# . #21#) 181 (|has| |#1| . #19#) ELT) ((#18# . #21#) 179 (|has| |#1| . #20#) ELT) ((|#3| . #21#) 156 T ELT) (($ (|Polynomial| (|Fraction| (|Integer|)))) 253 (AND (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Symbol|)))) ELT) (($ (|Polynomial| (|Integer|))) 250 (OR (AND (|not| (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) (|has| |#1| (|Algebra| (|Integer|))) (|has| |#3| (|ConvertibleTo| (|Symbol|)))) (AND (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Symbol|))))) ELT) (($ (|Polynomial| |#1|)) 247 (OR (AND (|not| (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) (|not| (|has| |#1| (|Algebra| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Symbol|)))) (AND (|not| (|has| |#1| (|IntegerNumberSystem|))) (|not| (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) (|has| |#1| (|Algebra| (|Integer|))) (|has| |#3| (|ConvertibleTo| (|Symbol|)))) (AND (|not| (|has| |#1| (|QuotientFieldCategory| (|Integer|)))) (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Symbol|))))) ELT)) (|resultant| (($ $ $ |#3|) 123 (|has| |#1| . #22=((|CommutativeRing|))) ELT) (($ $ $) 235 (|has| |#1| (|IntegralDomain|)) ELT)) (|reductum| (#23=($ $) 173 T ELT) (($ $ |#3|) 289 T ELT)) (|reducedSystem| (((|Matrix| #24=(|Integer|)) . #25=(#26=(|Matrix| $))) 151 (|has| |#1| . #27=((|LinearlyExplicitRingOver| #24#))) ELT) (((|Record| (|:| |mat| (|Matrix| #24#)) (|:| |vec| (|Vector| #24#))) . #28=(#26# #29=(|Vector| $))) 150 (|has| |#1| . #27#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #28#) 149 T ELT) (((|Matrix| |#1|) . #25#) 148 T ELT)) (|reduced?| (((|Boolean|) $ $) 279 T ELT) (((|Boolean|) $ (|List| $)) 278 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|quasiMonic?| (((|Boolean|) $) 287 T ELT)) (|pseudoDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 259 T ELT)) (|primitivePart!| (($ $) 228 (|has| |#1| (|GcdDomain|)) ELT)) (|primitivePart| (($ $) 195 (|has| |#1| . #30=((|GcdDomain|))) ELT) (($ $ |#3|) 120 (|has| |#1| . #10#) ELT)) (|primitiveMonomials| (#31=(#32=(|List| $) $) 124 T ELT)) (|prime?| (((|Boolean|) $) 111 (|has| |#1| . #9#) ELT)) (|primPartElseUnitCanonical!| (($ $) 244 (|has| |#1| (|IntegralDomain|)) ELT)) (|primPartElseUnitCanonical| (($ $) 245 (|has| |#1| (|IntegralDomain|)) ELT)) (|prem| (($ $ $) 271 T ELT) (($ $ $ |#3|) 269 T ELT)) (|pquo| (($ $ $) 270 T ELT) (($ $ $ |#3|) 268 T ELT)) (|pomopo!| (($ $ |#1| |#2| $) 191 T ELT)) (|patternMatch| (((|PatternMatchResult| #33=(|Float|) . #34=($)) $ (|Pattern| #33#) (|PatternMatchResult| #33# . #34#)) 99 (AND (|has| |#3| #35=(|PatternMatchable| #33#)) (|has| |#1| #35#)) ELT) (((|PatternMatchResult| #36=(|Integer|) . #34#) $ (|Pattern| #36#) (|PatternMatchResult| #36# . #34#)) 98 (AND (|has| |#3| #37=(|PatternMatchable| #36#)) (|has| |#1| #37#)) ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|numberOfMonomials| ((#38=(|NonNegativeInteger|) $) 188 T ELT)) (|normalized?| (((|Boolean|) $ $) 273 T ELT) (((|Boolean|) $ (|List| $)) 272 T ELT)) (|nextsubResultant2| (($ $ $ $ $) 230 (|has| |#1| (|IntegralDomain|)) ELT)) (|mvar| ((|#3| $) 298 T ELT)) (|multivariate| (($ (|SparseUnivariatePolynomial| |#1|) |#3|) 132 T ELT) (($ #3# |#3|) 131 T ELT)) (|monomials| (#31# 141 T ELT)) (|monomial?| (((|Boolean|) $) 171 T ELT)) (|monomial| (($ |#1| |#2|) 172 T ELT) (($ $ |#3| . #39=(#6#)) 134 T ELT) (($ $ (|List| |#3|) . #40=(#41=(|List| #6#))) 133 T ELT)) (|monicModulo| (($ $ $) 258 T ELT)) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $ |#3|) 135 T ELT)) (|monic?| (((|Boolean|) $) 288 T ELT)) (|minimumDegree| ((|#2| $) 189 T ELT) ((#6# $ |#3|) 137 T ELT) ((#41# $ (|List| |#3|)) 136 T ELT)) (|mdeg| (((|NonNegativeInteger|) $) 297 T ELT)) (|mapExponents| (($ (|Mapping| |#2| |#2|) $) 190 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 167 T ELT)) (|mainVariable| (((|Union| |#3| #42="failed") $) 138 T ELT)) (|mainSquareFreePart| (($ $) 225 (|has| |#1| (|GcdDomain|)) ELT)) (|mainPrimitivePart| (($ $) 226 (|has| |#1| (|GcdDomain|)) ELT)) (|mainMonomials| (((|List| $) $) 283 T ELT)) (|mainMonomial| (($ $) 286 T ELT)) (|mainContent| (($ $) 227 (|has| |#1| (|GcdDomain|)) ELT)) (|mainCoefficients| (((|List| $) $) 284 T ELT)) (|leftReducedSystem| (((|Matrix| #24#) . #43=(#29#)) 153 (|has| |#1| . #27#) ELT) (((|Record| (|:| |mat| (|Matrix| #24#)) (|:| |vec| (|Vector| #24#))) . #44=(#29# $)) 152 (|has| |#1| . #27#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #44#) 147 T ELT) (((|Matrix| |#1|) . #43#) 146 T ELT)) (|leastMonomial| (($ $) 285 T ELT)) (|leadingMonomial| (#23# 169 T ELT)) (|leadingCoefficient| ((|#1| $) 168 T ELT) (($ $ |#3|) 290 T ELT)) (|lcm| (#45=($ (|List| $)) 109 (|has| |#1| . #10#) ELT) (#46=($ $ $) 108 (|has| |#1| . #10#) ELT)) (|lazyResidueClass| (((|Record| (|:| |polnum| $) (|:| |polden| $) (|:| |power| (|NonNegativeInteger|))) $ $) 257 T ELT)) (|lazyPseudoDivide| (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $) 261 T ELT) (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $ |#3|) 260 T ELT)) (|lazyPremWithDefault| (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| $)) $ $) 263 T ELT) (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| $)) $ $ |#3|) 262 T ELT)) (|lazyPrem| (($ $ $) 267 T ELT) (($ $ $ |#3|) 265 T ELT)) (|lazyPquo| (($ $ $) 266 T ELT) (($ $ $ |#3|) 264 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|lastSubResultant| (($ $ $) 233 (|has| |#1| (|IntegralDomain|)) ELT)) (|iteratedInitials| (((|List| $) $) 292 T ELT)) (|isTimes| (#47=((|Union| #32# #42#) $) 129 T ELT)) (|isPlus| (#47# 130 T ELT)) (|isExpt| (((|Union| (|Record| (|:| |var| |#3|) (|:| |exponent| #6#)) #42#) $) 128 T ELT)) (|initiallyReduced?| (((|Boolean|) $ $) 275 T ELT) (((|Boolean|) $ (|List| $)) 274 T ELT)) (|initiallyReduce| (($ $ $) 255 T ELT)) (|init| (($ $) 296 T ELT)) (|infRittWu?| (((|Boolean|) $ $) 281 T ELT)) (|headReduced?| (((|Boolean|) $ $) 277 T ELT) (((|Boolean|) $ (|List| $)) 276 T ELT)) (|headReduce| (($ $ $) 256 T ELT)) (|head| (($ $) 295 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|halfExtendedSubResultantGcd2| (((|Record| (|:| |gcd| $) (|:| |coef2| $)) $ $) 236 (|has| |#1| (|IntegralDomain|)) ELT)) (|halfExtendedSubResultantGcd1| (((|Record| (|:| |gcd| $) (|:| |coef1| $)) $ $) 237 (|has| |#1| (|IntegralDomain|)) ELT)) (|ground?| (((|Boolean|) $) 185 T ELT)) (|ground| ((|#1| . #48=($)) 186 T ELT)) (|gcdPolynomial| ((#49=(|SparseUnivariatePolynomial| $) #49# #49#) 110 (|has| |#1| . #10#) ELT)) (|gcd| ((|#1| |#1| $) 229 (|has| |#1| (|GcdDomain|)) ELT) (#45# 107 (|has| |#1| . #10#) ELT) (#46# 106 (|has| |#1| . #10#) ELT)) (|factorSquareFreePolynomial| (#7# 117 (|has| |#1| . #9#) ELT)) (|factorPolynomial| (#7# 116 (|has| |#1| . #9#) ELT)) (|factor| (#11# 114 (|has| |#1| . #9#) ELT)) (|extendedSubResultantGcd| (((|Record| (|:| |gcd| $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 238 (|has| |#1| (|IntegralDomain|)) ELT)) (|exquo| (((|Union| $ "failed") $ |#1|) 193 (|has| |#1| (|IntegralDomain|)) ELT) (((|Union| $ "failed") $ $) 101 (|has| |#1| . #4#) ELT)) (|exactQuotient!| (($ $ |#1|) 242 (|has| |#1| (|IntegralDomain|)) ELT) (($ $ $) 240 (|has| |#1| (|IntegralDomain|)) ELT)) (|exactQuotient| (($ $ |#1|) 243 (|has| |#1| (|IntegralDomain|)) ELT) (($ $ $) 241 (|has| |#1| (|IntegralDomain|)) ELT)) (|eval| (($ $ (|List| (|Equation| $))) 164 T ELT) (($ $ (|Equation| $)) 163 T ELT) (($ $ $ $) 162 T ELT) (($ $ (|List| $) (|List| $)) 161 T ELT) (($ $ |#3| |#1|) 160 T ELT) (($ $ (|List| |#3|) (|List| |#1|)) 159 T ELT) (($ $ |#3| $) 158 T ELT) (($ $ (|List| |#3|) (|List| $)) 157 T ELT)) (|discriminant| (($ $ |#3|) 122 (|has| |#1| . #22#) ELT)) (|differentiate| (($ $ (|List| |#3|) . #50=((|List| #51=(|NonNegativeInteger|)))) 53 T ELT) (($ $ |#3| . #52=(#51#)) 52 T ELT) (($ $ (|List| |#3|)) 51 T ELT) (($ $ |#3|) 49 T ELT)) (|degree| ((|#2| $) 170 T ELT) ((#6# $ |#3|) 145 T ELT) ((#41# $ (|List| |#3|)) 144 T ELT)) (|deepestTail| (($ $) 293 T ELT)) (|deepestInitial| (($ $) 291 T ELT)) (|convert| ((#53=(|Pattern| #33#) . #54=($)) 97 (AND (|has| |#3| #55=(|ConvertibleTo| #53#)) (|has| |#1| #55#)) ELT) ((#56=(|Pattern| #36#) . #54#) 96 (AND (|has| |#3| #57=(|ConvertibleTo| #56#)) (|has| |#1| #57#)) ELT) ((#58=(|InputForm|) . #54#) 95 (AND (|has| |#3| #59=(|ConvertibleTo| #58#)) (|has| |#1| #59#)) ELT) (($ (|Polynomial| (|Fraction| (|Integer|)))) 252 (AND (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Symbol|)))) ELT) (($ (|Polynomial| (|Integer|))) 249 (OR (AND (|not| (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) (|has| |#1| (|Algebra| (|Integer|))) (|has| |#3| (|ConvertibleTo| (|Symbol|)))) (AND (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Symbol|))))) ELT) (($ (|Polynomial| |#1|)) 246 (|has| |#3| (|ConvertibleTo| (|Symbol|))) ELT) (((|String|) . #54#) 224 (AND (|has| |#1| (|RetractableTo| (|Integer|))) (|has| |#3| (|ConvertibleTo| (|Symbol|)))) ELT) (((|Polynomial| |#1|) . #54#) 223 (|has| |#3| (|ConvertibleTo| (|Symbol|))) ELT)) (|content| ((|#1| . #48#) 194 (|has| |#1| . #30#) ELT) (($ $ |#3|) 121 (|has| |#1| . #10#) ELT)) (|conditionP| (((|Union| (|Vector| $) #13#) (|Matrix| $)) 119 (|and| #60=(|has| $ (|CharacteristicNonZero|)) (|has| |#1| . #9#)) ELT)) (|coerce| (((|OutputForm|) . #61=($)) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 184 T ELT) (($ |#3|) 154 T ELT) (((|Polynomial| |#1|) . #61#) 222 (|has| |#3| (|ConvertibleTo| (|Symbol|))) ELT) (($ #17#) 93 (OR (|has| |#1| . #19#) (|has| |#1| . #62=((|Algebra| #63=(|Fraction| (|Integer|)))))) ELT) (($ $) 100 (|has| |#1| . #4#) ELT)) (|coefficients| (((|List| |#1|) $) 187 T ELT)) (|coefficient| ((|#1| $ |#2|) 174 T ELT) (($ $ |#3| . #39#) 143 T ELT) (($ $ (|List| |#3|) . #40#) 142 T ELT)) (|charthRoot| (((|Maybe| $) $) 94 (OR (|and| #60# (|has| |#1| . #9#)) (|has| |#1| (|CharacteristicNonZero|))) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|binomThmExpt| (($ $ $ #38#) 192 (|has| |#1| (|CommutativeRing|)) ELT)) (|before?| (#1# 6 T ELT)) (|associates?| ((#5# $ $) 104 (|has| |#1| . #4#) ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#14# 24 T CONST)) (|RittWuCompare| (((|Union| (|Boolean|) "failed") $ $) 282 T ELT)) (|One| (($) 46 T CONST)) (|LazardQuotient2| (($ $ $ $ (|NonNegativeInteger|)) 231 (|has| |#1| (|IntegralDomain|)) ELT)) (|LazardQuotient| (($ $ $ (|NonNegativeInteger|)) 232 (|has| |#1| (|IntegralDomain|)) ELT)) (D (($ $ (|List| |#3|) . #50#) 56 T ELT) (($ $ |#3| . #52#) 55 T ELT) (($ $ (|List| |#3|)) 54 T ELT) (($ $ |#3|) 50 T ELT)) (= (#1# 8 T ELT)) (/ (($ $ |#1|) 175 (|has| |#1| (|Field|)) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #64=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ #63#) 177 (|has| |#1| . #62#) ELT) (($ #63# . #64#) 176 (|has| |#1| . #62#) ELT) (($ |#1| . #64#) 166 T ELT) (($ $ |#1|) 165 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|variables| ((#4=(|List| |#3|) $) 125 T ELT)) (|univariate| ((#5=(|SparseUnivariatePolynomial| $) $ |#3|) 140 T ELT) ((#6=(|SparseUnivariatePolynomial| |#1|) $) 139 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 102 #7=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| (#8=($ $) 103 #7# ELT)) (|unit?| (#3# 105 #7# ELT)) (|totalDegree| (#9=(#10=(|NonNegativeInteger|) $) 127 T ELT) ((#10# $ #4#) 126 T ELT)) (|tail| (#8# 294 T ELT)) (|supRittWu?| (#1# 280 T ELT)) (|subtractIfCan| ((#11=(|Maybe| $) $ $) 26 T ELT)) (|subResultantGcd| (#12=($ $ $) 239 #7# ELT)) (|subResultantChain| ((#13=(|List| $) $ $) 234 #7# ELT)) (|squareFreePolynomial| (#14=((|Factored| #5#) #5#) 115 #15=(|has| |#1| (|PolynomialFactorizationExplicit|)) ELT)) (|squareFreePart| (#8# 113 #16=(|has| |#1| (|GcdDomain|)) ELT)) (|squareFree| (#17=((|Factored| $) $) 112 #16# ELT)) (|solveLinearPolynomialEquation| (((|Union| #18=(|List| #5#) #19="failed") #18# #5#) 118 #15# ELT)) (|sample| (#20=($) 23 T CONST)) (|retractIfCan| (((|Union| |#1| . #21=(#19#)) . #22=($)) 183 T ELT) (((|Union| #23=(|Fraction| #24=(|Integer|)) . #21#) . #22#) 180 #25=(|has| |#1| (|RetractableTo| #23#)) ELT) (((|Union| #24# . #21#) . #22#) 178 #26=(|has| |#1| (|RetractableTo| #24#)) ELT) (#27=((|Union| |#3| . #21#) . #22#) 155 T ELT) ((#28=(|Union| $ #19#) #29=(|Polynomial| #23#)) 254 #30=(AND #31=(|has| |#1| (|Algebra| #23#)) #32=(|has| |#3| (|ConvertibleTo| (|Symbol|)))) ELT) ((#28# #33=(|Polynomial| #24#)) 251 #34=(OR (AND #35=(|not| #31#) #36=(|has| |#1| (|Algebra| #24#)) #32#) #30#) ELT) ((#28# #37=(|Polynomial| |#1|)) 248 #38=(OR (AND #35# (|not| #36#) #32#) (AND (|not| (|has| |#1| (|IntegerNumberSystem|))) #35# #36# #32#) (AND (|not| (|has| |#1| (|QuotientFieldCategory| #24#))) #31# #32#)) ELT)) (|retract| (#39=(|#1| . #40=($)) 182 T ELT) ((#23# . #40#) 181 #25# ELT) ((#24# . #40#) 179 #26# ELT) (#41=(|#3| . #40#) 156 T ELT) (#42=($ #29#) 253 #30# ELT) (#43=($ #33#) 250 #34# ELT) (#44=($ #37#) 247 #38# ELT)) (|resultant| (#45=($ $ $ |#3|) 123 #46=(|has| |#1| (|CommutativeRing|)) ELT) (#12# 235 #7# ELT)) (|reductum| (#8# 173 T ELT) (#47=($ $ |#3|) 289 T ELT)) (|reducedSystem| ((#48=(|Matrix| #24#) . #49=(#50=(|Matrix| $))) 151 #51=(|has| |#1| (|LinearlyExplicitRingOver| #24#)) ELT) ((#52=(|Record| (|:| |mat| #48#) (|:| |vec| (|Vector| #24#))) . #53=(#50# #54=(|Vector| $))) 150 #51# ELT) ((#55=(|Record| (|:| |mat| #56=(|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #53#) 149 T ELT) ((#56# . #49#) 148 T ELT)) (|reduced?| (#1# 279 T ELT) (#57=(#2# $ #13#) 278 T ELT)) (|recip| ((#28# $) 43 T ELT)) (|quasiMonic?| (#3# 287 T ELT)) (|pseudoDivide| ((#58=(|Record| #59=(|:| |quotient| $) #60=(|:| |remainder| $)) $ $) 259 T ELT)) (|primitivePart!| (#8# 228 #16# ELT)) (|primitivePart| (#8# 195 #16# ELT) (#47# 120 #16# ELT)) (|primitiveMonomials| (#61=(#13# $) 124 T ELT)) (|prime?| (#3# 111 #15# ELT)) (|primPartElseUnitCanonical!| (#8# 244 #7# ELT)) (|primPartElseUnitCanonical| (#8# 245 #7# ELT)) (|prem| (#12# 271 T ELT) (#45# 269 T ELT)) (|pquo| (#12# 270 T ELT) (#45# 268 T ELT)) (|pomopo!| (($ $ |#1| |#2| $) 191 T ELT)) (|patternMatch| ((#62=(|PatternMatchResult| #63=(|Float|) . #64=($)) $ #65=(|Pattern| #63#) #62#) 99 (AND (|has| |#3| #66=(|PatternMatchable| #63#)) (|has| |#1| #66#)) ELT) ((#67=(|PatternMatchResult| #24# . #64#) $ #68=(|Pattern| #24#) #67#) 98 (AND (|has| |#3| #69=(|PatternMatchable| #24#)) (|has| |#1| #69#)) ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|numberOfMonomials| (#9# 188 T ELT)) (|normalized?| (#1# 273 T ELT) (#57# 272 T ELT)) (|nextsubResultant2| (($ $ $ $ $) 230 #7# ELT)) (|mvar| (#41# 298 T ELT)) (|multivariate| (($ #6# |#3|) 132 T ELT) (($ #5# |#3|) 131 T ELT)) (|monomials| (#61# 141 T ELT)) (|monomial?| (#3# 171 T ELT)) (|monomial| (($ |#1| |#2|) 172 T ELT) (#70=($ $ |#3| #10#) 134 T ELT) (#71=($ $ #4# #72=(|List| #10#)) 133 T ELT)) (|monicModulo| (#12# 258 T ELT)) (|monicDivide| ((#58# $ $ |#3|) 135 T ELT)) (|monic?| (#3# 288 T ELT)) (|minimumDegree| (#73=(|#2| $) 189 T ELT) (#74=(#10# $ |#3|) 137 T ELT) (#75=(#72# $ #4#) 136 T ELT)) (|mdeg| (#9# 297 T ELT)) (|mapExponents| (($ (|Mapping| |#2| |#2|) $) 190 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 167 T ELT)) (|mainVariable| (#27# 138 T ELT)) (|mainSquareFreePart| (#8# 225 #16# ELT)) (|mainPrimitivePart| (#8# 226 #16# ELT)) (|mainMonomials| (#61# 283 T ELT)) (|mainMonomial| (#8# 286 T ELT)) (|mainContent| (#8# 227 #16# ELT)) (|mainCoefficients| (#61# 284 T ELT)) (|leftReducedSystem| ((#48# . #76=(#54#)) 153 #51# ELT) ((#52# . #77=(#54# $)) 152 #51# ELT) ((#55# . #77#) 147 T ELT) ((#56# . #76#) 146 T ELT)) (|leastMonomial| (#8# 285 T ELT)) (|leadingMonomial| (#8# 169 T ELT)) (|leadingCoefficient| (#39# 168 T ELT) (#47# 290 T ELT)) (|lcm| (#78=($ #13#) 109 #16# ELT) (#12# 108 #16# ELT)) (|lazyResidueClass| (((|Record| (|:| |polnum| $) (|:| |polden| $) (|:| |power| #10#)) $ $) 257 T ELT)) (|lazyPseudoDivide| ((#79=(|Record| #80=(|:| |coef| $) #81=(|:| |gap| #10#) #59# #60#) $ $) 261 T ELT) ((#79# $ $ |#3|) 260 T ELT)) (|lazyPremWithDefault| ((#82=(|Record| #80# #81# #60#) $ $) 263 T ELT) ((#82# $ $ |#3|) 262 T ELT)) (|lazyPrem| (#12# 267 T ELT) (#45# 265 T ELT)) (|lazyPquo| (#12# 266 T ELT) (#45# 264 T ELT)) (|latex| (#83=((|String|) $) 11 T ELT)) (|lastSubResultant| (#12# 233 #7# ELT)) (|iteratedInitials| (#61# 292 T ELT)) (|isTimes| (#84=((|Union| #13# #19#) $) 129 T ELT)) (|isPlus| (#84# 130 T ELT)) (|isExpt| (((|Union| (|Record| (|:| |var| |#3|) (|:| |exponent| #10#)) #19#) $) 128 T ELT)) (|initiallyReduced?| (#1# 275 T ELT) (#57# 274 T ELT)) (|initiallyReduce| (#12# 255 T ELT)) (|init| (#8# 296 T ELT)) (|infRittWu?| (#1# 281 T ELT)) (|headReduced?| (#1# 277 T ELT) (#57# 276 T ELT)) (|headReduce| (#12# 256 T ELT)) (|head| (#8# 295 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|halfExtendedSubResultantGcd2| (((|Record| #85=(|:| |gcd| $) #86=(|:| |coef2| $)) $ $) 236 #7# ELT)) (|halfExtendedSubResultantGcd1| (((|Record| #85# #87=(|:| |coef1| $)) $ $) 237 #7# ELT)) (|ground?| (#3# 185 T ELT)) (|ground| (#39# 186 T ELT)) (|gcdPolynomial| ((#5# #5# #5#) 110 #16# ELT)) (|gcd| ((|#1| |#1| $) 229 #16# ELT) (#78# 107 #16# ELT) (#12# 106 #16# ELT)) (|factorSquareFreePolynomial| (#14# 117 #15# ELT)) (|factorPolynomial| (#14# 116 #15# ELT)) (|factor| (#17# 114 #15# ELT)) (|extendedSubResultantGcd| (((|Record| #85# #87# #86#) $ $) 238 #7# ELT)) (|exquo| ((#28# $ |#1|) 193 #7# ELT) ((#28# $ $) 101 #7# ELT)) (|exactQuotient!| (#88=($ $ |#1|) 242 #7# ELT) (#12# 240 #7# ELT)) (|exactQuotient| (#88# 243 #7# ELT) (#12# 241 #7# ELT)) (|eval| (($ $ (|List| #89=(|Equation| $))) 164 T ELT) (($ $ #89#) 163 T ELT) (($ $ $ $) 162 T ELT) (($ $ #13# #13#) 161 T ELT) (($ $ |#3| |#1|) 160 T ELT) (($ $ #4# #90=(|List| |#1|)) 159 T ELT) (($ $ |#3| $) 158 T ELT) (($ $ #4# #13#) 157 T ELT)) (|discriminant| (#47# 122 #46# ELT)) (|differentiate| (#71# 53 T ELT) (#70# 52 T ELT) (#91=($ $ #4#) 51 T ELT) (#47# 49 T ELT)) (|degree| (#73# 170 T ELT) (#74# 145 T ELT) (#75# 144 T ELT)) (|deepestTail| (#8# 293 T ELT)) (|deepestInitial| (#8# 291 T ELT)) (|convert| ((#65# . #92=($)) 97 (AND (|has| |#3| #93=(|ConvertibleTo| #65#)) (|has| |#1| #93#)) ELT) ((#68# . #92#) 96 (AND (|has| |#3| #94=(|ConvertibleTo| #68#)) (|has| |#1| #94#)) ELT) ((#95=(|InputForm|) . #92#) 95 (AND (|has| |#3| #96=(|ConvertibleTo| #95#)) (|has| |#1| #96#)) ELT) (#42# 252 #30# ELT) (#43# 249 #34# ELT) (#44# 246 #32# ELT) (#83# 224 (AND #26# #32#) ELT) (#97=(#37# . #92#) 223 #32# ELT)) (|content| (#39# 194 #16# ELT) (#47# 121 #16# ELT)) (|conditionP| (((|Union| #54# #19#) #50#) 119 #98=(|and| (|has| $ #99=(|CharacteristicNonZero|)) #15#) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #24#) 42 T ELT) (($ |#1|) 184 T ELT) (($ |#3|) 154 T ELT) (#97# 222 #32# ELT) (($ #23#) 93 (OR #25# #31#) ELT) (#8# 100 #7# ELT)) (|coefficients| ((#90# $) 187 T ELT)) (|coefficient| ((|#1| $ |#2|) 174 T ELT) (#70# 143 T ELT) (#71# 142 T ELT)) (|charthRoot| ((#11# $) 94 (OR #98# (|has| |#1| #99#)) ELT)) (|characteristic| ((#10#) 41 T CONST)) (|binomThmExpt| (#100=($ $ $ #10#) 192 #46# ELT)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 104 #7# ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#20# 24 T CONST)) (|RittWuCompare| (((|Union| #2# #19#) $ $) 282 T ELT)) (|One| (#20# 46 T CONST)) (|LazardQuotient2| (($ $ $ $ #10#) 231 #7# ELT)) (|LazardQuotient| (#100# 232 #7# ELT)) (D (#71# 56 T ELT) (#70# 55 T ELT) (#91# 54 T ELT) (#47# 50 T ELT)) (= (#1# 8 T ELT)) (/ (#88# 175 (|has| |#1| (|Field|)) ELT)) (- (#8# 30 T ELT) (#12# 29 T ELT)) (+ (#12# 18 T ELT)) (** (($ $ #101=(|PositiveInteger|)) 36 T ELT) (($ $ #10#) 44 T ELT)) (* (($ #101# $) 17 T ELT) (($ #10# $) 21 T ELT) (($ #24# . #102=($)) 31 T ELT) (#12# 35 T ELT) (($ $ #23#) 177 #31# ELT) (($ #23# . #102#) 176 #31# ELT) (($ |#1| . #102#) 166 T ELT) (#88# 165 T ELT)))
(((|RecursivePolynomialCategory| |#1| |#2| |#3|) (|Category|) (|Ring|) (|OrderedAbelianMonoidSup|) (|OrderedSet|)) (T |RecursivePolynomialCategory|))
-((|mvar| (*1 *2 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|OrderedSet|)))) (|mdeg| (*1 *2 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|init| (*1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)))) (|head| (*1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)))) (|tail| (*1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)))) (|deepestTail| (*1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)))) (|iteratedInitials| (*1 *2 *1) (AND (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)))) (|deepestInitial| (*1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)))) (|leadingCoefficient| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|OrderedSet|)))) (|reductum| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|OrderedSet|)))) (|monic?| (*1 *2 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Boolean|)))) (|quasiMonic?| (*1 *2 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Boolean|)))) (|mainMonomial| (*1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)))) (|leastMonomial| (*1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)))) (|mainCoefficients| (*1 *2 *1) (AND (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)))) (|mainMonomials| (*1 *2 *1) (AND (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)))) (|RittWuCompare| (*1 *2 *1 *1) (|partial| AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Boolean|)))) (|infRittWu?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Boolean|)))) (|supRittWu?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Boolean|)))) (|reduced?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Boolean|)))) (|reduced?| (*1 *2 *1 *3) (AND (|isDomain| *3 (|List| *1)) (|ofCategory| *1 (|RecursivePolynomialCategory| *4 *5 *6)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|isDomain| *2 (|Boolean|)))) (|headReduced?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Boolean|)))) (|headReduced?| (*1 *2 *1 *3) (AND (|isDomain| *3 (|List| *1)) (|ofCategory| *1 (|RecursivePolynomialCategory| *4 *5 *6)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|isDomain| *2 (|Boolean|)))) (|initiallyReduced?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Boolean|)))) (|initiallyReduced?| (*1 *2 *1 *3) (AND (|isDomain| *3 (|List| *1)) (|ofCategory| *1 (|RecursivePolynomialCategory| *4 *5 *6)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|isDomain| *2 (|Boolean|)))) (|normalized?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Boolean|)))) (|normalized?| (*1 *2 *1 *3) (AND (|isDomain| *3 (|List| *1)) (|ofCategory| *1 (|RecursivePolynomialCategory| *4 *5 *6)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|isDomain| *2 (|Boolean|)))) (|prem| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)))) (|pquo| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)))) (|prem| (*1 *1 *1 *1 *2) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|OrderedSet|)))) (|pquo| (*1 *1 *1 *1 *2) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|OrderedSet|)))) (|lazyPrem| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)))) (|lazyPquo| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)))) (|lazyPrem| (*1 *1 *1 *1 *2) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|OrderedSet|)))) (|lazyPquo| (*1 *1 *1 *1 *2) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *2 (|OrderedSet|)))) (|lazyPremWithDefault| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Record| (|:| |coef| *1) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| *1))) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)))) (|lazyPremWithDefault| (*1 *2 *1 *1 *3) (AND (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *3 (|OrderedSet|)) (|isDomain| *2 (|Record| (|:| |coef| *1) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| *1))) (|ofCategory| *1 (|RecursivePolynomialCategory| *4 *5 *3)))) (|lazyPseudoDivide| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Record| (|:| |coef| *1) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| *1) (|:| |remainder| *1))) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)))) (|lazyPseudoDivide| (*1 *2 *1 *1 *3) (AND (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *3 (|OrderedSet|)) (|isDomain| *2 (|Record| (|:| |coef| *1) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| *1) (|:| |remainder| *1))) (|ofCategory| *1 (|RecursivePolynomialCategory| *4 *5 *3)))) (|pseudoDivide| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Record| (|:| |quotient| *1) (|:| |remainder| *1))) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)))) (|monicModulo| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)))) (|lazyResidueClass| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Record| (|:| |polnum| *1) (|:| |polden| *1) (|:| |power| (|NonNegativeInteger|)))) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)))) (|headReduce| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)))) (|initiallyReduce| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)))) (|retractIfCan| (*1 *1 *2) (|partial| AND (|isDomain| *2 (|Polynomial| (|Fraction| (|Integer|)))) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|)))) (|ofCategory| *5 (|ConvertibleTo| (|Symbol|))) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)))) (|retract| (*1 *1 *2) (AND (|isDomain| *2 (|Polynomial| (|Fraction| (|Integer|)))) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|)))) (|ofCategory| *5 (|ConvertibleTo| (|Symbol|))) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)))) (|convert| (*1 *1 *2) (AND (|isDomain| *2 (|Polynomial| (|Fraction| (|Integer|)))) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|)))) (|ofCategory| *5 (|ConvertibleTo| (|Symbol|))) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)))) (|retractIfCan| (*1 *1 *2) (|partial| OR (AND #1=(|isDomain| *2 (|Polynomial| (|Integer|))) #2=(|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (AND (|not| (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|))))) (|ofCategory| *3 (|Algebra| (|Integer|))) (|ofCategory| *5 (|ConvertibleTo| (|Symbol|)))) . #3=((|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)))) (AND #1# #2# (AND (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|)))) (|ofCategory| *5 (|ConvertibleTo| (|Symbol|)))) . #3#))) (|retract| (*1 *1 *2) (OR (AND #4=(|isDomain| *2 (|Polynomial| (|Integer|))) #5=(|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (AND (|not| (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|))))) (|ofCategory| *3 (|Algebra| (|Integer|))) (|ofCategory| *5 (|ConvertibleTo| (|Symbol|)))) . #6=((|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)))) (AND #4# #5# (AND (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|)))) (|ofCategory| *5 (|ConvertibleTo| (|Symbol|)))) . #6#))) (|convert| (*1 *1 *2) (OR (AND #7=(|isDomain| *2 (|Polynomial| (|Integer|))) #8=(|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (AND (|not| (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|))))) (|ofCategory| *3 (|Algebra| (|Integer|))) (|ofCategory| *5 (|ConvertibleTo| (|Symbol|)))) . #9=((|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)))) (AND #7# #8# (AND (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|)))) (|ofCategory| *5 (|ConvertibleTo| (|Symbol|)))) . #9#))) (|retractIfCan| (*1 *1 *2) (|partial| OR (AND #10=(|isDomain| *2 (|Polynomial| *3)) (AND (|not| (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|))))) (|not| (|ofCategory| *3 (|Algebra| (|Integer|)))) (|ofCategory| *5 (|ConvertibleTo| (|Symbol|)))) . #11=((|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)))) (AND #10# (AND (|not| (|ofCategory| *3 (|IntegerNumberSystem|))) (|not| (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|))))) (|ofCategory| *3 (|Algebra| (|Integer|))) (|ofCategory| *5 (|ConvertibleTo| (|Symbol|)))) . #11#) (AND #10# (AND (|not| (|ofCategory| *3 (|QuotientFieldCategory| (|Integer|)))) (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|)))) (|ofCategory| *5 (|ConvertibleTo| (|Symbol|)))) . #11#))) (|retract| (*1 *1 *2) (OR (AND #12=(|isDomain| *2 (|Polynomial| *3)) (AND (|not| (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|))))) (|not| (|ofCategory| *3 (|Algebra| (|Integer|)))) (|ofCategory| *5 (|ConvertibleTo| (|Symbol|)))) . #13=((|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)))) (AND #12# (AND (|not| (|ofCategory| *3 (|IntegerNumberSystem|))) (|not| (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|))))) (|ofCategory| *3 (|Algebra| (|Integer|))) (|ofCategory| *5 (|ConvertibleTo| (|Symbol|)))) . #13#) (AND #12# (AND (|not| (|ofCategory| *3 (|QuotientFieldCategory| (|Integer|)))) (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|)))) (|ofCategory| *5 (|ConvertibleTo| (|Symbol|)))) . #13#))) (|convert| (*1 *1 *2) (AND (|isDomain| *2 (|Polynomial| *3)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *5 (|ConvertibleTo| (|Symbol|))) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)))) (|primPartElseUnitCanonical| (*1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|IntegralDomain|)))) (|primPartElseUnitCanonical!| (*1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|IntegralDomain|)))) (|exactQuotient| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|IntegralDomain|)))) (|exactQuotient!| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|IntegralDomain|)))) (|exactQuotient| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|IntegralDomain|)))) (|exactQuotient!| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|IntegralDomain|)))) (|subResultantGcd| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|IntegralDomain|)))) (|extendedSubResultantGcd| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Record| (|:| |gcd| *1) (|:| |coef1| *1) (|:| |coef2| *1))) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)))) (|halfExtendedSubResultantGcd1| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Record| (|:| |gcd| *1) (|:| |coef1| *1))) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)))) (|halfExtendedSubResultantGcd2| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|Record| (|:| |gcd| *1) (|:| |coef2| *1))) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)))) (|resultant| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|IntegralDomain|)))) (|subResultantChain| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)))) (|lastSubResultant| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|IntegralDomain|)))) (|LazardQuotient| (*1 *1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *3 (|IntegralDomain|)))) (|LazardQuotient2| (*1 *1 *1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *3 (|IntegralDomain|)))) (|nextsubResultant2| (*1 *1 *1 *1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|IntegralDomain|)))) (|gcd| (*1 *2 *2 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|GcdDomain|)))) (|primitivePart!| (*1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|GcdDomain|)))) (|mainContent| (*1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|GcdDomain|)))) (|mainPrimitivePart| (*1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|GcdDomain|)))) (|mainSquareFreePart| (*1 *1 *1) (AND (|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|GcdDomain|)))))
-(|Join| (|PolynomialCategory| |t#1| |t#2| |t#3|) (CATEGORY |domain| (SIGNATURE |mvar| (|t#3| $)) (SIGNATURE |mdeg| ((|NonNegativeInteger|) $)) (SIGNATURE |init| ($ $)) (SIGNATURE |head| ($ $)) (SIGNATURE |tail| ($ $)) (SIGNATURE |deepestTail| ($ $)) (SIGNATURE |iteratedInitials| ((|List| $) $)) (SIGNATURE |deepestInitial| ($ $)) (SIGNATURE |leadingCoefficient| ($ $ |t#3|)) (SIGNATURE |reductum| ($ $ |t#3|)) (SIGNATURE |monic?| ((|Boolean|) $)) (SIGNATURE |quasiMonic?| ((|Boolean|) $)) (SIGNATURE |mainMonomial| ($ $)) (SIGNATURE |leastMonomial| ($ $)) (SIGNATURE |mainCoefficients| ((|List| $) $)) (SIGNATURE |mainMonomials| ((|List| $) $)) (SIGNATURE |RittWuCompare| ((|Union| (|Boolean|) "failed") $ $)) (SIGNATURE |infRittWu?| ((|Boolean|) $ $)) (SIGNATURE |supRittWu?| ((|Boolean|) $ $)) (SIGNATURE |reduced?| ((|Boolean|) $ $)) (SIGNATURE |reduced?| ((|Boolean|) $ (|List| $))) (SIGNATURE |headReduced?| ((|Boolean|) $ $)) (SIGNATURE |headReduced?| ((|Boolean|) $ (|List| $))) (SIGNATURE |initiallyReduced?| ((|Boolean|) $ $)) (SIGNATURE |initiallyReduced?| ((|Boolean|) $ (|List| $))) (SIGNATURE |normalized?| ((|Boolean|) $ $)) (SIGNATURE |normalized?| ((|Boolean|) $ (|List| $))) (SIGNATURE |prem| ($ $ $)) (SIGNATURE |pquo| ($ $ $)) (SIGNATURE |prem| ($ $ $ |t#3|)) (SIGNATURE |pquo| ($ $ $ |t#3|)) (SIGNATURE |lazyPrem| ($ $ $)) (SIGNATURE |lazyPquo| ($ $ $)) (SIGNATURE |lazyPrem| ($ $ $ |t#3|)) (SIGNATURE |lazyPquo| ($ $ $ |t#3|)) (SIGNATURE |lazyPremWithDefault| ((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| $)) $ $)) (SIGNATURE |lazyPremWithDefault| ((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| $)) $ $ |t#3|)) (SIGNATURE |lazyPseudoDivide| ((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $)) (SIGNATURE |lazyPseudoDivide| ((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $ |t#3|)) (SIGNATURE |pseudoDivide| ((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $)) (SIGNATURE |monicModulo| ($ $ $)) (SIGNATURE |lazyResidueClass| ((|Record| (|:| |polnum| $) (|:| |polden| $) (|:| |power| (|NonNegativeInteger|))) $ $)) (SIGNATURE |headReduce| ($ $ $)) (SIGNATURE |initiallyReduce| ($ $ $)) (IF (|has| |t#3| (|ConvertibleTo| (|Symbol|))) (PROGN (ATTRIBUTE (|CoercibleTo| (|Polynomial| |t#1|))) (ATTRIBUTE (|ConvertibleTo| (|Polynomial| |t#1|))) (IF (|has| |t#1| (|Algebra| (|Fraction| (|Integer|)))) (PROGN (SIGNATURE |retractIfCan| ((|Union| $ "failed") (|Polynomial| (|Fraction| (|Integer|))))) (SIGNATURE |retract| ($ (|Polynomial| (|Fraction| (|Integer|))))) (SIGNATURE |convert| ($ (|Polynomial| (|Fraction| (|Integer|))))) (SIGNATURE |retractIfCan| ((|Union| $ "failed") (|Polynomial| (|Integer|)))) (SIGNATURE |retract| ($ (|Polynomial| (|Integer|)))) (SIGNATURE |convert| ($ (|Polynomial| (|Integer|)))) (IF (|has| |t#1| (|QuotientFieldCategory| (|Integer|))) |%noBranch| (PROGN (SIGNATURE |retractIfCan| ((|Union| $ "failed") (|Polynomial| |t#1|))) (SIGNATURE |retract| ($ (|Polynomial| |t#1|)))))) |%noBranch|) (IF (|has| |t#1| (|Algebra| (|Integer|))) (IF (|has| |t#1| (|Algebra| (|Fraction| (|Integer|)))) |%noBranch| (PROGN (SIGNATURE |retractIfCan| ((|Union| $ "failed") (|Polynomial| (|Integer|)))) (SIGNATURE |retract| ($ (|Polynomial| (|Integer|)))) (SIGNATURE |convert| ($ (|Polynomial| (|Integer|)))) (IF (|has| |t#1| (|IntegerNumberSystem|)) |%noBranch| (PROGN (SIGNATURE |retractIfCan| ((|Union| $ "failed") (|Polynomial| |t#1|))) (SIGNATURE |retract| ($ (|Polynomial| |t#1|))))))) |%noBranch|) (IF (|has| |t#1| (|Algebra| (|Integer|))) |%noBranch| (IF (|has| |t#1| (|Algebra| (|Fraction| (|Integer|)))) |%noBranch| (PROGN (SIGNATURE |retractIfCan| ((|Union| $ "failed") (|Polynomial| |t#1|))) (SIGNATURE |retract| ($ (|Polynomial| |t#1|)))))) (SIGNATURE |convert| ($ (|Polynomial| |t#1|))) (IF (|has| |t#1| (|RetractableTo| (|Integer|))) (ATTRIBUTE (|ConvertibleTo| (|String|))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (|IntegralDomain|)) (PROGN (SIGNATURE |primPartElseUnitCanonical| ($ $)) (SIGNATURE |primPartElseUnitCanonical!| ($ $)) (SIGNATURE |exactQuotient| ($ $ |t#1|)) (SIGNATURE |exactQuotient!| ($ $ |t#1|)) (SIGNATURE |exactQuotient| ($ $ $)) (SIGNATURE |exactQuotient!| ($ $ $)) (SIGNATURE |subResultantGcd| ($ $ $)) (SIGNATURE |extendedSubResultantGcd| ((|Record| (|:| |gcd| $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (SIGNATURE |halfExtendedSubResultantGcd1| ((|Record| (|:| |gcd| $) (|:| |coef1| $)) $ $)) (SIGNATURE |halfExtendedSubResultantGcd2| ((|Record| (|:| |gcd| $) (|:| |coef2| $)) $ $)) (SIGNATURE |resultant| ($ $ $)) (SIGNATURE |subResultantChain| ((|List| $) $ $)) (SIGNATURE |lastSubResultant| ($ $ $)) (SIGNATURE |LazardQuotient| ($ $ $ (|NonNegativeInteger|))) (SIGNATURE |LazardQuotient2| ($ $ $ $ (|NonNegativeInteger|))) (SIGNATURE |nextsubResultant2| ($ $ $ $ $))) |%noBranch|) (IF (|has| |t#1| (|GcdDomain|)) (PROGN (SIGNATURE |gcd| (|t#1| |t#1| $)) (SIGNATURE |primitivePart!| ($ $)) (SIGNATURE |mainContent| ($ $)) (SIGNATURE |mainPrimitivePart| ($ $)) (SIGNATURE |mainSquareFreePart| ($ $))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| |#2|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|CommutativeRing|))) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) OR (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| |#3|) . T) ((|CoercibleFrom| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|CoercibleTo| (|OutputForm|)) . T) ((|CoercibleTo| (|Polynomial| |#1|)) |has| |#3| (|ConvertibleTo| (|Symbol|))) ((|CommutativeRing|) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|CommutativeRing|))) ((|ConvertibleTo| (|InputForm|)) AND (|has| |#1| (|ConvertibleTo| (|InputForm|))) (|has| |#3| (|ConvertibleTo| (|InputForm|)))) ((|ConvertibleTo| (|Pattern| (|Float|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (|has| |#3| (|ConvertibleTo| (|Pattern| (|Float|))))) ((|ConvertibleTo| (|Pattern| (|Integer|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Pattern| (|Integer|))))) ((|ConvertibleTo| (|Polynomial| |#1|)) |has| |#3| (|ConvertibleTo| (|Symbol|))) ((|ConvertibleTo| (|String|)) AND (|has| |#1| (|RetractableTo| (|Integer|))) (|has| |#3| (|ConvertibleTo| (|Symbol|)))) ((|EntireRing|) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|Evalable| $) . T) ((|FiniteAbelianMonoidRing| |#1| |#2|) . T) ((|FullyLinearlyExplicitRingOver| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|Functorial| |#1|) . T) ((|GcdDomain|) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|GcdDomain|))) ((|InnerEvalable| |#3| |#1|) . T) ((|InnerEvalable| |#3| $) . T) ((|InnerEvalable| $ $) . T) ((|IntegralDomain|) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|Join|) . T) ((|LeftLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| #2=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|LinearlyExplicitRingOver| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|Module| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|))) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ |#3|) . T) ((|PartialDifferentialRing| |#3|) . T) ((|PartialDifferentialSpace| |#3|) . T) ((|PatternMatchable| (|Float|)) AND (|has| |#1| (|PatternMatchable| (|Float|))) (|has| |#3| (|PatternMatchable| (|Float|)))) ((|PatternMatchable| (|Integer|)) AND (|has| |#1| (|PatternMatchable| (|Integer|))) (|has| |#3| (|PatternMatchable| (|Integer|)))) ((|PolynomialCategory| |#1| |#2| |#3|) . T) ((|PolynomialFactorizationExplicit|) |has| |#1| (|PolynomialFactorizationExplicit|)) ((|RetractableTo| (|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| (|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RetractableTo| |#3|) . T) ((|RightLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|CommutativeRing|))) ((|RightModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|CommutativeRing|))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|PolynomialFactorizationExplicit|)))
+((|mvar| #1=(*1 *2 *1) #2=(AND (|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *2)) #3=(|ofCategory| *3 #4=(|Ring|)) #5=(|ofCategory| *4 #6=(|OrderedAbelianMonoidSup|)) (|ofCategory| *2 #7=(|OrderedSet|)))) (|mdeg| #1# (AND #8=(|ofCategory| *1 (|RecursivePolynomialCategory| *3 *4 *5)) #3# #5# #9=(|ofCategory| *5 #7#) #10=(|isDomain| *2 #11=(|NonNegativeInteger|)))) (|init| #12=(*1 *1 *1) #13=(AND #14=(|ofCategory| *1 (|RecursivePolynomialCategory| *2 *3 *4)) #15=(|ofCategory| *2 #4#) #16=(|ofCategory| *3 #6#) #17=(|ofCategory| *4 #7#))) (|head| #12# #13#) (|tail| #12# #13#) (|deepestTail| #12# #13#) (|iteratedInitials| #1# #18=(AND #3# #5# #9# #19=(|isDomain| *2 #20=(|List| *1)) #8#)) (|deepestInitial| #12# #13#) (|leadingCoefficient| #21=(*1 *1 *1 *2) #2#) (|reductum| #21# #2#) (|monic?| #1# #22=(AND #8# #3# #5# #9# #23=(|isDomain| *2 (|Boolean|)))) (|quasiMonic?| #1# #22#) (|mainMonomial| #12# #13#) (|leastMonomial| #12# #13#) (|mainCoefficients| #1# #18#) (|mainMonomials| #1# #18#) (|RittWuCompare| #24=(*1 *2 *1 *1) (|partial| AND #8# #3# #5# #9# #23#)) (|infRittWu?| #24# #22#) (|supRittWu?| #24# #22#) (|reduced?| #24# #22#) (|reduced?| #25=(*1 *2 *1 *3) #26=(AND (|isDomain| *3 #20#) (|ofCategory| *1 (|RecursivePolynomialCategory| *4 *5 *6)) #27=(|ofCategory| *4 #4#) #28=(|ofCategory| *5 #6#) (|ofCategory| *6 #7#) #23#)) (|headReduced?| #24# #22#) (|headReduced?| #25# #26#) (|initiallyReduced?| #24# #22#) (|initiallyReduced?| #25# #26#) (|normalized?| #24# #22#) (|normalized?| #25# #26#) (|prem| #29=(*1 *1 *1 *1) #13#) (|pquo| #29# #13#) (|prem| #30=(*1 *1 *1 *1 *2) #2#) (|pquo| #30# #2#) (|lazyPrem| #29# #13#) (|lazyPquo| #29# #13#) (|lazyPrem| #30# #2#) (|lazyPquo| #30# #2#) (|lazyPremWithDefault| #24# (AND #3# #5# #9# #31=(|isDomain| *2 (|Record| #32=(|:| |coef| *1) #33=(|:| |gap| #11#) #34=(|:| |remainder| *1))) #8#)) (|lazyPremWithDefault| #35=(*1 *2 *1 *1 *3) (AND #27# #28# #36=(|ofCategory| *3 #7#) #31# #37=(|ofCategory| *1 (|RecursivePolynomialCategory| *4 *5 *3)))) (|lazyPseudoDivide| #24# (AND #3# #5# #9# #38=(|isDomain| *2 (|Record| #32# #33# #39=(|:| |quotient| *1) #34#)) #8#)) (|lazyPseudoDivide| #35# (AND #27# #28# #36# #38# #37#)) (|pseudoDivide| #24# (AND #3# #5# #9# (|isDomain| *2 (|Record| #39# #34#)) #8#)) (|monicModulo| #29# #13#) (|lazyResidueClass| #24# (AND #3# #5# #9# (|isDomain| *2 (|Record| (|:| |polnum| *1) (|:| |polden| *1) (|:| |power| #11#))) #8#)) (|headReduce| #29# #13#) (|initiallyReduce| #29# #13#) (|retractIfCan| #40=(*1 *1 *2) (|partial| AND #41=(|isDomain| *2 (|Polynomial| #42=(|Fraction| #43=(|Integer|)))) #8# #44=(|ofCategory| *3 (|Algebra| #42#)) #45=(|ofCategory| *5 (|ConvertibleTo| (|Symbol|))) #3# #5# #9#)) (|retract| #40# #46=(AND #41# #8# #44# #45# #3# #5# #9#)) (|convert| #40# #46#) (|retractIfCan| #40# (|partial| OR #47=(AND #48=(|isDomain| *2 (|Polynomial| #43#)) #8# (AND #49=(|not| #44#) #50=(|ofCategory| *3 (|Algebra| #43#)) #45#) . #51=(#3# #5# #9#)) #52=(AND #48# #8# (AND #44# #45#) . #51#))) (|retract| #40# #53=(OR #47# #52#)) (|convert| #40# #53#) (|retractIfCan| #40# (|partial| OR #54=(AND #55=(|isDomain| *2 (|Polynomial| *3)) (AND #49# (|not| #50#) #45#) . #56=(#3# #8# #5# #9#)) #57=(AND #55# (AND (|not| (|ofCategory| *3 (|IntegerNumberSystem|))) #49# #50# #45#) . #56#) #58=(AND #55# (AND (|not| (|ofCategory| *3 (|QuotientFieldCategory| #43#))) #44# #45#) . #56#))) (|retract| #40# (OR #54# #57# #58#)) (|convert| #40# (AND #55# #3# #8# #45# #5# #9#)) (|primPartElseUnitCanonical| #12# #59=(AND #14# #15# #16# #17# (|ofCategory| *2 #60=(|IntegralDomain|)))) (|primPartElseUnitCanonical!| #12# #59#) (|exactQuotient| #21# #59#) (|exactQuotient!| #21# #59#) (|exactQuotient| #29# #59#) (|exactQuotient!| #29# #59#) (|subResultantGcd| #29# #59#) (|extendedSubResultantGcd| #24# (AND #61=(|ofCategory| *3 #60#) #3# #5# #9# (|isDomain| *2 (|Record| #62=(|:| |gcd| *1) #63=(|:| |coef1| *1) #64=(|:| |coef2| *1))) #8#)) (|halfExtendedSubResultantGcd1| #24# (AND #61# #3# #5# #9# (|isDomain| *2 (|Record| #62# #63#)) #8#)) (|halfExtendedSubResultantGcd2| #24# (AND #61# #3# #5# #9# (|isDomain| *2 (|Record| #62# #64#)) #8#)) (|resultant| #29# #59#) (|subResultantChain| #24# (AND #61# #3# #5# #9# #19# #8#)) (|lastSubResultant| #29# #59#) (|LazardQuotient| #30# #65=(AND #10# #8# #3# #5# #9# #61#)) (|LazardQuotient2| (*1 *1 *1 *1 *1 *2) #65#) (|nextsubResultant2| (*1 *1 *1 *1 *1 *1) #59#) (|gcd| (*1 *2 *2 *1) #66=(AND #14# #15# #16# #17# (|ofCategory| *2 (|GcdDomain|)))) (|primitivePart!| #12# #66#) (|mainContent| #12# #66#) (|mainPrimitivePart| #12# #66#) (|mainSquareFreePart| #12# #66#))
+(|Join| (|PolynomialCategory| |t#1| |t#2| |t#3|) (CATEGORY |domain| (SIGNATURE |mvar| (|t#3| $)) (SIGNATURE |mdeg| (#1=(|NonNegativeInteger|) $)) (SIGNATURE |init| #2=($ $)) (SIGNATURE |head| #2#) (SIGNATURE |tail| #2#) (SIGNATURE |deepestTail| #2#) (SIGNATURE |iteratedInitials| #3=(#4=(|List| $) $)) (SIGNATURE |deepestInitial| #2#) (SIGNATURE |leadingCoefficient| #5=($ $ |t#3|)) (SIGNATURE |reductum| #5#) (SIGNATURE |monic?| #6=(#7=(|Boolean|) $)) (SIGNATURE |quasiMonic?| #6#) (SIGNATURE |mainMonomial| #2#) (SIGNATURE |leastMonomial| #2#) (SIGNATURE |mainCoefficients| #3#) (SIGNATURE |mainMonomials| #3#) (SIGNATURE |RittWuCompare| ((|Union| #7# #8="failed") $ $)) (SIGNATURE |infRittWu?| #9=(#7# $ $)) (SIGNATURE |supRittWu?| #9#) (SIGNATURE |reduced?| #9#) (SIGNATURE |reduced?| #10=(#7# $ #4#)) (SIGNATURE |headReduced?| #9#) (SIGNATURE |headReduced?| #10#) (SIGNATURE |initiallyReduced?| #9#) (SIGNATURE |initiallyReduced?| #10#) (SIGNATURE |normalized?| #9#) (SIGNATURE |normalized?| #10#) (SIGNATURE |prem| #11=($ $ $)) (SIGNATURE |pquo| #11#) (SIGNATURE |prem| #12=($ $ $ |t#3|)) (SIGNATURE |pquo| #12#) (SIGNATURE |lazyPrem| #11#) (SIGNATURE |lazyPquo| #11#) (SIGNATURE |lazyPrem| #12#) (SIGNATURE |lazyPquo| #12#) (SIGNATURE |lazyPremWithDefault| (#13=(|Record| #14=(|:| |coef| $) #15=(|:| |gap| #1#) #16=(|:| |remainder| $)) $ $)) (SIGNATURE |lazyPremWithDefault| (#13# $ $ |t#3|)) (SIGNATURE |lazyPseudoDivide| (#17=(|Record| #14# #15# #18=(|:| |quotient| $) #16#) $ $)) (SIGNATURE |lazyPseudoDivide| (#17# $ $ |t#3|)) (SIGNATURE |pseudoDivide| ((|Record| #18# #16#) $ $)) (SIGNATURE |monicModulo| #11#) (SIGNATURE |lazyResidueClass| ((|Record| (|:| |polnum| $) (|:| |polden| $) (|:| |power| #1#)) $ $)) (SIGNATURE |headReduce| #11#) (SIGNATURE |initiallyReduce| #11#) (IF (|has| |t#3| (|ConvertibleTo| (|Symbol|))) (PROGN (ATTRIBUTE (|CoercibleTo| #19=(|Polynomial| |t#1|))) (ATTRIBUTE (|ConvertibleTo| #19#)) (IF #20=(|has| |t#1| (|Algebra| #21=(|Fraction| #22=(|Integer|)))) (PROGN (SIGNATURE |retractIfCan| (#23=(|Union| $ #8#) #24=(|Polynomial| #21#))) (SIGNATURE |retract| #25=($ #24#)) (SIGNATURE |convert| #25#) #26=(SIGNATURE |retractIfCan| (#23# #27=(|Polynomial| #22#))) #28=(SIGNATURE |retract| #29=($ #27#)) #30=(SIGNATURE |convert| #29#) (IF (|has| |t#1| (|QuotientFieldCategory| #22#)) |%noBranch| #31=(PROGN (SIGNATURE |retractIfCan| (#23# #19#)) (SIGNATURE |retract| #32=($ #19#))))) |%noBranch|) (IF #33=(|has| |t#1| (|Algebra| #22#)) (IF #20# |%noBranch| (PROGN #26# #28# #30# (IF (|has| |t#1| (|IntegerNumberSystem|)) |%noBranch| #31#))) |%noBranch|) (IF #33# |%noBranch| (IF #20# |%noBranch| #31#)) (SIGNATURE |convert| #32#) (IF (|has| |t#1| (|RetractableTo| #22#)) (ATTRIBUTE (|ConvertibleTo| (|String|))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (|IntegralDomain|)) (PROGN (SIGNATURE |primPartElseUnitCanonical| #2#) (SIGNATURE |primPartElseUnitCanonical!| #2#) (SIGNATURE |exactQuotient| #34=($ $ |t#1|)) (SIGNATURE |exactQuotient!| #34#) (SIGNATURE |exactQuotient| #11#) (SIGNATURE |exactQuotient!| #11#) (SIGNATURE |subResultantGcd| #11#) (SIGNATURE |extendedSubResultantGcd| ((|Record| #35=(|:| |gcd| $) #36=(|:| |coef1| $) #37=(|:| |coef2| $)) $ $)) (SIGNATURE |halfExtendedSubResultantGcd1| ((|Record| #35# #36#) $ $)) (SIGNATURE |halfExtendedSubResultantGcd2| ((|Record| #35# #37#) $ $)) (SIGNATURE |resultant| #11#) (SIGNATURE |subResultantChain| (#4# $ $)) (SIGNATURE |lastSubResultant| #11#) (SIGNATURE |LazardQuotient| ($ $ $ #1#)) (SIGNATURE |LazardQuotient2| ($ $ $ $ #1#)) (SIGNATURE |nextsubResultant2| ($ $ $ $ $))) |%noBranch|) (IF (|has| |t#1| (|GcdDomain|)) (PROGN (SIGNATURE |gcd| (|t#1| |t#1| $)) (SIGNATURE |primitivePart!| #2#) (SIGNATURE |mainContent| #2#) (SIGNATURE |mainPrimitivePart| #2#) (SIGNATURE |mainSquareFreePart| #2#)) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| |#2|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) |has| |#1| (|CommutativeRing|)) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| |#3|) . T) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CoercibleTo| #3=(|Polynomial| |#1|)) |has| |#3| (|ConvertibleTo| (|Symbol|))) ((|CommutativeRing|) |has| |#1| (|CommutativeRing|)) ((|ConvertibleTo| (|InputForm|)) AND (|has| |#1| (|ConvertibleTo| (|InputForm|))) (|has| |#3| (|ConvertibleTo| (|InputForm|)))) ((|ConvertibleTo| (|Pattern| #4=(|Float|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (|has| |#3| (|ConvertibleTo| (|Pattern| (|Float|))))) ((|ConvertibleTo| (|Pattern| #2#)) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (|has| |#3| (|ConvertibleTo| (|Pattern| (|Integer|))))) ((|ConvertibleTo| #3#) |has| |#3| (|ConvertibleTo| (|Symbol|))) ((|ConvertibleTo| (|String|)) AND (|has| |#1| (|RetractableTo| (|Integer|))) (|has| |#3| (|ConvertibleTo| (|Symbol|)))) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|Evalable| $) . T) ((|FiniteAbelianMonoidRing| |#1| |#2|) . T) ((|FullyLinearlyExplicitRingOver| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|Functorial| |#1|) . T) ((|GcdDomain|) |has| |#1| (|GcdDomain|)) ((|InnerEvalable| |#3| |#1|) . T) ((|InnerEvalable| |#3| $) . T) ((|InnerEvalable| $ $) . T) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|LeftLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|LinearlyExplicitRingOver| #2#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|Module| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ |#3|) . T) ((|PartialDifferentialRing| |#3|) . T) ((|PartialDifferentialSpace| |#3|) . T) ((|PatternMatchable| #4#) AND (|has| |#1| (|PatternMatchable| (|Float|))) (|has| |#3| (|PatternMatchable| (|Float|)))) ((|PatternMatchable| #2#) AND (|has| |#1| (|PatternMatchable| (|Integer|))) (|has| |#3| (|PatternMatchable| (|Integer|)))) ((|PolynomialCategory| |#1| |#2| |#3|) . T) ((|PolynomialFactorizationExplicit|) |has| |#1| (|PolynomialFactorizationExplicit|)) ((|RetractableTo| #1#) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| #2#) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#1|) . T) ((|RetractableTo| |#3|) . T) ((|RightLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) |has| |#1| (|CommutativeRing|)) ((|RightModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) |has| |#1| (|CommutativeRing|)) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|PolynomialFactorizationExplicit|)))
((~= #1=(((|Boolean|) $ $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|iterators| (((|List| #2=(|SpadAst|)) $) 18 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|coerce| (((|OutputForm|) $) 27 T ELT) (($ #3=(|Syntax|)) NIL T ELT) ((#3# $) NIL T ELT)) (|body| ((#2# $) 20 T ELT)) (|before?| #1#) (= #1#))
(((|RepeatAst|) (|Join| (|SpadSyntaxCategory|) (CATEGORY |domain| (SIGNATURE |iterators| ((|List| #1=(|SpadAst|)) $)) (SIGNATURE |body| (#1# $))))) (T |RepeatAst|))
((|iterators| #1=(*1 *2 *1) (AND (|isDomain| *2 (|List| #2=(|SpadAst|))) #3=(|isDomain| *1 (|RepeatAst|)))) (|body| #1# (AND (|isDomain| *2 #2#) #3#)))
((|zero?| (#1=((|Boolean|) |#3| $) 15 T ELT)) (|rootOf| (((|Union| $ #2="failed") |#3| (|PositiveInteger|)) 29 T ELT)) (|recip| (((|Union| |#3| #2#) |#3| $) 45 T ELT)) (|positive?| (#1# 19 T ELT)) (|negative?| (#1# 17 T ELT)))
(((|RealRootCharacterizationCategory&| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |rootOf| ((|Union| |#1| #1="failed") |#3| (|PositiveInteger|))) (SIGNATURE |recip| ((|Union| |#3| #1#) |#3| |#1|)) (SIGNATURE |positive?| #2=((|Boolean|) |#3| |#1|)) (SIGNATURE |negative?| #2#) (SIGNATURE |zero?| #2#)) (|RealRootCharacterizationCategory| |#2| |#3|) (|Join| (|OrderedRing|) (|Field|)) (|UnivariatePolynomialCategory| |#2|)) (T |RealRootCharacterizationCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| (((|Boolean|) |#2| $) 25 T ELT)) (|sign| (((|Integer|) |#2| $) 26 T ELT)) (|rootOf| (((|Union| $ "failed") |#2| (|PositiveInteger|)) 19 T ELT)) (|relativeApprox| ((|#1| |#2| $ |#1|) 17 T ELT)) (|recip| (((|Union| |#2| "failed") |#2| $) 22 T ELT)) (|positive?| (((|Boolean|) |#2| $) 23 T ELT)) (|negative?| (((|Boolean|) |#2| $) 24 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|definingPolynomial| ((|#2| $) 21 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|approximate| ((|#1| |#2| $ |#1|) 18 T ELT)) (|allRootsOf| (((|List| $) |#2|) 20 T ELT)) (= (#1# 8 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# |#2| $) 25 T ELT)) (|sign| (((|Integer|) |#2| $) 26 T ELT)) (|rootOf| (((|Union| $ #4="failed") |#2| (|PositiveInteger|)) 19 T ELT)) (|relativeApprox| (#5=(|#1| |#2| $ |#1|) 17 T ELT)) (|recip| (((|Union| |#2| #4#) |#2| $) 22 T ELT)) (|positive?| (#3# 23 T ELT)) (|negative?| (#3# 24 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|definingPolynomial| ((|#2| $) 21 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|approximate| (#5# 18 T ELT)) (|allRootsOf| (((|List| $) |#2|) 20 T ELT)) (= (#1# 8 T ELT)))
(((|RealRootCharacterizationCategory| |#1| |#2|) (|Category|) (|Join| (|OrderedRing|) (|Field|)) (|UnivariatePolynomialCategory| |t#1|)) (T |RealRootCharacterizationCategory|))
-((|sign| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|RealRootCharacterizationCategory| *4 *3)) (|ofCategory| *4 (|Join| (|OrderedRing|) (|Field|))) (|ofCategory| *3 (|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|Integer|)))) (|zero?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|RealRootCharacterizationCategory| *4 *3)) (|ofCategory| *4 (|Join| (|OrderedRing|) (|Field|))) (|ofCategory| *3 (|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|Boolean|)))) (|negative?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|RealRootCharacterizationCategory| *4 *3)) (|ofCategory| *4 (|Join| (|OrderedRing|) (|Field|))) (|ofCategory| *3 (|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|Boolean|)))) (|positive?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|RealRootCharacterizationCategory| *4 *3)) (|ofCategory| *4 (|Join| (|OrderedRing|) (|Field|))) (|ofCategory| *3 (|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|Boolean|)))) (|recip| (*1 *2 *2 *1) (|partial| AND (|ofCategory| *1 (|RealRootCharacterizationCategory| *3 *2)) (|ofCategory| *3 (|Join| (|OrderedRing|) (|Field|))) (|ofCategory| *2 (|UnivariatePolynomialCategory| *3)))) (|definingPolynomial| (*1 *2 *1) (AND (|ofCategory| *1 (|RealRootCharacterizationCategory| *3 *2)) (|ofCategory| *3 (|Join| (|OrderedRing|) (|Field|))) (|ofCategory| *2 (|UnivariatePolynomialCategory| *3)))) (|allRootsOf| (*1 *2 *3) (AND (|ofCategory| *4 (|Join| (|OrderedRing|) (|Field|))) (|ofCategory| *3 (|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RealRootCharacterizationCategory| *4 *3)))) (|rootOf| (*1 *1 *2 *3) (|partial| AND (|isDomain| *3 (|PositiveInteger|)) (|ofCategory| *4 (|Join| (|OrderedRing|) (|Field|))) (|ofCategory| *1 (|RealRootCharacterizationCategory| *4 *2)) (|ofCategory| *2 (|UnivariatePolynomialCategory| *4)))) (|approximate| (*1 *2 *3 *1 *2) (AND (|ofCategory| *1 (|RealRootCharacterizationCategory| *2 *3)) (|ofCategory| *2 (|Join| (|OrderedRing|) (|Field|))) (|ofCategory| *3 (|UnivariatePolynomialCategory| *2)))) (|relativeApprox| (*1 *2 *3 *1 *2) (AND (|ofCategory| *1 (|RealRootCharacterizationCategory| *2 *3)) (|ofCategory| *2 (|Join| (|OrderedRing|) (|Field|))) (|ofCategory| *3 (|UnivariatePolynomialCategory| *2)))))
-(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |sign| ((|Integer|) |t#2| $)) (SIGNATURE |zero?| ((|Boolean|) |t#2| $)) (SIGNATURE |negative?| ((|Boolean|) |t#2| $)) (SIGNATURE |positive?| ((|Boolean|) |t#2| $)) (SIGNATURE |recip| ((|Union| |t#2| "failed") |t#2| $)) (SIGNATURE |definingPolynomial| (|t#2| $)) (SIGNATURE |allRootsOf| ((|List| $) |t#2|)) (SIGNATURE |rootOf| ((|Union| $ "failed") |t#2| (|PositiveInteger|))) (SIGNATURE |approximate| (|t#1| |t#2| $ |t#1|)) (SIGNATURE |relativeApprox| (|t#1| |t#2| $ |t#1|))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|sign| #1=(*1 *2 *3 *1) (AND #2=(|ofCategory| *1 (|RealRootCharacterizationCategory| *4 *3)) #3=(|ofCategory| *4 #4=(|Join| (|OrderedRing|) (|Field|))) #5=(|ofCategory| *3 #6=(|UnivariatePolynomialCategory| *4)) (|isDomain| *2 (|Integer|)))) (|zero?| #1# #7=(AND #2# #3# #5# (|isDomain| *2 (|Boolean|)))) (|negative?| #1# #7#) (|positive?| #1# #7#) (|recip| (*1 *2 *2 *1) (|partial| AND #8=(|ofCategory| *1 (|RealRootCharacterizationCategory| *3 *2)) #9=(|ofCategory| *3 #4#) #10=(|ofCategory| *2 (|UnivariatePolynomialCategory| *3)))) (|definingPolynomial| (*1 *2 *1) (AND #8# #9# #10#)) (|allRootsOf| (*1 *2 *3) (AND #3# #5# (|isDomain| *2 (|List| *1)) #2#)) (|rootOf| (*1 *1 *2 *3) (|partial| AND (|isDomain| *3 (|PositiveInteger|)) #3# (|ofCategory| *1 (|RealRootCharacterizationCategory| *4 *2)) (|ofCategory| *2 #6#))) (|approximate| #11=(*1 *2 *3 *1 *2) #12=(AND (|ofCategory| *1 (|RealRootCharacterizationCategory| *2 *3)) (|ofCategory| *2 #4#) (|ofCategory| *3 (|UnivariatePolynomialCategory| *2)))) (|relativeApprox| #11# #12#))
+(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |sign| ((|Integer|) |t#2| $)) (SIGNATURE |zero?| #1=((|Boolean|) |t#2| $)) (SIGNATURE |negative?| #1#) (SIGNATURE |positive?| #1#) (SIGNATURE |recip| ((|Union| |t#2| #2="failed") |t#2| $)) (SIGNATURE |definingPolynomial| (|t#2| $)) (SIGNATURE |allRootsOf| ((|List| $) |t#2|)) (SIGNATURE |rootOf| ((|Union| $ #2#) |t#2| (|PositiveInteger|))) (SIGNATURE |approximate| #3=(|t#1| |t#2| $ |t#1|)) (SIGNATURE |relativeApprox| #3#)))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|upDateBranches| ((#1=(|List| #2=(|Record| (|:| |val| #3=(|List| |#4|)) (|:| |tower| |#5|))) #3# #4=(|List| |#5|) #1# #5=(|Record| (|:| |done| #4#) (|:| |todo| #1#)) #6=(|NonNegativeInteger|)) 114 T ELT)) (|transcendentalDecompose| (#7=(#5# |#4| |#5|) 64 T ELT) (#8=(#5# |#4| |#5| #6#) 63 T ELT)) (|printInfo| (((|Void|) #1# #6#) 99 T ELT)) (|numberOfVariables| (#9=(#6# #3# #4#) 30 T ELT)) (|internalDecompose| (#7# 66 T ELT) (#8# 65 T ELT) ((#5# |#4| |#5| #6# #10=(|Boolean|)) 67 T ELT)) (|decompose| ((#4# #3# #4# #10# #10# #10# #10# #10#) 86 T ELT) ((#4# #3# #4# #10# #10#) 87 T ELT)) (|convert| (((|String|) #2#) 92 T ELT)) (|algebraicDecompose| ((#5# |#4| |#5| #10#) 62 T ELT)) (|KrullNumber| (#9# 21 T ELT)))
(((|RegularSetDecompositionPackage| |#1| |#2| |#3| |#4| |#5|) (CATEGORY |package| (SIGNATURE |KrullNumber| #1=(#2=(|NonNegativeInteger|) #3=(|List| |#4|) #4=(|List| |#5|))) (SIGNATURE |numberOfVariables| #1#) (SIGNATURE |algebraicDecompose| (#5=(|Record| (|:| |done| #4#) (|:| |todo| #6=(|List| #7=(|Record| (|:| |val| #3#) (|:| |tower| |#5|))))) |#4| |#5| #8=(|Boolean|))) (SIGNATURE |transcendentalDecompose| #9=(#5# |#4| |#5| #2#)) (SIGNATURE |transcendentalDecompose| #10=(#5# |#4| |#5|)) (SIGNATURE |internalDecompose| (#5# |#4| |#5| #2# #8#)) (SIGNATURE |internalDecompose| #9#) (SIGNATURE |internalDecompose| #10#) (SIGNATURE |decompose| (#4# #3# #4# #8# #8#)) (SIGNATURE |decompose| (#4# #3# #4# #8# #8# #8# #8# #8#)) (SIGNATURE |upDateBranches| (#6# #3# #4# #6# #5# #2#)) (SIGNATURE |convert| ((|String|) #7#)) (SIGNATURE |printInfo| ((|Void|) #6# #2#))) (|GcdDomain|) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|RecursivePolynomialCategory| |#1| |#2| |#3|) (|RegularTriangularSetCategory| |#1| |#2| |#3| |#4|)) (T |RegularSetDecompositionPackage|))
((|printInfo| #1=(*1 *2 *3 *4) (AND (|isDomain| *3 (|List| (|Record| (|:| |val| #2=(|List| *8)) (|:| |tower| *9)))) (|isDomain| *4 #3=(|NonNegativeInteger|)) #4=(|ofCategory| *8 #5=(|RecursivePolynomialCategory| *5 *6 *7)) #6=(|ofCategory| *9 (|RegularTriangularSetCategory| *5 *6 *7 *8)) #7=(|ofCategory| *5 #8=(|GcdDomain|)) #9=(|ofCategory| *6 #10=(|OrderedAbelianMonoidSup|)) #11=(|ofCategory| *7 #12=(|OrderedSet|)) (|isDomain| *2 (|Void|)) #13=(|isDomain| *1 (|RegularSetDecompositionPackage| *5 *6 *7 *8 *9)))) (|convert| (*1 *2 *3) (AND (|isDomain| *3 (|Record| (|:| |val| (|List| *7)) (|:| |tower| *8))) (|ofCategory| *7 (|RecursivePolynomialCategory| *4 *5 *6)) (|ofCategory| *8 (|RegularTriangularSetCategory| *4 *5 *6 *7)) (|ofCategory| *4 #8#) (|ofCategory| *5 #10#) (|ofCategory| *6 #12#) (|isDomain| *2 (|String|)) (|isDomain| *1 (|RegularSetDecompositionPackage| *4 *5 *6 *7 *8)))) (|upDateBranches| (*1 *2 *3 *4 *2 *5 *6) (AND (|isDomain| *5 (|Record| (|:| |done| #14=(|List| *11)) (|:| |todo| (|List| (|Record| (|:| |val| *3) #15=(|:| |tower| *11)))))) (|isDomain| *6 #3#) (|isDomain| *2 (|List| (|Record| (|:| |val| #16=(|List| *10)) #15#))) (|isDomain| *3 #16#) (|isDomain| *4 #14#) (|ofCategory| *10 #17=(|RecursivePolynomialCategory| *7 *8 *9)) (|ofCategory| *11 (|RegularTriangularSetCategory| *7 *8 *9 *10)) #18=(|ofCategory| *7 #8#) #19=(|ofCategory| *8 #10#) #20=(|ofCategory| *9 #12#) (|isDomain| *1 (|RegularSetDecompositionPackage| *7 *8 *9 *10 *11)))) (|decompose| (*1 *2 *3 *2 *4 *4 *4 *4 *4) #21=(AND (|isDomain| *2 #22=(|List| *9)) #23=(|isDomain| *3 #2#) (|isDomain| *4 #24=(|Boolean|)) #4# #6# #7# #9# #11# #13#)) (|decompose| (*1 *2 *3 *2 *4 *4) #21#) (|internalDecompose| #1# #25=(AND #7# #9# #11# (|ofCategory| *3 #5#) #26=(|isDomain| *2 (|Record| (|:| |done| (|List| *4)) (|:| |todo| (|List| (|Record| (|:| |val| (|List| *3)) (|:| |tower| *4)))))) (|isDomain| *1 (|RegularSetDecompositionPackage| *5 *6 *7 *3 *4)) (|ofCategory| *4 (|RegularTriangularSetCategory| *5 *6 *7 *3)))) (|internalDecompose| #27=(*1 *2 *3 *4 *5) #28=(AND #29=(|isDomain| *5 #3#) #30=(|ofCategory| *6 #8#) #31=(|ofCategory| *7 #10#) #32=(|ofCategory| *8 #12#) #33=(|ofCategory| *3 (|RecursivePolynomialCategory| *6 *7 *8)) #26# #34=(|isDomain| *1 (|RegularSetDecompositionPackage| *6 *7 *8 *3 *4)) #35=(|ofCategory| *4 (|RegularTriangularSetCategory| *6 *7 *8 *3)))) (|internalDecompose| (*1 *2 *3 *4 *5 *6) (AND #29# (|isDomain| *6 #24#) #18# #19# #20# (|ofCategory| *3 #17#) #26# (|isDomain| *1 (|RegularSetDecompositionPackage| *7 *8 *9 *3 *4)) (|ofCategory| *4 (|RegularTriangularSetCategory| *7 *8 *9 *3)))) (|transcendentalDecompose| #1# #25#) (|transcendentalDecompose| #27# #28#) (|algebraicDecompose| #27# (AND (|isDomain| *5 #24#) #30# #31# #32# #33# #26# #34# #35#)) (|numberOfVariables| #1# #36=(AND #23# (|isDomain| *4 #22#) #4# #6# #7# #9# #11# (|isDomain| *2 #3#) #13#)) (|KrullNumber| #1# #36#))
((|purelyTranscendental?| (#1=(#2=(|Boolean|) |#5| $) 26 T ELT)) (|purelyAlgebraicLeadingMonomial?| (#1# 29 T ELT)) (|purelyAlgebraic?| (#1# 18 T ELT) ((#2# $) 54 T ELT)) (|intersect| #3=((#4=(|List| $) |#5| $) NIL T ELT) (#5=(#4# #6=(|List| |#5|) $) 96 T ELT) (#7=(#4# #6# #4#) 94 T ELT) (#8=(#4# |#5| #4#) 97 T ELT)) (|extend| (($ $ |#5|) NIL T ELT) #3# (#8# 75 T ELT) (#5# 77 T ELT) (#7# 79 T ELT)) (|augment| #3# (#8# 66 T ELT) (#5# 71 T ELT) (#7# 73 T ELT)) (|algebraicCoefficients?| (#1# 32 T ELT)))
(((|RegularTriangularSetCategory&| |#1| |#2| |#3| |#4| |#5|) (CATEGORY |package| (SIGNATURE |extend| #1=(#2=(|List| |#1|) #3=(|List| |#5|) #2#)) (SIGNATURE |extend| #4=(#2# #3# |#1|)) (SIGNATURE |extend| #5=(#2# |#5| #2#)) (SIGNATURE |extend| #6=(#2# |#5| |#1|)) (SIGNATURE |augment| #1#) (SIGNATURE |augment| #4#) (SIGNATURE |augment| #5#) (SIGNATURE |augment| #6#) (SIGNATURE |intersect| #5#) (SIGNATURE |intersect| #1#) (SIGNATURE |intersect| #4#) (SIGNATURE |intersect| #6#) (SIGNATURE |purelyAlgebraicLeadingMonomial?| #7=(#8=(|Boolean|) |#5| |#1|)) (SIGNATURE |purelyAlgebraic?| (#8# |#1|)) (SIGNATURE |algebraicCoefficients?| #7#) (SIGNATURE |purelyTranscendental?| #7#) (SIGNATURE |purelyAlgebraic?| #7#) (SIGNATURE |extend| (|#1| |#1| |#5|))) (|RegularTriangularSetCategory| |#2| |#3| |#4| |#5|) (|GcdDomain|) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|RecursivePolynomialCategory| |#2| |#3| |#4|)) (T |RegularTriangularSetCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) (|:| |open| (|List| |#4|)))) (|List| |#4|)) 91 T ELT)) (|zeroSetSplit| (((|List| $) (|List| |#4|)) 92 T ELT) (((|List| $) (|List| |#4|) (|Boolean|)) 120 T ELT)) (|variables| (((|List| |#3|) . #2=($)) 39 T ELT)) (|trivialIdeal?| (#3=(#4=(|Boolean|) $) 32 T ELT)) (|triangular?| (#3# 23 (|has| |#1| . #5=((|IntegralDomain|))) ELT)) (|stronglyReduced?| ((#6=(|Boolean|) |#4| . #7=($)) 107 T ELT) (#8=(#6# $) 103 T ELT)) (|stronglyReduce| ((|#4| |#4| . #9=($)) 98 T ELT)) (|squareFreePart| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| $))) |#4| $) 135 T ELT)) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) 33 T ELT)) (|select| (($ (|Mapping| #10=(|Boolean|) |#4|) . #11=($)) 67 (|has| $ (|FiniteAggregate| |#4|)) ELT) (((|Union| |#4| . #12=(#13="failed")) $ |#3|) 85 T ELT)) (|sample| (#14=($) 59 T CONST)) (|roughUnitIdeal?| (#3# 28 (|has| |#1| . #5#) ELT)) (|roughSubIdeal?| (#15=(#4# $ $) 30 (|has| |#1| . #5#) ELT)) (|roughEqualIdeals?| (#15# 29 (|has| |#1| . #5#) ELT)) (|roughBase?| (#3# 31 (|has| |#1| . #5#) ELT)) (|rewriteSetWithReduction| (((|List| |#4|) (|List| |#4|) $ (|Mapping| |#4| |#4| |#4|) (|Mapping| #6# |#4| |#4|)) 99 T ELT)) (|rewriteIdealWithRemainder| (((|List| |#4|) (|List| |#4|) . #16=($)) 24 (|has| |#1| . #5#) ELT)) (|rewriteIdealWithHeadRemainder| (((|List| |#4|) (|List| |#4|) . #16#) 25 (|has| |#1| . #5#) ELT)) (|retractIfCan| (((|Union| $ "failed") (|List| |#4|)) 42 T ELT)) (|retract| (($ (|List| |#4|)) 41 T ELT)) (|rest| ((#17=(|Union| $ #13#) $) 88 T ELT)) (|removeZero| ((|#4| |#4| . #9#) 95 T ELT)) (|removeDuplicates| (($ $) 69 (AND (|has| |#4| . #18=((|BasicType|))) (|has| $ (|FiniteAggregate| |#4|))) ELT)) (|remove| (($ |#4| $) 68 (AND (|has| |#4| . #18#) (|has| $ (|FiniteAggregate| |#4|))) ELT) (($ (|Mapping| #10# |#4|) . #11#) 66 (|has| $ (|FiniteAggregate| |#4|)) ELT)) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| . #5#) ELT)) (|reduced?| ((#6# |#4| $ (|Mapping| #6# |#4| |#4|)) 108 T ELT)) (|reduceByQuasiMonic| ((|#4| |#4| . #9#) 93 T ELT)) (|reduce| ((|#4| (|Mapping| |#4| |#4| |#4|) $ |#4| |#4|) 54 (|has| |#4| . #19=((|BasicType|))) ELT) ((|#4| (|Mapping| |#4| |#4| |#4|) $ |#4|) 50 T ELT) ((|#4| (|Mapping| |#4| |#4| |#4|) $) 49 T ELT) ((|#4| |#4| $ (|Mapping| |#4| |#4| |#4|) (|Mapping| #6# |#4| |#4|)) 100 T ELT)) (|quasiComponent| (((|Record| (|:| |close| (|List| |#4|)) (|:| |open| (|List| |#4|))) $) 111 T ELT)) (|purelyTranscendental?| (((|Boolean|) |#4| $) 145 T ELT)) (|purelyAlgebraicLeadingMonomial?| (((|Boolean|) |#4| $) 142 T ELT)) (|purelyAlgebraic?| (((|Boolean|) |#4| $) 146 T ELT) (((|Boolean|) $) 143 T ELT)) (|normalized?| ((#6# |#4| . #7#) 110 T ELT) (#8# 109 T ELT)) (|mvar| ((|#3| $) 40 T ELT)) (|members| (((|List| |#4|) $) 48 T ELT)) (|member?| ((#20=(|Boolean|) |#4| $) 53 (|has| |#4| . #19#) ELT)) (|map!| (($ (|Mapping| |#4| |#4|) $) 117 T ELT)) (|map| (($ (|Mapping| |#4| |#4|) $) 60 T ELT)) (|mainVariables| (((|List| |#3|) . #2#) 38 T ELT)) (|mainVariable?| ((#4# |#3| $) 37 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|lastSubResultantElseSplit| (((|Union| |#4| (|List| $)) |#4| |#4| $) 137 T ELT)) (|lastSubResultant| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| $))) |#4| |#4| $) 136 T ELT)) (|last| (((|Union| |#4| . #12#) . #21=($)) 89 T ELT)) (|invertibleSet| (((|List| $) |#4| $) 138 T ELT)) (|invertibleElseSplit?| (((|Union| (|Boolean|) (|List| $)) |#4| $) 141 T ELT)) (|invertible?| (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| $))) |#4| $) 140 T ELT) (((|Boolean|) |#4| $) 139 T ELT)) (|intersect| (((|List| $) |#4| $) 134 T ELT) (((|List| $) (|List| |#4|) $) 133 T ELT) (((|List| $) (|List| |#4|) (|List| $)) 132 T ELT) (((|List| $) |#4| (|List| $)) 131 T ELT)) (|internalAugment| (($ |#4| $) 126 T ELT) (($ (|List| |#4|) $) 125 T ELT)) (|initials| (((|List| |#4|) $) 113 T ELT)) (|initiallyReduced?| ((#6# |#4| . #7#) 105 T ELT) (#8# 101 T ELT)) (|initiallyReduce| ((|#4| |#4| . #9#) 96 T ELT)) (|infRittWu?| ((#6# $ $) 116 T ELT)) (|headRemainder| (((|Record| (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 27 (|has| |#1| . #5#) ELT)) (|headReduced?| ((#6# |#4| . #7#) 106 T ELT) (#8# 102 T ELT)) (|headReduce| ((|#4| |#4| . #9#) 97 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|first| (((|Union| |#4| . #12#) . #21#) 90 T ELT)) (|find| (((|Union| |#4| "failed") (|Mapping| #20# |#4|) $) 51 T ELT)) (|extendIfCan| ((#17# $ |#4|) 84 T ELT)) (|extend| (($ $ |#4|) 83 T ELT) (((|List| $) |#4| $) 124 T ELT) (((|List| $) |#4| (|List| $)) 123 T ELT) (((|List| $) (|List| |#4|) $) 122 T ELT) (((|List| $) (|List| |#4|) (|List| $)) 121 T ELT)) (|every?| ((#20# (|Mapping| #20# |#4|) . #22=($)) 46 T ELT)) (|eval| (($ $ (|List| |#4|) (|List| |#4|)) 64 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #23=((|SetCategory|)))) ELT) (($ $ |#4| |#4|) 63 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #23#)) ELT) (($ $ (|Equation| |#4|)) 62 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #23#)) ELT) (($ $ (|List| (|Equation| |#4|))) 61 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #23#)) ELT)) (|eq?| ((#24=(|Boolean|) $ $) 55 T ELT)) (|empty?| ((#24# $) 58 T ELT)) (|empty| (#14# 57 T ELT)) (|degree| (#25=((|NonNegativeInteger|) $) 112 T ELT)) (|count| ((#26=(|NonNegativeInteger|) |#4| $) 52 (|has| |#4| . #19#) ELT) ((#26# (|Mapping| #20# |#4|) $) 47 T ELT)) (|copy| (($ $) 56 T ELT)) (|convert| ((#27=(|InputForm|) $) 70 (|has| |#4| (|ConvertibleTo| #27#)) ELT)) (|construct| (($ (|List| |#4|)) 65 T ELT)) (|collectUpper| (($ $ |#3|) 34 T ELT)) (|collectUnder| (($ $ |#3|) 36 T ELT)) (|collectQuasiMonic| (($ $) 94 T ELT)) (|collect| (($ $ |#3|) 35 T ELT)) (|coerce| (((|OutputForm|) . #28=($)) 13 T ELT) (((|List| |#4|) . #28#) 43 T ELT)) (|coHeight| (#25# 82 (|has| |#3| (|Finite|)) ELT)) (|before?| (#1# 6 T ELT)) (|basicSet| (((|Union| (|Record| #29=(|:| |bas| $) (|:| |top| (|List| |#4|))) . #30=(#13#)) (|List| |#4|) (|Mapping| #6# |#4| |#4|)) 115 T ELT) (((|Union| (|Record| #29# (|:| |top| (|List| |#4|))) . #30#) (|List| |#4|) (|Mapping| #6# |#4|) (|Mapping| #6# |#4| |#4|)) 114 T ELT)) (|autoReduced?| ((#6# $ (|Mapping| #6# |#4| (|List| |#4|))) 104 T ELT)) (|augment| (((|List| $) |#4| $) 130 T ELT) (((|List| $) |#4| (|List| $)) 129 T ELT) (((|List| $) (|List| |#4|) $) 128 T ELT) (((|List| $) (|List| |#4|) (|List| $)) 127 T ELT)) (|any?| ((#20# (|Mapping| #20# |#4|) . #22#) 45 T ELT)) (|algebraicVariables| (((|List| |#3|) $) 87 T ELT)) (|algebraicCoefficients?| (((|Boolean|) |#4| $) 144 T ELT)) (|algebraic?| ((#6# |#3| $) 86 T ELT)) (= (#1# 8 T ELT)) (|#| ((#26# $) 44 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) #3=(|:| |open| #4=(|List| |#4|)))) #4#) 91 T ELT)) (|zeroSetSplit| ((#5=(|List| $) #4#) 92 T ELT) ((#5# #4# #2#) 120 T ELT)) (|variables| (#6=((|List| |#3|) $) 39 T ELT)) (|trivialIdeal?| (#7=(#2# $) 32 T ELT)) (|triangular?| (#7# 23 #8=(|has| |#1| (|IntegralDomain|)) ELT)) (|stronglyReduced?| (#9=(#2# |#4| $) 107 T ELT) (#7# 103 T ELT)) (|stronglyReduce| (#10=(|#4| |#4| $) 98 T ELT)) (|squareFreePart| ((#11=(|List| (|Record| (|:| |val| |#4|) #12=(|:| |tower| $))) |#4| $) 135 T ELT)) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) 33 T ELT)) (|select| (#13=($ #14=(|Mapping| #2# |#4|) $) 67 #15=(|has| $ (|FiniteAggregate| |#4|)) ELT) ((#16=(|Union| |#4| #17="failed") $ |#3|) 85 T ELT)) (|sample| (#18=($) 59 T CONST)) (|roughUnitIdeal?| (#7# 28 #8# ELT)) (|roughSubIdeal?| (#1# 30 #8# ELT)) (|roughEqualIdeals?| (#1# 29 #8# ELT)) (|roughBase?| (#7# 31 #8# ELT)) (|rewriteSetWithReduction| ((#4# #4# $ #19=(|Mapping| |#4| |#4| |#4|) #20=(|Mapping| #2# |#4| |#4|)) 99 T ELT)) (|rewriteIdealWithRemainder| (#21=(#4# #4# $) 24 #8# ELT)) (|rewriteIdealWithHeadRemainder| (#21# 25 #8# ELT)) (|retractIfCan| ((#22=(|Union| $ #17#) #4#) 42 T ELT)) (|retract| (#23=($ #4#) 41 T ELT)) (|rest| ((#22# $) 88 T ELT)) (|removeZero| (#10# 95 T ELT)) (|removeDuplicates| (#24=($ $) 69 #25=(AND #26=(|has| |#4| (|BasicType|)) #15#) ELT)) (|remove| (#27=($ |#4| $) 68 #25# ELT) (#13# 66 #15# ELT)) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| |#4|) #28=(|:| |den| |#1|)) |#4| $) 26 #8# ELT)) (|reduced?| ((#2# |#4| $ #20#) 108 T ELT)) (|reduceByQuasiMonic| (#10# 93 T ELT)) (|reduce| ((|#4| #19# $ |#4| |#4|) 54 #26# ELT) ((|#4| #19# $ |#4|) 50 T ELT) ((|#4| #19# $) 49 T ELT) ((|#4| |#4| $ #19# #20#) 100 T ELT)) (|quasiComponent| (((|Record| (|:| |close| #4#) #3#) $) 111 T ELT)) (|purelyTranscendental?| (#9# 145 T ELT)) (|purelyAlgebraicLeadingMonomial?| (#9# 142 T ELT)) (|purelyAlgebraic?| (#9# 146 T ELT) (#7# 143 T ELT)) (|normalized?| (#9# 110 T ELT) (#7# 109 T ELT)) (|mvar| ((|#3| $) 40 T ELT)) (|members| (#29=(#4# $) 48 T ELT)) (|member?| (#9# 53 #26# ELT)) (|map!| (#30=($ (|Mapping| |#4| |#4|) $) 117 T ELT)) (|map| (#30# 60 T ELT)) (|mainVariables| (#6# 38 T ELT)) (|mainVariable?| (#31=(#2# |#3| $) 37 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|lastSubResultantElseSplit| (((|Union| |#4| #5#) |#4| |#4| $) 137 T ELT)) (|lastSubResultant| ((#11# |#4| |#4| $) 136 T ELT)) (|last| (#32=(#16# $) 89 T ELT)) (|invertibleSet| (#33=(#5# |#4| $) 138 T ELT)) (|invertibleElseSplit?| (((|Union| #2# #5#) |#4| $) 141 T ELT)) (|invertible?| (((|List| (|Record| (|:| |val| #2#) #12#)) |#4| $) 140 T ELT) (#9# 139 T ELT)) (|intersect| (#33# 134 T ELT) (#34=(#5# #4# $) 133 T ELT) (#35=(#5# #4# #5#) 132 T ELT) (#36=(#5# |#4| #5#) 131 T ELT)) (|internalAugment| (#27# 126 T ELT) (($ #4# $) 125 T ELT)) (|initials| (#29# 113 T ELT)) (|initiallyReduced?| (#9# 105 T ELT) (#7# 101 T ELT)) (|initiallyReduce| (#10# 96 T ELT)) (|infRittWu?| (#1# 116 T ELT)) (|headRemainder| (((|Record| (|:| |num| |#4|) #28#) |#4| $) 27 #8# ELT)) (|headReduced?| (#9# 106 T ELT) (#7# 102 T ELT)) (|headReduce| (#10# 97 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|first| (#32# 90 T ELT)) (|find| ((#16# #14# $) 51 T ELT)) (|extendIfCan| ((#22# $ |#4|) 84 T ELT)) (|extend| (($ $ |#4|) 83 T ELT) (#33# 124 T ELT) (#36# 123 T ELT) (#34# 122 T ELT) (#35# 121 T ELT)) (|every?| (#37=(#2# #14# $) 46 T ELT)) (|eval| (($ $ #4# #4#) 64 #38=(AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ELT) (($ $ |#4| |#4|) 63 #38# ELT) (($ $ #39=(|Equation| |#4|)) 62 #38# ELT) (($ $ (|List| #39#)) 61 #38# ELT)) (|eq?| (#1# 55 T ELT)) (|empty?| (#7# 58 T ELT)) (|empty| (#18# 57 T ELT)) (|degree| (#40=(#41=(|NonNegativeInteger|) $) 112 T ELT)) (|count| ((#41# |#4| $) 52 #26# ELT) ((#41# #14# $) 47 T ELT)) (|copy| (#24# 56 T ELT)) (|convert| ((#42=(|InputForm|) $) 70 (|has| |#4| (|ConvertibleTo| #42#)) ELT)) (|construct| (#23# 65 T ELT)) (|collectUpper| (#43=($ $ |#3|) 34 T ELT)) (|collectUnder| (#43# 36 T ELT)) (|collectQuasiMonic| (#24# 94 T ELT)) (|collect| (#43# 35 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (#29# 43 T ELT)) (|coHeight| (#40# 82 (|has| |#3| (|Finite|)) ELT)) (|before?| (#1# 6 T ELT)) (|basicSet| ((#44=(|Union| (|Record| (|:| |bas| $) (|:| |top| #4#)) #17#) #4# #20#) 115 T ELT) ((#44# #4# #14# #20#) 114 T ELT)) (|autoReduced?| ((#2# $ (|Mapping| #2# |#4| #4#)) 104 T ELT)) (|augment| (#33# 130 T ELT) (#36# 129 T ELT) (#34# 128 T ELT) (#35# 127 T ELT)) (|any?| (#37# 45 T ELT)) (|algebraicVariables| (#6# 87 T ELT)) (|algebraicCoefficients?| (#9# 144 T ELT)) (|algebraic?| (#31# 86 T ELT)) (= (#1# 8 T ELT)) (|#| (#40# 44 T ELT)))
(((|RegularTriangularSetCategory| |#1| |#2| |#3| |#4|) (|Category|) (|GcdDomain|) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|RecursivePolynomialCategory| |t#1| |t#2| |t#3|)) (T |RegularTriangularSetCategory|))
-((|purelyAlgebraic?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)) (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|Boolean|)))) (|purelyTranscendental?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)) (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|Boolean|)))) (|algebraicCoefficients?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)) (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|Boolean|)))) (|purelyAlgebraic?| (*1 *2 *1) (AND (|ofCategory| *1 (|RegularTriangularSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|GcdDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|isDomain| *2 (|Boolean|)))) (|purelyAlgebraicLeadingMonomial?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)) (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|Boolean|)))) (|invertibleElseSplit?| (*1 *2 *3 *1) (AND (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|Union| (|Boolean|) (|List| *1))) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)))) (|invertible?| (*1 *2 *3 *1) (AND (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| *1)))) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)))) (|invertible?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)) (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|Boolean|)))) (|invertibleSet| (*1 *2 *3 *1) (AND (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)))) (|lastSubResultantElseSplit| (*1 *2 *3 *3 *1) (AND (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|Union| *3 (|List| *1))) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)))) (|lastSubResultant| (*1 *2 *3 *3 *1) (AND (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|List| (|Record| (|:| |val| *3) (|:| |tower| *1)))) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)))) (|squareFreePart| (*1 *2 *3 *1) (AND (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|List| (|Record| (|:| |val| *3) (|:| |tower| *1)))) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)))) (|intersect| (*1 *2 *3 *1) (AND (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)))) (|intersect| (*1 *2 *3 *1) (AND (|isDomain| *3 (|List| *7)) (|ofCategory| *7 (|RecursivePolynomialCategory| *4 *5 *6)) (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *7)))) (|intersect| (*1 *2 *3 *2) (AND (|isDomain| *2 (|List| *1)) (|isDomain| *3 (|List| *7)) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *7)) (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *7 (|RecursivePolynomialCategory| *4 *5 *6)))) (|intersect| (*1 *2 *3 *2) (AND (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)) (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)))) (|augment| (*1 *2 *3 *1) (AND (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)))) (|augment| (*1 *2 *3 *2) (AND (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)) (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)))) (|augment| (*1 *2 *3 *1) (AND (|isDomain| *3 (|List| *7)) (|ofCategory| *7 (|RecursivePolynomialCategory| *4 *5 *6)) (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *7)))) (|augment| (*1 *2 *3 *2) (AND (|isDomain| *2 (|List| *1)) (|isDomain| *3 (|List| *7)) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *7)) (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *7 (|RecursivePolynomialCategory| *4 *5 *6)))) (|internalAugment| (*1 *1 *2 *1) (AND (|ofCategory| *1 (|RegularTriangularSetCategory| *3 *4 *5 *2)) (|ofCategory| *3 (|GcdDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *2 (|RecursivePolynomialCategory| *3 *4 *5)))) (|internalAugment| (*1 *1 *2 *1) (AND (|isDomain| *2 (|List| *6)) (|ofCategory| *1 (|RegularTriangularSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|GcdDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)))) (|extend| (*1 *2 *3 *1) (AND (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)))) (|extend| (*1 *2 *3 *2) (AND (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)) (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)))) (|extend| (*1 *2 *3 *1) (AND (|isDomain| *3 (|List| *7)) (|ofCategory| *7 (|RecursivePolynomialCategory| *4 *5 *6)) (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *7)))) (|extend| (*1 *2 *3 *2) (AND (|isDomain| *2 (|List| *1)) (|isDomain| *3 (|List| *7)) (|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *7)) (|ofCategory| *4 (|GcdDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *7 (|RecursivePolynomialCategory| *4 *5 *6)))) (|zeroSetSplit| (*1 *2 *3 *4) (AND (|isDomain| *3 (|List| *8)) (|isDomain| *4 (|Boolean|)) (|ofCategory| *8 (|RecursivePolynomialCategory| *5 *6 *7)) (|ofCategory| *5 (|GcdDomain|)) (|ofCategory| *6 (|OrderedAbelianMonoidSup|)) (|ofCategory| *7 (|OrderedSet|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|RegularTriangularSetCategory| *5 *6 *7 *8)))))
-(|Join| (|TriangularSetCategory| |t#1| |t#2| |t#3| |t#4|) (CATEGORY |domain| (SIGNATURE |purelyAlgebraic?| ((|Boolean|) |t#4| $)) (SIGNATURE |purelyTranscendental?| ((|Boolean|) |t#4| $)) (SIGNATURE |algebraicCoefficients?| ((|Boolean|) |t#4| $)) (SIGNATURE |purelyAlgebraic?| ((|Boolean|) $)) (SIGNATURE |purelyAlgebraicLeadingMonomial?| ((|Boolean|) |t#4| $)) (SIGNATURE |invertibleElseSplit?| ((|Union| (|Boolean|) (|List| $)) |t#4| $)) (SIGNATURE |invertible?| ((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| $))) |t#4| $)) (SIGNATURE |invertible?| ((|Boolean|) |t#4| $)) (SIGNATURE |invertibleSet| ((|List| $) |t#4| $)) (SIGNATURE |lastSubResultantElseSplit| ((|Union| |t#4| (|List| $)) |t#4| |t#4| $)) (SIGNATURE |lastSubResultant| ((|List| (|Record| (|:| |val| |t#4|) (|:| |tower| $))) |t#4| |t#4| $)) (SIGNATURE |squareFreePart| ((|List| (|Record| (|:| |val| |t#4|) (|:| |tower| $))) |t#4| $)) (SIGNATURE |intersect| ((|List| $) |t#4| $)) (SIGNATURE |intersect| ((|List| $) (|List| |t#4|) $)) (SIGNATURE |intersect| ((|List| $) (|List| |t#4|) (|List| $))) (SIGNATURE |intersect| ((|List| $) |t#4| (|List| $))) (SIGNATURE |augment| ((|List| $) |t#4| $)) (SIGNATURE |augment| ((|List| $) |t#4| (|List| $))) (SIGNATURE |augment| ((|List| $) (|List| |t#4|) $)) (SIGNATURE |augment| ((|List| $) (|List| |t#4|) (|List| $))) (SIGNATURE |internalAugment| ($ |t#4| $)) (SIGNATURE |internalAugment| ($ (|List| |t#4|) $)) (SIGNATURE |extend| ((|List| $) |t#4| $)) (SIGNATURE |extend| ((|List| $) |t#4| (|List| $))) (SIGNATURE |extend| ((|List| $) (|List| |t#4|) $)) (SIGNATURE |extend| ((|List| $) (|List| |t#4|) (|List| $))) (SIGNATURE |zeroSetSplit| ((|List| $) (|List| |t#4|) (|Boolean|)))))
-(((|Aggregate|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|List| |#4|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#4|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|FiniteAggregate| |#4|) . T) ((|Functorial| |#4|) . T) ((|HomogeneousAggregate| |#4|) . T) ((|InnerEvalable| |#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|Join|) . T) ((|PolynomialSetCategory| |#1| |#2| |#3| |#4|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| |#4|) . T) ((|TriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|Type|) . T))
+((|purelyAlgebraic?| #1=(*1 *2 *3 *1) #2=(AND #3=(|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *3)) #4=(|ofCategory| *4 #5=(|GcdDomain|)) #6=(|ofCategory| *5 #7=(|OrderedAbelianMonoidSup|)) #8=(|ofCategory| *6 #9=(|OrderedSet|)) #10=(|ofCategory| *3 #11=(|RecursivePolynomialCategory| *4 *5 *6)) #12=(|isDomain| *2 #13=(|Boolean|)))) (|purelyTranscendental?| #1# #2#) (|algebraicCoefficients?| #1# #2#) (|purelyAlgebraic?| (*1 *2 *1) (AND #14=(|ofCategory| *1 (|RegularTriangularSetCategory| *3 *4 *5 *6)) #15=(|ofCategory| *3 #5#) #16=(|ofCategory| *4 #7#) #17=(|ofCategory| *5 #9#) #18=(|ofCategory| *6 #19=(|RecursivePolynomialCategory| *3 *4 *5)) #12#)) (|purelyAlgebraicLeadingMonomial?| #1# #2#) (|invertibleElseSplit?| #1# (AND #4# #6# #8# #10# (|isDomain| *2 (|Union| #13# #20=(|List| *1))) #3#)) (|invertible?| #1# (AND #4# #6# #8# #10# (|isDomain| *2 (|List| (|Record| (|:| |val| #13#) #21=(|:| |tower| *1)))) #3#)) (|invertible?| #1# #2#) (|invertibleSet| #1# #22=(AND #4# #6# #8# #10# #23=(|isDomain| *2 #20#) #3#)) (|lastSubResultantElseSplit| #24=(*1 *2 *3 *3 *1) (AND #4# #6# #8# #10# (|isDomain| *2 (|Union| *3 #20#)) #3#)) (|lastSubResultant| #24# #25=(AND #4# #6# #8# #10# (|isDomain| *2 (|List| (|Record| (|:| |val| *3) #21#))) #3#)) (|squareFreePart| #1# #25#) (|intersect| #1# #22#) (|intersect| #1# #26=(AND #27=(|isDomain| *3 (|List| *7)) #28=(|ofCategory| *7 #11#) #4# #6# #8# #23# #29=(|ofCategory| *1 (|RegularTriangularSetCategory| *4 *5 *6 *7)))) (|intersect| #30=(*1 *2 *3 *2) #31=(AND #23# #27# #29# #4# #6# #8# #28#)) (|intersect| #30# #32=(AND #23# #3# #4# #6# #8# #10#)) (|augment| #1# #22#) (|augment| #30# #32#) (|augment| #1# #26#) (|augment| #30# #31#) (|internalAugment| #33=(*1 *1 *2 *1) (AND (|ofCategory| *1 (|RegularTriangularSetCategory| *3 *4 *5 *2)) #15# #16# #17# (|ofCategory| *2 #19#))) (|internalAugment| #33# (AND (|isDomain| *2 (|List| *6)) #14# #15# #16# #17# #18#)) (|extend| #1# #22#) (|extend| #30# #32#) (|extend| #1# #26#) (|extend| #30# #31#) (|zeroSetSplit| (*1 *2 *3 *4) (AND (|isDomain| *3 (|List| *8)) (|isDomain| *4 #13#) (|ofCategory| *8 (|RecursivePolynomialCategory| *5 *6 *7)) (|ofCategory| *5 #5#) (|ofCategory| *6 #7#) (|ofCategory| *7 #9#) #23# (|ofCategory| *1 (|RegularTriangularSetCategory| *5 *6 *7 *8)))))
+(|Join| (|TriangularSetCategory| |t#1| |t#2| |t#3| |t#4|) (CATEGORY |domain| (SIGNATURE |purelyAlgebraic?| #1=(#2=(|Boolean|) |t#4| $)) (SIGNATURE |purelyTranscendental?| #1#) (SIGNATURE |algebraicCoefficients?| #1#) (SIGNATURE |purelyAlgebraic?| (#2# $)) (SIGNATURE |purelyAlgebraicLeadingMonomial?| #1#) (SIGNATURE |invertibleElseSplit?| ((|Union| #2# #3=(|List| $)) |t#4| $)) (SIGNATURE |invertible?| ((|List| (|Record| (|:| |val| #2#) #4=(|:| |tower| $))) |t#4| $)) (SIGNATURE |invertible?| #1#) (SIGNATURE |invertibleSet| #5=(#3# |t#4| $)) (SIGNATURE |lastSubResultantElseSplit| ((|Union| |t#4| #3#) |t#4| |t#4| $)) (SIGNATURE |lastSubResultant| (#6=(|List| (|Record| (|:| |val| |t#4|) #4#)) |t#4| |t#4| $)) (SIGNATURE |squareFreePart| (#6# |t#4| $)) (SIGNATURE |intersect| #5#) (SIGNATURE |intersect| #7=(#3# #8=(|List| |t#4|) $)) (SIGNATURE |intersect| #9=(#3# #8# #3#)) (SIGNATURE |intersect| #10=(#3# |t#4| #3#)) (SIGNATURE |augment| #5#) (SIGNATURE |augment| #10#) (SIGNATURE |augment| #7#) (SIGNATURE |augment| #9#) (SIGNATURE |internalAugment| ($ |t#4| $)) (SIGNATURE |internalAugment| ($ #8# $)) (SIGNATURE |extend| #5#) (SIGNATURE |extend| #10#) (SIGNATURE |extend| #7#) (SIGNATURE |extend| #9#) (SIGNATURE |zeroSetSplit| (#3# #8# #2#))))
+(((|Aggregate|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|List| |#4|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#4|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|FiniteAggregate| |#4|) . T) ((|Functorial| |#4|) . T) ((|HomogeneousAggregate| |#4|) . T) ((|InnerEvalable| |#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|PolynomialSetCategory| |#1| |#2| |#3| |#4|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| |#4|) . T) ((|TriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|Type|) . T))
((|toseSquareFreePart| ((#1=(|List| (|Record| (|:| |val| |#4|) #2=(|:| |tower| |#5|))) |#4| |#5|) 86 T ELT)) (|toseLastSubResultant| (#3=(#1# |#4| |#4| |#5|) 125 T ELT)) (|toseInvertibleSet| (((|List| |#5|) |#4| |#5|) 74 T ELT)) (|toseInvertible?| (((|List| (|Record| (|:| |val| #4=(|Boolean|)) #2#)) |#4| |#5|) 47 T ELT) ((#4# |#4| |#5|) 55 T ELT)) (|stopTableInvSet!| (#5=(#6=(|Void|)) 36 T ELT)) (|stopTableGcd!| (#5# 25 T ELT)) (|startTableInvSet!| (#7=(#6# #8=(|String|) #8# #8#) 32 T ELT)) (|startTableGcd!| (#7# 21 T ELT)) (|prepareSubResAlgo| ((#9=(|List| (|Record| (|:| |val| (|List| |#4|)) #2#)) |#4| |#4| |#5|) 106 T ELT)) (|internalLastSubResultant| ((#1# #9# |#3| #4#) 117 T ELT) ((#1# |#4| |#4| |#5| #4# #4#) 52 T ELT)) (|integralLastSubResultant| (#3# 112 T ELT)))
(((|RegularTriangularSetGcdPackage| |#1| |#2| |#3| |#4| |#5|) (CATEGORY |package| (SIGNATURE |startTableGcd!| #1=(#2=(|Void|) #3=(|String|) #3# #3#)) (SIGNATURE |stopTableGcd!| #4=(#2#)) (SIGNATURE |startTableInvSet!| #1#) (SIGNATURE |stopTableInvSet!| #4#) (SIGNATURE |prepareSubResAlgo| (#5=(|List| (|Record| (|:| |val| (|List| |#4|)) #6=(|:| |tower| |#5|))) |#4| |#4| |#5|)) (SIGNATURE |internalLastSubResultant| (#7=(|List| (|Record| (|:| |val| |#4|) #6#)) |#4| |#4| |#5| #8=(|Boolean|) #8#)) (SIGNATURE |internalLastSubResultant| (#7# #5# |#3| #8#)) (SIGNATURE |integralLastSubResultant| #9=(#7# |#4| |#4| |#5|)) (SIGNATURE |toseLastSubResultant| #9#) (SIGNATURE |toseInvertible?| (#8# |#4| |#5|)) (SIGNATURE |toseInvertible?| ((|List| (|Record| (|:| |val| #8#) #6#)) |#4| |#5|)) (SIGNATURE |toseInvertibleSet| ((|List| |#5|) |#4| |#5|)) (SIGNATURE |toseSquareFreePart| (#7# |#4| |#5|))) (|GcdDomain|) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|RecursivePolynomialCategory| |#1| |#2| |#3|) (|RegularTriangularSetCategory| |#1| |#2| |#3| |#4|)) (T |RegularTriangularSetGcdPackage|))
((|toseSquareFreePart| #1=(*1 *2 *3 *4) #2=(AND #3=(|ofCategory| *5 #4=(|GcdDomain|)) #5=(|ofCategory| *6 #6=(|OrderedAbelianMonoidSup|)) #7=(|ofCategory| *7 #8=(|OrderedSet|)) #9=(|ofCategory| *3 (|RecursivePolynomialCategory| *5 *6 *7)) #10=(|isDomain| *2 (|List| (|Record| (|:| |val| *3) #11=(|:| |tower| *4)))) #12=(|isDomain| *1 (|RegularTriangularSetGcdPackage| *5 *6 *7 *3 *4)) #13=(|ofCategory| *4 (|RegularTriangularSetCategory| *5 *6 *7 *3)))) (|toseInvertibleSet| #1# (AND #3# #5# #7# #9# (|isDomain| *2 (|List| *4)) #12# #13#)) (|toseInvertible?| #1# (AND #3# #5# #7# #9# (|isDomain| *2 (|List| (|Record| (|:| |val| #14=(|Boolean|)) #11#))) #12# #13#)) (|toseInvertible?| #1# (AND #3# #5# #7# #9# (|isDomain| *2 #14#) #12# #13#)) (|toseLastSubResultant| #15=(*1 *2 *3 *3 *4) #2#) (|integralLastSubResultant| #15# #2#) (|internalLastSubResultant| (*1 *2 *3 *4 *5) (AND (|isDomain| *3 (|List| (|Record| (|:| |val| (|List| *8)) #16=(|:| |tower| *9)))) #17=(|isDomain| *5 #14#) (|ofCategory| *8 (|RecursivePolynomialCategory| *6 *7 *4)) (|ofCategory| *9 (|RegularTriangularSetCategory| *6 *7 *4 *8)) #18=(|ofCategory| *6 #4#) #19=(|ofCategory| *7 #6#) (|ofCategory| *4 #8#) (|isDomain| *2 (|List| (|Record| (|:| |val| *8) #16#))) (|isDomain| *1 (|RegularTriangularSetGcdPackage| *6 *7 *4 *8 *9)))) (|internalLastSubResultant| (*1 *2 *3 *3 *4 *5 *5) (AND #17# #18# #19# (|ofCategory| *8 #8#) (|ofCategory| *3 (|RecursivePolynomialCategory| *6 *7 *8)) #10# (|isDomain| *1 (|RegularTriangularSetGcdPackage| *6 *7 *8 *3 *4)) (|ofCategory| *4 (|RegularTriangularSetCategory| *6 *7 *8 *3)))) (|prepareSubResAlgo| #15# (AND #3# #5# #7# #9# (|isDomain| *2 (|List| (|Record| (|:| |val| (|List| *3)) #11#))) #12# #13#)) (|stopTableInvSet!| #20=(*1 *2) #21=(AND (|ofCategory| *3 #4#) (|ofCategory| *4 #6#) (|ofCategory| *5 #8#) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) #22=(|isDomain| *2 (|Void|)) (|isDomain| *1 (|RegularTriangularSetGcdPackage| *3 *4 *5 *6 *7)) (|ofCategory| *7 (|RegularTriangularSetCategory| *3 *4 *5 *6)))) (|startTableInvSet!| #23=(*1 *2 *3 *3 *3) #24=(AND (|isDomain| *3 (|String|)) (|ofCategory| *4 #4#) (|ofCategory| *5 #6#) (|ofCategory| *6 #8#) (|ofCategory| *7 (|RecursivePolynomialCategory| *4 *5 *6)) #22# (|isDomain| *1 (|RegularTriangularSetGcdPackage| *4 *5 *6 *7 *8)) (|ofCategory| *8 (|RegularTriangularSetCategory| *4 *5 *6 *7)))) (|stopTableGcd!| #20# #21#) (|startTableGcd!| #23# #24#))
@@ -3323,7 +3323,7 @@ NIL
(((|SpadSyntaxCategory|) (|Category|)) (T |SpadSyntaxCategory|))
NIL
(|Join| (|AbstractSyntaxCategory|))
-(((|AbstractSyntaxCategory|) . T) ((|BasicType|) . T) ((|CoercibleFrom| #1=(|Syntax|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CoercibleTo| #1#) . T) ((|HomotopicTo| #1#) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbstractSyntaxCategory|) . T) ((|BasicType|) . T) ((|CoercibleFrom| #1=(|Syntax|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CoercibleTo| #1#) . T) ((|HomotopicTo| #1#) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|enterInCache| ((|#1| |#1| (|Mapping| (|Integer|) |#1| |#1|)) 41 T ELT) ((|#1| |#1| (|Mapping| (|Boolean|) |#1|)) 33 T ELT)) (|clearCache| (((|Void|)) 21 T ELT)) (|cache| (((|List| |#1|)) 13 T ELT)))
(((|SortedCache| |#1|) (CATEGORY |package| (SIGNATURE |clearCache| ((|Void|))) (SIGNATURE |cache| ((|List| |#1|))) (SIGNATURE |enterInCache| (|#1| |#1| (|Mapping| (|Boolean|) |#1|))) (SIGNATURE |enterInCache| (|#1| |#1| (|Mapping| (|Integer|) |#1| |#1|)))) (|CachableSet|)) (T |SortedCache|))
((|enterInCache| #1=(*1 *2 *2 *3) (AND (|isDomain| *3 (|Mapping| (|Integer|) *2 *2)) #2=(|ofCategory| *2 #3=(|CachableSet|)) #4=(|isDomain| *1 (|SortedCache| *2)))) (|enterInCache| #1# (AND (|isDomain| *3 (|Mapping| (|Boolean|) *2)) #2# #4#)) (|cache| #5=(*1 *2) (AND (|isDomain| *2 (|List| *3)) #6=(|isDomain| *1 (|SortedCache| *3)) #7=(|ofCategory| *3 #3#))) (|clearCache| #5# (AND (|isDomain| *2 (|Void|)) #6# #7#)))
@@ -3354,14 +3354,14 @@ NIL
((|map| (((|SegmentBinding| |#2|) (|Mapping| |#2| |#1|) (|SegmentBinding| |#1|)) 19 T ELT)))
(((|SegmentBindingFunctions2| |#1| |#2|) (CATEGORY |package| (SIGNATURE |map| ((|SegmentBinding| |#2|) (|Mapping| |#2| |#1|) (|SegmentBinding| |#1|)))) #1=(|Type|) #1#) (T |SegmentBindingFunctions2|))
((|map| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Mapping| *6 *5)) (|isDomain| *4 (|SegmentBinding| *5)) (|ofCategory| *5 #1=(|Type|)) (|ofCategory| *6 #1#) (|isDomain| *2 (|SegmentBinding| *6)) (|isDomain| *1 (|SegmentBindingFunctions2| *5 *6)))))
-((|segment| (($ |#1| |#1|) 8 T ELT)) (|low| ((|#1| $) 11 T ELT)) (|lo| ((|#1| $) 13 T ELT)) (|incr| (((|Integer|) $) 9 T ELT)) (|high| ((|#1| $) 10 T ELT)) (|hi| ((|#1| $) 12 T ELT)) (|convert| (($ |#1|) 6 T ELT)) (SEGMENT (($ |#1| |#1|) 15 T ELT)) (BY (($ $ (|Integer|)) 14 T ELT)))
+((|segment| (#1=($ |#1| |#1|) 8 T ELT)) (|low| (#2=(|#1| $) 11 T ELT)) (|lo| (#2# 13 T ELT)) (|incr| ((#3=(|Integer|) $) 9 T ELT)) (|high| (#2# 10 T ELT)) (|hi| (#2# 12 T ELT)) (|convert| (($ |#1|) 6 T ELT)) (SEGMENT (#1# 15 T ELT)) (BY (($ $ #3#) 14 T ELT)))
(((|SegmentCategory| |#1|) (|Category|) (|Type|)) (T |SegmentCategory|))
-((SEGMENT (*1 *1 *2 *2) (AND (|ofCategory| *1 (|SegmentCategory| *2)) (|ofCategory| *2 (|Type|)))) (BY (*1 *1 *1 *2) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|SegmentCategory| *3)) (|ofCategory| *3 (|Type|)))) (|lo| (*1 *2 *1) (AND (|ofCategory| *1 (|SegmentCategory| *2)) (|ofCategory| *2 (|Type|)))) (|hi| (*1 *2 *1) (AND (|ofCategory| *1 (|SegmentCategory| *2)) (|ofCategory| *2 (|Type|)))) (|low| (*1 *2 *1) (AND (|ofCategory| *1 (|SegmentCategory| *2)) (|ofCategory| *2 (|Type|)))) (|high| (*1 *2 *1) (AND (|ofCategory| *1 (|SegmentCategory| *2)) (|ofCategory| *2 (|Type|)))) (|incr| (*1 *2 *1) (AND (|ofCategory| *1 (|SegmentCategory| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|Integer|)))) (|segment| (*1 *1 *2 *2) (AND (|ofCategory| *1 (|SegmentCategory| *2)) (|ofCategory| *2 (|Type|)))))
-(|Join| (|ConvertibleFrom| |t#1|) (CATEGORY |domain| (SIGNATURE SEGMENT ($ |t#1| |t#1|)) (SIGNATURE BY ($ $ (|Integer|))) (SIGNATURE |lo| (|t#1| $)) (SIGNATURE |hi| (|t#1| $)) (SIGNATURE |low| (|t#1| $)) (SIGNATURE |high| (|t#1| $)) (SIGNATURE |incr| ((|Integer|) $)) (SIGNATURE |segment| ($ |t#1| |t#1|))))
+((SEGMENT #1=(*1 *1 *2 *2) #2=(AND (|ofCategory| *1 (|SegmentCategory| *2)) (|ofCategory| *2 #3=(|Type|)))) (BY (*1 *1 *1 *2) (AND #4=(|isDomain| *2 (|Integer|)) #5=(|ofCategory| *1 (|SegmentCategory| *3)) #6=(|ofCategory| *3 #3#))) (|lo| #7=(*1 *2 *1) #2#) (|hi| #7# #2#) (|low| #7# #2#) (|high| #7# #2#) (|incr| #7# (AND #5# #6# #4#)) (|segment| #1# #2#))
+(|Join| (|ConvertibleFrom| |t#1|) (CATEGORY |domain| (SIGNATURE SEGMENT #1=($ |t#1| |t#1|)) (SIGNATURE BY ($ $ #2=(|Integer|))) (SIGNATURE |lo| #3=(|t#1| $)) (SIGNATURE |hi| #3#) (SIGNATURE |low| #3#) (SIGNATURE |high| #3#) (SIGNATURE |incr| (#2# $)) (SIGNATURE |segment| #1#)))
(((|ConvertibleFrom| |#1|) . T))
-((|segment| (($ |#1| |#1|) 8 T ELT)) (|map| ((|#2| (|Mapping| |#1| |#1|) $) 17 T ELT)) (|low| ((|#1| . #1=($)) 11 T ELT)) (|lo| ((|#1| . #1#) 13 T ELT)) (|incr| ((#2=(|Integer|) $) 9 T ELT)) (|high| ((|#1| . #1#) 10 T ELT)) (|hi| ((|#1| . #1#) 12 T ELT)) (|expand| ((|#2| (|List| $)) 19 T ELT) ((|#2| $) 18 T ELT)) (|convert| (($ |#1|) 6 T ELT)) (SEGMENT (($ |#1| |#1|) 15 T ELT)) (BY (($ $ #2#) 14 T ELT)))
+((|segment| (#1=($ |#1| |#1|) 8 T ELT)) (|map| ((|#2| (|Mapping| |#1| |#1|) $) 17 T ELT)) (|low| (#2=(|#1| $) 11 T ELT)) (|lo| (#2# 13 T ELT)) (|incr| ((#3=(|Integer|) $) 9 T ELT)) (|high| (#2# 10 T ELT)) (|hi| (#2# 12 T ELT)) (|expand| ((|#2| (|List| $)) 19 T ELT) ((|#2| $) 18 T ELT)) (|convert| (($ |#1|) 6 T ELT)) (SEGMENT (#1# 15 T ELT)) (BY (($ $ #3#) 14 T ELT)))
(((|SegmentExpansionCategory| |#1| |#2|) (|Category|) (|OrderedRing|) (|StreamAggregate| |t#1|)) (T |SegmentExpansionCategory|))
-((|expand| (*1 *2 *3) (AND (|isDomain| *3 (|List| *1)) (|ofCategory| *1 (|SegmentExpansionCategory| *4 *2)) (|ofCategory| *4 (|OrderedRing|)) (|ofCategory| *2 (|StreamAggregate| *4)))) (|expand| (*1 *2 *1) (AND (|ofCategory| *1 (|SegmentExpansionCategory| *3 *2)) (|ofCategory| *3 (|OrderedRing|)) (|ofCategory| *2 (|StreamAggregate| *3)))) (|map| (*1 *2 *3 *1) (AND (|isDomain| *3 (|Mapping| *4 *4)) (|ofCategory| *1 (|SegmentExpansionCategory| *4 *2)) (|ofCategory| *4 (|OrderedRing|)) (|ofCategory| *2 (|StreamAggregate| *4)))))
+((|expand| (*1 *2 *3) (AND (|isDomain| *3 (|List| *1)) #1=(|ofCategory| *1 (|SegmentExpansionCategory| *4 *2)) #2=(|ofCategory| *4 #3=(|OrderedRing|)) #4=(|ofCategory| *2 (|StreamAggregate| *4)))) (|expand| (*1 *2 *1) (AND (|ofCategory| *1 (|SegmentExpansionCategory| *3 *2)) (|ofCategory| *3 #3#) (|ofCategory| *2 (|StreamAggregate| *3)))) (|map| (*1 *2 *3 *1) (AND (|isDomain| *3 (|Mapping| *4 *4)) #1# #2# #4#)))
(|Join| (|SegmentCategory| |t#1|) (CATEGORY |domain| (SIGNATURE |expand| (|t#2| (|List| $))) (SIGNATURE |expand| (|t#2| $)) (SIGNATURE |map| (|t#2| (|Mapping| |t#1| |t#1|) $))))
(((|ConvertibleFrom| |#1|) . T) ((|SegmentCategory| |#1|) . T))
((~= #1=(((|Boolean|) $ $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|last| ((#2=(|SpadAst|) $) 14 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|coerce| (((|OutputForm|) $) 20 T ELT) (($ #3=(|Syntax|)) NIL T ELT) ((#3# $) NIL T ELT)) (|body| (((|List| #2#) $) 12 T ELT)) (|before?| #1#) (= #1#))
@@ -3373,11 +3373,11 @@ NIL
((|union| #1=(#2=($ $ $) NIL T ELT) (#3=($ $ |#2|) 13 T ELT) (($ |#2| $) 14 T ELT)) (|symmetricDifference| (#2# 10 T ELT)) (|difference| #1# (#3# 15 T ELT)))
(((|SetAggregate&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |union| (|#1| |#2| |#1|)) (SIGNATURE |union| #1=(|#1| |#1| |#2|)) (SIGNATURE |union| #2=(|#1| |#1| |#1|)) (SIGNATURE |symmetricDifference| #2#) (SIGNATURE |difference| #1#) (SIGNATURE |difference| #2#)) (|SetAggregate| |#2|) (|SetCategory|)) (T |SetAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|union| (($ $ $) 23 T ELT) (($ $ |#1|) 22 T ELT) (($ |#1| $) 21 T ELT)) (|symmetricDifference| (($ $ $) 25 T ELT)) (|subset?| (((|Boolean|) $ $) 24 T ELT)) (|set| (($) 30 T ELT) (($ (|List| |#1|)) 29 T ELT)) (|select| (($ (|Mapping| #2=(|Boolean|) |#1|) . #3=($)) 46 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#4=($) 38 T CONST)) (|removeDuplicates| (($ $) 48 (AND (|has| |#1| . #5=((|BasicType|))) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove| (($ |#1| $) 47 (AND (|has| |#1| . #5#) (|has| $ (|FiniteAggregate| |#1|))) ELT) (($ (|Mapping| #2# |#1|) . #3#) 45 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|part?| (((|Boolean|) $ $) 33 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|intersect| (($ $ $) 28 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|eval| (($ $ (|List| |#1|) (|List| |#1|)) 43 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6=((|SetCategory|)))) ELT) (($ $ |#1| |#1|) 42 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT) (($ $ (|Equation| |#1|)) 41 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT) (($ $ (|List| (|Equation| |#1|))) 40 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT)) (|eq?| ((#7=(|Boolean|) $ $) 34 T ELT)) (|empty?| ((#7# $) 37 T ELT)) (|empty| (#4# 36 T ELT)) (|difference| (($ $ $) 27 T ELT) (($ $ |#1|) 26 T ELT)) (|copy| (($ $) 35 T ELT)) (|convert| ((#8=(|InputForm|) $) 49 (|has| |#1| (|ConvertibleTo| #8#)) ELT)) (|construct| (($ (|List| |#1|)) 44 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|brace| (($) 32 T ELT) (($ (|List| |#1|)) 31 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|union| (#3=($ $ $) 23 T ELT) (#4=($ $ |#1|) 22 T ELT) (#5=($ |#1| $) 21 T ELT)) (|symmetricDifference| (#3# 25 T ELT)) (|subset?| (#1# 24 T ELT)) (|set| (#6=($) 30 T ELT) (#7=($ #8=(|List| |#1|)) 29 T ELT)) (|select| (#9=($ (|Mapping| #2# |#1|) $) 46 #10=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#6# 38 T CONST)) (|removeDuplicates| (#11=($ $) 48 #12=(AND (|has| |#1| (|BasicType|)) #10#) ELT)) (|remove| (#5# 47 #12# ELT) (#9# 45 #10# ELT)) (|part?| (#1# 33 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|intersect| (#3# 28 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|eval| (($ $ #8# #8#) 43 #13=(AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ELT) (($ $ |#1| |#1|) 42 #13# ELT) (($ $ #14=(|Equation| |#1|)) 41 #13# ELT) (($ $ (|List| #14#)) 40 #13# ELT)) (|eq?| (#1# 34 T ELT)) (|empty?| ((#2# $) 37 T ELT)) (|empty| (#6# 36 T ELT)) (|difference| (#3# 27 T ELT) (#4# 26 T ELT)) (|copy| (#11# 35 T ELT)) (|convert| ((#15=(|InputForm|) $) 49 (|has| |#1| (|ConvertibleTo| #15#)) ELT)) (|construct| (#7# 44 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|brace| (#6# 32 T ELT) (#7# 31 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
(((|SetAggregate| |#1|) (|Category|) (|SetCategory|)) (T |SetAggregate|))
-((|part?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|SetAggregate| *3)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|Boolean|)))) (|brace| (*1 *1) (AND (|ofCategory| *1 (|SetAggregate| *2)) (|ofCategory| *2 (|SetCategory|)))) (|brace| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *1 (|SetAggregate| *3)))) (|set| (*1 *1) (AND (|ofCategory| *1 (|SetAggregate| *2)) (|ofCategory| *2 (|SetCategory|)))) (|set| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *1 (|SetAggregate| *3)))) (|intersect| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|SetAggregate| *2)) (|ofCategory| *2 (|SetCategory|)))) (|difference| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|SetAggregate| *2)) (|ofCategory| *2 (|SetCategory|)))) (|difference| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|SetAggregate| *2)) (|ofCategory| *2 (|SetCategory|)))) (|symmetricDifference| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|SetAggregate| *2)) (|ofCategory| *2 (|SetCategory|)))) (|subset?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|SetAggregate| *3)) (|ofCategory| *3 (|SetCategory|)) (|isDomain| *2 (|Boolean|)))) (|union| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|SetAggregate| *2)) (|ofCategory| *2 (|SetCategory|)))) (|union| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|SetAggregate| *2)) (|ofCategory| *2 (|SetCategory|)))) (|union| (*1 *1 *2 *1) (AND (|ofCategory| *1 (|SetAggregate| *2)) (|ofCategory| *2 (|SetCategory|)))))
-(|Join| (|SetCategory|) (|Collection| |t#1|) (CATEGORY |domain| (ATTRIBUTE |partiallyOrderedSet|) (SIGNATURE |part?| ((|Boolean|) $ $)) (SIGNATURE |brace| ($)) (SIGNATURE |brace| ($ (|List| |t#1|))) (SIGNATURE |set| ($)) (SIGNATURE |set| ($ (|List| |t#1|))) (SIGNATURE |intersect| ($ $ $)) (SIGNATURE |difference| ($ $ $)) (SIGNATURE |difference| ($ $ |t#1|)) (SIGNATURE |symmetricDifference| ($ $ $)) (SIGNATURE |subset?| ((|Boolean|) $ $)) (SIGNATURE |union| ($ $ $)) (SIGNATURE |union| ($ $ |t#1|)) (SIGNATURE |union| ($ |t#1| $))))
-(((|Aggregate|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|part?| #1=(*1 *2 *1 *1) #2=(AND #3=(|ofCategory| *1 (|SetAggregate| *3)) #4=(|ofCategory| *3 #5=(|SetCategory|)) (|isDomain| *2 (|Boolean|)))) (|brace| #6=(*1 *1) #7=(AND (|ofCategory| *1 (|SetAggregate| *2)) (|ofCategory| *2 #5#))) (|brace| #8=(*1 *1 *2) #9=(AND (|isDomain| *2 (|List| *3)) #4# #3#)) (|set| #6# #7#) (|set| #8# #9#) (|intersect| #10=(*1 *1 *1 *1) #7#) (|difference| #10# #7#) (|difference| #11=(*1 *1 *1 *2) #7#) (|symmetricDifference| #10# #7#) (|subset?| #1# #2#) (|union| #10# #7#) (|union| #11# #7#) (|union| (*1 *1 *2 *1) #7#))
+(|Join| (|SetCategory|) (|Collection| |t#1|) (CATEGORY |domain| (ATTRIBUTE |partiallyOrderedSet|) (SIGNATURE |part?| #1=((|Boolean|) $ $)) (SIGNATURE |brace| #2=($)) (SIGNATURE |brace| #3=($ (|List| |t#1|))) (SIGNATURE |set| #2#) (SIGNATURE |set| #3#) (SIGNATURE |intersect| #4=($ $ $)) (SIGNATURE |difference| #4#) (SIGNATURE |difference| #5=($ $ |t#1|)) (SIGNATURE |symmetricDifference| #4#) (SIGNATURE |subset?| #1#) (SIGNATURE |union| #4#) (SIGNATURE |union| #5#) (SIGNATURE |union| ($ |t#1| $))))
+(((|Aggregate|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|SetCategory|) . T) ((|Type|) . T))
((|latex| (((|String|) $) 10 T ELT)) (|hash| (((|SingleInteger|) $) 8 T ELT)))
(((|SetCategory&| |#1|) (CATEGORY |package| (SIGNATURE |latex| ((|String|) |#1|)) (SIGNATURE |hash| ((|SingleInteger|) |#1|))) (|SetCategory|)) (T |SetCategory&|))
NIL
@@ -3385,18 +3385,18 @@ NIL
(((|SetCategory|) (|Category|)) (T |SetCategory|))
((|hash| #1=(*1 *2 *1) (AND #2=(|ofCategory| *1 (|SetCategory|)) (|isDomain| *2 (|SingleInteger|)))) (|latex| #1# (AND #2# (|isDomain| *2 (|String|)))))
(|Join| (|BasicType|) (|CoercibleTo| (|OutputForm|)) (CATEGORY |domain| (SIGNATURE |hash| ((|SingleInteger|) $)) (SIGNATURE |latex| ((|String|) $))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|Type|) . T))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|size| ((#4=(|NonNegativeInteger|)) 35 T ELT)) (|setOfMinN| (($ #5=(|List| #6=(|PositiveInteger|))) 69 T ELT)) (|replaceKthElement| ((#7=(|Union| $ "failed") $ #6# #6#) 80 T ELT)) (|random| (($) 39 T ELT)) (|member?| ((#3# #6# $) 41 T ELT)) (|lookup| ((#6# $) 63 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|index| (($ #6#) 38 T ELT)) (|incrementKthElement| ((#7# $ #6#) 76 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|enumerate| (((|Vector| $)) 46 T ELT)) (|elements| ((#5# $) 27 T ELT)) (|delta| ((#4# $ #6# #6#) 77 T ELT)) (|coerce| (((|OutputForm|) $) 32 T ELT)) (|before?| #1#) (= (#2# 24 T ELT)))
(((|SetOfMIntegersInOneToN| |#1| |#2|) (|Join| (|Finite|) (CATEGORY |domain| (SIGNATURE |incrementKthElement| (#1=(|Union| $ "failed") $ #2=(|PositiveInteger|))) (SIGNATURE |replaceKthElement| (#1# $ #2# #2#)) (SIGNATURE |elements| (#3=(|List| #2#) $)) (SIGNATURE |setOfMinN| ($ #3#)) (SIGNATURE |enumerate| ((|Vector| $))) (SIGNATURE |member?| ((|Boolean|) #2# $)) (SIGNATURE |delta| ((|NonNegativeInteger|) $ #2# #2#)))) #2# #2#) (T |SetOfMIntegersInOneToN|))
((|incrementKthElement| (*1 *1 *1 *2) #1=(|partial| AND (|isDomain| *2 #2=(|PositiveInteger|)) #3=(|isDomain| *1 #4=(|SetOfMIntegersInOneToN| *3 *4)) (|ofType| *3 *2) (|ofType| *4 *2))) (|replaceKthElement| (*1 *1 *1 *2 *2) #1#) (|elements| (*1 *2 *1) #5=(AND (|isDomain| *2 (|List| #2#)) #3# #6=(|ofType| *3 #2#) #7=(|ofType| *4 #2#))) (|setOfMinN| (*1 *1 *2) #5#) (|enumerate| (*1 *2) (AND (|isDomain| *2 (|Vector| #4#)) #3# #6# #7#)) (|member?| (*1 *2 *3 *1) (AND #8=(|isDomain| *3 #2#) (|isDomain| *2 (|Boolean|)) #9=(|isDomain| *1 (|SetOfMIntegersInOneToN| *4 *5)) #10=(|ofType| *4 *3) #11=(|ofType| *5 *3))) (|delta| (*1 *2 *1 *3 *3) (AND #8# (|isDomain| *2 (|NonNegativeInteger|)) #9# #10# #11#)))
((~= #1=((#2=(|Boolean|) $ $) NIL T ELT)) (|symbol?| #3=((#2# $) NIL T ELT)) (|symbol| ((#4=(|Symbol|) $) NIL T ELT)) (|string?| #3#) (|string| #5=((#6=(|String|) $) NIL T ELT)) (|pair?| #3#) (|null?| #3#) (|list?| #3#) (|latex| #5#) (|integer?| #3#) (|integer| #7=((#8=(|Integer|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|float?| #3#) (|float| ((#9=(|DoubleFloat|) $) NIL T ELT)) (|expr| #10=((#11=(|OutputForm|) $) NIL T ELT)) (|eq| #1#) (|elt| (($ $ #8#) NIL T ELT) (($ $ (|List| #8#)) NIL T ELT)) (|destruct| ((#12=(|List| $) $) NIL T ELT)) (|convert| (($ #6#) NIL T ELT) (($ #4#) NIL T ELT) (($ #8#) NIL T ELT) (($ #9#) NIL T ELT) (($ #11#) NIL T ELT) (($ #12#) NIL T ELT)) (|coerce| #10#) (|cdr| #13=(($ $) NIL T ELT)) (|car| #13#) (|before?| #1#) (|atom?| #3#) (= #1#) (|#| #7#))
(((|SExpression|) (|SExpressionCategory| (|String|) (|Symbol|) (|Integer|) (|DoubleFloat|) (|OutputForm|))) (T |SExpression|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|symbol?| (((|Boolean|) $) 36 T ELT)) (|symbol| ((|#2| $) 31 T ELT)) (|string?| (((|Boolean|) $) 37 T ELT)) (|string| ((|#1| $) 32 T ELT)) (|pair?| (((|Boolean|) $) 39 T ELT)) (|null?| (((|Boolean|) $) 41 T ELT)) (|list?| (((|Boolean|) $) 38 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|integer?| (((|Boolean|) $) 35 T ELT)) (|integer| ((|#3| $) 30 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|float?| (((|Boolean|) $) 34 T ELT)) (|float| ((|#4| $) 29 T ELT)) (|expr| ((|#5| $) 28 T ELT)) (|eq| (((|Boolean|) $ $) 42 T ELT)) (|elt| (($ $ (|Integer|)) 44 T ELT) (($ $ (|List| (|Integer|))) 43 T ELT)) (|destruct| (((|List| $) $) 33 T ELT)) (|convert| (($ |#1|) 50 T ELT) (($ |#2|) 49 T ELT) (($ |#3|) 48 T ELT) (($ |#4|) 47 T ELT) (($ |#5|) 46 T ELT) (($ (|List| $)) 45 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|cdr| (($ $) 26 T ELT)) (|car| (($ $) 27 T ELT)) (|before?| (#1# 6 T ELT)) (|atom?| (((|Boolean|) $) 40 T ELT)) (= (#1# 8 T ELT)) (|#| (((|Integer|) $) 25 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|symbol?| (#3=(#2# $) 36 T ELT)) (|symbol| ((|#2| $) 31 T ELT)) (|string?| (#3# 37 T ELT)) (|string| ((|#1| $) 32 T ELT)) (|pair?| (#3# 39 T ELT)) (|null?| (#3# 41 T ELT)) (|list?| (#3# 38 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|integer?| (#3# 35 T ELT)) (|integer| ((|#3| $) 30 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|float?| (#3# 34 T ELT)) (|float| ((|#4| $) 29 T ELT)) (|expr| ((|#5| $) 28 T ELT)) (|eq| (#1# 42 T ELT)) (|elt| (($ $ #4=(|Integer|)) 44 T ELT) (($ $ (|List| #4#)) 43 T ELT)) (|destruct| ((#5=(|List| $) $) 33 T ELT)) (|convert| (($ |#1|) 50 T ELT) (($ |#2|) 49 T ELT) (($ |#3|) 48 T ELT) (($ |#4|) 47 T ELT) (($ |#5|) 46 T ELT) (($ #5#) 45 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|cdr| (#6=($ $) 26 T ELT)) (|car| (#6# 27 T ELT)) (|before?| (#1# 6 T ELT)) (|atom?| (#3# 40 T ELT)) (= (#1# 8 T ELT)) (|#| ((#4# $) 25 T ELT)))
(((|SExpressionCategory| |#1| |#2| |#3| |#4| |#5|) (|Category|) #1=(|SetCategory|) #1# #1# #1# #1#) (T |SExpressionCategory|))
-((|eq| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|SExpressionCategory| *3 *4 *5 *6 *7)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)) (|ofCategory| *7 (|SetCategory|)) (|isDomain| *2 (|Boolean|)))) (|null?| (*1 *2 *1) (AND (|ofCategory| *1 (|SExpressionCategory| *3 *4 *5 *6 *7)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)) (|ofCategory| *7 (|SetCategory|)) (|isDomain| *2 (|Boolean|)))) (|atom?| (*1 *2 *1) (AND (|ofCategory| *1 (|SExpressionCategory| *3 *4 *5 *6 *7)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)) (|ofCategory| *7 (|SetCategory|)) (|isDomain| *2 (|Boolean|)))) (|pair?| (*1 *2 *1) (AND (|ofCategory| *1 (|SExpressionCategory| *3 *4 *5 *6 *7)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)) (|ofCategory| *7 (|SetCategory|)) (|isDomain| *2 (|Boolean|)))) (|list?| (*1 *2 *1) (AND (|ofCategory| *1 (|SExpressionCategory| *3 *4 *5 *6 *7)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)) (|ofCategory| *7 (|SetCategory|)) (|isDomain| *2 (|Boolean|)))) (|string?| (*1 *2 *1) (AND (|ofCategory| *1 (|SExpressionCategory| *3 *4 *5 *6 *7)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)) (|ofCategory| *7 (|SetCategory|)) (|isDomain| *2 (|Boolean|)))) (|symbol?| (*1 *2 *1) (AND (|ofCategory| *1 (|SExpressionCategory| *3 *4 *5 *6 *7)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)) (|ofCategory| *7 (|SetCategory|)) (|isDomain| *2 (|Boolean|)))) (|integer?| (*1 *2 *1) (AND (|ofCategory| *1 (|SExpressionCategory| *3 *4 *5 *6 *7)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)) (|ofCategory| *7 (|SetCategory|)) (|isDomain| *2 (|Boolean|)))) (|float?| (*1 *2 *1) (AND (|ofCategory| *1 (|SExpressionCategory| *3 *4 *5 *6 *7)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)) (|ofCategory| *7 (|SetCategory|)) (|isDomain| *2 (|Boolean|)))) (|destruct| (*1 *2 *1) (AND (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)) (|ofCategory| *7 (|SetCategory|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|SExpressionCategory| *3 *4 *5 *6 *7)))) (|string| (*1 *2 *1) (AND (|ofCategory| *1 (|SExpressionCategory| *2 *3 *4 *5 *6)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)) (|ofCategory| *2 (|SetCategory|)))) (|symbol| (*1 *2 *1) (AND (|ofCategory| *1 (|SExpressionCategory| *3 *2 *4 *5 *6)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)) (|ofCategory| *2 (|SetCategory|)))) (|integer| (*1 *2 *1) (AND (|ofCategory| *1 (|SExpressionCategory| *3 *4 *2 *5 *6)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)) (|ofCategory| *2 (|SetCategory|)))) (|float| (*1 *2 *1) (AND (|ofCategory| *1 (|SExpressionCategory| *3 *4 *5 *2 *6)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)) (|ofCategory| *2 (|SetCategory|)))) (|expr| (*1 *2 *1) (AND (|ofCategory| *1 (|SExpressionCategory| *3 *4 *5 *6 *2)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)) (|ofCategory| *2 (|SetCategory|)))) (|car| (*1 *1 *1) (AND (|ofCategory| *1 (|SExpressionCategory| *2 *3 *4 *5 *6)) (|ofCategory| *2 (|SetCategory|)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)))) (|cdr| (*1 *1 *1) (AND (|ofCategory| *1 (|SExpressionCategory| *2 *3 *4 *5 *6)) (|ofCategory| *2 (|SetCategory|)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)))) (|#| (*1 *2 *1) (AND (|ofCategory| *1 (|SExpressionCategory| *3 *4 *5 *6 *7)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *5 (|SetCategory|)) (|ofCategory| *6 (|SetCategory|)) (|ofCategory| *7 (|SetCategory|)) (|isDomain| *2 (|Integer|)))))
-(|Join| (|SetCategory|) (|ConvertibleFrom| |t#1|) (|ConvertibleFrom| |t#2|) (|ConvertibleFrom| |t#3|) (|ConvertibleFrom| |t#4|) (|ConvertibleFrom| |t#4|) (|ConvertibleFrom| |t#5|) (|ConvertibleFrom| (|List| $)) (|Eltable| (|Integer|) $) (|Eltable| (|List| (|Integer|)) $) (CATEGORY |domain| (SIGNATURE |eq| ((|Boolean|) $ $)) (SIGNATURE |null?| ((|Boolean|) $)) (SIGNATURE |atom?| ((|Boolean|) $)) (SIGNATURE |pair?| ((|Boolean|) $)) (SIGNATURE |list?| ((|Boolean|) $)) (SIGNATURE |string?| ((|Boolean|) $)) (SIGNATURE |symbol?| ((|Boolean|) $)) (SIGNATURE |integer?| ((|Boolean|) $)) (SIGNATURE |float?| ((|Boolean|) $)) (SIGNATURE |destruct| ((|List| $) $)) (SIGNATURE |string| (|t#1| $)) (SIGNATURE |symbol| (|t#2| $)) (SIGNATURE |integer| (|t#3| $)) (SIGNATURE |float| (|t#4| $)) (SIGNATURE |expr| (|t#5| $)) (SIGNATURE |car| ($ $)) (SIGNATURE |cdr| ($ $)) (SIGNATURE |#| ((|Integer|) $))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|ConvertibleFrom| (|List| $)) . T) ((|ConvertibleFrom| |#1|) . T) ((|ConvertibleFrom| |#2|) . T) ((|ConvertibleFrom| |#3|) . T) ((|ConvertibleFrom| |#4|) . T) ((|ConvertibleFrom| |#5|) . T) ((|Eltable| (|Integer|) $) . T) ((|Eltable| (|List| (|Integer|)) $) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|eq| (*1 *2 *1 *1) #1=(AND #2=(|ofCategory| *1 (|SExpressionCategory| *3 *4 *5 *6 *7)) #3=(|ofCategory| *3 #4=(|SetCategory|)) #5=(|ofCategory| *4 #4#) #6=(|ofCategory| *5 #4#) #7=(|ofCategory| *6 #4#) #8=(|ofCategory| *7 #4#) (|isDomain| *2 (|Boolean|)))) (|null?| #9=(*1 *2 *1) #1#) (|atom?| #9# #1#) (|pair?| #9# #1#) (|list?| #9# #1#) (|string?| #9# #1#) (|symbol?| #9# #1#) (|integer?| #9# #1#) (|float?| #9# #1#) (|destruct| #9# (AND #3# #5# #6# #7# #8# (|isDomain| *2 (|List| *1)) #2#)) (|string| #9# (AND #10=(|ofCategory| *1 (|SExpressionCategory| *2 *3 *4 *5 *6)) #3# #5# #6# #7# #11=(|ofCategory| *2 #4#))) (|symbol| #9# (AND (|ofCategory| *1 (|SExpressionCategory| *3 *2 *4 *5 *6)) #3# #5# #6# #7# #11#)) (|integer| #9# (AND (|ofCategory| *1 (|SExpressionCategory| *3 *4 *2 *5 *6)) #3# #5# #6# #7# #11#)) (|float| #9# (AND (|ofCategory| *1 (|SExpressionCategory| *3 *4 *5 *2 *6)) #3# #5# #6# #7# #11#)) (|expr| #9# (AND (|ofCategory| *1 (|SExpressionCategory| *3 *4 *5 *6 *2)) #3# #5# #6# #7# #11#)) (|car| #12=(*1 *1 *1) #13=(AND #10# #11# #3# #5# #6# #7#)) (|cdr| #12# #13#) (|#| #9# (AND #2# #3# #5# #6# #7# #8# (|isDomain| *2 (|Integer|)))))
+(|Join| (|SetCategory|) (|ConvertibleFrom| |t#1|) (|ConvertibleFrom| |t#2|) (|ConvertibleFrom| |t#3|) #1=(|ConvertibleFrom| |t#4|) #1# (|ConvertibleFrom| |t#5|) (|ConvertibleFrom| #2=(|List| $)) (|Eltable| #3=(|Integer|) $) (|Eltable| (|List| #3#) $) (CATEGORY |domain| (SIGNATURE |eq| (#4=(|Boolean|) $ $)) (SIGNATURE |null?| #5=(#4# $)) (SIGNATURE |atom?| #5#) (SIGNATURE |pair?| #5#) (SIGNATURE |list?| #5#) (SIGNATURE |string?| #5#) (SIGNATURE |symbol?| #5#) (SIGNATURE |integer?| #5#) (SIGNATURE |float?| #5#) (SIGNATURE |destruct| (#2# $)) (SIGNATURE |string| (|t#1| $)) (SIGNATURE |symbol| (|t#2| $)) (SIGNATURE |integer| (|t#3| $)) (SIGNATURE |float| (|t#4| $)) (SIGNATURE |expr| (|t#5| $)) (SIGNATURE |car| #6=($ $)) (SIGNATURE |cdr| #6#) (SIGNATURE |#| (#3# $))))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|ConvertibleFrom| (|List| $)) . T) ((|ConvertibleFrom| |#1|) . T) ((|ConvertibleFrom| |#2|) . T) ((|ConvertibleFrom| |#3|) . T) ((|ConvertibleFrom| |#4|) . T) ((|ConvertibleFrom| |#5|) . T) ((|Eltable| #1=(|Integer|) $) . T) ((|Eltable| (|List| #1#) $) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|symbol?| (#4=(#3# $) 45 T ELT)) (|symbol| ((|#2| $) 48 T ELT)) (|string?| (#4# 20 T ELT)) (|string| ((|#1| $) 21 T ELT)) (|pair?| (#4# 42 T ELT)) (|null?| (#4# 14 T ELT)) (|list?| (#4# 44 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|integer?| (#4# 46 T ELT)) (|integer| ((|#3| $) 50 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|float?| (#4# 47 T ELT)) (|float| ((|#4| $) 49 T ELT)) (|expr| ((|#5| $) 51 T ELT)) (|eq| (#2# 41 T ELT)) (|elt| (($ $ #5=(|Integer|)) 62 T ELT) (($ $ (|List| #5#)) 64 T ELT)) (|destruct| ((#6=(|List| $) $) 27 T ELT)) (|convert| (($ |#1|) 53 T ELT) (($ |#2|) 54 T ELT) (($ |#3|) 55 T ELT) (($ |#4|) 56 T ELT) (($ |#5|) 57 T ELT) (($ #6#) 52 T ELT)) (|coerce| (((|OutputForm|) $) 28 T ELT)) (|cdr| (#7=($ $) 26 T ELT)) (|car| (#7# 58 T ELT)) (|before?| #1#) (|atom?| (#4# 23 T ELT)) (= (#2# 40 T ELT)) (|#| ((#5# $) 60 T ELT)))
(((|SExpressionOf| |#1| |#2| |#3| |#4| |#5|) (|SExpressionCategory| |#1| |#2| |#3| |#4| |#5|) #1=(|SetCategory|) #1# #1# #1# #1#) (T |SExpressionOf|))
NIL
@@ -3406,11 +3406,11 @@ NIL
((|stoseSquareFreePart| ((#1=(|List| (|Record| (|:| |val| |#4|) #2=(|:| |tower| |#5|))) |#4| |#5|) 106 T ELT)) (|stosePrepareSubResAlgo| ((#3=(|List| (|Record| (|:| |val| (|List| |#4|)) #2#)) |#4| |#4| |#5|) 79 T ELT)) (|stoseLastSubResultant| (#4=(#1# |#4| |#4| |#5|) 100 T ELT)) (|stoseInvertibleSetsqfreg| (#5=((|List| |#5|) |#4| |#5|) 122 T ELT)) (|stoseInvertibleSetreg| (#5# 129 T ELT)) (|stoseInvertibleSet| (#5# 130 T ELT)) (|stoseInvertible?sqfreg| (#6=((|List| (|Record| (|:| |val| #7=(|Boolean|)) #2#)) |#4| |#5|) 107 T ELT)) (|stoseInvertible?reg| (#6# 128 T ELT)) (|stoseInvertible?| (#6# 47 T ELT) ((#7# |#4| |#5|) 55 T ELT)) (|stoseInternalLastSubResultant| ((#1# #3# |#3| #7#) 91 T ELT) ((#1# |#4| |#4| |#5| #7# #7#) 52 T ELT)) (|stoseIntegralLastSubResultant| (#4# 86 T ELT)) (|stopTableInvSet!| (#8=(#9=(|Void|)) 36 T ELT)) (|stopTableGcd!| (#8# 25 T ELT)) (|startTableInvSet!| (#10=(#9# #11=(|String|) #11# #11#) 32 T ELT)) (|startTableGcd!| (#10# 21 T ELT)))
(((|SquareFreeRegularTriangularSetGcdPackage| |#1| |#2| |#3| |#4| |#5|) (CATEGORY |package| (SIGNATURE |startTableGcd!| #1=(#2=(|Void|) #3=(|String|) #3# #3#)) (SIGNATURE |stopTableGcd!| #4=(#2#)) (SIGNATURE |startTableInvSet!| #1#) (SIGNATURE |stopTableInvSet!| #4#) (SIGNATURE |stosePrepareSubResAlgo| (#5=(|List| (|Record| (|:| |val| (|List| |#4|)) #6=(|:| |tower| |#5|))) |#4| |#4| |#5|)) (SIGNATURE |stoseInternalLastSubResultant| (#7=(|List| (|Record| (|:| |val| |#4|) #6#)) |#4| |#4| |#5| #8=(|Boolean|) #8#)) (SIGNATURE |stoseInternalLastSubResultant| (#7# #5# |#3| #8#)) (SIGNATURE |stoseIntegralLastSubResultant| #9=(#7# |#4| |#4| |#5|)) (SIGNATURE |stoseLastSubResultant| #9#) (SIGNATURE |stoseInvertible?| (#8# |#4| |#5|)) (SIGNATURE |stoseInvertible?sqfreg| #10=((|List| (|Record| (|:| |val| #8#) #6#)) |#4| |#5|)) (SIGNATURE |stoseInvertibleSetsqfreg| #11=((|List| |#5|) |#4| |#5|)) (SIGNATURE |stoseInvertible?reg| #10#) (SIGNATURE |stoseInvertibleSetreg| #11#) (SIGNATURE |stoseInvertible?| #10#) (SIGNATURE |stoseInvertibleSet| #11#) (SIGNATURE |stoseSquareFreePart| (#7# |#4| |#5|))) (|GcdDomain|) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|RecursivePolynomialCategory| |#1| |#2| |#3|) (|RegularTriangularSetCategory| |#1| |#2| |#3| |#4|)) (T |SquareFreeRegularTriangularSetGcdPackage|))
((|stoseSquareFreePart| #1=(*1 *2 *3 *4) #2=(AND #3=(|ofCategory| *5 #4=(|GcdDomain|)) #5=(|ofCategory| *6 #6=(|OrderedAbelianMonoidSup|)) #7=(|ofCategory| *7 #8=(|OrderedSet|)) #9=(|ofCategory| *3 (|RecursivePolynomialCategory| *5 *6 *7)) #10=(|isDomain| *2 (|List| (|Record| (|:| |val| *3) #11=(|:| |tower| *4)))) #12=(|isDomain| *1 (|SquareFreeRegularTriangularSetGcdPackage| *5 *6 *7 *3 *4)) #13=(|ofCategory| *4 (|RegularTriangularSetCategory| *5 *6 *7 *3)))) (|stoseInvertibleSet| #1# #14=(AND #3# #5# #7# #9# (|isDomain| *2 (|List| *4)) #12# #13#)) (|stoseInvertible?| #1# #15=(AND #3# #5# #7# #9# (|isDomain| *2 (|List| (|Record| (|:| |val| #16=(|Boolean|)) #11#))) #12# #13#)) (|stoseInvertibleSetreg| #1# #14#) (|stoseInvertible?reg| #1# #15#) (|stoseInvertibleSetsqfreg| #1# #14#) (|stoseInvertible?sqfreg| #1# #15#) (|stoseInvertible?| #1# (AND #3# #5# #7# #9# (|isDomain| *2 #16#) #12# #13#)) (|stoseLastSubResultant| #17=(*1 *2 *3 *3 *4) #2#) (|stoseIntegralLastSubResultant| #17# #2#) (|stoseInternalLastSubResultant| (*1 *2 *3 *4 *5) (AND (|isDomain| *3 (|List| (|Record| (|:| |val| (|List| *8)) #18=(|:| |tower| *9)))) #19=(|isDomain| *5 #16#) (|ofCategory| *8 (|RecursivePolynomialCategory| *6 *7 *4)) (|ofCategory| *9 (|RegularTriangularSetCategory| *6 *7 *4 *8)) #20=(|ofCategory| *6 #4#) #21=(|ofCategory| *7 #6#) (|ofCategory| *4 #8#) (|isDomain| *2 (|List| (|Record| (|:| |val| *8) #18#))) (|isDomain| *1 (|SquareFreeRegularTriangularSetGcdPackage| *6 *7 *4 *8 *9)))) (|stoseInternalLastSubResultant| (*1 *2 *3 *3 *4 *5 *5) (AND #19# #20# #21# (|ofCategory| *8 #8#) (|ofCategory| *3 (|RecursivePolynomialCategory| *6 *7 *8)) #10# (|isDomain| *1 (|SquareFreeRegularTriangularSetGcdPackage| *6 *7 *8 *3 *4)) (|ofCategory| *4 (|RegularTriangularSetCategory| *6 *7 *8 *3)))) (|stosePrepareSubResAlgo| #17# (AND #3# #5# #7# #9# (|isDomain| *2 (|List| (|Record| (|:| |val| (|List| *3)) #11#))) #12# #13#)) (|stopTableInvSet!| #22=(*1 *2) #23=(AND (|ofCategory| *3 #4#) (|ofCategory| *4 #6#) (|ofCategory| *5 #8#) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) #24=(|isDomain| *2 (|Void|)) (|isDomain| *1 (|SquareFreeRegularTriangularSetGcdPackage| *3 *4 *5 *6 *7)) (|ofCategory| *7 (|RegularTriangularSetCategory| *3 *4 *5 *6)))) (|startTableInvSet!| #25=(*1 *2 *3 *3 *3) #26=(AND (|isDomain| *3 (|String|)) (|ofCategory| *4 #4#) (|ofCategory| *5 #6#) (|ofCategory| *6 #8#) (|ofCategory| *7 (|RecursivePolynomialCategory| *4 *5 *6)) #24# (|isDomain| *1 (|SquareFreeRegularTriangularSetGcdPackage| *4 *5 *6 *7 *8)) (|ofCategory| *8 (|RegularTriangularSetCategory| *4 *5 *6 *7)))) (|stopTableGcd!| #22# #23#) (|startTableGcd!| #25# #26#))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) (|:| |open| (|List| |#4|)))) (|List| |#4|)) 91 T ELT)) (|zeroSetSplit| (((|List| $) (|List| |#4|)) 92 T ELT) ((#2=(|List| $) (|List| |#4|) #3=(|Boolean|)) 120 T ELT)) (|variables| (((|List| |#3|) . #4=($)) 39 T ELT)) (|trivialIdeal?| (#5=(#6=(|Boolean|) $) 32 T ELT)) (|triangular?| (#5# 23 (|has| |#1| . #7=((|IntegralDomain|))) ELT)) (|stronglyReduced?| ((#8=(|Boolean|) |#4| . #9=($)) 107 T ELT) (#10=(#8# $) 103 T ELT)) (|stronglyReduce| ((|#4| |#4| . #11=($)) 98 T ELT)) (|squareFreePart| (((|List| (|Record| (|:| |val| |#4|) . #12=(#13=(|:| |tower| $)))) |#4| $) 135 T ELT)) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) 33 T ELT)) (|select| (($ (|Mapping| #14=(|Boolean|) |#4|) . #15=($)) 67 (|has| $ (|FiniteAggregate| |#4|)) ELT) (((|Union| |#4| . #16=(#17="failed")) $ |#3|) 85 T ELT)) (|sample| (#18=($) 59 T CONST)) (|roughUnitIdeal?| (#5# 28 (|has| |#1| . #7#) ELT)) (|roughSubIdeal?| (#19=(#6# $ $) 30 (|has| |#1| . #7#) ELT)) (|roughEqualIdeals?| (#19# 29 (|has| |#1| . #7#) ELT)) (|roughBase?| (#5# 31 (|has| |#1| . #7#) ELT)) (|rewriteSetWithReduction| (((|List| |#4|) (|List| |#4|) $ (|Mapping| |#4| |#4| |#4|) (|Mapping| #8# |#4| |#4|)) 99 T ELT)) (|rewriteIdealWithRemainder| (((|List| |#4|) (|List| |#4|) . #20=($)) 24 (|has| |#1| . #7#) ELT)) (|rewriteIdealWithHeadRemainder| (((|List| |#4|) (|List| |#4|) . #20#) 25 (|has| |#1| . #7#) ELT)) (|retractIfCan| (((|Union| $ "failed") (|List| |#4|)) 42 T ELT)) (|retract| (($ (|List| |#4|)) 41 T ELT)) (|rest| ((#21=(|Union| $ #17#) $) 88 T ELT)) (|removeZero| ((|#4| |#4| . #11#) 95 T ELT)) (|removeDuplicates| (($ $) 69 (AND (|has| |#4| . #22=((|BasicType|))) (|has| $ (|FiniteAggregate| |#4|))) ELT)) (|remove| (($ |#4| $) 68 (AND (|has| |#4| . #22#) (|has| $ (|FiniteAggregate| |#4|))) ELT) (($ (|Mapping| #14# |#4|) . #15#) 66 (|has| $ (|FiniteAggregate| |#4|)) ELT)) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| . #7#) ELT)) (|reduced?| ((#8# |#4| $ (|Mapping| #8# |#4| |#4|)) 108 T ELT)) (|reduceByQuasiMonic| ((|#4| |#4| . #11#) 93 T ELT)) (|reduce| ((|#4| (|Mapping| |#4| |#4| |#4|) $ |#4| |#4|) 54 (|has| |#4| . #23=((|BasicType|))) ELT) ((|#4| (|Mapping| |#4| |#4| |#4|) $ |#4|) 50 T ELT) ((|#4| (|Mapping| |#4| |#4| |#4|) $) 49 T ELT) ((|#4| |#4| $ (|Mapping| |#4| |#4| |#4|) (|Mapping| #8# |#4| |#4|)) 100 T ELT)) (|quasiComponent| (((|Record| (|:| |close| (|List| |#4|)) (|:| |open| (|List| |#4|))) $) 111 T ELT)) (|purelyTranscendental?| ((#3# |#4| . #24=($)) 145 T ELT)) (|purelyAlgebraicLeadingMonomial?| ((#3# |#4| . #24#) 142 T ELT)) (|purelyAlgebraic?| ((#3# |#4| . #24#) 146 T ELT) ((#3# $) 143 T ELT)) (|normalized?| ((#8# |#4| . #9#) 110 T ELT) (#10# 109 T ELT)) (|mvar| ((|#3| $) 40 T ELT)) (|members| (((|List| |#4|) $) 48 T ELT)) (|member?| ((#25=(|Boolean|) |#4| $) 53 (|has| |#4| . #23#) ELT)) (|map!| (($ (|Mapping| |#4| |#4|) $) 117 T ELT)) (|map| (($ (|Mapping| |#4| |#4|) $) 60 T ELT)) (|mainVariables| (((|List| |#3|) . #4#) 38 T ELT)) (|mainVariable?| ((#6# |#3| $) 37 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|lastSubResultantElseSplit| (((|Union| |#4| #2#) |#4| |#4| $) 137 T ELT)) (|lastSubResultant| (((|List| (|Record| (|:| |val| |#4|) . #12#)) |#4| |#4| $) 136 T ELT)) (|last| (((|Union| |#4| . #16#) . #26=($)) 89 T ELT)) (|invertibleSet| ((#2# |#4| . #27=($)) 138 T ELT)) (|invertibleElseSplit?| (((|Union| #3# #2#) |#4| $) 141 T ELT)) (|invertible?| (((|List| (|Record| (|:| |val| #3#) #13#)) |#4| $) 140 T ELT) ((#3# |#4| . #24#) 139 T ELT)) (|intersect| ((#2# |#4| . #27#) 134 T ELT) ((#2# (|List| |#4|) . #28=($)) 133 T ELT) ((#2# (|List| |#4|) . #29=(#2#)) 132 T ELT) ((#2# |#4| . #30=(#2#)) 131 T ELT)) (|internalAugment| (($ |#4| $) 126 T ELT) (($ (|List| |#4|) $) 125 T ELT)) (|initials| (((|List| |#4|) $) 113 T ELT)) (|initiallyReduced?| ((#8# |#4| . #9#) 105 T ELT) (#10# 101 T ELT)) (|initiallyReduce| ((|#4| |#4| . #11#) 96 T ELT)) (|infRittWu?| ((#8# $ $) 116 T ELT)) (|headRemainder| (((|Record| (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 27 (|has| |#1| . #7#) ELT)) (|headReduced?| ((#8# |#4| . #9#) 106 T ELT) (#10# 102 T ELT)) (|headReduce| ((|#4| |#4| . #11#) 97 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|first| (((|Union| |#4| . #16#) . #26#) 90 T ELT)) (|find| (((|Union| |#4| "failed") (|Mapping| #25# |#4|) $) 51 T ELT)) (|extendIfCan| ((#21# $ |#4|) 84 T ELT)) (|extend| (($ $ |#4|) 83 T ELT) ((#2# |#4| . #27#) 124 T ELT) ((#2# |#4| . #30#) 123 T ELT) ((#2# (|List| |#4|) . #28#) 122 T ELT) ((#2# (|List| |#4|) . #29#) 121 T ELT)) (|every?| ((#25# (|Mapping| #25# |#4|) . #31=($)) 46 T ELT)) (|eval| (($ $ (|List| |#4|) (|List| |#4|)) 64 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #32=((|SetCategory|)))) ELT) (($ $ |#4| |#4|) 63 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #32#)) ELT) (($ $ (|Equation| |#4|)) 62 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #32#)) ELT) (($ $ (|List| (|Equation| |#4|))) 61 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #32#)) ELT)) (|eq?| ((#33=(|Boolean|) $ $) 55 T ELT)) (|empty?| ((#33# $) 58 T ELT)) (|empty| (#18# 57 T ELT)) (|degree| (#34=((|NonNegativeInteger|) $) 112 T ELT)) (|count| ((#35=(|NonNegativeInteger|) |#4| $) 52 (|has| |#4| . #23#) ELT) ((#35# (|Mapping| #25# |#4|) $) 47 T ELT)) (|copy| (($ $) 56 T ELT)) (|convert| ((#36=(|InputForm|) $) 70 (|has| |#4| (|ConvertibleTo| #36#)) ELT)) (|construct| (($ (|List| |#4|)) 65 T ELT)) (|collectUpper| (($ $ |#3|) 34 T ELT)) (|collectUnder| (($ $ |#3|) 36 T ELT)) (|collectQuasiMonic| (($ $) 94 T ELT)) (|collect| (($ $ |#3|) 35 T ELT)) (|coerce| (((|OutputForm|) . #37=($)) 13 T ELT) (((|List| |#4|) . #37#) 43 T ELT)) (|coHeight| (#34# 82 (|has| |#3| (|Finite|)) ELT)) (|before?| (#1# 6 T ELT)) (|basicSet| (((|Union| (|Record| #38=(|:| |bas| $) (|:| |top| (|List| |#4|))) . #39=(#17#)) (|List| |#4|) (|Mapping| #8# |#4| |#4|)) 115 T ELT) (((|Union| (|Record| #38# (|:| |top| (|List| |#4|))) . #39#) (|List| |#4|) (|Mapping| #8# |#4|) (|Mapping| #8# |#4| |#4|)) 114 T ELT)) (|autoReduced?| ((#8# $ (|Mapping| #8# |#4| (|List| |#4|))) 104 T ELT)) (|augment| ((#2# |#4| . #27#) 130 T ELT) ((#2# |#4| . #30#) 129 T ELT) ((#2# (|List| |#4|) . #28#) 128 T ELT) ((#2# (|List| |#4|) . #29#) 127 T ELT)) (|any?| ((#25# (|Mapping| #25# |#4|) . #31#) 45 T ELT)) (|algebraicVariables| (((|List| |#3|) $) 87 T ELT)) (|algebraicCoefficients?| ((#3# |#4| . #24#) 144 T ELT)) (|algebraic?| ((#8# |#3| $) 86 T ELT)) (= (#1# 8 T ELT)) (|#| ((#35# $) 44 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) #3=(|:| |open| #4=(|List| |#4|)))) #4#) 91 T ELT)) (|zeroSetSplit| ((#5=(|List| $) #4#) 92 T ELT) ((#5# #4# #2#) 120 T ELT)) (|variables| (#6=((|List| |#3|) $) 39 T ELT)) (|trivialIdeal?| (#7=(#2# $) 32 T ELT)) (|triangular?| (#7# 23 #8=(|has| |#1| (|IntegralDomain|)) ELT)) (|stronglyReduced?| (#9=(#2# |#4| $) 107 T ELT) (#7# 103 T ELT)) (|stronglyReduce| (#10=(|#4| |#4| $) 98 T ELT)) (|squareFreePart| ((#11=(|List| (|Record| (|:| |val| |#4|) #12=(|:| |tower| $))) |#4| $) 135 T ELT)) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) 33 T ELT)) (|select| (#13=($ #14=(|Mapping| #2# |#4|) $) 67 #15=(|has| $ (|FiniteAggregate| |#4|)) ELT) ((#16=(|Union| |#4| #17="failed") $ |#3|) 85 T ELT)) (|sample| (#18=($) 59 T CONST)) (|roughUnitIdeal?| (#7# 28 #8# ELT)) (|roughSubIdeal?| (#1# 30 #8# ELT)) (|roughEqualIdeals?| (#1# 29 #8# ELT)) (|roughBase?| (#7# 31 #8# ELT)) (|rewriteSetWithReduction| ((#4# #4# $ #19=(|Mapping| |#4| |#4| |#4|) #20=(|Mapping| #2# |#4| |#4|)) 99 T ELT)) (|rewriteIdealWithRemainder| (#21=(#4# #4# $) 24 #8# ELT)) (|rewriteIdealWithHeadRemainder| (#21# 25 #8# ELT)) (|retractIfCan| ((#22=(|Union| $ #17#) #4#) 42 T ELT)) (|retract| (#23=($ #4#) 41 T ELT)) (|rest| ((#22# $) 88 T ELT)) (|removeZero| (#10# 95 T ELT)) (|removeDuplicates| (#24=($ $) 69 #25=(AND #26=(|has| |#4| (|BasicType|)) #15#) ELT)) (|remove| (#27=($ |#4| $) 68 #25# ELT) (#13# 66 #15# ELT)) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| |#4|) #28=(|:| |den| |#1|)) |#4| $) 26 #8# ELT)) (|reduced?| ((#2# |#4| $ #20#) 108 T ELT)) (|reduceByQuasiMonic| (#10# 93 T ELT)) (|reduce| ((|#4| #19# $ |#4| |#4|) 54 #26# ELT) ((|#4| #19# $ |#4|) 50 T ELT) ((|#4| #19# $) 49 T ELT) ((|#4| |#4| $ #19# #20#) 100 T ELT)) (|quasiComponent| (((|Record| (|:| |close| #4#) #3#) $) 111 T ELT)) (|purelyTranscendental?| (#9# 145 T ELT)) (|purelyAlgebraicLeadingMonomial?| (#9# 142 T ELT)) (|purelyAlgebraic?| (#9# 146 T ELT) (#7# 143 T ELT)) (|normalized?| (#9# 110 T ELT) (#7# 109 T ELT)) (|mvar| ((|#3| $) 40 T ELT)) (|members| (#29=(#4# $) 48 T ELT)) (|member?| (#9# 53 #26# ELT)) (|map!| (#30=($ (|Mapping| |#4| |#4|) $) 117 T ELT)) (|map| (#30# 60 T ELT)) (|mainVariables| (#6# 38 T ELT)) (|mainVariable?| (#31=(#2# |#3| $) 37 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|lastSubResultantElseSplit| (((|Union| |#4| #5#) |#4| |#4| $) 137 T ELT)) (|lastSubResultant| ((#11# |#4| |#4| $) 136 T ELT)) (|last| (#32=(#16# $) 89 T ELT)) (|invertibleSet| (#33=(#5# |#4| $) 138 T ELT)) (|invertibleElseSplit?| (((|Union| #2# #5#) |#4| $) 141 T ELT)) (|invertible?| (((|List| (|Record| (|:| |val| #2#) #12#)) |#4| $) 140 T ELT) (#9# 139 T ELT)) (|intersect| (#33# 134 T ELT) (#34=(#5# #4# $) 133 T ELT) (#35=(#5# #4# #5#) 132 T ELT) (#36=(#5# |#4| #5#) 131 T ELT)) (|internalAugment| (#27# 126 T ELT) (($ #4# $) 125 T ELT)) (|initials| (#29# 113 T ELT)) (|initiallyReduced?| (#9# 105 T ELT) (#7# 101 T ELT)) (|initiallyReduce| (#10# 96 T ELT)) (|infRittWu?| (#1# 116 T ELT)) (|headRemainder| (((|Record| (|:| |num| |#4|) #28#) |#4| $) 27 #8# ELT)) (|headReduced?| (#9# 106 T ELT) (#7# 102 T ELT)) (|headReduce| (#10# 97 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|first| (#32# 90 T ELT)) (|find| ((#16# #14# $) 51 T ELT)) (|extendIfCan| ((#22# $ |#4|) 84 T ELT)) (|extend| (($ $ |#4|) 83 T ELT) (#33# 124 T ELT) (#36# 123 T ELT) (#34# 122 T ELT) (#35# 121 T ELT)) (|every?| (#37=(#2# #14# $) 46 T ELT)) (|eval| (($ $ #4# #4#) 64 #38=(AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ELT) (($ $ |#4| |#4|) 63 #38# ELT) (($ $ #39=(|Equation| |#4|)) 62 #38# ELT) (($ $ (|List| #39#)) 61 #38# ELT)) (|eq?| (#1# 55 T ELT)) (|empty?| (#7# 58 T ELT)) (|empty| (#18# 57 T ELT)) (|degree| (#40=(#41=(|NonNegativeInteger|) $) 112 T ELT)) (|count| ((#41# |#4| $) 52 #26# ELT) ((#41# #14# $) 47 T ELT)) (|copy| (#24# 56 T ELT)) (|convert| ((#42=(|InputForm|) $) 70 (|has| |#4| (|ConvertibleTo| #42#)) ELT)) (|construct| (#23# 65 T ELT)) (|collectUpper| (#43=($ $ |#3|) 34 T ELT)) (|collectUnder| (#43# 36 T ELT)) (|collectQuasiMonic| (#24# 94 T ELT)) (|collect| (#43# 35 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (#29# 43 T ELT)) (|coHeight| (#40# 82 (|has| |#3| (|Finite|)) ELT)) (|before?| (#1# 6 T ELT)) (|basicSet| ((#44=(|Union| (|Record| (|:| |bas| $) (|:| |top| #4#)) #17#) #4# #20#) 115 T ELT) ((#44# #4# #14# #20#) 114 T ELT)) (|autoReduced?| ((#2# $ (|Mapping| #2# |#4| #4#)) 104 T ELT)) (|augment| (#33# 130 T ELT) (#36# 129 T ELT) (#34# 128 T ELT) (#35# 127 T ELT)) (|any?| (#37# 45 T ELT)) (|algebraicVariables| (#6# 87 T ELT)) (|algebraicCoefficients?| (#9# 144 T ELT)) (|algebraic?| (#31# 86 T ELT)) (= (#1# 8 T ELT)) (|#| (#40# 44 T ELT)))
(((|SquareFreeRegularTriangularSetCategory| |#1| |#2| |#3| |#4|) (|Category|) (|GcdDomain|) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|RecursivePolynomialCategory| |t#1| |t#2| |t#3|)) (T |SquareFreeRegularTriangularSetCategory|))
NIL
(|Join| (|RegularTriangularSetCategory| |t#1| |t#2| |t#3| |t#4|))
-(((|Aggregate|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|List| |#4|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#4|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|FiniteAggregate| |#4|) . T) ((|Functorial| |#4|) . T) ((|HomogeneousAggregate| |#4|) . T) ((|InnerEvalable| |#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|Join|) . T) ((|PolynomialSetCategory| |#1| |#2| |#3| |#4|) . T) ((|RegularTriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| |#4|) . T) ((|TriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|Type|) . T))
+(((|Aggregate|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|List| |#4|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#4|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|FiniteAggregate| |#4|) . T) ((|Functorial| |#4|) . T) ((|HomogeneousAggregate| |#4|) . T) ((|InnerEvalable| |#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|PolynomialSetCategory| |#1| |#2| |#3| |#4|) . T) ((|RegularTriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| |#4|) . T) ((|TriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|Type|) . T))
((|unrankImproperPartitions1| (#1=(#2=(|List| #3=(|Integer|)) #3# #3# #3#) 40 T ELT)) (|unrankImproperPartitions0| (#1# 30 T ELT)) (|subSet| (#1# 35 T ELT)) (|numberOfImproperPartitions| ((#3# #3# #3#) 22 T ELT)) (|nextPartition| ((#4=(|Vector| #3#) #2# #4# #3#) 78 T ELT) ((#4# #4# #4# #3#) 73 T ELT)) (|nextLatticePermutation| ((#2# #5=(|List| (|PositiveInteger|)) #2# (|Boolean|)) 56 T ELT)) (|nextColeman| ((#6=(|Matrix| #3#) #2# #2# #6#) 77 T ELT)) (|makeYoungTableau| ((#6# #5# #2#) 61 T ELT)) (|listYoungTableaus| (((|List| #6#) #5#) 66 T ELT)) (|inverseColeman| ((#2# #2# #2# #6#) 81 T ELT)) (|coleman| ((#6# #2# #2# #2#) 91 T ELT)))
(((|SymmetricGroupCombinatoricFunctions|) (CATEGORY |package| (SIGNATURE |coleman| (#1=(|Matrix| #2=(|Integer|)) #3=(|List| #2#) #3# #3#)) (SIGNATURE |inverseColeman| (#3# #3# #3# #1#)) (SIGNATURE |listYoungTableaus| ((|List| #1#) #4=(|List| (|PositiveInteger|)))) (SIGNATURE |makeYoungTableau| (#1# #4# #3#)) (SIGNATURE |nextColeman| (#1# #3# #3# #1#)) (SIGNATURE |nextLatticePermutation| (#3# #4# #3# (|Boolean|))) (SIGNATURE |nextPartition| (#5=(|Vector| #2#) #5# #5# #2#)) (SIGNATURE |nextPartition| (#5# #3# #5# #2#)) (SIGNATURE |numberOfImproperPartitions| (#2# #2# #2#)) (SIGNATURE |subSet| #6=(#3# #2# #2# #2#)) (SIGNATURE |unrankImproperPartitions0| #6#) (SIGNATURE |unrankImproperPartitions1| #6#))) (T |SymmetricGroupCombinatoricFunctions|))
((|unrankImproperPartitions1| #1=(*1 *2 *3 *3 *3) #2=(AND #3=(|isDomain| *2 #4=(|List| #5=(|Integer|))) #6=(|isDomain| *1 (|SymmetricGroupCombinatoricFunctions|)) #7=(|isDomain| *3 #5#))) (|unrankImproperPartitions0| #1# #2#) (|subSet| #1# #2#) (|numberOfImproperPartitions| (*1 *2 *2 *2) (AND (|isDomain| *2 #5#) #6#)) (|nextPartition| #8=(*1 *2 *3 *2 *4) (AND #9=(|isDomain| *2 (|Vector| #5#)) #10=(|isDomain| *3 #4#) (|isDomain| *4 #5#) #6#)) (|nextPartition| #11=(*1 *2 *2 *2 *3) (AND #9# #7# #6#)) (|nextLatticePermutation| #8# (AND #3# #12=(|isDomain| *3 (|List| (|PositiveInteger|))) (|isDomain| *4 (|Boolean|)) #6#)) (|nextColeman| (*1 *2 *3 *3 *2) (AND #13=(|isDomain| *2 #14=(|Matrix| #5#)) #10# #6#)) (|makeYoungTableau| (*1 *2 *3 *4) (AND #12# (|isDomain| *4 #4#) #13# #6#)) (|listYoungTableaus| (*1 *2 *3) (AND #12# (|isDomain| *2 (|List| #14#)) #6#)) (|inverseColeman| #11# (AND #3# (|isDomain| *3 #14#) #6#)) (|coleman| #1# (AND #10# #13# #6#)))
@@ -3421,15 +3421,15 @@ NIL
(((|SemiGroupOperatorCategory| |#1|) (|Category|) (|BasicType|)) (T |SemiGroupOperatorCategory|))
NIL
(|Join| (|BinaryOperatorCategory| |t#1|) (CATEGORY |domain| (ATTRIBUTE (|%Rule| |associativity| (|%Forall| (|%Sequence| (|:| |f| $) (|:| |x| |t#1|) (|:| |y| |t#1|) (|:| |z| |t#1|)) (= (|f| (|f| |x| |y|) |z|) (|f| |x| (|f| |y| |z|))))))))
-(((|BinaryOperatorCategory| |#1|) . T) ((|MappingCategory| |#1| |#1| |#1|) . T) ((|Type|) . T))
+(((|BinaryOperatorCategory| |#1|) . T) ((|MappingCategory| |#1| |#1| |#1|) . T))
((** (($ $ (|PositiveInteger|)) 10 T ELT)))
(((|SemiGroup&| |#1|) (CATEGORY |package| (SIGNATURE ** (|#1| |#1| (|PositiveInteger|)))) (|SemiGroup|)) (T |SemiGroup&|))
NIL
((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)) (** (($ $ (|PositiveInteger|)) 17 T ELT)) (* (($ $ $) 18 T ELT)))
(((|SemiGroup|) (|Category|)) (T |SemiGroup|))
-((* (*1 *1 *1 *1) (|ofCategory| *1 (|SemiGroup|))) (** (*1 *1 *1 *2) (AND (|ofCategory| *1 (|SemiGroup|)) (|isDomain| *2 (|PositiveInteger|)))))
+((* (*1 *1 *1 *1) #1=(|ofCategory| *1 (|SemiGroup|))) (** (*1 *1 *1 *2) (AND #1# (|isDomain| *2 (|PositiveInteger|)))))
(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE * ($ $ $)) (SIGNATURE ** ($ $ (|PositiveInteger|)))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL #4=(|has| |#3| (|BasicType|)) ELT)) (|zero?| (#5=(#3# $) NIL #6=(|has| |#3| (|AbelianMonoid|)) ELT)) (|unitVector| (#7=($ #8=(|PositiveInteger|)) NIL #9=(|has| |#3| (|Ring|)) ELT)) (|swap!| (((|Void|) $ #10=(|Integer|) #10#) NIL #11=(|has| $ (|ShallowlyMutableAggregate| |#3|)) ELT)) (|sup| (#12=($ $ $) NIL #13=(|has| |#3| (|OrderedAbelianMonoidSup|)) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL (|has| |#3| (|CancellationAbelianMonoid|)) ELT)) (|size| (#14=(#15=(|NonNegativeInteger|)) NIL #16=(|has| |#3| (|Finite|)) ELT)) (|setelt| #17=(#18=(|#3| $ #10# |#3|) NIL #11# ELT)) (|sample| (#19=($) NIL T CONST)) (|retractIfCan| (((|Union| #10# . #20=(#21="failed")) . #22=($)) NIL #23=(AND (|has| |#3| (|RetractableTo| #10#)) #24=(|has| |#3| (|SetCategory|))) ELT) (((|Union| #25=(|Fraction| #10#) . #20#) . #22#) NIL #26=(AND (|has| |#3| (|RetractableTo| #25#)) #24#) ELT) ((#27=(|Union| |#3| . #20#) . #22#) NIL #24# ELT)) (|retract| (#28=(#10# . #29=($)) NIL #23# ELT) ((#25# . #29#) NIL #26# ELT) (#30=(|#3| . #29#) NIL #24# ELT)) (|reducedSystem| ((#31=(|Matrix| #10#) . #32=(#33=(|Matrix| $))) NIL #34=(AND (|has| |#3| (|LinearlyExplicitRingOver| #10#)) #9#) ELT) ((#35=(|Record| (|:| |mat| #31#) (|:| |vec| (|Vector| #10#))) . #36=(#33# #37=(|Vector| $))) NIL #34# ELT) ((#38=(|Record| (|:| |mat| #39=(|Matrix| |#3|)) (|:| |vec| #40=(|Vector| |#3|))) . #36#) NIL #9# ELT) ((#39# . #32#) NIL #9# ELT)) (|reduce| ((|#3| #41=(|Mapping| |#3| |#3| |#3|) $ |#3| |#3|) NIL #4# ELT) ((|#3| #41# $ |#3|) NIL T ELT) ((|#3| #41# $) NIL T ELT)) (|recip| (((|Union| $ #21#) $) NIL #9# ELT)) (|random| (#19# NIL #16# ELT)) (|qsetelt!| #17#) (|qelt| (#42=(|#3| $ #10#) 12 T ELT)) (|positive?| (#5# NIL #13# ELT)) (|opposite?| (#2# NIL #6# ELT)) (|one?| (#5# NIL #9# ELT)) (|minIndex| #43=(#28# NIL #44=(|has| #10# #45=(|OrderedSet|)) ELT)) (|min| #46=(#12# NIL #47=(|has| |#3| #45#) ELT)) (|members| #48=((#49=(|List| |#3|) $) NIL T ELT)) (|member?| (#50=(#3# |#3| $) NIL #4# ELT)) (|maxIndex| #43#) (|max| #46#) (|map| (($ #51=(|Mapping| |#3| |#3|) $) NIL T ELT)) (|lookup| ((#8# $) NIL #16# ELT)) (|leftReducedSystem| ((#31# . #52=(#37#)) NIL #34# ELT) ((#35# . #53=(#37# $)) NIL #34# ELT) ((#38# . #53#) NIL #9# ELT) ((#39# . #52#) NIL #9# ELT)) (|latex| (((|String|) $) NIL #24# ELT)) (|indices| (((|List| #10#) $) NIL T ELT)) (|index?| ((#3# #10# $) NIL T ELT)) (|index| (#7# NIL #16# ELT)) (|hash| (((|SingleInteger|) $) NIL #24# ELT)) (|first| (#30# NIL #44# ELT)) (|find| ((#27# #54=(|Mapping| #3# |#3|) $) NIL T ELT)) (|fill!| (#55=($ $ |#3|) NIL #11# ELT)) (|every?| #56=((#3# #54# $) NIL T ELT)) (|eval| (($ $ (|List| #57=(|Equation| |#3|))) NIL #58=(AND (|has| |#3| (|Evalable| |#3|)) #24#) ELT) (($ $ #57#) NIL #58# ELT) (($ $ |#3| |#3|) NIL #58# ELT) (($ $ #49# #49#) NIL #58# ELT)) (|eq?| (#2# NIL T ELT)) (|entry?| (#50# NIL (AND (|has| $ (|FiniteAggregate| |#3|)) #4#) ELT)) (|entries| #48#) (|empty?| (#5# NIL T ELT)) (|empty| (#19# NIL T ELT)) (|elt| (#18# NIL T ELT) (#42# NIL T ELT)) (|dot| ((|#3| $ $) NIL #9# ELT)) (|directProduct| (($ #40#) NIL T ELT)) (|dimension| (((|CardinalNumber|)) NIL #59=(|has| |#3| (|Field|)) ELT)) (|differentiate| #60=(#61=($ $ #15#) NIL #62=(AND (|has| |#3| (|DifferentialSpace|)) #9#) ELT) #63=(#64=($ $) NIL #62# ELT) #65=(($ $ #66=(|List| #67=(|Symbol|)) (|List| #15#)) NIL #68=(AND (|has| |#3| (|PartialDifferentialSpace| #67#)) #9#) ELT) #69=(($ $ #67# #15#) NIL #68# ELT) #70=(($ $ #66#) NIL #68# ELT) #71=(($ $ #67#) NIL #68# ELT) #72=(($ $ #51#) NIL #9# ELT) #73=(($ $ #51# #15#) NIL #9# ELT)) (|count| ((#15# |#3| $) NIL #4# ELT) ((#15# #54# $) NIL T ELT)) (|copy| (#64# NIL T ELT)) (|coerce| ((#40# . #74=($)) NIL T ELT) (($ #10#) NIL (OR #23# #9#) ELT) (($ #25#) NIL #26# ELT) (($ |#3|) NIL #24# ELT) ((#75=(|OutputForm|) . #74#) NIL (|has| |#3| (|CoercibleTo| #75#)) ELT)) (|characteristic| (#14# NIL #9# CONST)) (|before?| #1#) (|any?| #56#) (|annihilate?| (#2# NIL #9# ELT)) (|Zero| (#19# NIL #6# CONST)) (|One| (#19# NIL #9# CONST)) (D #60# #63# #65# #69# #70# #71# #72# #73#) (>= #76=(#2# NIL #47# ELT)) (> #76#) (= #1#) (<= #76#) (< (#2# 24 #47# ELT)) (/ (#55# NIL #59# ELT)) (- (#12# NIL #77=(|has| |#3| (|AbelianGroup|)) ELT) (#64# NIL #77# ELT)) (+ (#12# NIL #78=(|has| |#3| (|AbelianSemiGroup|)) ELT)) (** (#61# NIL #9# ELT) (($ $ #8#) NIL #9# ELT)) (* (#12# NIL #9# ELT) (#55# NIL #79=(|has| |#3| (|Monoid|)) ELT) (($ |#3| . #80=($)) NIL #79# ELT) (($ #10# . #80#) NIL #77# ELT) (($ #15# $) NIL #6# ELT) (($ #8# $) NIL #78# ELT)) (|#| ((#15# $) NIL T ELT)))
(((|SplitHomogeneousDirectProduct| |#1| |#2| |#3|) (|DirectProductCategory| |#1| |#3|) #1=(|NonNegativeInteger|) #1# (|OrderedAbelianMonoidSup|)) (T |SplitHomogeneousDirectProduct|))
NIL
@@ -3455,24 +3455,24 @@ NIL
(((|SingleInteger|) (|Join| (|IntegerNumberSystem|) (|OrderedFinite|) (|BooleanLogic|) (CATEGORY |domain| (ATTRIBUTE |canonical|) (SIGNATURE |xor| ($ $ $))))) (T |SingleInteger|))
((|xor| (*1 *1 *1 *1) (|isDomain| *1 (|SingleInteger|))))
((|Integer|) (|%ismall?| |#1|))
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|top| ((|#1| $) 42 T ELT)) (|sample| (#3=($) 6 T CONST)) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 55 (|has| |#1| . #4=((|BasicType|))) ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) 51 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $) 50 T ELT)) (|push!| ((|#1| |#1| $) 44 T ELT)) (|pop!| ((|#1| $) 43 T ELT)) (|members| (((|List| |#1|) $) 49 T ELT)) (|member?| ((#5=(|Boolean|) |#1| $) 54 (|has| |#1| . #4#) ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #6=((|SetCategory|))) ELT)) (|inspect| ((|#1| . #7=($)) 35 T ELT)) (|insert!| (($ |#1| $) 36 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #6#) ELT)) (|find| (((|Union| |#1| "failed") (|Mapping| #5# |#1|) $) 52 T ELT)) (|extract!| ((|#1| . #7#) 37 T ELT)) (|every?| ((#5# (|Mapping| #5# |#1|) . #8=($)) 47 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #6#)) ELT)) (|eq?| ((#9=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#9# $) 7 T ELT)) (|empty| (#3# 8 T ELT)) (|depth| (((|NonNegativeInteger|) $) 41 T ELT)) (|count| ((#10=(|NonNegativeInteger|) |#1| $) 53 (|has| |#1| . #4#) ELT) ((#10# (|Mapping| #5# |#1|) $) 48 T ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (|bag| (($ (|List| |#1|)) 38 T ELT)) (|any?| ((#5# (|Mapping| #5# |#1|) . #8#) 46 T ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)) (|#| ((#10# $) 45 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|top| (#4=(|#1| $) 42 T ELT)) (|sample| (#5=($) 6 T CONST)) (|reduce| ((|#1| #6=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 55 #3# ELT) ((|#1| #6# $ |#1|) 51 T ELT) ((|#1| #6# $) 50 T ELT)) (|push!| ((|#1| |#1| $) 44 T ELT)) (|pop!| (#4# 43 T ELT)) (|members| ((#7=(|List| |#1|) $) 49 T ELT)) (|member?| ((#2# |#1| $) 54 #3# ELT)) (|map!| (#8=($ (|Mapping| |#1| |#1|) $) 39 T ELT)) (|map| (#8# 26 T ELT)) (|latex| (((|String|) $) 21 #9=(|has| |#1| (|SetCategory|)) ELT)) (|inspect| (#4# 35 T ELT)) (|insert!| (($ |#1| $) 36 T ELT)) (|hash| (((|SingleInteger|) $) 20 #9# ELT)) (|find| (((|Union| |#1| "failed") #10=(|Mapping| #2# |#1|) $) 52 T ELT)) (|extract!| (#4# 37 T ELT)) (|every?| (#11=(#2# #10# $) 47 T ELT)) (|eval| (($ $ (|List| #12=(|Equation| |#1|))) 25 #13=(AND (|has| |#1| (|Evalable| |#1|)) #9#) ELT) (($ $ #12#) 24 #13# ELT) (($ $ |#1| |#1|) 23 #13# ELT) (($ $ #7# #7#) 22 #13# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#5# 8 T ELT)) (|depth| (#14=(#15=(|NonNegativeInteger|) $) 41 T ELT)) (|count| ((#15# |#1| $) 53 #3# ELT) ((#15# #10# $) 48 T ELT)) (|copy| (($ $) 9 T ELT)) (|coerce| ((#16=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #16#)) ELT)) (|before?| (#1# 19 #3# ELT)) (|bag| (($ #7#) 38 T ELT)) (|any?| (#11# 46 T ELT)) (= (#1# 17 #3# ELT)) (|#| (#14# 45 T ELT)))
(((|StackAggregate| |#1|) (|Category|) (|Type|)) (T |StackAggregate|))
-((|push!| (*1 *2 *2 *1) (AND (|ofCategory| *1 (|StackAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|pop!| (*1 *2 *1) (AND (|ofCategory| *1 (|StackAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|top| (*1 *2 *1) (AND (|ofCategory| *1 (|StackAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|depth| (*1 *2 *1) (AND (|ofCategory| *1 (|StackAggregate| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|NonNegativeInteger|)))))
-(|Join| (|BagAggregate| |t#1|) (|FiniteAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |push!| (|t#1| |t#1| $)) (SIGNATURE |pop!| (|t#1| $)) (SIGNATURE |top| (|t#1| $)) (SIGNATURE |depth| ((|NonNegativeInteger|) $))))
-(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
+((|push!| (*1 *2 *2 *1) #1=(AND (|ofCategory| *1 (|StackAggregate| *2)) (|ofCategory| *2 #2=(|Type|)))) (|pop!| #3=(*1 *2 *1) #1#) (|top| #3# #1#) (|depth| #3# (AND (|ofCategory| *1 (|StackAggregate| *3)) (|ofCategory| *3 #2#) (|isDomain| *2 (|NonNegativeInteger|)))))
+(|Join| (|BagAggregate| |t#1|) (|FiniteAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |push!| (|t#1| |t#1| $)) (SIGNATURE |pop!| #1=(|t#1| $)) (SIGNATURE |top| #1#) (SIGNATURE |depth| ((|NonNegativeInteger|) $))))
+(((|Aggregate|) . T) ((|BagAggregate| |#1|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
((|sample| (#1=($) 6 T CONST)) (|map!| (($ (|Mapping| |#1| |#1|) $) 12 T ELT)) (|eq?| ((#2=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#1# 8 T ELT)) (|copy| (($ $) 9 T ELT)))
(((|ShallowlyMutableAggregate| |#1|) (|Category|) (|Type|)) (T |ShallowlyMutableAggregate|))
((|map!| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| *3 *3)) (|ofCategory| *1 (|ShallowlyMutableAggregate| *3)) (|ofCategory| *3 (|Type|)))))
(|Join| (|Aggregate|) (CATEGORY |domain| (SIGNATURE |map!| ($ (|Mapping| |t#1| |t#1|) $))))
-(((|Aggregate|) . T) ((|Join|) . T) ((|Type|) . T))
+(((|Aggregate|) . T) ((|Type|) . T))
((|trace| (#1=(|#3| $) 87 T ELT)) (|retractIfCan| (((|Union| #2=(|Integer|) #3="failed") $) NIL T ELT) (((|Union| #4=(|Fraction| #2#) #3#) $) NIL T ELT) (((|Union| |#3| #3#) $) 50 T ELT)) (|retract| ((#2# $) NIL T ELT) ((#4# $) NIL T ELT) (#1# 47 T ELT)) (|reducedSystem| ((#5=(|Matrix| #2#) #6=(|Matrix| $)) NIL T ELT) (((|Record| (|:| |mat| #5#) (|:| |vec| (|Vector| #2#))) #6# #7=(|Vector| $)) NIL T ELT) (((|Record| (|:| |mat| #8=(|Matrix| |#3|)) (|:| |vec| (|Vector| |#3|))) #6# #7#) 84 T ELT) ((#8# #6#) 76 T ELT)) (|differentiate| (($ $ #9=(|Mapping| |#3| |#3|) #10=(|NonNegativeInteger|)) NIL T ELT) (($ $ #9#) 28 T ELT) (($ $) NIL T ELT) (#11=($ $ #10#) NIL T ELT) (($ $ #12=(|Symbol|)) NIL T ELT) (($ $ #13=(|List| #12#)) NIL T ELT) (($ $ #12# #10#) NIL T ELT) (($ $ #13# (|List| #10#)) NIL T ELT)) (|diagonalProduct| (#1# 89 T ELT)) (|diagonal| ((|#4| $) 43 T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #2#) NIL T ELT) (($ #4#) NIL T ELT) (($ |#3|) 25 T ELT)) (** (($ $ (|PositiveInteger|)) NIL T ELT) (#11# 24 T ELT) (($ $ #2#) 95 T ELT)))
(((|SquareMatrixCategory&| |#1| |#2| |#3| |#4| |#5|) (CATEGORY |package| (SIGNATURE |differentiate| (|#1| |#1| #1=(|List| #2=(|Symbol|)) (|List| #3=(|NonNegativeInteger|)))) (SIGNATURE |differentiate| (|#1| |#1| #2# #3#)) (SIGNATURE |differentiate| (|#1| |#1| #1#)) (SIGNATURE |differentiate| (|#1| |#1| #2#)) (SIGNATURE |differentiate| #4=(|#1| |#1| #3#)) (SIGNATURE |differentiate| (|#1| |#1|)) (SIGNATURE ** (|#1| |#1| #5=(|Integer|))) (SIGNATURE |diagonalProduct| #6=(|#3| |#1|)) (SIGNATURE |trace| #6#) (SIGNATURE |diagonal| (|#4| |#1|)) (SIGNATURE |reducedSystem| (#7=(|Matrix| |#3|) #8=(|Matrix| |#1|))) (SIGNATURE |reducedSystem| ((|Record| (|:| |mat| #7#) (|:| |vec| (|Vector| |#3|))) #8# #9=(|Vector| |#1|))) (SIGNATURE |reducedSystem| ((|Record| (|:| |mat| #10=(|Matrix| #5#)) (|:| |vec| (|Vector| #5#))) #8# #9#)) (SIGNATURE |reducedSystem| (#10# #8#)) (SIGNATURE |coerce| (|#1| |#3|)) (SIGNATURE |retractIfCan| ((|Union| |#3| #11="failed") |#1|)) (SIGNATURE |retract| #6#) (SIGNATURE |retract| (#12=(|Fraction| #5#) |#1|)) (SIGNATURE |retractIfCan| ((|Union| #12# #11#) |#1|)) (SIGNATURE |coerce| (|#1| #12#)) (SIGNATURE |retract| (#5# |#1|)) (SIGNATURE |retractIfCan| ((|Union| #5# #11#) |#1|)) (SIGNATURE |differentiate| (|#1| |#1| #13=(|Mapping| |#3| |#3|))) (SIGNATURE |differentiate| (|#1| |#1| #13# #3#)) (SIGNATURE |coerce| (|#1| #5#)) (SIGNATURE ** #4#) (SIGNATURE ** (|#1| |#1| (|PositiveInteger|))) (SIGNATURE |coerce| ((|OutputForm|) |#1|))) (|SquareMatrixCategory| |#2| |#3| |#4| |#5|) #3# (|Ring|) #14=(|DirectProductCategory| |#2| |#3|) #14#) (T |SquareMatrixCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|trace| ((|#2| $) 92 T ELT)) (|symmetric?| (#3=((|Boolean|) $) 135 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|square?| (#3# 133 T ELT)) (|scalarMatrix| (($ |#2|) 95 T ELT)) (|sample| (#4=($) 23 T CONST)) (|rowEchelon| (($ $) 152 (|has| |#2| (|EuclideanDomain|)) ELT)) (|row| ((|#3| $ #5=(|Integer|)) 147 T ELT)) (|retractIfCan| (((|Union| #6=(|Integer|) . #7=("failed")) . #8=($)) 111 (|has| |#2| . #9=((|RetractableTo| #6#))) ELT) (((|Union| #10=(|Fraction| #6#) . #7#) . #8#) 108 (|has| |#2| . #11=((|RetractableTo| #10#))) ELT) (((|Union| |#2| . #7#) . #8#) 105 T ELT)) (|retract| ((#6# . #12=($)) 110 (|has| |#2| . #9#) ELT) ((#10# . #12#) 107 (|has| |#2| . #11#) ELT) ((|#2| . #12#) 106 T ELT)) (|reducedSystem| (((|Matrix| #13=(|Integer|)) . #14=(#15=(|Matrix| $))) 101 (|has| |#2| . #16=((|LinearlyExplicitRingOver| #13#))) ELT) (((|Record| (|:| |mat| (|Matrix| #13#)) (|:| |vec| (|Vector| #13#))) . #17=(#15# #18=(|Vector| $))) 100 (|has| |#2| . #16#) ELT) (((|Record| (|:| |mat| (|Matrix| |#2|)) (|:| |vec| (|Vector| |#2|))) . #17#) 99 T ELT) (((|Matrix| |#2|) . #14#) 98 T ELT)) (|reduce| ((|#2| (|Mapping| |#2| |#2| |#2|) $) 117 T ELT) ((|#2| (|Mapping| |#2| |#2| |#2|) $ |#2|) 116 T ELT) ((|#2| (|Mapping| |#2| |#2| |#2|) $ |#2| |#2|) 112 (|has| |#2| . #19=((|BasicType|))) ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|rank| (#20=((|NonNegativeInteger|) $) 153 (|has| |#2| . #21=((|IntegralDomain|))) ELT)) (|qelt| ((|#2| . #22=($ #5# #5#)) 145 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|nullity| (#20# 154 (|has| |#2| . #21#) ELT)) (|nullSpace| (((|List| |#4|) $) 155 (|has| |#2| . #21#) ELT)) (|nrows| (#20# 141 T ELT)) (|ncols| (#20# 142 T ELT)) (|minordet| ((|#2| $) 87 (|has| |#2| (ATTRIBUTE (|commutative| #23="*"))) ELT)) (|minRowIndex| (#24=(#5# $) 137 T ELT)) (|minColIndex| (#24# 139 T ELT)) (|members| (((|List| |#2|) $) 118 T ELT)) (|member?| ((#25=(|Boolean|) |#2| $) 113 (|has| |#2| . #19#) ELT)) (|maxRowIndex| (#24# 138 T ELT)) (|maxColIndex| (#24# 140 T ELT)) (|matrix| (($ (|List| (|List| |#2|))) 132 T ELT)) (|map| (($ (|Mapping| |#2| |#2| |#2|) $ $) 149 T ELT) (($ (|Mapping| |#2| |#2|) $) 127 T ELT)) (|listOfLists| (((|List| (|List| |#2|)) $) 143 T ELT)) (|leftReducedSystem| (((|Matrix| #13#) . #26=(#18#)) 103 (|has| |#2| . #16#) ELT) (((|Record| (|:| |mat| (|Matrix| #13#)) (|:| |vec| (|Vector| #13#))) . #27=(#18# $)) 102 (|has| |#2| . #16#) ELT) (((|Record| (|:| |mat| (|Matrix| |#2|)) (|:| |vec| (|Vector| |#2|))) . #27#) 97 T ELT) (((|Matrix| |#2|) . #26#) 96 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inverse| (((|Union| $ "failed") $) 86 (|has| |#2| (|Field|)) ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|find| (((|Union| |#2| "failed") (|Mapping| #25# |#2|) $) 115 T ELT)) (|exquo| (((|Union| $ "failed") $ |#2|) 150 (|has| |#2| . #21#) ELT)) (|every?| ((#25# (|Mapping| #25# |#2|) . #28=($)) 120 T ELT)) (|eval| (($ $ (|List| (|Equation| |#2|))) 126 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #29=((|SetCategory|)))) ELT) (($ $ (|Equation| |#2|)) 125 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #29#)) ELT) (($ $ |#2| |#2|) 124 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #29#)) ELT) (($ $ (|List| |#2|) (|List| |#2|)) 123 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #29#)) ELT)) (|eq?| ((#30=(|Boolean|) $ $) 131 T ELT)) (|empty?| ((#30# $) 128 T ELT)) (|empty| (($) 129 T ELT)) (|elt| ((|#2| $ #5# #5# |#2|) 146 T ELT) ((|#2| . #22#) 144 T ELT)) (|differentiate| (($ $ (|Mapping| |#2| |#2|) . #31=((|NonNegativeInteger|))) 66 T ELT) (($ $ (|Mapping| |#2| |#2|)) 65 T ELT) (($ . #32=($)) 56 (|has| |#2| . #33=((|DifferentialSpace|))) ELT) (#34=($ $ (|NonNegativeInteger|)) 54 (|has| |#2| . #33#) ELT) (($ $ #35=(|Symbol|)) 64 (|has| |#2| . #36=((|PartialDifferentialSpace| (|Symbol|)))) ELT) (($ $ (|List| #35#)) 62 (|has| |#2| . #36#) ELT) (($ $ #35# . #37=(#38=(|NonNegativeInteger|))) 61 (|has| |#2| . #36#) ELT) (($ $ (|List| #35#) . #39=((|List| #38#))) 60 (|has| |#2| . #36#) ELT)) (|diagonalProduct| ((|#2| $) 91 T ELT)) (|diagonalMatrix| (($ (|List| |#2|)) 94 T ELT)) (|diagonal?| (#3# 134 T ELT)) (|diagonal| ((|#3| $) 93 T ELT)) (|determinant| ((|#2| $) 88 (|has| |#2| (ATTRIBUTE (|commutative| #23#))) ELT)) (|count| ((#40=(|NonNegativeInteger|) (|Mapping| #25# |#2|) $) 119 T ELT) ((#40# |#2| $) 114 (|has| |#2| . #19#) ELT)) (|copy| (($ $) 130 T ELT)) (|column| ((|#4| $ #5#) 148 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ #10#) 109 (|has| |#2| . #11#) ELT) (($ |#2|) 104 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|any?| ((#25# (|Mapping| #25# |#2|) . #28#) 121 T ELT)) (|antisymmetric?| (#3# 136 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ (|Mapping| |#2| |#2|) . #31#) 68 T ELT) (($ $ (|Mapping| |#2| |#2|)) 67 T ELT) (($ . #32#) 55 (|has| |#2| . #33#) ELT) (#34# 53 (|has| |#2| . #33#) ELT) (($ $ #35#) 63 (|has| |#2| . #36#) ELT) (($ $ (|List| #35#)) 59 (|has| |#2| . #36#) ELT) (($ $ #35# . #37#) 58 (|has| |#2| . #36#) ELT) (($ $ (|List| #35#) . #39#) 57 (|has| |#2| . #36#) ELT)) (= (#1# 8 T ELT)) (/ (($ $ |#2|) 151 (|has| |#2| (|Field|)) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ (|Integer|)) 85 (|has| |#2| (|Field|)) ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #41=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#2|) 157 T ELT) (($ |#2| . #41#) 156 T ELT) ((|#4| $ |#4|) 90 T ELT) ((|#3| |#3| $) 89 T ELT)) (|#| ((#40# $) 122 T ELT)))
-(((|SquareMatrixCategory| |#1| |#2| |#3| |#4|) (|Category|) (|NonNegativeInteger|) (|Ring|) (|DirectProductCategory| |t#1| |t#2|) (|DirectProductCategory| |t#1| |t#2|)) (T |SquareMatrixCategory|))
-((|scalarMatrix| (*1 *1 *2) (AND (|ofCategory| *2 (|Ring|)) (|ofCategory| *1 (|SquareMatrixCategory| *3 *2 *4 *5)) (|ofCategory| *4 (|DirectProductCategory| *3 *2)) (|ofCategory| *5 (|DirectProductCategory| *3 *2)))) (|diagonalMatrix| (*1 *1 *2) (AND (|isDomain| *2 (|List| *4)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *1 (|SquareMatrixCategory| *3 *4 *5 *6)) (|ofCategory| *5 (|DirectProductCategory| *3 *4)) (|ofCategory| *6 (|DirectProductCategory| *3 *4)))) (|diagonal| (*1 *2 *1) (AND (|ofCategory| *1 (|SquareMatrixCategory| *3 *4 *2 *5)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|DirectProductCategory| *3 *4)) (|ofCategory| *2 (|DirectProductCategory| *3 *4)))) (|trace| (*1 *2 *1) (AND (|ofCategory| *1 (|SquareMatrixCategory| *3 *2 *4 *5)) (|ofCategory| *4 (|DirectProductCategory| *3 *2)) (|ofCategory| *5 (|DirectProductCategory| *3 *2)) (|ofCategory| *2 (|Ring|)))) (|diagonalProduct| (*1 *2 *1) (AND (|ofCategory| *1 (|SquareMatrixCategory| *3 *2 *4 *5)) (|ofCategory| *4 (|DirectProductCategory| *3 *2)) (|ofCategory| *5 (|DirectProductCategory| *3 *2)) (|ofCategory| *2 (|Ring|)))) (* (*1 *2 *1 *2) (AND (|ofCategory| *1 (|SquareMatrixCategory| *3 *4 *5 *2)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|DirectProductCategory| *3 *4)) (|ofCategory| *2 (|DirectProductCategory| *3 *4)))) (* (*1 *2 *2 *1) (AND (|ofCategory| *1 (|SquareMatrixCategory| *3 *4 *2 *5)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *2 (|DirectProductCategory| *3 *4)) (|ofCategory| *5 (|DirectProductCategory| *3 *4)))) (|determinant| (*1 *2 *1) (AND (|ofCategory| *1 (|SquareMatrixCategory| *3 *2 *4 *5)) (|ofCategory| *4 (|DirectProductCategory| *3 *2)) (|ofCategory| *5 (|DirectProductCategory| *3 *2)) (|has| *2 (ATTRIBUTE (|commutative| #1="*"))) (|ofCategory| *2 (|Ring|)))) (|minordet| (*1 *2 *1) (AND (|ofCategory| *1 (|SquareMatrixCategory| *3 *2 *4 *5)) (|ofCategory| *4 (|DirectProductCategory| *3 *2)) (|ofCategory| *5 (|DirectProductCategory| *3 *2)) (|has| *2 (ATTRIBUTE (|commutative| #1#))) (|ofCategory| *2 (|Ring|)))) (|inverse| (*1 *1 *1) (|partial| AND (|ofCategory| *1 (|SquareMatrixCategory| *2 *3 *4 *5)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|DirectProductCategory| *2 *3)) (|ofCategory| *5 (|DirectProductCategory| *2 *3)) (|ofCategory| *3 (|Field|)))) (** (*1 *1 *1 *2) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|SquareMatrixCategory| *3 *4 *5 *6)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *5 (|DirectProductCategory| *3 *4)) (|ofCategory| *6 (|DirectProductCategory| *3 *4)) (|ofCategory| *4 (|Field|)))))
-(|Join| (|DifferentialExtension| |t#2|) (|BiModule| |t#2| |t#2|) (|RectangularMatrixCategory| |t#1| |t#1| |t#2| |t#3| |t#4|) (|FullyRetractableTo| |t#2|) (|FullyLinearlyExplicitRingOver| |t#2|) (CATEGORY |domain| (IF (|has| |t#2| (|CommutativeRing|)) (ATTRIBUTE (|Module| |t#2|)) |%noBranch|) (SIGNATURE |scalarMatrix| ($ |t#2|)) (SIGNATURE |diagonalMatrix| ($ (|List| |t#2|))) (SIGNATURE |diagonal| (|t#3| $)) (SIGNATURE |trace| (|t#2| $)) (SIGNATURE |diagonalProduct| (|t#2| $)) (SIGNATURE * (|t#4| $ |t#4|)) (SIGNATURE * (|t#3| |t#3| $)) (IF (|has| |t#2| (ATTRIBUTE (|commutative| "*"))) (PROGN (ATTRIBUTE (|Algebra| |t#2|)) (SIGNATURE |determinant| (|t#2| $)) (SIGNATURE |minordet| (|t#2| $))) |%noBranch|) (IF (|has| |t#2| (|Field|)) (PROGN (SIGNATURE |inverse| ((|Union| $ "failed") $)) (SIGNATURE ** ($ $ (|Integer|)))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Aggregate|) . T) ((|Algebra| |#2|) |has| |#2| (ATTRIBUTE (|commutative| #1="*"))) ((|BasicType|) . T) ((|BiModule| |#2| |#2|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #2=(|Fraction| (|Integer|))) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#2|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|DifferentialDomain| $) OR (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|DifferentialRing|))) ((|DifferentialExtension| |#2|) . T) ((|DifferentialRing|) |has| |#2| (|DifferentialRing|)) ((|DifferentialSpace|) OR (|has| |#2| (|DifferentialSpace|)) (|has| |#2| (|DifferentialRing|))) ((|DifferentialSpaceExtension| |#2|) . T) ((|Evalable| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|FiniteAggregate| |#2|) . T) ((|FullyLinearlyExplicitRingOver| |#2|) . T) ((|FullyRetractableTo| |#2|) . T) ((|Functorial| |#2|) . T) ((|HomogeneousAggregate| |#2|) . T) ((|InnerEvalable| |#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#2|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #3=(|Integer|)) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#2|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (ATTRIBUTE (|commutative| #1#)))) ((|LinearlyExplicitRingOver| #3#) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#2|) . T) ((|Module| |#2|) OR (|has| |#2| (|CommutativeRing|)) (|has| |#2| (ATTRIBUTE (|commutative| #1#)))) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #4=(|Symbol|)) OR (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|PartialDifferentialRing| (|Symbol|)))) ((|PartialDifferentialRing| (|Symbol|)) |has| |#2| (|PartialDifferentialRing| (|Symbol|))) ((|PartialDifferentialSpace| #4#) OR (|has| |#2| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#2| (|PartialDifferentialRing| (|Symbol|)))) ((|RectangularMatrixCategory| |#1| |#1| |#2| |#3| |#4|) . T) ((|RetractableTo| #2#) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| (|Integer|)) |has| |#2| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#2|) . T) ((|RightLinearSet| |#2|) . T) ((|RightModule| |#2|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|trace| (#4=(|#2| $) 92 T ELT)) (|symmetric?| (#3# 135 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|square?| (#3# 133 T ELT)) (|scalarMatrix| (#5=($ |#2|) 95 T ELT)) (|sample| (#6=($) 23 T CONST)) (|rowEchelon| (#7=($ $) 152 (|has| |#2| (|EuclideanDomain|)) ELT)) (|row| ((|#3| $ #8=(|Integer|)) 147 T ELT)) (|retractIfCan| (((|Union| #8# . #9=(#10="failed")) . #11=($)) 111 #12=(|has| |#2| (|RetractableTo| #8#)) ELT) (((|Union| #13=(|Fraction| #8#) . #9#) . #11#) 108 #14=(|has| |#2| (|RetractableTo| #13#)) ELT) ((#15=(|Union| |#2| . #9#) . #11#) 105 T ELT)) (|retract| (#16=(#8# . #17=($)) 110 #12# ELT) ((#13# . #17#) 107 #14# ELT) (#4# 106 T ELT)) (|reducedSystem| ((#18=(|Matrix| #8#) . #19=(#20=(|Matrix| $))) 101 #21=(|has| |#2| (|LinearlyExplicitRingOver| #8#)) ELT) ((#22=(|Record| (|:| |mat| #18#) (|:| |vec| (|Vector| #8#))) . #23=(#20# #24=(|Vector| $))) 100 #21# ELT) ((#25=(|Record| (|:| |mat| #26=(|Matrix| |#2|)) (|:| |vec| (|Vector| |#2|))) . #23#) 99 T ELT) ((#26# . #19#) 98 T ELT)) (|reduce| ((|#2| #27=(|Mapping| |#2| |#2| |#2|) $) 117 T ELT) ((|#2| #27# $ |#2|) 116 T ELT) ((|#2| #27# $ |#2| |#2|) 112 #28=(|has| |#2| (|BasicType|)) ELT)) (|recip| (#29=(#30=(|Union| $ #10#) $) 43 T ELT)) (|rank| (#31=(#32=(|NonNegativeInteger|) $) 153 #33=(|has| |#2| (|IntegralDomain|)) ELT)) (|qelt| (#34=(|#2| $ #8# #8#) 145 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|nullity| (#31# 154 #33# ELT)) (|nullSpace| (((|List| |#4|) $) 155 #33# ELT)) (|nrows| (#31# 141 T ELT)) (|ncols| (#31# 142 T ELT)) (|minordet| (#4# 87 #35=(|has| |#2| (ATTRIBUTE (|commutative| "*"))) ELT)) (|minRowIndex| (#16# 137 T ELT)) (|minColIndex| (#16# 139 T ELT)) (|members| ((#36=(|List| |#2|) $) 118 T ELT)) (|member?| ((#2# |#2| $) 113 #28# ELT)) (|maxRowIndex| (#16# 138 T ELT)) (|maxColIndex| (#16# 140 T ELT)) (|matrix| (($ #37=(|List| #36#)) 132 T ELT)) (|map| (($ #27# $ $) 149 T ELT) (($ #38=(|Mapping| |#2| |#2|) $) 127 T ELT)) (|listOfLists| ((#37# $) 143 T ELT)) (|leftReducedSystem| ((#18# . #39=(#24#)) 103 #21# ELT) ((#22# . #40=(#24# $)) 102 #21# ELT) ((#25# . #40#) 97 T ELT) ((#26# . #39#) 96 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inverse| (#29# 86 #41=(|has| |#2| (|Field|)) ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|find| ((#15# #42=(|Mapping| #2# |#2|) $) 115 T ELT)) (|exquo| ((#30# $ |#2|) 150 #33# ELT)) (|every?| (#43=(#2# #42# $) 120 T ELT)) (|eval| (($ $ (|List| #44=(|Equation| |#2|))) 126 #45=(AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ELT) (($ $ #44#) 125 #45# ELT) (($ $ |#2| |#2|) 124 #45# ELT) (($ $ #36# #36#) 123 #45# ELT)) (|eq?| (#1# 131 T ELT)) (|empty?| (#3# 128 T ELT)) (|empty| (#6# 129 T ELT)) (|elt| ((|#2| $ #8# #8# |#2|) 146 T ELT) (#34# 144 T ELT)) (|differentiate| (#46=($ $ #38# #32#) 66 T ELT) (#47=($ $ #38#) 65 T ELT) (#7# 56 #48=(|has| |#2| (|DifferentialSpace|)) ELT) (#49=($ $ #32#) 54 #48# ELT) (#50=($ $ #51=(|Symbol|)) 64 #52=(|has| |#2| (|PartialDifferentialSpace| #51#)) ELT) (#53=($ $ #54=(|List| #51#)) 62 #52# ELT) (#55=($ $ #51# #32#) 61 #52# ELT) (#56=($ $ #54# (|List| #32#)) 60 #52# ELT)) (|diagonalProduct| (#4# 91 T ELT)) (|diagonalMatrix| (($ #36#) 94 T ELT)) (|diagonal?| (#3# 134 T ELT)) (|diagonal| ((|#3| $) 93 T ELT)) (|determinant| (#4# 88 #35# ELT)) (|count| ((#32# #42# $) 119 T ELT) ((#32# |#2| $) 114 #28# ELT)) (|copy| (#7# 130 T ELT)) (|column| ((|#4| $ #8#) 148 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #8#) 42 T ELT) (($ #13#) 109 #14# ELT) (#5# 104 T ELT)) (|characteristic| ((#32#) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|any?| (#43# 121 T ELT)) (|antisymmetric?| (#3# 136 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#6# 24 T CONST)) (|One| (#6# 46 T CONST)) (D (#46# 68 T ELT) (#47# 67 T ELT) (#7# 55 #48# ELT) (#49# 53 #48# ELT) (#50# 63 #52# ELT) (#53# 59 #52# ELT) (#55# 58 #52# ELT) (#56# 57 #52# ELT)) (= (#1# 8 T ELT)) (/ (#57=($ $ |#2|) 151 #41# ELT)) (- (#7# 30 T ELT) (#58=($ $ $) 29 T ELT)) (+ (#58# 18 T ELT)) (** (($ $ #59=(|PositiveInteger|)) 36 T ELT) (#49# 44 T ELT) (($ $ #8#) 85 #41# ELT)) (* (($ #59# $) 17 T ELT) (($ #32# $) 21 T ELT) (($ #8# . #60=($)) 31 T ELT) (#58# 35 T ELT) (#57# 157 T ELT) (($ |#2| . #60#) 156 T ELT) ((|#4| $ |#4|) 90 T ELT) ((|#3| |#3| $) 89 T ELT)) (|#| (#31# 122 T ELT)))
+(((|SquareMatrixCategory| |#1| |#2| |#3| |#4|) (|Category|) (|NonNegativeInteger|) (|Ring|) #1=(|DirectProductCategory| |t#1| |t#2|) #1#) (T |SquareMatrixCategory|))
+((|scalarMatrix| #1=(*1 *1 *2) (AND #2=(|ofCategory| *2 #3=(|Ring|)) #4=(|ofCategory| *1 (|SquareMatrixCategory| *3 *2 *4 *5)) #5=(|ofCategory| *4 #6=(|DirectProductCategory| *3 *2)) #7=(|ofCategory| *5 #6#))) (|diagonalMatrix| #1# (AND (|isDomain| *2 (|List| *4)) #8=(|ofCategory| *4 #3#) #9=(|ofCategory| *1 (|SquareMatrixCategory| *3 *4 *5 *6)) #10=(|ofCategory| *5 #11=(|DirectProductCategory| *3 *4)) #12=(|ofCategory| *6 #11#))) (|diagonal| #13=(*1 *2 *1) (AND #14=(|ofCategory| *1 (|SquareMatrixCategory| *3 *4 *2 *5)) #8# #10# #15=(|ofCategory| *2 #11#))) (|trace| #13# #16=(AND #4# #5# #7# #2#)) (|diagonalProduct| #13# #16#) (* (*1 *2 *1 *2) (AND (|ofCategory| *1 (|SquareMatrixCategory| *3 *4 *5 *2)) #8# #10# #15#)) (* (*1 *2 *2 *1) (AND #14# #8# #15# #10#)) (|determinant| #13# #17=(AND #4# #5# #7# (|has| *2 (ATTRIBUTE (|commutative| "*"))) #2#)) (|minordet| #13# #17#) (|inverse| (*1 *1 *1) (|partial| AND (|ofCategory| *1 (|SquareMatrixCategory| *2 *3 *4 *5)) (|ofCategory| *3 #3#) (|ofCategory| *4 #18=(|DirectProductCategory| *2 *3)) (|ofCategory| *5 #18#) (|ofCategory| *3 #19=(|Field|)))) (** (*1 *1 *1 *2) (AND (|isDomain| *2 (|Integer|)) #9# #8# #10# #12# (|ofCategory| *4 #19#))))
+(|Join| (|DifferentialExtension| |t#2|) (|BiModule| |t#2| |t#2|) (|RectangularMatrixCategory| |t#1| |t#1| |t#2| |t#3| |t#4|) (|FullyRetractableTo| |t#2|) (|FullyLinearlyExplicitRingOver| |t#2|) (CATEGORY |domain| (IF (|has| |t#2| (|CommutativeRing|)) (ATTRIBUTE (|Module| |t#2|)) |%noBranch|) (SIGNATURE |scalarMatrix| ($ |t#2|)) (SIGNATURE |diagonalMatrix| ($ (|List| |t#2|))) (SIGNATURE |diagonal| (|t#3| $)) (SIGNATURE |trace| #1=(|t#2| $)) (SIGNATURE |diagonalProduct| #1#) (SIGNATURE * (|t#4| $ |t#4|)) (SIGNATURE * (|t#3| |t#3| $)) (IF (|has| |t#2| (ATTRIBUTE (|commutative| "*"))) (PROGN (ATTRIBUTE (|Algebra| |t#2|)) (SIGNATURE |determinant| #1#) (SIGNATURE |minordet| #1#)) |%noBranch|) (IF (|has| |t#2| (|Field|)) (PROGN (SIGNATURE |inverse| ((|Union| $ "failed") $)) (SIGNATURE ** ($ $ (|Integer|)))) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Aggregate|) . T) ((|Algebra| |#2|) |has| |#2| (ATTRIBUTE (|commutative| #1="*"))) ((|BasicType|) . T) ((|BiModule| |#2| |#2|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #2=(|Fraction| #3=(|Integer|))) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) ((|CoercibleFrom| #3#) . T) ((|CoercibleFrom| |#2|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|DifferentialDomain| $) |has| |#2| (|DifferentialSpace|)) ((|DifferentialExtension| |#2|) . T) ((|DifferentialRing|) |has| |#2| (|DifferentialRing|)) ((|DifferentialSpace|) |has| |#2| (|DifferentialSpace|)) ((|DifferentialSpaceExtension| |#2|) . T) ((|Evalable| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|FiniteAggregate| |#2|) . T) ((|FullyLinearlyExplicitRingOver| |#2|) . T) ((|FullyRetractableTo| |#2|) . T) ((|Functorial| |#2|) . T) ((|HomogeneousAggregate| |#2|) . T) ((|InnerEvalable| |#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|LeftLinearSet| #3#) . T) ((|LeftLinearSet| |#2|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #3#) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#2|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#2|) OR (|has| |#2| (ATTRIBUTE (|commutative| #1#))) (|has| |#2| (|CommutativeRing|))) ((|LinearlyExplicitRingOver| #3#) |has| |#2| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#2|) . T) ((|Module| |#2|) OR (|has| |#2| (ATTRIBUTE (|commutative| #1#))) (|has| |#2| (|CommutativeRing|))) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #4=(|Symbol|)) OR (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))) ((|PartialDifferentialRing| #4#) |has| |#2| (|PartialDifferentialRing| (|Symbol|))) ((|PartialDifferentialSpace| #4#) OR (|has| |#2| (|PartialDifferentialRing| (|Symbol|))) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))) ((|RectangularMatrixCategory| |#1| |#1| |#2| |#3| |#4|) . T) ((|RetractableTo| #2#) |has| |#2| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| #3#) |has| |#2| (|RetractableTo| (|Integer|))) ((|RetractableTo| |#2|) . T) ((|RightLinearSet| |#2|) . T) ((|RightModule| |#2|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|smith| (#1=(|#4| |#4|) 81 T ELT)) (|hermite| (#1# 76 T ELT)) (|diophantineSystem| (((|Record| (|:| |particular| (|Union| |#3| "failed")) (|:| |basis| (|List| |#3|))) |#4| |#3|) 91 T ELT)) (|completeSmith| (((|Record| (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|) 80 T ELT)) (|completeHermite| (((|Record| (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|) 78 T ELT)))
(((|SmithNormalForm| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |hermite| #1=(|#4| |#4|)) (SIGNATURE |completeHermite| ((|Record| (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (SIGNATURE |smith| #1#) (SIGNATURE |completeSmith| ((|Record| (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (SIGNATURE |diophantineSystem| ((|Record| (|:| |particular| (|Union| |#3| "failed")) (|:| |basis| (|List| |#3|))) |#4| |#3|))) (|EuclideanDomain|) #2=(|FiniteLinearAggregate| |#1|) #2# (|MatrixCategory| |#1| |#2| |#3|)) (T |SmithNormalForm|))
((|diophantineSystem| (*1 *2 *3 *4) (AND (|ofCategory| *5 #1=(|EuclideanDomain|)) (|ofCategory| *6 #2=(|FiniteLinearAggregate| *5)) (|ofCategory| *4 #2#) (|isDomain| *2 (|Record| (|:| |particular| (|Union| *4 "failed")) (|:| |basis| (|List| *4)))) (|isDomain| *1 (|SmithNormalForm| *5 *6 *4 *3)) (|ofCategory| *3 (|MatrixCategory| *5 *6 *4)))) (|completeSmith| #3=(*1 *2 *3) (AND #4=(|ofCategory| *4 #1#) #5=(|ofCategory| *5 #6=(|FiniteLinearAggregate| *4)) #7=(|ofCategory| *6 #6#) (|isDomain| *2 (|Record| (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3))) #8=(|isDomain| *1 (|SmithNormalForm| *4 *5 *6 *3)) #9=(|ofCategory| *3 (|MatrixCategory| *4 *5 *6)))) (|smith| #10=(*1 *2 *2) #11=(AND (|ofCategory| *3 #1#) (|ofCategory| *4 #12=(|FiniteLinearAggregate| *3)) (|ofCategory| *5 #12#) (|isDomain| *1 (|SmithNormalForm| *3 *4 *5 *2)) (|ofCategory| *2 (|MatrixCategory| *3 *4 *5)))) (|completeHermite| #3# (AND #4# #5# #7# (|isDomain| *2 (|Record| (|:| |Hermite| *3) (|:| |eqMat| *3))) #8# #9#)) (|hermite| #10# #11#))
@@ -3482,11 +3482,11 @@ NIL
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| #4=(#5=(#3# $) NIL T ELT)) (|variables| ((#6=(|List| |#2|) $) NIL T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) NIL #7=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| #8=(#9=($ $) NIL #7# ELT)) (|unit?| (#5# NIL #7# ELT)) (|tanh| (#9# 149 #10=(|has| |#1| (|Algebra| #11=(|Fraction| #12=(|Integer|)))) ELT)) (|tan| (#9# 125 #10# ELT)) (|subtractIfCan| ((#13=(|Maybe| $) $ $) NIL T ELT)) (|sqrt| (#9# NIL #10# ELT)) (|sinh| (#9# 145 #10# ELT)) (|sin| (#9# 121 #10# ELT)) (|sech| (#9# 153 #10# ELT)) (|sec| (#9# 129 #10# ELT)) (|sample| (#14=($) NIL T CONST)) (|reductum| #15=(#9# NIL T ELT)) (|recip| ((#16=(|Union| $ "failed") $) NIL T ELT)) (|polynomial| ((#17=(|Polynomial| |#1|) $ #18=(|NonNegativeInteger|)) NIL T ELT) ((#17# $ #18# #18#) NIL T ELT)) (|pole?| #4#) (|pi| (#14# NIL #10# ELT)) (|order| ((#18# $ |#2|) NIL T ELT) ((#18# $ |#2| #18#) NIL T ELT)) (|opposite?| #1#) (|one?| #4#) (|nthRoot| (($ $ #12#) NIL #10# ELT)) (|monomial?| #4#) (|monomial| (($ $ #6# (|List| #19=(|IndexedExponents| |#2|))) NIL T ELT) (($ $ |#2| #19#) NIL T ELT) (($ |#1| #19#) NIL T ELT) (#20=($ $ |#2| #18#) 63 T ELT) #21=(($ $ #6# (|List| #18#)) NIL T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) NIL T ELT)) (|log| (#9# 119 #10# ELT)) (|leadingMonomial| #15#) (|leadingCoefficient| ((|#1| $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|integrate| (#22=($ $ |#2|) NIL #10# ELT) (($ $ |#2| |#1|) 171 #10# ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|fintegrate| (($ (|Mapping| $) |#2| |#1|) 170 #10# ELT)) (|extend| (#23=($ $ #18#) 17 T ELT)) (|exquo| ((#16# $ $) NIL #7# ELT)) (|exp| (#9# 117 #10# ELT)) (|eval| (($ $ |#2| $) 104 T ELT) (($ $ #6# #24=(|List| $)) 99 T ELT) (($ $ (|List| #25=(|Equation| $))) NIL T ELT) (($ $ #25#) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ #24# #24#) NIL T ELT)) (|differentiate| #21# #26=(#20# NIL T ELT) #27=(($ $ #6#) NIL T ELT) (#22# 106 T ELT)) (|degree| ((#19# $) NIL T ELT)) (|csubst| (((|Mapping| #28=(|Stream| |#3|) |#3|) #6# (|List| #28#)) 87 T ELT)) (|csch| (#9# 155 #10# ELT)) (|csc| (#9# 131 #10# ELT)) (|coth| (#9# 151 #10# ELT)) (|cot| (#9# 127 #10# ELT)) (|cosh| (#9# 147 #10# ELT)) (|cos| (#9# 123 #10# ELT)) (|complete| (#9# 19 T ELT)) (|coerce| (((|OutputForm|) $) 194 T ELT) (($ #12#) NIL T ELT) (($ |#1|) 45 (|has| |#1| (|CommutativeRing|)) ELT) #8# (($ #11#) NIL #10# ELT) (($ |#2|) 70 T ELT) (($ |#3|) 68 T ELT)) (|coefficient| ((|#1| $ #19#) NIL T ELT) #26# #21# ((|#3| $ #18#) 43 T ELT)) (|charthRoot| ((#13# $) NIL (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#18#) NIL T CONST)) (|before?| #1#) (|atanh| (#9# 161 #10# ELT)) (|atan| (#9# 137 #10# ELT)) (|associates?| (#2# NIL #7# ELT)) (|asinh| (#9# 157 #10# ELT)) (|asin| (#9# 133 #10# ELT)) (|asech| (#9# 165 #10# ELT)) (|asec| (#9# 141 #10# ELT)) (|annihilate?| #1#) (|acsch| (#9# 167 #10# ELT)) (|acsc| (#9# 143 #10# ELT)) (|acoth| (#9# 163 #10# ELT)) (|acot| (#9# 139 #10# ELT)) (|acosh| (#9# 159 #10# ELT)) (|acos| (#9# 135 #10# ELT)) (|Zero| (#14# 52 T CONST)) (|One| (#14# 62 T CONST)) (D #21# #26# #27# (#22# NIL T ELT)) (= #1#) (/ (#29=($ $ |#1|) 196 (|has| |#1| (|Field|)) ELT)) (- #15# (#30=($ $ $) NIL T ELT)) (+ (#30# 66 T ELT)) (** (($ $ #31=(|PositiveInteger|)) NIL T ELT) (#23# 77 T ELT) (#30# NIL #10# ELT) (#32=($ $ #11#) 109 #10# ELT)) (* (($ #31# $) NIL T ELT) (($ #18# $) NIL T ELT) (($ #12# $) NIL T ELT) (#30# 65 T ELT) (#32# 114 #10# ELT) (($ #11# $) 112 #10# ELT) (($ |#1| $) 48 T ELT) (#29# 49 T ELT) (($ |#3| $) 47 T ELT)))
(((|SparseMultivariateTaylorSeries| |#1| |#2| |#3|) (|Join| (|MultivariateTaylorSeriesCategory| |#1| |#2|) (CATEGORY |domain| (SIGNATURE |coefficient| (|#3| $ (|NonNegativeInteger|))) (SIGNATURE |coerce| ($ |#2|)) (SIGNATURE |coerce| ($ |#3|)) (SIGNATURE * ($ |#3| $)) (SIGNATURE |csubst| ((|Mapping| #1=(|Stream| |#3|) |#3|) (|List| |#2|) (|List| #1#))) (IF (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (PROGN (SIGNATURE |integrate| ($ $ |#2| |#1|)) (SIGNATURE |fintegrate| ($ (|Mapping| $) |#2| |#1|))) |%noBranch|))) (|Ring|) (|OrderedSet|) (|PolynomialCategory| |#1| (|IndexedExponents| |#2|) |#2|)) (T |SparseMultivariateTaylorSeries|))
((|coefficient| (*1 *2 *1 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *2 (|PolynomialCategory| *4 (|IndexedExponents| *5) *5)) (|isDomain| *1 (|SparseMultivariateTaylorSeries| *4 *5 *2)) #1=(|ofCategory| *4 #2=(|Ring|)) (|ofCategory| *5 #3=(|OrderedSet|)))) (|coerce| #4=(*1 *1 *2) (AND #5=(|ofCategory| *3 #2#) #6=(|ofCategory| *2 #3#) #7=(|isDomain| *1 (|SparseMultivariateTaylorSeries| *3 *2 *4)) #8=(|ofCategory| *4 (|PolynomialCategory| *3 (|IndexedExponents| *2) *2)))) (|coerce| #4# #9=(AND #5# (|ofCategory| *4 #3#) (|isDomain| *1 (|SparseMultivariateTaylorSeries| *3 *4 *2)) (|ofCategory| *2 (|PolynomialCategory| *3 (|IndexedExponents| *4) *4)))) (* (*1 *1 *2 *1) #9#) (|csubst| (*1 *2 *3 *4) (AND (|isDomain| *3 (|List| *6)) (|isDomain| *4 (|List| #10=(|Stream| *7))) (|ofCategory| *6 #3#) (|ofCategory| *7 (|PolynomialCategory| *5 (|IndexedExponents| *6) *6)) (|ofCategory| *5 #2#) (|isDomain| *2 (|Mapping| #10# *7)) (|isDomain| *1 (|SparseMultivariateTaylorSeries| *5 *6 *7)))) (|integrate| (*1 *1 *1 *2 *3) (AND (|ofCategory| *3 #11=(|Algebra| (|Fraction| (|Integer|)))) #5# #6# #7# #8#)) (|fintegrate| (*1 *1 *2 *3 *4) (AND (|isDomain| *2 (|Mapping| #12=(|SparseMultivariateTaylorSeries| *4 *3 *5))) (|ofCategory| *4 #11#) #1# (|ofCategory| *3 #3#) (|isDomain| *1 #12#) (|ofCategory| *5 (|PolynomialCategory| *4 (|IndexedExponents| *3) *3)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) (|:| |open| (|List| |#4|)))) (|List| |#4|)) 91 T ELT)) (|zeroSetSplit| (((|List| $) (|List| |#4|)) 92 T ELT) ((#2=(|List| $) (|List| |#4|) #3=(|Boolean|)) 120 T ELT)) (|variables| (((|List| |#3|) . #4=($)) 39 T ELT)) (|trivialIdeal?| (#5=(#6=(|Boolean|) $) 32 T ELT)) (|triangular?| (#5# 23 (|has| |#1| . #7=((|IntegralDomain|))) ELT)) (|stronglyReduced?| ((#8=(|Boolean|) |#4| . #9=($)) 107 T ELT) (#10=(#8# $) 103 T ELT)) (|stronglyReduce| ((|#4| |#4| . #11=($)) 98 T ELT)) (|squareFreePart| (((|List| (|Record| (|:| |val| |#4|) . #12=(#13=(|:| |tower| $)))) |#4| $) 135 T ELT)) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) 33 T ELT)) (|select| (($ (|Mapping| #14=(|Boolean|) |#4|) . #15=($)) 67 (|has| $ (|FiniteAggregate| |#4|)) ELT) (((|Union| |#4| . #16=(#17="failed")) $ |#3|) 85 T ELT)) (|sample| (#18=($) 59 T CONST)) (|roughUnitIdeal?| (#5# 28 (|has| |#1| . #7#) ELT)) (|roughSubIdeal?| (#19=(#6# $ $) 30 (|has| |#1| . #7#) ELT)) (|roughEqualIdeals?| (#19# 29 (|has| |#1| . #7#) ELT)) (|roughBase?| (#5# 31 (|has| |#1| . #7#) ELT)) (|rewriteSetWithReduction| (((|List| |#4|) (|List| |#4|) $ (|Mapping| |#4| |#4| |#4|) (|Mapping| #8# |#4| |#4|)) 99 T ELT)) (|rewriteIdealWithRemainder| (((|List| |#4|) (|List| |#4|) . #20=($)) 24 (|has| |#1| . #7#) ELT)) (|rewriteIdealWithHeadRemainder| (((|List| |#4|) (|List| |#4|) . #20#) 25 (|has| |#1| . #7#) ELT)) (|retractIfCan| (((|Union| $ "failed") (|List| |#4|)) 42 T ELT)) (|retract| (($ (|List| |#4|)) 41 T ELT)) (|rest| ((#21=(|Union| $ #17#) $) 88 T ELT)) (|removeZero| ((|#4| |#4| . #11#) 95 T ELT)) (|removeDuplicates| (($ $) 69 (AND (|has| |#4| . #22=((|BasicType|))) (|has| $ (|FiniteAggregate| |#4|))) ELT)) (|remove| (($ |#4| $) 68 (AND (|has| |#4| . #22#) (|has| $ (|FiniteAggregate| |#4|))) ELT) (($ (|Mapping| #14# |#4|) . #15#) 66 (|has| $ (|FiniteAggregate| |#4|)) ELT)) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| . #7#) ELT)) (|reduced?| ((#8# |#4| $ (|Mapping| #8# |#4| |#4|)) 108 T ELT)) (|reduceByQuasiMonic| ((|#4| |#4| . #11#) 93 T ELT)) (|reduce| ((|#4| (|Mapping| |#4| |#4| |#4|) $ |#4| |#4|) 54 (|has| |#4| . #23=((|BasicType|))) ELT) ((|#4| (|Mapping| |#4| |#4| |#4|) $ |#4|) 50 T ELT) ((|#4| (|Mapping| |#4| |#4| |#4|) $) 49 T ELT) ((|#4| |#4| $ (|Mapping| |#4| |#4| |#4|) (|Mapping| #8# |#4| |#4|)) 100 T ELT)) (|quasiComponent| (((|Record| (|:| |close| (|List| |#4|)) (|:| |open| (|List| |#4|))) $) 111 T ELT)) (|purelyTranscendental?| ((#3# |#4| . #24=($)) 145 T ELT)) (|purelyAlgebraicLeadingMonomial?| ((#3# |#4| . #24#) 142 T ELT)) (|purelyAlgebraic?| ((#3# |#4| . #24#) 146 T ELT) ((#3# $) 143 T ELT)) (|normalized?| ((#8# |#4| . #9#) 110 T ELT) (#10# 109 T ELT)) (|mvar| ((|#3| $) 40 T ELT)) (|members| (((|List| |#4|) $) 48 T ELT)) (|member?| ((#25=(|Boolean|) |#4| $) 53 (|has| |#4| . #23#) ELT)) (|map!| (($ (|Mapping| |#4| |#4|) $) 117 T ELT)) (|map| (($ (|Mapping| |#4| |#4|) $) 60 T ELT)) (|mainVariables| (((|List| |#3|) . #4#) 38 T ELT)) (|mainVariable?| ((#6# |#3| $) 37 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|lastSubResultantElseSplit| (((|Union| |#4| #2#) |#4| |#4| $) 137 T ELT)) (|lastSubResultant| (((|List| (|Record| (|:| |val| |#4|) . #12#)) |#4| |#4| $) 136 T ELT)) (|last| (((|Union| |#4| . #16#) . #26=($)) 89 T ELT)) (|invertibleSet| ((#2# |#4| . #27=($)) 138 T ELT)) (|invertibleElseSplit?| (((|Union| #3# #2#) |#4| $) 141 T ELT)) (|invertible?| (((|List| (|Record| (|:| |val| #3#) #13#)) |#4| $) 140 T ELT) ((#3# |#4| . #24#) 139 T ELT)) (|intersect| ((#2# |#4| . #27#) 134 T ELT) ((#2# (|List| |#4|) . #28=($)) 133 T ELT) ((#2# (|List| |#4|) . #29=(#2#)) 132 T ELT) ((#2# |#4| . #30=(#2#)) 131 T ELT)) (|internalAugment| (($ |#4| $) 126 T ELT) (($ (|List| |#4|) $) 125 T ELT)) (|initials| (((|List| |#4|) $) 113 T ELT)) (|initiallyReduced?| ((#8# |#4| . #9#) 105 T ELT) (#10# 101 T ELT)) (|initiallyReduce| ((|#4| |#4| . #11#) 96 T ELT)) (|infRittWu?| ((#8# $ $) 116 T ELT)) (|headRemainder| (((|Record| (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 27 (|has| |#1| . #7#) ELT)) (|headReduced?| ((#8# |#4| . #9#) 106 T ELT) (#10# 102 T ELT)) (|headReduce| ((|#4| |#4| . #11#) 97 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|first| (((|Union| |#4| . #16#) . #26#) 90 T ELT)) (|find| (((|Union| |#4| "failed") (|Mapping| #25# |#4|) $) 51 T ELT)) (|extendIfCan| ((#21# $ |#4|) 84 T ELT)) (|extend| (($ $ |#4|) 83 T ELT) ((#2# |#4| . #27#) 124 T ELT) ((#2# |#4| . #30#) 123 T ELT) ((#2# (|List| |#4|) . #28#) 122 T ELT) ((#2# (|List| |#4|) . #29#) 121 T ELT)) (|every?| ((#25# (|Mapping| #25# |#4|) . #31=($)) 46 T ELT)) (|eval| (($ $ (|List| |#4|) (|List| |#4|)) 64 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #32=((|SetCategory|)))) ELT) (($ $ |#4| |#4|) 63 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #32#)) ELT) (($ $ (|Equation| |#4|)) 62 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #32#)) ELT) (($ $ (|List| (|Equation| |#4|))) 61 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #32#)) ELT)) (|eq?| ((#33=(|Boolean|) $ $) 55 T ELT)) (|empty?| ((#33# $) 58 T ELT)) (|empty| (#18# 57 T ELT)) (|degree| (#34=((|NonNegativeInteger|) $) 112 T ELT)) (|count| ((#35=(|NonNegativeInteger|) |#4| $) 52 (|has| |#4| . #23#) ELT) ((#35# (|Mapping| #25# |#4|) $) 47 T ELT)) (|copy| (($ $) 56 T ELT)) (|convert| ((#36=(|InputForm|) $) 70 (|has| |#4| (|ConvertibleTo| #36#)) ELT)) (|construct| (($ (|List| |#4|)) 65 T ELT)) (|collectUpper| (($ $ |#3|) 34 T ELT)) (|collectUnder| (($ $ |#3|) 36 T ELT)) (|collectQuasiMonic| (($ $) 94 T ELT)) (|collect| (($ $ |#3|) 35 T ELT)) (|coerce| (((|OutputForm|) . #37=($)) 13 T ELT) (((|List| |#4|) . #37#) 43 T ELT)) (|coHeight| (#34# 82 (|has| |#3| (|Finite|)) ELT)) (|before?| (#1# 6 T ELT)) (|basicSet| (((|Union| (|Record| #38=(|:| |bas| $) (|:| |top| (|List| |#4|))) . #39=(#17#)) (|List| |#4|) (|Mapping| #8# |#4| |#4|)) 115 T ELT) (((|Union| (|Record| #38# (|:| |top| (|List| |#4|))) . #39#) (|List| |#4|) (|Mapping| #8# |#4|) (|Mapping| #8# |#4| |#4|)) 114 T ELT)) (|autoReduced?| ((#8# $ (|Mapping| #8# |#4| (|List| |#4|))) 104 T ELT)) (|augment| ((#2# |#4| . #27#) 130 T ELT) ((#2# |#4| . #30#) 129 T ELT) ((#2# (|List| |#4|) . #28#) 128 T ELT) ((#2# (|List| |#4|) . #29#) 127 T ELT)) (|any?| ((#25# (|Mapping| #25# |#4|) . #31#) 45 T ELT)) (|algebraicVariables| (((|List| |#3|) $) 87 T ELT)) (|algebraicCoefficients?| ((#3# |#4| . #24#) 144 T ELT)) (|algebraic?| ((#8# |#3| $) 86 T ELT)) (= (#1# 8 T ELT)) (|#| ((#35# $) 44 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) #3=(|:| |open| #4=(|List| |#4|)))) #4#) 91 T ELT)) (|zeroSetSplit| ((#5=(|List| $) #4#) 92 T ELT) ((#5# #4# #2#) 120 T ELT)) (|variables| (#6=((|List| |#3|) $) 39 T ELT)) (|trivialIdeal?| (#7=(#2# $) 32 T ELT)) (|triangular?| (#7# 23 #8=(|has| |#1| (|IntegralDomain|)) ELT)) (|stronglyReduced?| (#9=(#2# |#4| $) 107 T ELT) (#7# 103 T ELT)) (|stronglyReduce| (#10=(|#4| |#4| $) 98 T ELT)) (|squareFreePart| ((#11=(|List| (|Record| (|:| |val| |#4|) #12=(|:| |tower| $))) |#4| $) 135 T ELT)) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) 33 T ELT)) (|select| (#13=($ #14=(|Mapping| #2# |#4|) $) 67 #15=(|has| $ (|FiniteAggregate| |#4|)) ELT) ((#16=(|Union| |#4| #17="failed") $ |#3|) 85 T ELT)) (|sample| (#18=($) 59 T CONST)) (|roughUnitIdeal?| (#7# 28 #8# ELT)) (|roughSubIdeal?| (#1# 30 #8# ELT)) (|roughEqualIdeals?| (#1# 29 #8# ELT)) (|roughBase?| (#7# 31 #8# ELT)) (|rewriteSetWithReduction| ((#4# #4# $ #19=(|Mapping| |#4| |#4| |#4|) #20=(|Mapping| #2# |#4| |#4|)) 99 T ELT)) (|rewriteIdealWithRemainder| (#21=(#4# #4# $) 24 #8# ELT)) (|rewriteIdealWithHeadRemainder| (#21# 25 #8# ELT)) (|retractIfCan| ((#22=(|Union| $ #17#) #4#) 42 T ELT)) (|retract| (#23=($ #4#) 41 T ELT)) (|rest| ((#22# $) 88 T ELT)) (|removeZero| (#10# 95 T ELT)) (|removeDuplicates| (#24=($ $) 69 #25=(AND #26=(|has| |#4| (|BasicType|)) #15#) ELT)) (|remove| (#27=($ |#4| $) 68 #25# ELT) (#13# 66 #15# ELT)) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| |#4|) #28=(|:| |den| |#1|)) |#4| $) 26 #8# ELT)) (|reduced?| ((#2# |#4| $ #20#) 108 T ELT)) (|reduceByQuasiMonic| (#10# 93 T ELT)) (|reduce| ((|#4| #19# $ |#4| |#4|) 54 #26# ELT) ((|#4| #19# $ |#4|) 50 T ELT) ((|#4| #19# $) 49 T ELT) ((|#4| |#4| $ #19# #20#) 100 T ELT)) (|quasiComponent| (((|Record| (|:| |close| #4#) #3#) $) 111 T ELT)) (|purelyTranscendental?| (#9# 145 T ELT)) (|purelyAlgebraicLeadingMonomial?| (#9# 142 T ELT)) (|purelyAlgebraic?| (#9# 146 T ELT) (#7# 143 T ELT)) (|normalized?| (#9# 110 T ELT) (#7# 109 T ELT)) (|mvar| ((|#3| $) 40 T ELT)) (|members| (#29=(#4# $) 48 T ELT)) (|member?| (#9# 53 #26# ELT)) (|map!| (#30=($ (|Mapping| |#4| |#4|) $) 117 T ELT)) (|map| (#30# 60 T ELT)) (|mainVariables| (#6# 38 T ELT)) (|mainVariable?| (#31=(#2# |#3| $) 37 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|lastSubResultantElseSplit| (((|Union| |#4| #5#) |#4| |#4| $) 137 T ELT)) (|lastSubResultant| ((#11# |#4| |#4| $) 136 T ELT)) (|last| (#32=(#16# $) 89 T ELT)) (|invertibleSet| (#33=(#5# |#4| $) 138 T ELT)) (|invertibleElseSplit?| (((|Union| #2# #5#) |#4| $) 141 T ELT)) (|invertible?| (((|List| (|Record| (|:| |val| #2#) #12#)) |#4| $) 140 T ELT) (#9# 139 T ELT)) (|intersect| (#33# 134 T ELT) (#34=(#5# #4# $) 133 T ELT) (#35=(#5# #4# #5#) 132 T ELT) (#36=(#5# |#4| #5#) 131 T ELT)) (|internalAugment| (#27# 126 T ELT) (($ #4# $) 125 T ELT)) (|initials| (#29# 113 T ELT)) (|initiallyReduced?| (#9# 105 T ELT) (#7# 101 T ELT)) (|initiallyReduce| (#10# 96 T ELT)) (|infRittWu?| (#1# 116 T ELT)) (|headRemainder| (((|Record| (|:| |num| |#4|) #28#) |#4| $) 27 #8# ELT)) (|headReduced?| (#9# 106 T ELT) (#7# 102 T ELT)) (|headReduce| (#10# 97 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|first| (#32# 90 T ELT)) (|find| ((#16# #14# $) 51 T ELT)) (|extendIfCan| ((#22# $ |#4|) 84 T ELT)) (|extend| (($ $ |#4|) 83 T ELT) (#33# 124 T ELT) (#36# 123 T ELT) (#34# 122 T ELT) (#35# 121 T ELT)) (|every?| (#37=(#2# #14# $) 46 T ELT)) (|eval| (($ $ #4# #4#) 64 #38=(AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ELT) (($ $ |#4| |#4|) 63 #38# ELT) (($ $ #39=(|Equation| |#4|)) 62 #38# ELT) (($ $ (|List| #39#)) 61 #38# ELT)) (|eq?| (#1# 55 T ELT)) (|empty?| (#7# 58 T ELT)) (|empty| (#18# 57 T ELT)) (|degree| (#40=(#41=(|NonNegativeInteger|) $) 112 T ELT)) (|count| ((#41# |#4| $) 52 #26# ELT) ((#41# #14# $) 47 T ELT)) (|copy| (#24# 56 T ELT)) (|convert| ((#42=(|InputForm|) $) 70 (|has| |#4| (|ConvertibleTo| #42#)) ELT)) (|construct| (#23# 65 T ELT)) (|collectUpper| (#43=($ $ |#3|) 34 T ELT)) (|collectUnder| (#43# 36 T ELT)) (|collectQuasiMonic| (#24# 94 T ELT)) (|collect| (#43# 35 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (#29# 43 T ELT)) (|coHeight| (#40# 82 (|has| |#3| (|Finite|)) ELT)) (|before?| (#1# 6 T ELT)) (|basicSet| ((#44=(|Union| (|Record| (|:| |bas| $) (|:| |top| #4#)) #17#) #4# #20#) 115 T ELT) ((#44# #4# #14# #20#) 114 T ELT)) (|autoReduced?| ((#2# $ (|Mapping| #2# |#4| #4#)) 104 T ELT)) (|augment| (#33# 130 T ELT) (#36# 129 T ELT) (#34# 128 T ELT) (#35# 127 T ELT)) (|any?| (#37# 45 T ELT)) (|algebraicVariables| (#6# 87 T ELT)) (|algebraicCoefficients?| (#9# 144 T ELT)) (|algebraic?| (#31# 86 T ELT)) (= (#1# 8 T ELT)) (|#| (#40# 44 T ELT)))
(((|SquareFreeNormalizedTriangularSetCategory| |#1| |#2| |#3| |#4|) (|Category|) (|GcdDomain|) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|RecursivePolynomialCategory| |t#1| |t#2| |t#3|)) (T |SquareFreeNormalizedTriangularSetCategory|))
NIL
(|Join| (|SquareFreeRegularTriangularSetCategory| |t#1| |t#2| |t#3| |t#4|) (|NormalizedTriangularSetCategory| |t#1| |t#2| |t#3| |t#4|))
-(((|Aggregate|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|List| |#4|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#4|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|FiniteAggregate| |#4|) . T) ((|Functorial| |#4|) . T) ((|HomogeneousAggregate| |#4|) . T) ((|InnerEvalable| |#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|Join|) . T) ((|NormalizedTriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|PolynomialSetCategory| |#1| |#2| |#3| |#4|) . T) ((|RegularTriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| |#4|) . T) ((|SquareFreeRegularTriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|TriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|Type|) . T))
+(((|Aggregate|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|List| |#4|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#4|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|FiniteAggregate| |#4|) . T) ((|Functorial| |#4|) . T) ((|HomogeneousAggregate| |#4|) . T) ((|InnerEvalable| |#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|NormalizedTriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|PolynomialSetCategory| |#1| |#2| |#3| |#4|) . T) ((|RegularTriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| |#4|) . T) ((|SquareFreeRegularTriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|TriangularSetCategory| |#1| |#2| |#3| |#4|) . T) ((|Type|) . T))
((|solve| (#1=(#2=(|List| |#2|) |#1|) 15 T ELT)) (|quartic| ((#2# |#2| |#2| |#2| |#2| |#2|) 47 T ELT) (#1# 61 T ELT)) (|quadratic| ((#2# |#2| |#2| |#2|) 45 T ELT) (#1# 59 T ELT)) (|particularSolution| ((|#2| |#1|) 54 T ELT)) (|mapSolve| (((|Record| (|:| |solns| #2#) (|:| |maps| (|List| (|Record| (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (|Mapping| |#2| |#2|)) 20 T ELT)) (|linear| ((#2# |#2| |#2|) 42 T ELT) (#1# 58 T ELT)) (|cubic| ((#2# |#2| |#2| |#2| |#2|) 46 T ELT) (#1# 60 T ELT)) (|aQuartic| ((|#2| |#2| |#2| |#2| |#2| |#2|) 53 T ELT)) (|aQuadratic| ((|#2| |#2| |#2| |#2|) 51 T ELT)) (|aLinear| ((|#2| |#2| |#2|) 50 T ELT)) (|aCubic| ((|#2| |#2| |#2| |#2| |#2|) 52 T ELT)))
(((|PolynomialSolveByFormulas| |#1| |#2|) (CATEGORY |package| (SIGNATURE |solve| #1=(#2=(|List| |#2|) |#1|)) (SIGNATURE |particularSolution| (|#2| |#1|)) (SIGNATURE |mapSolve| ((|Record| (|:| |solns| #2#) (|:| |maps| (|List| (|Record| (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (|Mapping| |#2| |#2|))) (SIGNATURE |linear| #1#) (SIGNATURE |quadratic| #1#) (SIGNATURE |cubic| #1#) (SIGNATURE |quartic| #1#) (SIGNATURE |linear| (#2# |#2| |#2|)) (SIGNATURE |quadratic| (#2# |#2| |#2| |#2|)) (SIGNATURE |cubic| (#2# |#2| |#2| |#2| |#2|)) (SIGNATURE |quartic| (#2# |#2| |#2| |#2| |#2| |#2|)) (SIGNATURE |aLinear| (|#2| |#2| |#2|)) (SIGNATURE |aQuadratic| (|#2| |#2| |#2| |#2|)) (SIGNATURE |aCubic| (|#2| |#2| |#2| |#2| |#2|)) (SIGNATURE |aQuartic| (|#2| |#2| |#2| |#2| |#2| |#2|))) (|UnivariatePolynomialCategory| |#2|) (|Join| (|Field|) (CATEGORY |domain| (SIGNATURE ** ($ $ (|Fraction| (|Integer|))))))) (T |PolynomialSolveByFormulas|))
((|aQuartic| (*1 *2 *2 *2 *2 *2 *2) #1=(AND (|ofCategory| *2 #2=(|Join| (|Field|) (CATEGORY |domain| (SIGNATURE ** ($ $ (|Fraction| (|Integer|))))))) (|isDomain| *1 (|PolynomialSolveByFormulas| *3 *2)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *2)))) (|aCubic| (*1 *2 *2 *2 *2 *2) #1#) (|aQuadratic| (*1 *2 *2 *2 *2) #1#) (|aLinear| (*1 *2 *2 *2) #1#) (|quartic| (*1 *2 *3 *3 *3 *3 *3) #3=(AND (|ofCategory| *3 #2#) (|isDomain| *2 (|List| *3)) (|isDomain| *1 (|PolynomialSolveByFormulas| *4 *3)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *3)))) (|cubic| (*1 *2 *3 *3 *3 *3) #3#) (|quadratic| (*1 *2 *3 *3 *3) #3#) (|linear| (*1 *2 *3 *3) #3#) (|quartic| #4=(*1 *2 *3) #5=(AND (|ofCategory| *4 #2#) (|isDomain| *2 (|List| *4)) (|isDomain| *1 (|PolynomialSolveByFormulas| *3 *4)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *4)))) (|cubic| #4# #5#) (|quadratic| #4# #5#) (|linear| #4# #5#) (|mapSolve| (*1 *2 *3 *4) (AND (|isDomain| *4 (|Mapping| *5 *5)) (|ofCategory| *5 #2#) (|isDomain| *2 (|Record| (|:| |solns| (|List| *5)) (|:| |maps| (|List| (|Record| (|:| |arg| *5) (|:| |res| *5)))))) (|isDomain| *1 (|PolynomialSolveByFormulas| *3 *5)) (|ofCategory| *3 (|UnivariatePolynomialCategory| *5)))) (|particularSolution| #4# #1#) (|solve| #4# #5#))
@@ -3505,29 +3505,29 @@ NIL
((~= #1=((#2=(|Boolean|) $ $) NIL T ELT)) (|subspace| ((#3=(|SubSpace| 3 |#1|) $) 141 T ELT)) (|polygon?| (#4=(#2# $) 101 T ELT)) (|polygon| (#5=($ $ #6=(|List| #7=(|Point| |#1|))) 44 T ELT) (#8=($ $ #9=(|List| #10=(|List| |#1|))) 104 T ELT) (#11=($ #6#) 103 T ELT) (#12=(#6# $) 102 T ELT)) (|point?| (#4# 72 T ELT)) (|point| (($ $ #7#) 76 T ELT) (($ $ #10#) 81 T ELT) (($ $ #13=(|NonNegativeInteger|)) 83 T ELT) (($ #7#) 77 T ELT) ((#7# $) 75 T ELT)) (|objects| (((|Record| (|:| |points| #13#) (|:| |curves| #13#) (|:| |polygons| #13#) (|:| |constructs| #13#)) $) 139 T ELT)) (|numberOfComposites| (#14=(#13# $) 53 T ELT)) (|numberOfComponents| (#14# 52 T ELT)) (|modifyPointData| (($ $ #13# #7#) 67 T ELT)) (|mesh?| (#4# 111 T ELT)) (|mesh| (($ $ #15=(|List| #6#) #16=(|List| #17=(|SubSpaceComponentProperty|)) #17#) 118 T ELT) (($ $ #18=(|List| #9#) #16# #17#) 120 T ELT) (($ $ #15# #2# #2#) 115 T ELT) (($ $ #18# #2# #2#) 127 T ELT) (($ #15#) 116 T ELT) (($ #15# #2# #2#) 117 T ELT) ((#15# $) 114 T ELT)) (|merge| (#19=($ #20=(|List| $)) 56 T ELT) (($ $ $) 57 T ELT)) (|lprop| ((#16# $) 133 T ELT)) (|lp| (#12# 130 T ELT)) (|llprop| (((|List| #16#) $) 132 T ELT)) (|lllp| (((|List| #15#) $) NIL T ELT)) (|lllip| (((|List| (|List| (|List| #13#))) $) 131 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|enterPointData| ((#13# $ #6#) 65 T ELT)) (|curve?| (#4# 84 T ELT)) (|curve| (#5# 86 T ELT) (#8# 92 T ELT) (#11# 87 T ELT) (#12# 85 T ELT)) (|create3Space| (($) 48 T ELT) (($ #3#) 49 T ELT)) (|copy| (#21=($ $) 63 T ELT)) (|composites| (#22=(#20# $) 62 T ELT)) (|composite| (#19# 59 T ELT)) (|components| (#22# 61 T ELT)) (|coerce| (((|OutputForm|) $) 146 T ELT)) (|closedCurve?| (#4# 94 T ELT)) (|closedCurve| (#5# 96 T ELT) (#8# 99 T ELT) (#11# 97 T ELT) (#12# 95 T ELT)) (|check| (#21# 140 T ELT)) (|before?| #1#) (= #1#))
(((|ThreeSpace| |#1|) (|ThreeSpaceCategory| |#1|) (|Ring|)) (T |ThreeSpace|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|subspace| (((|SubSpace| 3 |#1|) $) 17 T ELT)) (|polygon?| (((|Boolean|) $) 33 T ELT)) (|polygon| (($ $ (|List| (|Point| |#1|))) 37 T ELT) (($ $ (|List| (|List| |#1|))) 36 T ELT) (($ (|List| (|Point| |#1|))) 35 T ELT) (((|List| (|Point| |#1|)) $) 34 T ELT)) (|point?| (((|Boolean|) $) 48 T ELT)) (|point| (($ $ (|Point| |#1|)) 53 T ELT) (($ $ (|List| |#1|)) 52 T ELT) (($ $ (|NonNegativeInteger|)) 51 T ELT) (($ (|Point| |#1|)) 50 T ELT) (((|Point| |#1|) $) 49 T ELT)) (|objects| (((|Record| (|:| |points| (|NonNegativeInteger|)) (|:| |curves| (|NonNegativeInteger|)) (|:| |polygons| (|NonNegativeInteger|)) (|:| |constructs| (|NonNegativeInteger|))) $) 19 T ELT)) (|numberOfComposites| (((|NonNegativeInteger|) $) 62 T ELT)) (|numberOfComponents| (((|NonNegativeInteger|) $) 63 T ELT)) (|modifyPointData| (($ $ (|NonNegativeInteger|) (|Point| |#1|)) 54 T ELT)) (|mesh?| (((|Boolean|) $) 25 T ELT)) (|mesh| (($ $ (|List| (|List| (|Point| |#1|))) (|List| (|SubSpaceComponentProperty|)) (|SubSpaceComponentProperty|)) 32 T ELT) (($ $ (|List| (|List| (|List| |#1|))) (|List| (|SubSpaceComponentProperty|)) (|SubSpaceComponentProperty|)) 31 T ELT) (($ $ (|List| (|List| (|Point| |#1|))) (|Boolean|) (|Boolean|)) 30 T ELT) (($ $ (|List| (|List| (|List| |#1|))) (|Boolean|) (|Boolean|)) 29 T ELT) (($ (|List| (|List| (|Point| |#1|)))) 28 T ELT) (($ (|List| (|List| (|Point| |#1|))) (|Boolean|) (|Boolean|)) 27 T ELT) (((|List| (|List| (|Point| |#1|))) $) 26 T ELT)) (|merge| (($ (|List| $)) 61 T ELT) (($ $ $) 60 T ELT)) (|lprop| (((|List| (|SubSpaceComponentProperty|)) $) 20 T ELT)) (|lp| (((|List| (|Point| |#1|)) $) 24 T ELT)) (|llprop| (((|List| (|List| (|SubSpaceComponentProperty|))) $) 21 T ELT)) (|lllp| (((|List| (|List| (|List| (|Point| |#1|)))) $) 22 T ELT)) (|lllip| (((|List| (|List| (|List| (|NonNegativeInteger|)))) $) 23 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|enterPointData| (((|NonNegativeInteger|) $ (|List| (|Point| |#1|))) 55 T ELT)) (|curve?| (((|Boolean|) $) 43 T ELT)) (|curve| (($ $ (|List| (|Point| |#1|))) 47 T ELT) (($ $ (|List| (|List| |#1|))) 46 T ELT) (($ (|List| (|Point| |#1|))) 45 T ELT) (((|List| (|Point| |#1|)) $) 44 T ELT)) (|create3Space| (($) 65 T ELT) (($ (|SubSpace| 3 |#1|)) 64 T ELT)) (|copy| (($ $) 56 T ELT)) (|composites| (((|List| $) $) 57 T ELT)) (|composite| (($ (|List| $)) 59 T ELT)) (|components| (((|List| $) $) 58 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|closedCurve?| (((|Boolean|) $) 38 T ELT)) (|closedCurve| (($ $ (|List| (|Point| |#1|))) 42 T ELT) (($ $ (|List| (|List| |#1|))) 41 T ELT) (($ (|List| (|Point| |#1|))) 40 T ELT) (((|List| (|Point| |#1|)) $) 39 T ELT)) (|check| (($ $) 18 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|subspace| ((#3=(|SubSpace| 3 |#1|) $) 17 T ELT)) (|polygon?| (#4=(#2# $) 33 T ELT)) (|polygon| (#5=($ $ #6=(|List| #7=(|Point| |#1|))) 37 T ELT) (#8=($ $ #9=(|List| #10=(|List| |#1|))) 36 T ELT) (#11=($ #6#) 35 T ELT) (#12=(#6# $) 34 T ELT)) (|point?| (#4# 48 T ELT)) (|point| (($ $ #7#) 53 T ELT) (($ $ #10#) 52 T ELT) (($ $ #13=(|NonNegativeInteger|)) 51 T ELT) (($ #7#) 50 T ELT) ((#7# $) 49 T ELT)) (|objects| (((|Record| (|:| |points| #13#) (|:| |curves| #13#) (|:| |polygons| #13#) (|:| |constructs| #13#)) $) 19 T ELT)) (|numberOfComposites| (#14=(#13# $) 62 T ELT)) (|numberOfComponents| (#14# 63 T ELT)) (|modifyPointData| (($ $ #13# #7#) 54 T ELT)) (|mesh?| (#4# 25 T ELT)) (|mesh| (($ $ #15=(|List| #6#) #16=(|List| #17=(|SubSpaceComponentProperty|)) #17#) 32 T ELT) (($ $ #18=(|List| #9#) #16# #17#) 31 T ELT) (($ $ #15# #2# #2#) 30 T ELT) (($ $ #18# #2# #2#) 29 T ELT) (($ #15#) 28 T ELT) (($ #15# #2# #2#) 27 T ELT) ((#15# $) 26 T ELT)) (|merge| (#19=($ #20=(|List| $)) 61 T ELT) (($ $ $) 60 T ELT)) (|lprop| ((#16# $) 20 T ELT)) (|lp| (#12# 24 T ELT)) (|llprop| (((|List| #16#) $) 21 T ELT)) (|lllp| (((|List| #15#) $) 22 T ELT)) (|lllip| (((|List| (|List| (|List| #13#))) $) 23 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|enterPointData| ((#13# $ #6#) 55 T ELT)) (|curve?| (#4# 43 T ELT)) (|curve| (#5# 47 T ELT) (#8# 46 T ELT) (#11# 45 T ELT) (#12# 44 T ELT)) (|create3Space| (($) 65 T ELT) (($ #3#) 64 T ELT)) (|copy| (#21=($ $) 56 T ELT)) (|composites| (#22=(#20# $) 57 T ELT)) (|composite| (#19# 59 T ELT)) (|components| (#22# 58 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|closedCurve?| (#4# 38 T ELT)) (|closedCurve| (#5# 42 T ELT) (#8# 41 T ELT) (#11# 40 T ELT) (#12# 39 T ELT)) (|check| (#21# 18 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
(((|ThreeSpaceCategory| |#1|) (|Category|) (|Ring|)) (T |ThreeSpaceCategory|))
-((|create3Space| (*1 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *2)) (|ofCategory| *2 (|Ring|)))) (|create3Space| (*1 *1 *2) (AND (|isDomain| *2 (|SubSpace| 3 *3)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|ThreeSpaceCategory| *3)))) (|numberOfComponents| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|numberOfComposites| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|merge| (*1 *1 *2) (AND (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|merge| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *2)) (|ofCategory| *2 (|Ring|)))) (|composite| (*1 *1 *2) (AND (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|components| (*1 *2 *1) (AND (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|ThreeSpaceCategory| *3)))) (|composites| (*1 *2 *1) (AND (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|ThreeSpaceCategory| *3)))) (|copy| (*1 *1 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *2)) (|ofCategory| *2 (|Ring|)))) (|enterPointData| (*1 *2 *1 *3) (AND (|isDomain| *3 (|List| (|Point| *4))) (|ofCategory| *1 (|ThreeSpaceCategory| *4)) (|ofCategory| *4 (|Ring|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|modifyPointData| (*1 *1 *1 *2 *3) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|isDomain| *3 (|Point| *4)) (|ofCategory| *1 (|ThreeSpaceCategory| *4)) (|ofCategory| *4 (|Ring|)))) (|point| (*1 *1 *1 *2) (AND (|isDomain| *2 (|Point| *3)) (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|point| (*1 *1 *1 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|point| (*1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|point| (*1 *1 *2) (AND (|isDomain| *2 (|Point| *3)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|ThreeSpaceCategory| *3)))) (|point| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Point| *3)))) (|point?| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Boolean|)))) (|curve| (*1 *1 *1 *2) (AND (|isDomain| *2 (|List| (|Point| *3))) (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|curve| (*1 *1 *1 *2) (AND (|isDomain| *2 (|List| (|List| *3))) (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|curve| (*1 *1 *2) (AND (|isDomain| *2 (|List| (|Point| *3))) (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|ThreeSpaceCategory| *3)))) (|curve| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|List| (|Point| *3))))) (|curve?| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Boolean|)))) (|closedCurve| (*1 *1 *1 *2) (AND (|isDomain| *2 (|List| (|Point| *3))) (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|closedCurve| (*1 *1 *1 *2) (AND (|isDomain| *2 (|List| (|List| *3))) (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|closedCurve| (*1 *1 *2) (AND (|isDomain| *2 (|List| (|Point| *3))) (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|ThreeSpaceCategory| *3)))) (|closedCurve| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|List| (|Point| *3))))) (|closedCurve?| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Boolean|)))) (|polygon| (*1 *1 *1 *2) (AND (|isDomain| *2 (|List| (|Point| *3))) (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|polygon| (*1 *1 *1 *2) (AND (|isDomain| *2 (|List| (|List| *3))) (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|polygon| (*1 *1 *2) (AND (|isDomain| *2 (|List| (|Point| *3))) (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|ThreeSpaceCategory| *3)))) (|polygon| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|List| (|Point| *3))))) (|polygon?| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Boolean|)))) (|mesh| (*1 *1 *1 *2 *3 *4) (AND (|isDomain| *2 (|List| (|List| (|Point| *5)))) (|isDomain| *3 (|List| (|SubSpaceComponentProperty|))) (|isDomain| *4 (|SubSpaceComponentProperty|)) (|ofCategory| *1 (|ThreeSpaceCategory| *5)) (|ofCategory| *5 (|Ring|)))) (|mesh| (*1 *1 *1 *2 *3 *4) (AND (|isDomain| *2 (|List| (|List| (|List| *5)))) (|isDomain| *3 (|List| (|SubSpaceComponentProperty|))) (|isDomain| *4 (|SubSpaceComponentProperty|)) (|ofCategory| *1 (|ThreeSpaceCategory| *5)) (|ofCategory| *5 (|Ring|)))) (|mesh| (*1 *1 *1 *2 *3 *3) (AND (|isDomain| *2 (|List| (|List| (|Point| *4)))) (|isDomain| *3 (|Boolean|)) (|ofCategory| *1 (|ThreeSpaceCategory| *4)) (|ofCategory| *4 (|Ring|)))) (|mesh| (*1 *1 *1 *2 *3 *3) (AND (|isDomain| *2 (|List| (|List| (|List| *4)))) (|isDomain| *3 (|Boolean|)) (|ofCategory| *1 (|ThreeSpaceCategory| *4)) (|ofCategory| *4 (|Ring|)))) (|mesh| (*1 *1 *2) (AND (|isDomain| *2 (|List| (|List| (|Point| *3)))) (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|ThreeSpaceCategory| *3)))) (|mesh| (*1 *1 *2 *3 *3) (AND (|isDomain| *2 (|List| (|List| (|Point| *4)))) (|isDomain| *3 (|Boolean|)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *1 (|ThreeSpaceCategory| *4)))) (|mesh| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|List| (|List| (|Point| *3)))))) (|mesh?| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Boolean|)))) (|lp| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|List| (|Point| *3))))) (|lllip| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|List| (|List| (|List| (|NonNegativeInteger|))))))) (|lllp| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|List| (|List| (|List| (|Point| *3))))))) (|llprop| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|List| (|List| (|SubSpaceComponentProperty|)))))) (|lprop| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|List| (|SubSpaceComponentProperty|))))) (|objects| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Record| (|:| |points| (|NonNegativeInteger|)) (|:| |curves| (|NonNegativeInteger|)) (|:| |polygons| (|NonNegativeInteger|)) (|:| |constructs| (|NonNegativeInteger|)))))) (|check| (*1 *1 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *2)) (|ofCategory| *2 (|Ring|)))) (|subspace| (*1 *2 *1) (AND (|ofCategory| *1 (|ThreeSpaceCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|SubSpace| 3 *3)))))
-(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |create3Space| ($)) (SIGNATURE |create3Space| ($ (|SubSpace| 3 |t#1|))) (SIGNATURE |numberOfComponents| ((|NonNegativeInteger|) $)) (SIGNATURE |numberOfComposites| ((|NonNegativeInteger|) $)) (SIGNATURE |merge| ($ (|List| $))) (SIGNATURE |merge| ($ $ $)) (SIGNATURE |composite| ($ (|List| $))) (SIGNATURE |components| ((|List| $) $)) (SIGNATURE |composites| ((|List| $) $)) (SIGNATURE |copy| ($ $)) (SIGNATURE |enterPointData| ((|NonNegativeInteger|) $ (|List| (|Point| |t#1|)))) (SIGNATURE |modifyPointData| ($ $ (|NonNegativeInteger|) (|Point| |t#1|))) (SIGNATURE |point| ($ $ (|Point| |t#1|))) (SIGNATURE |point| ($ $ (|List| |t#1|))) (SIGNATURE |point| ($ $ (|NonNegativeInteger|))) (SIGNATURE |point| ($ (|Point| |t#1|))) (SIGNATURE |point| ((|Point| |t#1|) $)) (SIGNATURE |point?| ((|Boolean|) $)) (SIGNATURE |curve| ($ $ (|List| (|Point| |t#1|)))) (SIGNATURE |curve| ($ $ (|List| (|List| |t#1|)))) (SIGNATURE |curve| ($ (|List| (|Point| |t#1|)))) (SIGNATURE |curve| ((|List| (|Point| |t#1|)) $)) (SIGNATURE |curve?| ((|Boolean|) $)) (SIGNATURE |closedCurve| ($ $ (|List| (|Point| |t#1|)))) (SIGNATURE |closedCurve| ($ $ (|List| (|List| |t#1|)))) (SIGNATURE |closedCurve| ($ (|List| (|Point| |t#1|)))) (SIGNATURE |closedCurve| ((|List| (|Point| |t#1|)) $)) (SIGNATURE |closedCurve?| ((|Boolean|) $)) (SIGNATURE |polygon| ($ $ (|List| (|Point| |t#1|)))) (SIGNATURE |polygon| ($ $ (|List| (|List| |t#1|)))) (SIGNATURE |polygon| ($ (|List| (|Point| |t#1|)))) (SIGNATURE |polygon| ((|List| (|Point| |t#1|)) $)) (SIGNATURE |polygon?| ((|Boolean|) $)) (SIGNATURE |mesh| ($ $ (|List| (|List| (|Point| |t#1|))) (|List| (|SubSpaceComponentProperty|)) (|SubSpaceComponentProperty|))) (SIGNATURE |mesh| ($ $ (|List| (|List| (|List| |t#1|))) (|List| (|SubSpaceComponentProperty|)) (|SubSpaceComponentProperty|))) (SIGNATURE |mesh| ($ $ (|List| (|List| (|Point| |t#1|))) (|Boolean|) (|Boolean|))) (SIGNATURE |mesh| ($ $ (|List| (|List| (|List| |t#1|))) (|Boolean|) (|Boolean|))) (SIGNATURE |mesh| ($ (|List| (|List| (|Point| |t#1|))))) (SIGNATURE |mesh| ($ (|List| (|List| (|Point| |t#1|))) (|Boolean|) (|Boolean|))) (SIGNATURE |mesh| ((|List| (|List| (|Point| |t#1|))) $)) (SIGNATURE |mesh?| ((|Boolean|) $)) (SIGNATURE |lp| ((|List| (|Point| |t#1|)) $)) (SIGNATURE |lllip| ((|List| (|List| (|List| (|NonNegativeInteger|)))) $)) (SIGNATURE |lllp| ((|List| (|List| (|List| (|Point| |t#1|)))) $)) (SIGNATURE |llprop| ((|List| (|List| (|SubSpaceComponentProperty|))) $)) (SIGNATURE |lprop| ((|List| (|SubSpaceComponentProperty|)) $)) (SIGNATURE |objects| ((|Record| (|:| |points| (|NonNegativeInteger|)) (|:| |curves| (|NonNegativeInteger|)) (|:| |polygons| (|NonNegativeInteger|)) (|:| |constructs| (|NonNegativeInteger|))) $)) (SIGNATURE |check| ($ $)) (SIGNATURE |subspace| ((|SubSpace| 3 |t#1|) $))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|create3Space| (*1 *1) #1=(AND (|ofCategory| *1 (|ThreeSpaceCategory| *2)) (|ofCategory| *2 #2=(|Ring|)))) (|create3Space| #3=(*1 *1 *2) (AND #4=(|isDomain| *2 (|SubSpace| 3 *3)) #5=(|ofCategory| *3 #2#) #6=(|ofCategory| *1 (|ThreeSpaceCategory| *3)))) (|numberOfComponents| #7=(*1 *2 *1) #8=(AND #6# #5# #9=(|isDomain| *2 #10=(|NonNegativeInteger|)))) (|numberOfComposites| #7# #8#) (|merge| #3# #11=(AND #12=(|isDomain| *2 (|List| *1)) #6# #5#)) (|merge| (*1 *1 *1 *1) #1#) (|composite| #3# #11#) (|components| #7# #13=(AND #5# #12# #6#)) (|composites| #7# #13#) (|copy| #14=(*1 *1 *1) #1#) (|enterPointData| (*1 *2 *1 *3) (AND (|isDomain| *3 #15=(|List| #16=(|Point| *4))) #17=(|ofCategory| *1 (|ThreeSpaceCategory| *4)) #18=(|ofCategory| *4 #2#) #9#)) (|modifyPointData| (*1 *1 *1 *2 *3) (AND #9# (|isDomain| *3 #16#) #17# #18#)) (|point| #19=(*1 *1 *1 *2) (AND #20=(|isDomain| *2 #21=(|Point| *3)) #6# #5#)) (|point| #19# (AND (|isDomain| *2 #22=(|List| *3)) #6# #5#)) (|point| #19# (AND #9# #6# #5#)) (|point| #3# (AND #20# #5# #6#)) (|point| #7# (AND #6# #5# #20#)) (|point?| #7# #23=(AND #6# #5# (|isDomain| *2 #24=(|Boolean|)))) (|curve| #19# #25=(AND #26=(|isDomain| *2 #27=(|List| #21#)) #6# #5#)) (|curve| #19# #28=(AND (|isDomain| *2 (|List| #22#)) #6# #5#)) (|curve| #3# #29=(AND #26# #5# #6#)) (|curve| #7# #30=(AND #6# #5# #26#)) (|curve?| #7# #23#) (|closedCurve| #19# #25#) (|closedCurve| #19# #28#) (|closedCurve| #3# #29#) (|closedCurve| #7# #30#) (|closedCurve?| #7# #23#) (|polygon| #19# #25#) (|polygon| #19# #28#) (|polygon| #3# #29#) (|polygon| #7# #30#) (|polygon?| #7# #23#) (|mesh| #31=(*1 *1 *1 *2 *3 *4) (AND (|isDomain| *2 (|List| (|List| (|Point| *5)))) #32=(|isDomain| *3 #33=(|List| #34=(|SubSpaceComponentProperty|))) #35=(|isDomain| *4 #34#) #36=(|ofCategory| *1 (|ThreeSpaceCategory| *5)) #37=(|ofCategory| *5 #2#))) (|mesh| #31# (AND (|isDomain| *2 (|List| (|List| (|List| *5)))) #32# #35# #36# #37#)) (|mesh| #38=(*1 *1 *1 *2 *3 *3) (AND #39=(|isDomain| *2 (|List| #15#)) #40=(|isDomain| *3 #24#) #17# #18#)) (|mesh| #38# (AND (|isDomain| *2 (|List| (|List| (|List| *4)))) #40# #17# #18#)) (|mesh| #3# (AND #41=(|isDomain| *2 #42=(|List| #27#)) #5# #6#)) (|mesh| (*1 *1 *2 *3 *3) (AND #39# #40# #18# #17#)) (|mesh| #7# (AND #6# #5# #41#)) (|mesh?| #7# #23#) (|lp| #7# #30#) (|lllip| #7# (AND #6# #5# (|isDomain| *2 (|List| (|List| (|List| #10#)))))) (|lllp| #7# (AND #6# #5# (|isDomain| *2 (|List| #42#)))) (|llprop| #7# (AND #6# #5# (|isDomain| *2 (|List| #33#)))) (|lprop| #7# (AND #6# #5# (|isDomain| *2 #33#))) (|objects| #7# (AND #6# #5# (|isDomain| *2 (|Record| (|:| |points| #10#) (|:| |curves| #10#) (|:| |polygons| #10#) (|:| |constructs| #10#))))) (|check| #14# #1#) (|subspace| #7# (AND #6# #5# #4#)))
+(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |create3Space| ($)) (SIGNATURE |create3Space| ($ #1=(|SubSpace| 3 |t#1|))) (SIGNATURE |numberOfComponents| #2=(#3=(|NonNegativeInteger|) $)) (SIGNATURE |numberOfComposites| #2#) (SIGNATURE |merge| #4=($ #5=(|List| $))) (SIGNATURE |merge| ($ $ $)) (SIGNATURE |composite| #4#) (SIGNATURE |components| #6=(#5# $)) (SIGNATURE |composites| #6#) (SIGNATURE |copy| #7=($ $)) (SIGNATURE |enterPointData| (#3# $ #8=(|List| #9=(|Point| |t#1|)))) (SIGNATURE |modifyPointData| ($ $ #3# #9#)) (SIGNATURE |point| ($ $ #9#)) (SIGNATURE |point| ($ $ #10=(|List| |t#1|))) (SIGNATURE |point| ($ $ #3#)) (SIGNATURE |point| ($ #9#)) (SIGNATURE |point| (#9# $)) (SIGNATURE |point?| #11=(#12=(|Boolean|) $)) (SIGNATURE |curve| #13=($ $ #8#)) (SIGNATURE |curve| #14=($ $ #15=(|List| #10#))) (SIGNATURE |curve| #16=($ #8#)) (SIGNATURE |curve| #17=(#8# $)) (SIGNATURE |curve?| #11#) (SIGNATURE |closedCurve| #13#) (SIGNATURE |closedCurve| #14#) (SIGNATURE |closedCurve| #16#) (SIGNATURE |closedCurve| #17#) (SIGNATURE |closedCurve?| #11#) (SIGNATURE |polygon| #13#) (SIGNATURE |polygon| #14#) (SIGNATURE |polygon| #16#) (SIGNATURE |polygon| #17#) (SIGNATURE |polygon?| #11#) (SIGNATURE |mesh| ($ $ #18=(|List| #8#) #19=(|List| #20=(|SubSpaceComponentProperty|)) #20#)) (SIGNATURE |mesh| ($ $ #21=(|List| #15#) #19# #20#)) (SIGNATURE |mesh| ($ $ #18# #12# #12#)) (SIGNATURE |mesh| ($ $ #21# #12# #12#)) (SIGNATURE |mesh| ($ #18#)) (SIGNATURE |mesh| ($ #18# #12# #12#)) (SIGNATURE |mesh| (#18# $)) (SIGNATURE |mesh?| #11#) (SIGNATURE |lp| #17#) (SIGNATURE |lllip| ((|List| (|List| (|List| #3#))) $)) (SIGNATURE |lllp| ((|List| #18#) $)) (SIGNATURE |llprop| ((|List| #19#) $)) (SIGNATURE |lprop| (#19# $)) (SIGNATURE |objects| ((|Record| (|:| |points| #3#) (|:| |curves| #3#) (|:| |polygons| #3#) (|:| |constructs| #3#)) $)) (SIGNATURE |check| #7#) (SIGNATURE |subspace| (#1# $))))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=((#2=(|Boolean|) $ $) NIL T ELT)) (|latex| (#3=(#4=(|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|coerce| (((|OutputForm|) $) 185 T ELT) (($ #5=(|Syntax|)) NIL T ELT) ((#5# $) 7 T ELT)) (|case| ((#2# $ (|[\|\|]| #6=(|ImportAst|))) 19 T ELT) ((#2# $ (|[\|\|]| #7=(|DefinitionAst|))) 23 T ELT) ((#2# $ (|[\|\|]| #8=(|MacroAst|))) 27 T ELT) ((#2# $ (|[\|\|]| #9=(|WhereAst|))) 31 T ELT) ((#2# $ (|[\|\|]| #10=(|CategoryAst|))) 35 T ELT) ((#2# $ (|[\|\|]| #11=(|JoinAst|))) 39 T ELT) ((#2# $ (|[\|\|]| #12=(|CapsuleAst|))) 43 T ELT) ((#2# $ (|[\|\|]| #13=(|SignatureAst|))) 47 T ELT) ((#2# $ (|[\|\|]| #14=(|AttributeAst|))) 51 T ELT) ((#2# $ (|[\|\|]| #15=(|MappingAst|))) 55 T ELT) ((#2# $ (|[\|\|]| #16=(|IfAst|))) 59 T ELT) ((#2# $ (|[\|\|]| #17=(|RepeatAst|))) 63 T ELT) ((#2# $ (|[\|\|]| #18=(|WhileAst|))) 67 T ELT) ((#2# $ (|[\|\|]| #19=(|InAst|))) 71 T ELT) ((#2# $ (|[\|\|]| #20=(|StepAst|))) 75 T ELT) ((#2# $ (|[\|\|]| #21=(|CollectAst|))) 79 T ELT) ((#2# $ (|[\|\|]| #22=(|ConstructAst|))) 83 T ELT) ((#2# $ (|[\|\|]| #23=(|ExitAst|))) 87 T ELT) ((#2# $ (|[\|\|]| #24=(|ReturnAst|))) 91 T ELT) ((#2# $ (|[\|\|]| #25=(|CoerceAst|))) 95 T ELT) ((#2# $ (|[\|\|]| #26=(|PretendAst|))) 99 T ELT) ((#2# $ (|[\|\|]| #27=(|RestrictAst|))) 103 T ELT) ((#2# $ (|[\|\|]| #28=(|SegmentAst|))) 107 T ELT) ((#2# $ (|[\|\|]| #29=(|SequenceAst|))) 111 T ELT) ((#2# $ (|[\|\|]| #30=(|LetAst|))) 116 T ELT) ((#2# $ (|[\|\|]| #31=(|SuchThatAst|))) 120 T ELT) ((#2# $ (|[\|\|]| #32=(|ColonAst|))) 124 T ELT) ((#2# $ (|[\|\|]| #33=(|CaseAst|))) 128 T ELT) ((#2# $ (|[\|\|]| #34=(|HasAst|))) 132 T ELT) ((#2# $ (|[\|\|]| #35=(|IsAst|))) 136 T ELT) ((#2# $ (|[\|\|]| #36=(|Identifier|))) 140 T ELT) ((#2# $ (|[\|\|]| #4#)) 144 T ELT) ((#2# $ (|[\|\|]| #37=(|Integer|))) 148 T ELT)) (|before?| #1#) (|autoCoerce| ((#6# $) 20 T ELT) ((#7# $) 24 T ELT) ((#8# $) 28 T ELT) ((#9# $) 32 T ELT) ((#10# $) 36 T ELT) ((#11# $) 40 T ELT) ((#12# $) 44 T ELT) ((#13# $) 48 T ELT) ((#14# $) 52 T ELT) ((#15# $) 56 T ELT) ((#16# $) 60 T ELT) ((#17# $) 64 T ELT) ((#18# $) 68 T ELT) ((#19# $) 72 T ELT) ((#20# $) 76 T ELT) ((#21# $) 80 T ELT) ((#22# $) 84 T ELT) ((#23# $) 88 T ELT) ((#24# $) 92 T ELT) ((#25# $) 96 T ELT) ((#26# $) 100 T ELT) ((#27# $) 104 T ELT) ((#28# $) 108 T ELT) ((#29# $) 112 T ELT) ((#30# $) 117 T ELT) ((#31# $) 121 T ELT) ((#32# $) 125 T ELT) ((#33# $) 129 T ELT) ((#34# $) 133 T ELT) ((#35# $) 137 T ELT) ((#36# $) 141 T ELT) (#3# 145 T ELT) ((#37# $) 149 T ELT)) (= #1#))
(((|SpadAst|) (|SpadAstExports|)) (T |SpadAst|))
NIL
((|parse| (((|List| (|Syntax|)) (|String|)) 9 T ELT)))
(((|SpadParser|) (CATEGORY |package| (SIGNATURE |parse| ((|List| (|Syntax|)) (|String|))))) (T |SpadParser|))
((|parse| (*1 *2 *3) (AND (|isDomain| *3 (|String|)) (|isDomain| *2 (|List| (|Syntax|))) (|isDomain| *1 (|SpadParser|)))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) . #2=($)) 13 T ELT) (($ #3=(|Syntax|)) 20 T ELT) ((#3# . #2#) 19 T ELT)) (|case| (((|Boolean|) $ (|[\|\|]| (|ImportAst|))) 88 T ELT) (((|Boolean|) $ (|[\|\|]| (|DefinitionAst|))) 86 T ELT) (((|Boolean|) $ (|[\|\|]| (|MacroAst|))) 84 T ELT) (((|Boolean|) $ (|[\|\|]| (|WhereAst|))) 82 T ELT) (((|Boolean|) $ (|[\|\|]| (|CategoryAst|))) 80 T ELT) (((|Boolean|) $ (|[\|\|]| (|JoinAst|))) 78 T ELT) (((|Boolean|) $ (|[\|\|]| (|CapsuleAst|))) 76 T ELT) (((|Boolean|) $ (|[\|\|]| (|SignatureAst|))) 74 T ELT) (((|Boolean|) $ (|[\|\|]| (|AttributeAst|))) 72 T ELT) (((|Boolean|) $ (|[\|\|]| (|MappingAst|))) 70 T ELT) (((|Boolean|) $ (|[\|\|]| (|IfAst|))) 68 T ELT) (((|Boolean|) $ (|[\|\|]| (|RepeatAst|))) 66 T ELT) (((|Boolean|) $ (|[\|\|]| (|WhileAst|))) 64 T ELT) (((|Boolean|) $ (|[\|\|]| (|InAst|))) 62 T ELT) (((|Boolean|) $ (|[\|\|]| (|StepAst|))) 60 T ELT) (((|Boolean|) $ (|[\|\|]| (|CollectAst|))) 58 T ELT) (((|Boolean|) $ (|[\|\|]| (|ConstructAst|))) 56 T ELT) (((|Boolean|) $ (|[\|\|]| (|ExitAst|))) 54 T ELT) (((|Boolean|) $ (|[\|\|]| (|ReturnAst|))) 52 T ELT) (((|Boolean|) $ (|[\|\|]| (|CoerceAst|))) 50 T ELT) (((|Boolean|) $ (|[\|\|]| (|PretendAst|))) 48 T ELT) (((|Boolean|) $ (|[\|\|]| (|RestrictAst|))) 46 T ELT) (((|Boolean|) $ (|[\|\|]| (|SegmentAst|))) 44 T ELT) (((|Boolean|) $ (|[\|\|]| (|SequenceAst|))) 42 T ELT) (((|Boolean|) $ (|[\|\|]| (|LetAst|))) 40 T ELT) (((|Boolean|) $ (|[\|\|]| (|SuchThatAst|))) 38 T ELT) (((|Boolean|) $ (|[\|\|]| (|ColonAst|))) 36 T ELT) (((|Boolean|) $ (|[\|\|]| (|CaseAst|))) 34 T ELT) (((|Boolean|) $ (|[\|\|]| (|HasAst|))) 32 T ELT) (((|Boolean|) $ (|[\|\|]| (|IsAst|))) 30 T ELT) (((|Boolean|) $ (|[\|\|]| (|Identifier|))) 28 T ELT) (((|Boolean|) $ (|[\|\|]| (|String|))) 26 T ELT) (((|Boolean|) $ (|[\|\|]| (|Integer|))) 24 T ELT)) (|before?| (#1# 6 T ELT)) (|autoCoerce| (((|ImportAst|) $) 87 T ELT) (((|DefinitionAst|) $) 85 T ELT) (((|MacroAst|) $) 83 T ELT) (((|WhereAst|) $) 81 T ELT) (((|CategoryAst|) $) 79 T ELT) (((|JoinAst|) $) 77 T ELT) (((|CapsuleAst|) $) 75 T ELT) (((|SignatureAst|) $) 73 T ELT) (((|AttributeAst|) $) 71 T ELT) (((|MappingAst|) $) 69 T ELT) (((|IfAst|) $) 67 T ELT) (((|RepeatAst|) $) 65 T ELT) (((|WhileAst|) $) 63 T ELT) (((|InAst|) $) 61 T ELT) (((|StepAst|) $) 59 T ELT) (((|CollectAst|) $) 57 T ELT) (((|ConstructAst|) $) 55 T ELT) (((|ExitAst|) $) 53 T ELT) (((|ReturnAst|) $) 51 T ELT) (((|CoerceAst|) $) 49 T ELT) (((|PretendAst|) $) 47 T ELT) (((|RestrictAst|) $) 45 T ELT) (((|SegmentAst|) $) 43 T ELT) (((|SequenceAst|) $) 41 T ELT) (((|LetAst|) $) 39 T ELT) (((|SuchThatAst|) $) 37 T ELT) (((|ColonAst|) $) 35 T ELT) (((|CaseAst|) $) 33 T ELT) (((|HasAst|) $) 31 T ELT) (((|IsAst|) $) 29 T ELT) (((|Identifier|) $) 27 T ELT) (((|String|) $) 25 T ELT) (((|Integer|) $) 23 T ELT)) (= (#1# 8 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|latex| (#3=(#4=(|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) . #5=($)) 13 T ELT) (($ #6=(|Syntax|)) 20 T ELT) ((#6# . #5#) 19 T ELT)) (|case| ((#2# $ (|[\|\|]| #7=(|ImportAst|))) 88 T ELT) ((#2# $ (|[\|\|]| #8=(|DefinitionAst|))) 86 T ELT) ((#2# $ (|[\|\|]| #9=(|MacroAst|))) 84 T ELT) ((#2# $ (|[\|\|]| #10=(|WhereAst|))) 82 T ELT) ((#2# $ (|[\|\|]| #11=(|CategoryAst|))) 80 T ELT) ((#2# $ (|[\|\|]| #12=(|JoinAst|))) 78 T ELT) ((#2# $ (|[\|\|]| #13=(|CapsuleAst|))) 76 T ELT) ((#2# $ (|[\|\|]| #14=(|SignatureAst|))) 74 T ELT) ((#2# $ (|[\|\|]| #15=(|AttributeAst|))) 72 T ELT) ((#2# $ (|[\|\|]| #16=(|MappingAst|))) 70 T ELT) ((#2# $ (|[\|\|]| #17=(|IfAst|))) 68 T ELT) ((#2# $ (|[\|\|]| #18=(|RepeatAst|))) 66 T ELT) ((#2# $ (|[\|\|]| #19=(|WhileAst|))) 64 T ELT) ((#2# $ (|[\|\|]| #20=(|InAst|))) 62 T ELT) ((#2# $ (|[\|\|]| #21=(|StepAst|))) 60 T ELT) ((#2# $ (|[\|\|]| #22=(|CollectAst|))) 58 T ELT) ((#2# $ (|[\|\|]| #23=(|ConstructAst|))) 56 T ELT) ((#2# $ (|[\|\|]| #24=(|ExitAst|))) 54 T ELT) ((#2# $ (|[\|\|]| #25=(|ReturnAst|))) 52 T ELT) ((#2# $ (|[\|\|]| #26=(|CoerceAst|))) 50 T ELT) ((#2# $ (|[\|\|]| #27=(|PretendAst|))) 48 T ELT) ((#2# $ (|[\|\|]| #28=(|RestrictAst|))) 46 T ELT) ((#2# $ (|[\|\|]| #29=(|SegmentAst|))) 44 T ELT) ((#2# $ (|[\|\|]| #30=(|SequenceAst|))) 42 T ELT) ((#2# $ (|[\|\|]| #31=(|LetAst|))) 40 T ELT) ((#2# $ (|[\|\|]| #32=(|SuchThatAst|))) 38 T ELT) ((#2# $ (|[\|\|]| #33=(|ColonAst|))) 36 T ELT) ((#2# $ (|[\|\|]| #34=(|CaseAst|))) 34 T ELT) ((#2# $ (|[\|\|]| #35=(|HasAst|))) 32 T ELT) ((#2# $ (|[\|\|]| #36=(|IsAst|))) 30 T ELT) ((#2# $ (|[\|\|]| #37=(|Identifier|))) 28 T ELT) ((#2# $ (|[\|\|]| #4#)) 26 T ELT) ((#2# $ (|[\|\|]| #38=(|Integer|))) 24 T ELT)) (|before?| (#1# 6 T ELT)) (|autoCoerce| ((#7# $) 87 T ELT) ((#8# $) 85 T ELT) ((#9# $) 83 T ELT) ((#10# $) 81 T ELT) ((#11# $) 79 T ELT) ((#12# $) 77 T ELT) ((#13# $) 75 T ELT) ((#14# $) 73 T ELT) ((#15# $) 71 T ELT) ((#16# $) 69 T ELT) ((#17# $) 67 T ELT) ((#18# $) 65 T ELT) ((#19# $) 63 T ELT) ((#20# $) 61 T ELT) ((#21# $) 59 T ELT) ((#22# $) 57 T ELT) ((#23# $) 55 T ELT) ((#24# $) 53 T ELT) ((#25# $) 51 T ELT) ((#26# $) 49 T ELT) ((#27# $) 47 T ELT) ((#28# $) 45 T ELT) ((#29# $) 43 T ELT) ((#30# $) 41 T ELT) ((#31# $) 39 T ELT) ((#32# $) 37 T ELT) ((#33# $) 35 T ELT) ((#34# $) 33 T ELT) ((#35# $) 31 T ELT) ((#36# $) 29 T ELT) ((#37# $) 27 T ELT) (#3# 25 T ELT) ((#38# $) 23 T ELT)) (= (#1# 8 T ELT)))
(((|SpadAstExports|) (|Category|)) (T |SpadAstExports|))
-((|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|ImportAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|ImportAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|DefinitionAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|DefinitionAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|MacroAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|MacroAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|WhereAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|WhereAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|CategoryAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|CategoryAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|JoinAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|JoinAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|CapsuleAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|CapsuleAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|SignatureAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|SignatureAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|AttributeAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|AttributeAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|MappingAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|MappingAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|IfAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|IfAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|RepeatAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|RepeatAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|WhileAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|WhileAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|InAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|InAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|StepAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|StepAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|CollectAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|CollectAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|ConstructAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|ConstructAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|ExitAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|ExitAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|ReturnAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|ReturnAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|CoerceAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|CoerceAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|PretendAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|PretendAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|RestrictAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|RestrictAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|SegmentAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|SegmentAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|SequenceAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|SequenceAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|LetAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|LetAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|SuchThatAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|SuchThatAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|ColonAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|ColonAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|CaseAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|CaseAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|HasAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|HasAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|IsAst|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|IsAst|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|Identifier|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|Identifier|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|String|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|String|)))) (|case| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| (|Integer|))) (|isDomain| *2 (|Boolean|)))) (|autoCoerce| (*1 *2 *1) (AND (|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *2 (|Integer|)))))
-(|Join| (|SpadSyntaxCategory|) (|UnionType|) (CATEGORY |domain| (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|ImportAst|)))) (SIGNATURE |autoCoerce| ((|ImportAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|DefinitionAst|)))) (SIGNATURE |autoCoerce| ((|DefinitionAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|MacroAst|)))) (SIGNATURE |autoCoerce| ((|MacroAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|WhereAst|)))) (SIGNATURE |autoCoerce| ((|WhereAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|CategoryAst|)))) (SIGNATURE |autoCoerce| ((|CategoryAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|JoinAst|)))) (SIGNATURE |autoCoerce| ((|JoinAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|CapsuleAst|)))) (SIGNATURE |autoCoerce| ((|CapsuleAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|SignatureAst|)))) (SIGNATURE |autoCoerce| ((|SignatureAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|AttributeAst|)))) (SIGNATURE |autoCoerce| ((|AttributeAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|MappingAst|)))) (SIGNATURE |autoCoerce| ((|MappingAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|IfAst|)))) (SIGNATURE |autoCoerce| ((|IfAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|RepeatAst|)))) (SIGNATURE |autoCoerce| ((|RepeatAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|WhileAst|)))) (SIGNATURE |autoCoerce| ((|WhileAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|InAst|)))) (SIGNATURE |autoCoerce| ((|InAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|StepAst|)))) (SIGNATURE |autoCoerce| ((|StepAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|CollectAst|)))) (SIGNATURE |autoCoerce| ((|CollectAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|ConstructAst|)))) (SIGNATURE |autoCoerce| ((|ConstructAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|ExitAst|)))) (SIGNATURE |autoCoerce| ((|ExitAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|ReturnAst|)))) (SIGNATURE |autoCoerce| ((|ReturnAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|CoerceAst|)))) (SIGNATURE |autoCoerce| ((|CoerceAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|PretendAst|)))) (SIGNATURE |autoCoerce| ((|PretendAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|RestrictAst|)))) (SIGNATURE |autoCoerce| ((|RestrictAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|SegmentAst|)))) (SIGNATURE |autoCoerce| ((|SegmentAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|SequenceAst|)))) (SIGNATURE |autoCoerce| ((|SequenceAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|LetAst|)))) (SIGNATURE |autoCoerce| ((|LetAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|SuchThatAst|)))) (SIGNATURE |autoCoerce| ((|SuchThatAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|ColonAst|)))) (SIGNATURE |autoCoerce| ((|ColonAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|CaseAst|)))) (SIGNATURE |autoCoerce| ((|CaseAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|HasAst|)))) (SIGNATURE |autoCoerce| ((|HasAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|IsAst|)))) (SIGNATURE |autoCoerce| ((|IsAst|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|Identifier|)))) (SIGNATURE |autoCoerce| ((|Identifier|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|String|)))) (SIGNATURE |autoCoerce| ((|String|) $)) (SIGNATURE |case| ((|Boolean|) $ (|[\|\|]| (|Integer|)))) (SIGNATURE |autoCoerce| ((|Integer|) $))))
-(((|AbstractSyntaxCategory|) . T) ((|BasicType|) . T) ((|CoercibleFrom| #1=(|Syntax|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CoercibleTo| #1#) . T) ((|HomotopicTo| #1#) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|SpadSyntaxCategory|) . T) ((|Type|) . T) ((|UnionType|) . T))
+((|case| #1=(*1 *2 *1 *3) (AND #2=(|ofCategory| *1 (|SpadAstExports|)) (|isDomain| *3 (|[\|\|]| #3=(|ImportAst|))) #4=(|isDomain| *2 (|Boolean|)))) (|autoCoerce| #5=(*1 *2 *1) (AND #2# (|isDomain| *2 #3#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #6=(|DefinitionAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #6#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #7=(|MacroAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #7#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #8=(|WhereAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #8#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #9=(|CategoryAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #9#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #10=(|JoinAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #10#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #11=(|CapsuleAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #11#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #12=(|SignatureAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #12#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #13=(|AttributeAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #13#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #14=(|MappingAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #14#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #15=(|IfAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #15#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #16=(|RepeatAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #16#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #17=(|WhileAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #17#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #18=(|InAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #18#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #19=(|StepAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #19#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #20=(|CollectAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #20#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #21=(|ConstructAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #21#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #22=(|ExitAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #22#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #23=(|ReturnAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #23#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #24=(|CoerceAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #24#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #25=(|PretendAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #25#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #26=(|RestrictAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #26#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #27=(|SegmentAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #27#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #28=(|SequenceAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #28#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #29=(|LetAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #29#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #30=(|SuchThatAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #30#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #31=(|ColonAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #31#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #32=(|CaseAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #32#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #33=(|HasAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #33#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #34=(|IsAst|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #34#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #35=(|Identifier|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #35#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #36=(|String|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #36#))) (|case| #1# (AND #2# (|isDomain| *3 (|[\|\|]| #37=(|Integer|))) #4#)) (|autoCoerce| #5# (AND #2# (|isDomain| *2 #37#))))
+(|Join| (|SpadSyntaxCategory|) (|UnionType|) (CATEGORY |domain| (SIGNATURE |case| (#1=(|Boolean|) $ (|[\|\|]| #2=(|ImportAst|)))) (SIGNATURE |autoCoerce| (#2# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #3=(|DefinitionAst|)))) (SIGNATURE |autoCoerce| (#3# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #4=(|MacroAst|)))) (SIGNATURE |autoCoerce| (#4# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #5=(|WhereAst|)))) (SIGNATURE |autoCoerce| (#5# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #6=(|CategoryAst|)))) (SIGNATURE |autoCoerce| (#6# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #7=(|JoinAst|)))) (SIGNATURE |autoCoerce| (#7# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #8=(|CapsuleAst|)))) (SIGNATURE |autoCoerce| (#8# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #9=(|SignatureAst|)))) (SIGNATURE |autoCoerce| (#9# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #10=(|AttributeAst|)))) (SIGNATURE |autoCoerce| (#10# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #11=(|MappingAst|)))) (SIGNATURE |autoCoerce| (#11# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #12=(|IfAst|)))) (SIGNATURE |autoCoerce| (#12# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #13=(|RepeatAst|)))) (SIGNATURE |autoCoerce| (#13# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #14=(|WhileAst|)))) (SIGNATURE |autoCoerce| (#14# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #15=(|InAst|)))) (SIGNATURE |autoCoerce| (#15# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #16=(|StepAst|)))) (SIGNATURE |autoCoerce| (#16# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #17=(|CollectAst|)))) (SIGNATURE |autoCoerce| (#17# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #18=(|ConstructAst|)))) (SIGNATURE |autoCoerce| (#18# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #19=(|ExitAst|)))) (SIGNATURE |autoCoerce| (#19# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #20=(|ReturnAst|)))) (SIGNATURE |autoCoerce| (#20# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #21=(|CoerceAst|)))) (SIGNATURE |autoCoerce| (#21# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #22=(|PretendAst|)))) (SIGNATURE |autoCoerce| (#22# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #23=(|RestrictAst|)))) (SIGNATURE |autoCoerce| (#23# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #24=(|SegmentAst|)))) (SIGNATURE |autoCoerce| (#24# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #25=(|SequenceAst|)))) (SIGNATURE |autoCoerce| (#25# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #26=(|LetAst|)))) (SIGNATURE |autoCoerce| (#26# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #27=(|SuchThatAst|)))) (SIGNATURE |autoCoerce| (#27# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #28=(|ColonAst|)))) (SIGNATURE |autoCoerce| (#28# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #29=(|CaseAst|)))) (SIGNATURE |autoCoerce| (#29# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #30=(|HasAst|)))) (SIGNATURE |autoCoerce| (#30# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #31=(|IsAst|)))) (SIGNATURE |autoCoerce| (#31# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #32=(|Identifier|)))) (SIGNATURE |autoCoerce| (#32# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #33=(|String|)))) (SIGNATURE |autoCoerce| (#33# $)) (SIGNATURE |case| (#1# $ (|[\|\|]| #34=(|Integer|)))) (SIGNATURE |autoCoerce| (#34# $))))
+(((|AbstractSyntaxCategory|) . T) ((|BasicType|) . T) ((|CoercibleFrom| #1=(|Syntax|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CoercibleTo| #1#) . T) ((|HomotopicTo| #1#) . T) ((|SetCategory|) . T) ((|SpadSyntaxCategory|) . T) ((|Type|) . T) ((|UnionType|) . T))
((|outputAsTex| (#1=(#2=(|Void|) (|List| #3=(|OutputForm|))) 22 T ELT) (#4=(#2# #3#) 21 T ELT)) (|outputAsScript| (#1# 20 T ELT) (#4# 19 T ELT)) (|outputAsFortran| (#1# 18 T ELT) (#4# 10 T ELT) ((#2# (|String|) #3#) 16 T ELT)))
(((|SpecialOutputPackage|) (CATEGORY |package| (SIGNATURE |outputAsFortran| (#1=(|Void|) (|String|) #2=(|OutputForm|))) (SIGNATURE |outputAsFortran| #3=(#1# #2#)) (SIGNATURE |outputAsScript| #3#) (SIGNATURE |outputAsTex| #3#) (SIGNATURE |outputAsFortran| #4=(#1# (|List| #2#))) (SIGNATURE |outputAsScript| #4#) (SIGNATURE |outputAsTex| #4#))) (T |SpecialOutputPackage|))
((|outputAsTex| #1=(*1 *2 *3) #2=(AND (|isDomain| *3 (|List| #3=(|OutputForm|))) #4=(|isDomain| *2 (|Void|)) #5=(|isDomain| *1 (|SpecialOutputPackage|)))) (|outputAsScript| #1# #2#) (|outputAsFortran| #1# #2#) (|outputAsTex| #1# #6=(AND (|isDomain| *3 #3#) #4# #5#)) (|outputAsScript| #1# #6#) (|outputAsFortran| #1# #6#) (|outputAsFortran| (*1 *2 *3 *4) (AND (|isDomain| *3 (|String|)) (|isDomain| *4 #3#) #4# #5#)))
-((|polygamma| (($ $ $) 10 T ELT)) (|digamma| (($ $) 9 T ELT)) (|besselY| (($ $ $) 13 T ELT)) (|besselK| (($ $ $) 15 T ELT)) (|besselJ| (($ $ $) 12 T ELT)) (|besselI| (($ $ $) 14 T ELT)) (|airyBi| (($ $) 17 T ELT)) (|airyAi| (($ $) 16 T ELT)) (|abs| (($ $) 6 T ELT)) (|Gamma| (($ $ $) 11 T ELT) (($ $) 7 T ELT)) (|Beta| (($ $ $) 8 T ELT)))
+((|polygamma| (#1=($ $ $) 10 T ELT)) (|digamma| (#2=($ $) 9 T ELT)) (|besselY| (#1# 13 T ELT)) (|besselK| (#1# 15 T ELT)) (|besselJ| (#1# 12 T ELT)) (|besselI| (#1# 14 T ELT)) (|airyBi| (#2# 17 T ELT)) (|airyAi| (#2# 16 T ELT)) (|abs| (#2# 6 T ELT)) (|Gamma| (#1# 11 T ELT) (#2# 7 T ELT)) (|Beta| (#1# 8 T ELT)))
(((|SpecialFunctionCategory|) (|Category|)) (T |SpecialFunctionCategory|))
-((|airyBi| (*1 *1 *1) (|ofCategory| *1 (|SpecialFunctionCategory|))) (|airyAi| (*1 *1 *1) (|ofCategory| *1 (|SpecialFunctionCategory|))) (|besselK| (*1 *1 *1 *1) (|ofCategory| *1 (|SpecialFunctionCategory|))) (|besselI| (*1 *1 *1 *1) (|ofCategory| *1 (|SpecialFunctionCategory|))) (|besselY| (*1 *1 *1 *1) (|ofCategory| *1 (|SpecialFunctionCategory|))) (|besselJ| (*1 *1 *1 *1) (|ofCategory| *1 (|SpecialFunctionCategory|))) (|Gamma| (*1 *1 *1 *1) (|ofCategory| *1 (|SpecialFunctionCategory|))) (|polygamma| (*1 *1 *1 *1) (|ofCategory| *1 (|SpecialFunctionCategory|))) (|digamma| (*1 *1 *1) (|ofCategory| *1 (|SpecialFunctionCategory|))) (|Beta| (*1 *1 *1 *1) (|ofCategory| *1 (|SpecialFunctionCategory|))) (|Gamma| (*1 *1 *1) (|ofCategory| *1 (|SpecialFunctionCategory|))) (|abs| (*1 *1 *1) (|ofCategory| *1 (|SpecialFunctionCategory|))))
-(|Join| (CATEGORY |domain| (SIGNATURE |abs| ($ $)) (SIGNATURE |Gamma| ($ $)) (SIGNATURE |Beta| ($ $ $)) (SIGNATURE |digamma| ($ $)) (SIGNATURE |polygamma| ($ $ $)) (SIGNATURE |Gamma| ($ $ $)) (SIGNATURE |besselJ| ($ $ $)) (SIGNATURE |besselY| ($ $ $)) (SIGNATURE |besselI| ($ $ $)) (SIGNATURE |besselK| ($ $ $)) (SIGNATURE |airyAi| ($ $)) (SIGNATURE |airyBi| ($ $))))
+((|airyBi| #1=(*1 *1 *1) #2=(|ofCategory| *1 (|SpecialFunctionCategory|))) (|airyAi| #1# #2#) (|besselK| #3=(*1 *1 *1 *1) #2#) (|besselI| #3# #2#) (|besselY| #3# #2#) (|besselJ| #3# #2#) (|Gamma| #3# #2#) (|polygamma| #3# #2#) (|digamma| #1# #2#) (|Beta| #3# #2#) (|Gamma| #1# #2#) (|abs| #1# #2#))
+(|Join| (CATEGORY |domain| (SIGNATURE |abs| #1=($ $)) (SIGNATURE |Gamma| #1#) (SIGNATURE |Beta| #2=($ $ $)) (SIGNATURE |digamma| #1#) (SIGNATURE |polygamma| #2#) (SIGNATURE |Gamma| #2#) (SIGNATURE |besselJ| #2#) (SIGNATURE |besselY| #2#) (SIGNATURE |besselI| #2#) (SIGNATURE |besselK| #2#) (SIGNATURE |airyAi| #1#) (SIGNATURE |airyBi| #1#)))
((~= (#1=(#2=(|Boolean|) $ $) 44 T ELT)) (|value| ((|#1| $) 17 T ELT)) (|subNode?| ((#2# $ $ #3=(|Mapping| #2# |#2| |#2|)) 39 T ELT)) (|status| (#4=(#2# $) 19 T ELT)) (|setValue!| (($ $ |#1|) 30 T ELT)) (|setStatus!| (($ $ #2#) 32 T ELT)) (|setEmpty!| (#5=($ $) 33 T ELT)) (|setCondition!| (($ $ |#2|) 31 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|infLex?| ((#2# $ $ (|Mapping| #2# |#1| |#1|) #3#) 38 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|empty?| (#4# 16 T ELT)) (|empty| (($) 13 T ELT)) (|copy| (#5# 29 T ELT)) (|construct| (($ |#1| |#2| #2#) 20 T ELT) (($ |#1| |#2|) 21 T ELT) (($ #6=(|Record| (|:| |val| |#1|) (|:| |tower| |#2|))) 23 T ELT) ((#7=(|List| $) (|List| #6#)) 26 T ELT) ((#7# |#1| (|List| |#2|)) 28 T ELT)) (|condition| ((|#2| $) 18 T ELT)) (|coerce| (((|OutputForm|) $) 53 T ELT)) (|before?| (#1# NIL T ELT)) (= (#1# 42 T ELT)))
(((|SplittingNode| |#1| |#2|) (|Join| #1=(|SetCategory|) (CATEGORY |domain| (SIGNATURE |empty| ($)) (SIGNATURE |empty?| #2=(#3=(|Boolean|) $)) (SIGNATURE |value| (|#1| $)) (SIGNATURE |condition| (|#2| $)) (SIGNATURE |status| #2#) (SIGNATURE |construct| ($ |#1| |#2| #3#)) (SIGNATURE |construct| ($ |#1| |#2|)) (SIGNATURE |construct| ($ #4=(|Record| (|:| |val| |#1|) (|:| |tower| |#2|)))) (SIGNATURE |construct| (#5=(|List| $) (|List| #4#))) (SIGNATURE |construct| (#5# |#1| (|List| |#2|))) (SIGNATURE |copy| #6=($ $)) (SIGNATURE |setValue!| ($ $ |#1|)) (SIGNATURE |setCondition!| ($ $ |#2|)) (SIGNATURE |setStatus!| ($ $ #3#)) (SIGNATURE |setEmpty!| #6#) (SIGNATURE |infLex?| (#3# $ $ (|Mapping| #3# |#1| |#1|) #7=(|Mapping| #3# |#2| |#2|))) (SIGNATURE |subNode?| (#3# $ $ #7#)))) #8=(|Join| #1# (|Aggregate|)) #8#) (T |SplittingNode|))
((|empty| (*1 *1) #1=(AND #2=(|isDomain| *1 (|SplittingNode| *2 *3)) #3=(|ofCategory| *2 #4=(|Join| (|SetCategory|) (|Aggregate|))) #5=(|ofCategory| *3 #4#))) (|empty?| #6=(*1 *2 *1) #7=(AND #8=(|isDomain| *2 #9=(|Boolean|)) #10=(|isDomain| *1 (|SplittingNode| *3 *4)) #5# #11=(|ofCategory| *4 #4#))) (|value| #6# (AND #3# #2# #5#)) (|condition| #6# (AND #3# #12=(|isDomain| *1 (|SplittingNode| *3 *2)) #5#)) (|status| #6# #7#) (|construct| (*1 *1 *2 *3 *4) (AND (|isDomain| *4 #9#) #2# #3# #5#)) (|construct| (*1 *1 *2 *3) #1#) (|construct| (*1 *1 *2) (AND (|isDomain| *2 (|Record| (|:| |val| *3) (|:| |tower| *4))) #5# #11# #10#)) (|construct| (*1 *2 *3) (AND (|isDomain| *3 (|List| (|Record| (|:| |val| *4) (|:| |tower| *5)))) #11# #13=(|ofCategory| *5 #4#) (|isDomain| *2 (|List| #14=(|SplittingNode| *4 *5))) #15=(|isDomain| *1 #14#))) (|construct| (*1 *2 *3 *4) (AND (|isDomain| *4 (|List| *5)) #13# (|isDomain| *2 (|List| #16=(|SplittingNode| *3 *5))) (|isDomain| *1 #16#) #5#)) (|copy| #17=(*1 *1 *1) #1#) (|setValue!| #18=(*1 *1 *1 *2) #1#) (|setCondition!| #18# (AND #12# #5# #3#)) (|setStatus!| #18# #7#) (|setEmpty!| #17# #1#) (|infLex?| (*1 *2 *1 *1 *3 *4) (AND #19=(|isDomain| *3 (|Mapping| #9# *5 *5)) (|isDomain| *4 (|Mapping| #9# *6 *6)) #13# (|ofCategory| *6 #4#) #8# (|isDomain| *1 (|SplittingNode| *5 *6)))) (|subNode?| (*1 *2 *1 *1 *3) (AND #19# #13# #8# #15# #11#)))
@@ -3540,41 +3540,41 @@ NIL
((|upperCase| (#1=($ $) 19 T ELT)) (|trim| (($ $ #2=(|Character|)) 10 T ELT) (($ $ (|CharacterClass|)) 14 T ELT)) (|prefix?| (((|Boolean|) $ $) 24 T ELT)) (|lowerCase| (#1# 17 T ELT)) (|elt| ((#2# $ #3=(|Integer|) #2#) NIL T ELT) ((#2# $ #3#) NIL T ELT) (($ $ (|UniversalSegment| #3#)) NIL T ELT) (($ $ $) 31 T ELT)) (|coerce| (($ #2#) 29 T ELT) (((|OutputForm|) $) NIL T ELT)))
(((|StringAggregate&| |#1|) (CATEGORY |package| (SIGNATURE |coerce| ((|OutputForm|) |#1|)) (SIGNATURE |elt| (|#1| |#1| |#1|)) (SIGNATURE |trim| (|#1| |#1| (|CharacterClass|))) (SIGNATURE |trim| (|#1| |#1| #1=(|Character|))) (SIGNATURE |coerce| (|#1| #1#)) (SIGNATURE |prefix?| ((|Boolean|) |#1| |#1|)) (SIGNATURE |upperCase| #2=(|#1| |#1|)) (SIGNATURE |lowerCase| #2#) (SIGNATURE |elt| (|#1| |#1| (|UniversalSegment| #3=(|Integer|)))) (SIGNATURE |elt| (#1# |#1| #3#)) (SIGNATURE |elt| (#1# |#1| #3# #1#))) (|StringAggregate|)) (T |StringAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| #2=(|Character|) . #3=((|BasicType|))) ELT)) (|upperCase!| (($ $) 131 T ELT)) (|upperCase| (($ $) 132 T ELT)) (|trim| (($ $ (|Character|)) 119 T ELT) (($ $ (|CharacterClass|)) 118 T ELT)) (|swap!| (((|Void|) $ #4=(|Integer|) #4#) 35 (|has| $ (|ShallowlyMutableAggregate| #2#)) ELT)) (|suffix?| (((|Boolean|) $ $) 129 T ELT)) (|substring?| (((|Boolean|) $ $ (|Integer|)) 128 T ELT)) (|split| (((|List| $) $ (|Character|)) 121 T ELT) (((|List| $) $ (|CharacterClass|)) 120 T ELT)) (|sorted?| ((#5=(|Boolean|) (|Mapping| #5# #2# #2#) $) 96 T ELT) ((#5# $) 90 (|has| #2# . #6=((|OrderedSet|))) ELT)) (|sort!| (($ (|Mapping| #5# #2# #2#) . #7=($)) 87 (|has| $ (|ShallowlyMutableAggregate| #2#)) ELT) (#8=($ $) 86 (AND (|has| #2# . #6#) (|has| $ (|ShallowlyMutableAggregate| #2#))) ELT)) (|sort| (($ (|Mapping| #5# #2# #2#) . #7#) 97 T ELT) (#8# 91 (|has| #2# . #6#) ELT)) (|setelt| ((#2# $ #4# #2#) 47 (|has| $ (|ShallowlyMutableAggregate| #2#)) ELT) ((#2# $ #9=(|UniversalSegment| #4#) #2#) 55 (|has| $ (|ShallowlyMutableAggregate| #2#)) ELT)) (|select| (($ (|Mapping| #10=(|Boolean|) #2#) . #11=($)) 69 (|has| $ (|FiniteAggregate| #2#)) ELT)) (|sample| (#12=($) 6 T CONST)) (|rightTrim| (($ $ (|Character|)) 115 T ELT) (($ $ (|CharacterClass|)) 114 T ELT)) (|reverse!| (#8# 88 (|has| $ (|ShallowlyMutableAggregate| #2#)) ELT)) (|reverse| (#8# 98 T ELT)) (|replace| (($ $ (|UniversalSegment| (|Integer|)) $) 125 T ELT)) (|removeDuplicates| (($ $) 71 (AND (|has| #2# . #13=((|BasicType|))) (|has| $ (|FiniteAggregate| #2#))) ELT)) (|remove| (($ #2# $) 70 (AND (|has| #2# . #13#) (|has| $ (|FiniteAggregate| #2#))) ELT) (($ (|Mapping| #10# #2#) . #11#) 68 (|has| $ (|FiniteAggregate| #2#)) ELT)) (|reduce| ((#2# (|Mapping| #2# #2# #2#) $ #2# #2#) 110 (|has| #2# . #14=((|BasicType|))) ELT) ((#2# (|Mapping| #2# #2# #2#) $ #2#) 106 T ELT) ((#2# (|Mapping| #2# #2# #2#) $) 105 T ELT)) (|qsetelt!| ((#2# $ #4# #2#) 48 (|has| $ (|ShallowlyMutableAggregate| #2#)) ELT)) (|qelt| ((#2# $ #4#) 46 T ELT)) (|prefix?| (((|Boolean|) $ $) 130 T ELT)) (|position| ((#15=(|Integer|) (|Mapping| #5# #2#) $) 95 T ELT) ((#15# #2# $) 94 (|has| #2# . #16=((|BasicType|))) ELT) ((#15# #2# $ #15#) 93 (|has| #2# . #16#) ELT) (((|Integer|) $ $ (|Integer|)) 124 T ELT) (((|Integer|) (|CharacterClass|) $ (|Integer|)) 123 T ELT)) (|new| (($ (|NonNegativeInteger|) #2#) 65 T ELT)) (|minIndex| ((#4# . #17=($)) 38 (|has| #4# . #18=((|OrderedSet|))) ELT)) (|min| (#19=($ $ $) 80 (|has| #2# . #6#) ELT)) (|merge| (($ (|Mapping| #5# #2# #2#) $ $) 99 T ELT) (($ $ $) 92 (|has| #2# . #6#) ELT)) (|members| (((|List| #2#) $) 104 T ELT)) (|member?| ((#20=(|Boolean|) #2# $) 109 (|has| #2# . #14#) ELT)) (|maxIndex| ((#4# . #17#) 39 (|has| #4# . #18#) ELT)) (|max| (#19# 81 (|has| #2# . #6#) ELT)) (|match?| (((|Boolean|) $ $ (|Character|)) 126 T ELT)) (|match| (((|NonNegativeInteger|) $ $ (|Character|)) 127 T ELT)) (|map!| (($ (|Mapping| #2# #2#) $) 112 T ELT)) (|map| (($ (|Mapping| #2# #2#) $) 26 T ELT) (($ (|Mapping| #2# #2# #2#) $ $) 60 T ELT)) (|lowerCase!| (($ $) 133 T ELT)) (|lowerCase| (($ $) 134 T ELT)) (|leftTrim| (($ $ (|Character|)) 117 T ELT) (($ $ (|CharacterClass|)) 116 T ELT)) (|latex| (((|String|) $) 21 (|has| #2# . #21=((|SetCategory|))) ELT)) (|insert| (($ #2# $ #4#) 57 T ELT) (($ $ $ #4#) 56 T ELT)) (|indices| (((|List| #4#) $) 41 T ELT)) (|index?| ((#22=(|Boolean|) #4# $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| #2# . #21#) ELT)) (|first| ((#2# $) 37 (|has| #4# . #18#) ELT)) (|find| (((|Union| #2# "failed") (|Mapping| #20# #2#) $) 107 T ELT)) (|fill!| (($ $ #2#) 36 (|has| $ (|ShallowlyMutableAggregate| #2#)) ELT)) (|every?| ((#20# (|Mapping| #20# #2#) . #23=($)) 102 T ELT)) (|eval| (($ $ (|List| (|Equation| #2#))) 25 (AND (|has| #2# (|Evalable| #2#)) (|has| #2# . #21#)) ELT) (($ $ (|Equation| #2#)) 24 (AND (|has| #2# (|Evalable| #2#)) (|has| #2# . #21#)) ELT) (($ $ #2# #2#) 23 (AND (|has| #2# (|Evalable| #2#)) (|has| #2# . #21#)) ELT) (($ $ (|List| #2#) (|List| #2#)) 22 (AND (|has| #2# (|Evalable| #2#)) (|has| #2# . #21#)) ELT)) (|eq?| ((#24=(|Boolean|) $ $) 10 T ELT)) (|entry?| ((#22# #2# $) 40 (AND (|has| $ (|FiniteAggregate| #2#)) (|has| #2# (|BasicType|))) ELT)) (|entries| (((|List| #2#) $) 43 T ELT)) (|empty?| ((#24# $) 7 T ELT)) (|empty| (#12# 8 T ELT)) (|elt| ((#2# $ #4# #2#) 45 T ELT) ((#2# $ #4#) 44 T ELT) (($ $ #9#) 66 T ELT) (($ $ $) 113 T ELT)) (|delete| (($ $ #4#) 59 T ELT) (($ $ #9#) 58 T ELT)) (|count| ((#25=(|NonNegativeInteger|) #2# $) 108 (|has| #2# . #14#) ELT) ((#25# (|Mapping| #20# #2#) $) 103 T ELT)) (|copyInto!| (($ $ $ #15#) 89 (|has| $ (|ShallowlyMutableAggregate| #2#)) ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#26=(|InputForm|) $) 72 (|has| #2# (|ConvertibleTo| #26#)) ELT)) (|construct| (($ (|List| #2#)) 67 T ELT)) (|concat| (($ $ #2#) 64 T ELT) (($ #2# $) 63 T ELT) (($ $ $) 62 T ELT) (($ (|List| $)) 61 T ELT)) (|coerce| (($ (|Character|)) 122 T ELT) (((|OutputForm|) $) 16 (|has| #2# (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| #2# . #3#) ELT)) (|any?| ((#20# (|Mapping| #20# #2#) . #23#) 101 T ELT)) (>= (#27=((|Boolean|) $ $) 82 (|has| #2# . #6#) ELT)) (> (#27# 84 (|has| #2# . #6#) ELT)) (= (#1# 17 (|has| #2# . #3#) ELT)) (<= (#27# 83 (|has| #2# . #6#) ELT)) (< (#27# 85 (|has| #2# . #6#) ELT)) (|#| ((#25# $) 100 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| #4=(|Character|) (|BasicType|)) ELT)) (|upperCase!| (#5=($ $) 131 T ELT)) (|upperCase| (#5# 132 T ELT)) (|trim| (#6=($ $ #4#) 119 T ELT) (#7=($ $ #8=(|CharacterClass|)) 118 T ELT)) (|swap!| (((|Void|) $ #9=(|Integer|) #9#) 35 #10=(|has| $ (|ShallowlyMutableAggregate| #4#)) ELT)) (|suffix?| (#1# 129 T ELT)) (|substring?| ((#2# $ $ #9#) 128 T ELT)) (|split| ((#11=(|List| $) $ #4#) 121 T ELT) ((#11# $ #8#) 120 T ELT)) (|sorted?| ((#2# #12=(|Mapping| #2# #4# #4#) $) 96 T ELT) (#13=(#2# $) 90 #14=(|has| #4# #15=(|OrderedSet|)) ELT)) (|sort!| (#16=($ #12# $) 87 #10# ELT) (#5# 86 (AND #14# #10#) ELT)) (|sort| (#16# 97 T ELT) (#5# 91 #14# ELT)) (|setelt| (#17=(#4# $ #9# #4#) 47 #10# ELT) ((#4# $ #18=(|UniversalSegment| #9#) #4#) 55 #10# ELT)) (|select| (#19=($ #20=(|Mapping| #2# #4#) $) 69 #21=(|has| $ (|FiniteAggregate| #4#)) ELT)) (|sample| (#22=($) 6 T CONST)) (|rightTrim| (#6# 115 T ELT) (#7# 114 T ELT)) (|reverse!| (#5# 88 #10# ELT)) (|reverse| (#5# 98 T ELT)) (|replace| (($ $ #18# $) 125 T ELT)) (|removeDuplicates| (#5# 71 #23=(AND #3# #21#) ELT)) (|remove| (#24=($ #4# $) 70 #23# ELT) (#19# 68 #21# ELT)) (|reduce| ((#4# #25=(|Mapping| #4# #4# #4#) $ #4# #4#) 110 #3# ELT) ((#4# #25# $ #4#) 106 T ELT) ((#4# #25# $) 105 T ELT)) (|qsetelt!| (#17# 48 #10# ELT)) (|qelt| (#26=(#4# $ #9#) 46 T ELT)) (|prefix?| (#1# 130 T ELT)) (|position| ((#9# #20# $) 95 T ELT) ((#9# #4# $) 94 #3# ELT) ((#9# #4# $ #9#) 93 #3# ELT) ((#9# $ $ #9#) 124 T ELT) ((#9# #8# $ #9#) 123 T ELT)) (|new| (($ #27=(|NonNegativeInteger|) #4#) 65 T ELT)) (|minIndex| (#28=(#9# $) 38 #29=(|has| #9# #15#) ELT)) (|min| (#30=($ $ $) 80 #14# ELT)) (|merge| (($ #12# $ $) 99 T ELT) (#30# 92 #14# ELT)) (|members| (#31=(#32=(|List| #4#) $) 104 T ELT)) (|member?| (#33=(#2# #4# $) 109 #3# ELT)) (|maxIndex| (#28# 39 #29# ELT)) (|max| (#30# 81 #14# ELT)) (|match?| ((#2# $ $ #4#) 126 T ELT)) (|match| ((#27# $ $ #4#) 127 T ELT)) (|map!| (#34=($ (|Mapping| #4# #4#) $) 112 T ELT)) (|map| (#34# 26 T ELT) (($ #25# $ $) 60 T ELT)) (|lowerCase!| (#5# 133 T ELT)) (|lowerCase| (#5# 134 T ELT)) (|leftTrim| (#6# 117 T ELT) (#7# 116 T ELT)) (|latex| (((|String|) $) 21 #35=(|has| #4# (|SetCategory|)) ELT)) (|insert| (($ #4# $ #9#) 57 T ELT) (#36=($ $ $ #9#) 56 T ELT)) (|indices| (((|List| #9#) $) 41 T ELT)) (|index?| ((#2# #9# $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 20 #35# ELT)) (|first| ((#4# $) 37 #29# ELT)) (|find| (((|Union| #4# "failed") #20# $) 107 T ELT)) (|fill!| (#6# 36 #10# ELT)) (|every?| (#37=(#2# #20# $) 102 T ELT)) (|eval| (($ $ (|List| #38=(|Equation| #4#))) 25 #39=(AND (|has| #4# (|Evalable| #4#)) #35#) ELT) (($ $ #38#) 24 #39# ELT) (($ $ #4# #4#) 23 #39# ELT) (($ $ #32# #32#) 22 #39# ELT)) (|eq?| (#1# 10 T ELT)) (|entry?| (#33# 40 (AND #21# #3#) ELT)) (|entries| (#31# 43 T ELT)) (|empty?| (#13# 7 T ELT)) (|empty| (#22# 8 T ELT)) (|elt| (#17# 45 T ELT) (#26# 44 T ELT) (#40=($ $ #18#) 66 T ELT) (#30# 113 T ELT)) (|delete| (($ $ #9#) 59 T ELT) (#40# 58 T ELT)) (|count| ((#27# #4# $) 108 #3# ELT) ((#27# #20# $) 103 T ELT)) (|copyInto!| (#36# 89 #10# ELT)) (|copy| (#5# 9 T ELT)) (|convert| ((#41=(|InputForm|) $) 72 (|has| #4# (|ConvertibleTo| #41#)) ELT)) (|construct| (($ #32#) 67 T ELT)) (|concat| (#6# 64 T ELT) (#24# 63 T ELT) (#30# 62 T ELT) (($ #11#) 61 T ELT)) (|coerce| (($ #4#) 122 T ELT) ((#42=(|OutputForm|) $) 16 (|has| #4# (|CoercibleTo| #42#)) ELT)) (|before?| (#1# 19 #3# ELT)) (|any?| (#37# 101 T ELT)) (>= (#1# 82 #14# ELT)) (> (#1# 84 #14# ELT)) (= (#1# 17 #3# ELT)) (<= (#1# 83 #14# ELT)) (< (#1# 85 #14# ELT)) (|#| ((#27# $) 100 T ELT)))
(((|StringAggregate|) (|Category|)) (T |StringAggregate|))
-((|lowerCase| (*1 *1 *1) (|ofCategory| *1 (|StringAggregate|))) (|lowerCase!| (*1 *1 *1) (|ofCategory| *1 (|StringAggregate|))) (|upperCase| (*1 *1 *1) (|ofCategory| *1 (|StringAggregate|))) (|upperCase!| (*1 *1 *1) (|ofCategory| *1 (|StringAggregate|))) (|prefix?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|StringAggregate|)) (|isDomain| *2 (|Boolean|)))) (|suffix?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|StringAggregate|)) (|isDomain| *2 (|Boolean|)))) (|substring?| (*1 *2 *1 *1 *3) (AND (|ofCategory| *1 (|StringAggregate|)) (|isDomain| *3 (|Integer|)) (|isDomain| *2 (|Boolean|)))) (|match| (*1 *2 *1 *1 *3) (AND (|ofCategory| *1 (|StringAggregate|)) (|isDomain| *3 (|Character|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|match?| (*1 *2 *1 *1 *3) (AND (|ofCategory| *1 (|StringAggregate|)) (|isDomain| *3 (|Character|)) (|isDomain| *2 (|Boolean|)))) (|replace| (*1 *1 *1 *2 *1) (AND (|ofCategory| *1 (|StringAggregate|)) (|isDomain| *2 (|UniversalSegment| (|Integer|))))) (|position| (*1 *2 *1 *1 *2) (AND (|ofCategory| *1 (|StringAggregate|)) (|isDomain| *2 (|Integer|)))) (|position| (*1 *2 *3 *1 *2) (AND (|ofCategory| *1 (|StringAggregate|)) (|isDomain| *2 (|Integer|)) (|isDomain| *3 (|CharacterClass|)))) (|coerce| (*1 *1 *2) (AND (|isDomain| *2 (|Character|)) (|ofCategory| *1 (|StringAggregate|)))) (|split| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Character|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|StringAggregate|)))) (|split| (*1 *2 *1 *3) (AND (|isDomain| *3 (|CharacterClass|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|StringAggregate|)))) (|trim| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|StringAggregate|)) (|isDomain| *2 (|Character|)))) (|trim| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|StringAggregate|)) (|isDomain| *2 (|CharacterClass|)))) (|leftTrim| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|StringAggregate|)) (|isDomain| *2 (|Character|)))) (|leftTrim| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|StringAggregate|)) (|isDomain| *2 (|CharacterClass|)))) (|rightTrim| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|StringAggregate|)) (|isDomain| *2 (|Character|)))) (|rightTrim| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|StringAggregate|)) (|isDomain| *2 (|CharacterClass|)))) (|elt| (*1 *1 *1 *1) (|ofCategory| *1 (|StringAggregate|))))
-(|Join| (|OneDimensionalArrayAggregate| (|Character|)) (CATEGORY |domain| (SIGNATURE |lowerCase| ($ $)) (SIGNATURE |lowerCase!| ($ $)) (SIGNATURE |upperCase| ($ $)) (SIGNATURE |upperCase!| ($ $)) (SIGNATURE |prefix?| ((|Boolean|) $ $)) (SIGNATURE |suffix?| ((|Boolean|) $ $)) (SIGNATURE |substring?| ((|Boolean|) $ $ (|Integer|))) (SIGNATURE |match| ((|NonNegativeInteger|) $ $ (|Character|))) (SIGNATURE |match?| ((|Boolean|) $ $ (|Character|))) (SIGNATURE |replace| ($ $ (|UniversalSegment| (|Integer|)) $)) (SIGNATURE |position| ((|Integer|) $ $ (|Integer|))) (SIGNATURE |position| ((|Integer|) (|CharacterClass|) $ (|Integer|))) (SIGNATURE |coerce| ($ (|Character|))) (SIGNATURE |split| ((|List| $) $ (|Character|))) (SIGNATURE |split| ((|List| $) $ (|CharacterClass|))) (SIGNATURE |trim| ($ $ (|Character|))) (SIGNATURE |trim| ($ $ (|CharacterClass|))) (SIGNATURE |leftTrim| ($ $ (|Character|))) (SIGNATURE |leftTrim| ($ $ (|CharacterClass|))) (SIGNATURE |rightTrim| ($ $ (|Character|))) (SIGNATURE |rightTrim| ($ $ (|CharacterClass|))) (SIGNATURE |elt| ($ $ $))))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| (|Character|) (|SetCategory|)) (|has| (|Character|) (|OrderedSet|)) (|has| (|Character|) (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| (|Character|) (|SetCategory|)) (|has| (|Character|) (|OrderedSet|)) (|has| (|Character|) (|CoercibleTo| (|OutputForm|)))) ((|Collection| #1=(|Character|)) . T) ((|ConvertibleTo| (|InputForm|)) |has| (|Character|) (|ConvertibleTo| (|InputForm|))) ((|Eltable| #2=(|Integer|) #1#) . T) ((|Eltable| (|UniversalSegment| (|Integer|)) $) . T) ((|EltableAggregate| #2# #1#) . T) ((|Evalable| #1#) AND (|has| (|Character|) (|Evalable| (|Character|))) (|has| (|Character|) (|SetCategory|))) ((|FiniteAggregate| #1#) . T) ((|FiniteLinearAggregate| #1#) . T) ((|Functorial| #1#) . T) ((|HomogeneousAggregate| #1#) . T) ((|IndexedAggregate| #2# #1#) . T) ((|InnerEvalable| #1# #1#) AND (|has| (|Character|) (|Evalable| (|Character|))) (|has| (|Character|) (|SetCategory|))) ((|Join|) . T) ((|LinearAggregate| #1#) . T) ((|OneDimensionalArrayAggregate| #1#) . T) ((|OrderedSet|) |has| (|Character|) (|OrderedSet|)) ((|OrderedType|) |has| (|Character|) (|OrderedSet|)) ((|SetCategory|) OR (|has| (|Character|) (|SetCategory|)) (|has| (|Character|) (|OrderedSet|))) ((|ShallowlyMutableAggregate| #1#) . T) ((|Type|) . T))
+((|lowerCase| #1=(*1 *1 *1) #2=(|ofCategory| *1 (|StringAggregate|))) (|lowerCase!| #1# #2#) (|upperCase| #1# #2#) (|upperCase!| #1# #2#) (|prefix?| #3=(*1 *2 *1 *1) #4=(AND #2# #5=(|isDomain| *2 (|Boolean|)))) (|suffix?| #3# #4#) (|substring?| #6=(*1 *2 *1 *1 *3) (AND #2# (|isDomain| *3 #7=(|Integer|)) #5#)) (|match| #6# (AND #2# #8=(|isDomain| *3 #9=(|Character|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|match?| #6# (AND #2# #8# #5#)) (|replace| (*1 *1 *1 *2 *1) (AND #2# (|isDomain| *2 (|UniversalSegment| #7#)))) (|position| (*1 *2 *1 *1 *2) (AND #2# #10=(|isDomain| *2 #7#))) (|position| (*1 *2 *3 *1 *2) (AND #2# #10# #11=(|isDomain| *3 #12=(|CharacterClass|)))) (|coerce| (*1 *1 *2) (AND #13=(|isDomain| *2 #9#) #2#)) (|split| #14=(*1 *2 *1 *3) (AND #8# #15=(|isDomain| *2 (|List| *1)) #2#)) (|split| #14# (AND #11# #15# #2#)) (|trim| #16=(*1 *1 *1 *2) #17=(AND #2# #13#)) (|trim| #16# #18=(AND #2# (|isDomain| *2 #12#))) (|leftTrim| #16# #17#) (|leftTrim| #16# #18#) (|rightTrim| #16# #17#) (|rightTrim| #16# #18#) (|elt| (*1 *1 *1 *1) #2#))
+(|Join| (|OneDimensionalArrayAggregate| #1=(|Character|)) (CATEGORY |domain| (SIGNATURE |lowerCase| #2=($ $)) (SIGNATURE |lowerCase!| #2#) (SIGNATURE |upperCase| #2#) (SIGNATURE |upperCase!| #2#) (SIGNATURE |prefix?| #3=(#4=(|Boolean|) $ $)) (SIGNATURE |suffix?| #3#) (SIGNATURE |substring?| (#4# $ $ #5=(|Integer|))) (SIGNATURE |match| ((|NonNegativeInteger|) $ $ #1#)) (SIGNATURE |match?| (#4# $ $ #1#)) (SIGNATURE |replace| ($ $ (|UniversalSegment| #5#) $)) (SIGNATURE |position| (#5# $ $ #5#)) (SIGNATURE |position| (#5# #6=(|CharacterClass|) $ #5#)) (SIGNATURE |coerce| ($ #1#)) (SIGNATURE |split| (#7=(|List| $) $ #1#)) (SIGNATURE |split| (#7# $ #6#)) (SIGNATURE |trim| #8=($ $ #1#)) (SIGNATURE |trim| #9=($ $ #6#)) (SIGNATURE |leftTrim| #8#) (SIGNATURE |leftTrim| #9#) (SIGNATURE |rightTrim| #8#) (SIGNATURE |rightTrim| #9#) (SIGNATURE |elt| ($ $ $))))
+(((|Aggregate|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| #1=(|Character|)) . T) ((|Eltable| #2=(|Integer|) #1#) . T) ((|Eltable| (|UniversalSegment| #2#) $) . T) ((|EltableAggregate| #2# #1#) . T) ((|FiniteAggregate| #1#) . T) ((|FiniteLinearAggregate| #1#) . T) ((|Functorial| #1#) . T) ((|HomogeneousAggregate| #1#) . T) ((|IndexedAggregate| #2# #1#) . T) ((|LinearAggregate| #1#) . T) ((|OneDimensionalArrayAggregate| #1#) . T) ((|OrderedSet|) . T) ((|OrderedType|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| #1#) . T) ((|Type|) . T))
((|upDateBranches| ((#1=(|List| #2=(|Record| (|:| |val| #3=(|List| |#4|)) (|:| |tower| |#5|))) #3# #4=(|List| |#5|) #1# #5=(|Record| (|:| |done| #4#) (|:| |todo| #1#)) #6=(|NonNegativeInteger|)) 112 T ELT)) (|transcendentalDecompose| (#7=(#5# |#4| |#5|) 62 T ELT) (#8=(#5# |#4| |#5| #6#) 61 T ELT)) (|printInfo| (((|Void|) #1# #6#) 97 T ELT)) (|numberOfVariables| (#9=(#6# #3# #4#) 30 T ELT)) (|internalDecompose| (#7# 64 T ELT) (#8# 63 T ELT) ((#5# |#4| |#5| #6# #10=(|Boolean|)) 65 T ELT)) (|decompose| ((#4# #3# #4# #10# #10# #10# #10# #10#) 84 T ELT) ((#4# #3# #4# #10# #10#) 85 T ELT)) (|convert| (((|String|) #2#) 90 T ELT)) (|algebraicDecompose| (#7# 60 T ELT)) (|KrullNumber| (#9# 21 T ELT)))
(((|SquareFreeRegularSetDecompositionPackage| |#1| |#2| |#3| |#4| |#5|) (CATEGORY |package| (SIGNATURE |KrullNumber| #1=(#2=(|NonNegativeInteger|) #3=(|List| |#4|) #4=(|List| |#5|))) (SIGNATURE |numberOfVariables| #1#) (SIGNATURE |algebraicDecompose| #5=(#6=(|Record| (|:| |done| #4#) (|:| |todo| #7=(|List| #8=(|Record| (|:| |val| #3#) (|:| |tower| |#5|))))) |#4| |#5|)) (SIGNATURE |transcendentalDecompose| #9=(#6# |#4| |#5| #2#)) (SIGNATURE |transcendentalDecompose| #5#) (SIGNATURE |internalDecompose| (#6# |#4| |#5| #2# #10=(|Boolean|))) (SIGNATURE |internalDecompose| #9#) (SIGNATURE |internalDecompose| #5#) (SIGNATURE |decompose| (#4# #3# #4# #10# #10#)) (SIGNATURE |decompose| (#4# #3# #4# #10# #10# #10# #10# #10#)) (SIGNATURE |upDateBranches| (#7# #3# #4# #7# #6# #2#)) (SIGNATURE |convert| ((|String|) #8#)) (SIGNATURE |printInfo| ((|Void|) #7# #2#))) (|GcdDomain|) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|RecursivePolynomialCategory| |#1| |#2| |#3|) (|SquareFreeRegularTriangularSetCategory| |#1| |#2| |#3| |#4|)) (T |SquareFreeRegularSetDecompositionPackage|))
((|printInfo| #1=(*1 *2 *3 *4) (AND (|isDomain| *3 (|List| (|Record| (|:| |val| #2=(|List| *8)) (|:| |tower| *9)))) (|isDomain| *4 #3=(|NonNegativeInteger|)) #4=(|ofCategory| *8 #5=(|RecursivePolynomialCategory| *5 *6 *7)) #6=(|ofCategory| *9 (|SquareFreeRegularTriangularSetCategory| *5 *6 *7 *8)) #7=(|ofCategory| *5 #8=(|GcdDomain|)) #9=(|ofCategory| *6 #10=(|OrderedAbelianMonoidSup|)) #11=(|ofCategory| *7 #12=(|OrderedSet|)) (|isDomain| *2 (|Void|)) #13=(|isDomain| *1 (|SquareFreeRegularSetDecompositionPackage| *5 *6 *7 *8 *9)))) (|convert| (*1 *2 *3) (AND (|isDomain| *3 (|Record| (|:| |val| (|List| *7)) (|:| |tower| *8))) (|ofCategory| *7 (|RecursivePolynomialCategory| *4 *5 *6)) (|ofCategory| *8 (|SquareFreeRegularTriangularSetCategory| *4 *5 *6 *7)) (|ofCategory| *4 #8#) (|ofCategory| *5 #10#) (|ofCategory| *6 #12#) (|isDomain| *2 (|String|)) (|isDomain| *1 (|SquareFreeRegularSetDecompositionPackage| *4 *5 *6 *7 *8)))) (|upDateBranches| (*1 *2 *3 *4 *2 *5 *6) (AND (|isDomain| *5 (|Record| (|:| |done| #14=(|List| *11)) (|:| |todo| (|List| (|Record| (|:| |val| *3) #15=(|:| |tower| *11)))))) (|isDomain| *6 #3#) (|isDomain| *2 (|List| (|Record| (|:| |val| #16=(|List| *10)) #15#))) (|isDomain| *3 #16#) (|isDomain| *4 #14#) (|ofCategory| *10 #17=(|RecursivePolynomialCategory| *7 *8 *9)) (|ofCategory| *11 (|SquareFreeRegularTriangularSetCategory| *7 *8 *9 *10)) #18=(|ofCategory| *7 #8#) #19=(|ofCategory| *8 #10#) #20=(|ofCategory| *9 #12#) (|isDomain| *1 (|SquareFreeRegularSetDecompositionPackage| *7 *8 *9 *10 *11)))) (|decompose| (*1 *2 *3 *2 *4 *4 *4 *4 *4) #21=(AND (|isDomain| *2 #22=(|List| *9)) #23=(|isDomain| *3 #2#) (|isDomain| *4 #24=(|Boolean|)) #4# #6# #7# #9# #11# #13#)) (|decompose| (*1 *2 *3 *2 *4 *4) #21#) (|internalDecompose| #1# #25=(AND #7# #9# #11# (|ofCategory| *3 #5#) #26=(|isDomain| *2 (|Record| (|:| |done| (|List| *4)) (|:| |todo| (|List| (|Record| (|:| |val| (|List| *3)) (|:| |tower| *4)))))) (|isDomain| *1 (|SquareFreeRegularSetDecompositionPackage| *5 *6 *7 *3 *4)) (|ofCategory| *4 (|SquareFreeRegularTriangularSetCategory| *5 *6 *7 *3)))) (|internalDecompose| #27=(*1 *2 *3 *4 *5) #28=(AND #29=(|isDomain| *5 #3#) (|ofCategory| *6 #8#) (|ofCategory| *7 #10#) (|ofCategory| *8 #12#) (|ofCategory| *3 (|RecursivePolynomialCategory| *6 *7 *8)) #26# (|isDomain| *1 (|SquareFreeRegularSetDecompositionPackage| *6 *7 *8 *3 *4)) (|ofCategory| *4 (|SquareFreeRegularTriangularSetCategory| *6 *7 *8 *3)))) (|internalDecompose| (*1 *2 *3 *4 *5 *6) (AND #29# (|isDomain| *6 #24#) #18# #19# #20# (|ofCategory| *3 #17#) #26# (|isDomain| *1 (|SquareFreeRegularSetDecompositionPackage| *7 *8 *9 *3 *4)) (|ofCategory| *4 (|SquareFreeRegularTriangularSetCategory| *7 *8 *9 *3)))) (|transcendentalDecompose| #1# #25#) (|transcendentalDecompose| #27# #28#) (|algebraicDecompose| #1# #25#) (|numberOfVariables| #1# #30=(AND #23# (|isDomain| *4 #22#) #4# #6# #7# #9# #11# (|isDomain| *2 #3#) #13#)) (|KrullNumber| #1# #30#))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) #4=(|:| |open| #5=(|List| |#4|)))) #5#) NIL T ELT)) (|zeroSetSplit| ((#6=(|List| $) #5#) 117 T ELT) ((#6# #5# #3#) 118 T ELT) ((#6# #5# #3# #3#) 116 T ELT) ((#6# #5# #3# #3# #3# #3#) 119 T ELT)) (|variables| #7=(((|List| |#3|) $) NIL T ELT)) (|trivialIdeal?| #8=(#9=(#3# $) NIL T ELT)) (|triangular?| #10=(#9# NIL #11=(|has| |#1| (|IntegralDomain|)) ELT)) (|stronglyReduced?| #12=(#13=(#3# |#4| $) NIL T ELT) #8#) (|stronglyReduce| #14=(#15=(|#4| |#4| $) NIL T ELT)) (|squareFreePart| ((#16=(|List| (|Record| (|:| |val| |#4|) #17=(|:| |tower| $))) |#4| $) 90 T ELT)) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (|select| #18=(($ #19=(|Mapping| #3# |#4|) $) NIL #20=(|has| $ (|FiniteAggregate| |#4|)) ELT) ((#21=(|Union| |#4| #22="failed") $ |#3|) 69 T ELT)) (|sample| (#23=($) NIL T CONST)) (|roughUnitIdeal?| (#9# 28 #11# ELT)) (|roughSubIdeal?| #24=(#2# NIL #11# ELT)) (|roughEqualIdeals?| #24#) (|roughBase?| #10#) (|rewriteSetWithReduction| ((#5# #5# $ #25=(|Mapping| |#4| |#4| |#4|) #26=(|Mapping| #3# |#4| |#4|)) NIL T ELT)) (|rewriteIdealWithRemainder| #27=((#5# #5# $) NIL #11# ELT)) (|rewriteIdealWithHeadRemainder| #27#) (|retractIfCan| ((#28=(|Union| $ #22#) #5#) NIL T ELT)) (|retract| (#29=($ #5#) NIL T ELT)) (|rest| ((#28# $) 44 T ELT)) (|removeZero| (#15# 72 T ELT)) (|removeDuplicates| (#30=($ $) NIL #31=(AND #20# #32=(|has| |#4| (|BasicType|))) ELT)) (|remove| (#33=($ |#4| $) NIL #31# ELT) #18#) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| |#4|) #34=(|:| |den| |#1|)) |#4| $) 84 #11# ELT)) (|reduced?| ((#3# |#4| $ #26#) NIL T ELT)) (|reduceByQuasiMonic| #14#) (|reduce| ((|#4| #25# $ |#4| |#4|) NIL #32# ELT) ((|#4| #25# $ |#4|) NIL T ELT) ((|#4| #25# $) NIL T ELT) ((|#4| |#4| $ #25# #26#) NIL T ELT)) (|quasiComponent| (((|Record| (|:| |close| #5#) #4#) $) NIL T ELT)) (|purelyTranscendental?| #12#) (|purelyAlgebraicLeadingMonomial?| #12#) (|purelyAlgebraic?| #12# #8#) (|preprocess| (((|Record| (|:| |val| #5#) (|:| |towers| #6#)) #5# #3# #3#) 132 T ELT)) (|normalized?| #12# #8#) (|mvar| ((|#3| $) 37 T ELT)) (|members| (#35=(#5# $) 18 T ELT)) (|member?| (#13# 26 #32# ELT)) (|map!| (#36=($ (|Mapping| |#4| |#4|) $) 24 T ELT)) (|map| (#36# 22 T ELT)) (|mainVariables| #7#) (|mainVariable?| (#37=(#3# |#3| $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|lastSubResultantElseSplit| (((|Union| |#4| #6#) |#4| |#4| $) NIL T ELT)) (|lastSubResultant| ((#16# |#4| |#4| $) 110 T ELT)) (|last| (#38=(#21# $) 41 T ELT)) (|invertibleSet| (#39=(#6# |#4| $) 95 T ELT)) (|invertibleElseSplit?| (((|Union| #3# #6#) |#4| $) NIL T ELT)) (|invertible?| (((|List| (|Record| (|:| |val| #3#) #17#)) |#4| $) 105 T ELT) (#13# 61 T ELT)) (|intersect| (#39# 114 T ELT) #40=((#6# #5# $) NIL T ELT) (#41=(#6# #5# #6#) 115 T ELT) #42=((#6# |#4| #6#) NIL T ELT)) (|internalZeroSetSplit| ((#6# #5# #3# #3# #3#) 127 T ELT)) (|internalAugment| (#33# 81 T ELT) (($ #5# $) 82 T ELT) ((#6# |#4| $ #3# #3# #3# #3# #3#) 80 T ELT)) (|initials| (#35# NIL T ELT)) (|initiallyReduced?| #12# #8#) (|initiallyReduce| #14#) (|infRittWu?| #1#) (|headRemainder| (((|Record| (|:| |num| |#4|) #34#) |#4| $) NIL #11# ELT)) (|headReduced?| #12# #8#) (|headReduce| #14#) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|first| (#38# 39 T ELT)) (|find| ((#21# #19# $) NIL T ELT)) (|extendIfCan| ((#28# $ |#4|) 55 T ELT)) (|extend| (($ $ |#4|) NIL T ELT) (#39# 97 T ELT) #42# #40# (#41# 92 T ELT)) (|every?| #43=((#3# #19# $) NIL T ELT)) (|eval| (($ $ #5# #5#) NIL #44=(AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ELT) (($ $ |#4| |#4|) NIL #44# ELT) (($ $ #45=(|Equation| |#4|)) NIL #44# ELT) (($ $ (|List| #45#)) NIL #44# ELT)) (|eq?| #1#) (|empty?| (#9# 17 T ELT)) (|empty| (#23# 14 T ELT)) (|degree| #46=(#47=(#48=(|NonNegativeInteger|) $) NIL T ELT)) (|count| ((#48# |#4| $) NIL #32# ELT) ((#48# #19# $) NIL T ELT)) (|copy| (#30# 13 T ELT)) (|convert| ((#49=(|InputForm|) $) NIL (|has| |#4| (|ConvertibleTo| #49#)) ELT)) (|construct| (#29# 21 T ELT)) (|collectUpper| (#50=($ $ |#3|) 48 T ELT)) (|collectUnder| (#50# 50 T ELT)) (|collectQuasiMonic| (#30# NIL T ELT)) (|collect| (#50# NIL T ELT)) (|coerce| (((|OutputForm|) $) 34 T ELT) (#35# 45 T ELT)) (|coHeight| (#47# NIL (|has| |#3| (|Finite|)) ELT)) (|before?| #1#) (|basicSet| ((#51=(|Union| (|Record| (|:| |bas| $) (|:| |top| #5#)) #22#) #5# #26#) NIL T ELT) ((#51# #5# #19# #26#) NIL T ELT)) (|autoReduced?| ((#3# $ (|Mapping| #3# |#4| #5#)) NIL T ELT)) (|augment| (#39# 62 T ELT) #42# #40# (#41# NIL T ELT)) (|any?| #43#) (|algebraicVariables| #7#) (|algebraicCoefficients?| #12#) (|algebraic?| (#37# 68 T ELT)) (= #1#) (|#| #46#))
(((|SquareFreeRegularTriangularSet| |#1| |#2| |#3| |#4|) (|Join| (|SquareFreeRegularTriangularSetCategory| |#1| |#2| |#3| |#4|) (CATEGORY |domain| (SIGNATURE |internalAugment| (#1=(|List| $) |#4| $ #2=(|Boolean|) #2# #2# #2# #2#)) (SIGNATURE |zeroSetSplit| (#1# #3=(|List| |#4|) #2# #2#)) (SIGNATURE |zeroSetSplit| (#1# #3# #2# #2# #2# #2#)) (SIGNATURE |internalZeroSetSplit| (#1# #3# #2# #2# #2#)) (SIGNATURE |preprocess| ((|Record| (|:| |val| #3#) (|:| |towers| #1#)) #3# #2# #2#)))) (|GcdDomain|) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|RecursivePolynomialCategory| |#1| |#2| |#3|)) (T |SquareFreeRegularTriangularSet|))
((|internalAugment| (*1 *2 *3 *1 *4 *4 *4 *4 *4) (AND #1=(|isDomain| *4 (|Boolean|)) #2=(|ofCategory| *5 (|GcdDomain|)) #3=(|ofCategory| *6 (|OrderedAbelianMonoidSup|)) #4=(|ofCategory| *7 (|OrderedSet|)) (|isDomain| *2 (|List| #5=(|SquareFreeRegularTriangularSet| *5 *6 *7 *3))) (|isDomain| *1 #5#) (|ofCategory| *3 #6=(|RecursivePolynomialCategory| *5 *6 *7)))) (|zeroSetSplit| #7=(*1 *2 *3 *4 *4) #8=(AND #9=(|isDomain| *3 #10=(|List| *8)) #1# #11=(|ofCategory| *8 #6#) #2# #3# #4# (|isDomain| *2 #12=(|List| #13=(|SquareFreeRegularTriangularSet| *5 *6 *7 *8))) #14=(|isDomain| *1 #13#))) (|zeroSetSplit| (*1 *2 *3 *4 *4 *4 *4) #8#) (|internalZeroSetSplit| (*1 *2 *3 *4 *4 *4) #8#) (|preprocess| #7# (AND #1# #2# #3# #4# #11# (|isDomain| *2 (|Record| (|:| |val| #10#) (|:| |towers| #12#))) #14# #9#)))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|sample| (#3=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 32 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 30 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 29 T CONST)) (= (#1# 8 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|NonNegativeInteger|)) 31 T ELT) (($ $ (|PositiveInteger|)) 28 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ $ $) 27 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|sample| (#4=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 32 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 30 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (#4# 29 T CONST)) (= (#1# 8 T ELT)) (+ (#5=($ $ $) 18 T ELT)) (** (($ $ #6=(|NonNegativeInteger|)) 31 T ELT) (($ $ #7=(|PositiveInteger|)) 28 T ELT)) (* (($ #7# $) 17 T ELT) (($ #6# $) 21 T ELT) (#5# 27 T ELT)))
(((|SemiRing|) (|Category|)) (T |SemiRing|))
NIL
(|Join| (|AbelianMonoid|) (|Monoid|))
-(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|Monoid|) . T) ((|SemiGroup|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Monoid|) . T) ((|SemiGroup|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL #4=(|has| |#1| (|BasicType|)) ELT)) (|top| (#5=(|#1| $) 38 T ELT)) (|stack| (#6=($ #7=(|List| |#1|)) 46 T ELT)) (|sample| (#8=($) NIL T CONST)) (|reduce| ((|#1| #9=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) NIL #4# ELT) ((|#1| #9# $ |#1|) NIL T ELT) ((|#1| #9# $) NIL T ELT)) (|push!| ((|#1| |#1| $) 41 T ELT)) (|pop!| (#5# 36 T ELT)) (|members| ((#7# $) 19 T ELT)) (|member?| ((#3# |#1| $) NIL #4# ELT)) (|map!| (#10=($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|map| (#10# 23 T ELT)) (|latex| (((|String|) $) NIL #11=(|has| |#1| (|SetCategory|)) ELT)) (|inspect| (#5# 39 T ELT)) (|insert!| (($ |#1| $) 42 T ELT)) (|hash| (((|SingleInteger|) $) NIL #11# ELT)) (|find| (((|Union| |#1| "failed") #12=(|Mapping| #3# |#1|) $) NIL T ELT)) (|extract!| (#5# 37 T ELT)) (|every?| #13=((#3# #12# $) NIL T ELT)) (|eval| (($ $ (|List| #14=(|Equation| |#1|))) NIL #15=(AND (|has| |#1| (|Evalable| |#1|)) #11#) ELT) (($ $ #14#) NIL #15# ELT) (($ $ |#1| |#1|) NIL #15# ELT) (($ $ #7# #7#) NIL #15# ELT)) (|eq?| (#2# NIL T ELT)) (|empty?| ((#3# $) 33 T ELT)) (|empty| (#8# 44 T ELT)) (|depth| (#16=(#17=(|NonNegativeInteger|) $) 31 T ELT)) (|count| ((#17# |#1| $) NIL #4# ELT) ((#17# #12# $) NIL T ELT)) (|copy| (($ $) 28 T ELT)) (|coerce| ((#18=(|OutputForm|) $) 15 (|has| |#1| (|CoercibleTo| #18#)) ELT)) (|before?| #1#) (|bag| (#6# NIL T ELT)) (|any?| #13#) (= (#2# 18 #4# ELT)) (|#| (#16# 32 T ELT)))
(((|Stack| |#1|) (|Join| (|StackAggregate| |#1|) (CATEGORY |domain| (SIGNATURE |stack| ($ (|List| |#1|))))) (|Type|)) (T |Stack|))
((|stack| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *1 (|Stack| *3)))))
((|setelt| ((|#2| $ #1="value" |#2|) NIL T ELT) ((|#2| $ #2="first" |#2|) NIL T ELT) (($ $ #3="rest" $) NIL T ELT) ((|#2| $ #4="last" |#2|) NIL T ELT) ((|#2| $ #5=(|UniversalSegment| #6=(|Integer|)) |#2|) 51 T ELT) (#7=(|#2| $ #6# |#2|) 48 T ELT)) (|possiblyInfinite?| (#8=((|Boolean|) $) 12 T ELT)) (|first| ((|#2| $) NIL T ELT) (($ $ (|NonNegativeInteger|)) 17 T ELT)) (|fill!| (#9=($ $ |#2|) 47 T ELT)) (|explicitlyFinite?| (#8# 11 T ELT)) (|elt| ((|#2| $ #1#) NIL T ELT) ((|#2| $ #2#) NIL T ELT) (($ $ #3#) NIL T ELT) ((|#2| $ #4#) NIL T ELT) (($ $ #5#) 36 T ELT) ((|#2| $ #6#) 25 T ELT) (#7# NIL T ELT)) (|concat!| (#10=($ $ $) 54 T ELT) #11=(#9# NIL T ELT)) (|concat| (#10# 38 T ELT) (($ |#2| $) NIL T ELT) (($ (|List| $)) 45 T ELT) #11#))
(((|StreamAggregate&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |possiblyInfinite?| #1=((|Boolean|) |#1|)) (SIGNATURE |explicitlyFinite?| #1#) (SIGNATURE |setelt| #2=(|#2| |#1| #3=(|Integer|) |#2|)) (SIGNATURE |elt| #2#) (SIGNATURE |elt| (|#2| |#1| #3#)) (SIGNATURE |fill!| #4=(|#1| |#1| |#2|)) (SIGNATURE |elt| (|#1| |#1| #5=(|UniversalSegment| #3#))) (SIGNATURE |concat| #4#) (SIGNATURE |concat| (|#1| (|List| |#1|))) (SIGNATURE |setelt| (|#2| |#1| #5# |#2|)) (SIGNATURE |setelt| (|#2| |#1| #6="last" |#2|)) (SIGNATURE |setelt| (|#1| |#1| #7="rest" |#1|)) (SIGNATURE |setelt| (|#2| |#1| #8="first" |#2|)) (SIGNATURE |concat!| #4#) (SIGNATURE |concat!| #9=(|#1| |#1| |#1|)) (SIGNATURE |elt| (|#2| |#1| #6#)) (SIGNATURE |elt| (|#1| |#1| #7#)) (SIGNATURE |first| (|#1| |#1| (|NonNegativeInteger|))) (SIGNATURE |elt| (|#2| |#1| #8#)) (SIGNATURE |first| (|#2| |#1|)) (SIGNATURE |concat| (|#1| |#2| |#1|)) (SIGNATURE |concat| #9#) (SIGNATURE |setelt| (|#2| |#1| #10="value" |#2|)) (SIGNATURE |elt| (|#2| |#1| #10#))) (|StreamAggregate| |#2|) (|Type|)) (T |StreamAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|value| ((|#1| $) 43 T ELT)) (|third| ((|#1| . #3=($)) 62 T ELT)) (|tail| (#4=($ $) 64 T ELT)) (|swap!| (((|Void|) $ #5=(|Integer|) #5#) 99 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|split!| (($ $ (|Integer|)) 49 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|size?| (((|Boolean|) $ (|NonNegativeInteger|)) 82 T ELT)) (|setvalue!| ((|#1| $ |#1|) 34 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setrest!| (#6=($ $ $) 53 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setlast!| ((|#1| $ |#1|) 51 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setfirst!| ((|#1| $ |#1|) 55 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setelt| ((|#1| $ #7="value" |#1|) 35 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ #8="first" |#1|) 54 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) (($ $ #9="rest" $) 52 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ #10="last" |#1|) 50 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ #11=(|UniversalSegment| #5#) |#1|) 115 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ #5# |#1|) 88 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setchildren!| (($ $ #12=(|List| $)) 36 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|select| (($ (|Mapping| #13=(|Boolean|) |#1|) . #14=($)) 103 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|second| ((|#1| . #3#) 63 T ELT)) (|sample| (#15=($) 6 T CONST)) (|rest| (#4# 70 T ELT) (#16=($ $ #17=(|NonNegativeInteger|)) 68 T ELT)) (|removeDuplicates| (($ $) 101 (AND (|has| |#1| . #18=((|BasicType|))) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove| (($ (|Mapping| #13# |#1|) . #14#) 104 (|has| $ (|FiniteAggregate| |#1|)) ELT) (($ |#1| $) 102 (AND (|has| |#1| . #18#) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|qsetelt!| ((|#1| $ #5# |#1|) 87 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|qelt| ((|#1| $ #5#) 89 T ELT)) (|possiblyInfinite?| (((|Boolean|) $) 85 T ELT)) (|nodes| (#19=(#12# $) 45 T ELT)) (|node?| (#20=(#21=(|Boolean|) $ $) 37 (|has| |#1| . #22=((|BasicType|))) ELT)) (|new| (($ (|NonNegativeInteger|) |#1|) 107 T ELT)) (|more?| (((|Boolean|) $ (|NonNegativeInteger|)) 83 T ELT)) (|minIndex| ((#5# . #23=($)) 97 (|has| #5# . #24=((|OrderedSet|))) ELT)) (|maxIndex| ((#5# . #23#) 96 (|has| #5# . #24#) ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT) (($ (|Mapping| |#1| |#1| |#1|) $ $) 110 T ELT)) (|less?| (((|Boolean|) $ (|NonNegativeInteger|)) 84 T ELT)) (|leaves| (((|List| |#1|) $) 40 T ELT)) (|leaf?| (#25=(#21# $) 44 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #26=((|SetCategory|))) ELT)) (|last| ((|#1| . #3#) 67 T ELT) (#16# 65 T ELT)) (|insert| (($ $ $ #5#) 114 T ELT) (($ |#1| $ #5#) 113 T ELT)) (|indices| (((|List| #5#) $) 94 T ELT)) (|index?| ((#27=(|Boolean|) #5# $) 93 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #26#) ELT)) (|first| ((|#1| . #3#) 73 T ELT) (#16# 71 T ELT)) (|fill!| (($ $ |#1|) 98 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|explicitlyFinite?| (((|Boolean|) $) 86 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #26#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #26#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #26#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #26#)) ELT)) (|eq?| ((#28=(|Boolean|) $ $) 10 T ELT)) (|entry?| ((#27# |#1| $) 95 (AND (|has| $ (|FiniteAggregate| |#1|)) (|has| |#1| (|BasicType|))) ELT)) (|entries| (((|List| |#1|) $) 92 T ELT)) (|empty?| ((#28# $) 7 T ELT)) (|empty| (#15# 8 T ELT)) (|elt| ((|#1| $ #7#) 42 T ELT) ((|#1| $ #8#) 72 T ELT) (($ $ #9#) 69 T ELT) ((|#1| $ #10#) 66 T ELT) (($ $ #11#) 106 T ELT) ((|#1| $ #5#) 91 T ELT) ((|#1| $ #5# |#1|) 90 T ELT)) (|distance| (((|Integer|) $ $) 39 T ELT)) (|delete| (($ $ #11#) 112 T ELT) (($ $ #5#) 111 T ELT)) (|cyclic?| (#25# 41 T ELT)) (|cycleTail| (#4# 59 T ELT)) (|cycleSplit!| (#4# 56 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|cycleLength| ((#17# $) 60 T ELT)) (|cycleEntry| (#4# 61 T ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#29=(|InputForm|) $) 100 (|has| |#1| (|ConvertibleTo| #29#)) ELT)) (|construct| (($ (|List| |#1|)) 105 T ELT)) (|concat!| (#6# 58 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) (($ $ |#1|) 57 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|concat| (#6# 75 T ELT) (($ |#1| $) 74 T ELT) (($ (|List| $)) 109 T ELT) (($ $ |#1|) 108 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|children| (#19# 46 T ELT)) (|child?| (#20# 38 (|has| |#1| . #22#) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|value| (#4=(|#1| $) 43 T ELT)) (|third| (#4# 62 T ELT)) (|tail| (#5=($ $) 64 T ELT)) (|swap!| (((|Void|) $ #6=(|Integer|) #6#) 99 #7=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|split!| (#8=($ $ #6#) 49 #7# ELT)) (|size?| (#9=(#2# $ #10=(|NonNegativeInteger|)) 82 T ELT)) (|setvalue!| (#11=(|#1| $ |#1|) 34 #7# ELT)) (|setrest!| (#12=($ $ $) 53 #7# ELT)) (|setlast!| (#11# 51 #7# ELT)) (|setfirst!| (#11# 55 #7# ELT)) (|setelt| ((|#1| $ #13="value" |#1|) 35 #7# ELT) ((|#1| $ #14="first" |#1|) 54 #7# ELT) (($ $ #15="rest" $) 52 #7# ELT) ((|#1| $ #16="last" |#1|) 50 #7# ELT) ((|#1| $ #17=(|UniversalSegment| #6#) |#1|) 115 #7# ELT) (#18=(|#1| $ #6# |#1|) 88 #7# ELT)) (|setchildren!| (($ $ #19=(|List| $)) 36 #7# ELT)) (|select| (#20=($ (|Mapping| #2# |#1|) $) 103 #21=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|second| (#4# 63 T ELT)) (|sample| (#22=($) 6 T CONST)) (|rest| (#5# 70 T ELT) (#23=($ $ #10#) 68 T ELT)) (|removeDuplicates| (#5# 101 #24=(AND #3# #21#) ELT)) (|remove| (#20# 104 #21# ELT) (#25=($ |#1| $) 102 #24# ELT)) (|qsetelt!| (#18# 87 #7# ELT)) (|qelt| (#26=(|#1| $ #6#) 89 T ELT)) (|possiblyInfinite?| (#27=(#2# $) 85 T ELT)) (|nodes| (#28=(#19# $) 45 T ELT)) (|node?| (#1# 37 #3# ELT)) (|new| (($ #10# |#1|) 107 T ELT)) (|more?| (#9# 83 T ELT)) (|minIndex| (#29=(#6# $) 97 #30=(|has| #6# (|OrderedSet|)) ELT)) (|maxIndex| (#29# 96 #30# ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT) (($ (|Mapping| |#1| |#1| |#1|) $ $) 110 T ELT)) (|less?| (#9# 84 T ELT)) (|leaves| (#31=(#32=(|List| |#1|) $) 40 T ELT)) (|leaf?| (#27# 44 T ELT)) (|latex| (((|String|) $) 21 #33=(|has| |#1| (|SetCategory|)) ELT)) (|last| (#4# 67 T ELT) (#23# 65 T ELT)) (|insert| (($ $ $ #6#) 114 T ELT) (($ |#1| $ #6#) 113 T ELT)) (|indices| (((|List| #6#) $) 94 T ELT)) (|index?| ((#2# #6# $) 93 T ELT)) (|hash| (((|SingleInteger|) $) 20 #33# ELT)) (|first| (#4# 73 T ELT) (#23# 71 T ELT)) (|fill!| (#34=($ $ |#1|) 98 #7# ELT)) (|explicitlyFinite?| (#27# 86 T ELT)) (|eval| (($ $ (|List| #35=(|Equation| |#1|))) 25 #36=(AND (|has| |#1| (|Evalable| |#1|)) #33#) ELT) (($ $ #35#) 24 #36# ELT) (($ $ |#1| |#1|) 23 #36# ELT) (($ $ #32# #32#) 22 #36# ELT)) (|eq?| (#1# 10 T ELT)) (|entry?| ((#2# |#1| $) 95 (AND #21# #3#) ELT)) (|entries| (#31# 92 T ELT)) (|empty?| (#27# 7 T ELT)) (|empty| (#22# 8 T ELT)) (|elt| ((|#1| $ #13#) 42 T ELT) ((|#1| $ #14#) 72 T ELT) (($ $ #15#) 69 T ELT) ((|#1| $ #16#) 66 T ELT) (#37=($ $ #17#) 106 T ELT) (#26# 91 T ELT) (#18# 90 T ELT)) (|distance| ((#6# $ $) 39 T ELT)) (|delete| (#37# 112 T ELT) (#8# 111 T ELT)) (|cyclic?| (#27# 41 T ELT)) (|cycleTail| (#5# 59 T ELT)) (|cycleSplit!| (#5# 56 #7# ELT)) (|cycleLength| ((#10# $) 60 T ELT)) (|cycleEntry| (#5# 61 T ELT)) (|copy| (#5# 9 T ELT)) (|convert| ((#38=(|InputForm|) $) 100 (|has| |#1| (|ConvertibleTo| #38#)) ELT)) (|construct| (($ #32#) 105 T ELT)) (|concat!| (#12# 58 #7# ELT) (#34# 57 #7# ELT)) (|concat| (#12# 75 T ELT) (#25# 74 T ELT) (($ #19#) 109 T ELT) (#34# 108 T ELT)) (|coerce| ((#39=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #39#)) ELT)) (|children| (#28# 46 T ELT)) (|child?| (#1# 38 #3# ELT)) (|before?| (#1# 19 #3# ELT)) (= (#1# 17 #3# ELT)))
(((|StreamAggregate| |#1|) (|Category|) (|Type|)) (T |StreamAggregate|))
-((|explicitlyFinite?| (*1 *2 *1) (AND (|ofCategory| *1 (|StreamAggregate| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|Boolean|)))) (|possiblyInfinite?| (*1 *2 *1) (AND (|ofCategory| *1 (|StreamAggregate| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|Boolean|)))) (|less?| (*1 *2 *1 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|StreamAggregate| *4)) (|ofCategory| *4 (|Type|)) (|isDomain| *2 (|Boolean|)))) (|more?| (*1 *2 *1 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|StreamAggregate| *4)) (|ofCategory| *4 (|Type|)) (|isDomain| *2 (|Boolean|)))) (|size?| (*1 *2 *1 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|StreamAggregate| *4)) (|ofCategory| *4 (|Type|)) (|isDomain| *2 (|Boolean|)))))
-(|Join| (|UnaryRecursiveAggregate| |t#1|) (|LinearAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |explicitlyFinite?| ((|Boolean|) $)) (SIGNATURE |possiblyInfinite?| ((|Boolean|) $)) (SIGNATURE |less?| ((|Boolean|) $ (|NonNegativeInteger|))) (SIGNATURE |more?| ((|Boolean|) $ (|NonNegativeInteger|))) (SIGNATURE |size?| ((|Boolean|) $ (|NonNegativeInteger|)))))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| (|Integer|)) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|LinearAggregate| |#1|) . T) ((|RecursiveAggregate| |#1|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T) ((|UnaryRecursiveAggregate| |#1|) . T))
+((|explicitlyFinite?| #1=(*1 *2 *1) #2=(AND (|ofCategory| *1 (|StreamAggregate| *3)) (|ofCategory| *3 #3=(|Type|)) #4=(|isDomain| *2 (|Boolean|)))) (|possiblyInfinite?| #1# #2#) (|less?| #5=(*1 *2 *1 *3) #6=(AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|StreamAggregate| *4)) (|ofCategory| *4 #3#) #4#)) (|more?| #5# #6#) (|size?| #5# #6#))
+(|Join| (|UnaryRecursiveAggregate| |t#1|) (|LinearAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |explicitlyFinite?| #1=(#2=(|Boolean|) $)) (SIGNATURE |possiblyInfinite?| #1#) (SIGNATURE |less?| #3=(#2# $ (|NonNegativeInteger|))) (SIGNATURE |more?| #3#) (SIGNATURE |size?| #3#)))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| #1#) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|LinearAggregate| |#1|) . T) ((|RecursiveAggregate| |#1|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T) ((|UnaryRecursiveAggregate| |#1|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL (OR #4=(|has| #5=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) #6=(|BasicType|)) #7=(|has| |#2| #6#)) ELT)) (|table| #8=(#9=($) NIL T ELT) #10=(($ #11=(|List| #5#)) NIL T ELT)) (|swap!| (((|Void|) $ |#1| |#1|) NIL #12=(|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|setelt| #13=(#14=(|#2| $ |#1| |#2|) NIL #12# ELT)) (|select!| #15=(($ #16=(|Mapping| #3# #5#) $) NIL #17=(|has| $ (|FiniteAggregate| #5#)) ELT)) (|select| #15#) (|search| #18=(((|Union| |#2| #19="failed") |#1| $) NIL T ELT)) (|sample| (#9# NIL T CONST)) (|removeDuplicates| (#20=($ $) NIL #21=(AND #17# #4#) ELT)) (|remove!| (#22=($ #5# $) NIL #17# ELT) #15# #18#) (|remove| (#22# NIL #21# ELT) #15#) (|reduce| ((#5# #23=(|Mapping| #5# #5# #5#) $ #5# #5#) NIL #4# ELT) ((#5# #23# $ #5#) NIL T ELT) ((#5# #23# $) NIL T ELT)) (|qsetelt!| #13#) (|qelt| #24=((|#2| $ |#1|) NIL T ELT)) (|minIndex| #25=((|#1| $) NIL #26=(|has| |#1| (|OrderedSet|)) ELT)) (|members| ((#11# $) NIL T ELT)) (|member?| ((#3# #5# $) NIL #4# ELT)) (|maxIndex| #25#) (|map!| #27=(($ (|Mapping| #5# #5#) . #28=($)) NIL T ELT) #29=(($ (|Mapping| |#2| |#2|) . #28#) NIL T ELT)) (|map| #27# #29# #27# (($ (|Mapping| |#2| |#2| |#2|) $ $) NIL T ELT)) (|latex| (((|String|) $) NIL #30=(OR #31=(|has| #5# #32=(|SetCategory|)) #33=(|has| |#2| #32#)) ELT)) (|keys| #34=(((|List| |#1|) $) NIL T ELT)) (|key?| #35=((#3# |#1| $) NIL T ELT)) (|inspect| #36=((#5# $) NIL T ELT)) (|insert!| (#22# NIL T ELT)) (|indices| #34#) (|index?| #35#) (|hash| (((|SingleInteger|) $) NIL #30# ELT)) (|first| ((|#2| $) NIL #26# ELT)) (|find| (((|Union| #5# #19#) #16# $) NIL T ELT)) (|fill!| (($ $ |#2|) NIL #12# ELT)) (|extract!| #36#) (|every?| #37=((#3# #16# $) NIL T ELT)) (|eval| #38=(($ $ (|List| #39=(|Equation| #5#))) NIL #40=(AND (|has| #5# (|Evalable| #5#)) #31#) ELT) #41=(($ $ #39#) NIL #40# ELT) #42=(($ $ #5# #5#) NIL #40# ELT) #43=(($ $ #11# #11#) NIL #40# ELT) (($ $ #44=(|List| |#2|) #44#) NIL #45=(AND (|has| |#2| (|Evalable| |#2|)) #33#) ELT) (($ $ |#2| |#2|) NIL #45# ELT) (($ $ #46=(|Equation| |#2|)) NIL #45# ELT) (($ $ (|List| #46#)) NIL #45# ELT) #43# #42# #41# #38#) (|eq?| (#2# NIL T ELT)) (|entry?| ((#3# |#2| $) NIL (AND (|has| $ (|FiniteAggregate| |#2|)) #7#) ELT)) (|entries| ((#44# $) NIL T ELT)) (|empty?| ((#3# $) NIL T ELT)) (|empty| #8#) (|elt| #24# (#14# NIL T ELT)) (|dictionary| #8# #10#) (|count| ((#47=(|NonNegativeInteger|) #5# $) NIL #4# ELT) ((#47# #16# $) NIL T ELT)) (|copy| (#20# NIL T ELT)) (|convert| ((#48=(|InputForm|) $) NIL (|has| #5# (|ConvertibleTo| #48#)) ELT)) (|construct| #10#) (|coerce| ((#49=(|OutputForm|) $) NIL (OR (|has| #5# #50=(|CoercibleTo| #49#)) (|has| |#2| #50#)) ELT)) (|before?| #1#) (|bag| #10#) (|any?| #37#) (= #1#) (|#| ((#47# $) NIL T ELT)))
(((|SparseTable| |#1| |#2| |#3|) (|TableAggregate| |#1| |#2|) #1=(|SetCategory|) #1# |#2|) (T |SparseTable|))
NIL
((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|nextItem| (((|Maybe| $) $) 17 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|init| (($) 18 T CONST)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (= (#1# 8 T ELT)))
(((|StepThrough|) (|Category|)) (T |StepThrough|))
-((|init| (*1 *1) (|ofCategory| *1 (|StepThrough|))) (|nextItem| (*1 *2 *1) (AND (|isDomain| *2 (|Maybe| *1)) (|ofCategory| *1 (|StepThrough|)))))
+((|init| (*1 *1) #1=(|ofCategory| *1 (|StepThrough|))) (|nextItem| (*1 *2 *1) (AND (|isDomain| *2 (|Maybe| *1)) #1#)))
(|Join| (|SetCategory|) (CATEGORY |domain| (SIGNATURE |init| ($) |constant|) (SIGNATURE |nextItem| ((|Maybe| $) $))))
-(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(((|Boolean|) $ $) NIL T ELT)) (|upperBound| (((|Maybe| #2=(|SpadAst|)) $) 28 T ELT)) (|step| (#3=(#2# $) 16 T ELT)) (|lowerBound| (#3# 18 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|iterationVar| (((|Identifier|) $) 14 T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|coerce| (((|OutputForm|) $) 38 T ELT) (($ #4=(|Syntax|)) NIL T ELT) ((#4# $) NIL T ELT)) (|before?| #1#) (= #1#))
(((|StepAst|) (|Join| (|SpadSyntaxCategory|) (CATEGORY |domain| (SIGNATURE |iterationVar| ((|Identifier|) $)) (SIGNATURE |lowerBound| #1=(#2=(|SpadAst|) $)) (SIGNATURE |upperBound| ((|Maybe| #2#) $)) (SIGNATURE |step| #1#)))) (T |StepAst|))
((|iterationVar| #1=(*1 *2 *1) (AND (|isDomain| *2 (|Identifier|)) #2=(|isDomain| *1 (|StepAst|)))) (|lowerBound| #1# #3=(AND (|isDomain| *2 #4=(|SpadAst|)) #2#)) (|upperBound| #1# (AND (|isDomain| *2 (|Maybe| #4#)) #2#)) (|step| #1# #3#))
@@ -3697,11 +3697,11 @@ NIL
((|table| (($) 10 T ELT) (($ #1=(|List| #2=(|Record| (|:| |key| |#2|) (|:| |entry| |#3|)))) 14 T ELT)) (|remove!| (#3=($ #2# $) 63 T ELT) (($ #4=(|Mapping| #5=(|Boolean|) #2#) $) NIL T ELT) (((|Union| |#3| #6="failed") |#2| $) NIL T ELT)) (|members| ((#1# $) 35 T ELT)) (|map!| (#7=($ (|Mapping| #2# #2#) $) 53 T ELT) (#8=($ (|Mapping| |#3| |#3|) $) 29 T ELT)) (|map| #9=(#7# 49 T ELT) (#8# NIL T ELT) #9# (($ (|Mapping| |#3| |#3| |#3|) $ $) 34 T ELT)) (|inspect| (#10=(#2# $) 56 T ELT)) (|insert!| (#3# 16 T ELT)) (|indices| (((|List| |#2|) $) 19 T ELT)) (|index?| ((#5# |#2| $) 61 T ELT)) (|find| (((|Union| #2# #6#) #4# $) 60 T ELT)) (|extract!| (#10# 65 T ELT)) (|entries| (((|List| |#3|) $) 37 T ELT)) (|coerce| (((|OutputForm|) $) 27 T ELT)) (= ((#5# $ $) 47 T ELT)))
(((|TableAggregate&| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE = (#1=(|Boolean|) |#1| |#1|)) (SIGNATURE |coerce| ((|OutputForm|) |#1|)) (SIGNATURE |map| (|#1| (|Mapping| |#3| |#3| |#3|) |#1| |#1|)) (SIGNATURE |table| (|#1| #2=(|List| #3=(|Record| (|:| |key| |#2|) (|:| |entry| |#3|))))) (SIGNATURE |table| (|#1|)) #4=(SIGNATURE |map| #5=(|#1| (|Mapping| #3# #3#) |#1|)) (SIGNATURE |members| (#2# |#1|)) (SIGNATURE |find| ((|Union| #3# #6="failed") #7=(|Mapping| #1# #3#) |#1|)) (SIGNATURE |remove!| ((|Union| |#3| #6#) |#2| |#1|)) (SIGNATURE |map!| #8=(|#1| (|Mapping| |#3| |#3|) |#1|)) (SIGNATURE |map| #8#) (SIGNATURE |entries| ((|List| |#3|) |#1|)) (SIGNATURE |index?| (#1# |#2| |#1|)) (SIGNATURE |indices| ((|List| |#2|) |#1|)) (SIGNATURE |remove!| (|#1| #7# |#1|)) (SIGNATURE |remove!| #9=(|#1| #3# |#1|)) (SIGNATURE |inspect| #10=(#3# |#1|)) (SIGNATURE |insert!| #9#) (SIGNATURE |extract!| #10#) (SIGNATURE |map!| #5#) #4#) (|TableAggregate| |#2| |#3|) #11=(|SetCategory|) #11#) (T |TableAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2=((|BasicType|))) (|has| |#2| . #2#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2#)) ELT)) (|table| (($) 95 T ELT) (($ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 94 T ELT)) (|swap!| (((|Void|) $ |#1| |#1|) 82 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|setelt| ((|#2| $ |#1| |#2|) 70 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|select!| (($ (|Mapping| #3=(|Boolean|) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #4=($)) 42 (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|select| (($ (|Mapping| #5=(|Boolean|) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #6=($)) 49 (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|search| (((|Union| |#2| . #7=("failed")) |#1| . #8=($)) 59 T ELT)) (|sample| (#9=($) 6 T CONST)) (|removeDuplicates| (($ $) 51 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #10=((|BasicType|))) (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))))) ELT)) (|remove!| (($ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $) 44 (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT) (($ (|Mapping| #3# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #4#) 43 (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT) (((|Union| |#2| . #7#) |#1| . #8#) 60 T ELT)) (|remove| (($ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $) 50 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #10#) (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))))) ELT) (($ (|Mapping| #5# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #6#) 48 (|has| $ (|FiniteAggregate| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ELT)) (|reduce| (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 111 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #11=((|BasicType|))) ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 107 T ELT) (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) $) 106 T ELT)) (|qsetelt!| ((|#2| $ |#1| |#2|) 69 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|qelt| ((|#2| $ |#1|) 71 T ELT)) (|minIndex| ((|#1| . #12=($)) 79 (|has| |#1| . #13=((|OrderedSet|))) ELT)) (|members| (((|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) $) 105 T ELT)) (|member?| ((#14=(|Boolean|) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $) 110 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #11#) ELT)) (|maxIndex| ((|#1| . #12#) 78 (|has| |#1| . #13#) ELT)) (|map!| (($ (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #15=($)) 39 T ELT) (($ (|Mapping| |#2| |#2|) . #15#) 63 T ELT)) (|map| (($ (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #16=($)) 26 T ELT) (($ (|Mapping| |#2| |#2|) . #16#) 64 T ELT) (($ (|Mapping| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #16#) 96 T ELT) (($ (|Mapping| |#2| |#2| |#2|) $ $) 93 T ELT)) (|latex| (((|String|) $) 21 (OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #17=((|SetCategory|))) (|has| |#2| . #17#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #17#)) ELT)) (|keys| (((|List| |#1|) $) 61 T ELT)) (|key?| (((|Boolean|) |#1| $) 62 T ELT)) (|inspect| (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #18=($)) 35 T ELT)) (|insert!| (($ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $) 36 T ELT)) (|indices| (((|List| |#1|) $) 76 T ELT)) (|index?| ((#19=(|Boolean|) |#1| $) 75 T ELT)) (|hash| (((|SingleInteger|) $) 20 (OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #17#) (|has| |#2| . #17#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #17#)) ELT)) (|first| ((|#2| $) 80 (|has| |#1| . #13#) ELT)) (|find| (((|Union| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) "failed") (|Mapping| #14# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) $) 108 T ELT)) (|fill!| (($ $ |#2|) 81 (|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|extract!| (((|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #18#) 37 T ELT)) (|every?| ((#14# (|Mapping| #14# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #20=($)) 103 T ELT)) (|eval| (($ $ (|List| (|Equation| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))))) 25 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #17#)) ELT) (($ $ (|Equation| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 24 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #17#)) ELT) (($ $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 23 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #17#)) ELT) (($ $ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 22 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #17#)) ELT) (($ $ (|List| |#2|) (|List| |#2|)) 68 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #17#)) ELT) (($ $ |#2| |#2|) 67 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #17#)) ELT) (($ $ (|Equation| |#2|)) 66 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #17#)) ELT) (($ $ (|List| (|Equation| |#2|))) 65 (AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| . #17#)) ELT) (($ $ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 100 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #17#)) ELT) (($ $ (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) 99 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #17#)) ELT) (($ $ (|Equation| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 98 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #17#)) ELT) (($ $ (|List| (|Equation| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))))) 97 (AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #17#)) ELT)) (|eq?| ((#21=(|Boolean|) $ $) 10 T ELT)) (|entry?| ((#19# |#2| $) 77 (AND (|has| $ (|FiniteAggregate| |#2|)) (|has| |#2| (|BasicType|))) ELT)) (|entries| (((|List| |#2|) $) 74 T ELT)) (|empty?| ((#21# $) 7 T ELT)) (|empty| (#9# 8 T ELT)) (|elt| ((|#2| $ |#1|) 73 T ELT) ((|#2| $ |#1| |#2|) 72 T ELT)) (|dictionary| (($) 46 T ELT) (($ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 45 T ELT)) (|count| ((#22=(|NonNegativeInteger|) (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) $) 109 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #11#) ELT) ((#22# (|Mapping| #14# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) $) 104 T ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#23=(|InputForm|) $) 52 (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|ConvertibleTo| #23#)) ELT)) (|construct| (($ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 47 T ELT)) (|coerce| (((|OutputForm|) $) 16 (OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #24=((|CoercibleTo| (|OutputForm|)))) (|has| |#2| . #24#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #24#)) ELT)) (|before?| (#1# 19 (OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2#) (|has| |#2| . #2#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2#)) ELT)) (|bag| (($ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) 38 T ELT)) (|any?| ((#14# (|Mapping| #14# (|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . #20#) 102 T ELT)) (= (#1# 17 (OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2#) (|has| |#2| . #2#) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #2#)) ELT)) (|#| ((#22# $) 101 T ELT)))
-(((|TableAggregate| |#1| |#2|) (|Category|) (|SetCategory|) (|SetCategory|)) (T |TableAggregate|))
-((|table| (*1 *1) (AND (|ofCategory| *1 (|TableAggregate| *2 *3)) (|ofCategory| *2 (|SetCategory|)) (|ofCategory| *3 (|SetCategory|)))) (|table| (*1 *1 *2) (AND (|isDomain| *2 (|List| (|Record| (|:| |key| *3) (|:| |entry| *4)))) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)) (|ofCategory| *1 (|TableAggregate| *3 *4)))) (|map| (*1 *1 *2 *1 *1) (AND (|isDomain| *2 (|Mapping| *4 *4 *4)) (|ofCategory| *1 (|TableAggregate| *3 *4)) (|ofCategory| *3 (|SetCategory|)) (|ofCategory| *4 (|SetCategory|)))))
-(|Join| (|KeyedDictionary| |t#1| |t#2|) (|FiniteAggregate| (|Record| (|:| |key| |t#1|) (|:| |entry| |t#2|))) (CATEGORY |domain| (SIGNATURE |table| ($)) (SIGNATURE |table| ($ (|List| (|Record| (|:| |key| |t#1|) (|:| |entry| |t#2|))))) (SIGNATURE |map| ($ (|Mapping| |t#2| |t#2| |t#2|) $ $))))
-(((|Aggregate|) . T) ((|BagAggregate| #1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|BasicType|) OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|SetCategory|)) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|BasicType|)) (|has| |#2| (|SetCategory|)) (|has| |#2| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|SetCategory|)) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|CoercibleTo| (|OutputForm|))) (|has| |#2| (|SetCategory|)) (|has| |#2| (|CoercibleTo| (|OutputForm|)))) ((|Collection| #1#) . T) ((|ConvertibleTo| (|InputForm|)) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|ConvertibleTo| (|InputForm|))) ((|Dictionary| #1#) . T) ((|DictionaryOperations| #1#) . T) ((|Eltable| |#1| |#2|) . T) ((|EltableAggregate| |#1| |#2|) . T) ((|Evalable| #2=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|SetCategory|))) ((|Evalable| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|FiniteAggregate| #2#) . T) ((|Functorial| #2#) . T) ((|Functorial| |#2|) . T) ((|HomogeneousAggregate| #2#) . T) ((|HomogeneousAggregate| |#2|) . T) ((|IndexedAggregate| |#1| |#2|) . T) ((|InnerEvalable| #2# #2#) AND (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|SetCategory|))) ((|InnerEvalable| |#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|Join|) . T) ((|KeyedDictionary| |#1| |#2|) . T) ((|SetCategory|) OR (|has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|SetCategory|)) (|has| |#2| (|SetCategory|))) ((|ShallowlyMutableAggregate| #1#) . T) ((|ShallowlyMutableAggregate| |#2|) . T) ((|Type|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(OR #4=(|has| #5=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) . #6=((|BasicType|))) #7=(|has| |#2| . #6#) #4#) ELT)) (|table| (#8=($) 95 T ELT) (#9=($ #10=(|List| #5#)) 94 T ELT)) (|swap!| (((|Void|) $ |#1| |#1|) 82 #11=(|has| $ (|ShallowlyMutableAggregate| |#2|)) ELT)) (|setelt| (#12=(|#2| $ |#1| |#2|) 70 #11# ELT)) (|select!| (#13=($ #14=(|Mapping| #2# #5#) $) 42 #15=(|has| $ (|FiniteAggregate| #5#)) ELT)) (|select| (#13# 49 #15# ELT)) (|search| (#16=((|Union| |#2| #17="failed") |#1| $) 59 T ELT)) (|sample| (#8# 6 T CONST)) (|removeDuplicates| (#18=($ $) 51 #19=(AND #4# #15#) ELT)) (|remove!| (#20=($ #5# $) 44 #15# ELT) (#13# 43 #15# ELT) (#16# 60 T ELT)) (|remove| (#20# 50 #19# ELT) (#13# 48 #15# ELT)) (|reduce| ((#5# #21=(|Mapping| #5# #5# #5#) $ #5# #5#) 111 #4# ELT) ((#5# #21# $ #5#) 107 T ELT) ((#5# #21# $) 106 T ELT)) (|qsetelt!| (#12# 69 #11# ELT)) (|qelt| (#22=(|#2| $ |#1|) 71 T ELT)) (|minIndex| (#23=(|#1| $) 79 #24=(|has| |#1| (|OrderedSet|)) ELT)) (|members| ((#10# $) 105 T ELT)) (|member?| ((#2# #5# $) 110 #4# ELT)) (|maxIndex| (#23# 78 #24# ELT)) (|map!| (#25=($ (|Mapping| #5# #5#) . #26=($)) 39 T ELT) (#27=($ (|Mapping| |#2| |#2|) . #26#) 63 T ELT)) (|map| (#25# 26 T ELT) (#27# 64 T ELT) (#25# 96 T ELT) (($ (|Mapping| |#2| |#2| |#2|) $ $) 93 T ELT)) (|latex| (((|String|) $) 21 #28=(OR #29=(|has| #5# . #30=((|SetCategory|))) #31=(|has| |#2| . #30#) #29#) ELT)) (|keys| (#32=((|List| |#1|) $) 61 T ELT)) (|key?| (#33=(#2# |#1| $) 62 T ELT)) (|inspect| (#34=(#5# $) 35 T ELT)) (|insert!| (#20# 36 T ELT)) (|indices| (#32# 76 T ELT)) (|index?| (#33# 75 T ELT)) (|hash| (((|SingleInteger|) $) 20 #28# ELT)) (|first| ((|#2| $) 80 #24# ELT)) (|find| (((|Union| #5# #17#) #14# $) 108 T ELT)) (|fill!| (($ $ |#2|) 81 #11# ELT)) (|extract!| (#34# 37 T ELT)) (|every?| (#35=(#2# #14# $) 103 T ELT)) (|eval| (#36=($ $ (|List| #37=(|Equation| #5#))) 25 #38=(AND (|has| #5# (|Evalable| #5#)) #29#) ELT) (#39=($ $ #37#) 24 #38# ELT) (#40=($ $ #5# #5#) 23 #38# ELT) (#41=($ $ #10# #10#) 22 #38# ELT) (($ $ #42=(|List| |#2|) #42#) 68 #43=(AND (|has| |#2| (|Evalable| |#2|)) #31#) ELT) (($ $ |#2| |#2|) 67 #43# ELT) (($ $ #44=(|Equation| |#2|)) 66 #43# ELT) (($ $ (|List| #44#)) 65 #43# ELT) (#41# 100 #38# ELT) (#40# 99 #38# ELT) (#39# 98 #38# ELT) (#36# 97 #38# ELT)) (|eq?| (#1# 10 T ELT)) (|entry?| ((#2# |#2| $) 77 (AND (|has| $ (|FiniteAggregate| |#2|)) #7#) ELT)) (|entries| ((#42# $) 74 T ELT)) (|empty?| ((#2# $) 7 T ELT)) (|empty| (#8# 8 T ELT)) (|elt| (#22# 73 T ELT) (#12# 72 T ELT)) (|dictionary| (#8# 46 T ELT) (#9# 45 T ELT)) (|count| ((#45=(|NonNegativeInteger|) #5# $) 109 #4# ELT) ((#45# #14# $) 104 T ELT)) (|copy| (#18# 9 T ELT)) (|convert| ((#46=(|InputForm|) $) 52 (|has| #5# (|ConvertibleTo| #46#)) ELT)) (|construct| (#9# 47 T ELT)) (|coerce| ((#47=(|OutputForm|) $) 16 (OR #48=(|has| #5# . #49=((|CoercibleTo| #47#))) (|has| |#2| . #49#) #48#) ELT)) (|before?| (#1# 19 #3# ELT)) (|bag| (#9# 38 T ELT)) (|any?| (#35# 102 T ELT)) (= (#1# 17 #3# ELT)) (|#| ((#45# $) 101 T ELT)))
+(((|TableAggregate| |#1| |#2|) (|Category|) #1=(|SetCategory|) #1#) (T |TableAggregate|))
+((|table| (*1 *1) (AND (|ofCategory| *1 (|TableAggregate| *2 *3)) (|ofCategory| *2 #1=(|SetCategory|)) #2=(|ofCategory| *3 #1#))) (|table| (*1 *1 *2) (AND (|isDomain| *2 (|List| (|Record| (|:| |key| *3) (|:| |entry| *4)))) #2# #3=(|ofCategory| *4 #1#) #4=(|ofCategory| *1 (|TableAggregate| *3 *4)))) (|map| (*1 *1 *2 *1 *1) (AND (|isDomain| *2 (|Mapping| *4 *4 *4)) #4# #2# #3#)))
+(|Join| (|KeyedDictionary| |t#1| |t#2|) (|FiniteAggregate| #1=(|Record| (|:| |key| |t#1|) (|:| |entry| |t#2|))) (CATEGORY |domain| (SIGNATURE |table| ($)) (SIGNATURE |table| ($ (|List| #1#))) (SIGNATURE |map| ($ (|Mapping| |t#2| |t#2| |t#2|) $ $))))
+(((|Aggregate|) . T) ((|BagAggregate| #1=(|Record| (|:| |key| |#1|) (|:| |entry| |#2|))) . T) ((|BasicType|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| #1#) . T) ((|Dictionary| #1#) . T) ((|DictionaryOperations| #1#) . T) ((|Eltable| |#1| |#2|) . T) ((|EltableAggregate| |#1| |#2|) . T) ((|Evalable| #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|Evalable| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|FiniteAggregate| #1#) . T) ((|Functorial| #1#) . T) ((|Functorial| |#2|) . T) ((|HomogeneousAggregate| #1#) . T) ((|HomogeneousAggregate| |#2|) . T) ((|IndexedAggregate| |#1| |#2|) . T) ((|InnerEvalable| #1# #1#) |has| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)) (|Evalable| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) ((|InnerEvalable| |#2| |#2|) AND (|has| |#2| (|Evalable| |#2|)) (|has| |#2| (|SetCategory|))) ((|KeyedDictionary| |#1| |#2|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| #1#) . T) ((|ShallowlyMutableAggregate| |#2|) . T) ((|Type|) . T))
((|usingTable?| (#1=((|Boolean|)) 29 T ELT)) (|startStats!| ((#2=(|Void|) #3=(|String|)) 31 T ELT)) (|printingInfo?| (#1# 41 T ELT)) (|printStats!| (#4=(#2#) 39 T ELT)) (|printInfo!| ((#2# #3# #3#) 30 T ELT)) (|makingStats?| (#1# 42 T ELT)) (|insert!| ((#2# |#1| |#2|) 53 T ELT)) (|initTable!| (#4# 26 T ELT)) (|extractIfCan| (((|Union| |#2| "failed") |#1|) 51 T ELT)) (|clearTable!| (#4# 40 T ELT)))
(((|TabulatedComputationPackage| |#1| |#2|) (CATEGORY |package| (SIGNATURE |initTable!| #1=(#2=(|Void|))) (SIGNATURE |printInfo!| (#2# #3=(|String|) #3#)) (SIGNATURE |startStats!| (#2# #3#)) (SIGNATURE |printStats!| #1#) (SIGNATURE |clearTable!| #1#) (SIGNATURE |usingTable?| #4=((|Boolean|))) (SIGNATURE |printingInfo?| #4#) (SIGNATURE |makingStats?| #4#) (SIGNATURE |extractIfCan| ((|Union| |#2| "failed") |#1|)) (SIGNATURE |insert!| (#2# |#1| |#2|))) #5=(|SetCategory|) #5#) (T |TabulatedComputationPackage|))
((|insert!| (*1 *2 *3 *4) #1=(AND #2=(|isDomain| *2 (|Void|)) #3=(|isDomain| *1 (|TabulatedComputationPackage| *3 *4)) #4=(|ofCategory| *3 #5=(|SetCategory|)) #6=(|ofCategory| *4 #5#))) (|extractIfCan| #7=(*1 *2 *3) (|partial| AND (|ofCategory| *2 #5#) (|isDomain| *1 (|TabulatedComputationPackage| *3 *2)) #4#)) (|makingStats?| #8=(*1 *2) #9=(AND (|isDomain| *2 (|Boolean|)) #3# #4# #6#)) (|printingInfo?| #8# #9#) (|usingTable?| #8# #9#) (|clearTable!| #8# #1#) (|printStats!| #8# #1#) (|startStats!| #7# #10=(AND (|isDomain| *3 (|String|)) #2# (|isDomain| *1 (|TabulatedComputationPackage| *4 *5)) #6# (|ofCategory| *5 #5#))) (|printInfo!| (*1 *2 *3 *3) #10#) (|initTable!| #8# #1#))
@@ -3723,7 +3723,7 @@ NIL
((|pi| (($) 12 T ELT)) (|atanh| (#1=($ $) 36 T ELT)) (|asinh| (#1# 34 T ELT)) (|asin| (#1# 26 T ELT)) (|asech| (#1# 18 T ELT)) (|acsch| (#1# 16 T ELT)) (|acoth| (#1# 20 T ELT)) (|acot| (#1# 31 T ELT)) (|acosh| (#1# 35 T ELT)) (|acos| (#1# 30 T ELT)))
(((|TranscendentalFunctionCategory&| |#1|) (CATEGORY |package| (SIGNATURE |pi| (|#1|)) (SIGNATURE |atanh| #1=(|#1| |#1|)) (SIGNATURE |asinh| #1#) (SIGNATURE |asech| #1#) (SIGNATURE |acsch| #1#) (SIGNATURE |acoth| #1#) (SIGNATURE |acosh| #1#) (SIGNATURE |asin| #1#) (SIGNATURE |acot| #1#) (SIGNATURE |acos| #1#)) (|TranscendentalFunctionCategory|)) (T |TranscendentalFunctionCategory&|))
NIL
-((|tanh| (#1=($ $) 26 T ELT)) (|tan| (#2=($ $) 11 T ELT)) (|sinh| (#1# 27 T ELT)) (|sin| (#2# 10 T ELT)) (|sech| (#1# 28 T ELT)) (|sec| (#2# 9 T ELT)) (|pi| (($) 16 T ELT)) (|log| (#3=($ $) 19 T ELT)) (|exp| (#3# 18 T ELT)) (|csch| (#1# 29 T ELT)) (|csc| (#2# 8 T ELT)) (|coth| (#1# 30 T ELT)) (|cot| (#2# 7 T ELT)) (|cosh| (#1# 31 T ELT)) (|cos| (#2# 6 T ELT)) (|atanh| (#4=($ $) 20 T ELT)) (|atan| (#5=($ $) 32 T ELT)) (|asinh| (#4# 21 T ELT)) (|asin| (#5# 33 T ELT)) (|asech| (#4# 22 T ELT)) (|asec| (#5# 34 T ELT)) (|acsch| (#4# 23 T ELT)) (|acsc| (#5# 35 T ELT)) (|acoth| (#4# 24 T ELT)) (|acot| (#5# 36 T ELT)) (|acosh| (#4# 25 T ELT)) (|acos| (#5# 37 T ELT)) (** (($ $ $) 17 T ELT)))
+((|tanh| (#1=($ $) 26 T ELT)) (|tan| (#1# 11 T ELT)) (|sinh| (#1# 27 T ELT)) (|sin| (#1# 10 T ELT)) (|sech| (#1# 28 T ELT)) (|sec| (#1# 9 T ELT)) (|pi| (($) 16 T ELT)) (|log| (#1# 19 T ELT)) (|exp| (#1# 18 T ELT)) (|csch| (#1# 29 T ELT)) (|csc| (#1# 8 T ELT)) (|coth| (#1# 30 T ELT)) (|cot| (#1# 7 T ELT)) (|cosh| (#1# 31 T ELT)) (|cos| (#1# 6 T ELT)) (|atanh| (#1# 20 T ELT)) (|atan| (#1# 32 T ELT)) (|asinh| (#1# 21 T ELT)) (|asin| (#1# 33 T ELT)) (|asech| (#1# 22 T ELT)) (|asec| (#1# 34 T ELT)) (|acsch| (#1# 23 T ELT)) (|acsc| (#1# 35 T ELT)) (|acoth| (#1# 24 T ELT)) (|acot| (#1# 36 T ELT)) (|acosh| (#1# 25 T ELT)) (|acos| (#1# 37 T ELT)) (** (($ $ $) 17 T ELT)))
(((|TranscendentalFunctionCategory|) (|Category|)) (T |TranscendentalFunctionCategory|))
((|pi| (*1 *1) (|ofCategory| *1 (|TranscendentalFunctionCategory|))))
(|Join| (|TrigonometricFunctionCategory|) (|ArcTrigonometricFunctionCategory|) (|HyperbolicFunctionCategory|) (|ArcHyperbolicFunctionCategory|) (|ElementaryFunctionCategory|) (CATEGORY |domain| (SIGNATURE |pi| ($))))
@@ -3734,10 +3734,10 @@ NIL
((|tan| (#1=($ $) 15 T ELT)) (|sec| (#1# 12 T ELT)) (|csc| (#1# 10 T ELT)) (|cot| (#1# 17 T ELT)))
(((|TrigonometricFunctionCategory&| |#1|) (CATEGORY |package| (SIGNATURE |cot| #1=(|#1| |#1|)) (SIGNATURE |csc| #1#) (SIGNATURE |sec| #1#) (SIGNATURE |tan| #1#)) (|TrigonometricFunctionCategory|)) (T |TrigonometricFunctionCategory&|))
NIL
-((|tan| (($ $) 11 T ELT)) (|sin| (($ $) 10 T ELT)) (|sec| (($ $) 9 T ELT)) (|csc| (($ $) 8 T ELT)) (|cot| (($ $) 7 T ELT)) (|cos| (($ $) 6 T ELT)))
+((|tan| (#1=($ $) 11 T ELT)) (|sin| (#1# 10 T ELT)) (|sec| (#1# 9 T ELT)) (|csc| (#1# 8 T ELT)) (|cot| (#1# 7 T ELT)) (|cos| (#1# 6 T ELT)))
(((|TrigonometricFunctionCategory|) (|Category|)) (T |TrigonometricFunctionCategory|))
-((|tan| (*1 *1 *1) (|ofCategory| *1 (|TrigonometricFunctionCategory|))) (|sin| (*1 *1 *1) (|ofCategory| *1 (|TrigonometricFunctionCategory|))) (|sec| (*1 *1 *1) (|ofCategory| *1 (|TrigonometricFunctionCategory|))) (|csc| (*1 *1 *1) (|ofCategory| *1 (|TrigonometricFunctionCategory|))) (|cot| (*1 *1 *1) (|ofCategory| *1 (|TrigonometricFunctionCategory|))) (|cos| (*1 *1 *1) (|ofCategory| *1 (|TrigonometricFunctionCategory|))))
-(|Join| (CATEGORY |domain| (SIGNATURE |cos| ($ $)) (SIGNATURE |cot| ($ $)) (SIGNATURE |csc| ($ $)) (SIGNATURE |sec| ($ $)) (SIGNATURE |sin| ($ $)) (SIGNATURE |tan| ($ $))))
+((|tan| #1=(*1 *1 *1) #2=(|ofCategory| *1 (|TrigonometricFunctionCategory|))) (|sin| #1# #2#) (|sec| #1# #2#) (|csc| #1# #2#) (|cot| #1# #2#) (|cos| #1# #2#))
+(|Join| (CATEGORY |domain| (SIGNATURE |cos| #1=($ $)) (SIGNATURE |cot| #1#) (SIGNATURE |csc| #1#) (SIGNATURE |sec| #1#) (SIGNATURE |sin| #1#) (SIGNATURE |tan| #1#)))
((|trigs| (#1=(|#2| |#2|) 95 T ELT)) (|real?| (((|Boolean|) |#2|) 29 T ELT)) (|real| (#1# 33 T ELT)) (|imag| (#1# 35 T ELT)) (|complexNormalize| (#2=(|#2| |#2| (|Symbol|)) 89 T ELT) (#1# 90 T ELT)) (|complexForm| (((|Complex| |#2|) |#2|) 31 T ELT)) (|complexElementary| (#2# 91 T ELT) (#1# 92 T ELT)))
(((|TrigonometricManipulations| |#1| |#2|) (CATEGORY |package| (SIGNATURE |complexNormalize| #1=(|#2| |#2|)) (SIGNATURE |complexNormalize| #2=(|#2| |#2| (|Symbol|))) (SIGNATURE |complexElementary| #1#) (SIGNATURE |complexElementary| #2#) (SIGNATURE |trigs| #1#) (SIGNATURE |real| #1#) (SIGNATURE |imag| #1#) (SIGNATURE |real?| ((|Boolean|) |#2|)) (SIGNATURE |complexForm| ((|Complex| |#2|) |#2|))) (|Join| (|GcdDomain|) (|RetractableTo| #3=(|Integer|)) (|LinearlyExplicitRingOver| #3#)) (|Join| (|AlgebraicallyClosedField|) (|TranscendentalFunctionCategory|) (|FunctionSpace| |#1|))) (T |TrigonometricManipulations|))
((|complexForm| #1=(*1 *2 *3) (AND #2=(|ofCategory| *4 #3=(|Join| (|GcdDomain|) (|RetractableTo| #4=(|Integer|)) (|LinearlyExplicitRingOver| #4#))) (|isDomain| *2 (|Complex| *3)) #5=(|isDomain| *1 (|TrigonometricManipulations| *4 *3)) #6=(|ofCategory| *3 #7=(|Join| #8=(|AlgebraicallyClosedField|) #9=(|TranscendentalFunctionCategory|) (|FunctionSpace| *4))))) (|real?| #1# (AND #2# (|isDomain| *2 (|Boolean|)) #5# #6#)) (|imag| #10=(*1 *2 *2) #11=(AND (|ofCategory| *3 #3#) (|isDomain| *1 (|TrigonometricManipulations| *3 *2)) (|ofCategory| *2 (|Join| #8# #9# (|FunctionSpace| *3))))) (|real| #10# #11#) (|trigs| #10# #11#) (|complexElementary| #12=(*1 *2 *2 *3) #13=(AND (|isDomain| *3 (|Symbol|)) #2# (|isDomain| *1 (|TrigonometricManipulations| *4 *2)) (|ofCategory| *2 #7#))) (|complexElementary| #10# #11#) (|complexNormalize| #12# #13#) (|complexNormalize| #10# #11#))
@@ -3753,11 +3753,11 @@ NIL
((|stronglyReduced?| (#1=(#2=(|Boolean|) |#5| $) 68 T ELT) (#3=(#2# $) 109 T ELT)) (|stronglyReduce| (#4=(|#5| |#5| $) 83 T ELT)) (|select| (($ #5=(|Mapping| #2# |#5|) $) NIL T ELT) ((#6=(|Union| |#5| #7="failed") $ |#4|) 126 T ELT)) (|rewriteSetWithReduction| ((#8=(|List| |#5|) #8# $ #9=(|Mapping| |#5| |#5| |#5|) #10=(|Mapping| #2# |#5| |#5|)) 81 T ELT)) (|retractIfCan| ((#11=(|Union| $ #7#) #8#) 134 T ELT)) (|rest| ((#11# $) 119 T ELT)) (|removeZero| (#4# 101 T ELT)) (|reduced?| ((#2# |#5| $ #10#) 36 T ELT)) (|reduceByQuasiMonic| (#4# 105 T ELT)) (|reduce| ((|#5| #9# $ |#5| |#5|) NIL T ELT) ((|#5| #9# $ |#5|) NIL T ELT) ((|#5| #9# $) NIL T ELT) ((|#5| |#5| $ #9# #10#) 77 T ELT)) (|quasiComponent| (((|Record| (|:| |close| #8#) (|:| |open| #8#)) $) 63 T ELT)) (|normalized?| (#1# 66 T ELT) (#3# 110 T ELT)) (|mvar| ((|#4| $) 115 T ELT)) (|last| (#12=(#6# $) 117 T ELT)) (|initials| (#13=(#8# $) 55 T ELT)) (|initiallyReduced?| (#1# 75 T ELT) (#3# 114 T ELT)) (|initiallyReduce| (#4# 89 T ELT)) (|infRittWu?| (#14=(#2# $ $) 29 T ELT)) (|headReduced?| (#1# 71 T ELT) (#3# 112 T ELT)) (|headReduce| (#4# 86 T ELT)) (|first| (#12# 116 T ELT)) (|extend| (($ $ |#5|) 135 T ELT)) (|degree| (#15=((|NonNegativeInteger|) $) 60 T ELT)) (|construct| (($ #8#) 132 T ELT)) (|collectUpper| (#16=($ $ |#4|) 130 T ELT)) (|collectUnder| (#16# 128 T ELT)) (|collectQuasiMonic| (($ $) 127 T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (#13# 120 T ELT)) (|coHeight| (#15# 142 T ELT)) (|basicSet| ((#17=(|Union| (|Record| (|:| |bas| $) (|:| |top| #8#)) #7#) #8# #10#) 49 T ELT) ((#17# #8# #5# #10#) 51 T ELT)) (|autoReduced?| ((#2# $ (|Mapping| #2# |#5| #8#)) 107 T ELT)) (|algebraicVariables| (((|List| |#4|) $) 122 T ELT)) (|algebraic?| ((#2# |#4| $) 125 T ELT)) (= (#14# 20 T ELT)))
(((|TriangularSetCategory&| |#1| |#2| |#3| |#4| |#5|) (CATEGORY |package| (SIGNATURE |coHeight| #1=((|NonNegativeInteger|) |#1|)) (SIGNATURE |extend| (|#1| |#1| |#5|)) (SIGNATURE |select| (#2=(|Union| |#5| #3="failed") |#1| |#4|)) (SIGNATURE |algebraic?| (#4=(|Boolean|) |#4| |#1|)) (SIGNATURE |algebraicVariables| ((|List| |#4|) |#1|)) (SIGNATURE |rest| (#5=(|Union| |#1| #3#) |#1|)) (SIGNATURE |last| #6=(#2# |#1|)) (SIGNATURE |first| #6#) (SIGNATURE |reduceByQuasiMonic| #7=(|#5| |#5| |#1|)) (SIGNATURE |collectQuasiMonic| (|#1| |#1|)) (SIGNATURE |removeZero| #7#) (SIGNATURE |initiallyReduce| #7#) (SIGNATURE |headReduce| #7#) (SIGNATURE |stronglyReduce| #7#) (SIGNATURE |rewriteSetWithReduction| (#8=(|List| |#5|) #8# |#1| #9=(|Mapping| |#5| |#5| |#5|) #10=(|Mapping| #4# |#5| |#5|))) (SIGNATURE |reduce| (|#5| |#5| |#1| #9# #10#)) (SIGNATURE |initiallyReduced?| #11=(#4# |#1|)) (SIGNATURE |headReduced?| #11#) (SIGNATURE |stronglyReduced?| #11#) (SIGNATURE |autoReduced?| (#4# |#1| (|Mapping| #4# |#5| #8#))) (SIGNATURE |initiallyReduced?| #12=(#4# |#5| |#1|)) (SIGNATURE |headReduced?| #12#) (SIGNATURE |stronglyReduced?| #12#) (SIGNATURE |reduced?| (#4# |#5| |#1| #10#)) (SIGNATURE |normalized?| #11#) (SIGNATURE |normalized?| #12#) (SIGNATURE |quasiComponent| ((|Record| (|:| |close| #8#) (|:| |open| #8#)) |#1|)) (SIGNATURE |degree| #1#) (SIGNATURE |initials| #13=(#8# |#1|)) (SIGNATURE |basicSet| (#14=(|Union| (|Record| (|:| |bas| |#1|) (|:| |top| #8#)) #3#) #8# #15=(|Mapping| #4# |#5|) #10#)) (SIGNATURE |basicSet| (#14# #8# #10#)) (SIGNATURE |infRittWu?| #16=(#4# |#1| |#1|)) (SIGNATURE |collectUpper| #17=(|#1| |#1| |#4|)) (SIGNATURE |collectUnder| #17#) (SIGNATURE |mvar| (|#4| |#1|)) (SIGNATURE |retractIfCan| (#5# #8#)) (SIGNATURE |coerce| #13#) (SIGNATURE |reduce| (|#5| #9# |#1|)) (SIGNATURE |reduce| (|#5| #9# |#1| |#5|)) (SIGNATURE |reduce| (|#5| #9# |#1| |#5| |#5|)) (SIGNATURE |construct| (|#1| #8#)) (SIGNATURE |select| (|#1| #15# |#1|)) (SIGNATURE |coerce| ((|OutputForm|) |#1|)) (SIGNATURE = #16#)) (|TriangularSetCategory| |#2| |#3| |#4| |#5|) (|IntegralDomain|) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|RecursivePolynomialCategory| |#2| |#3| |#4|)) (T |TriangularSetCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) (|:| |open| (|List| |#4|)))) (|List| |#4|)) 91 T ELT)) (|zeroSetSplit| (((|List| $) (|List| |#4|)) 92 T ELT)) (|variables| (((|List| |#3|) . #2=($)) 39 T ELT)) (|trivialIdeal?| (#3=(#4=(|Boolean|) $) 32 T ELT)) (|triangular?| (#3# 23 (|has| |#1| . #5=((|IntegralDomain|))) ELT)) (|stronglyReduced?| (((|Boolean|) |#4| $) 107 T ELT) (((|Boolean|) $) 103 T ELT)) (|stronglyReduce| ((|#4| |#4| $) 98 T ELT)) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) 33 T ELT)) (|select| (($ (|Mapping| #6=(|Boolean|) |#4|) . #7=($)) 67 (|has| $ (|FiniteAggregate| |#4|)) ELT) (((|Union| |#4| "failed") $ |#3|) 85 T ELT)) (|sample| (#8=($) 59 T CONST)) (|roughUnitIdeal?| (#3# 28 (|has| |#1| . #5#) ELT)) (|roughSubIdeal?| (#9=(#4# $ $) 30 (|has| |#1| . #5#) ELT)) (|roughEqualIdeals?| (#9# 29 (|has| |#1| . #5#) ELT)) (|roughBase?| (#3# 31 (|has| |#1| . #5#) ELT)) (|rewriteSetWithReduction| (((|List| |#4|) (|List| |#4|) $ (|Mapping| |#4| |#4| |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) 99 T ELT)) (|rewriteIdealWithRemainder| (((|List| |#4|) (|List| |#4|) . #10=($)) 24 (|has| |#1| . #5#) ELT)) (|rewriteIdealWithHeadRemainder| (((|List| |#4|) (|List| |#4|) . #10#) 25 (|has| |#1| . #5#) ELT)) (|retractIfCan| (((|Union| $ "failed") (|List| |#4|)) 42 T ELT)) (|retract| (($ (|List| |#4|)) 41 T ELT)) (|rest| (((|Union| $ "failed") $) 88 T ELT)) (|removeZero| ((|#4| |#4| $) 95 T ELT)) (|removeDuplicates| (($ $) 69 (AND (|has| |#4| . #11=((|BasicType|))) (|has| $ (|FiniteAggregate| |#4|))) ELT)) (|remove| (($ |#4| $) 68 (AND (|has| |#4| . #11#) (|has| $ (|FiniteAggregate| |#4|))) ELT) (($ (|Mapping| #6# |#4|) . #7#) 66 (|has| $ (|FiniteAggregate| |#4|)) ELT)) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 26 (|has| |#1| . #5#) ELT)) (|reduced?| (((|Boolean|) |#4| $ (|Mapping| (|Boolean|) |#4| |#4|)) 108 T ELT)) (|reduceByQuasiMonic| ((|#4| |#4| $) 93 T ELT)) (|reduce| ((|#4| (|Mapping| |#4| |#4| |#4|) $ |#4| |#4|) 54 (|has| |#4| . #12=((|BasicType|))) ELT) ((|#4| (|Mapping| |#4| |#4| |#4|) $ |#4|) 50 T ELT) ((|#4| (|Mapping| |#4| |#4| |#4|) $) 49 T ELT) ((|#4| |#4| $ (|Mapping| |#4| |#4| |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) 100 T ELT)) (|quasiComponent| (((|Record| (|:| |close| (|List| |#4|)) (|:| |open| (|List| |#4|))) $) 111 T ELT)) (|normalized?| (((|Boolean|) |#4| $) 110 T ELT) (((|Boolean|) $) 109 T ELT)) (|mvar| ((|#3| $) 40 T ELT)) (|members| (((|List| |#4|) $) 48 T ELT)) (|member?| ((#13=(|Boolean|) |#4| $) 53 (|has| |#4| . #12#) ELT)) (|map!| (($ (|Mapping| |#4| |#4|) $) 117 T ELT)) (|map| (($ (|Mapping| |#4| |#4|) $) 60 T ELT)) (|mainVariables| (((|List| |#3|) . #2#) 38 T ELT)) (|mainVariable?| ((#4# |#3| $) 37 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|last| (((|Union| |#4| "failed") $) 89 T ELT)) (|initials| (((|List| |#4|) $) 113 T ELT)) (|initiallyReduced?| (((|Boolean|) |#4| $) 105 T ELT) (((|Boolean|) $) 101 T ELT)) (|initiallyReduce| ((|#4| |#4| $) 96 T ELT)) (|infRittWu?| (((|Boolean|) $ $) 116 T ELT)) (|headRemainder| (((|Record| (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 27 (|has| |#1| . #5#) ELT)) (|headReduced?| (((|Boolean|) |#4| $) 106 T ELT) (((|Boolean|) $) 102 T ELT)) (|headReduce| ((|#4| |#4| $) 97 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|first| (((|Union| |#4| "failed") $) 90 T ELT)) (|find| (((|Union| |#4| "failed") (|Mapping| #13# |#4|) $) 51 T ELT)) (|extendIfCan| (((|Union| $ "failed") $ |#4|) 84 T ELT)) (|extend| (($ $ |#4|) 83 T ELT)) (|every?| ((#13# (|Mapping| #13# |#4|) . #14=($)) 46 T ELT)) (|eval| (($ $ (|List| |#4|) (|List| |#4|)) 64 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #15=((|SetCategory|)))) ELT) (($ $ |#4| |#4|) 63 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #15#)) ELT) (($ $ (|Equation| |#4|)) 62 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #15#)) ELT) (($ $ (|List| (|Equation| |#4|))) 61 (AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| . #15#)) ELT)) (|eq?| ((#16=(|Boolean|) $ $) 55 T ELT)) (|empty?| ((#16# $) 58 T ELT)) (|empty| (#8# 57 T ELT)) (|degree| (((|NonNegativeInteger|) $) 112 T ELT)) (|count| ((#17=(|NonNegativeInteger|) |#4| $) 52 (|has| |#4| . #12#) ELT) ((#17# (|Mapping| #13# |#4|) $) 47 T ELT)) (|copy| (($ $) 56 T ELT)) (|convert| ((#18=(|InputForm|) $) 70 (|has| |#4| (|ConvertibleTo| #18#)) ELT)) (|construct| (($ (|List| |#4|)) 65 T ELT)) (|collectUpper| (($ $ |#3|) 34 T ELT)) (|collectUnder| (($ $ |#3|) 36 T ELT)) (|collectQuasiMonic| (($ $) 94 T ELT)) (|collect| (($ $ |#3|) 35 T ELT)) (|coerce| (((|OutputForm|) . #19=($)) 13 T ELT) (((|List| |#4|) . #19#) 43 T ELT)) (|coHeight| (((|NonNegativeInteger|) $) 82 (|has| |#3| (|Finite|)) ELT)) (|before?| (#1# 6 T ELT)) (|basicSet| (((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |#4|))) "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) 115 T ELT) (((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |#4|))) "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) 114 T ELT)) (|autoReduced?| (((|Boolean|) $ (|Mapping| (|Boolean|) |#4| (|List| |#4|))) 104 T ELT)) (|any?| ((#13# (|Mapping| #13# |#4|) . #14#) 45 T ELT)) (|algebraicVariables| (((|List| |#3|) $) 87 T ELT)) (|algebraic?| (((|Boolean|) |#3| $) 86 T ELT)) (= (#1# 8 T ELT)) (|#| ((#17# $) 44 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) #3=(|:| |open| #4=(|List| |#4|)))) #4#) 91 T ELT)) (|zeroSetSplit| (((|List| $) #4#) 92 T ELT)) (|variables| (#5=((|List| |#3|) $) 39 T ELT)) (|trivialIdeal?| (#6=(#2# $) 32 T ELT)) (|triangular?| (#6# 23 #7=(|has| |#1| (|IntegralDomain|)) ELT)) (|stronglyReduced?| (#8=(#2# |#4| $) 107 T ELT) (#6# 103 T ELT)) (|stronglyReduce| (#9=(|#4| |#4| $) 98 T ELT)) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) 33 T ELT)) (|select| (#10=($ #11=(|Mapping| #2# |#4|) $) 67 #12=(|has| $ (|FiniteAggregate| |#4|)) ELT) ((#13=(|Union| |#4| #14="failed") $ |#3|) 85 T ELT)) (|sample| (#15=($) 59 T CONST)) (|roughUnitIdeal?| (#6# 28 #7# ELT)) (|roughSubIdeal?| (#1# 30 #7# ELT)) (|roughEqualIdeals?| (#1# 29 #7# ELT)) (|roughBase?| (#6# 31 #7# ELT)) (|rewriteSetWithReduction| ((#4# #4# $ #16=(|Mapping| |#4| |#4| |#4|) #17=(|Mapping| #2# |#4| |#4|)) 99 T ELT)) (|rewriteIdealWithRemainder| (#18=(#4# #4# $) 24 #7# ELT)) (|rewriteIdealWithHeadRemainder| (#18# 25 #7# ELT)) (|retractIfCan| ((#19=(|Union| $ #14#) #4#) 42 T ELT)) (|retract| (#20=($ #4#) 41 T ELT)) (|rest| ((#19# $) 88 T ELT)) (|removeZero| (#9# 95 T ELT)) (|removeDuplicates| (#21=($ $) 69 #22=(AND #23=(|has| |#4| (|BasicType|)) #12#) ELT)) (|remove| (($ |#4| $) 68 #22# ELT) (#10# 66 #12# ELT)) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| |#4|) #24=(|:| |den| |#1|)) |#4| $) 26 #7# ELT)) (|reduced?| ((#2# |#4| $ #17#) 108 T ELT)) (|reduceByQuasiMonic| (#9# 93 T ELT)) (|reduce| ((|#4| #16# $ |#4| |#4|) 54 #23# ELT) ((|#4| #16# $ |#4|) 50 T ELT) ((|#4| #16# $) 49 T ELT) ((|#4| |#4| $ #16# #17#) 100 T ELT)) (|quasiComponent| (((|Record| (|:| |close| #4#) #3#) $) 111 T ELT)) (|normalized?| (#8# 110 T ELT) (#6# 109 T ELT)) (|mvar| ((|#3| $) 40 T ELT)) (|members| (#25=(#4# $) 48 T ELT)) (|member?| (#8# 53 #23# ELT)) (|map!| (#26=($ (|Mapping| |#4| |#4|) $) 117 T ELT)) (|map| (#26# 60 T ELT)) (|mainVariables| (#5# 38 T ELT)) (|mainVariable?| (#27=(#2# |#3| $) 37 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|last| (#28=(#13# $) 89 T ELT)) (|initials| (#25# 113 T ELT)) (|initiallyReduced?| (#8# 105 T ELT) (#6# 101 T ELT)) (|initiallyReduce| (#9# 96 T ELT)) (|infRittWu?| (#1# 116 T ELT)) (|headRemainder| (((|Record| (|:| |num| |#4|) #24#) |#4| $) 27 #7# ELT)) (|headReduced?| (#8# 106 T ELT) (#6# 102 T ELT)) (|headReduce| (#9# 97 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|first| (#28# 90 T ELT)) (|find| ((#13# #11# $) 51 T ELT)) (|extendIfCan| ((#19# $ |#4|) 84 T ELT)) (|extend| (($ $ |#4|) 83 T ELT)) (|every?| (#29=(#2# #11# $) 46 T ELT)) (|eval| (($ $ #4# #4#) 64 #30=(AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ELT) (($ $ |#4| |#4|) 63 #30# ELT) (($ $ #31=(|Equation| |#4|)) 62 #30# ELT) (($ $ (|List| #31#)) 61 #30# ELT)) (|eq?| (#1# 55 T ELT)) (|empty?| (#6# 58 T ELT)) (|empty| (#15# 57 T ELT)) (|degree| (#32=(#33=(|NonNegativeInteger|) $) 112 T ELT)) (|count| ((#33# |#4| $) 52 #23# ELT) ((#33# #11# $) 47 T ELT)) (|copy| (#21# 56 T ELT)) (|convert| ((#34=(|InputForm|) $) 70 (|has| |#4| (|ConvertibleTo| #34#)) ELT)) (|construct| (#20# 65 T ELT)) (|collectUpper| (#35=($ $ |#3|) 34 T ELT)) (|collectUnder| (#35# 36 T ELT)) (|collectQuasiMonic| (#21# 94 T ELT)) (|collect| (#35# 35 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (#25# 43 T ELT)) (|coHeight| (#32# 82 (|has| |#3| (|Finite|)) ELT)) (|before?| (#1# 6 T ELT)) (|basicSet| ((#36=(|Union| (|Record| (|:| |bas| $) (|:| |top| #4#)) #14#) #4# #17#) 115 T ELT) ((#36# #4# #11# #17#) 114 T ELT)) (|autoReduced?| ((#2# $ (|Mapping| #2# |#4| #4#)) 104 T ELT)) (|any?| (#29# 45 T ELT)) (|algebraicVariables| (#5# 87 T ELT)) (|algebraic?| (#27# 86 T ELT)) (= (#1# 8 T ELT)) (|#| (#32# 44 T ELT)))
(((|TriangularSetCategory| |#1| |#2| |#3| |#4|) (|Category|) (|IntegralDomain|) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|RecursivePolynomialCategory| |t#1| |t#2| |t#3|)) (T |TriangularSetCategory|))
-((|infRittWu?| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|isDomain| *2 (|Boolean|)))) (|basicSet| (*1 *2 *3 *4) (|partial| AND (|isDomain| *4 (|Mapping| (|Boolean|) *8 *8)) (|ofCategory| *8 (|RecursivePolynomialCategory| *5 *6 *7)) (|ofCategory| *5 (|IntegralDomain|)) (|ofCategory| *6 (|OrderedAbelianMonoidSup|)) (|ofCategory| *7 (|OrderedSet|)) (|isDomain| *2 (|Record| (|:| |bas| *1) (|:| |top| (|List| *8)))) (|isDomain| *3 (|List| *8)) (|ofCategory| *1 (|TriangularSetCategory| *5 *6 *7 *8)))) (|basicSet| (*1 *2 *3 *4 *5) (|partial| AND (|isDomain| *4 (|Mapping| (|Boolean|) *9)) (|isDomain| *5 (|Mapping| (|Boolean|) *9 *9)) (|ofCategory| *9 (|RecursivePolynomialCategory| *6 *7 *8)) (|ofCategory| *6 (|IntegralDomain|)) (|ofCategory| *7 (|OrderedAbelianMonoidSup|)) (|ofCategory| *8 (|OrderedSet|)) (|isDomain| *2 (|Record| (|:| |bas| *1) (|:| |top| (|List| *9)))) (|isDomain| *3 (|List| *9)) (|ofCategory| *1 (|TriangularSetCategory| *6 *7 *8 *9)))) (|initials| (*1 *2 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|isDomain| *2 (|List| *6)))) (|degree| (*1 *2 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|isDomain| *2 (|NonNegativeInteger|)))) (|quasiComponent| (*1 *2 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|isDomain| *2 (|Record| (|:| |close| (|List| *6)) (|:| |open| (|List| *6)))))) (|normalized?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *4 *5 *6 *3)) (|ofCategory| *4 (|IntegralDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|Boolean|)))) (|normalized?| (*1 *2 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|isDomain| *2 (|Boolean|)))) (|reduced?| (*1 *2 *3 *1 *4) (AND (|isDomain| *4 (|Mapping| (|Boolean|) *3 *3)) (|ofCategory| *1 (|TriangularSetCategory| *5 *6 *7 *3)) (|ofCategory| *5 (|IntegralDomain|)) (|ofCategory| *6 (|OrderedAbelianMonoidSup|)) (|ofCategory| *7 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *5 *6 *7)) (|isDomain| *2 (|Boolean|)))) (|stronglyReduced?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *4 *5 *6 *3)) (|ofCategory| *4 (|IntegralDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|Boolean|)))) (|headReduced?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *4 *5 *6 *3)) (|ofCategory| *4 (|IntegralDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|Boolean|)))) (|initiallyReduced?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *4 *5 *6 *3)) (|ofCategory| *4 (|IntegralDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *3 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|Boolean|)))) (|autoReduced?| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Mapping| (|Boolean|) *7 (|List| *7))) (|ofCategory| *1 (|TriangularSetCategory| *4 *5 *6 *7)) (|ofCategory| *4 (|IntegralDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *7 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|Boolean|)))) (|stronglyReduced?| (*1 *2 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|isDomain| *2 (|Boolean|)))) (|headReduced?| (*1 *2 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|isDomain| *2 (|Boolean|)))) (|initiallyReduced?| (*1 *2 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|isDomain| *2 (|Boolean|)))) (|reduce| (*1 *2 *2 *1 *3 *4) (AND (|isDomain| *3 (|Mapping| *2 *2 *2)) (|isDomain| *4 (|Mapping| (|Boolean|) *2 *2)) (|ofCategory| *1 (|TriangularSetCategory| *5 *6 *7 *2)) (|ofCategory| *5 (|IntegralDomain|)) (|ofCategory| *6 (|OrderedAbelianMonoidSup|)) (|ofCategory| *7 (|OrderedSet|)) (|ofCategory| *2 (|RecursivePolynomialCategory| *5 *6 *7)))) (|rewriteSetWithReduction| (*1 *2 *2 *1 *3 *4) (AND (|isDomain| *2 (|List| *8)) (|isDomain| *3 (|Mapping| *8 *8 *8)) (|isDomain| *4 (|Mapping| (|Boolean|) *8 *8)) (|ofCategory| *1 (|TriangularSetCategory| *5 *6 *7 *8)) (|ofCategory| *5 (|IntegralDomain|)) (|ofCategory| *6 (|OrderedAbelianMonoidSup|)) (|ofCategory| *7 (|OrderedSet|)) (|ofCategory| *8 (|RecursivePolynomialCategory| *5 *6 *7)))) (|stronglyReduce| (*1 *2 *2 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *2)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *2 (|RecursivePolynomialCategory| *3 *4 *5)))) (|headReduce| (*1 *2 *2 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *2)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *2 (|RecursivePolynomialCategory| *3 *4 *5)))) (|initiallyReduce| (*1 *2 *2 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *2)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *2 (|RecursivePolynomialCategory| *3 *4 *5)))) (|removeZero| (*1 *2 *2 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *2)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *2 (|RecursivePolynomialCategory| *3 *4 *5)))) (|collectQuasiMonic| (*1 *1 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *2 *3 *4 *5)) (|ofCategory| *2 (|IntegralDomain|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *5 (|RecursivePolynomialCategory| *2 *3 *4)))) (|reduceByQuasiMonic| (*1 *2 *2 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *2)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *2 (|RecursivePolynomialCategory| *3 *4 *5)))) (|zeroSetSplit| (*1 *2 *3) (AND (|isDomain| *3 (|List| *7)) (|ofCategory| *7 (|RecursivePolynomialCategory| *4 *5 *6)) (|ofCategory| *4 (|IntegralDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|isDomain| *2 (|List| *1)) (|ofCategory| *1 (|TriangularSetCategory| *4 *5 *6 *7)))) (|zeroSetSplitIntoTriangularSystems| (*1 *2 *3) (AND (|ofCategory| *4 (|IntegralDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *6 (|OrderedSet|)) (|ofCategory| *7 (|RecursivePolynomialCategory| *4 *5 *6)) (|isDomain| *2 (|List| (|Record| (|:| |close| *1) (|:| |open| (|List| *7))))) (|isDomain| *3 (|List| *7)) (|ofCategory| *1 (|TriangularSetCategory| *4 *5 *6 *7)))) (|first| (*1 *2 *1) (|partial| AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *2)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *2 (|RecursivePolynomialCategory| *3 *4 *5)))) (|last| (*1 *2 *1) (|partial| AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *2)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *2 (|RecursivePolynomialCategory| *3 *4 *5)))) (|rest| (*1 *1 *1) (|partial| AND (|ofCategory| *1 (|TriangularSetCategory| *2 *3 *4 *5)) (|ofCategory| *2 (|IntegralDomain|)) (|ofCategory| *3 (|OrderedAbelianMonoidSup|)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *5 (|RecursivePolynomialCategory| *2 *3 *4)))) (|algebraicVariables| (*1 *2 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|isDomain| *2 (|List| *5)))) (|algebraic?| (*1 *2 *3 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *4 *5 *3 *6)) (|ofCategory| *4 (|IntegralDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *4 *5 *3)) (|isDomain| *2 (|Boolean|)))) (|select| (*1 *2 *1 *3) (|partial| AND (|ofCategory| *1 (|TriangularSetCategory| *4 *5 *3 *2)) (|ofCategory| *4 (|IntegralDomain|)) (|ofCategory| *5 (|OrderedAbelianMonoidSup|)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *2 (|RecursivePolynomialCategory| *4 *5 *3)))) (|extendIfCan| (*1 *1 *1 *2) (|partial| AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *2)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *2 (|RecursivePolynomialCategory| *3 *4 *5)))) (|extend| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *2)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *2 (|RecursivePolynomialCategory| *3 *4 *5)))) (|coHeight| (*1 *2 *1) (AND (|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *6)) (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *4 (|OrderedAbelianMonoidSup|)) (|ofCategory| *5 (|OrderedSet|)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *5 (|Finite|)) (|isDomain| *2 (|NonNegativeInteger|)))))
-(|Join| (|PolynomialSetCategory| |t#1| |t#2| |t#3| |t#4|) (|ShallowlyMutableAggregate| |t#4|) (CATEGORY |domain| (SIGNATURE |infRittWu?| ((|Boolean|) $ $)) (SIGNATURE |basicSet| ((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |t#4|))) "failed") (|List| |t#4|) (|Mapping| (|Boolean|) |t#4| |t#4|))) (SIGNATURE |basicSet| ((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |t#4|))) "failed") (|List| |t#4|) (|Mapping| (|Boolean|) |t#4|) (|Mapping| (|Boolean|) |t#4| |t#4|))) (SIGNATURE |initials| ((|List| |t#4|) $)) (SIGNATURE |degree| ((|NonNegativeInteger|) $)) (SIGNATURE |quasiComponent| ((|Record| (|:| |close| (|List| |t#4|)) (|:| |open| (|List| |t#4|))) $)) (SIGNATURE |normalized?| ((|Boolean|) |t#4| $)) (SIGNATURE |normalized?| ((|Boolean|) $)) (SIGNATURE |reduced?| ((|Boolean|) |t#4| $ (|Mapping| (|Boolean|) |t#4| |t#4|))) (SIGNATURE |stronglyReduced?| ((|Boolean|) |t#4| $)) (SIGNATURE |headReduced?| ((|Boolean|) |t#4| $)) (SIGNATURE |initiallyReduced?| ((|Boolean|) |t#4| $)) (SIGNATURE |autoReduced?| ((|Boolean|) $ (|Mapping| (|Boolean|) |t#4| (|List| |t#4|)))) (SIGNATURE |stronglyReduced?| ((|Boolean|) $)) (SIGNATURE |headReduced?| ((|Boolean|) $)) (SIGNATURE |initiallyReduced?| ((|Boolean|) $)) (SIGNATURE |reduce| (|t#4| |t#4| $ (|Mapping| |t#4| |t#4| |t#4|) (|Mapping| (|Boolean|) |t#4| |t#4|))) (SIGNATURE |rewriteSetWithReduction| ((|List| |t#4|) (|List| |t#4|) $ (|Mapping| |t#4| |t#4| |t#4|) (|Mapping| (|Boolean|) |t#4| |t#4|))) (SIGNATURE |stronglyReduce| (|t#4| |t#4| $)) (SIGNATURE |headReduce| (|t#4| |t#4| $)) (SIGNATURE |initiallyReduce| (|t#4| |t#4| $)) (SIGNATURE |removeZero| (|t#4| |t#4| $)) (SIGNATURE |collectQuasiMonic| ($ $)) (SIGNATURE |reduceByQuasiMonic| (|t#4| |t#4| $)) (SIGNATURE |zeroSetSplit| ((|List| $) (|List| |t#4|))) (SIGNATURE |zeroSetSplitIntoTriangularSystems| ((|List| (|Record| (|:| |close| $) (|:| |open| (|List| |t#4|)))) (|List| |t#4|))) (SIGNATURE |first| ((|Union| |t#4| "failed") $)) (SIGNATURE |last| ((|Union| |t#4| "failed") $)) (SIGNATURE |rest| ((|Union| $ "failed") $)) (SIGNATURE |algebraicVariables| ((|List| |t#3|) $)) (SIGNATURE |algebraic?| ((|Boolean|) |t#3| $)) (SIGNATURE |select| ((|Union| |t#4| "failed") $ |t#3|)) (SIGNATURE |extendIfCan| ((|Union| $ "failed") $ |t#4|)) (SIGNATURE |extend| ($ $ |t#4|)) (IF (|has| |t#3| (|Finite|)) (SIGNATURE |coHeight| ((|NonNegativeInteger|) $)) |%noBranch|)))
-(((|Aggregate|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|List| |#4|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#4|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|FiniteAggregate| |#4|) . T) ((|Functorial| |#4|) . T) ((|HomogeneousAggregate| |#4|) . T) ((|InnerEvalable| |#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|Join|) . T) ((|PolynomialSetCategory| |#1| |#2| |#3| |#4|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| |#4|) . T) ((|Type|) . T))
+((|infRittWu?| (*1 *2 *1 *1) #1=(AND #2=(|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *6)) #3=(|ofCategory| *3 #4=(|IntegralDomain|)) #5=(|ofCategory| *4 #6=(|OrderedAbelianMonoidSup|)) #7=(|ofCategory| *5 #8=(|OrderedSet|)) #9=(|ofCategory| *6 #10=(|RecursivePolynomialCategory| *3 *4 *5)) #11=(|isDomain| *2 #12=(|Boolean|)))) (|basicSet| (*1 *2 *3 *4) (|partial| AND #13=(|isDomain| *4 (|Mapping| #12# *8 *8)) #14=(|ofCategory| *8 #15=(|RecursivePolynomialCategory| *5 *6 *7)) #16=(|ofCategory| *5 #4#) #17=(|ofCategory| *6 #6#) #18=(|ofCategory| *7 #8#) (|isDomain| *2 (|Record| #19=(|:| |bas| *1) (|:| |top| #20=(|List| *8)))) (|isDomain| *3 #20#) #21=(|ofCategory| *1 (|TriangularSetCategory| *5 *6 *7 *8)))) (|basicSet| (*1 *2 *3 *4 *5) (|partial| AND (|isDomain| *4 (|Mapping| #12# *9)) (|isDomain| *5 (|Mapping| #12# *9 *9)) (|ofCategory| *9 (|RecursivePolynomialCategory| *6 *7 *8)) (|ofCategory| *6 #4#) (|ofCategory| *7 #6#) (|ofCategory| *8 #8#) (|isDomain| *2 (|Record| #19# (|:| |top| #22=(|List| *9)))) (|isDomain| *3 #22#) (|ofCategory| *1 (|TriangularSetCategory| *6 *7 *8 *9)))) (|initials| #23=(*1 *2 *1) (AND #2# #3# #5# #7# #9# (|isDomain| *2 #24=(|List| *6)))) (|degree| #23# (AND #2# #3# #5# #7# #9# #25=(|isDomain| *2 (|NonNegativeInteger|)))) (|quasiComponent| #23# (AND #2# #3# #5# #7# #9# (|isDomain| *2 (|Record| (|:| |close| #24#) (|:| |open| #24#))))) (|normalized?| #26=(*1 *2 *3 *1) #27=(AND (|ofCategory| *1 (|TriangularSetCategory| *4 *5 *6 *3)) #28=(|ofCategory| *4 #4#) #29=(|ofCategory| *5 #6#) #30=(|ofCategory| *6 #8#) (|ofCategory| *3 #31=(|RecursivePolynomialCategory| *4 *5 *6)) #11#)) (|normalized?| #23# #1#) (|reduced?| (*1 *2 *3 *1 *4) (AND (|isDomain| *4 (|Mapping| #12# *3 *3)) (|ofCategory| *1 (|TriangularSetCategory| *5 *6 *7 *3)) #16# #17# #18# (|ofCategory| *3 #15#) #11#)) (|stronglyReduced?| #26# #27#) (|headReduced?| #26# #27#) (|initiallyReduced?| #26# #27#) (|autoReduced?| #32=(*1 *2 *1 *3) (AND (|isDomain| *3 (|Mapping| #12# *7 #33=(|List| *7))) #34=(|ofCategory| *1 (|TriangularSetCategory| *4 *5 *6 *7)) #28# #29# #30# #35=(|ofCategory| *7 #31#) #11#)) (|stronglyReduced?| #23# #1#) (|headReduced?| #23# #1#) (|initiallyReduced?| #23# #1#) (|reduce| #36=(*1 *2 *2 *1 *3 *4) (AND (|isDomain| *3 (|Mapping| *2 *2 *2)) (|isDomain| *4 (|Mapping| #12# *2 *2)) (|ofCategory| *1 (|TriangularSetCategory| *5 *6 *7 *2)) #16# #17# #18# (|ofCategory| *2 #15#))) (|rewriteSetWithReduction| #36# (AND (|isDomain| *2 #20#) (|isDomain| *3 (|Mapping| *8 *8 *8)) #13# #21# #16# #17# #18# #14#)) (|stronglyReduce| #37=(*1 *2 *2 *1) #38=(AND #39=(|ofCategory| *1 (|TriangularSetCategory| *3 *4 *5 *2)) #3# #5# #7# #40=(|ofCategory| *2 #10#))) (|headReduce| #37# #38#) (|initiallyReduce| #37# #38#) (|removeZero| #37# #38#) (|collectQuasiMonic| #41=(*1 *1 *1) (AND #42=(|ofCategory| *1 (|TriangularSetCategory| *2 *3 *4 *5)) #43=(|ofCategory| *2 #4#) #44=(|ofCategory| *3 #6#) #45=(|ofCategory| *4 #8#) #46=(|ofCategory| *5 (|RecursivePolynomialCategory| *2 *3 *4)))) (|reduceByQuasiMonic| #37# #38#) (|zeroSetSplit| #47=(*1 *2 *3) (AND #48=(|isDomain| *3 #33#) #35# #28# #29# #30# (|isDomain| *2 (|List| *1)) #34#)) (|zeroSetSplitIntoTriangularSystems| #47# (AND #28# #29# #30# #35# (|isDomain| *2 (|List| (|Record| (|:| |close| *1) (|:| |open| #33#)))) #48# #34#)) (|first| #23# #49=(|partial| AND #39# #3# #5# #7# #40#)) (|last| #23# #49#) (|rest| #41# (|partial| AND #42# #43# #44# #45# #46#)) (|algebraicVariables| #23# (AND #2# #3# #5# #7# #9# (|isDomain| *2 (|List| *5)))) (|algebraic?| #26# (AND (|ofCategory| *1 (|TriangularSetCategory| *4 *5 *3 *6)) #28# #29# #50=(|ofCategory| *3 #8#) (|ofCategory| *6 #51=(|RecursivePolynomialCategory| *4 *5 *3)) #11#)) (|select| #32# (|partial| AND (|ofCategory| *1 (|TriangularSetCategory| *4 *5 *3 *2)) #28# #29# #50# (|ofCategory| *2 #51#))) (|extendIfCan| #52=(*1 *1 *1 *2) #49#) (|extend| #52# #38#) (|coHeight| #23# (AND #2# #3# #5# #7# #9# (|ofCategory| *5 (|Finite|)) #25#)))
+(|Join| (|PolynomialSetCategory| |t#1| |t#2| |t#3| |t#4|) (|ShallowlyMutableAggregate| |t#4|) (CATEGORY |domain| (SIGNATURE |infRittWu?| (#1=(|Boolean|) $ $)) (SIGNATURE |basicSet| (#2=(|Union| (|Record| (|:| |bas| $) (|:| |top| #3=(|List| |t#4|))) #4="failed") #3# #5=(|Mapping| #1# |t#4| |t#4|))) (SIGNATURE |basicSet| (#2# #3# (|Mapping| #1# |t#4|) #5#)) (SIGNATURE |initials| (#3# $)) (SIGNATURE |degree| #6=((|NonNegativeInteger|) $)) (SIGNATURE |quasiComponent| ((|Record| (|:| |close| #3#) #7=(|:| |open| #3#)) $)) (SIGNATURE |normalized?| #8=(#1# |t#4| $)) (SIGNATURE |normalized?| #9=(#1# $)) (SIGNATURE |reduced?| (#1# |t#4| $ #5#)) (SIGNATURE |stronglyReduced?| #8#) (SIGNATURE |headReduced?| #8#) (SIGNATURE |initiallyReduced?| #8#) (SIGNATURE |autoReduced?| (#1# $ (|Mapping| #1# |t#4| #3#))) (SIGNATURE |stronglyReduced?| #9#) (SIGNATURE |headReduced?| #9#) (SIGNATURE |initiallyReduced?| #9#) (SIGNATURE |reduce| (|t#4| |t#4| $ #10=(|Mapping| |t#4| |t#4| |t#4|) #5#)) (SIGNATURE |rewriteSetWithReduction| (#3# #3# $ #10# #5#)) (SIGNATURE |stronglyReduce| #11=(|t#4| |t#4| $)) (SIGNATURE |headReduce| #11#) (SIGNATURE |initiallyReduce| #11#) (SIGNATURE |removeZero| #11#) (SIGNATURE |collectQuasiMonic| ($ $)) (SIGNATURE |reduceByQuasiMonic| #11#) (SIGNATURE |zeroSetSplit| ((|List| $) #3#)) (SIGNATURE |zeroSetSplitIntoTriangularSystems| ((|List| (|Record| (|:| |close| $) #7#)) #3#)) (SIGNATURE |first| #12=(#13=(|Union| |t#4| #4#) $)) (SIGNATURE |last| #12#) (SIGNATURE |rest| (#14=(|Union| $ #4#) $)) (SIGNATURE |algebraicVariables| ((|List| |t#3|) $)) (SIGNATURE |algebraic?| (#1# |t#3| $)) (SIGNATURE |select| (#13# $ |t#3|)) (SIGNATURE |extendIfCan| (#14# $ |t#4|)) (SIGNATURE |extend| ($ $ |t#4|)) (IF (|has| |t#3| (|Finite|)) (SIGNATURE |coHeight| #6#) |%noBranch|)))
+(((|Aggregate|) . T) ((|BasicType|) . T) ((|CoercibleTo| (|List| |#4|)) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Collection| |#4|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#4| (|ConvertibleTo| (|InputForm|))) ((|Evalable| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|FiniteAggregate| |#4|) . T) ((|Functorial| |#4|) . T) ((|HomogeneousAggregate| |#4|) . T) ((|InnerEvalable| |#4| |#4|) AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ((|PolynomialSetCategory| |#1| |#2| |#3| |#4|) . T) ((|SetCategory|) . T) ((|ShallowlyMutableAggregate| |#4|) . T) ((|Type|) . T))
((|tube| (($ |#1| #1=(|List| (|List| (|Point| (|DoubleFloat|)))) #2=(|Boolean|)) 19 T ELT)) (|setClosed| ((#2# $ #2#) 18 T ELT)) (|open?| (#3=(#2# $) 17 T ELT)) (|listLoops| ((#1# $) 13 T ELT)) (|getCurve| ((|#1| $) 8 T ELT)) (|closed?| (#3# 15 T ELT)))
(((|TubePlot| |#1|) (CATEGORY |domain| (SIGNATURE |getCurve| (|#1| $)) (SIGNATURE |listLoops| (#1=(|List| (|List| (|Point| (|DoubleFloat|)))) $)) (SIGNATURE |closed?| #2=(#3=(|Boolean|) $)) (SIGNATURE |open?| #2#) (SIGNATURE |setClosed| (#3# $ #3#)) (SIGNATURE |tube| ($ |#1| #1# #3#))) (|PlottableSpaceCurveCategory|)) (T |TubePlot|))
((|tube| (*1 *1 *2 *3 *4) (AND (|isDomain| *3 #1=(|List| (|List| (|Point| (|DoubleFloat|))))) (|isDomain| *4 #2=(|Boolean|)) #3=(|isDomain| *1 (|TubePlot| *2)) #4=(|ofCategory| *2 #5=(|PlottableSpaceCurveCategory|)))) (|setClosed| (*1 *2 *1 *2) #6=(AND (|isDomain| *2 #2#) #7=(|isDomain| *1 (|TubePlot| *3)) #8=(|ofCategory| *3 #5#))) (|open?| #9=(*1 *2 *1) #6#) (|closed?| #9# #6#) (|listLoops| #9# (AND (|isDomain| *2 #1#) #7# #8#)) (|getCurve| #9# (AND #3# #4#)))
@@ -3787,11 +3787,11 @@ NIL
((|squareFreePart| (($ $) 17 T ELT)) (|prime?| (((|Boolean|) $) 27 T ELT)))
(((|UniqueFactorizationDomain&| |#1|) (CATEGORY |package| (SIGNATURE |squareFreePart| (|#1| |#1|)) (SIGNATURE |prime?| ((|Boolean|) |#1|))) (|UniqueFactorizationDomain|)) (T |UniqueFactorizationDomain&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#3=(|Boolean|) $) 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (($ $) 67 T ELT)) (|squareFree| (((|Factored| $) $) 68 T ELT)) (|sample| (#4=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|prime?| (((|Boolean|) $) 69 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|lcm| (#5=($ $ $) 61 T ELT) (#6=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#7=(|SparseUnivariatePolynomial| $) #7# #7#) 59 T ELT)) (|gcd| (#5# 63 T ELT) (#6# 62 T ELT)) (|factor| (((|Factored| $) $) 66 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| ((#3# $ $) 54 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) $) 31 T ELT) (($ $ $) 35 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#4=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (#4# 67 T ELT)) (|squareFree| (#5=((|Factored| $) $) 68 T ELT)) (|sample| (#6=($) 23 T CONST)) (|recip| ((#7=(|Union| $ "failed") $) 43 T ELT)) (|prime?| (#3# 69 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|lcm| (#8=($ $ $) 61 T ELT) (#9=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#10=(|SparseUnivariatePolynomial| $) #10# #10#) 59 T ELT)) (|gcd| (#8# 63 T ELT) (#9# 62 T ELT)) (|factor| (#5# 66 T ELT)) (|exquo| ((#7# $ $) 57 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #11=(|Integer|)) 42 T ELT) (#4# 58 T ELT)) (|characteristic| ((#12=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 54 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#6# 24 T CONST)) (|One| (#6# 46 T CONST)) (= (#1# 8 T ELT)) (- (#4# 30 T ELT) (#8# 29 T ELT)) (+ (#8# 18 T ELT)) (** (($ $ #13=(|PositiveInteger|)) 36 T ELT) (($ $ #12#) 44 T ELT)) (* (($ #13# $) 17 T ELT) (($ #12# $) 21 T ELT) (($ #11# $) 31 T ELT) (#8# 35 T ELT)))
(((|UniqueFactorizationDomain|) (|Category|)) (T |UniqueFactorizationDomain|))
-((|prime?| (*1 *2 *1) (AND (|ofCategory| *1 (|UniqueFactorizationDomain|)) (|isDomain| *2 (|Boolean|)))) (|squareFree| (*1 *2 *1) (AND (|isDomain| *2 (|Factored| *1)) (|ofCategory| *1 (|UniqueFactorizationDomain|)))) (|squareFreePart| (*1 *1 *1) (|ofCategory| *1 (|UniqueFactorizationDomain|))) (|factor| (*1 *2 *1) (AND (|isDomain| *2 (|Factored| *1)) (|ofCategory| *1 (|UniqueFactorizationDomain|)))))
-(|Join| (|GcdDomain|) (CATEGORY |domain| (SIGNATURE |prime?| ((|Boolean|) $)) (SIGNATURE |squareFree| ((|Factored| $) $)) (SIGNATURE |squareFreePart| ($ $)) (SIGNATURE |factor| ((|Factored| $) $))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|EntireRing|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|prime?| #1=(*1 *2 *1) (AND #2=(|ofCategory| *1 (|UniqueFactorizationDomain|)) (|isDomain| *2 (|Boolean|)))) (|squareFree| #1# #3=(AND (|isDomain| *2 (|Factored| *1)) #2#)) (|squareFreePart| (*1 *1 *1) #2#) (|factor| #1# #3#))
+(|Join| (|GcdDomain|) (CATEGORY |domain| (SIGNATURE |prime?| ((|Boolean|) $)) (SIGNATURE |squareFree| #1=((|Factored| $) $)) (SIGNATURE |squareFreePart| ($ $)) (SIGNATURE |factor| #1#)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|EntireRing|) . T) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| $) . T) ((|LinearSet| $) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|RightLinearSet| $) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= #1=(((|Boolean|) $ $) NIL T ELT)) (~ (($ $) NIL T ELT)) (|size| (((|NonNegativeInteger|)) NIL T ELT)) (|sample| #2=(#3=($) NIL T CONST)) (|random| (#3# NIL T ELT)) (|min| #4=(($ $ $) NIL T ELT) #2#) (|max| #4# #2#) (|lookup| ((#5=(|PositiveInteger|) $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|index| (($ #5#) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT)) (|bitior| #4#) (|bitand| #4#) (|before?| #1#) (|\\/| #4#) (>= #1#) (> #1#) (= #1#) (<= #1#) (< #1#) (|/\\| #4#))
(((|UInt16|) (|Join| (|OrderedFinite|) (|Logic|) (CATEGORY |domain| (SIGNATURE |bitand| #1=($ $ $)) (SIGNATURE |bitior| #1#) (SIGNATURE |sample| ($) |constant|)))) (T |UInt16|))
((|bitand| #1=(*1 *1 *1 *1) #2=(|isDomain| *1 (|UInt16|))) (|bitior| #1# #2#) (|sample| (*1 *1) #2#))
@@ -3814,19 +3814,19 @@ NIL
((|map| (((|UnivariateLaurentSeries| |#2| |#4| |#6|) (|Mapping| |#2| |#1|) (|UnivariateLaurentSeries| |#1| |#3| |#5|)) 23 T ELT)))
(((|UnivariateLaurentSeriesFunctions2| |#1| |#2| |#3| |#4| |#5| |#6|) (CATEGORY |package| (SIGNATURE |map| ((|UnivariateLaurentSeries| |#2| |#4| |#6|) (|Mapping| |#2| |#1|) (|UnivariateLaurentSeries| |#1| |#3| |#5|)))) #1=(|Ring|) #1# #2=(|Symbol|) #2# |#1| |#2|) (T |UnivariateLaurentSeriesFunctions2|))
((|map| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Mapping| *6 *5)) (|isDomain| *4 (|UnivariateLaurentSeries| *5 *7 *9)) (|ofCategory| *5 #1=(|Ring|)) (|ofCategory| *6 #1#) (|ofType| *7 #2=(|Symbol|)) (|ofType| *9 *5) (|ofType| *10 *6) (|isDomain| *2 (|UnivariateLaurentSeries| *6 *8 *10)) (|isDomain| *1 (|UnivariateLaurentSeriesFunctions2| *5 *6 *7 *8 *9 *10)) (|ofType| *8 #2#))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|variables| (((|List| #3=(|SingletonAsOrderedSet|)) $) 96 T ELT)) (|variable| ((#4=(|Symbol|) $) 130 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 (|has| |#1| . #5=((|IntegralDomain|))) ELT)) (|unitCanonical| (($ $) 74 (|has| |#1| . #5#) ELT)) (|unit?| ((#6=(|Boolean|) $) 76 (|has| |#1| . #5#) ELT)) (|truncate| (($ $ #7=(|Integer|)) 125 T ELT) (($ $ #7# #7#) 124 T ELT)) (|terms| (((|Stream| (|Record| (|:| |k| #7#) (|:| |c| |#1|))) $) 131 T ELT)) (|tanh| (#8=($ $) 164 (|has| |#1| . #9=((|Algebra| (|Fraction| (|Integer|))))) ELT)) (|tan| (#10=($ $) 147 (|has| |#1| . #9#) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (($ $) 191 (|has| |#1| . #11=((|Field|))) ELT)) (|squareFree| (#12=((|Factored| $) $) 192 (|has| |#1| . #11#) ELT)) (|sqrt| (($ $) 146 (|has| |#1| . #13=((|Algebra| (|Fraction| (|Integer|))))) ELT)) (|sizeLess?| (((|Boolean|) $ $) 182 (|has| |#1| . #11#) ELT)) (|sinh| (#8# 163 (|has| |#1| . #9#) ELT)) (|sin| (#10# 148 (|has| |#1| . #9#) ELT)) (|series| (($ (|Stream| (|Record| (|:| |k| (|Integer|)) (|:| |c| |#1|)))) 202 T ELT)) (|sech| (#8# 162 (|has| |#1| . #9#) ELT)) (|sec| (#10# 149 (|has| |#1| . #9#) ELT)) (|sample| (#14=($) 23 T CONST)) (|rem| (#15=($ $ $) 186 (|has| |#1| . #11#) ELT)) (|reductum| (#16=($ $) 82 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|rationalFunction| (((|Fraction| (|Polynomial| |#1|)) $ (|Integer|)) 200 (|has| |#1| (|IntegralDomain|)) ELT) (((|Fraction| (|Polynomial| |#1|)) $ (|Integer|) (|Integer|)) 199 (|has| |#1| (|IntegralDomain|)) ELT)) (|quo| (#15# 185 (|has| |#1| . #11#) ELT)) (|principalIdeal| (((|Record| (|:| |coef| #17=(|List| $)) (|:| |generator| $)) #17#) 180 (|has| |#1| . #11#) ELT)) (|prime?| (((|Boolean|) $) 193 (|has| |#1| . #11#) ELT)) (|pole?| (((|Boolean|) $) 95 T ELT)) (|pi| (($) 174 (|has| |#1| . #9#) ELT)) (|order| ((#7# $) 127 T ELT) ((#7# $ #7#) 126 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|nthRoot| (($ $ #18=(|Integer|)) 145 (|has| |#1| . #13#) ELT)) (|multiplyExponents| (($ $ (|PositiveInteger|)) 128 T ELT)) (|multiplyCoefficients| (($ (|Mapping| |#1| (|Integer|)) $) 201 T ELT)) (|multiEuclidean| (((|Union| #19=(|List| $) #20="failed") #19# $) 189 (|has| |#1| . #11#) ELT)) (|monomial?| (((|Boolean|) $) 84 T ELT)) (|monomial| (($ |#1| #7#) 83 T ELT) (($ $ #3# #7#) 98 T ELT) (($ $ (|List| #3#) (|List| #7#)) 97 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 88 T ELT)) (|log| (#21=($ $) 171 (|has| |#1| . #9#) ELT)) (|leadingMonomial| (#16# 86 T ELT)) (|leadingCoefficient| ((|#1| $) 87 T ELT)) (|lcm| (#22=($ (|List| $)) 178 (|has| |#1| . #11#) ELT) (#23=($ $ $) 177 (|has| |#1| . #11#) ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 194 (|has| |#1| . #11#) ELT)) (|integrate| (($ $) 198 (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ELT) (($ $ (|Symbol|)) 197 (OR (AND (|has| |#1| (|AlgebraicallyClosedFunctionSpace| (|Integer|))) (|has| |#1| (|PrimitiveFunctionCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) (AND (|has| |#1| (SIGNATURE |variables| ((|List| (|Symbol|)) |#1|))) (|has| |#1| (SIGNATURE |integrate| (|#1| |#1| (|Symbol|)))) (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))))) ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#24=(|SparseUnivariatePolynomial| $) #24# #24#) 179 (|has| |#1| . #11#) ELT)) (|gcd| (#22# 176 (|has| |#1| . #11#) ELT) (#23# 175 (|has| |#1| . #11#) ELT)) (|factor| (#12# 190 (|has| |#1| . #11#) ELT)) (|extendedEuclidean| (((|Union| (|Record| #25=(|:| |coef1| $) #26=(|:| |coef2| $)) #20#) $ $ $) 188 (|has| |#1| . #11#) ELT) (((|Record| #25# #26# (|:| |generator| $)) $ $) 187 (|has| |#1| . #11#) ELT)) (|extend| (($ $ #7#) 122 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 72 (|has| |#1| . #5#) ELT)) (|expressIdealMember| (((|Maybe| #17#) #17# $) 181 (|has| |#1| . #11#) ELT)) (|exp| (#21# 172 (|has| |#1| . #9#) ELT)) (|eval| (((|Stream| |#1|) $ |#1|) 121 (|has| |#1| (SIGNATURE ** (|#1| |#1| #7#))) ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 183 (|has| |#1| . #11#) ELT)) (|elt| ((|#1| $ #7#) 132 T ELT) (($ $ $) 108 (|has| #7# (|SemiGroup|)) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 184 (|has| |#1| . #11#) ELT)) (|differentiate| (($ $ #4#) 120 (AND (|has| |#1| . #27=((|PartialDifferentialRing| #4#))) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ (|List| #4#)) 118 (AND (|has| |#1| . #27#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ #4# . #28=(#29=(|NonNegativeInteger|))) 117 (AND (|has| |#1| . #27#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ (|List| #4#) . #30=((|List| #29#))) 116 (AND (|has| |#1| . #27#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ . #31=($)) 112 (|has| |#1| (SIGNATURE * (|#1| #7# |#1|))) ELT) (#32=($ $ (|NonNegativeInteger|)) 110 (|has| |#1| (SIGNATURE * (|#1| #7# |#1|))) ELT)) (|degree| ((#7# $) 85 T ELT)) (|csch| (#8# 161 (|has| |#1| . #9#) ELT)) (|csc| (#10# 150 (|has| |#1| . #9#) ELT)) (|coth| (#8# 160 (|has| |#1| . #9#) ELT)) (|cot| (#10# 151 (|has| |#1| . #9#) ELT)) (|cosh| (#8# 159 (|has| |#1| . #9#) ELT)) (|cos| (#10# 152 (|has| |#1| . #9#) ELT)) (|complete| (($ $) 94 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 69 (|has| |#1| (|CommutativeRing|)) ELT) (($ #33=(|Fraction| #34=(|Integer|))) 79 (|has| |#1| . #35=((|Algebra| (|Fraction| (|Integer|))))) ELT) (($ $) 71 (|has| |#1| . #5#) ELT)) (|coefficient| ((|#1| $ #7#) 81 T ELT)) (|charthRoot| (((|Maybe| $) $) 70 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|center| ((|#1| $) 129 T ELT)) (|before?| (#1# 6 T ELT)) (|atanh| (#36=($ $) 170 (|has| |#1| . #9#) ELT)) (|atan| (#37=($ $) 158 (|has| |#1| . #9#) ELT)) (|associates?| ((#6# $ $) 75 (|has| |#1| . #5#) ELT)) (|asinh| (#36# 169 (|has| |#1| . #9#) ELT)) (|asin| (#37# 157 (|has| |#1| . #9#) ELT)) (|asech| (#36# 168 (|has| |#1| . #9#) ELT)) (|asec| (#37# 156 (|has| |#1| . #9#) ELT)) (|approximate| ((|#1| $ #7#) 123 (AND (|has| |#1| (SIGNATURE ** (|#1| |#1| #7#))) (|has| |#1| (SIGNATURE |coerce| (|#1| #4#)))) ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|acsch| (#36# 167 (|has| |#1| . #9#) ELT)) (|acsc| (#37# 155 (|has| |#1| . #9#) ELT)) (|acoth| (#36# 166 (|has| |#1| . #9#) ELT)) (|acot| (#37# 154 (|has| |#1| . #9#) ELT)) (|acosh| (#36# 165 (|has| |#1| . #9#) ELT)) (|acos| (#37# 153 (|has| |#1| . #9#) ELT)) (|Zero| (#14# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ #4#) 119 (AND (|has| |#1| . #27#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ (|List| #4#)) 115 (AND (|has| |#1| . #27#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ #4# . #28#) 114 (AND (|has| |#1| . #27#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ (|List| #4#) . #30#) 113 (AND (|has| |#1| . #27#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ . #31#) 111 (|has| |#1| (SIGNATURE * (|#1| #7# |#1|))) ELT) (#32# 109 (|has| |#1| (SIGNATURE * (|#1| #7# |#1|))) ELT)) (= (#1# 8 T ELT)) (/ (($ $ |#1|) 80 (|has| |#1| (|Field|)) ELT) (($ $ $) 196 (|has| |#1| . #11#) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #34#) 195 (|has| |#1| . #11#) ELT) (($ $ $) 173 (|has| |#1| . #9#) ELT) (($ $ (|Fraction| #18#)) 144 (|has| |#1| . #13#) ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #38=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 90 T ELT) (($ |#1| . #38#) 89 T ELT) (($ #33# . #38#) 78 (|has| |#1| . #35#) ELT) (($ $ #33#) 77 (|has| |#1| . #35#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|variables| ((#4=(|List| #5=(|SingletonAsOrderedSet|)) $) 96 T ELT)) (|variable| ((#6=(|Symbol|) $) 130 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 #7=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| (#8=($ $) 74 #7# ELT)) (|unit?| (#3# 76 #7# ELT)) (|truncate| (#9=($ $ #10=(|Integer|)) 125 T ELT) (($ $ #10# #10#) 124 T ELT)) (|terms| ((#11=(|Stream| (|Record| (|:| |k| #10#) (|:| |c| |#1|))) $) 131 T ELT)) (|tanh| (#8# 164 #12=(|has| |#1| (|Algebra| #13=(|Fraction| #10#))) ELT)) (|tan| (#8# 147 #12# ELT)) (|subtractIfCan| ((#14=(|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (#8# 191 #15=(|has| |#1| (|Field|)) ELT)) (|squareFree| (#16=((|Factored| $) $) 192 #15# ELT)) (|sqrt| (#8# 146 #12# ELT)) (|sizeLess?| (#1# 182 #15# ELT)) (|sinh| (#8# 163 #12# ELT)) (|sin| (#8# 148 #12# ELT)) (|series| (($ #11#) 202 T ELT)) (|sech| (#8# 162 #12# ELT)) (|sec| (#8# 149 #12# ELT)) (|sample| (#17=($) 23 T CONST)) (|rem| (#18=($ $ $) 186 #15# ELT)) (|reductum| (#8# 82 T ELT)) (|recip| ((#19=(|Union| $ #20="failed") $) 43 T ELT)) (|rationalFunction| ((#21=(|Fraction| (|Polynomial| |#1|)) $ #10#) 200 #7# ELT) ((#21# $ #10# #10#) 199 #7# ELT)) (|quo| (#18# 185 #15# ELT)) (|principalIdeal| (((|Record| (|:| |coef| #22=(|List| $)) #23=(|:| |generator| $)) #22#) 180 #15# ELT)) (|prime?| (#3# 193 #15# ELT)) (|pole?| (#3# 95 T ELT)) (|pi| (#17# 174 #12# ELT)) (|order| (#24=(#10# $) 127 T ELT) ((#10# $ #10#) 126 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|nthRoot| (#9# 145 #12# ELT)) (|multiplyExponents| (#25=($ $ #26=(|PositiveInteger|)) 128 T ELT)) (|multiplyCoefficients| (($ (|Mapping| |#1| #10#) $) 201 T ELT)) (|multiEuclidean| (((|Union| #22# #20#) #22# $) 189 #15# ELT)) (|monomial?| (#3# 84 T ELT)) (|monomial| (($ |#1| #10#) 83 T ELT) (($ $ #5# #10#) 98 T ELT) (($ $ #4# (|List| #10#)) 97 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 88 T ELT)) (|log| (#8# 171 #12# ELT)) (|leadingMonomial| (#8# 86 T ELT)) (|leadingCoefficient| (#27=(|#1| $) 87 T ELT)) (|lcm| (#28=($ #22#) 178 #15# ELT) (#18# 177 #15# ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#8# 194 #15# ELT)) (|integrate| (#8# 198 #12# ELT) (#29=($ $ #6#) 197 (OR (AND (|has| |#1| (|AlgebraicallyClosedFunctionSpace| #10#)) (|has| |#1| (|PrimitiveFunctionCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|)) #12#) (AND (|has| |#1| (SIGNATURE |variables| (#30=(|List| #6#) |#1|))) (|has| |#1| (SIGNATURE |integrate| (|#1| |#1| #6#))) #12#)) ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#31=(|SparseUnivariatePolynomial| $) #31# #31#) 179 #15# ELT)) (|gcd| (#28# 176 #15# ELT) (#18# 175 #15# ELT)) (|factor| (#16# 190 #15# ELT)) (|extendedEuclidean| (((|Union| (|Record| #32=(|:| |coef1| $) #33=(|:| |coef2| $)) #20#) $ $ $) 188 #15# ELT) (((|Record| #32# #33# #23#) $ $) 187 #15# ELT)) (|extend| (#9# 122 T ELT)) (|exquo| ((#19# $ $) 72 #7# ELT)) (|expressIdealMember| (((|Maybe| #22#) #22# $) 181 #15# ELT)) (|exp| (#8# 172 #12# ELT)) (|eval| (((|Stream| |#1|) $ |#1|) 121 #34=(|has| |#1| (SIGNATURE ** (|#1| |#1| #10#))) ELT)) (|euclideanSize| ((#35=(|NonNegativeInteger|) $) 183 #15# ELT)) (|elt| (#36=(|#1| $ #10#) 132 T ELT) (#18# 108 (|has| #10# (|SemiGroup|)) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 184 #15# ELT)) (|differentiate| (#29# 120 #37=(AND (|has| |#1| (|PartialDifferentialRing| #6#)) #38=(|has| |#1| (SIGNATURE * (|#1| #10# |#1|)))) ELT) (#39=($ $ #30#) 118 #37# ELT) (#40=($ $ #6# #35#) 117 #37# ELT) (#41=($ $ #30# (|List| #35#)) 116 #37# ELT) (#8# 112 #38# ELT) (#42=($ $ #35#) 110 #38# ELT)) (|degree| (#24# 85 T ELT)) (|csch| (#8# 161 #12# ELT)) (|csc| (#8# 150 #12# ELT)) (|coth| (#8# 160 #12# ELT)) (|cot| (#8# 151 #12# ELT)) (|cosh| (#8# 159 #12# ELT)) (|cos| (#8# 152 #12# ELT)) (|complete| (#8# 94 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #10#) 42 T ELT) (($ |#1|) 69 (|has| |#1| (|CommutativeRing|)) ELT) (($ #13#) 79 #12# ELT) (#8# 71 #7# ELT)) (|coefficient| (#36# 81 T ELT)) (|charthRoot| ((#14# $) 70 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#35#) 41 T CONST)) (|center| (#27# 129 T ELT)) (|before?| (#1# 6 T ELT)) (|atanh| (#8# 170 #12# ELT)) (|atan| (#8# 158 #12# ELT)) (|associates?| (#1# 75 #7# ELT)) (|asinh| (#8# 169 #12# ELT)) (|asin| (#8# 157 #12# ELT)) (|asech| (#8# 168 #12# ELT)) (|asec| (#8# 156 #12# ELT)) (|approximate| (#36# 123 (AND #34# (|has| |#1| (SIGNATURE |coerce| (|#1| #6#)))) ELT)) (|annihilate?| (#1# 34 T ELT)) (|acsch| (#8# 167 #12# ELT)) (|acsc| (#8# 155 #12# ELT)) (|acoth| (#8# 166 #12# ELT)) (|acot| (#8# 154 #12# ELT)) (|acosh| (#8# 165 #12# ELT)) (|acos| (#8# 153 #12# ELT)) (|Zero| (#17# 24 T CONST)) (|One| (#17# 46 T CONST)) (D (#29# 119 #37# ELT) (#39# 115 #37# ELT) (#40# 114 #37# ELT) (#41# 113 #37# ELT) (#8# 111 #38# ELT) (#42# 109 #38# ELT)) (= (#1# 8 T ELT)) (/ (#43=($ $ |#1|) 80 #15# ELT) (#18# 196 #15# ELT)) (- (#8# 30 T ELT) (#18# 29 T ELT)) (+ (#18# 18 T ELT)) (** (#25# 36 T ELT) (#42# 44 T ELT) (#9# 195 #15# ELT) (#18# 173 #12# ELT) (#44=($ $ #13#) 144 #12# ELT)) (* (($ #26# $) 17 T ELT) (($ #35# $) 21 T ELT) (($ #10# . #45=($)) 31 T ELT) (#18# 35 T ELT) (#43# 90 T ELT) (($ |#1| . #45#) 89 T ELT) (($ #13# . #45#) 78 #12# ELT) (#44# 77 #12# ELT)))
(((|UnivariateLaurentSeriesCategory| |#1|) (|Category|) (|Ring|)) (T |UnivariateLaurentSeriesCategory|))
-((|series| (*1 *1 *2) (AND (|isDomain| *2 (|Stream| (|Record| (|:| |k| (|Integer|)) (|:| |c| *3)))) (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|UnivariateLaurentSeriesCategory| *3)))) (|multiplyCoefficients| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| *3 (|Integer|))) (|ofCategory| *1 (|UnivariateLaurentSeriesCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|rationalFunction| (*1 *2 *1 *3) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|UnivariateLaurentSeriesCategory| *4)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *4 (|IntegralDomain|)) (|isDomain| *2 (|Fraction| (|Polynomial| *4))))) (|rationalFunction| (*1 *2 *1 *3 *3) (AND (|isDomain| *3 (|Integer|)) (|ofCategory| *1 (|UnivariateLaurentSeriesCategory| *4)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *4 (|IntegralDomain|)) (|isDomain| *2 (|Fraction| (|Polynomial| *4))))) (|integrate| (*1 *1 *1) (AND (|ofCategory| *1 (|UnivariateLaurentSeriesCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Algebra| (|Fraction| (|Integer|)))))) (|integrate| (*1 *1 *1 *2) (OR (AND #1=(|isDomain| *2 (|Symbol|)) #2=(|ofCategory| *1 (|UnivariateLaurentSeriesCategory| *3)) #3=(|ofCategory| *3 (|Ring|)) (AND (|ofCategory| *3 (|AlgebraicallyClosedFunctionSpace| (|Integer|))) (|ofCategory| *3 (|PrimitiveFunctionCategory|)) (|ofCategory| *3 (|TranscendentalFunctionCategory|)) (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|)))))) (AND #1# #2# #3# (AND (|has| *3 (SIGNATURE |variables| ((|List| *2) *3))) (|has| *3 (SIGNATURE |integrate| (*3 *3 *2))) (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|)))))))))
-(|Join| (|UnivariatePowerSeriesCategory| |t#1| (|Integer|)) (CATEGORY |domain| (SIGNATURE |series| ($ (|Stream| (|Record| (|:| |k| (|Integer|)) (|:| |c| |t#1|))))) (SIGNATURE |multiplyCoefficients| ($ (|Mapping| |t#1| (|Integer|)) $)) (IF (|has| |t#1| (|IntegralDomain|)) (PROGN (SIGNATURE |rationalFunction| ((|Fraction| (|Polynomial| |t#1|)) $ (|Integer|))) (SIGNATURE |rationalFunction| ((|Fraction| (|Polynomial| |t#1|)) $ (|Integer|) (|Integer|)))) |%noBranch|) (IF (|has| |t#1| (|Algebra| (|Fraction| (|Integer|)))) (PROGN (SIGNATURE |integrate| ($ $)) (IF (|has| |t#1| (SIGNATURE |integrate| (|t#1| |t#1| (|Symbol|)))) (IF (|has| |t#1| (SIGNATURE |variables| ((|List| (|Symbol|)) |t#1|))) (SIGNATURE |integrate| ($ $ (|Symbol|))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (|TranscendentalFunctionCategory|)) (IF (|has| |t#1| (|PrimitiveFunctionCategory|)) (IF (|has| |t#1| (|AlgebraicallyClosedFunctionSpace| (|Integer|))) (SIGNATURE |integrate| ($ $ (|Symbol|))) |%noBranch|) |%noBranch|) |%noBranch|) (ATTRIBUTE (|RadicalCategory|)) (ATTRIBUTE (|TranscendentalFunctionCategory|))) |%noBranch|) (IF (|has| |t#1| (|Field|)) (ATTRIBUTE (|Field|)) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| #1=(|Integer|)) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #2=(|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|ArcHyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|ArcTrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BasicType|) . T) ((|BiModule| #2# #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|DifferentialDomain| $) |has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))) ((|DifferentialRing|) |has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))) ((|DifferentialSpace|) |has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))) ((|DivisionRing|) |has| |#1| (|Field|)) ((|ElementaryFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Eltable| #1# |#1|) . T) ((|Eltable| $ $) |has| (|Integer|) (|SemiGroup|)) ((|EntireRing|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|EuclideanDomain|) |has| |#1| (|Field|)) ((|Field|) |has| |#1| (|Field|)) ((|Functorial| |#1|) . T) ((|GcdDomain|) |has| |#1| (|Field|)) ((|HyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|IntegralDomain|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|Join|) . T) ((|LeftLinearSet| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|Module| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #3=(|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))) ((|PartialDifferentialRing| #3#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))) ((|PartialDifferentialSpace| #3#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))) ((|PowerSeriesCategory| |#1| #1# (|SingletonAsOrderedSet|)) . T) ((|PrincipalIdealDomain|) |has| |#1| (|Field|)) ((|RadicalCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|RightModule| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|RightModule| |#1|) . T) ((|RightModule| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|TranscendentalFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|TrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|Field|)) ((|UnivariatePowerSeriesCategory| |#1| #1#) . T))
+((|series| (*1 *1 *2) (AND (|isDomain| *2 (|Stream| (|Record| (|:| |k| #1=(|Integer|)) (|:| |c| *3)))) #2=(|ofCategory| *3 #3=(|Ring|)) #4=(|ofCategory| *1 (|UnivariateLaurentSeriesCategory| *3)))) (|multiplyCoefficients| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| *3 #1#)) #4# #2#)) (|rationalFunction| (*1 *2 *1 *3) #5=(AND (|isDomain| *3 #1#) (|ofCategory| *1 (|UnivariateLaurentSeriesCategory| *4)) (|ofCategory| *4 #3#) (|ofCategory| *4 (|IntegralDomain|)) (|isDomain| *2 (|Fraction| (|Polynomial| *4))))) (|rationalFunction| (*1 *2 *1 *3 *3) #5#) (|integrate| (*1 *1 *1) (AND (|ofCategory| *1 (|UnivariateLaurentSeriesCategory| *2)) (|ofCategory| *2 #3#) (|ofCategory| *2 #6=(|Algebra| (|Fraction| #1#))))) (|integrate| (*1 *1 *1 *2) (OR (AND #7=(|isDomain| *2 (|Symbol|)) #4# #2# (AND (|ofCategory| *3 (|AlgebraicallyClosedFunctionSpace| #1#)) (|ofCategory| *3 (|PrimitiveFunctionCategory|)) (|ofCategory| *3 (|TranscendentalFunctionCategory|)) #8=(|ofCategory| *3 #6#))) (AND #7# #4# #2# (AND (|has| *3 (SIGNATURE |variables| ((|List| *2) *3))) (|has| *3 (SIGNATURE |integrate| (*3 *3 *2))) #8#)))))
+(|Join| (|UnivariatePowerSeriesCategory| |t#1| #1=(|Integer|)) (CATEGORY |domain| (SIGNATURE |series| ($ (|Stream| (|Record| (|:| |k| #1#) (|:| |c| |t#1|))))) (SIGNATURE |multiplyCoefficients| ($ (|Mapping| |t#1| #1#) $)) (IF (|has| |t#1| (|IntegralDomain|)) (PROGN (SIGNATURE |rationalFunction| (#2=(|Fraction| (|Polynomial| |t#1|)) $ #1#)) (SIGNATURE |rationalFunction| (#2# $ #1# #1#))) |%noBranch|) (IF (|has| |t#1| (|Algebra| (|Fraction| #1#))) (PROGN (SIGNATURE |integrate| ($ $)) (IF (|has| |t#1| (SIGNATURE |integrate| (|t#1| |t#1| #3=(|Symbol|)))) (IF (|has| |t#1| (SIGNATURE |variables| ((|List| #3#) |t#1|))) #4=(SIGNATURE |integrate| ($ $ #3#)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| #5=(|TranscendentalFunctionCategory|)) (IF (|has| |t#1| (|PrimitiveFunctionCategory|)) (IF (|has| |t#1| (|AlgebraicallyClosedFunctionSpace| #1#)) #4# |%noBranch|) |%noBranch|) |%noBranch|) (ATTRIBUTE (|RadicalCategory|)) (ATTRIBUTE #5#)) |%noBranch|) (IF (|has| |t#1| #6=(|Field|)) (ATTRIBUTE #6#) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| #1=(|Integer|)) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #2=(|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|ArcHyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|ArcTrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BasicType|) . T) ((|BiModule| #2# #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) |has| |#1| (|CommutativeRing|)) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) |has| |#1| (|CommutativeRing|)) ((|DifferentialDomain| $) |has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))) ((|DifferentialRing|) |has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))) ((|DifferentialSpace|) |has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))) ((|DivisionRing|) |has| |#1| (|Field|)) ((|ElementaryFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Eltable| #1# |#1|) . T) ((|Eltable| $ $) . T) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|EuclideanDomain|) |has| |#1| (|Field|)) ((|Field|) |has| |#1| (|Field|)) ((|Functorial| |#1|) . T) ((|GcdDomain|) |has| |#1| (|Field|)) ((|HyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|LeftLinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|Module| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #3=(|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))) ((|PartialDifferentialRing| #3#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))) ((|PartialDifferentialSpace| #3#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))) ((|PowerSeriesCategory| |#1| #1# (|SingletonAsOrderedSet|)) . T) ((|PrincipalIdealDomain|) |has| |#1| (|Field|)) ((|RadicalCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) |has| |#1| (|CommutativeRing|)) ((|RightModule| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) |has| |#1| (|CommutativeRing|)) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|TranscendentalFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|TrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|Field|)) ((|UnivariatePowerSeriesCategory| |#1| #1#) . T))
((|zero?| (((|Boolean|) $) 12 T ELT)) (|retractIfCan| (((|Union| |#3| #1="failed") $) 17 T ELT) (((|Union| #2=(|Symbol|) #1#) $) NIL T ELT) (((|Union| #3=(|Fraction| #4=(|Integer|)) #1#) $) NIL T ELT) (((|Union| #4# #1#) $) NIL T ELT)) (|retract| ((|#3| $) 14 T ELT) ((#2# $) NIL T ELT) ((#3# $) NIL T ELT) ((#4# $) NIL T ELT)))
(((|UnivariateLaurentSeriesConstructorCategory&| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |retractIfCan| ((|Union| #1=(|Integer|) #2="failed") |#1|)) (SIGNATURE |retract| (#1# |#1|)) (SIGNATURE |retractIfCan| ((|Union| #3=(|Fraction| #1#) #2#) |#1|)) (SIGNATURE |retract| (#3# |#1|)) (SIGNATURE |retractIfCan| ((|Union| #4=(|Symbol|) #2#) |#1|)) (SIGNATURE |retract| (#4# |#1|)) (SIGNATURE |retractIfCan| ((|Union| |#3| #2#) |#1|)) (SIGNATURE |retract| (|#3| |#1|)) (SIGNATURE |zero?| ((|Boolean|) |#1|))) (|UnivariateLaurentSeriesConstructorCategory| |#2| |#3|) (|Ring|) (|UnivariateTaylorSeriesCategory| |#2|)) (T |UnivariateLaurentSeriesConstructorCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|wholePart| ((|#2| . #3=($)) 267 (|and| (|has| |#2| . #4=((|EuclideanDomain|))) (|has| |#1| . #5=((|Field|)))) ELT)) (|variables| (((|List| #6=(|SingletonAsOrderedSet|)) $) 96 T ELT)) (|variable| ((#7=(|Symbol|) $) 130 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 (|has| |#1| . #8=((|IntegralDomain|))) ELT)) (|unitCanonical| (($ $) 74 (|has| |#1| . #8#) ELT)) (|unit?| ((#9=(|Boolean|) $) 76 (|has| |#1| . #8#) ELT)) (|truncate| (($ $ #10=(|Integer|)) 125 T ELT) (($ $ #10# #10#) 124 T ELT)) (|terms| (((|Stream| (|Record| (|:| |k| #10#) (|:| |c| |#1|))) $) 131 T ELT)) (|taylorRep| ((|#2| $) 303 T ELT)) (|taylorIfCan| (((|Union| |#2| "failed") $) 299 T ELT)) (|taylor| ((|#2| $) 300 T ELT)) (|tanh| (#11=($ $) 164 (|has| |#1| . #12=((|Algebra| (|Fraction| #10#)))) ELT)) (|tan| (#13=($ $) 147 (|has| |#1| . #12#) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePolynomial| (#14=((|Factored| #15=(|SparseUnivariatePolynomial| $)) #15#) 276 (|and| (|has| |#2| . #16=((|PolynomialFactorizationExplicit|))) (|has| |#1| . #5#)) ELT)) (|squareFreePart| (($ $) 191 (|has| |#1| . #17=((|Field|))) ELT)) (|squareFree| (#18=((|Factored| $) $) 192 (|has| |#1| . #17#) ELT)) (|sqrt| (($ $) 146 (|has| |#1| . #12#) ELT)) (|solveLinearPolynomialEquation| (((|Union| #19=(|List| #15#) #20="failed") #19# #15#) 273 (|and| (|has| |#2| . #16#) (|has| |#1| . #5#)) ELT)) (|sizeLess?| (((|Boolean|) $ $) 182 (|has| |#1| . #17#) ELT)) (|sinh| (#11# 163 (|has| |#1| . #12#) ELT)) (|sin| (#13# 148 (|has| |#1| . #12#) ELT)) (|sign| (((|Integer|) $) 285 (|and| (|has| |#2| . #21=((|OrderedIntegralDomain|))) (|has| |#1| . #5#)) ELT)) (|series| (($ (|Stream| (|Record| (|:| |k| #10#) (|:| |c| |#1|)))) 202 T ELT)) (|sech| (#11# 162 (|has| |#1| . #12#) ELT)) (|sec| (#13# 149 (|has| |#1| . #12#) ELT)) (|sample| (#22=($) 23 T CONST)) (|retractIfCan| (((|Union| |#2| . #23=("failed")) . #24=($)) 306 T ELT) (((|Union| #25=(|Integer|) . #23#) . #24#) 296 (|and| (|has| |#2| . #26=((|RetractableTo| #25#))) (|has| |#1| . #5#)) ELT) (((|Union| #27=(|Fraction| #25#) . #23#) . #24#) 294 (|and| (|has| |#2| . #26#) (|has| |#1| . #5#)) ELT) (((|Union| #28=(|Symbol|) . #23#) . #24#) 278 (|and| (|has| |#2| . #29=((|RetractableTo| #28#))) (|has| |#1| . #5#)) ELT)) (|retract| ((|#2| . #30=($)) 307 T ELT) ((#25# . #30#) 295 (|and| (|has| |#2| . #26#) (|has| |#1| . #5#)) ELT) ((#27# . #30#) 293 (|and| (|has| |#2| . #26#) (|has| |#1| . #5#)) ELT) ((#28# . #30#) 277 (|and| (|has| |#2| . #29#) (|has| |#1| . #5#)) ELT)) (|removeZeroes| (($ $) 302 T ELT) (($ (|Integer|) $) 301 T ELT)) (|rem| (#31=($ $ $) 186 (|has| |#1| . #17#) ELT)) (|reductum| (#32=($ $) 82 T ELT)) (|reducedSystem| (((|Matrix| |#2|) . #33=(#34=(|Matrix| $))) 255 (|has| |#1| . #5#) ELT) (((|Record| (|:| |mat| (|Matrix| |#2|)) (|:| |vec| (|Vector| |#2|))) . #35=(#34# #36=(|Vector| $))) 254 (|has| |#1| . #5#) ELT) (((|Record| (|:| |mat| (|Matrix| #37=(|Integer|))) (|:| |vec| (|Vector| #37#))) . #35#) 253 (|and| (|has| |#2| . #38=((|LinearlyExplicitRingOver| #37#))) (|has| |#1| . #5#)) ELT) (((|Matrix| #37#) . #33#) 252 (|and| (|has| |#2| . #38#) (|has| |#1| . #5#)) ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|rationalFunction| (((|Fraction| (|Polynomial| |#1|)) $ #10#) 200 (|has| |#1| . #39=((|IntegralDomain|))) ELT) (((|Fraction| (|Polynomial| |#1|)) $ #10# #10#) 199 (|has| |#1| . #39#) ELT)) (|random| (($) 269 (|and| (|has| |#2| . #40=((|IntegerNumberSystem|))) (|has| |#1| . #5#)) ELT)) (|quo| (#31# 185 (|has| |#1| . #17#) ELT)) (|principalIdeal| (((|Record| (|:| |coef| #41=(|List| $)) (|:| |generator| $)) #41#) 180 (|has| |#1| . #17#) ELT)) (|prime?| (((|Boolean|) $) 193 (|has| |#1| . #17#) ELT)) (|positive?| (((|Boolean|) $) 283 (|and| (|has| |#2| . #21#) (|has| |#1| . #5#)) ELT)) (|pole?| (((|Boolean|) $) 95 T ELT)) (|pi| (($) 174 (|has| |#1| . #12#) ELT)) (|patternMatch| (((|PatternMatchResult| #42=(|Float|) . #43=($)) $ (|Pattern| #42#) (|PatternMatchResult| #42# . #43#)) 261 (|and| (|has| |#2| (|PatternMatchable| #42#)) (|has| |#1| . #5#)) ELT) (((|PatternMatchResult| #44=(|Integer|) . #43#) $ (|Pattern| #44#) (|PatternMatchResult| #44# . #43#)) 260 (|and| (|has| |#2| (|PatternMatchable| #44#)) (|has| |#1| . #5#)) ELT)) (|order| ((#10# $) 127 T ELT) ((#10# $ #10#) 126 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|numerator| (#45=($ $) 265 (|has| |#1| . #5#) ELT)) (|numer| ((|#2| . #3#) 263 (|has| |#1| . #5#) ELT)) (|nthRoot| (($ $ #46=(|Integer|)) 145 (|has| |#1| . #12#) ELT)) (|nextItem| (((|Maybe| $) $) 297 (|and| (|has| |#2| . #47=((|StepThrough|))) (|has| |#1| . #5#)) ELT)) (|negative?| (((|Boolean|) $) 284 (|and| (|has| |#2| . #21#) (|has| |#1| . #5#)) ELT)) (|multiplyExponents| (($ $ (|PositiveInteger|)) 128 T ELT)) (|multiplyCoefficients| (($ (|Mapping| |#1| #10#) $) 201 T ELT)) (|multiEuclidean| (((|Union| #48=(|List| $) #49="failed") #48# $) 189 (|has| |#1| . #17#) ELT)) (|monomial?| (((|Boolean|) $) 84 T ELT)) (|monomial| (($ |#1| #10#) 83 T ELT) (($ $ #6# #10#) 98 T ELT) (($ $ (|List| #6#) (|List| #10#)) 97 T ELT)) (|min| (#50=($ $ $) 292 (|and| (|has| |#2| . #51=((|OrderedSet|))) (|has| |#1| . #5#)) ELT)) (|max| (#50# 291 (|and| (|has| |#2| . #51#) (|has| |#1| . #5#)) ELT)) (|map| (($ (|Mapping| |#1| |#1|) . #52=($)) 88 T ELT) (($ (|Mapping| |#2| |#2|) . #52#) 245 (|has| |#1| . #5#) ELT)) (|log| (#53=($ $) 171 (|has| |#1| . #12#) ELT)) (|leftReducedSystem| (((|Matrix| |#2|) . #54=(#36#)) 257 (|has| |#1| . #5#) ELT) (((|Record| (|:| |mat| (|Matrix| |#2|)) (|:| |vec| (|Vector| |#2|))) . #55=(#36# $)) 256 (|has| |#1| . #5#) ELT) (((|Record| (|:| |mat| (|Matrix| #37#)) (|:| |vec| (|Vector| #37#))) . #55#) 251 (|and| (|has| |#2| . #38#) (|has| |#1| . #5#)) ELT) (((|Matrix| #37#) . #54#) 250 (|and| (|has| |#2| . #38#) (|has| |#1| . #5#)) ELT)) (|leadingMonomial| (#32# 86 T ELT)) (|leadingCoefficient| ((|#1| $) 87 T ELT)) (|lcm| (#56=($ (|List| $)) 178 (|has| |#1| . #17#) ELT) (#57=($ $ $) 177 (|has| |#1| . #17#) ELT)) (|laurent| (($ (|Integer|) |#2|) 304 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 194 (|has| |#1| . #17#) ELT)) (|integrate| (($ $) 198 (|has| |#1| . #12#) ELT) (($ $ #58=(|Symbol|)) 197 (OR (AND (|has| |#1| (|AlgebraicallyClosedFunctionSpace| #10#)) (|has| |#1| (|PrimitiveFunctionCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|)) (|has| |#1| . #12#)) (AND (|has| |#1| (SIGNATURE |variables| ((|List| #58#) |#1|))) (|has| |#1| (SIGNATURE |integrate| (|#1| |#1| #58#))) (|has| |#1| . #12#))) ELT)) (|init| (($) 298 (|and| (|has| |#2| . #47#) (|has| |#1| . #5#)) CONST)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#59=(|SparseUnivariatePolynomial| $) #59# #59#) 179 (|has| |#1| . #17#) ELT)) (|gcd| (#56# 176 (|has| |#1| . #17#) ELT) (#57# 175 (|has| |#1| . #17#) ELT)) (|fractionPart| (#45# 268 (|and| (|has| |#2| . #4#) (|has| |#1| . #5#)) ELT)) (|floor| ((|#2| . #3#) 271 (|and| (|has| |#2| . #40#) (|has| |#1| . #5#)) ELT)) (|factorSquareFreePolynomial| (#14# 274 (|and| (|has| |#2| . #16#) (|has| |#1| . #5#)) ELT)) (|factorPolynomial| (#14# 275 (|and| (|has| |#2| . #16#) (|has| |#1| . #5#)) ELT)) (|factor| (#18# 190 (|has| |#1| . #17#) ELT)) (|extendedEuclidean| (((|Union| (|Record| #60=(|:| |coef1| $) #61=(|:| |coef2| $)) #49#) $ $ $) 188 (|has| |#1| . #17#) ELT) (((|Record| #60# #61# (|:| |generator| $)) $ $) 187 (|has| |#1| . #17#) ELT)) (|extend| (($ $ #10#) 122 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 72 (|has| |#1| . #8#) ELT)) (|expressIdealMember| (((|Maybe| #41#) #41# $) 181 (|has| |#1| . #17#) ELT)) (|exp| (#53# 172 (|has| |#1| . #12#) ELT)) (|eval| (((|Stream| |#1|) $ |#1|) 121 (|has| |#1| (SIGNATURE ** (|#1| |#1| #10#))) ELT) (($ $ #62=(|Symbol|) |#2|) 244 (|and| (|has| |#2| (|InnerEvalable| #62# |#2|)) (|has| |#1| . #5#)) ELT) (($ $ (|List| #62#) (|List| |#2|)) 243 (|and| (|has| |#2| (|InnerEvalable| #62# |#2|)) (|has| |#1| . #5#)) ELT) (($ $ (|List| (|Equation| |#2|))) 242 (|and| (|has| |#2| (|Evalable| |#2|)) (|has| |#1| . #5#)) ELT) (($ $ (|Equation| |#2|)) 241 (|and| (|has| |#2| (|Evalable| |#2|)) (|has| |#1| . #5#)) ELT) (($ $ |#2| |#2|) 240 (|and| (|has| |#2| (|Evalable| |#2|)) (|has| |#1| . #5#)) ELT) (($ $ (|List| |#2|) (|List| |#2|)) 239 (|and| (|has| |#2| (|Evalable| |#2|)) (|has| |#1| . #5#)) ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 183 (|has| |#1| . #17#) ELT)) (|elt| ((|#1| $ #10#) 132 T ELT) (($ $ $) 108 (|has| #10# (|SemiGroup|)) ELT) (($ $ |#2|) 238 (|and| (|has| |#2| (|Eltable| |#2| |#2|)) (|has| |#1| . #5#)) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 184 (|has| |#1| . #17#) ELT)) (|differentiate| (($ $ (|Mapping| |#2| |#2|) . #63=((|NonNegativeInteger|))) 247 (|has| |#1| . #5#) ELT) (($ $ (|Mapping| |#2| |#2|)) 246 (|has| |#1| . #5#) ELT) (($ . #64=($)) 112 (OR (|and| (|has| |#2| . #65=((|DifferentialSpace|))) (|has| |#1| . #5#)) (|has| |#1| (SIGNATURE * (|#1| #10# |#1|)))) ELT) (#66=($ $ (|NonNegativeInteger|)) 110 (OR (|and| (|has| |#2| . #65#) (|has| |#1| . #5#)) (|has| |#1| (SIGNATURE * (|#1| #10# |#1|)))) ELT) (($ $ #7#) 120 (OR (|and| (|has| |#2| . #67=((|PartialDifferentialSpace| (|Symbol|)))) (|has| |#1| . #5#)) (AND (|has| |#1| . #68=((|PartialDifferentialRing| #7#))) (|has| |#1| (SIGNATURE * (|#1| #10# |#1|))))) ELT) (($ $ (|List| #7#)) 118 (OR (|and| (|has| |#2| . #67#) (|has| |#1| . #5#)) (AND (|has| |#1| . #68#) (|has| |#1| (SIGNATURE * (|#1| #10# |#1|))))) ELT) (($ $ #7# . #69=(#70=(|NonNegativeInteger|))) 117 (OR (|and| (|has| |#2| . #67#) (|has| |#1| . #5#)) (AND (|has| |#1| . #68#) (|has| |#1| (SIGNATURE * (|#1| #10# |#1|))))) ELT) (($ $ (|List| #7#) . #71=((|List| #70#))) 116 (OR (|and| (|has| |#2| . #67#) (|has| |#1| . #5#)) (AND (|has| |#1| . #68#) (|has| |#1| (SIGNATURE * (|#1| #10# |#1|))))) ELT)) (|denominator| (#45# 266 (|has| |#1| . #5#) ELT)) (|denom| ((|#2| . #3#) 264 (|has| |#1| . #5#) ELT)) (|degree| ((#10# $) 85 T ELT)) (|csch| (#11# 161 (|has| |#1| . #12#) ELT)) (|csc| (#13# 150 (|has| |#1| . #12#) ELT)) (|coth| (#11# 160 (|has| |#1| . #12#) ELT)) (|cot| (#13# 151 (|has| |#1| . #12#) ELT)) (|cosh| (#11# 159 (|has| |#1| . #12#) ELT)) (|cos| (#13# 152 (|has| |#1| . #12#) ELT)) (|convert| (((|DoubleFloat|) . #72=($)) 282 (|and| (|has| |#2| . #73=((|RealConstant|))) (|has| |#1| . #5#)) ELT) (((|Float|) . #72#) 281 (|and| (|has| |#2| . #73#) (|has| |#1| . #5#)) ELT) ((#74=(|InputForm|) . #72#) 280 (|and| (|has| |#2| (|ConvertibleTo| #74#)) (|has| |#1| . #5#)) ELT) ((#75=(|Pattern| (|Float|)) . #72#) 259 (|and| (|has| |#2| (|ConvertibleTo| #75#)) (|has| |#1| . #5#)) ELT) ((#76=(|Pattern| (|Integer|)) . #72#) 258 (|and| (|has| |#2| (|ConvertibleTo| #76#)) (|has| |#1| . #5#)) ELT)) (|conditionP| (((|Union| (|Vector| $) #20#) (|Matrix| $)) 272 (|and| (|and| #77=(|has| $ (|CharacteristicNonZero|)) (|has| |#2| . #16#)) (|has| |#1| . #5#)) ELT)) (|complete| (($ $) 94 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 69 (|has| |#1| (|CommutativeRing|)) ELT) (($ |#2|) 305 T ELT) (($ #28#) 279 (|and| (|has| |#2| . #29#) (|has| |#1| . #5#)) ELT) (($ #78=(|Fraction| #79=(|Integer|))) 79 (|has| |#1| . #80=((|Algebra| (|Fraction| (|Integer|))))) ELT) (($ $) 71 (|has| |#1| . #8#) ELT)) (|coefficient| ((|#1| $ #10#) 81 T ELT)) (|charthRoot| (((|Maybe| $) $) 70 (OR (|and| (OR (|has| |#2| (|CharacteristicNonZero|)) (|and| #77# (|has| |#2| . #16#))) (|has| |#1| . #5#)) (|has| |#1| (|CharacteristicNonZero|))) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|center| ((|#1| $) 129 T ELT)) (|ceiling| ((|#2| . #3#) 270 (|and| (|has| |#2| . #40#) (|has| |#1| . #5#)) ELT)) (|before?| (#1# 6 T ELT)) (|atanh| (#81=($ $) 170 (|has| |#1| . #12#) ELT)) (|atan| (#82=($ $) 158 (|has| |#1| . #12#) ELT)) (|associates?| ((#9# $ $) 75 (|has| |#1| . #8#) ELT)) (|asinh| (#81# 169 (|has| |#1| . #12#) ELT)) (|asin| (#82# 157 (|has| |#1| . #12#) ELT)) (|asech| (#81# 168 (|has| |#1| . #12#) ELT)) (|asec| (#82# 156 (|has| |#1| . #12#) ELT)) (|approximate| ((|#1| $ #10#) 123 (AND (|has| |#1| (SIGNATURE ** (|#1| |#1| #10#))) (|has| |#1| (SIGNATURE |coerce| (|#1| #7#)))) ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|acsch| (#81# 167 (|has| |#1| . #12#) ELT)) (|acsc| (#82# 155 (|has| |#1| . #12#) ELT)) (|acoth| (#81# 166 (|has| |#1| . #12#) ELT)) (|acot| (#82# 154 (|has| |#1| . #12#) ELT)) (|acosh| (#81# 165 (|has| |#1| . #12#) ELT)) (|acos| (#82# 153 (|has| |#1| . #12#) ELT)) (|abs| (($ $) 286 (|and| (|has| |#2| . #21#) (|has| |#1| . #5#)) ELT)) (|Zero| (#22# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ (|Mapping| |#2| |#2|) . #63#) 249 (|has| |#1| . #5#) ELT) (($ $ (|Mapping| |#2| |#2|)) 248 (|has| |#1| . #5#) ELT) (($ . #64#) 111 (OR (|and| (|has| |#2| . #65#) (|has| |#1| . #5#)) (|has| |#1| (SIGNATURE * (|#1| #10# |#1|)))) ELT) (#66# 109 (OR (|and| (|has| |#2| . #65#) (|has| |#1| . #5#)) (|has| |#1| (SIGNATURE * (|#1| #10# |#1|)))) ELT) (($ $ #7#) 119 (OR (|and| (|has| |#2| . #67#) (|has| |#1| . #5#)) (AND (|has| |#1| . #68#) (|has| |#1| (SIGNATURE * (|#1| #10# |#1|))))) ELT) (($ $ (|List| #7#)) 115 (OR (|and| (|has| |#2| . #67#) (|has| |#1| . #5#)) (AND (|has| |#1| . #68#) (|has| |#1| (SIGNATURE * (|#1| #10# |#1|))))) ELT) (($ $ #7# . #69#) 114 (OR (|and| (|has| |#2| . #67#) (|has| |#1| . #5#)) (AND (|has| |#1| . #68#) (|has| |#1| (SIGNATURE * (|#1| #10# |#1|))))) ELT) (($ $ (|List| #7#) . #71#) 113 (OR (|and| (|has| |#2| . #67#) (|has| |#1| . #5#)) (AND (|has| |#1| . #68#) (|has| |#1| (SIGNATURE * (|#1| #10# |#1|))))) ELT)) (>= (#83=((|Boolean|) $ $) 290 (|and| (|has| |#2| . #51#) (|has| |#1| . #5#)) ELT)) (> (#83# 288 (|and| (|has| |#2| . #51#) (|has| |#1| . #5#)) ELT)) (= (#1# 8 T ELT)) (<= (#83# 289 (|and| (|has| |#2| . #51#) (|has| |#1| . #5#)) ELT)) (< (#83# 287 (|and| (|has| |#2| . #51#) (|has| |#1| . #5#)) ELT)) (/ (($ $ |#1|) 80 (|has| |#1| (|Field|)) ELT) (($ $ $) 196 (|has| |#1| . #17#) ELT) (($ |#2| |#2|) 262 (|has| |#1| . #5#) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #79#) 195 (|has| |#1| . #17#) ELT) (($ $ $) 173 (|has| |#1| . #12#) ELT) (($ $ (|Fraction| #46#)) 144 (|has| |#1| . #12#) ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #84=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 90 T ELT) (($ |#1| . #84#) 89 T ELT) (($ $ |#2|) 237 (|has| |#1| . #5#) ELT) (($ |#2| . #84#) 236 (|has| |#1| . #5#) ELT) (($ #78# . #84#) 78 (|has| |#1| . #80#) ELT) (($ $ #78#) 77 (|has| |#1| . #80#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|wholePart| (#4=(|#2| $) 267 #5=(|and| (|has| |#2| (|EuclideanDomain|)) #6=(|has| |#1| (|Field|))) ELT)) (|variables| ((#7=(|List| #8=(|SingletonAsOrderedSet|)) $) 96 T ELT)) (|variable| (#9=(#10=(|Symbol|) $) 130 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 #11=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| (#12=($ $) 74 #11# ELT)) (|unit?| (#3# 76 #11# ELT)) (|truncate| (#13=($ $ #14=(|Integer|)) 125 T ELT) (($ $ #14# #14#) 124 T ELT)) (|terms| ((#15=(|Stream| (|Record| (|:| |k| #14#) (|:| |c| |#1|))) $) 131 T ELT)) (|taylorRep| (#4# 303 T ELT)) (|taylorIfCan| (#16=((|Union| |#2| #17="failed") $) 299 T ELT)) (|taylor| (#4# 300 T ELT)) (|tanh| (#12# 164 #18=(|has| |#1| (|Algebra| #19=(|Fraction| #14#))) ELT)) (|tan| (#12# 147 #18# ELT)) (|subtractIfCan| ((#20=(|Maybe| $) $ $) 26 T ELT)) (|squareFreePolynomial| (#21=((|Factored| #22=(|SparseUnivariatePolynomial| $)) #22#) 276 #23=(|and| #24=(|has| |#2| (|PolynomialFactorizationExplicit|)) #6#) ELT)) (|squareFreePart| (#12# 191 #6# ELT)) (|squareFree| (#25=((|Factored| $) $) 192 #6# ELT)) (|sqrt| (#12# 146 #18# ELT)) (|solveLinearPolynomialEquation| (((|Union| #26=(|List| #22#) #17#) #26# #22#) 273 #23# ELT)) (|sizeLess?| (#1# 182 #6# ELT)) (|sinh| (#12# 163 #18# ELT)) (|sin| (#12# 148 #18# ELT)) (|sign| (#27=(#14# $) 285 #28=(|and| (|has| |#2| (|OrderedIntegralDomain|)) #6#) ELT)) (|series| (($ #15#) 202 T ELT)) (|sech| (#12# 162 #18# ELT)) (|sec| (#12# 149 #18# ELT)) (|sample| (#29=($) 23 T CONST)) (|retractIfCan| (#16# 306 T ELT) (((|Union| #14# . #30=(#17#)) . #31=($)) 296 #32=(|and| (|has| |#2| (|RetractableTo| #14#)) #6#) ELT) (((|Union| #19# . #30#) . #31#) 294 #32# ELT) (((|Union| #10# . #30#) . #31#) 278 #33=(|and| (|has| |#2| (|RetractableTo| #10#)) #6#) ELT)) (|retract| (#4# 307 T ELT) (#27# 295 #32# ELT) ((#19# $) 293 #32# ELT) (#9# 277 #33# ELT)) (|removeZeroes| (#12# 302 T ELT) (#34=($ #14# $) 301 T ELT)) (|rem| (#35=($ $ $) 186 #6# ELT)) (|reductum| (#12# 82 T ELT)) (|reducedSystem| ((#36=(|Matrix| |#2|) . #37=(#38=(|Matrix| $))) 255 #6# ELT) ((#39=(|Record| (|:| |mat| #36#) (|:| |vec| (|Vector| |#2|))) . #40=(#38# #41=(|Vector| $))) 254 #6# ELT) ((#42=(|Record| (|:| |mat| #43=(|Matrix| #14#)) (|:| |vec| (|Vector| #14#))) . #40#) 253 #44=(|and| (|has| |#2| (|LinearlyExplicitRingOver| #14#)) #6#) ELT) ((#43# . #37#) 252 #44# ELT)) (|recip| ((#45=(|Union| $ #17#) $) 43 T ELT)) (|rationalFunction| ((#46=(|Fraction| (|Polynomial| |#1|)) $ #14#) 200 #11# ELT) ((#46# $ #14# #14#) 199 #11# ELT)) (|random| (#29# 269 #47=(|and| (|has| |#2| (|IntegerNumberSystem|)) #6#) ELT)) (|quo| (#35# 185 #6# ELT)) (|principalIdeal| (((|Record| (|:| |coef| #48=(|List| $)) #49=(|:| |generator| $)) #48#) 180 #6# ELT)) (|prime?| (#3# 193 #6# ELT)) (|positive?| (#3# 283 #28# ELT)) (|pole?| (#3# 95 T ELT)) (|pi| (#29# 174 #18# ELT)) (|patternMatch| ((#50=(|PatternMatchResult| #51=(|Float|) . #52=($)) $ #53=(|Pattern| #51#) #50#) 261 (|and| (|has| |#2| (|PatternMatchable| #51#)) #6#) ELT) ((#54=(|PatternMatchResult| #14# . #52#) $ #55=(|Pattern| #14#) #54#) 260 (|and| (|has| |#2| (|PatternMatchable| #14#)) #6#) ELT)) (|order| (#27# 127 T ELT) ((#14# $ #14#) 126 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|numerator| (#12# 265 #6# ELT)) (|numer| (#4# 263 #6# ELT)) (|nthRoot| (#13# 145 #18# ELT)) (|nextItem| (#56=(#20# $) 297 #57=(|and| (|has| |#2| (|StepThrough|)) #6#) ELT)) (|negative?| (#3# 284 #28# ELT)) (|multiplyExponents| (#58=($ $ #59=(|PositiveInteger|)) 128 T ELT)) (|multiplyCoefficients| (($ (|Mapping| |#1| #14#) $) 201 T ELT)) (|multiEuclidean| (((|Union| #48# #17#) #48# $) 189 #6# ELT)) (|monomial?| (#3# 84 T ELT)) (|monomial| (($ |#1| #14#) 83 T ELT) (($ $ #8# #14#) 98 T ELT) (($ $ #7# (|List| #14#)) 97 T ELT)) (|min| (#35# 292 #60=(|and| (|has| |#2| (|OrderedSet|)) #6#) ELT)) (|max| (#35# 291 #60# ELT)) (|map| (($ (|Mapping| |#1| |#1|) . #61=($)) 88 T ELT) (($ #62=(|Mapping| |#2| |#2|) . #61#) 245 #6# ELT)) (|log| (#12# 171 #18# ELT)) (|leftReducedSystem| ((#36# . #63=(#41#)) 257 #6# ELT) ((#39# . #64=(#41# $)) 256 #6# ELT) ((#42# . #64#) 251 #44# ELT) ((#43# . #63#) 250 #44# ELT)) (|leadingMonomial| (#12# 86 T ELT)) (|leadingCoefficient| (#65=(|#1| $) 87 T ELT)) (|lcm| (#66=($ #48#) 178 #6# ELT) (#35# 177 #6# ELT)) (|laurent| (($ #14# |#2|) 304 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#12# 194 #6# ELT)) (|integrate| (#12# 198 #18# ELT) (#67=($ $ #10#) 197 (OR (AND (|has| |#1| (|AlgebraicallyClosedFunctionSpace| #14#)) (|has| |#1| (|PrimitiveFunctionCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|)) #18#) (AND (|has| |#1| (SIGNATURE |variables| (#68=(|List| #10#) |#1|))) (|has| |#1| (SIGNATURE |integrate| (|#1| |#1| #10#))) #18#)) ELT)) (|init| (#29# 298 #57# CONST)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#22# #22# #22#) 179 #6# ELT)) (|gcd| (#66# 176 #6# ELT) (#35# 175 #6# ELT)) (|fractionPart| (#12# 268 #5# ELT)) (|floor| (#4# 271 #47# ELT)) (|factorSquareFreePolynomial| (#21# 274 #23# ELT)) (|factorPolynomial| (#21# 275 #23# ELT)) (|factor| (#25# 190 #6# ELT)) (|extendedEuclidean| (((|Union| (|Record| #69=(|:| |coef1| $) #70=(|:| |coef2| $)) #17#) $ $ $) 188 #6# ELT) (((|Record| #69# #70# #49#) $ $) 187 #6# ELT)) (|extend| (#13# 122 T ELT)) (|exquo| ((#45# $ $) 72 #11# ELT)) (|expressIdealMember| (((|Maybe| #48#) #48# $) 181 #6# ELT)) (|exp| (#12# 172 #18# ELT)) (|eval| (((|Stream| |#1|) $ |#1|) 121 #71=(|has| |#1| (SIGNATURE ** (|#1| |#1| #14#))) ELT) (($ $ #10# |#2|) 244 #72=(|and| (|has| |#2| (|InnerEvalable| #10# |#2|)) #6#) ELT) (($ $ #68# #73=(|List| |#2|)) 243 #72# ELT) (($ $ (|List| #74=(|Equation| |#2|))) 242 #75=(|and| (|has| |#2| (|Evalable| |#2|)) #6#) ELT) (($ $ #74#) 241 #75# ELT) (($ $ |#2| |#2|) 240 #75# ELT) (($ $ #73# #73#) 239 #75# ELT)) (|euclideanSize| ((#76=(|NonNegativeInteger|) $) 183 #6# ELT)) (|elt| (#77=(|#1| $ #14#) 132 T ELT) (#35# 108 (|has| #14# (|SemiGroup|)) ELT) (#78=($ $ |#2|) 238 (|and| (|has| |#2| (|Eltable| |#2| |#2|)) #6#) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 184 #6# ELT)) (|differentiate| (#79=($ $ #62# #76#) 247 #6# ELT) (#80=($ $ #62#) 246 #6# ELT) (#12# 112 #81=(OR (|and| (|has| |#2| (|DifferentialSpace|)) #6#) #82=(|has| |#1| (SIGNATURE * (|#1| #14# |#1|)))) ELT) (#83=($ $ #76#) 110 #81# ELT) (#67# 120 #84=(OR (|and| (|has| |#2| (|PartialDifferentialSpace| #10#)) #6#) (AND (|has| |#1| (|PartialDifferentialRing| #10#)) #82#)) ELT) (#85=($ $ #68#) 118 #84# ELT) (#86=($ $ #10# #76#) 117 #84# ELT) (#87=($ $ #68# (|List| #76#)) 116 #84# ELT)) (|denominator| (#12# 266 #6# ELT)) (|denom| (#4# 264 #6# ELT)) (|degree| (#27# 85 T ELT)) (|csch| (#12# 161 #18# ELT)) (|csc| (#12# 150 #18# ELT)) (|coth| (#12# 160 #18# ELT)) (|cot| (#12# 151 #18# ELT)) (|cosh| (#12# 159 #18# ELT)) (|cos| (#12# 152 #18# ELT)) (|convert| (((|DoubleFloat|) . #88=($)) 282 #89=(|and| (|has| |#2| (|RealConstant|)) #6#) ELT) ((#51# . #88#) 281 #89# ELT) ((#90=(|InputForm|) . #88#) 280 (|and| (|has| |#2| (|ConvertibleTo| #90#)) #6#) ELT) ((#53# . #88#) 259 (|and| (|has| |#2| (|ConvertibleTo| #53#)) #6#) ELT) ((#55# . #88#) 258 (|and| (|has| |#2| (|ConvertibleTo| #55#)) #6#) ELT)) (|conditionP| (((|Union| #41# #17#) #38#) 272 (|and| #91=(|and| (|has| $ #92=(|CharacteristicNonZero|)) #24#) #6#) ELT)) (|complete| (#12# 94 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #14#) 42 T ELT) (($ |#1|) 69 (|has| |#1| (|CommutativeRing|)) ELT) (($ |#2|) 305 T ELT) (($ #10#) 279 #33# ELT) (($ #19#) 79 #18# ELT) (#12# 71 #11# ELT)) (|coefficient| (#77# 81 T ELT)) (|charthRoot| (#56# 70 (OR (|and| (OR (|has| |#2| #92#) #91#) #6#) (|has| |#1| #92#)) ELT)) (|characteristic| ((#76#) 41 T CONST)) (|center| (#65# 129 T ELT)) (|ceiling| (#4# 270 #47# ELT)) (|before?| (#1# 6 T ELT)) (|atanh| (#12# 170 #18# ELT)) (|atan| (#12# 158 #18# ELT)) (|associates?| (#1# 75 #11# ELT)) (|asinh| (#12# 169 #18# ELT)) (|asin| (#12# 157 #18# ELT)) (|asech| (#12# 168 #18# ELT)) (|asec| (#12# 156 #18# ELT)) (|approximate| (#77# 123 (AND #71# (|has| |#1| (SIGNATURE |coerce| (|#1| #10#)))) ELT)) (|annihilate?| (#1# 34 T ELT)) (|acsch| (#12# 167 #18# ELT)) (|acsc| (#12# 155 #18# ELT)) (|acoth| (#12# 166 #18# ELT)) (|acot| (#12# 154 #18# ELT)) (|acosh| (#12# 165 #18# ELT)) (|acos| (#12# 153 #18# ELT)) (|abs| (#12# 286 #28# ELT)) (|Zero| (#29# 24 T CONST)) (|One| (#29# 46 T CONST)) (D (#79# 249 #6# ELT) (#80# 248 #6# ELT) (#12# 111 #81# ELT) (#83# 109 #81# ELT) (#67# 119 #84# ELT) (#85# 115 #84# ELT) (#86# 114 #84# ELT) (#87# 113 #84# ELT)) (>= (#1# 290 #60# ELT)) (> (#1# 288 #60# ELT)) (= (#1# 8 T ELT)) (<= (#1# 289 #60# ELT)) (< (#1# 287 #60# ELT)) (/ (#93=($ $ |#1|) 80 #6# ELT) (#35# 196 #6# ELT) (($ |#2| |#2|) 262 #6# ELT)) (- (#12# 30 T ELT) (#35# 29 T ELT)) (+ (#35# 18 T ELT)) (** (#58# 36 T ELT) (#83# 44 T ELT) (#13# 195 #6# ELT) (#35# 173 #18# ELT) (#94=($ $ #19#) 144 #18# ELT)) (* (($ #59# $) 17 T ELT) (($ #76# $) 21 T ELT) (#34# 31 T ELT) (#35# 35 T ELT) (#93# 90 T ELT) (($ |#1| . #95=($)) 89 T ELT) (#78# 237 #6# ELT) (($ |#2| . #95#) 236 #6# ELT) (($ #19# . #95#) 78 #18# ELT) (#94# 77 #18# ELT)))
(((|UnivariateLaurentSeriesConstructorCategory| |#1| |#2|) (|Category|) (|Ring|) (|UnivariateTaylorSeriesCategory| |t#1|)) (T |UnivariateLaurentSeriesConstructorCategory|))
-((|degree| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariateLaurentSeriesConstructorCategory| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|UnivariateTaylorSeriesCategory| *3)) (|isDomain| *2 (|Integer|)))) (|laurent| (*1 *1 *2 *3) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *1 (|UnivariateLaurentSeriesConstructorCategory| *4 *3)) (|ofCategory| *3 (|UnivariateTaylorSeriesCategory| *4)))) (|taylorRep| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariateLaurentSeriesConstructorCategory| *3 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *2 (|UnivariateTaylorSeriesCategory| *3)))) (|removeZeroes| (*1 *1 *1) (AND (|ofCategory| *1 (|UnivariateLaurentSeriesConstructorCategory| *2 *3)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *3 (|UnivariateTaylorSeriesCategory| *2)))) (|removeZeroes| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|UnivariateLaurentSeriesConstructorCategory| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|UnivariateTaylorSeriesCategory| *3)))) (|taylor| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariateLaurentSeriesConstructorCategory| *3 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *2 (|UnivariateTaylorSeriesCategory| *3)))) (|taylorIfCan| (*1 *2 *1) (|partial| AND (|ofCategory| *1 (|UnivariateLaurentSeriesConstructorCategory| *3 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *2 (|UnivariateTaylorSeriesCategory| *3)))))
-(|Join| (|UnivariateLaurentSeriesCategory| |t#1|) (|RetractableTo| |t#2|) (|CoercibleFrom| |t#2|) (CATEGORY |domain| (SIGNATURE |laurent| ($ (|Integer|) |t#2|)) (SIGNATURE |degree| ((|Integer|) $)) (SIGNATURE |taylorRep| (|t#2| $)) (SIGNATURE |removeZeroes| ($ $)) (SIGNATURE |removeZeroes| ($ (|Integer|) $)) (SIGNATURE |taylor| (|t#2| $)) (SIGNATURE |taylorIfCan| ((|Union| |t#2| "failed") $)) (IF (|has| |t#1| (|Field|)) (ATTRIBUTE (|QuotientFieldCategory| |t#2|)) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| #1=(|Integer|)) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #2=(|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| |#2|) |has| |#1| (|Field|)) ((|Algebra| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|ArcHyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|ArcTrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BasicType|) . T) ((|BiModule| #2# #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| |#2| |#2|) |has| |#1| (|Field|)) ((|BiModule| $ $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|CharacteristicNonZero|))) (|has| |#1| (|CharacteristicNonZero|))) ((|CharacteristicZero|) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|CharacteristicZero|))) (|has| |#1| (|CharacteristicZero|))) ((|CoercibleFrom| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| #3=(|Symbol|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Symbol|)))) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| |#2|) . T) ((|CoercibleFrom| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|ConvertibleTo| (|DoubleFloat|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|RealConstant|))) ((|ConvertibleTo| (|Float|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|RealConstant|))) ((|ConvertibleTo| (|InputForm|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|ConvertibleTo| (|InputForm|)))) ((|ConvertibleTo| (|Pattern| (|Float|))) AND (|has| |#1| (|Field|)) (|has| |#2| (|ConvertibleTo| (|Pattern| (|Float|))))) ((|ConvertibleTo| (|Pattern| (|Integer|))) AND (|has| |#1| (|Field|)) (|has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|))))) ((|DifferentialDomain| $) OR (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialSpace|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialRing|)))) ((|DifferentialExtension| |#2|) |has| |#1| (|Field|)) ((|DifferentialRing|) OR (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialRing|)))) ((|DifferentialSpace|) OR (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialSpace|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialRing|)))) ((|DifferentialSpaceExtension| |#2|) |has| |#1| (|Field|)) ((|DivisionRing|) |has| |#1| (|Field|)) ((|ElementaryFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Eltable| #1# |#1|) . T) ((|Eltable| |#2| $) AND (|has| |#1| (|Field|)) (|has| |#2| (|Eltable| |#2| |#2|))) ((|Eltable| $ $) |has| (|Integer|) (|SemiGroup|)) ((|EntireRing|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|EuclideanDomain|) |has| |#1| (|Field|)) ((|Evalable| |#2|) AND (|has| |#1| (|Field|)) (|has| |#2| (|Evalable| |#2|))) ((|Field|) |has| |#1| (|Field|)) ((|FullyEvalableOver| |#2|) |has| |#1| (|Field|)) ((|FullyLinearlyExplicitRingOver| |#2|) |has| |#1| (|Field|)) ((|FullyPatternMatchable| |#2|) |has| |#1| (|Field|)) ((|Functorial| |#1|) . T) ((|Functorial| |#2|) |has| |#1| (|Field|)) ((|GcdDomain|) |has| |#1| (|Field|)) ((|HyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|InnerEvalable| (|Symbol|) |#2|) AND (|has| |#1| (|Field|)) (|has| |#2| (|InnerEvalable| (|Symbol|) |#2|))) ((|InnerEvalable| |#2| |#2|) AND (|has| |#1| (|Field|)) (|has| |#2| (|Evalable| |#2|))) ((|IntegralDomain|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|Join|) . T) ((|LeftLinearSet| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| |#2|) |has| |#1| (|Field|)) ((|LeftLinearSet| $) . T) ((|LeftModule| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|LeftModule| #4=(|Integer|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|)))) ((|LeftModule| |#1|) . T) ((|LeftModule| |#2|) |has| |#1| (|Field|)) ((|LeftModule| $) . T) ((|LinearSet| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| |#2|) |has| |#1| (|Field|)) ((|LinearSet| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|LinearlyExplicitRingOver| #4#) AND (|has| |#1| (|Field|)) (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|)))) ((|LinearlyExplicitRingOver| |#2|) |has| |#1| (|Field|)) ((|Module| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| |#2|) |has| |#1| (|Field|)) ((|Module| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|Monoid|) . T) ((|OrderedAbelianGroup|) AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) ((|OrderedAbelianMonoid|) AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) ((|OrderedAbelianSemiGroup|) AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) ((|OrderedCancellationAbelianMonoid|) AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) ((|OrderedIntegralDomain|) AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) ((|OrderedRing|) AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) ((|OrderedSet|) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedSet|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|)))) ((|OrderedType|) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedSet|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|)))) ((|PartialDifferentialDomain| $ #5=(|Symbol|)) OR (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialRing| (|Symbol|))))) ((|PartialDifferentialRing| (|Symbol|)) OR (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialRing| (|Symbol|))))) ((|PartialDifferentialSpace| #5#) OR (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialRing| (|Symbol|))))) ((|PatternMatchable| (|Float|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|PatternMatchable| (|Float|)))) ((|PatternMatchable| (|Integer|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|PatternMatchable| (|Integer|)))) ((|Patternable| |#2|) |has| |#1| (|Field|)) ((|PolynomialFactorizationExplicit|) AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) ((|PowerSeriesCategory| |#1| #1# (|SingletonAsOrderedSet|)) . T) ((|PrincipalIdealDomain|) |has| |#1| (|Field|)) ((|QuotientFieldCategory| |#2|) |has| |#1| (|Field|)) ((|RadicalCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RealConstant|) AND (|has| |#1| (|Field|)) (|has| |#2| (|RealConstant|))) ((|RetractableTo| (|Fraction| (|Integer|))) AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Integer|)))) ((|RetractableTo| (|Integer|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Integer|)))) ((|RetractableTo| #3#) AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Symbol|)))) ((|RetractableTo| |#2|) . T) ((|RightLinearSet| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| |#2|) |has| |#1| (|Field|)) ((|RightLinearSet| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|RightModule| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|RightModule| |#1|) . T) ((|RightModule| |#2|) |has| |#1| (|Field|)) ((|RightModule| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|StepThrough|) AND (|has| |#1| (|Field|)) (|has| |#2| (|StepThrough|))) ((|TranscendentalFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|TrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|Field|)) ((|UnivariateLaurentSeriesCategory| |#1|) . T) ((|UnivariatePowerSeriesCategory| |#1| #1#) . T))
+((|degree| #1=(*1 *2 *1) (AND #2=(|ofCategory| *1 (|UnivariateLaurentSeriesConstructorCategory| *3 *4)) #3=(|ofCategory| *3 #4=(|Ring|)) #5=(|ofCategory| *4 #6=(|UnivariateTaylorSeriesCategory| *3)) #7=(|isDomain| *2 (|Integer|)))) (|laurent| (*1 *1 *2 *3) (AND #7# (|ofCategory| *4 #4#) (|ofCategory| *1 (|UnivariateLaurentSeriesConstructorCategory| *4 *3)) (|ofCategory| *3 (|UnivariateTaylorSeriesCategory| *4)))) (|taylorRep| #1# #8=(AND #9=(|ofCategory| *1 (|UnivariateLaurentSeriesConstructorCategory| *3 *2)) #3# #10=(|ofCategory| *2 #6#))) (|removeZeroes| (*1 *1 *1) (AND (|ofCategory| *1 (|UnivariateLaurentSeriesConstructorCategory| *2 *3)) (|ofCategory| *2 #4#) (|ofCategory| *3 (|UnivariateTaylorSeriesCategory| *2)))) (|removeZeroes| (*1 *1 *2 *1) (AND #7# #2# #3# #5#)) (|taylor| #1# #8#) (|taylorIfCan| #1# (|partial| AND #9# #3# #10#)))
+(|Join| (|UnivariateLaurentSeriesCategory| |t#1|) (|RetractableTo| |t#2|) (|CoercibleFrom| |t#2|) (CATEGORY |domain| (SIGNATURE |laurent| ($ #1=(|Integer|) |t#2|)) (SIGNATURE |degree| (#1# $)) (SIGNATURE |taylorRep| #2=(|t#2| $)) (SIGNATURE |removeZeroes| ($ $)) (SIGNATURE |removeZeroes| ($ #1# $)) (SIGNATURE |taylor| #2#) (SIGNATURE |taylorIfCan| ((|Union| |t#2| "failed") $)) (IF (|has| |t#1| (|Field|)) (ATTRIBUTE (|QuotientFieldCategory| |t#2|)) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| #1=(|Integer|)) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #2=(|Fraction| #1#)) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| |#2|) |has| |#1| (|Field|)) ((|Algebra| $) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|ArcHyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|ArcTrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BasicType|) . T) ((|BiModule| #2# #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| |#2| |#2|) |has| |#1| (|Field|)) ((|BiModule| $ $) OR (|has| |#1| (|CommutativeRing|)) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) OR (|has| |#1| (|CharacteristicNonZero|)) (AND (|has| |#1| (|Field|)) (|has| |#2| (|CharacteristicNonZero|)))) ((|CharacteristicZero|) OR (|has| |#1| (|CharacteristicZero|)) (AND (|has| |#1| (|Field|)) (|has| |#2| (|CharacteristicZero|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|)))) ((|CoercibleFrom| #2#) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Integer|))))) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| #3=(|Symbol|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Symbol|)))) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| |#2|) . T) ((|CoercibleFrom| $) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) OR (|has| |#1| (|CommutativeRing|)) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))) ((|ConvertibleTo| (|DoubleFloat|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|RealConstant|))) ((|ConvertibleTo| #4=(|Float|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|RealConstant|))) ((|ConvertibleTo| (|InputForm|)) AND (|has| |#1| (|Field|)) (|has| |#2| (|ConvertibleTo| (|InputForm|)))) ((|ConvertibleTo| (|Pattern| #4#)) AND (|has| |#1| (|Field|)) (|has| |#2| (|ConvertibleTo| (|Pattern| (|Float|))))) ((|ConvertibleTo| (|Pattern| #1#)) AND (|has| |#1| (|Field|)) (|has| |#2| (|ConvertibleTo| (|Pattern| (|Integer|))))) ((|DifferentialDomain| $) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialRing|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialSpace|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))) ((|DifferentialExtension| |#2|) |has| |#1| (|Field|)) ((|DifferentialRing|) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialRing|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))) ((|DifferentialSpace|) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialRing|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|DifferentialSpace|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|)))) ((|DifferentialSpaceExtension| |#2|) |has| |#1| (|Field|)) ((|DivisionRing|) |has| |#1| (|Field|)) ((|ElementaryFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Eltable| #1# |#1|) . T) ((|Eltable| |#2| $) AND (|has| |#1| (|Field|)) (|has| |#2| (|Eltable| |#2| |#2|))) ((|Eltable| $ $) . T) ((|EntireRing|) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|EuclideanDomain|) |has| |#1| (|Field|)) ((|Evalable| |#2|) AND (|has| |#1| (|Field|)) (|has| |#2| (|Evalable| |#2|))) ((|Field|) |has| |#1| (|Field|)) ((|FullyEvalableOver| |#2|) |has| |#1| (|Field|)) ((|FullyLinearlyExplicitRingOver| |#2|) |has| |#1| (|Field|)) ((|FullyPatternMatchable| |#2|) |has| |#1| (|Field|)) ((|Functorial| |#1|) . T) ((|Functorial| |#2|) |has| |#1| (|Field|)) ((|GcdDomain|) |has| |#1| (|Field|)) ((|HyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|InnerEvalable| #3# |#2|) AND (|has| |#1| (|Field|)) (|has| |#2| (|InnerEvalable| (|Symbol|) |#2|))) ((|InnerEvalable| |#2| |#2|) AND (|has| |#1| (|Field|)) (|has| |#2| (|Evalable| |#2|))) ((|IntegralDomain|) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|LeftLinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| |#2|) |has| |#1| (|Field|)) ((|LeftLinearSet| $) . T) ((|LeftModule| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| #1#) AND (|has| |#1| (|Field|)) (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|)))) ((|LeftModule| |#1|) . T) ((|LeftModule| |#2|) |has| |#1| (|Field|)) ((|LeftModule| $) . T) ((|LinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| |#2|) |has| |#1| (|Field|)) ((|LinearSet| $) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|LinearlyExplicitRingOver| #1#) AND (|has| |#1| (|Field|)) (|has| |#2| (|LinearlyExplicitRingOver| (|Integer|)))) ((|LinearlyExplicitRingOver| |#2|) |has| |#1| (|Field|)) ((|Module| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| |#2|) |has| |#1| (|Field|)) ((|Module| $) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) (|has| |#1| (|IntegralDomain|))) ((|Monoid|) . T) ((|OrderedAbelianGroup|) AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) ((|OrderedAbelianMonoid|) AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) ((|OrderedAbelianSemiGroup|) AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) ((|OrderedCancellationAbelianMonoid|) AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) ((|OrderedIntegralDomain|) AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) ((|OrderedRing|) AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) ((|OrderedSet|) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedSet|)))) ((|OrderedType|) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedSet|)))) ((|PartialDifferentialDomain| $ #3#) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))) ((|PartialDifferentialRing| #3#) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))) ((|PartialDifferentialSpace| #3#) OR (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialRing| (|Symbol|)))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PartialDifferentialSpace| (|Symbol|)))) (AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Integer|) |#1|))))) ((|PatternMatchable| #4#) AND (|has| |#1| (|Field|)) (|has| |#2| (|PatternMatchable| (|Float|)))) ((|PatternMatchable| #1#) AND (|has| |#1| (|Field|)) (|has| |#2| (|PatternMatchable| (|Integer|)))) ((|Patternable| |#2|) |has| |#1| (|Field|)) ((|PolynomialFactorizationExplicit|) AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|))) ((|PowerSeriesCategory| |#1| #1# (|SingletonAsOrderedSet|)) . T) ((|PrincipalIdealDomain|) |has| |#1| (|Field|)) ((|QuotientFieldCategory| |#2|) |has| |#1| (|Field|)) ((|RadicalCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RealConstant|) AND (|has| |#1| (|Field|)) (|has| |#2| (|RealConstant|))) ((|RetractableTo| #2#) AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Integer|)))) ((|RetractableTo| #1#) AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Integer|)))) ((|RetractableTo| #3#) AND (|has| |#1| (|Field|)) (|has| |#2| (|RetractableTo| (|Symbol|)))) ((|RetractableTo| |#2|) . T) ((|RightLinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| |#2|) |has| |#1| (|Field|)) ((|RightLinearSet| $) OR (|has| |#1| (|CommutativeRing|)) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))) ((|RightModule| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| |#2|) |has| |#1| (|Field|)) ((|RightModule| $) OR (|has| |#1| (|CommutativeRing|)) (AND (|has| |#1| (|Field|)) (|has| |#2| (|OrderedIntegralDomain|))) (AND (|has| |#1| (|Field|)) (|has| |#2| (|PolynomialFactorizationExplicit|)))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|StepThrough|) AND (|has| |#1| (|Field|)) (|has| |#2| (|StepThrough|))) ((|TranscendentalFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|TrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|Field|)) ((|UnivariateLaurentSeriesCategory| |#1|) . T) ((|UnivariatePowerSeriesCategory| |#1| #1#) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| (#4=(#3# $) 83 T ELT)) (|wholePart| (#5=(|#2| $) NIL #6=(AND #7=(|has| |#1| (|Field|)) (|has| |#2| (|EuclideanDomain|))) ELT)) (|variables| ((#8=(|List| #9=(|SingletonAsOrderedSet|)) $) NIL T ELT)) (|variable| (#10=(#11=(|Symbol|) $) 102 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) NIL #12=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| #13=(#14=($ $) NIL #12# ELT)) (|unit?| (#4# NIL #12# ELT)) (|truncate| (#15=($ $ #16=(|Integer|)) 111 T ELT) (($ $ #16# #16#) 114 T ELT)) (|terms| ((#17=(|Stream| (|Record| (|:| |k| #16#) (|:| |c| |#1|))) $) 51 T ELT)) (|taylorRep| (#5# 11 T ELT)) (|taylorIfCan| (#18=((|Union| |#2| #19="failed") $) 35 T ELT)) (|taylor| (#5# 36 T ELT)) (|tanh| (#14# 208 #20=(|has| |#1| (|Algebra| #21=(|Fraction| #16#))) ELT)) (|tan| (#14# 184 #20# ELT)) (|subtractIfCan| ((#22=(|Maybe| $) $ $) NIL T ELT)) (|squareFreePolynomial| #23=(((|Factored| #24=(|SparseUnivariatePolynomial| $)) #24#) NIL #25=(AND #7# #26=(|has| |#2| (|PolynomialFactorizationExplicit|))) ELT)) (|squareFreePart| #27=(#14# NIL #7# ELT)) (|squareFree| #28=(((|Factored| $) $) NIL #7# ELT)) (|sqrt| (#14# NIL #20# ELT)) (|solveLinearPolynomialEquation| (((|Union| #29=(|List| #24#) #19#) #29# #24#) NIL #25# ELT)) (|sizeLess?| (#2# NIL #7# ELT)) (|sinh| (#14# 204 #20# ELT)) (|sin| (#14# 180 #20# ELT)) (|sign| (#30=(#16# $) NIL #31=(AND #7# (|has| |#2| (|OrderedIntegralDomain|))) ELT)) (|series| (($ #17#) 59 T ELT)) (|sech| (#14# 212 #20# ELT)) (|sec| (#14# 188 #20# ELT)) (|sample| (#32=($) NIL T CONST)) (|retractIfCan| (#18# 159 T ELT) (((|Union| #16# . #33=(#19#)) . #34=($)) NIL #35=(AND #7# (|has| |#2| (|RetractableTo| #16#))) ELT) (((|Union| #21# . #33#) . #34#) NIL #35# ELT) (((|Union| #11# . #33#) . #34#) NIL #36=(AND #7# (|has| |#2| (|RetractableTo| #11#))) ELT)) (|retract| (#5# 158 T ELT) (#30# NIL #35# ELT) ((#21# $) NIL #35# ELT) (#10# NIL #36# ELT)) (|removeZeroes| (#14# 65 T ELT) (#37=($ #16# $) 28 T ELT)) (|rem| #38=(#39=($ $ $) NIL #7# ELT)) (|reductum| #40=(#14# NIL T ELT)) (|reducedSystem| ((#41=(|Matrix| |#2|) . #42=(#43=(|Matrix| $))) NIL #7# ELT) ((#44=(|Record| (|:| |mat| #41#) (|:| |vec| (|Vector| |#2|))) . #45=(#43# #46=(|Vector| $))) NIL #7# ELT) ((#47=(|Record| (|:| |mat| #48=(|Matrix| #16#)) (|:| |vec| (|Vector| #16#))) . #45#) NIL #49=(AND #7# (|has| |#2| (|LinearlyExplicitRingOver| #16#))) ELT) ((#48# . #42#) NIL #49# ELT)) (|recip| ((#50=(|Union| $ #19#) $) 90 T ELT)) (|rationalFunction| ((#51=(|Fraction| (|Polynomial| |#1|)) $ #16#) 126 #12# ELT) ((#51# $ #16# #16#) 128 #12# ELT)) (|random| (#32# NIL #52=(AND #7# (|has| |#2| (|IntegerNumberSystem|))) ELT)) (|quo| #38#) (|principalIdeal| (((|Record| (|:| |coef| #53=(|List| $)) #54=(|:| |generator| $)) #53#) NIL #7# ELT)) (|prime?| (#4# NIL #7# ELT)) (|positive?| #55=(#4# NIL #31# ELT)) (|pole?| (#4# 76 T ELT)) (|pi| (#32# NIL #20# ELT)) (|patternMatch| ((#56=(|PatternMatchResult| #57=(|Float|) . #58=($)) $ #59=(|Pattern| #57#) #56#) NIL (AND #7# (|has| |#2| (|PatternMatchable| #57#))) ELT) ((#60=(|PatternMatchResult| #16# . #58#) $ #61=(|Pattern| #16#) #60#) NIL (AND #7# (|has| |#2| (|PatternMatchable| #16#))) ELT)) (|order| (#30# 107 T ELT) ((#16# $ #16#) 109 T ELT)) (|opposite?| #1#) (|one?| #62=(#4# NIL T ELT)) (|numerator| #27#) (|numer| (#5# 167 #7# ELT)) (|nthRoot| (#15# NIL #20# ELT)) (|nextItem| (#63=(#22# $) NIL #64=(AND #7# (|has| |#2| (|StepThrough|))) ELT)) (|negative?| #55#) (|multiplyExponents| (#65=($ $ #66=(|PositiveInteger|)) 150 T ELT)) (|multiplyCoefficients| (($ (|Mapping| |#1| #16#) $) 146 T ELT)) (|multiEuclidean| (((|Union| #53# #19#) #53# $) NIL #7# ELT)) (|monomial?| #62#) (|monomial| (($ |#1| #16#) 20 T ELT) (($ $ #9# #16#) NIL T ELT) (($ $ #8# (|List| #16#)) NIL T ELT)) (|min| #67=(#39# NIL #68=(AND #7# (|has| |#2| (|OrderedSet|))) ELT)) (|max| #67#) (|map| (($ (|Mapping| |#1| |#1|) $) 143 T ELT) (($ #69=(|Mapping| |#2| |#2|) $) NIL #7# ELT)) (|log| (#14# 178 #20# ELT)) (|leftReducedSystem| ((#41# . #70=(#46#)) NIL #7# ELT) ((#44# . #71=(#46# $)) NIL #7# ELT) ((#47# . #71#) NIL #49# ELT) ((#48# . #70#) NIL #49# ELT)) (|leadingMonomial| #40#) (|leadingCoefficient| (#72=(|#1| $) NIL T ELT)) (|lcm| #73=(($ #53#) NIL #7# ELT) #38#) (|laurent| (($ #16# |#2|) 10 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|inv| (#14# 161 #7# ELT)) (|integrate| (#14# 230 #20# ELT) (#74=($ $ #11#) 235 (OR (AND #20# (|has| |#1| (|AlgebraicallyClosedFunctionSpace| #16#)) (|has| |#1| (|PrimitiveFunctionCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|))) (AND #20# (|has| |#1| (SIGNATURE |integrate| (|#1| |#1| #11#))) (|has| |#1| (SIGNATURE |variables| (#75=(|List| #11#) |#1|))))) ELT)) (|init| (#32# NIL #64# CONST)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|gcdPolynomial| ((#24# #24# #24#) NIL #7# ELT)) (|gcd| #73# #38#) (|fractionPart| (#14# NIL #6# ELT)) (|floor| #76=(#5# NIL #52# ELT)) (|factorSquareFreePolynomial| #23#) (|factorPolynomial| #23#) (|factor| #28#) (|extendedEuclidean| (((|Union| (|Record| #77=(|:| |coef1| $) #78=(|:| |coef2| $)) #19#) $ $ $) NIL #7# ELT) (((|Record| #77# #78# #54#) $ $) NIL #7# ELT)) (|extend| (#15# 140 T ELT)) (|exquo| ((#50# $ $) 130 #12# ELT)) (|expressIdealMember| (((|Maybe| #53#) #53# $) NIL #7# ELT)) (|exp| (#14# 176 #20# ELT)) (|eval| (((|Stream| |#1|) $ |#1|) 99 #79=(|has| |#1| (SIGNATURE ** (|#1| |#1| #16#))) ELT) (($ $ #11# |#2|) NIL #80=(AND #7# (|has| |#2| (|InnerEvalable| #11# |#2|))) ELT) (($ $ #75# #81=(|List| |#2|)) NIL #80# ELT) (($ $ (|List| #82=(|Equation| |#2|))) NIL #83=(AND #7# (|has| |#2| (|Evalable| |#2|))) ELT) (($ $ #82#) NIL #83# ELT) (($ $ |#2| |#2|) NIL #83# ELT) (($ $ #81# #81#) NIL #83# ELT)) (|euclideanSize| ((#84=(|NonNegativeInteger|) $) NIL #7# ELT)) (|elt| (#85=(|#1| $ #16#) 105 T ELT) (#39# 92 (|has| #16# (|SemiGroup|)) ELT) (#86=($ $ |#2|) NIL (AND #7# (|has| |#2| (|Eltable| |#2| |#2|))) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) NIL #7# ELT)) (|differentiate| #87=(($ $ #69# #84#) NIL #7# ELT) #88=(($ $ #69#) NIL #7# ELT) (#14# 151 #89=(OR (AND #7# (|has| |#2| (|DifferentialSpace|))) #90=(|has| |#1| (SIGNATURE * (|#1| #16# |#1|)))) ELT) #91=(#92=($ $ #84#) NIL #89# ELT) (#74# 155 #93=(OR (AND (|has| |#1| (|PartialDifferentialRing| #11#)) #90#) (AND #7# (|has| |#2| (|PartialDifferentialSpace| #11#)))) ELT) #94=(($ $ #75#) NIL #93# ELT) #95=(($ $ #11# #84#) NIL #93# ELT) #96=(($ $ #75# (|List| #84#)) NIL #93# ELT)) (|denominator| #27#) (|denom| (#5# 168 #7# ELT)) (|degree| (#30# 12 T ELT)) (|csch| (#14# 214 #20# ELT)) (|csc| (#14# 190 #20# ELT)) (|coth| (#14# 210 #20# ELT)) (|cot| (#14# 186 #20# ELT)) (|cosh| (#14# 206 #20# ELT)) (|cos| (#14# 182 #20# ELT)) (|convert| (((|DoubleFloat|) . #97=($)) NIL #98=(AND #7# (|has| |#2| (|RealConstant|))) ELT) ((#57# . #97#) NIL #98# ELT) ((#99=(|InputForm|) . #97#) NIL (AND #7# (|has| |#2| (|ConvertibleTo| #99#))) ELT) ((#59# . #97#) NIL (AND #7# (|has| |#2| (|ConvertibleTo| #59#))) ELT) ((#61# . #97#) NIL (AND #7# (|has| |#2| (|ConvertibleTo| #61#))) ELT)) (|conditionP| (((|Union| #46# #19#) #43#) NIL #100=(AND (|has| $ #101=(|CharacteristicNonZero|)) #7# #26#) ELT)) (|complete| (#14# 138 T ELT)) (|coerce| (((|OutputForm|) $) 268 T ELT) (($ #16#) 24 T ELT) (($ |#1|) 22 (|has| |#1| (|CommutativeRing|)) ELT) (($ |#2|) 21 T ELT) (($ #11#) NIL #36# ELT) (($ #21#) 171 #20# ELT) #13#) (|coefficient| (#85# 87 T ELT)) (|charthRoot| (#63# NIL (OR #100# (|has| |#1| #101#) (AND #7# (|has| |#2| #101#))) ELT)) (|characteristic| ((#84#) 157 T CONST)) (|center| (#72# 104 T ELT)) (|ceiling| #76#) (|before?| #1#) (|atanh| (#14# 220 #20# ELT)) (|atan| (#14# 196 #20# ELT)) (|associates?| (#2# NIL #12# ELT)) (|asinh| (#14# 216 #20# ELT)) (|asin| (#14# 192 #20# ELT)) (|asech| (#14# 224 #20# ELT)) (|asec| (#14# 200 #20# ELT)) (|approximate| (#85# 136 (AND #79# (|has| |#1| (SIGNATURE |coerce| (|#1| #11#)))) ELT)) (|annihilate?| #1#) (|acsch| (#14# 226 #20# ELT)) (|acsc| (#14# 202 #20# ELT)) (|acoth| (#14# 222 #20# ELT)) (|acot| (#14# 198 #20# ELT)) (|acosh| (#14# 218 #20# ELT)) (|acos| (#14# 194 #20# ELT)) (|abs| (#14# NIL #31# ELT)) (|Zero| (#32# 13 T CONST)) (|One| (#32# 18 T CONST)) (D #87# #88# (#14# NIL #89# ELT) #91# (#74# NIL #93# ELT) #94# #95# #96#) (>= #102=(#2# NIL #68# ELT)) (> #102#) (= (#2# 74 T ELT)) (<= #102#) (< #102#) (/ (#103=($ $ |#1|) NIL #7# ELT) (#39# 165 #7# ELT) (($ |#2| |#2|) 166 #7# ELT)) (- (#14# 229 T ELT) (#39# 80 T ELT)) (+ (#39# 78 T ELT)) (** (#65# NIL T ELT) (#92# 86 T ELT) (#15# 162 #7# ELT) (#39# NIL #20# ELT) (#104=($ $ #21#) 174 #20# ELT)) (* (($ #66# $) NIL T ELT) (($ #84# $) NIL T ELT) (#37# NIL T ELT) (#39# 81 T ELT) (#103# NIL T ELT) (($ |#1| . #105=($)) 154 T ELT) (#86# 164 #7# ELT) (($ |#2| $) 163 #7# ELT) (($ #21# . #105#) NIL #20# ELT) (#104# NIL #20# ELT)))
(((|UnivariateLaurentSeriesConstructor| |#1| |#2|) (|UnivariateLaurentSeriesConstructorCategory| |#1| |#2|) (|Ring|) (|UnivariateTaylorSeriesCategory| |#1|)) (T |UnivariateLaurentSeriesConstructor|))
NIL
@@ -3860,22 +3860,22 @@ NIL
((|vectorise| (((|Vector| |#2|) $ #1=(|NonNegativeInteger|)) 129 T ELT)) (|variables| ((#2=(|List| #3=(|SingletonAsOrderedSet|)) $) 16 T ELT)) (|unmakeSUP| (($ #4=(|SparseUnivariatePolynomial| |#2|)) 80 T ELT)) (|totalDegree| #5=(#6=(#1# $) NIL T ELT) ((#1# $ #2#) 21 T ELT)) (|squareFreePolynomial| (#7=((|Factored| #8=(|SparseUnivariatePolynomial| $)) #8#) 217 T ELT)) (|squareFreePart| (#9=($ $) 207 T ELT)) (|squareFree| (#10=((|Factored| $) $) 205 T ELT)) (|solveLinearPolynomialEquation| (((|Union| #11=(|List| #8#) #12="failed") #11# #8#) 95 T ELT)) (|shiftRight| (#13=($ $ #1#) 84 T ELT)) (|shiftLeft| (#13# 86 T ELT)) (|separate| (((|Record| (|:| |primePart| $) (|:| |commonPart| $)) $ $) 157 T ELT)) (|retractIfCan| (((|Union| |#2| #12#) $) 132 T ELT) (((|Union| #14=(|Fraction| #15=(|Integer|)) #12#) $) NIL T ELT) (((|Union| #15# #12#) $) NIL T ELT) (#16=((|Union| #3# #12#) $) NIL T ELT)) (|retract| (#17=(|#2| $) 130 T ELT) ((#14# $) NIL T ELT) ((#15# $) NIL T ELT) ((#3# $) NIL T ELT)) (|pseudoQuotient| (#18=($ $ $) 182 T ELT)) (|pseudoDivide| (((|Record| (|:| |coef| |#2|) #19=(|:| |quotient| $) #20=(|:| |remainder| $)) $ $) 185 T ELT)) (|order| ((#1# $ $) 202 T ELT)) (|nextItem| (((|Maybe| $) $) 149 T ELT)) (|monomial| (($ |#2| #1#) NIL T ELT) (#21=($ $ #3# #1#) 59 T ELT) #22=(($ $ #2# #23=(|List| #1#)) NIL T ELT)) (|minimumDegree| #5# (#24=(#1# $ #3#) 54 T ELT) (#25=(#23# $ #2#) 55 T ELT)) (|makeSUP| ((#4# $) 72 T ELT)) (|mainVariable| (#16# 52 T ELT)) (|karatsubaDivide| ((#26=(|Record| #19# #20#) $ #1#) 83 T ELT)) (|integrate| (#9# 232 T ELT)) (|init| (($) 134 T CONST)) (|gcdPolynomial| ((#8# #8# #8#) 214 T ELT)) (|factorSquareFreePolynomial| (#7# 101 T ELT)) (|factorPolynomial| (#7# 99 T ELT)) (|factor| (#10# 120 T ELT)) (|eval| (($ $ (|List| #27=(|Equation| $))) 51 T ELT) (($ $ #27#) NIL T ELT) (($ $ $ $) NIL T ELT) (($ $ #28=(|List| $) #28#) NIL T ELT) (($ $ #3# |#2|) 39 T ELT) (($ $ #2# (|List| |#2|)) 36 T ELT) (($ $ #3# $) 32 T ELT) (($ $ #2# #28#) 30 T ELT)) (|euclideanSize| (#6# 220 T ELT)) (|elt| ((|#2| $ |#2|) NIL T ELT) (#18# NIL T ELT) ((#29=(|Fraction| $) #29# #29#) 176 T ELT) ((|#2| #29# |#2|) 219 T ELT) ((#29# $ #29#) 201 T ELT)) (|divide| ((#26# $ $) 225 T ELT)) (|differentiate| #22# (#21# NIL T ELT) (($ $ #2#) NIL T ELT) (#30=($ $ #3#) 169 T ELT) (#9# 167 T ELT) (#13# NIL T ELT) (($ $ #31=(|Mapping| |#2| |#2|)) 166 T ELT) (($ $ #31# #1#) NIL T ELT) (($ $ #31# $) 161 T ELT) (($ $ #32=(|Symbol|)) NIL T ELT) (($ $ #33=(|List| #32#)) NIL T ELT) (($ $ #32# #1#) NIL T ELT) (($ $ #33# #23#) NIL T ELT)) (|degree| #5# (#24# 17 T ELT) (#25# 23 T ELT)) (|content| (#17# NIL T ELT) (#30# 151 T ELT)) (|composite| (((|Union| $ #12#) $ $) 193 T ELT) (((|Union| #29# #12#) #29# $) 189 T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #15#) NIL T ELT) (($ |#2|) NIL T ELT) (($ #3#) 64 T ELT) (($ #14#) NIL T ELT) (#9# NIL T ELT)))
(((|UnivariatePolynomialCategory&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |coerce| #1=(|#1| |#1|)) (SIGNATURE |gcdPolynomial| (#2=(|SparseUnivariatePolynomial| |#1|) #2# #2#)) (SIGNATURE |differentiate| (|#1| |#1| #3=(|List| #4=(|Symbol|)) #5=(|List| #6=(|NonNegativeInteger|)))) (SIGNATURE |differentiate| (|#1| |#1| #4# #6#)) (SIGNATURE |differentiate| (|#1| |#1| #3#)) (SIGNATURE |differentiate| (|#1| |#1| #4#)) (SIGNATURE |squareFree| #7=((|Factored| |#1|) |#1|)) (SIGNATURE |squareFreePart| #1#) (SIGNATURE |coerce| (|#1| #8=(|Fraction| #9=(|Integer|)))) (SIGNATURE |init| (|#1|) |constant|) (SIGNATURE |nextItem| ((|Maybe| |#1|) |#1|)) (SIGNATURE |elt| (#10=(|Fraction| |#1|) |#1| #10#)) (SIGNATURE |euclideanSize| #11=(#6# |#1|)) (SIGNATURE |divide| (#12=(|Record| #13=(|:| |quotient| |#1|) #14=(|:| |remainder| |#1|)) |#1| |#1|)) (SIGNATURE |integrate| #1#) (SIGNATURE |elt| (|#2| #10# |#2|)) (SIGNATURE |separate| ((|Record| (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (SIGNATURE |pseudoDivide| ((|Record| (|:| |coef| |#2|) #13# #14#) |#1| |#1|)) (SIGNATURE |pseudoQuotient| #15=(|#1| |#1| |#1|)) (SIGNATURE |composite| ((|Union| #10# #16="failed") #10# |#1|)) (SIGNATURE |composite| ((|Union| |#1| #16#) |#1| |#1|)) (SIGNATURE |order| (#6# |#1| |#1|)) (SIGNATURE |elt| (#10# #10# #10#)) (SIGNATURE |differentiate| (|#1| |#1| #17=(|Mapping| |#2| |#2|) |#1|)) (SIGNATURE |shiftLeft| #18=(|#1| |#1| #6#)) (SIGNATURE |shiftRight| #18#) (SIGNATURE |karatsubaDivide| (#12# |#1| #6#)) (SIGNATURE |unmakeSUP| (|#1| #19=(|SparseUnivariatePolynomial| |#2|))) (SIGNATURE |makeSUP| (#19# |#1|)) (SIGNATURE |vectorise| ((|Vector| |#2|) |#1| #6#)) (SIGNATURE |differentiate| (|#1| |#1| #17# #6#)) (SIGNATURE |differentiate| (|#1| |#1| #17#)) (SIGNATURE |differentiate| #18#) (SIGNATURE |differentiate| #1#) (SIGNATURE |elt| #15#) (SIGNATURE |elt| (|#2| |#1| |#2|)) (SIGNATURE |factor| #7#) (SIGNATURE |squareFreePolynomial| #20=((|Factored| #2#) #2#)) (SIGNATURE |factorPolynomial| #20#) (SIGNATURE |factorSquareFreePolynomial| #20#) (SIGNATURE |solveLinearPolynomialEquation| ((|Union| #21=(|List| #2#) #16#) #21# #2#)) (SIGNATURE |content| #22=(|#1| |#1| #23=(|SingletonAsOrderedSet|))) (SIGNATURE |variables| (#24=(|List| #23#) |#1|)) (SIGNATURE |totalDegree| (#6# |#1| #24#)) (SIGNATURE |totalDegree| #11#) (SIGNATURE |monomial| #25=(|#1| |#1| #24# #5#)) (SIGNATURE |monomial| #26=(|#1| |#1| #23# #6#)) (SIGNATURE |minimumDegree| #27=(#5# |#1| #24#)) (SIGNATURE |minimumDegree| #28=(#6# |#1| #23#)) (SIGNATURE |mainVariable| #29=((|Union| #23# #16#) |#1|)) (SIGNATURE |degree| #27#) (SIGNATURE |degree| #28#) (SIGNATURE |coerce| (|#1| #23#)) (SIGNATURE |retractIfCan| #29#) (SIGNATURE |retract| (#23# |#1|)) (SIGNATURE |eval| (|#1| |#1| #24# #30=(|List| |#1|))) (SIGNATURE |eval| (|#1| |#1| #23# |#1|)) (SIGNATURE |eval| (|#1| |#1| #24# (|List| |#2|))) (SIGNATURE |eval| (|#1| |#1| #23# |#2|)) (SIGNATURE |eval| (|#1| |#1| #30# #30#)) (SIGNATURE |eval| (|#1| |#1| |#1| |#1|)) (SIGNATURE |eval| (|#1| |#1| #31=(|Equation| |#1|))) (SIGNATURE |eval| (|#1| |#1| (|List| #31#))) (SIGNATURE |degree| #11#) (SIGNATURE |monomial| (|#1| |#2| #6#)) (SIGNATURE |retractIfCan| ((|Union| #9# #16#) |#1|)) (SIGNATURE |retract| (#9# |#1|)) (SIGNATURE |retractIfCan| ((|Union| #8# #16#) |#1|)) (SIGNATURE |retract| (#8# |#1|)) (SIGNATURE |retract| #32=(|#2| |#1|)) (SIGNATURE |retractIfCan| ((|Union| |#2| #16#) |#1|)) (SIGNATURE |coerce| (|#1| |#2|)) (SIGNATURE |minimumDegree| #11#) (SIGNATURE |content| #32#) (SIGNATURE |differentiate| #22#) (SIGNATURE |differentiate| (|#1| |#1| #24#)) (SIGNATURE |differentiate| #26#) (SIGNATURE |differentiate| #25#) (SIGNATURE |coerce| (|#1| #9#)) (SIGNATURE |coerce| ((|OutputForm|) |#1|))) (|UnivariatePolynomialCategory| |#2|) (|Ring|)) (T |UnivariatePolynomialCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|vectorise| (((|Vector| |#1|) $ (|NonNegativeInteger|)) 272 T ELT)) (|variables| (((|List| #3=(|SingletonAsOrderedSet|)) $) 125 T ELT)) (|unmakeSUP| (($ (|SparseUnivariatePolynomial| |#1|)) 270 T ELT)) (|univariate| ((#4=(|SparseUnivariatePolynomial| $) $ #3#) 140 T ELT) (((|SparseUnivariatePolynomial| |#1|) $) 139 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 102 (|has| |#1| . #5=((|IntegralDomain|))) ELT)) (|unitCanonical| (($ $) 103 (|has| |#1| . #5#) ELT)) (|unit?| ((#6=(|Boolean|) $) 105 (|has| |#1| . #5#) ELT)) (|totalDegree| ((#7=(|NonNegativeInteger|) $) 127 T ELT) ((#7# $ (|List| #3#)) 126 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|subResultantGcd| (($ $ $) 257 (|has| |#1| (|IntegralDomain|)) ELT)) (|squareFreePolynomial| (#8=((|Factored| #9=(|SparseUnivariatePolynomial| $)) #9#) 115 (|has| |#1| . #10=((|PolynomialFactorizationExplicit|))) ELT)) (|squareFreePart| (($ $) 113 (|has| |#1| . #11=((|GcdDomain|))) ELT)) (|squareFree| (#12=((|Factored| $) $) 112 (|has| |#1| . #11#) ELT)) (|solveLinearPolynomialEquation| (((|Union| #13=(|List| #9#) #14="failed") #13# #9#) 118 (|has| |#1| . #10#) ELT)) (|sizeLess?| (((|Boolean|) $ $) 242 (|has| |#1| . #15=((|Field|))) ELT)) (|shiftRight| (($ $ (|NonNegativeInteger|)) 265 T ELT)) (|shiftLeft| (($ $ (|NonNegativeInteger|)) 264 T ELT)) (|separate| (((|Record| (|:| |primePart| $) (|:| |commonPart| $)) $ $) 252 (|has| |#1| (|GcdDomain|)) ELT)) (|sample| (#16=($) 23 T CONST)) (|retractIfCan| (((|Union| |#1| . #17=("failed")) . #18=($)) 183 T ELT) (((|Union| #19=(|Fraction| #20=(|Integer|)) . #17#) . #18#) 180 (|has| |#1| . #21=((|RetractableTo| #19#))) ELT) (((|Union| #20# . #17#) . #18#) 178 (|has| |#1| . #22=((|RetractableTo| #20#))) ELT) (((|Union| #3# . #17#) . #18#) 155 T ELT)) (|retract| ((|#1| . #23=($)) 182 T ELT) ((#19# . #23#) 181 (|has| |#1| . #21#) ELT) ((#20# . #23#) 179 (|has| |#1| . #22#) ELT) ((#3# . #23#) 156 T ELT)) (|resultant| (($ $ $ #3#) 123 (|has| |#1| . #24=((|CommutativeRing|))) ELT) ((|#1| $ $) 260 (|has| |#1| (|CommutativeRing|)) ELT)) (|rem| (#25=($ $ $) 246 (|has| |#1| . #15#) ELT)) (|reductum| (#26=($ $) 173 T ELT)) (|reducedSystem| (((|Matrix| #27=(|Integer|)) . #28=(#29=(|Matrix| $))) 151 (|has| |#1| . #30=((|LinearlyExplicitRingOver| #27#))) ELT) (((|Record| (|:| |mat| (|Matrix| #27#)) (|:| |vec| (|Vector| #27#))) . #31=(#29# #32=(|Vector| $))) 150 (|has| |#1| . #30#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #31#) 149 T ELT) (((|Matrix| |#1|) . #28#) 148 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|quo| (#25# 245 (|has| |#1| . #15#) ELT)) (|pseudoRemainder| (($ $ $) 263 T ELT)) (|pseudoQuotient| (($ $ $) 254 (|has| |#1| (|IntegralDomain|)) ELT)) (|pseudoDivide| (((|Record| (|:| |coef| |#1|) (|:| |quotient| $) (|:| |remainder| $)) $ $) 253 (|has| |#1| (|IntegralDomain|)) ELT)) (|principalIdeal| (((|Record| (|:| |coef| #33=(|List| $)) (|:| |generator| $)) #33#) 240 (|has| |#1| . #15#) ELT)) (|primitivePart| (($ $) 195 (|has| |#1| . #34=((|GcdDomain|))) ELT) (($ $ #3#) 120 (|has| |#1| . #11#) ELT)) (|primitiveMonomials| (#35=(#36=(|List| $) $) 124 T ELT)) (|prime?| (((|Boolean|) $) 111 (|has| |#1| . #10#) ELT)) (|pomopo!| (($ $ |#1| #37=(|NonNegativeInteger|) $) 191 T ELT)) (|patternMatch| (((|PatternMatchResult| #38=(|Float|) . #39=($)) $ (|Pattern| #38#) (|PatternMatchResult| #38# . #39#)) 99 (AND (|has| #3# #40=(|PatternMatchable| #38#)) (|has| |#1| #40#)) ELT) (((|PatternMatchResult| #41=(|Integer|) . #39#) $ (|Pattern| #41#) (|PatternMatchResult| #41# . #39#)) 98 (AND (|has| #3# #42=(|PatternMatchable| #41#)) (|has| |#1| #42#)) ELT)) (|order| (((|NonNegativeInteger|) $ $) 258 (|has| |#1| (|IntegralDomain|)) ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|numberOfMonomials| ((#43=(|NonNegativeInteger|) $) 188 T ELT)) (|nextItem| (((|Maybe| $) $) 238 (|has| |#1| . #44=((|StepThrough|))) ELT)) (|multivariate| (($ (|SparseUnivariatePolynomial| |#1|) #3#) 132 T ELT) (($ #4# #3#) 131 T ELT)) (|multiplyExponents| (($ $ (|NonNegativeInteger|)) 269 T ELT)) (|multiEuclidean| (((|Union| #45=(|List| $) #46="failed") #45# $) 249 (|has| |#1| . #15#) ELT)) (|monomials| (#35# 141 T ELT)) (|monomial?| (((|Boolean|) $) 171 T ELT)) (|monomial| (($ |#1| #37#) 172 T ELT) (($ $ #3# . #47=(#7#)) 134 T ELT) (($ $ (|List| #3#) . #48=(#49=(|List| #7#))) 133 T ELT)) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $ #3#) 135 T ELT) (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 267 T ELT)) (|minimumDegree| ((#37# $) 189 T ELT) ((#7# $ #3#) 137 T ELT) ((#49# $ (|List| #3#)) 136 T ELT)) (|mapExponents| (($ (|Mapping| #37# #37#) $) 190 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 167 T ELT)) (|makeSUP| (((|SparseUnivariatePolynomial| |#1|) $) 271 T ELT)) (|mainVariable| (((|Union| #3# #50="failed") $) 138 T ELT)) (|leftReducedSystem| (((|Matrix| #27#) . #51=(#32#)) 153 (|has| |#1| . #30#) ELT) (((|Record| (|:| |mat| (|Matrix| #27#)) (|:| |vec| (|Vector| #27#))) . #52=(#32# $)) 152 (|has| |#1| . #30#) ELT) (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) . #52#) 147 T ELT) (((|Matrix| |#1|) . #51#) 146 T ELT)) (|leadingMonomial| (#26# 169 T ELT)) (|leadingCoefficient| ((|#1| $) 168 T ELT)) (|lcm| (#53=($ (|List| $)) 109 (|has| |#1| . #11#) ELT) (#54=($ $ $) 108 (|has| |#1| . #11#) ELT)) (|latex| (((|String|) $) 11 T ELT)) (|karatsubaDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ (|NonNegativeInteger|)) 266 T ELT)) (|isTimes| (#55=((|Union| #36# #50#) $) 129 T ELT)) (|isPlus| (#55# 130 T ELT)) (|isExpt| (((|Union| (|Record| (|:| |var| #3#) (|:| |exponent| #7#)) #50#) $) 128 T ELT)) (|integrate| (($ $) 250 (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ELT)) (|init| (($) 237 (|has| |#1| . #44#) CONST)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|ground?| (((|Boolean|) $) 185 T ELT)) (|ground| ((|#1| . #56=($)) 186 T ELT)) (|gcdPolynomial| ((#57=(|SparseUnivariatePolynomial| $) #57# #57#) 110 (|has| |#1| . #11#) ELT)) (|gcd| (#53# 107 (|has| |#1| . #11#) ELT) (#54# 106 (|has| |#1| . #11#) ELT)) (|factorSquareFreePolynomial| (#8# 117 (|has| |#1| . #10#) ELT)) (|factorPolynomial| (#8# 116 (|has| |#1| . #10#) ELT)) (|factor| (#12# 114 (|has| |#1| . #10#) ELT)) (|extendedEuclidean| (((|Union| (|Record| #58=(|:| |coef1| $) #59=(|:| |coef2| $)) #46#) $ $ $) 248 (|has| |#1| . #15#) ELT) (((|Record| #58# #59# (|:| |generator| $)) $ $) 247 (|has| |#1| . #15#) ELT)) (|exquo| (((|Union| $ "failed") $ |#1|) 193 (|has| |#1| (|IntegralDomain|)) ELT) (((|Union| $ "failed") $ $) 101 (|has| |#1| . #5#) ELT)) (|expressIdealMember| (((|Maybe| #33#) #33# $) 241 (|has| |#1| . #15#) ELT)) (|eval| (($ $ (|List| (|Equation| $))) 164 T ELT) (($ $ (|Equation| $)) 163 T ELT) (($ $ $ $) 162 T ELT) (($ $ (|List| $) (|List| $)) 161 T ELT) (($ $ #3# |#1|) 160 T ELT) (($ $ (|List| #3#) (|List| |#1|)) 159 T ELT) (($ $ #3# $) 158 T ELT) (($ $ (|List| #3#) (|List| $)) 157 T ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 243 (|has| |#1| . #15#) ELT)) (|elt| ((|#1| $ |#1|) 282 T ELT) (($ $ $) 281 T ELT) (((|Fraction| $) (|Fraction| $) (|Fraction| $)) 259 (|has| |#1| (|IntegralDomain|)) ELT) ((|#1| (|Fraction| $) |#1|) 251 (|has| |#1| (|Field|)) ELT) (((|Fraction| $) $ (|Fraction| $)) 239 (|has| |#1| (|IntegralDomain|)) ELT)) (|divideExponents| (((|Union| $ "failed") $ (|NonNegativeInteger|)) 268 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 244 (|has| |#1| . #15#) ELT)) (|discriminant| (($ $ #3#) 122 (|has| |#1| . #24#) ELT) ((|#1| $) 261 (|has| |#1| (|CommutativeRing|)) ELT)) (|differentiate| (($ $ (|List| #3#) . #60=((|List| #61=(|NonNegativeInteger|)))) 53 T ELT) (($ $ #3# . #62=(#61#)) 52 T ELT) (($ $ (|List| #3#)) 51 T ELT) (($ $ #3#) 49 T ELT) (($ . #63=($)) 280 T ELT) (#64=($ $ (|NonNegativeInteger|)) 278 T ELT) (($ $ (|Mapping| |#1| |#1|)) 276 T ELT) (($ $ (|Mapping| |#1| |#1|) . #65=((|NonNegativeInteger|))) 275 T ELT) (($ $ (|Mapping| |#1| |#1|) $) 262 T ELT) (($ $ #66=(|Symbol|)) 236 (|has| |#1| . #67=((|PartialDifferentialSpace| (|Symbol|)))) ELT) (($ $ (|List| #66#)) 234 (|has| |#1| . #67#) ELT) (($ $ #66# . #62#) 233 (|has| |#1| . #67#) ELT) (($ $ (|List| #66#) . #60#) 232 (|has| |#1| . #67#) ELT)) (|degree| ((#37# $) 170 T ELT) ((#7# $ #3#) 145 T ELT) ((#49# $ (|List| #3#)) 144 T ELT)) (|convert| ((#68=(|Pattern| #38#) . #69=($)) 97 (AND (|has| #3# #70=(|ConvertibleTo| #68#)) (|has| |#1| #70#)) ELT) ((#71=(|Pattern| #41#) . #69#) 96 (AND (|has| #3# #72=(|ConvertibleTo| #71#)) (|has| |#1| #72#)) ELT) ((#73=(|InputForm|) . #69#) 95 (AND (|has| #3# #74=(|ConvertibleTo| #73#)) (|has| |#1| #74#)) ELT)) (|content| ((|#1| . #56#) 194 (|has| |#1| . #34#) ELT) (($ $ #3#) 121 (|has| |#1| . #11#) ELT)) (|conditionP| (((|Union| (|Vector| $) #14#) (|Matrix| $)) 119 (|and| #75=(|has| $ (|CharacteristicNonZero|)) (|has| |#1| . #10#)) ELT)) (|composite| (((|Union| $ "failed") $ $) 256 (|has| |#1| (|IntegralDomain|)) ELT) (((|Union| (|Fraction| $) "failed") (|Fraction| $) $) 255 (|has| |#1| (|IntegralDomain|)) ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 184 T ELT) (($ #3#) 154 T ELT) (($ #19#) 93 (OR (|has| |#1| . #21#) (|has| |#1| . #76=((|Algebra| #77=(|Fraction| (|Integer|)))))) ELT) (($ $) 100 (|has| |#1| . #5#) ELT)) (|coefficients| (((|List| |#1|) $) 187 T ELT)) (|coefficient| ((|#1| $ #37#) 174 T ELT) (($ $ #3# . #47#) 143 T ELT) (($ $ (|List| #3#) . #48#) 142 T ELT)) (|charthRoot| (((|Maybe| $) $) 94 (OR (|and| #75# (|has| |#1| . #10#)) (|has| |#1| (|CharacteristicNonZero|))) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|binomThmExpt| (($ $ $ #43#) 192 (|has| |#1| (|CommutativeRing|)) ELT)) (|before?| (#1# 6 T ELT)) (|associates?| ((#6# $ $) 104 (|has| |#1| . #5#) ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#16# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ (|List| #3#) . #60#) 56 T ELT) (($ $ #3# . #62#) 55 T ELT) (($ $ (|List| #3#)) 54 T ELT) (($ $ #3#) 50 T ELT) (($ . #63#) 279 T ELT) (#64# 277 T ELT) (($ $ (|Mapping| |#1| |#1|)) 274 T ELT) (($ $ (|Mapping| |#1| |#1|) . #65#) 273 T ELT) (($ $ #66#) 235 (|has| |#1| . #67#) ELT) (($ $ (|List| #66#)) 231 (|has| |#1| . #67#) ELT) (($ $ #66# . #62#) 230 (|has| |#1| . #67#) ELT) (($ $ (|List| #66#) . #60#) 229 (|has| |#1| . #67#) ELT)) (= (#1# 8 T ELT)) (/ (($ $ |#1|) 175 (|has| |#1| (|Field|)) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #78=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ #77#) 177 (|has| |#1| . #76#) ELT) (($ #77# . #78#) 176 (|has| |#1| . #76#) ELT) (($ |#1| . #78#) 166 T ELT) (($ $ |#1|) 165 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|vectorise| ((#4=(|Vector| |#1|) $ #5=(|NonNegativeInteger|)) 272 T ELT)) (|variables| ((#6=(|List| #7=(|SingletonAsOrderedSet|)) $) 125 T ELT)) (|unmakeSUP| (($ #8=(|SparseUnivariatePolynomial| |#1|)) 270 T ELT)) (|univariate| ((#9=(|SparseUnivariatePolynomial| $) $ #7#) 140 T ELT) (#10=(#8# $) 139 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 102 #11=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| (#12=($ $) 103 #11# ELT)) (|unit?| (#3# 105 #11# ELT)) (|totalDegree| (#13=(#5# $) 127 T ELT) ((#5# $ #6#) 126 T ELT)) (|subtractIfCan| ((#14=(|Maybe| $) $ $) 26 T ELT)) (|subResultantGcd| (#15=($ $ $) 257 #11# ELT)) (|squareFreePolynomial| (#16=((|Factored| #9#) #9#) 115 #17=(|has| |#1| (|PolynomialFactorizationExplicit|)) ELT)) (|squareFreePart| (#12# 113 #18=(|has| |#1| (|GcdDomain|)) ELT)) (|squareFree| (#19=((|Factored| $) $) 112 #18# ELT)) (|solveLinearPolynomialEquation| (((|Union| #20=(|List| #9#) #21="failed") #20# #9#) 118 #17# ELT)) (|sizeLess?| (#1# 242 #22=(|has| |#1| (|Field|)) ELT)) (|shiftRight| (#23=($ $ #5#) 265 T ELT)) (|shiftLeft| (#23# 264 T ELT)) (|separate| (((|Record| (|:| |primePart| $) (|:| |commonPart| $)) $ $) 252 #18# ELT)) (|sample| (#24=($) 23 T CONST)) (|retractIfCan| (((|Union| |#1| . #25=(#21#)) . #26=($)) 183 T ELT) (((|Union| #27=(|Fraction| #28=(|Integer|)) . #25#) . #26#) 180 #29=(|has| |#1| (|RetractableTo| #27#)) ELT) (((|Union| #28# . #25#) . #26#) 178 #30=(|has| |#1| (|RetractableTo| #28#)) ELT) (#31=((|Union| #7# . #25#) . #26#) 155 T ELT)) (|retract| (#32=(|#1| . #33=($)) 182 T ELT) ((#27# . #33#) 181 #29# ELT) ((#28# . #33#) 179 #30# ELT) ((#7# . #33#) 156 T ELT)) (|resultant| (($ $ $ #7#) 123 #34=(|has| |#1| (|CommutativeRing|)) ELT) ((|#1| $ $) 260 #34# ELT)) (|rem| (#15# 246 #22# ELT)) (|reductum| (#12# 173 T ELT)) (|reducedSystem| ((#35=(|Matrix| #28#) . #36=(#37=(|Matrix| $))) 151 #38=(|has| |#1| (|LinearlyExplicitRingOver| #28#)) ELT) ((#39=(|Record| (|:| |mat| #35#) (|:| |vec| (|Vector| #28#))) . #40=(#37# #41=(|Vector| $))) 150 #38# ELT) ((#42=(|Record| (|:| |mat| #43=(|Matrix| |#1|)) (|:| |vec| #4#)) . #40#) 149 T ELT) ((#43# . #36#) 148 T ELT)) (|recip| ((#44=(|Union| $ #21#) $) 43 T ELT)) (|quo| (#15# 245 #22# ELT)) (|pseudoRemainder| (#15# 263 T ELT)) (|pseudoQuotient| (#15# 254 #11# ELT)) (|pseudoDivide| (((|Record| (|:| |coef| |#1|) #45=(|:| |quotient| $) #46=(|:| |remainder| $)) $ $) 253 #11# ELT)) (|principalIdeal| (((|Record| (|:| |coef| #47=(|List| $)) #48=(|:| |generator| $)) #47#) 240 #22# ELT)) (|primitivePart| (#12# 195 #18# ELT) (#49=($ $ #7#) 120 #18# ELT)) (|primitiveMonomials| (#50=(#47# $) 124 T ELT)) (|prime?| (#3# 111 #17# ELT)) (|pomopo!| (($ $ |#1| #5# $) 191 T ELT)) (|patternMatch| ((#51=(|PatternMatchResult| #52=(|Float|) . #53=($)) $ #54=(|Pattern| #52#) #51#) 99 (AND (|has| #7# #55=(|PatternMatchable| #52#)) (|has| |#1| #55#)) ELT) ((#56=(|PatternMatchResult| #28# . #53#) $ #57=(|Pattern| #28#) #56#) 98 (AND (|has| #7# #58=(|PatternMatchable| #28#)) (|has| |#1| #58#)) ELT)) (|order| ((#5# $ $) 258 #11# ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|numberOfMonomials| (#13# 188 T ELT)) (|nextItem| (#59=(#14# $) 238 #60=(|has| |#1| (|StepThrough|)) ELT)) (|multivariate| (($ #8# #7#) 132 T ELT) (($ #9# #7#) 131 T ELT)) (|multiplyExponents| (#23# 269 T ELT)) (|multiEuclidean| ((#61=(|Union| #47# #21#) #47# $) 249 #22# ELT)) (|monomials| (#50# 141 T ELT)) (|monomial?| (#3# 171 T ELT)) (|monomial| (($ |#1| #5#) 172 T ELT) (#62=($ $ #7# #5#) 134 T ELT) (#63=($ $ #6# #64=(|List| #5#)) 133 T ELT)) (|monicDivide| ((#65=(|Record| #45# #46#) $ $ #7#) 135 T ELT) (#66=(#65# $ $) 267 T ELT)) (|minimumDegree| (#13# 189 T ELT) (#67=(#5# $ #7#) 137 T ELT) (#68=(#64# $ #6#) 136 T ELT)) (|mapExponents| (($ (|Mapping| #5# #5#) $) 190 T ELT)) (|map| (($ #69=(|Mapping| |#1| |#1|) $) 167 T ELT)) (|makeSUP| (#10# 271 T ELT)) (|mainVariable| (#31# 138 T ELT)) (|leftReducedSystem| ((#35# . #70=(#41#)) 153 #38# ELT) ((#39# . #71=(#41# $)) 152 #38# ELT) ((#42# . #71#) 147 T ELT) ((#43# . #70#) 146 T ELT)) (|leadingMonomial| (#12# 169 T ELT)) (|leadingCoefficient| (#32# 168 T ELT)) (|lcm| (#72=($ #47#) 109 #18# ELT) (#15# 108 #18# ELT)) (|latex| (((|String|) $) 11 T ELT)) (|karatsubaDivide| ((#65# $ #5#) 266 T ELT)) (|isTimes| (#73=(#61# $) 129 T ELT)) (|isPlus| (#73# 130 T ELT)) (|isExpt| (((|Union| (|Record| (|:| |var| #7#) (|:| |exponent| #5#)) #21#) $) 128 T ELT)) (|integrate| (#12# 250 #74=(|has| |#1| (|Algebra| #27#)) ELT)) (|init| (#24# 237 #60# CONST)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|ground?| (#3# 185 T ELT)) (|ground| (#32# 186 T ELT)) (|gcdPolynomial| ((#9# #9# #9#) 110 #18# ELT)) (|gcd| (#72# 107 #18# ELT) (#15# 106 #18# ELT)) (|factorSquareFreePolynomial| (#16# 117 #17# ELT)) (|factorPolynomial| (#16# 116 #17# ELT)) (|factor| (#19# 114 #17# ELT)) (|extendedEuclidean| (((|Union| (|Record| #75=(|:| |coef1| $) #76=(|:| |coef2| $)) #21#) $ $ $) 248 #22# ELT) (((|Record| #75# #76# #48#) $ $) 247 #22# ELT)) (|exquo| ((#44# $ |#1|) 193 #11# ELT) (#77=(#44# $ $) 101 #11# ELT)) (|expressIdealMember| (((|Maybe| #47#) #47# $) 241 #22# ELT)) (|eval| (($ $ (|List| #78=(|Equation| $))) 164 T ELT) (($ $ #78#) 163 T ELT) (($ $ $ $) 162 T ELT) (($ $ #47# #47#) 161 T ELT) (($ $ #7# |#1|) 160 T ELT) (($ $ #6# #79=(|List| |#1|)) 159 T ELT) (($ $ #7# $) 158 T ELT) (($ $ #6# #47#) 157 T ELT)) (|euclideanSize| (#13# 243 #22# ELT)) (|elt| ((|#1| $ |#1|) 282 T ELT) (#15# 281 T ELT) ((#80=(|Fraction| $) #80# #80#) 259 #11# ELT) ((|#1| #80# |#1|) 251 #22# ELT) ((#80# $ #80#) 239 #11# ELT)) (|divideExponents| ((#44# $ #5#) 268 T ELT)) (|divide| (#66# 244 #22# ELT)) (|discriminant| (#49# 122 #34# ELT) (#32# 261 #34# ELT)) (|differentiate| (#63# 53 T ELT) (#62# 52 T ELT) (#81=($ $ #6#) 51 T ELT) (#49# 49 T ELT) (#12# 280 T ELT) (#23# 278 T ELT) (#82=($ $ #69#) 276 T ELT) (#83=($ $ #69# #5#) 275 T ELT) (($ $ #69# $) 262 T ELT) (#84=($ $ #85=(|Symbol|)) 236 #86=(|has| |#1| (|PartialDifferentialSpace| #85#)) ELT) (#87=($ $ #88=(|List| #85#)) 234 #86# ELT) (#89=($ $ #85# #5#) 233 #86# ELT) (#90=($ $ #88# #64#) 232 #86# ELT)) (|degree| (#13# 170 T ELT) (#67# 145 T ELT) (#68# 144 T ELT)) (|convert| ((#54# . #91=($)) 97 (AND (|has| #7# #92=(|ConvertibleTo| #54#)) (|has| |#1| #92#)) ELT) ((#57# . #91#) 96 (AND (|has| #7# #93=(|ConvertibleTo| #57#)) (|has| |#1| #93#)) ELT) ((#94=(|InputForm|) . #91#) 95 (AND (|has| #7# #95=(|ConvertibleTo| #94#)) (|has| |#1| #95#)) ELT)) (|content| (#32# 194 #18# ELT) (#49# 121 #18# ELT)) (|conditionP| (((|Union| #41# #21#) #37#) 119 #96=(|and| (|has| $ #97=(|CharacteristicNonZero|)) #17#) ELT)) (|composite| (#77# 256 #11# ELT) (((|Union| #80# #21#) #80# $) 255 #11# ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #28#) 42 T ELT) (($ |#1|) 184 T ELT) (($ #7#) 154 T ELT) (($ #27#) 93 (OR #29# #74#) ELT) (#12# 100 #11# ELT)) (|coefficients| ((#79# $) 187 T ELT)) (|coefficient| ((|#1| $ #5#) 174 T ELT) (#62# 143 T ELT) (#63# 142 T ELT)) (|charthRoot| (#59# 94 (OR #96# (|has| |#1| #97#)) ELT)) (|characteristic| ((#5#) 41 T CONST)) (|binomThmExpt| (($ $ $ #5#) 192 #34# ELT)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 104 #11# ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#24# 24 T CONST)) (|One| (#24# 46 T CONST)) (D (#63# 56 T ELT) (#62# 55 T ELT) (#81# 54 T ELT) (#49# 50 T ELT) (#12# 279 T ELT) (#23# 277 T ELT) (#82# 274 T ELT) (#83# 273 T ELT) (#84# 235 #86# ELT) (#87# 231 #86# ELT) (#89# 230 #86# ELT) (#90# 229 #86# ELT)) (= (#1# 8 T ELT)) (/ (#98=($ $ |#1|) 175 #22# ELT)) (- (#12# 30 T ELT) (#15# 29 T ELT)) (+ (#15# 18 T ELT)) (** (($ $ #99=(|PositiveInteger|)) 36 T ELT) (#23# 44 T ELT)) (* (($ #99# $) 17 T ELT) (($ #5# $) 21 T ELT) (($ #28# . #100=($)) 31 T ELT) (#15# 35 T ELT) (($ $ #27#) 177 #74# ELT) (($ #27# . #100#) 176 #74# ELT) (($ |#1| . #100#) 166 T ELT) (#98# 165 T ELT)))
(((|UnivariatePolynomialCategory| |#1|) (|Category|) (|Ring|)) (T |UnivariatePolynomialCategory|))
-((|vectorise| (*1 *2 *1 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|UnivariatePolynomialCategory| *4)) (|ofCategory| *4 (|Ring|)) (|isDomain| *2 (|Vector| *4)))) (|makeSUP| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|SparseUnivariatePolynomial| *3)))) (|unmakeSUP| (*1 *1 *2) (AND (|isDomain| *2 (|SparseUnivariatePolynomial| *3)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|UnivariatePolynomialCategory| *3)))) (|multiplyExponents| (*1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|divideExponents| (*1 *1 *1 *2) (|partial| AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|monicDivide| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Record| (|:| |quotient| *1) (|:| |remainder| *1))) (|ofCategory| *1 (|UnivariatePolynomialCategory| *3)))) (|karatsubaDivide| (*1 *2 *1 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *4 (|Ring|)) (|isDomain| *2 (|Record| (|:| |quotient| *1) (|:| |remainder| *1))) (|ofCategory| *1 (|UnivariatePolynomialCategory| *4)))) (|shiftRight| (*1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|shiftLeft| (*1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|pseudoRemainder| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)))) (|differentiate| (*1 *1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| *3 *3)) (|ofCategory| *1 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|discriminant| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|CommutativeRing|)))) (|resultant| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|CommutativeRing|)))) (|elt| (*1 *2 *2 *2) (AND (|isDomain| *2 (|Fraction| *1)) (|ofCategory| *1 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *3 (|IntegralDomain|)))) (|order| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *3 (|IntegralDomain|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|subResultantGcd| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|IntegralDomain|)))) (|composite| (*1 *1 *1 *1) (|partial| AND (|ofCategory| *1 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|IntegralDomain|)))) (|composite| (*1 *2 *2 *1) (|partial| AND (|isDomain| *2 (|Fraction| *1)) (|ofCategory| *1 (|UnivariatePolynomialCategory| *3)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *3 (|IntegralDomain|)))) (|pseudoQuotient| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|IntegralDomain|)))) (|pseudoDivide| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|IntegralDomain|)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Record| (|:| |coef| *3) (|:| |quotient| *1) (|:| |remainder| *1))) (|ofCategory| *1 (|UnivariatePolynomialCategory| *3)))) (|separate| (*1 *2 *1 *1) (AND (|ofCategory| *3 (|GcdDomain|)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Record| (|:| |primePart| *1) (|:| |commonPart| *1))) (|ofCategory| *1 (|UnivariatePolynomialCategory| *3)))) (|elt| (*1 *2 *3 *2) (AND (|isDomain| *3 (|Fraction| *1)) (|ofCategory| *1 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Field|)))) (|integrate| (*1 *1 *1) (AND (|ofCategory| *1 (|UnivariatePolynomialCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Algebra| (|Fraction| (|Integer|)))))))
-(|Join| (|PolynomialCategory| |t#1| (|NonNegativeInteger|) (|SingletonAsOrderedSet|)) (|Eltable| |t#1| |t#1|) (|Eltable| $ $) (|DifferentialRing|) (|DifferentialExtension| |t#1|) (CATEGORY |domain| (SIGNATURE |vectorise| ((|Vector| |t#1|) $ (|NonNegativeInteger|))) (SIGNATURE |makeSUP| ((|SparseUnivariatePolynomial| |t#1|) $)) (SIGNATURE |unmakeSUP| ($ (|SparseUnivariatePolynomial| |t#1|))) (SIGNATURE |multiplyExponents| ($ $ (|NonNegativeInteger|))) (SIGNATURE |divideExponents| ((|Union| $ "failed") $ (|NonNegativeInteger|))) (SIGNATURE |monicDivide| ((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $)) (SIGNATURE |karatsubaDivide| ((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ (|NonNegativeInteger|))) (SIGNATURE |shiftRight| ($ $ (|NonNegativeInteger|))) (SIGNATURE |shiftLeft| ($ $ (|NonNegativeInteger|))) (SIGNATURE |pseudoRemainder| ($ $ $)) (SIGNATURE |differentiate| ($ $ (|Mapping| |t#1| |t#1|) $)) (IF (|has| |t#1| (|StepThrough|)) (ATTRIBUTE (|StepThrough|)) |%noBranch|) (IF (|has| |t#1| (|CommutativeRing|)) (PROGN (SIGNATURE |discriminant| (|t#1| $)) (SIGNATURE |resultant| (|t#1| $ $))) |%noBranch|) (IF (|has| |t#1| (|IntegralDomain|)) (PROGN (ATTRIBUTE (|Eltable| (|Fraction| $) (|Fraction| $))) (SIGNATURE |elt| ((|Fraction| $) (|Fraction| $) (|Fraction| $))) (SIGNATURE |order| ((|NonNegativeInteger|) $ $)) (SIGNATURE |subResultantGcd| ($ $ $)) (SIGNATURE |composite| ((|Union| $ "failed") $ $)) (SIGNATURE |composite| ((|Union| (|Fraction| $) "failed") (|Fraction| $) $)) (SIGNATURE |pseudoQuotient| ($ $ $)) (SIGNATURE |pseudoDivide| ((|Record| (|:| |coef| |t#1|) (|:| |quotient| $) (|:| |remainder| $)) $ $))) |%noBranch|) (IF (|has| |t#1| (|GcdDomain|)) (SIGNATURE |separate| ((|Record| (|:| |primePart| $) (|:| |commonPart| $)) $ $)) |%noBranch|) (IF (|has| |t#1| (|Field|)) (PROGN (ATTRIBUTE (|EuclideanDomain|)) (ATTRIBUTE |additiveValuation|) (SIGNATURE |elt| (|t#1| (|Fraction| $) |t#1|))) |%noBranch|) (IF (|has| |t#1| (|Algebra| (|Fraction| (|Integer|)))) (SIGNATURE |integrate| ($ $)) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| #1=(|NonNegativeInteger|)) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #2=(|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|Field|))) ((|BasicType|) . T) ((|BiModule| #2# #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #2#) OR (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| #3=(|SingletonAsOrderedSet|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|Field|))) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|ConvertibleTo| (|InputForm|)) AND (|has| |#1| (|ConvertibleTo| (|InputForm|))) (|has| (|SingletonAsOrderedSet|) (|ConvertibleTo| (|InputForm|)))) ((|ConvertibleTo| (|Pattern| (|Float|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Float|)))) (|has| (|SingletonAsOrderedSet|) (|ConvertibleTo| (|Pattern| (|Float|))))) ((|ConvertibleTo| (|Pattern| (|Integer|))) AND (|has| |#1| (|ConvertibleTo| (|Pattern| (|Integer|)))) (|has| (|SingletonAsOrderedSet|) (|ConvertibleTo| (|Pattern| (|Integer|))))) ((|DifferentialDomain| $) . T) ((|DifferentialExtension| |#1|) . T) ((|DifferentialRing|) . T) ((|DifferentialSpace|) . T) ((|DifferentialSpaceExtension| |#1|) . T) ((|Eltable| (|Fraction| $) (|Fraction| $)) |has| |#1| (|IntegralDomain|)) ((|Eltable| |#1| |#1|) . T) ((|Eltable| $ $) . T) ((|EntireRing|) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|Field|))) ((|EuclideanDomain|) |has| |#1| (|Field|)) ((|Evalable| $) . T) ((|FiniteAbelianMonoidRing| |#1| #1#) . T) ((|FullyLinearlyExplicitRingOver| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|Functorial| |#1|) . T) ((|GcdDomain|) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|Field|))) ((|InnerEvalable| #3# |#1|) . T) ((|InnerEvalable| #3# $) . T) ((|InnerEvalable| $ $) . T) ((|IntegralDomain|) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|Field|))) ((|Join|) . T) ((|LeftLinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| #4=(|Integer|)) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|Field|))) ((|LinearlyExplicitRingOver| #4#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|Module| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|Field|))) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #3#) . T) ((|PartialDifferentialDomain| $ #5=(|Symbol|)) OR (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) ((|PartialDifferentialRing| #3#) . T) ((|PartialDifferentialRing| (|Symbol|)) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) ((|PartialDifferentialSpace| #3#) . T) ((|PartialDifferentialSpace| #5#) OR (|has| |#1| (|PartialDifferentialSpace| (|Symbol|))) (|has| |#1| (|PartialDifferentialRing| (|Symbol|)))) ((|PatternMatchable| (|Float|)) AND (|has| |#1| (|PatternMatchable| (|Float|))) (|has| (|SingletonAsOrderedSet|) (|PatternMatchable| (|Float|)))) ((|PatternMatchable| (|Integer|)) AND (|has| |#1| (|PatternMatchable| (|Integer|))) (|has| (|SingletonAsOrderedSet|) (|PatternMatchable| (|Integer|)))) ((|PolynomialCategory| |#1| #1# #3#) . T) ((|PolynomialFactorizationExplicit|) |has| |#1| (|PolynomialFactorizationExplicit|)) ((|PrincipalIdealDomain|) |has| |#1| (|Field|)) ((|RetractableTo| (|Fraction| (|Integer|))) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| (|Integer|)) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| #3#) . T) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|RightModule| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) OR (|has| |#1| (|PolynomialFactorizationExplicit|)) (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|GcdDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|StepThrough|) |has| |#1| (|StepThrough|)) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|PolynomialFactorizationExplicit|)))
+((|vectorise| #1=(*1 *2 *1 *3) (AND #2=(|isDomain| *3 #3=(|NonNegativeInteger|)) #4=(|ofCategory| *1 (|UnivariatePolynomialCategory| *4)) #5=(|ofCategory| *4 #6=(|Ring|)) (|isDomain| *2 (|Vector| *4)))) (|makeSUP| #7=(*1 *2 *1) (AND #8=(|ofCategory| *1 (|UnivariatePolynomialCategory| *3)) #9=(|ofCategory| *3 #6#) #10=(|isDomain| *2 (|SparseUnivariatePolynomial| *3)))) (|unmakeSUP| (*1 *1 *2) (AND #10# #9# #8#)) (|multiplyExponents| #11=(*1 *1 *1 *2) #12=(AND #13=(|isDomain| *2 #3#) #8# #9#)) (|divideExponents| #11# (|partial| AND #13# #8# #9#)) (|monicDivide| #14=(*1 *2 *1 *1) (AND #9# #15=(|isDomain| *2 (|Record| #16=(|:| |quotient| *1) #17=(|:| |remainder| *1))) #8#)) (|karatsubaDivide| #1# (AND #2# #5# #15# #4#)) (|shiftRight| #11# #12#) (|shiftLeft| #11# #12#) (|pseudoRemainder| #18=(*1 *1 *1 *1) (AND #19=(|ofCategory| *1 (|UnivariatePolynomialCategory| *2)) #20=(|ofCategory| *2 #6#))) (|differentiate| (*1 *1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| *3 *3)) #8# #9#)) (|discriminant| #7# #21=(AND #19# #20# (|ofCategory| *2 (|CommutativeRing|)))) (|resultant| #14# #21#) (|elt| (*1 *2 *2 *2) (AND #22=(|isDomain| *2 #23=(|Fraction| *1)) #8# #9# #24=(|ofCategory| *3 #25=(|IntegralDomain|)))) (|order| #14# (AND #8# #9# #24# #13#)) (|subResultantGcd| #18# #26=(AND #19# #20# #27=(|ofCategory| *2 #25#))) (|composite| #18# (|partial| AND #19# #20# #27#)) (|composite| (*1 *2 *2 *1) (|partial| AND #22# #8# #9# #24#)) (|pseudoQuotient| #18# #26#) (|pseudoDivide| #14# (AND #24# #9# (|isDomain| *2 (|Record| (|:| |coef| *3) #16# #17#)) #8#)) (|separate| #14# (AND (|ofCategory| *3 (|GcdDomain|)) #9# (|isDomain| *2 (|Record| (|:| |primePart| *1) (|:| |commonPart| *1))) #8#)) (|elt| (*1 *2 *3 *2) (AND (|isDomain| *3 #23#) #19# #20# (|ofCategory| *2 (|Field|)))) (|integrate| (*1 *1 *1) (AND #19# #20# (|ofCategory| *2 (|Algebra| (|Fraction| (|Integer|)))))))
+(|Join| (|PolynomialCategory| |t#1| #1=(|NonNegativeInteger|) (|SingletonAsOrderedSet|)) (|Eltable| |t#1| |t#1|) (|Eltable| $ $) (|DifferentialRing|) (|DifferentialExtension| |t#1|) (CATEGORY |domain| (SIGNATURE |vectorise| ((|Vector| |t#1|) $ #1#)) (SIGNATURE |makeSUP| (#2=(|SparseUnivariatePolynomial| |t#1|) $)) (SIGNATURE |unmakeSUP| ($ #2#)) (SIGNATURE |multiplyExponents| #3=($ $ #1#)) (SIGNATURE |divideExponents| (#4=(|Union| $ #5="failed") $ #1#)) (SIGNATURE |monicDivide| (#6=(|Record| #7=(|:| |quotient| $) #8=(|:| |remainder| $)) $ $)) (SIGNATURE |karatsubaDivide| (#6# $ #1#)) (SIGNATURE |shiftRight| #3#) (SIGNATURE |shiftLeft| #3#) (SIGNATURE |pseudoRemainder| #9=($ $ $)) (SIGNATURE |differentiate| ($ $ (|Mapping| |t#1| |t#1|) $)) (IF (|has| |t#1| #10=(|StepThrough|)) (ATTRIBUTE #10#) |%noBranch|) (IF (|has| |t#1| (|CommutativeRing|)) (PROGN (SIGNATURE |discriminant| (|t#1| $)) (SIGNATURE |resultant| (|t#1| $ $))) |%noBranch|) (IF (|has| |t#1| (|IntegralDomain|)) (PROGN (ATTRIBUTE (|Eltable| #11=(|Fraction| $) #11#)) (SIGNATURE |elt| (#11# #11# #11#)) (SIGNATURE |order| (#1# $ $)) (SIGNATURE |subResultantGcd| #9#) (SIGNATURE |composite| (#4# $ $)) (SIGNATURE |composite| ((|Union| #11# #5#) #11# $)) (SIGNATURE |pseudoQuotient| #9#) (SIGNATURE |pseudoDivide| ((|Record| (|:| |coef| |t#1|) #7# #8#) $ $))) |%noBranch|) (IF (|has| |t#1| (|GcdDomain|)) (SIGNATURE |separate| ((|Record| (|:| |primePart| $) (|:| |commonPart| $)) $ $)) |%noBranch|) (IF (|has| |t#1| (|Field|)) (PROGN (ATTRIBUTE (|EuclideanDomain|)) (ATTRIBUTE |additiveValuation|) (SIGNATURE |elt| (|t#1| #11# |t#1|))) |%noBranch|) (IF (|has| |t#1| (|Algebra| (|Fraction| (|Integer|)))) (SIGNATURE |integrate| ($ $)) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| #1=(|NonNegativeInteger|)) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #2=(|Fraction| #3=(|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|BasicType|) . T) ((|BiModule| #2# #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) |has| |#1| (|CommutativeRing|)) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #2#) OR (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) (|has| |#1| (|RetractableTo| (|Fraction| (|Integer|))))) ((|CoercibleFrom| #3#) . T) ((|CoercibleFrom| #4=(|SingletonAsOrderedSet|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) |has| |#1| (|CommutativeRing|)) ((|DifferentialDomain| $) . T) ((|DifferentialExtension| |#1|) . T) ((|DifferentialRing|) . T) ((|DifferentialSpace|) . T) ((|DifferentialSpaceExtension| |#1|) . T) ((|Eltable| #5=(|Fraction| $) #5#) |has| |#1| (|IntegralDomain|)) ((|Eltable| |#1| |#1|) . T) ((|Eltable| $ $) . T) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|EuclideanDomain|) |has| |#1| (|Field|)) ((|Evalable| $) . T) ((|FiniteAbelianMonoidRing| |#1| #1#) . T) ((|FullyLinearlyExplicitRingOver| |#1|) . T) ((|FullyRetractableTo| |#1|) . T) ((|Functorial| |#1|) . T) ((|GcdDomain|) |has| |#1| (|GcdDomain|)) ((|InnerEvalable| #4# |#1|) . T) ((|InnerEvalable| #4# $) . T) ((|InnerEvalable| $ $) . T) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|LeftLinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| #3#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| #3#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|LinearlyExplicitRingOver| #3#) |has| |#1| (|LinearlyExplicitRingOver| (|Integer|))) ((|LinearlyExplicitRingOver| |#1|) . T) ((|Module| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #4#) . T) ((|PartialDifferentialDomain| $ #6=(|Symbol|)) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) ((|PartialDifferentialRing| #4#) . T) ((|PartialDifferentialRing| #6#) |has| |#1| (|PartialDifferentialRing| (|Symbol|))) ((|PartialDifferentialSpace| #4#) . T) ((|PartialDifferentialSpace| #6#) OR (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (|PartialDifferentialSpace| (|Symbol|)))) ((|PolynomialCategory| |#1| #1# #4#) . T) ((|PolynomialFactorizationExplicit|) |has| |#1| (|PolynomialFactorizationExplicit|)) ((|PrincipalIdealDomain|) |has| |#1| (|Field|)) ((|RetractableTo| #2#) |has| |#1| (|RetractableTo| (|Fraction| (|Integer|)))) ((|RetractableTo| #3#) |has| |#1| (|RetractableTo| (|Integer|))) ((|RetractableTo| #4#) . T) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) |has| |#1| (|CommutativeRing|)) ((|RightModule| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) |has| |#1| (|CommutativeRing|)) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|StepThrough|) |has| |#1| (|StepThrough|)) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|PolynomialFactorizationExplicit|)))
((|map| ((|#4| (|Mapping| |#3| |#1|) |#2|) 22 T ELT)))
(((|UnivariatePolynomialCategoryFunctions2| |#1| |#2| |#3| |#4|) (CATEGORY |package| (SIGNATURE |map| (|#4| (|Mapping| |#3| |#1|) |#2|))) #1=(|Ring|) (|UnivariatePolynomialCategory| |#1|) #1# (|UnivariatePolynomialCategory| |#3|)) (T |UnivariatePolynomialCategoryFunctions2|))
((|map| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Mapping| *6 *5)) (|ofCategory| *5 #1=(|Ring|)) (|ofCategory| *6 #1#) (|ofCategory| *2 (|UnivariatePolynomialCategory| *6)) (|isDomain| *1 (|UnivariatePolynomialCategoryFunctions2| *5 *4 *6 *2)) (|ofCategory| *4 (|UnivariatePolynomialCategory| *5)))))
((|variables| ((#1=(|List| #2=(|SingletonAsOrderedSet|)) $) 34 T ELT)) (|reductum| (#3=($ $) 31 T ELT)) (|monomial| (($ |#2| |#3|) NIL T ELT) (($ $ #2# |#3|) 28 T ELT) (($ $ #1# (|List| |#3|)) 27 T ELT)) (|leadingMonomial| (#3# 14 T ELT)) (|leadingCoefficient| ((|#2| $) 12 T ELT)) (|degree| ((|#3| $) 10 T ELT)))
(((|UnivariatePowerSeriesCategory&| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |variables| (#1=(|List| #2=(|SingletonAsOrderedSet|)) |#1|)) (SIGNATURE |monomial| (|#1| |#1| #1# (|List| |#3|))) (SIGNATURE |monomial| (|#1| |#1| #2# |#3|)) (SIGNATURE |reductum| #3=(|#1| |#1|)) (SIGNATURE |monomial| (|#1| |#2| |#3|)) (SIGNATURE |degree| (|#3| |#1|)) (SIGNATURE |leadingMonomial| #3#) (SIGNATURE |leadingCoefficient| (|#2| |#1|))) (|UnivariatePowerSeriesCategory| |#2| |#3|) (|Ring|) (|OrderedAbelianMonoid|)) (T |UnivariatePowerSeriesCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|variables| (((|List| #3=(|SingletonAsOrderedSet|)) $) 96 T ELT)) (|variable| (((|Symbol|) $) 130 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 (|has| |#1| . #4=((|IntegralDomain|))) ELT)) (|unitCanonical| (($ $) 74 (|has| |#1| . #4#) ELT)) (|unit?| ((#5=(|Boolean|) $) 76 (|has| |#1| . #4#) ELT)) (|truncate| (($ $ |#2|) 125 T ELT) (($ $ |#2| |#2|) 124 T ELT)) (|terms| (((|Stream| (|Record| (|:| |k| |#2|) (|:| |c| |#1|))) $) 131 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#6=($) 23 T CONST)) (|reductum| (#7=($ $) 82 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|pole?| (((|Boolean|) $) 95 T ELT)) (|order| ((|#2| $) 127 T ELT) ((|#2| $ |#2|) 126 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|multiplyExponents| (($ $ (|PositiveInteger|)) 128 T ELT)) (|monomial?| (((|Boolean|) $) 84 T ELT)) (|monomial| (($ |#1| |#2|) 83 T ELT) (($ $ #3# |#2|) 98 T ELT) (($ $ (|List| #3#) (|List| |#2|)) 97 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 88 T ELT)) (|leadingMonomial| (#7# 86 T ELT)) (|leadingCoefficient| ((|#1| $) 87 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|extend| (($ $ |#2|) 122 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 72 (|has| |#1| . #4#) ELT)) (|eval| (((|Stream| |#1|) $ |#1|) 121 (|has| |#1| (SIGNATURE ** (|#1| |#1| |#2|))) ELT)) (|elt| ((|#1| $ |#2|) 132 T ELT) (($ $ $) 108 (|has| |#2| (|SemiGroup|)) ELT)) (|differentiate| (($ $ #8=(|Symbol|)) 120 (AND (|has| |#1| . #9=((|PartialDifferentialRing| (|Symbol|)))) (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|)))) ELT) (($ $ (|List| #8#)) 118 (AND (|has| |#1| . #9#) (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|)))) ELT) (($ $ #8# . #10=(#11=(|NonNegativeInteger|))) 117 (AND (|has| |#1| . #9#) (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|)))) ELT) (($ $ (|List| #8#) . #12=((|List| #11#))) 116 (AND (|has| |#1| . #9#) (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|)))) ELT) (($ . #13=($)) 112 (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|))) ELT) (#14=($ $ (|NonNegativeInteger|)) 110 (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|))) ELT)) (|degree| ((|#2| $) 85 T ELT)) (|complete| (($ $) 94 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ #15=(|Fraction| (|Integer|))) 79 (|has| |#1| . #16=((|Algebra| #15#))) ELT) (($ $) 71 (|has| |#1| . #4#) ELT) (($ |#1|) 69 (|has| |#1| (|CommutativeRing|)) ELT)) (|coefficient| ((|#1| $ |#2|) 81 T ELT)) (|charthRoot| (((|Maybe| $) $) 70 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|center| ((|#1| $) 129 T ELT)) (|before?| (#1# 6 T ELT)) (|associates?| ((#5# $ $) 75 (|has| |#1| . #4#) ELT)) (|approximate| ((|#1| $ |#2|) 123 (AND (|has| |#1| (SIGNATURE ** (|#1| |#1| |#2|))) (|has| |#1| (SIGNATURE |coerce| (|#1| (|Symbol|))))) ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#6# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ #8#) 119 (AND (|has| |#1| . #9#) (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|)))) ELT) (($ $ (|List| #8#)) 115 (AND (|has| |#1| . #9#) (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|)))) ELT) (($ $ #8# . #10#) 114 (AND (|has| |#1| . #9#) (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|)))) ELT) (($ $ (|List| #8#) . #12#) 113 (AND (|has| |#1| . #9#) (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|)))) ELT) (($ . #13#) 111 (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|))) ELT) (#14# 109 (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|))) ELT)) (= (#1# 8 T ELT)) (/ (($ $ |#1|) 80 (|has| |#1| (|Field|)) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #17=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 90 T ELT) (($ |#1| . #17#) 89 T ELT) (($ #15# . #17#) 78 (|has| |#1| . #16#) ELT) (($ $ #15#) 77 (|has| |#1| . #16#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|variables| ((#4=(|List| #5=(|SingletonAsOrderedSet|)) $) 96 T ELT)) (|variable| ((#6=(|Symbol|) $) 130 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 #7=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| (#8=($ $) 74 #7# ELT)) (|unit?| (#3# 76 #7# ELT)) (|truncate| (#9=($ $ |#2|) 125 T ELT) (($ $ |#2| |#2|) 124 T ELT)) (|terms| (((|Stream| (|Record| (|:| |k| |#2|) (|:| |c| |#1|))) $) 131 T ELT)) (|subtractIfCan| ((#10=(|Maybe| $) $ $) 26 T ELT)) (|sample| (#11=($) 23 T CONST)) (|reductum| (#8# 82 T ELT)) (|recip| ((#12=(|Union| $ "failed") $) 43 T ELT)) (|pole?| (#3# 95 T ELT)) (|order| (#13=(|#2| $) 127 T ELT) ((|#2| $ |#2|) 126 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|multiplyExponents| (#14=($ $ #15=(|PositiveInteger|)) 128 T ELT)) (|monomial?| (#3# 84 T ELT)) (|monomial| (($ |#1| |#2|) 83 T ELT) (($ $ #5# |#2|) 98 T ELT) (($ $ #4# (|List| |#2|)) 97 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 88 T ELT)) (|leadingMonomial| (#8# 86 T ELT)) (|leadingCoefficient| (#16=(|#1| $) 87 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|extend| (#9# 122 T ELT)) (|exquo| ((#12# $ $) 72 #7# ELT)) (|eval| (((|Stream| |#1|) $ |#1|) 121 #17=(|has| |#1| (SIGNATURE ** (|#1| |#1| |#2|))) ELT)) (|elt| (#18=(|#1| $ |#2|) 132 T ELT) (#19=($ $ $) 108 (|has| |#2| (|SemiGroup|)) ELT)) (|differentiate| (#20=($ $ #6#) 120 #21=(AND (|has| |#1| (|PartialDifferentialRing| #6#)) #22=(|has| |#1| (SIGNATURE * (|#1| |#2| |#1|)))) ELT) (#23=($ $ #24=(|List| #6#)) 118 #21# ELT) (#25=($ $ #6# #26=(|NonNegativeInteger|)) 117 #21# ELT) (#27=($ $ #24# (|List| #26#)) 116 #21# ELT) (#8# 112 #22# ELT) (#28=($ $ #26#) 110 #22# ELT)) (|degree| (#13# 85 T ELT)) (|complete| (#8# 94 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #29=(|Integer|)) 42 T ELT) (($ #30=(|Fraction| #29#)) 79 #31=(|has| |#1| (|Algebra| #30#)) ELT) (#8# 71 #7# ELT) (($ |#1|) 69 (|has| |#1| (|CommutativeRing|)) ELT)) (|coefficient| (#18# 81 T ELT)) (|charthRoot| ((#10# $) 70 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#26#) 41 T CONST)) (|center| (#16# 129 T ELT)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 75 #7# ELT)) (|approximate| (#18# 123 (AND #17# (|has| |#1| (SIGNATURE |coerce| (|#1| #6#)))) ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#11# 24 T CONST)) (|One| (#11# 46 T CONST)) (D (#20# 119 #21# ELT) (#23# 115 #21# ELT) (#25# 114 #21# ELT) (#27# 113 #21# ELT) (#8# 111 #22# ELT) (#28# 109 #22# ELT)) (= (#1# 8 T ELT)) (/ (#32=($ $ |#1|) 80 (|has| |#1| (|Field|)) ELT)) (- (#8# 30 T ELT) (#19# 29 T ELT)) (+ (#19# 18 T ELT)) (** (#14# 36 T ELT) (#28# 44 T ELT)) (* (($ #15# $) 17 T ELT) (($ #26# $) 21 T ELT) (($ #29# . #33=($)) 31 T ELT) (#19# 35 T ELT) (#32# 90 T ELT) (($ |#1| . #33#) 89 T ELT) (($ #30# . #33#) 78 #31# ELT) (($ $ #30#) 77 #31# ELT)))
(((|UnivariatePowerSeriesCategory| |#1| |#2|) (|Category|) (|Ring|) (|OrderedAbelianMonoid|)) (T |UnivariatePowerSeriesCategory|))
-((|terms| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariatePowerSeriesCategory| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoid|)) (|isDomain| *2 (|Stream| (|Record| (|:| |k| *4) (|:| |c| *3)))))) (|variable| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariatePowerSeriesCategory| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoid|)) (|isDomain| *2 (|Symbol|)))) (|center| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariatePowerSeriesCategory| *2 *3)) (|ofCategory| *3 (|OrderedAbelianMonoid|)) (|ofCategory| *2 (|Ring|)))) (|multiplyExponents| (*1 *1 *1 *2) (AND (|isDomain| *2 (|PositiveInteger|)) (|ofCategory| *1 (|UnivariatePowerSeriesCategory| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoid|)))) (|order| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariatePowerSeriesCategory| *3 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *2 (|OrderedAbelianMonoid|)))) (|order| (*1 *2 *1 *2) (AND (|ofCategory| *1 (|UnivariatePowerSeriesCategory| *3 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *2 (|OrderedAbelianMonoid|)))) (|truncate| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|UnivariatePowerSeriesCategory| *3 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *2 (|OrderedAbelianMonoid|)))) (|truncate| (*1 *1 *1 *2 *2) (AND (|ofCategory| *1 (|UnivariatePowerSeriesCategory| *3 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *2 (|OrderedAbelianMonoid|)))) (|approximate| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|UnivariatePowerSeriesCategory| *2 *3)) (|ofCategory| *3 (|OrderedAbelianMonoid|)) (|has| *2 (SIGNATURE ** (*2 *2 *3))) (|has| *2 (SIGNATURE |coerce| (*2 (|Symbol|)))) (|ofCategory| *2 (|Ring|)))) (|extend| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|UnivariatePowerSeriesCategory| *3 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *2 (|OrderedAbelianMonoid|)))) (|eval| (*1 *2 *1 *3) (AND (|ofCategory| *1 (|UnivariatePowerSeriesCategory| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|OrderedAbelianMonoid|)) (|has| *3 (SIGNATURE ** (*3 *3 *4))) (|isDomain| *2 (|Stream| *3)))))
-(|Join| (|PowerSeriesCategory| |t#1| |t#2| (|SingletonAsOrderedSet|)) (|Eltable| |t#2| |t#1|) (CATEGORY |domain| (SIGNATURE |terms| ((|Stream| (|Record| (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (SIGNATURE |variable| ((|Symbol|) $)) (SIGNATURE |center| (|t#1| $)) (SIGNATURE |multiplyExponents| ($ $ (|PositiveInteger|))) (SIGNATURE |order| (|t#2| $)) (SIGNATURE |order| (|t#2| $ |t#2|)) (SIGNATURE |truncate| ($ $ |t#2|)) (SIGNATURE |truncate| ($ $ |t#2| |t#2|)) (IF (|has| |t#1| (SIGNATURE |coerce| (|t#1| (|Symbol|)))) (IF (|has| |t#1| (SIGNATURE ** (|t#1| |t#1| |t#2|))) (SIGNATURE |approximate| (|t#1| $ |t#2|)) |%noBranch|) |%noBranch|) (SIGNATURE |extend| ($ $ |t#2|)) (IF (|has| |t#2| (|SemiGroup|)) (ATTRIBUTE (|Eltable| $ $)) |%noBranch|) (IF (|has| |t#1| (SIGNATURE * (|t#1| |t#2| |t#1|))) (PROGN (ATTRIBUTE (|DifferentialRing|)) (IF (|has| |t#1| (|PartialDifferentialRing| (|Symbol|))) (ATTRIBUTE (|PartialDifferentialRing| (|Symbol|))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (SIGNATURE ** (|t#1| |t#1| |t#2|))) (SIGNATURE |eval| ((|Stream| |t#1|) $ |t#1|)) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| |#2|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|DifferentialDomain| $) |has| |#1| (SIGNATURE * (|#1| |#2| |#1|))) ((|DifferentialRing|) |has| |#1| (SIGNATURE * (|#1| |#2| |#1|))) ((|DifferentialSpace|) |has| |#1| (SIGNATURE * (|#1| |#2| |#1|))) ((|Eltable| |#2| |#1|) . T) ((|Eltable| $ $) |has| |#2| (|SemiGroup|)) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|Functorial| |#1|) . T) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|Join|) . T) ((|LeftLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|Module| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #2=(|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|)))) ((|PartialDifferentialRing| #2#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|)))) ((|PartialDifferentialSpace| #2#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|)))) ((|PowerSeriesCategory| |#1| |#2| (|SingletonAsOrderedSet|)) . T) ((|RightLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|RightModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+((|terms| #1=(*1 *2 *1) (AND #2=(|ofCategory| *1 (|UnivariatePowerSeriesCategory| *3 *4)) #3=(|ofCategory| *3 #4=(|Ring|)) #5=(|ofCategory| *4 #6=(|OrderedAbelianMonoid|)) (|isDomain| *2 (|Stream| (|Record| (|:| |k| *4) (|:| |c| *3)))))) (|variable| #1# (AND #2# #3# #5# (|isDomain| *2 #7=(|Symbol|)))) (|center| #1# (AND #8=(|ofCategory| *1 (|UnivariatePowerSeriesCategory| *2 *3)) #9=(|ofCategory| *3 #6#) #10=(|ofCategory| *2 #4#))) (|multiplyExponents| #11=(*1 *1 *1 *2) (AND (|isDomain| *2 (|PositiveInteger|)) #2# #3# #5#)) (|order| #1# #12=(AND (|ofCategory| *1 (|UnivariatePowerSeriesCategory| *3 *2)) #3# (|ofCategory| *2 #6#))) (|order| (*1 *2 *1 *2) #12#) (|truncate| #11# #12#) (|truncate| (*1 *1 *1 *2 *2) #12#) (|approximate| #13=(*1 *2 *1 *3) (AND #8# #9# (|has| *2 (SIGNATURE ** (*2 *2 *3))) (|has| *2 (SIGNATURE |coerce| (*2 #7#))) #10#)) (|extend| #11# #12#) (|eval| #13# (AND #2# #3# #5# (|has| *3 (SIGNATURE ** (*3 *3 *4))) (|isDomain| *2 (|Stream| *3)))))
+(|Join| (|PowerSeriesCategory| |t#1| |t#2| (|SingletonAsOrderedSet|)) (|Eltable| |t#2| |t#1|) (CATEGORY |domain| (SIGNATURE |terms| ((|Stream| (|Record| (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (SIGNATURE |variable| (#1=(|Symbol|) $)) (SIGNATURE |center| (|t#1| $)) (SIGNATURE |multiplyExponents| ($ $ (|PositiveInteger|))) (SIGNATURE |order| (|t#2| $)) (SIGNATURE |order| (|t#2| $ |t#2|)) (SIGNATURE |truncate| #2=($ $ |t#2|)) (SIGNATURE |truncate| ($ $ |t#2| |t#2|)) (IF (|has| |t#1| (SIGNATURE |coerce| (|t#1| #1#))) (IF #3=(|has| |t#1| (SIGNATURE ** (|t#1| |t#1| |t#2|))) (SIGNATURE |approximate| (|t#1| $ |t#2|)) |%noBranch|) |%noBranch|) (SIGNATURE |extend| #2#) (IF (|has| |t#2| (|SemiGroup|)) (ATTRIBUTE (|Eltable| $ $)) |%noBranch|) (IF (|has| |t#1| (SIGNATURE * (|t#1| |t#2| |t#1|))) (PROGN (ATTRIBUTE (|DifferentialRing|)) (IF (|has| |t#1| #4=(|PartialDifferentialRing| #1#)) (ATTRIBUTE #4#) |%noBranch|)) |%noBranch|) (IF #3# (SIGNATURE |eval| ((|Stream| |t#1|) $ |t#1|)) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| |#2|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) |has| |#1| (|CommutativeRing|)) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) |has| |#1| (|CommutativeRing|)) ((|DifferentialDomain| $) |has| |#1| (SIGNATURE * (|#1| |#2| |#1|))) ((|DifferentialRing|) |has| |#1| (SIGNATURE * (|#1| |#2| |#1|))) ((|DifferentialSpace|) |has| |#1| (SIGNATURE * (|#1| |#2| |#1|))) ((|Eltable| |#2| |#1|) . T) ((|Eltable| $ $) |has| |#2| (|SemiGroup|)) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|Functorial| |#1|) . T) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|LeftLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|Module| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #3=(|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|)))) ((|PartialDifferentialRing| #3#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|)))) ((|PartialDifferentialSpace| #3#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| |#2| |#1|)))) ((|PowerSeriesCategory| |#1| |#2| (|SingletonAsOrderedSet|)) . T) ((|RightLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) |has| |#1| (|CommutativeRing|)) ((|RightModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) |has| |#1| (|CommutativeRing|)) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|squareFreePart| ((|#2| |#2|) 12 T ELT)) (|squareFree| (((|Factored| |#2|) |#2|) 14 T ELT)) (|BumInSepFFE| ((#1=(|Record| (|:| |flg| (|Union| "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (|Integer|))) #1#) 30 T ELT)))
(((|UnivariatePolynomialSquareFree| |#1| |#2|) (CATEGORY |package| (SIGNATURE |squareFree| ((|Factored| |#2|) |#2|)) (SIGNATURE |squareFreePart| (|#2| |#2|)) (SIGNATURE |BumInSepFFE| (#1=(|Record| (|:| |flg| (|Union| "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (|Integer|))) #1#))) #2=(|IntegralDomain|) (|Join| (|UnivariatePolynomialCategory| |#1|) #2# (CATEGORY |domain| (SIGNATURE |gcd| ($ $ $))))) (T |UnivariatePolynomialSquareFree|))
((|BumInSepFFE| #1=(*1 *2 *2) (AND (|isDomain| *2 (|Record| (|:| |flg| (|Union| "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4) (|:| |xpnt| (|Integer|)))) (|ofCategory| *4 #2=(|Join| (|UnivariatePolynomialCategory| *3) #3=(|IntegralDomain|) #4=(CATEGORY |domain| (SIGNATURE |gcd| ($ $ $))))) #5=(|ofCategory| *3 #3#) (|isDomain| *1 (|UnivariatePolynomialSquareFree| *3 *4)))) (|squareFreePart| #1# (AND #5# (|isDomain| *1 (|UnivariatePolynomialSquareFree| *3 *2)) (|ofCategory| *2 #2#))) (|squareFree| (*1 *2 *3) (AND (|ofCategory| *4 #3#) (|isDomain| *2 (|Factored| *3)) (|isDomain| *1 (|UnivariatePolynomialSquareFree| *4 *3)) (|ofCategory| *3 (|Join| (|UnivariatePolynomialCategory| *4) #3# #4#)))))
@@ -3885,19 +3885,19 @@ NIL
((|map| (((|UnivariatePuiseuxSeries| |#2| |#4| |#6|) (|Mapping| |#2| |#1|) (|UnivariatePuiseuxSeries| |#1| |#3| |#5|)) 24 T ELT)))
(((|UnivariatePuiseuxSeriesFunctions2| |#1| |#2| |#3| |#4| |#5| |#6|) (CATEGORY |package| (SIGNATURE |map| ((|UnivariatePuiseuxSeries| |#2| |#4| |#6|) (|Mapping| |#2| |#1|) (|UnivariatePuiseuxSeries| |#1| |#3| |#5|)))) #1=(|Ring|) #1# #2=(|Symbol|) #2# |#1| |#2|) (T |UnivariatePuiseuxSeriesFunctions2|))
((|map| (*1 *2 *3 *4) (AND (|isDomain| *3 (|Mapping| *6 *5)) (|isDomain| *4 (|UnivariatePuiseuxSeries| *5 *7 *9)) (|ofCategory| *5 #1=(|Ring|)) (|ofCategory| *6 #1#) (|ofType| *7 #2=(|Symbol|)) (|ofType| *9 *5) (|ofType| *10 *6) (|isDomain| *2 (|UnivariatePuiseuxSeries| *6 *8 *10)) (|isDomain| *1 (|UnivariatePuiseuxSeriesFunctions2| *5 *6 *7 *8 *9 *10)) (|ofType| *8 #2#))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|variables| (((|List| #3=(|SingletonAsOrderedSet|)) $) 96 T ELT)) (|variable| ((#4=(|Symbol|) $) 130 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 (|has| |#1| . #5=((|IntegralDomain|))) ELT)) (|unitCanonical| (($ $) 74 (|has| |#1| . #5#) ELT)) (|unit?| ((#6=(|Boolean|) $) 76 (|has| |#1| . #5#) ELT)) (|truncate| (($ $ #7=(|Fraction| (|Integer|))) 125 T ELT) (($ $ #7# #7#) 124 T ELT)) (|terms| (((|Stream| (|Record| (|:| |k| #7#) (|:| |c| |#1|))) $) 131 T ELT)) (|tanh| (#8=($ $) 164 (|has| |#1| . #9=((|Algebra| (|Fraction| (|Integer|))))) ELT)) (|tan| (#10=($ $) 147 (|has| |#1| . #9#) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (($ $) 191 (|has| |#1| . #11=((|Field|))) ELT)) (|squareFree| (#12=((|Factored| $) $) 192 (|has| |#1| . #11#) ELT)) (|sqrt| (($ $) 146 (|has| |#1| . #13=((|Algebra| (|Fraction| (|Integer|))))) ELT)) (|sizeLess?| (((|Boolean|) $ $) 182 (|has| |#1| . #11#) ELT)) (|sinh| (#8# 163 (|has| |#1| . #9#) ELT)) (|sin| (#10# 148 (|has| |#1| . #9#) ELT)) (|series| (($ (|NonNegativeInteger|) (|Stream| (|Record| (|:| |k| (|Fraction| (|Integer|))) (|:| |c| |#1|)))) 200 T ELT)) (|sech| (#8# 162 (|has| |#1| . #9#) ELT)) (|sec| (#10# 149 (|has| |#1| . #9#) ELT)) (|sample| (#14=($) 23 T CONST)) (|rem| (#15=($ $ $) 186 (|has| |#1| . #11#) ELT)) (|reductum| (#16=($ $) 82 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|quo| (#15# 185 (|has| |#1| . #11#) ELT)) (|principalIdeal| (((|Record| (|:| |coef| #17=(|List| $)) (|:| |generator| $)) #17#) 180 (|has| |#1| . #11#) ELT)) (|prime?| (((|Boolean|) $) 193 (|has| |#1| . #11#) ELT)) (|pole?| (((|Boolean|) $) 95 T ELT)) (|pi| (($) 174 (|has| |#1| . #9#) ELT)) (|order| ((#7# $) 127 T ELT) ((#7# $ #7#) 126 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|nthRoot| (($ $ #18=(|Integer|)) 145 (|has| |#1| . #13#) ELT)) (|multiplyExponents| (($ $ (|PositiveInteger|)) 128 T ELT) (($ $ (|Fraction| (|Integer|))) 199 T ELT)) (|multiEuclidean| (((|Union| #19=(|List| $) #20="failed") #19# $) 189 (|has| |#1| . #11#) ELT)) (|monomial?| (((|Boolean|) $) 84 T ELT)) (|monomial| (($ |#1| #7#) 83 T ELT) (($ $ #3# #7#) 98 T ELT) (($ $ (|List| #3#) (|List| #7#)) 97 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 88 T ELT)) (|log| (#21=($ $) 171 (|has| |#1| . #9#) ELT)) (|leadingMonomial| (#16# 86 T ELT)) (|leadingCoefficient| ((|#1| $) 87 T ELT)) (|lcm| (#22=($ (|List| $)) 178 (|has| |#1| . #11#) ELT) (#23=($ $ $) 177 (|has| |#1| . #11#) ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 194 (|has| |#1| . #11#) ELT)) (|integrate| (($ $) 198 (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ELT) (($ $ (|Symbol|)) 197 (OR (AND (|has| |#1| (|AlgebraicallyClosedFunctionSpace| (|Integer|))) (|has| |#1| (|PrimitiveFunctionCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) (AND (|has| |#1| (SIGNATURE |variables| ((|List| (|Symbol|)) |#1|))) (|has| |#1| (SIGNATURE |integrate| (|#1| |#1| (|Symbol|)))) (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))))) ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#24=(|SparseUnivariatePolynomial| $) #24# #24#) 179 (|has| |#1| . #11#) ELT)) (|gcd| (#22# 176 (|has| |#1| . #11#) ELT) (#23# 175 (|has| |#1| . #11#) ELT)) (|factor| (#12# 190 (|has| |#1| . #11#) ELT)) (|extendedEuclidean| (((|Union| (|Record| #25=(|:| |coef1| $) #26=(|:| |coef2| $)) #20#) $ $ $) 188 (|has| |#1| . #11#) ELT) (((|Record| #25# #26# (|:| |generator| $)) $ $) 187 (|has| |#1| . #11#) ELT)) (|extend| (($ $ #7#) 122 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 72 (|has| |#1| . #5#) ELT)) (|expressIdealMember| (((|Maybe| #17#) #17# $) 181 (|has| |#1| . #11#) ELT)) (|exp| (#21# 172 (|has| |#1| . #9#) ELT)) (|eval| (((|Stream| |#1|) $ |#1|) 121 (|has| |#1| (SIGNATURE ** (|#1| |#1| #7#))) ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 183 (|has| |#1| . #11#) ELT)) (|elt| ((|#1| $ #7#) 132 T ELT) (($ $ $) 108 (|has| #7# (|SemiGroup|)) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 184 (|has| |#1| . #11#) ELT)) (|differentiate| (($ $ #27=(|Symbol|)) 120 (AND (|has| |#1| . #28=((|PartialDifferentialRing| #4#))) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ (|List| #27#)) 118 (AND (|has| |#1| . #28#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ #27# . #29=(#30=(|NonNegativeInteger|))) 117 (AND (|has| |#1| . #28#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ (|List| #27#) . #31=((|List| #30#))) 116 (AND (|has| |#1| . #28#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ . #32=($)) 112 (|has| |#1| (SIGNATURE * (|#1| #7# |#1|))) ELT) (#33=($ $ (|NonNegativeInteger|)) 110 (|has| |#1| (SIGNATURE * (|#1| #7# |#1|))) ELT)) (|degree| ((#7# $) 85 T ELT)) (|csch| (#8# 161 (|has| |#1| . #9#) ELT)) (|csc| (#10# 150 (|has| |#1| . #9#) ELT)) (|coth| (#8# 160 (|has| |#1| . #9#) ELT)) (|cot| (#10# 151 (|has| |#1| . #9#) ELT)) (|cosh| (#8# 159 (|has| |#1| . #9#) ELT)) (|cos| (#10# 152 (|has| |#1| . #9#) ELT)) (|complete| (($ $) 94 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 69 (|has| |#1| (|CommutativeRing|)) ELT) (($ #34=(|Fraction| #35=(|Integer|))) 79 (|has| |#1| . #36=((|Algebra| (|Fraction| (|Integer|))))) ELT) (($ $) 71 (|has| |#1| . #5#) ELT)) (|coefficient| ((|#1| $ #7#) 81 T ELT)) (|charthRoot| (((|Maybe| $) $) 70 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|center| ((|#1| $) 129 T ELT)) (|before?| (#1# 6 T ELT)) (|atanh| (#37=($ $) 170 (|has| |#1| . #9#) ELT)) (|atan| (#38=($ $) 158 (|has| |#1| . #9#) ELT)) (|associates?| ((#6# $ $) 75 (|has| |#1| . #5#) ELT)) (|asinh| (#37# 169 (|has| |#1| . #9#) ELT)) (|asin| (#38# 157 (|has| |#1| . #9#) ELT)) (|asech| (#37# 168 (|has| |#1| . #9#) ELT)) (|asec| (#38# 156 (|has| |#1| . #9#) ELT)) (|approximate| ((|#1| $ #7#) 123 (AND (|has| |#1| (SIGNATURE ** (|#1| |#1| #7#))) (|has| |#1| (SIGNATURE |coerce| (|#1| #4#)))) ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|acsch| (#37# 167 (|has| |#1| . #9#) ELT)) (|acsc| (#38# 155 (|has| |#1| . #9#) ELT)) (|acoth| (#37# 166 (|has| |#1| . #9#) ELT)) (|acot| (#38# 154 (|has| |#1| . #9#) ELT)) (|acosh| (#37# 165 (|has| |#1| . #9#) ELT)) (|acos| (#38# 153 (|has| |#1| . #9#) ELT)) (|Zero| (#14# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ #27#) 119 (AND (|has| |#1| . #28#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ (|List| #27#)) 115 (AND (|has| |#1| . #28#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ #27# . #29#) 114 (AND (|has| |#1| . #28#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ (|List| #27#) . #31#) 113 (AND (|has| |#1| . #28#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ . #32#) 111 (|has| |#1| (SIGNATURE * (|#1| #7# |#1|))) ELT) (#33# 109 (|has| |#1| (SIGNATURE * (|#1| #7# |#1|))) ELT)) (= (#1# 8 T ELT)) (/ (($ $ |#1|) 80 (|has| |#1| (|Field|)) ELT) (($ $ $) 196 (|has| |#1| . #11#) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #35#) 195 (|has| |#1| . #11#) ELT) (($ $ $) 173 (|has| |#1| . #9#) ELT) (($ $ (|Fraction| #18#)) 144 (|has| |#1| . #13#) ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #39=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 90 T ELT) (($ |#1| . #39#) 89 T ELT) (($ #34# . #39#) 78 (|has| |#1| . #36#) ELT) (($ $ #34#) 77 (|has| |#1| . #36#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|variables| ((#4=(|List| #5=(|SingletonAsOrderedSet|)) $) 96 T ELT)) (|variable| ((#6=(|Symbol|) $) 130 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 #7=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| (#8=($ $) 74 #7# ELT)) (|unit?| (#3# 76 #7# ELT)) (|truncate| (#9=($ $ #10=(|Fraction| #11=(|Integer|))) 125 T ELT) (($ $ #10# #10#) 124 T ELT)) (|terms| ((#12=(|Stream| (|Record| (|:| |k| #10#) (|:| |c| |#1|))) $) 131 T ELT)) (|tanh| (#8# 164 #13=(|has| |#1| (|Algebra| #10#)) ELT)) (|tan| (#8# 147 #13# ELT)) (|subtractIfCan| ((#14=(|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (#8# 191 #15=(|has| |#1| (|Field|)) ELT)) (|squareFree| (#16=((|Factored| $) $) 192 #15# ELT)) (|sqrt| (#8# 146 #13# ELT)) (|sizeLess?| (#1# 182 #15# ELT)) (|sinh| (#8# 163 #13# ELT)) (|sin| (#8# 148 #13# ELT)) (|series| (($ #17=(|NonNegativeInteger|) #12#) 200 T ELT)) (|sech| (#8# 162 #13# ELT)) (|sec| (#8# 149 #13# ELT)) (|sample| (#18=($) 23 T CONST)) (|rem| (#19=($ $ $) 186 #15# ELT)) (|reductum| (#8# 82 T ELT)) (|recip| ((#20=(|Union| $ #21="failed") $) 43 T ELT)) (|quo| (#19# 185 #15# ELT)) (|principalIdeal| (((|Record| (|:| |coef| #22=(|List| $)) #23=(|:| |generator| $)) #22#) 180 #15# ELT)) (|prime?| (#3# 193 #15# ELT)) (|pole?| (#3# 95 T ELT)) (|pi| (#18# 174 #13# ELT)) (|order| (#24=(#10# $) 127 T ELT) ((#10# $ #10#) 126 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|nthRoot| (#25=($ $ #11#) 145 #13# ELT)) (|multiplyExponents| (#26=($ $ #27=(|PositiveInteger|)) 128 T ELT) (#9# 199 T ELT)) (|multiEuclidean| (((|Union| #22# #21#) #22# $) 189 #15# ELT)) (|monomial?| (#3# 84 T ELT)) (|monomial| (($ |#1| #10#) 83 T ELT) (($ $ #5# #10#) 98 T ELT) (($ $ #4# (|List| #10#)) 97 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 88 T ELT)) (|log| (#8# 171 #13# ELT)) (|leadingMonomial| (#8# 86 T ELT)) (|leadingCoefficient| (#28=(|#1| $) 87 T ELT)) (|lcm| (#29=($ #22#) 178 #15# ELT) (#19# 177 #15# ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#8# 194 #15# ELT)) (|integrate| (#8# 198 #13# ELT) (#30=($ $ #6#) 197 (OR (AND (|has| |#1| (|AlgebraicallyClosedFunctionSpace| #11#)) (|has| |#1| (|PrimitiveFunctionCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|)) #13#) (AND (|has| |#1| (SIGNATURE |variables| (#31=(|List| #6#) |#1|))) (|has| |#1| (SIGNATURE |integrate| (|#1| |#1| #6#))) #13#)) ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#32=(|SparseUnivariatePolynomial| $) #32# #32#) 179 #15# ELT)) (|gcd| (#29# 176 #15# ELT) (#19# 175 #15# ELT)) (|factor| (#16# 190 #15# ELT)) (|extendedEuclidean| (((|Union| (|Record| #33=(|:| |coef1| $) #34=(|:| |coef2| $)) #21#) $ $ $) 188 #15# ELT) (((|Record| #33# #34# #23#) $ $) 187 #15# ELT)) (|extend| (#9# 122 T ELT)) (|exquo| ((#20# $ $) 72 #7# ELT)) (|expressIdealMember| (((|Maybe| #22#) #22# $) 181 #15# ELT)) (|exp| (#8# 172 #13# ELT)) (|eval| (((|Stream| |#1|) $ |#1|) 121 #35=(|has| |#1| (SIGNATURE ** (|#1| |#1| #10#))) ELT)) (|euclideanSize| ((#17# $) 183 #15# ELT)) (|elt| (#36=(|#1| $ #10#) 132 T ELT) (#19# 108 (|has| #10# (|SemiGroup|)) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 184 #15# ELT)) (|differentiate| (#30# 120 #37=(AND (|has| |#1| (|PartialDifferentialRing| #6#)) #38=(|has| |#1| (SIGNATURE * (|#1| #10# |#1|)))) ELT) (#39=($ $ #31#) 118 #37# ELT) (#40=($ $ #6# #17#) 117 #37# ELT) (#41=($ $ #31# (|List| #17#)) 116 #37# ELT) (#8# 112 #38# ELT) (#42=($ $ #17#) 110 #38# ELT)) (|degree| (#24# 85 T ELT)) (|csch| (#8# 161 #13# ELT)) (|csc| (#8# 150 #13# ELT)) (|coth| (#8# 160 #13# ELT)) (|cot| (#8# 151 #13# ELT)) (|cosh| (#8# 159 #13# ELT)) (|cos| (#8# 152 #13# ELT)) (|complete| (#8# 94 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #11#) 42 T ELT) (($ |#1|) 69 (|has| |#1| (|CommutativeRing|)) ELT) (($ #10#) 79 #13# ELT) (#8# 71 #7# ELT)) (|coefficient| (#36# 81 T ELT)) (|charthRoot| ((#14# $) 70 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#17#) 41 T CONST)) (|center| (#28# 129 T ELT)) (|before?| (#1# 6 T ELT)) (|atanh| (#8# 170 #13# ELT)) (|atan| (#8# 158 #13# ELT)) (|associates?| (#1# 75 #7# ELT)) (|asinh| (#8# 169 #13# ELT)) (|asin| (#8# 157 #13# ELT)) (|asech| (#8# 168 #13# ELT)) (|asec| (#8# 156 #13# ELT)) (|approximate| (#36# 123 (AND #35# (|has| |#1| (SIGNATURE |coerce| (|#1| #6#)))) ELT)) (|annihilate?| (#1# 34 T ELT)) (|acsch| (#8# 167 #13# ELT)) (|acsc| (#8# 155 #13# ELT)) (|acoth| (#8# 166 #13# ELT)) (|acot| (#8# 154 #13# ELT)) (|acosh| (#8# 165 #13# ELT)) (|acos| (#8# 153 #13# ELT)) (|Zero| (#18# 24 T CONST)) (|One| (#18# 46 T CONST)) (D (#30# 119 #37# ELT) (#39# 115 #37# ELT) (#40# 114 #37# ELT) (#41# 113 #37# ELT) (#8# 111 #38# ELT) (#42# 109 #38# ELT)) (= (#1# 8 T ELT)) (/ (#43=($ $ |#1|) 80 #15# ELT) (#19# 196 #15# ELT)) (- (#8# 30 T ELT) (#19# 29 T ELT)) (+ (#19# 18 T ELT)) (** (#26# 36 T ELT) (#42# 44 T ELT) (#25# 195 #15# ELT) (#19# 173 #13# ELT) (#9# 144 #13# ELT)) (* (($ #27# $) 17 T ELT) (($ #17# $) 21 T ELT) (($ #11# . #44=($)) 31 T ELT) (#19# 35 T ELT) (#43# 90 T ELT) (($ |#1| . #44#) 89 T ELT) (($ #10# . #44#) 78 #13# ELT) (#9# 77 #13# ELT)))
(((|UnivariatePuiseuxSeriesCategory| |#1|) (|Category|) (|Ring|)) (T |UnivariatePuiseuxSeriesCategory|))
-((|series| (*1 *1 *2 *3) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|isDomain| *3 (|Stream| (|Record| (|:| |k| (|Fraction| (|Integer|))) (|:| |c| *4)))) (|ofCategory| *4 (|Ring|)) (|ofCategory| *1 (|UnivariatePuiseuxSeriesCategory| *4)))) (|multiplyExponents| (*1 *1 *1 *2) (AND (|isDomain| *2 (|Fraction| (|Integer|))) (|ofCategory| *1 (|UnivariatePuiseuxSeriesCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|integrate| (*1 *1 *1) (AND (|ofCategory| *1 (|UnivariatePuiseuxSeriesCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Algebra| (|Fraction| (|Integer|)))))) (|integrate| (*1 *1 *1 *2) (OR (AND #1=(|isDomain| *2 (|Symbol|)) #2=(|ofCategory| *1 (|UnivariatePuiseuxSeriesCategory| *3)) #3=(|ofCategory| *3 (|Ring|)) (AND (|ofCategory| *3 (|AlgebraicallyClosedFunctionSpace| (|Integer|))) (|ofCategory| *3 (|PrimitiveFunctionCategory|)) (|ofCategory| *3 (|TranscendentalFunctionCategory|)) (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|)))))) (AND #1# #2# #3# (AND (|has| *3 (SIGNATURE |variables| ((|List| *2) *3))) (|has| *3 (SIGNATURE |integrate| (*3 *3 *2))) (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|)))))))))
-(|Join| (|UnivariatePowerSeriesCategory| |t#1| (|Fraction| (|Integer|))) (CATEGORY |domain| (SIGNATURE |series| ($ (|NonNegativeInteger|) (|Stream| (|Record| (|:| |k| (|Fraction| (|Integer|))) (|:| |c| |t#1|))))) (SIGNATURE |multiplyExponents| ($ $ (|Fraction| (|Integer|)))) (IF (|has| |t#1| (|Algebra| (|Fraction| (|Integer|)))) (PROGN (SIGNATURE |integrate| ($ $)) (IF (|has| |t#1| (SIGNATURE |integrate| (|t#1| |t#1| (|Symbol|)))) (IF (|has| |t#1| (SIGNATURE |variables| ((|List| (|Symbol|)) |t#1|))) (SIGNATURE |integrate| ($ $ (|Symbol|))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (|TranscendentalFunctionCategory|)) (IF (|has| |t#1| (|PrimitiveFunctionCategory|)) (IF (|has| |t#1| (|AlgebraicallyClosedFunctionSpace| (|Integer|))) (SIGNATURE |integrate| ($ $ (|Symbol|))) |%noBranch|) |%noBranch|) |%noBranch|) (ATTRIBUTE (|RadicalCategory|)) (ATTRIBUTE (|TranscendentalFunctionCategory|))) |%noBranch|) (IF (|has| |t#1| (|Field|)) (ATTRIBUTE (|Field|)) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| #1=(|Fraction| (|Integer|))) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #2=(|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|ArcHyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|ArcTrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BasicType|) . T) ((|BiModule| #2# #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|DifferentialDomain| $) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))) ((|DifferentialRing|) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))) ((|DifferentialSpace|) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))) ((|DivisionRing|) |has| |#1| (|Field|)) ((|ElementaryFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Eltable| #1# |#1|) . T) ((|Eltable| $ $) |has| (|Fraction| (|Integer|)) (|SemiGroup|)) ((|EntireRing|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|EuclideanDomain|) |has| |#1| (|Field|)) ((|Field|) |has| |#1| (|Field|)) ((|Functorial| |#1|) . T) ((|GcdDomain|) |has| |#1| (|Field|)) ((|HyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|IntegralDomain|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|Join|) . T) ((|LeftLinearSet| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|Module| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #3=(|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))) ((|PartialDifferentialRing| #3#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))) ((|PartialDifferentialSpace| #3#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))) ((|PowerSeriesCategory| |#1| #1# (|SingletonAsOrderedSet|)) . T) ((|PrincipalIdealDomain|) |has| |#1| (|Field|)) ((|RadicalCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|RightModule| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|RightModule| |#1|) . T) ((|RightModule| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|TranscendentalFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|TrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|Field|)) ((|UnivariatePowerSeriesCategory| |#1| #1#) . T))
+((|series| (*1 *1 *2 *3) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|isDomain| *3 (|Stream| (|Record| (|:| |k| #1=(|Fraction| #2=(|Integer|))) (|:| |c| *4)))) (|ofCategory| *4 #3=(|Ring|)) (|ofCategory| *1 (|UnivariatePuiseuxSeriesCategory| *4)))) (|multiplyExponents| #4=(*1 *1 *1 *2) (AND (|isDomain| *2 #1#) #5=(|ofCategory| *1 (|UnivariatePuiseuxSeriesCategory| *3)) #6=(|ofCategory| *3 #3#))) (|integrate| (*1 *1 *1) (AND (|ofCategory| *1 (|UnivariatePuiseuxSeriesCategory| *2)) (|ofCategory| *2 #3#) (|ofCategory| *2 #7=(|Algebra| #1#)))) (|integrate| #4# (OR (AND #8=(|isDomain| *2 (|Symbol|)) #5# #6# (AND (|ofCategory| *3 (|AlgebraicallyClosedFunctionSpace| #2#)) (|ofCategory| *3 (|PrimitiveFunctionCategory|)) (|ofCategory| *3 (|TranscendentalFunctionCategory|)) #9=(|ofCategory| *3 #7#))) (AND #8# #5# #6# (AND (|has| *3 (SIGNATURE |variables| ((|List| *2) *3))) (|has| *3 (SIGNATURE |integrate| (*3 *3 *2))) #9#)))))
+(|Join| (|UnivariatePowerSeriesCategory| |t#1| #1=(|Fraction| #2=(|Integer|))) (CATEGORY |domain| (SIGNATURE |series| ($ (|NonNegativeInteger|) (|Stream| (|Record| (|:| |k| #1#) (|:| |c| |t#1|))))) (SIGNATURE |multiplyExponents| ($ $ #1#)) (IF (|has| |t#1| (|Algebra| #1#)) (PROGN (SIGNATURE |integrate| ($ $)) (IF (|has| |t#1| (SIGNATURE |integrate| (|t#1| |t#1| #3=(|Symbol|)))) (IF (|has| |t#1| (SIGNATURE |variables| ((|List| #3#) |t#1|))) #4=(SIGNATURE |integrate| ($ $ #3#)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| #5=(|TranscendentalFunctionCategory|)) (IF (|has| |t#1| (|PrimitiveFunctionCategory|)) (IF (|has| |t#1| (|AlgebraicallyClosedFunctionSpace| #2#)) #4# |%noBranch|) |%noBranch|) |%noBranch|) (ATTRIBUTE (|RadicalCategory|)) (ATTRIBUTE #5#)) |%noBranch|) (IF (|has| |t#1| #6=(|Field|)) (ATTRIBUTE #6#) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| #1=(|Fraction| #2=(|Integer|))) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|ArcHyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|ArcTrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) |has| |#1| (|CommutativeRing|)) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) |has| |#1| (|CommutativeRing|)) ((|DifferentialDomain| $) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))) ((|DifferentialRing|) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))) ((|DifferentialSpace|) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))) ((|DivisionRing|) |has| |#1| (|Field|)) ((|ElementaryFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Eltable| #1# |#1|) . T) ((|Eltable| $ $) . T) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|EuclideanDomain|) |has| |#1| (|Field|)) ((|Field|) |has| |#1| (|Field|)) ((|Functorial| |#1|) . T) ((|GcdDomain|) |has| |#1| (|Field|)) ((|HyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|LeftLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|Module| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #3=(|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))) ((|PartialDifferentialRing| #3#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))) ((|PartialDifferentialSpace| #3#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))) ((|PowerSeriesCategory| |#1| #1# (|SingletonAsOrderedSet|)) . T) ((|PrincipalIdealDomain|) |has| |#1| (|Field|)) ((|RadicalCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) |has| |#1| (|CommutativeRing|)) ((|RightModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) |has| |#1| (|CommutativeRing|)) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|TranscendentalFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|TrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|Field|)) ((|UnivariatePowerSeriesCategory| |#1| #1#) . T))
((|zero?| (((|Boolean|) $) 12 T ELT)) (|retractIfCan| (((|Union| |#3| "failed") $) 17 T ELT)) (|retract| ((|#3| $) 14 T ELT)))
(((|UnivariatePuiseuxSeriesConstructorCategory&| |#1| |#2| |#3|) (CATEGORY |package| (SIGNATURE |retractIfCan| ((|Union| |#3| "failed") |#1|)) (SIGNATURE |retract| (|#3| |#1|)) (SIGNATURE |zero?| ((|Boolean|) |#1|))) (|UnivariatePuiseuxSeriesConstructorCategory| |#2| |#3|) (|Ring|) (|UnivariateLaurentSeriesCategory| |#2|)) (T |UnivariatePuiseuxSeriesConstructorCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|variables| (((|List| #3=(|SingletonAsOrderedSet|)) $) 96 T ELT)) (|variable| ((#4=(|Symbol|) $) 130 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 (|has| |#1| . #5=((|IntegralDomain|))) ELT)) (|unitCanonical| (($ $) 74 (|has| |#1| . #5#) ELT)) (|unit?| ((#6=(|Boolean|) $) 76 (|has| |#1| . #5#) ELT)) (|truncate| (($ $ #7=(|Fraction| #8=(|Integer|))) 125 T ELT) (($ $ #7# #7#) 124 T ELT)) (|terms| (((|Stream| (|Record| (|:| |k| #7#) (|:| |c| |#1|))) $) 131 T ELT)) (|tanh| (#9=($ $) 164 (|has| |#1| . #10=((|Algebra| #7#))) ELT)) (|tan| (#11=($ $) 147 (|has| |#1| . #10#) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (($ $) 191 (|has| |#1| . #12=((|Field|))) ELT)) (|squareFree| (#13=((|Factored| $) $) 192 (|has| |#1| . #12#) ELT)) (|sqrt| (($ $) 146 (|has| |#1| . #10#) ELT)) (|sizeLess?| (((|Boolean|) $ $) 182 (|has| |#1| . #12#) ELT)) (|sinh| (#9# 163 (|has| |#1| . #10#) ELT)) (|sin| (#11# 148 (|has| |#1| . #10#) ELT)) (|series| (($ (|NonNegativeInteger|) (|Stream| (|Record| (|:| |k| #7#) (|:| |c| |#1|)))) 200 T ELT)) (|sech| (#9# 162 (|has| |#1| . #10#) ELT)) (|sec| (#11# 149 (|has| |#1| . #10#) ELT)) (|sample| (#14=($) 23 T CONST)) (|retractIfCan| (((|Union| |#2| "failed") $) 213 T ELT)) (|retract| ((|#2| $) 214 T ELT)) (|rem| (#15=($ $ $) 186 (|has| |#1| . #12#) ELT)) (|reductum| (#16=($ $) 82 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|rationalPower| (((|Fraction| (|Integer|)) $) 210 T ELT)) (|quo| (#15# 185 (|has| |#1| . #12#) ELT)) (|puiseux| (($ (|Fraction| (|Integer|)) |#2|) 211 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #17=(|List| $)) (|:| |generator| $)) #17#) 180 (|has| |#1| . #12#) ELT)) (|prime?| (((|Boolean|) $) 193 (|has| |#1| . #12#) ELT)) (|pole?| (((|Boolean|) $) 95 T ELT)) (|pi| (($) 174 (|has| |#1| . #10#) ELT)) (|order| ((#7# $) 127 T ELT) ((#7# $ #7#) 126 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|nthRoot| (($ $ #18=(|Integer|)) 145 (|has| |#1| . #10#) ELT)) (|multiplyExponents| (($ $ (|PositiveInteger|)) 128 T ELT) (($ $ #7#) 199 T ELT)) (|multiEuclidean| (((|Union| #19=(|List| $) #20="failed") #19# $) 189 (|has| |#1| . #12#) ELT)) (|monomial?| (((|Boolean|) $) 84 T ELT)) (|monomial| (($ |#1| #7#) 83 T ELT) (($ $ #3# #7#) 98 T ELT) (($ $ (|List| #3#) (|List| #7#)) 97 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 88 T ELT)) (|log| (#21=($ $) 171 (|has| |#1| . #10#) ELT)) (|leadingMonomial| (#16# 86 T ELT)) (|leadingCoefficient| ((|#1| $) 87 T ELT)) (|lcm| (#22=($ (|List| $)) 178 (|has| |#1| . #12#) ELT) (#23=($ $ $) 177 (|has| |#1| . #12#) ELT)) (|laurentRep| ((|#2| $) 209 T ELT)) (|laurentIfCan| (((|Union| |#2| "failed") $) 207 T ELT)) (|laurent| ((|#2| $) 208 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 194 (|has| |#1| . #12#) ELT)) (|integrate| (($ $) 198 (|has| |#1| . #10#) ELT) (($ $ #24=(|Symbol|)) 197 (OR (AND (|has| |#1| (|AlgebraicallyClosedFunctionSpace| #8#)) (|has| |#1| (|PrimitiveFunctionCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|)) (|has| |#1| . #10#)) (AND (|has| |#1| (SIGNATURE |variables| ((|List| #24#) |#1|))) (|has| |#1| (SIGNATURE |integrate| (|#1| |#1| #24#))) (|has| |#1| . #10#))) ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#25=(|SparseUnivariatePolynomial| $) #25# #25#) 179 (|has| |#1| . #12#) ELT)) (|gcd| (#22# 176 (|has| |#1| . #12#) ELT) (#23# 175 (|has| |#1| . #12#) ELT)) (|factor| (#13# 190 (|has| |#1| . #12#) ELT)) (|extendedEuclidean| (((|Union| (|Record| #26=(|:| |coef1| $) #27=(|:| |coef2| $)) #20#) $ $ $) 188 (|has| |#1| . #12#) ELT) (((|Record| #26# #27# (|:| |generator| $)) $ $) 187 (|has| |#1| . #12#) ELT)) (|extend| (($ $ #7#) 122 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 72 (|has| |#1| . #5#) ELT)) (|expressIdealMember| (((|Maybe| #17#) #17# $) 181 (|has| |#1| . #12#) ELT)) (|exp| (#21# 172 (|has| |#1| . #10#) ELT)) (|eval| (((|Stream| |#1|) $ |#1|) 121 (|has| |#1| (SIGNATURE ** (|#1| |#1| #7#))) ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 183 (|has| |#1| . #12#) ELT)) (|elt| ((|#1| $ #7#) 132 T ELT) (($ $ $) 108 (|has| #7# (|SemiGroup|)) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 184 (|has| |#1| . #12#) ELT)) (|differentiate| (($ $ #4#) 120 (AND (|has| |#1| . #28=((|PartialDifferentialRing| #4#))) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ (|List| #4#)) 118 (AND (|has| |#1| . #28#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ #4# . #29=(#30=(|NonNegativeInteger|))) 117 (AND (|has| |#1| . #28#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ (|List| #4#) . #31=((|List| #30#))) 116 (AND (|has| |#1| . #28#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ . #32=($)) 112 (|has| |#1| (SIGNATURE * (|#1| #7# |#1|))) ELT) (#33=($ $ (|NonNegativeInteger|)) 110 (|has| |#1| (SIGNATURE * (|#1| #7# |#1|))) ELT)) (|degree| ((#7# $) 85 T ELT)) (|csch| (#9# 161 (|has| |#1| . #10#) ELT)) (|csc| (#11# 150 (|has| |#1| . #10#) ELT)) (|coth| (#9# 160 (|has| |#1| . #10#) ELT)) (|cot| (#11# 151 (|has| |#1| . #10#) ELT)) (|cosh| (#9# 159 (|has| |#1| . #10#) ELT)) (|cos| (#11# 152 (|has| |#1| . #10#) ELT)) (|complete| (($ $) 94 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 69 (|has| |#1| (|CommutativeRing|)) ELT) (($ |#2|) 212 T ELT) (($ #34=(|Fraction| #35=(|Integer|))) 79 (|has| |#1| . #36=((|Algebra| (|Fraction| (|Integer|))))) ELT) (($ $) 71 (|has| |#1| . #5#) ELT)) (|coefficient| ((|#1| $ #7#) 81 T ELT)) (|charthRoot| (((|Maybe| $) $) 70 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|center| ((|#1| $) 129 T ELT)) (|before?| (#1# 6 T ELT)) (|atanh| (#37=($ $) 170 (|has| |#1| . #10#) ELT)) (|atan| (#38=($ $) 158 (|has| |#1| . #10#) ELT)) (|associates?| ((#6# $ $) 75 (|has| |#1| . #5#) ELT)) (|asinh| (#37# 169 (|has| |#1| . #10#) ELT)) (|asin| (#38# 157 (|has| |#1| . #10#) ELT)) (|asech| (#37# 168 (|has| |#1| . #10#) ELT)) (|asec| (#38# 156 (|has| |#1| . #10#) ELT)) (|approximate| ((|#1| $ #7#) 123 (AND (|has| |#1| (SIGNATURE ** (|#1| |#1| #7#))) (|has| |#1| (SIGNATURE |coerce| (|#1| #4#)))) ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|acsch| (#37# 167 (|has| |#1| . #10#) ELT)) (|acsc| (#38# 155 (|has| |#1| . #10#) ELT)) (|acoth| (#37# 166 (|has| |#1| . #10#) ELT)) (|acot| (#38# 154 (|has| |#1| . #10#) ELT)) (|acosh| (#37# 165 (|has| |#1| . #10#) ELT)) (|acos| (#38# 153 (|has| |#1| . #10#) ELT)) (|Zero| (#14# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ #4#) 119 (AND (|has| |#1| . #28#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ (|List| #4#)) 115 (AND (|has| |#1| . #28#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ #4# . #29#) 114 (AND (|has| |#1| . #28#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ (|List| #4#) . #31#) 113 (AND (|has| |#1| . #28#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ . #32#) 111 (|has| |#1| (SIGNATURE * (|#1| #7# |#1|))) ELT) (#33# 109 (|has| |#1| (SIGNATURE * (|#1| #7# |#1|))) ELT)) (= (#1# 8 T ELT)) (/ (($ $ |#1|) 80 (|has| |#1| (|Field|)) ELT) (($ $ $) 196 (|has| |#1| . #12#) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #35#) 195 (|has| |#1| . #12#) ELT) (($ $ $) 173 (|has| |#1| . #10#) ELT) (($ $ (|Fraction| #18#)) 144 (|has| |#1| . #10#) ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #39=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 90 T ELT) (($ |#1| . #39#) 89 T ELT) (($ #34# . #39#) 78 (|has| |#1| . #36#) ELT) (($ $ #34#) 77 (|has| |#1| . #36#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|variables| ((#4=(|List| #5=(|SingletonAsOrderedSet|)) $) 96 T ELT)) (|variable| ((#6=(|Symbol|) $) 130 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 #7=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| (#8=($ $) 74 #7# ELT)) (|unit?| (#3# 76 #7# ELT)) (|truncate| (#9=($ $ #10=(|Fraction| #11=(|Integer|))) 125 T ELT) (($ $ #10# #10#) 124 T ELT)) (|terms| ((#12=(|Stream| (|Record| (|:| |k| #10#) (|:| |c| |#1|))) $) 131 T ELT)) (|tanh| (#8# 164 #13=(|has| |#1| (|Algebra| #10#)) ELT)) (|tan| (#8# 147 #13# ELT)) (|subtractIfCan| ((#14=(|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (#8# 191 #15=(|has| |#1| (|Field|)) ELT)) (|squareFree| (#16=((|Factored| $) $) 192 #15# ELT)) (|sqrt| (#8# 146 #13# ELT)) (|sizeLess?| (#1# 182 #15# ELT)) (|sinh| (#8# 163 #13# ELT)) (|sin| (#8# 148 #13# ELT)) (|series| (($ #17=(|NonNegativeInteger|) #12#) 200 T ELT)) (|sech| (#8# 162 #13# ELT)) (|sec| (#8# 149 #13# ELT)) (|sample| (#18=($) 23 T CONST)) (|retractIfCan| (#19=((|Union| |#2| #20="failed") $) 213 T ELT)) (|retract| (#21=(|#2| $) 214 T ELT)) (|rem| (#22=($ $ $) 186 #15# ELT)) (|reductum| (#8# 82 T ELT)) (|recip| ((#23=(|Union| $ #20#) $) 43 T ELT)) (|rationalPower| (#24=(#10# $) 210 T ELT)) (|quo| (#22# 185 #15# ELT)) (|puiseux| (($ #10# |#2|) 211 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #25=(|List| $)) #26=(|:| |generator| $)) #25#) 180 #15# ELT)) (|prime?| (#3# 193 #15# ELT)) (|pole?| (#3# 95 T ELT)) (|pi| (#18# 174 #13# ELT)) (|order| (#24# 127 T ELT) ((#10# $ #10#) 126 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|nthRoot| (#27=($ $ #11#) 145 #13# ELT)) (|multiplyExponents| (#28=($ $ #29=(|PositiveInteger|)) 128 T ELT) (#9# 199 T ELT)) (|multiEuclidean| (((|Union| #25# #20#) #25# $) 189 #15# ELT)) (|monomial?| (#3# 84 T ELT)) (|monomial| (($ |#1| #10#) 83 T ELT) (($ $ #5# #10#) 98 T ELT) (($ $ #4# (|List| #10#)) 97 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 88 T ELT)) (|log| (#8# 171 #13# ELT)) (|leadingMonomial| (#8# 86 T ELT)) (|leadingCoefficient| (#30=(|#1| $) 87 T ELT)) (|lcm| (#31=($ #25#) 178 #15# ELT) (#22# 177 #15# ELT)) (|laurentRep| (#21# 209 T ELT)) (|laurentIfCan| (#19# 207 T ELT)) (|laurent| (#21# 208 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#8# 194 #15# ELT)) (|integrate| (#8# 198 #13# ELT) (#32=($ $ #6#) 197 (OR (AND (|has| |#1| (|AlgebraicallyClosedFunctionSpace| #11#)) (|has| |#1| (|PrimitiveFunctionCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|)) #13#) (AND (|has| |#1| (SIGNATURE |variables| (#33=(|List| #6#) |#1|))) (|has| |#1| (SIGNATURE |integrate| (|#1| |#1| #6#))) #13#)) ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#34=(|SparseUnivariatePolynomial| $) #34# #34#) 179 #15# ELT)) (|gcd| (#31# 176 #15# ELT) (#22# 175 #15# ELT)) (|factor| (#16# 190 #15# ELT)) (|extendedEuclidean| (((|Union| (|Record| #35=(|:| |coef1| $) #36=(|:| |coef2| $)) #20#) $ $ $) 188 #15# ELT) (((|Record| #35# #36# #26#) $ $) 187 #15# ELT)) (|extend| (#9# 122 T ELT)) (|exquo| ((#23# $ $) 72 #7# ELT)) (|expressIdealMember| (((|Maybe| #25#) #25# $) 181 #15# ELT)) (|exp| (#8# 172 #13# ELT)) (|eval| (((|Stream| |#1|) $ |#1|) 121 #37=(|has| |#1| (SIGNATURE ** (|#1| |#1| #10#))) ELT)) (|euclideanSize| ((#17# $) 183 #15# ELT)) (|elt| (#38=(|#1| $ #10#) 132 T ELT) (#22# 108 (|has| #10# (|SemiGroup|)) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 184 #15# ELT)) (|differentiate| (#32# 120 #39=(AND (|has| |#1| (|PartialDifferentialRing| #6#)) #40=(|has| |#1| (SIGNATURE * (|#1| #10# |#1|)))) ELT) (#41=($ $ #33#) 118 #39# ELT) (#42=($ $ #6# #17#) 117 #39# ELT) (#43=($ $ #33# (|List| #17#)) 116 #39# ELT) (#8# 112 #40# ELT) (#44=($ $ #17#) 110 #40# ELT)) (|degree| (#24# 85 T ELT)) (|csch| (#8# 161 #13# ELT)) (|csc| (#8# 150 #13# ELT)) (|coth| (#8# 160 #13# ELT)) (|cot| (#8# 151 #13# ELT)) (|cosh| (#8# 159 #13# ELT)) (|cos| (#8# 152 #13# ELT)) (|complete| (#8# 94 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #11#) 42 T ELT) (($ |#1|) 69 (|has| |#1| (|CommutativeRing|)) ELT) (($ |#2|) 212 T ELT) (($ #10#) 79 #13# ELT) (#8# 71 #7# ELT)) (|coefficient| (#38# 81 T ELT)) (|charthRoot| ((#14# $) 70 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#17#) 41 T CONST)) (|center| (#30# 129 T ELT)) (|before?| (#1# 6 T ELT)) (|atanh| (#8# 170 #13# ELT)) (|atan| (#8# 158 #13# ELT)) (|associates?| (#1# 75 #7# ELT)) (|asinh| (#8# 169 #13# ELT)) (|asin| (#8# 157 #13# ELT)) (|asech| (#8# 168 #13# ELT)) (|asec| (#8# 156 #13# ELT)) (|approximate| (#38# 123 (AND #37# (|has| |#1| (SIGNATURE |coerce| (|#1| #6#)))) ELT)) (|annihilate?| (#1# 34 T ELT)) (|acsch| (#8# 167 #13# ELT)) (|acsc| (#8# 155 #13# ELT)) (|acoth| (#8# 166 #13# ELT)) (|acot| (#8# 154 #13# ELT)) (|acosh| (#8# 165 #13# ELT)) (|acos| (#8# 153 #13# ELT)) (|Zero| (#18# 24 T CONST)) (|One| (#18# 46 T CONST)) (D (#32# 119 #39# ELT) (#41# 115 #39# ELT) (#42# 114 #39# ELT) (#43# 113 #39# ELT) (#8# 111 #40# ELT) (#44# 109 #40# ELT)) (= (#1# 8 T ELT)) (/ (#45=($ $ |#1|) 80 #15# ELT) (#22# 196 #15# ELT)) (- (#8# 30 T ELT) (#22# 29 T ELT)) (+ (#22# 18 T ELT)) (** (#28# 36 T ELT) (#44# 44 T ELT) (#27# 195 #15# ELT) (#22# 173 #13# ELT) (#9# 144 #13# ELT)) (* (($ #29# $) 17 T ELT) (($ #17# $) 21 T ELT) (($ #11# . #46=($)) 31 T ELT) (#22# 35 T ELT) (#45# 90 T ELT) (($ |#1| . #46#) 89 T ELT) (($ #10# . #46#) 78 #13# ELT) (#9# 77 #13# ELT)))
(((|UnivariatePuiseuxSeriesConstructorCategory| |#1| |#2|) (|Category|) (|Ring|) (|UnivariateLaurentSeriesCategory| |t#1|)) (T |UnivariatePuiseuxSeriesConstructorCategory|))
-((|degree| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariatePuiseuxSeriesConstructorCategory| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|UnivariateLaurentSeriesCategory| *3)) (|isDomain| *2 (|Fraction| (|Integer|))))) (|puiseux| (*1 *1 *2 *3) (AND (|isDomain| *2 (|Fraction| (|Integer|))) (|ofCategory| *4 (|Ring|)) (|ofCategory| *1 (|UnivariatePuiseuxSeriesConstructorCategory| *4 *3)) (|ofCategory| *3 (|UnivariateLaurentSeriesCategory| *4)))) (|rationalPower| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariatePuiseuxSeriesConstructorCategory| *3 *4)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *4 (|UnivariateLaurentSeriesCategory| *3)) (|isDomain| *2 (|Fraction| (|Integer|))))) (|laurentRep| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariatePuiseuxSeriesConstructorCategory| *3 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *2 (|UnivariateLaurentSeriesCategory| *3)))) (|laurent| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariatePuiseuxSeriesConstructorCategory| *3 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *2 (|UnivariateLaurentSeriesCategory| *3)))) (|laurentIfCan| (*1 *2 *1) (|partial| AND (|ofCategory| *1 (|UnivariatePuiseuxSeriesConstructorCategory| *3 *2)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *2 (|UnivariateLaurentSeriesCategory| *3)))))
-(|Join| (|UnivariatePuiseuxSeriesCategory| |t#1|) (|RetractableTo| |t#2|) (|CoercibleFrom| |t#2|) (CATEGORY |domain| (SIGNATURE |puiseux| ($ (|Fraction| (|Integer|)) |t#2|)) (SIGNATURE |rationalPower| ((|Fraction| (|Integer|)) $)) (SIGNATURE |laurentRep| (|t#2| $)) (SIGNATURE |degree| ((|Fraction| (|Integer|)) $)) (SIGNATURE |laurent| (|t#2| $)) (SIGNATURE |laurentIfCan| ((|Union| |t#2| "failed") $))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| #1=(|Fraction| (|Integer|))) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #2=(|Fraction| (|Integer|))) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|ArcHyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|ArcTrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BasicType|) . T) ((|BiModule| #2# #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| |#2|) . T) ((|CoercibleFrom| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|DifferentialDomain| $) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))) ((|DifferentialRing|) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))) ((|DifferentialSpace|) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))) ((|DivisionRing|) |has| |#1| (|Field|)) ((|ElementaryFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Eltable| #1# |#1|) . T) ((|Eltable| $ $) |has| (|Fraction| (|Integer|)) (|SemiGroup|)) ((|EntireRing|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|EuclideanDomain|) |has| |#1| (|Field|)) ((|Field|) |has| |#1| (|Field|)) ((|Functorial| |#1|) . T) ((|GcdDomain|) |has| |#1| (|Field|)) ((|HyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|IntegralDomain|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|Join|) . T) ((|LeftLinearSet| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|Module| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|))) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #3=(|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))) ((|PartialDifferentialRing| #3#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))) ((|PartialDifferentialSpace| #3#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))) ((|PowerSeriesCategory| |#1| #1# (|SingletonAsOrderedSet|)) . T) ((|PrincipalIdealDomain|) |has| |#1| (|Field|)) ((|RadicalCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RetractableTo| |#2|) . T) ((|RightLinearSet| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|RightModule| #2#) OR (|has| |#1| (|Field|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) ((|RightModule| |#1|) . T) ((|RightModule| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|Field|)) (|has| |#1| (|CommutativeRing|))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|TranscendentalFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|TrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|Field|)) ((|UnivariatePowerSeriesCategory| |#1| #1#) . T) ((|UnivariatePuiseuxSeriesCategory| |#1|) . T))
+((|degree| #1=(*1 *2 *1) #2=(AND (|ofCategory| *1 (|UnivariatePuiseuxSeriesConstructorCategory| *3 *4)) #3=(|ofCategory| *3 #4=(|Ring|)) (|ofCategory| *4 #5=(|UnivariateLaurentSeriesCategory| *3)) #6=(|isDomain| *2 (|Fraction| (|Integer|))))) (|puiseux| (*1 *1 *2 *3) (AND #6# (|ofCategory| *4 #4#) (|ofCategory| *1 (|UnivariatePuiseuxSeriesConstructorCategory| *4 *3)) (|ofCategory| *3 (|UnivariateLaurentSeriesCategory| *4)))) (|rationalPower| #1# #2#) (|laurentRep| #1# #7=(AND #8=(|ofCategory| *1 (|UnivariatePuiseuxSeriesConstructorCategory| *3 *2)) #3# #9=(|ofCategory| *2 #5#))) (|laurent| #1# #7#) (|laurentIfCan| #1# (|partial| AND #8# #3# #9#)))
+(|Join| (|UnivariatePuiseuxSeriesCategory| |t#1|) (|RetractableTo| |t#2|) (|CoercibleFrom| |t#2|) (CATEGORY |domain| (SIGNATURE |puiseux| ($ #1=(|Fraction| (|Integer|)) |t#2|)) (SIGNATURE |rationalPower| #2=(#1# $)) (SIGNATURE |laurentRep| #3=(|t#2| $)) (SIGNATURE |degree| #2#) (SIGNATURE |laurent| #3#) (SIGNATURE |laurentIfCan| ((|Union| |t#2| "failed") $))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| #1=(|Fraction| #2=(|Integer|))) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|ArcHyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|ArcTrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BasicType|) . T) ((|BiModule| #1# #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) |has| |#1| (|CommutativeRing|)) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| |#2|) . T) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) |has| |#1| (|CommutativeRing|)) ((|DifferentialDomain| $) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))) ((|DifferentialRing|) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))) ((|DifferentialSpace|) |has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|))) ((|DivisionRing|) |has| |#1| (|Field|)) ((|ElementaryFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Eltable| #1# |#1|) . T) ((|Eltable| $ $) . T) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|EuclideanDomain|) |has| |#1| (|Field|)) ((|Field|) |has| |#1| (|Field|)) ((|Functorial| |#1|) . T) ((|GcdDomain|) |has| |#1| (|Field|)) ((|HyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|LeftLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|Module| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #3=(|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))) ((|PartialDifferentialRing| #3#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))) ((|PartialDifferentialSpace| #3#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|Fraction| (|Integer|)) |#1|)))) ((|PowerSeriesCategory| |#1| #1# (|SingletonAsOrderedSet|)) . T) ((|PrincipalIdealDomain|) |has| |#1| (|Field|)) ((|RadicalCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RetractableTo| |#2|) . T) ((|RightLinearSet| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) |has| |#1| (|CommutativeRing|)) ((|RightModule| #1#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) |has| |#1| (|CommutativeRing|)) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|TranscendentalFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|TrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Type|) . T) ((|UniqueFactorizationDomain|) |has| |#1| (|Field|)) ((|UnivariatePowerSeriesCategory| |#1| #1#) . T) ((|UnivariatePuiseuxSeriesCategory| |#1|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| #4=(#5=(#3# $) NIL T ELT)) (|variables| ((#6=(|List| #7=(|SingletonAsOrderedSet|)) $) NIL T ELT)) (|variable| ((#8=(|Symbol|) $) 104 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) NIL #9=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| #10=(#11=($ $) NIL #9# ELT)) (|unit?| (#5# NIL #9# ELT)) (|truncate| (#12=($ $ #13=(|Fraction| #14=(|Integer|))) 116 T ELT) (($ $ #13# #13#) 118 T ELT)) (|terms| ((#15=(|Stream| (|Record| (|:| |k| #13#) (|:| |c| |#1|))) $) 54 T ELT)) (|tanh| (#11# 192 #16=(|has| |#1| (|Algebra| #13#)) ELT)) (|tan| (#11# 168 #16# ELT)) (|subtractIfCan| ((#17=(|Maybe| $) $ $) NIL T ELT)) (|squareFreePart| (#11# NIL #18=(|has| |#1| (|Field|)) ELT)) (|squareFree| #19=(((|Factored| $) $) NIL #18# ELT)) (|sqrt| (#11# NIL #16# ELT)) (|sizeLess?| (#2# NIL #18# ELT)) (|sinh| (#11# 188 #16# ELT)) (|sin| (#11# 164 #16# ELT)) (|series| (($ #20=(|NonNegativeInteger|) #15#) 65 T ELT)) (|sech| (#11# 196 #16# ELT)) (|sec| (#11# 172 #16# ELT)) (|sample| (#21=($) NIL T CONST)) (|retractIfCan| (#22=((|Union| |#2| #23="failed") $) NIL T ELT)) (|retract| (#24=(|#2| $) NIL T ELT)) (|rem| #25=(#26=($ $ $) NIL #18# ELT)) (|reductum| #27=(#11# NIL T ELT)) (|recip| ((#28=(|Union| $ #23#) $) 85 T ELT)) (|rationalPower| (#29=(#13# $) 13 T ELT)) (|quo| #25#) (|puiseux| (($ #13# |#2|) 11 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #30=(|List| $)) #31=(|:| |generator| $)) #30#) NIL #18# ELT)) (|prime?| (#5# NIL #18# ELT)) (|pole?| (#5# 74 T ELT)) (|pi| (#21# NIL #16# ELT)) (|order| (#29# 113 T ELT) ((#13# $ #13#) 114 T ELT)) (|opposite?| #1#) (|one?| #4#) (|nthRoot| (#32=($ $ #14#) NIL #16# ELT)) (|multiplyExponents| (#33=($ $ #34=(|PositiveInteger|)) 130 T ELT) (#12# 128 T ELT)) (|multiEuclidean| (((|Union| #30# #23#) #30# $) NIL #18# ELT)) (|monomial?| #4#) (|monomial| (($ |#1| #13#) 33 T ELT) (($ $ #7# #13#) NIL T ELT) (($ $ #6# (|List| #13#)) NIL T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 125 T ELT)) (|log| (#11# 162 #16# ELT)) (|leadingMonomial| #27#) (|leadingCoefficient| (#35=(|#1| $) NIL T ELT)) (|lcm| #36=(($ #30#) NIL #18# ELT) #25#) (|laurentRep| (#24# 12 T ELT)) (|laurentIfCan| (#22# 44 T ELT)) (|laurent| (#24# 45 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|inv| (#11# 101 #18# ELT)) (|integrate| (#11# 146 #16# ELT) (#37=($ $ #8#) 151 (OR (AND #16# (|has| |#1| (|AlgebraicallyClosedFunctionSpace| #14#)) (|has| |#1| (|PrimitiveFunctionCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|))) (AND #16# (|has| |#1| (SIGNATURE |integrate| (|#1| |#1| #8#))) (|has| |#1| (SIGNATURE |variables| (#38=(|List| #8#) |#1|))))) ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|gcdPolynomial| ((#39=(|SparseUnivariatePolynomial| $) #39# #39#) NIL #18# ELT)) (|gcd| #36# #25#) (|factor| #19#) (|extendedEuclidean| (((|Union| (|Record| #40=(|:| |coef1| $) #41=(|:| |coef2| $)) #23#) $ $ $) NIL #18# ELT) (((|Record| #40# #41# #31#) $ $) NIL #18# ELT)) (|extend| (#12# 122 T ELT)) (|exquo| ((#28# $ $) NIL #9# ELT)) (|expressIdealMember| (((|Maybe| #30#) #30# $) NIL #18# ELT)) (|exp| (#11# 160 #16# ELT)) (|eval| (((|Stream| |#1|) $ |#1|) 98 #42=(|has| |#1| (SIGNATURE ** (|#1| |#1| #13#))) ELT)) (|euclideanSize| ((#20# $) NIL #18# ELT)) (|elt| (#43=(|#1| $ #13#) 108 T ELT) (#26# 94 (|has| #13# (|SemiGroup|)) ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) NIL #18# ELT)) (|differentiate| (#37# 138 #44=(AND (|has| |#1| (|PartialDifferentialRing| #8#)) #45=(|has| |#1| (SIGNATURE * (|#1| #13# |#1|)))) ELT) #46=(($ $ #38#) NIL #44# ELT) #47=(($ $ #8# #20#) NIL #44# ELT) #48=(($ $ #38# (|List| #20#)) NIL #44# ELT) (#11# 134 #45# ELT) #49=(#50=($ $ #20#) NIL #45# ELT)) (|degree| (#29# 16 T ELT)) (|csch| (#11# 198 #16# ELT)) (|csc| (#11# 174 #16# ELT)) (|coth| (#11# 194 #16# ELT)) (|cot| (#11# 170 #16# ELT)) (|cosh| (#11# 190 #16# ELT)) (|cos| (#11# 166 #16# ELT)) (|complete| (#11# 120 T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #14#) 37 T ELT) (($ |#1|) 27 (|has| |#1| (|CommutativeRing|)) ELT) (($ |#2|) 34 T ELT) (($ #13#) 139 #16# ELT) #10#) (|coefficient| (#43# 107 T ELT)) (|charthRoot| ((#17# $) NIL (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#20#) 127 T CONST)) (|center| (#35# 106 T ELT)) (|before?| #1#) (|atanh| (#11# 204 #16# ELT)) (|atan| (#11# 180 #16# ELT)) (|associates?| (#2# NIL #9# ELT)) (|asinh| (#11# 200 #16# ELT)) (|asin| (#11# 176 #16# ELT)) (|asech| (#11# 208 #16# ELT)) (|asec| (#11# 184 #16# ELT)) (|approximate| (#43# NIL (AND #42# (|has| |#1| (SIGNATURE |coerce| (|#1| #8#)))) ELT)) (|annihilate?| #1#) (|acsch| (#11# 210 #16# ELT)) (|acsc| (#11# 186 #16# ELT)) (|acoth| (#11# 206 #16# ELT)) (|acot| (#11# 182 #16# ELT)) (|acosh| (#11# 202 #16# ELT)) (|acos| (#11# 178 #16# ELT)) (|Zero| (#21# 21 T CONST)) (|One| (#21# 17 T CONST)) (D (#37# NIL #44# ELT) #46# #47# #48# (#11# NIL #45# ELT) #49#) (= (#2# 72 T ELT)) (/ (#51=($ $ |#1|) NIL #18# ELT) (#26# 100 #18# ELT)) (- (#11# 142 T ELT) (#26# 78 T ELT)) (+ (#26# 76 T ELT)) (** (#33# NIL T ELT) (#50# 82 T ELT) (#32# 157 #18# ELT) (#26# NIL #16# ELT) (#12# 158 #16# ELT)) (* (($ #34# $) NIL T ELT) (($ #20# $) NIL T ELT) (($ #14# . #52=($)) NIL T ELT) (#26# 80 T ELT) (#51# NIL T ELT) (($ |#1| . #52#) 137 T ELT) (($ #13# . #52#) NIL #16# ELT) (#12# NIL #16# ELT)))
(((|UnivariatePuiseuxSeriesConstructor| |#1| |#2|) (|UnivariatePuiseuxSeriesConstructorCategory| |#1| |#2|) (|Ring|) (|UnivariateLaurentSeriesCategory| |#1|)) (T |UnivariatePuiseuxSeriesConstructor|))
NIL
@@ -3907,11 +3907,11 @@ NIL
((|value| (#1=(|#2| $) 34 T ELT)) (|third| (#1# 18 T ELT)) (|tail| (#2=($ $) 43 T ELT)) (|split!| (($ $ (|Integer|)) 78 T ELT)) (|setvalue!| (#3=(|#2| $ |#2|) 75 T ELT)) (|setlast!| (#3# 71 T ELT)) (|setelt| ((|#2| $ #4="value" |#2|) NIL T ELT) ((|#2| $ #5="first" |#2|) 64 T ELT) (($ $ #6="rest" $) 68 T ELT) ((|#2| $ #7="last" |#2|) 66 T ELT)) (|setchildren!| (($ $ #8=(|List| $)) 74 T ELT)) (|second| (#1# 17 T ELT)) (|rest| (#2# NIL T ELT) (#9=($ $ #10=(|NonNegativeInteger|)) 51 T ELT)) (|nodes| (#11=(#8# $) 31 T ELT)) (|node?| (#12=(#13=(|Boolean|) $ $) 62 T ELT)) (|leaf?| (#14=(#13# $) 33 T ELT)) (|last| (#1# 25 T ELT) (#9# 57 T ELT)) (|elt| ((|#2| $ #4#) NIL T ELT) ((|#2| $ #5#) 10 T ELT) (($ $ #6#) 16 T ELT) ((|#2| $ #7#) 13 T ELT)) (|cyclic?| (#14# 23 T ELT)) (|cycleTail| (#2# 46 T ELT)) (|cycleSplit!| (#2# 79 T ELT)) (|cycleLength| ((#10# $) 50 T ELT)) (|cycleEntry| (#2# 49 T ELT)) (|concat| (($ $ $) 70 T ELT) (($ |#2| $) NIL T ELT)) (|children| (#11# 32 T ELT)) (= (#12# 60 T ELT)))
(((|UnaryRecursiveAggregate&| |#1| |#2|) (CATEGORY |package| (SIGNATURE = #1=(#2=(|Boolean|) |#1| |#1|)) (SIGNATURE |split!| (|#1| |#1| (|Integer|))) (SIGNATURE |setelt| (|#2| |#1| #3="last" |#2|)) (SIGNATURE |setlast!| #4=(|#2| |#1| |#2|)) (SIGNATURE |setelt| (|#1| |#1| #5="rest" |#1|)) (SIGNATURE |setelt| (|#2| |#1| #6="first" |#2|)) (SIGNATURE |cycleSplit!| #7=(|#1| |#1|)) (SIGNATURE |cycleTail| #7#) (SIGNATURE |cycleLength| (#8=(|NonNegativeInteger|) |#1|)) (SIGNATURE |cycleEntry| #7#) (SIGNATURE |third| #9=(|#2| |#1|)) (SIGNATURE |second| #9#) (SIGNATURE |tail| #7#) (SIGNATURE |last| #10=(|#1| |#1| #8#)) (SIGNATURE |elt| (|#2| |#1| #3#)) (SIGNATURE |last| #9#) (SIGNATURE |rest| #10#) (SIGNATURE |elt| (|#1| |#1| #5#)) (SIGNATURE |rest| #7#) (SIGNATURE |elt| (|#2| |#1| #6#)) (SIGNATURE |concat| (|#1| |#2| |#1|)) (SIGNATURE |concat| (|#1| |#1| |#1|)) (SIGNATURE |setvalue!| #4#) (SIGNATURE |setelt| (|#2| |#1| #11="value" |#2|)) (SIGNATURE |setchildren!| (|#1| |#1| #12=(|List| |#1|))) (SIGNATURE |node?| #1#) (SIGNATURE |cyclic?| #13=(#2# |#1|)) (SIGNATURE |elt| (|#2| |#1| #11#)) (SIGNATURE |value| #9#) (SIGNATURE |leaf?| #13#) (SIGNATURE |nodes| #14=(#12# |#1|)) (SIGNATURE |children| #14#)) (|UnaryRecursiveAggregate| |#2|) (|Type|)) (T |UnaryRecursiveAggregate&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|value| ((|#1| $) 43 T ELT)) (|third| ((|#1| $) 62 T ELT)) (|tail| (($ $) 64 T ELT)) (|split!| (($ $ (|Integer|)) 49 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setvalue!| ((|#1| $ |#1|) 34 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setrest!| (($ $ $) 53 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setlast!| ((|#1| $ |#1|) 51 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setfirst!| ((|#1| $ |#1|) 55 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setelt| ((|#1| $ #3="value" |#1|) 35 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ "first" |#1|) 54 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) (($ $ "rest" $) 52 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ "last" |#1|) 50 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setchildren!| (($ $ #4=(|List| $)) 36 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|second| ((|#1| $) 63 T ELT)) (|sample| (#5=($) 6 T CONST)) (|rest| (($ $) 70 T ELT) (($ $ (|NonNegativeInteger|)) 68 T ELT)) (|nodes| (#6=(#4# $) 45 T ELT)) (|node?| (#7=(#8=(|Boolean|) $ $) 37 (|has| |#1| . #9=((|BasicType|))) ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|leaves| (((|List| |#1|) $) 40 T ELT)) (|leaf?| (#10=(#8# $) 44 T ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #11=((|SetCategory|))) ELT)) (|last| ((|#1| $) 67 T ELT) (($ $ (|NonNegativeInteger|)) 65 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #11#) ELT)) (|first| ((|#1| $) 73 T ELT) (($ $ (|NonNegativeInteger|)) 71 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #11#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #11#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #11#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #11#)) ELT)) (|eq?| ((#12=(|Boolean|) $ $) 10 T ELT)) (|empty?| ((#12# $) 7 T ELT)) (|empty| (#5# 8 T ELT)) (|elt| ((|#1| $ #3#) 42 T ELT) ((|#1| $ "first") 72 T ELT) (($ $ "rest") 69 T ELT) ((|#1| $ "last") 66 T ELT)) (|distance| (((|Integer|) $ $) 39 T ELT)) (|cyclic?| (#10# 41 T ELT)) (|cycleTail| (($ $) 59 T ELT)) (|cycleSplit!| (($ $) 56 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|cycleLength| (((|NonNegativeInteger|) $) 60 T ELT)) (|cycleEntry| (($ $) 61 T ELT)) (|copy| (($ $) 9 T ELT)) (|concat!| (($ $ $) 58 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) (($ $ |#1|) 57 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|concat| (($ $ $) 75 T ELT) (($ |#1| $) 74 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|children| (#6# 46 T ELT)) (|child?| (#7# 38 (|has| |#1| . #9#) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|value| (#4=(|#1| $) 43 T ELT)) (|third| (#4# 62 T ELT)) (|tail| (#5=($ $) 64 T ELT)) (|split!| (($ $ #6=(|Integer|)) 49 #7=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|setvalue!| (#8=(|#1| $ |#1|) 34 #7# ELT)) (|setrest!| (#9=($ $ $) 53 #7# ELT)) (|setlast!| (#8# 51 #7# ELT)) (|setfirst!| (#8# 55 #7# ELT)) (|setelt| ((|#1| $ #10="value" |#1|) 35 #7# ELT) ((|#1| $ #11="first" |#1|) 54 #7# ELT) (($ $ #12="rest" $) 52 #7# ELT) ((|#1| $ #13="last" |#1|) 50 #7# ELT)) (|setchildren!| (($ $ #14=(|List| $)) 36 #7# ELT)) (|second| (#4# 63 T ELT)) (|sample| (#15=($) 6 T CONST)) (|rest| (#5# 70 T ELT) (#16=($ $ #17=(|NonNegativeInteger|)) 68 T ELT)) (|nodes| (#18=(#14# $) 45 T ELT)) (|node?| (#1# 37 #3# ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT)) (|leaves| ((#19=(|List| |#1|) $) 40 T ELT)) (|leaf?| (#20=(#2# $) 44 T ELT)) (|latex| (((|String|) $) 21 #21=(|has| |#1| (|SetCategory|)) ELT)) (|last| (#4# 67 T ELT) (#16# 65 T ELT)) (|hash| (((|SingleInteger|) $) 20 #21# ELT)) (|first| (#4# 73 T ELT) (#16# 71 T ELT)) (|eval| (($ $ (|List| #22=(|Equation| |#1|))) 25 #23=(AND (|has| |#1| (|Evalable| |#1|)) #21#) ELT) (($ $ #22#) 24 #23# ELT) (($ $ |#1| |#1|) 23 #23# ELT) (($ $ #19# #19#) 22 #23# ELT)) (|eq?| (#1# 10 T ELT)) (|empty?| (#20# 7 T ELT)) (|empty| (#15# 8 T ELT)) (|elt| ((|#1| $ #10#) 42 T ELT) ((|#1| $ #11#) 72 T ELT) (($ $ #12#) 69 T ELT) ((|#1| $ #13#) 66 T ELT)) (|distance| ((#6# $ $) 39 T ELT)) (|cyclic?| (#20# 41 T ELT)) (|cycleTail| (#5# 59 T ELT)) (|cycleSplit!| (#5# 56 #7# ELT)) (|cycleLength| ((#17# $) 60 T ELT)) (|cycleEntry| (#5# 61 T ELT)) (|copy| (#5# 9 T ELT)) (|concat!| (#9# 58 #7# ELT) (($ $ |#1|) 57 #7# ELT)) (|concat| (#9# 75 T ELT) (($ |#1| $) 74 T ELT)) (|coerce| ((#24=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #24#)) ELT)) (|children| (#18# 46 T ELT)) (|child?| (#1# 38 #3# ELT)) (|before?| (#1# 19 #3# ELT)) (= (#1# 17 #3# ELT)))
(((|UnaryRecursiveAggregate| |#1|) (|Category|) (|Type|)) (T |UnaryRecursiveAggregate|))
-((|concat| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|concat| (*1 *1 *2 *1) (AND (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|first| (*1 *2 *1) (AND (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|elt| (*1 *2 *1 *3) (AND (|isDomain| *3 "first") (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|first| (*1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|UnaryRecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|rest| (*1 *1 *1) (AND (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|elt| (*1 *1 *1 *2) (AND (|isDomain| *2 "rest") (|ofCategory| *1 (|UnaryRecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|rest| (*1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|UnaryRecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|last| (*1 *2 *1) (AND (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|elt| (*1 *2 *1 *3) (AND (|isDomain| *3 "last") (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|last| (*1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|UnaryRecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|tail| (*1 *1 *1) (AND (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|second| (*1 *2 *1) (AND (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|third| (*1 *2 *1) (AND (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|cycleEntry| (*1 *1 *1) (AND (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|cycleLength| (*1 *2 *1) (AND (|ofCategory| *1 (|UnaryRecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|cycleTail| (*1 *1 *1) (AND (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|concat!| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|concat!| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|cycleSplit!| (*1 *1 *1) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|setfirst!| (*1 *2 *1 *2) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|setelt| (*1 *2 *1 *3 *2) (AND (|isDomain| *3 "first") (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|setrest!| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|setelt| (*1 *1 *1 *2 *1) (AND (|isDomain| *2 "rest") (|ofCategory| *1 (|ShallowlyMutableAggregate| *3)) (|ofCategory| *1 (|UnaryRecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)))) (|setlast!| (*1 *2 *1 *2) (AND (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|setelt| (*1 *2 *1 *3 *2) (AND (|isDomain| *3 "last") (|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) (|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) (|ofCategory| *2 (|Type|)))) (|split!| (*1 *1 *1 *2) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|ShallowlyMutableAggregate| *3)) (|ofCategory| *1 (|UnaryRecursiveAggregate| *3)) (|ofCategory| *3 (|Type|)))))
-(|Join| (|RecursiveAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |concat| ($ $ $)) (SIGNATURE |concat| ($ |t#1| $)) (SIGNATURE |first| (|t#1| $)) (SIGNATURE |elt| (|t#1| $ "first")) (SIGNATURE |first| ($ $ (|NonNegativeInteger|))) (SIGNATURE |rest| ($ $)) (SIGNATURE |elt| ($ $ "rest")) (SIGNATURE |rest| ($ $ (|NonNegativeInteger|))) (SIGNATURE |last| (|t#1| $)) (SIGNATURE |elt| (|t#1| $ "last")) (SIGNATURE |last| ($ $ (|NonNegativeInteger|))) (SIGNATURE |tail| ($ $)) (SIGNATURE |second| (|t#1| $)) (SIGNATURE |third| (|t#1| $)) (SIGNATURE |cycleEntry| ($ $)) (SIGNATURE |cycleLength| ((|NonNegativeInteger|) $)) (SIGNATURE |cycleTail| ($ $)) (IF (|has| $ (|ShallowlyMutableAggregate| |t#1|)) (PROGN (SIGNATURE |concat!| ($ $ $)) (SIGNATURE |concat!| ($ $ |t#1|)) (SIGNATURE |cycleSplit!| ($ $)) (SIGNATURE |setfirst!| (|t#1| $ |t#1|)) (SIGNATURE |setelt| (|t#1| $ "first" |t#1|)) (SIGNATURE |setrest!| ($ $ $)) (SIGNATURE |setelt| ($ $ "rest" $)) (SIGNATURE |setlast!| (|t#1| $ |t#1|)) (SIGNATURE |setelt| (|t#1| $ "last" |t#1|)) (SIGNATURE |split!| ($ $ (|Integer|)))) |%noBranch|)))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|RecursiveAggregate| |#1|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T))
+((|concat| #1=(*1 *1 *1 *1) #2=(AND #3=(|ofCategory| *1 (|UnaryRecursiveAggregate| *2)) #4=(|ofCategory| *2 #5=(|Type|)))) (|concat| (*1 *1 *2 *1) #2#) (|first| #6=(*1 *2 *1) #2#) (|elt| #7=(*1 *2 *1 *3) (AND #8=(|isDomain| *3 "first") #3# #4#)) (|first| #9=(*1 *1 *1 *2) #10=(AND #11=(|isDomain| *2 (|NonNegativeInteger|)) #12=(|ofCategory| *1 (|UnaryRecursiveAggregate| *3)) #13=(|ofCategory| *3 #5#))) (|rest| #14=(*1 *1 *1) #2#) (|elt| #9# (AND #15=(|isDomain| *2 "rest") #12# #13#)) (|rest| #9# #10#) (|last| #6# #2#) (|elt| #7# (AND #16=(|isDomain| *3 "last") #3# #4#)) (|last| #9# #10#) (|tail| #14# #2#) (|second| #6# #2#) (|third| #6# #2#) (|cycleEntry| #14# #2#) (|cycleLength| #6# (AND #12# #13# #11#)) (|cycleTail| #14# #2#) (|concat!| #1# #17=(AND #18=(|ofCategory| *1 (|ShallowlyMutableAggregate| *2)) #3# #4#)) (|concat!| #9# #17#) (|cycleSplit!| #14# #17#) (|setfirst!| #19=(*1 *2 *1 *2) #17#) (|setelt| #20=(*1 *2 *1 *3 *2) (AND #8# #18# #3# #4#)) (|setrest!| #1# #17#) (|setelt| (*1 *1 *1 *2 *1) (AND #15# #21=(|ofCategory| *1 (|ShallowlyMutableAggregate| *3)) #12# #13#)) (|setlast!| #19# #17#) (|setelt| #20# (AND #16# #18# #3# #4#)) (|split!| #9# (AND (|isDomain| *2 (|Integer|)) #21# #12# #13#)))
+(|Join| (|RecursiveAggregate| |t#1|) (CATEGORY |domain| (SIGNATURE |concat| #1=($ $ $)) (SIGNATURE |concat| ($ |t#1| $)) (SIGNATURE |first| #2=(|t#1| $)) (SIGNATURE |elt| (|t#1| $ #3="first")) (SIGNATURE |first| #4=($ $ #5=(|NonNegativeInteger|))) (SIGNATURE |rest| #6=($ $)) (SIGNATURE |elt| ($ $ #7="rest")) (SIGNATURE |rest| #4#) (SIGNATURE |last| #2#) (SIGNATURE |elt| (|t#1| $ #8="last")) (SIGNATURE |last| #4#) (SIGNATURE |tail| #6#) (SIGNATURE |second| #2#) (SIGNATURE |third| #2#) (SIGNATURE |cycleEntry| #6#) (SIGNATURE |cycleLength| (#5# $)) (SIGNATURE |cycleTail| #6#) (IF (|has| $ (|ShallowlyMutableAggregate| |t#1|)) (PROGN (SIGNATURE |concat!| #1#) (SIGNATURE |concat!| ($ $ |t#1|)) (SIGNATURE |cycleSplit!| #6#) (SIGNATURE |setfirst!| #9=(|t#1| $ |t#1|)) (SIGNATURE |setelt| (|t#1| $ #3# |t#1|)) (SIGNATURE |setrest!| #1#) (SIGNATURE |setelt| ($ $ #7# $)) (SIGNATURE |setlast!| #9#) (SIGNATURE |setelt| (|t#1| $ #8# |t#1|)) (SIGNATURE |split!| ($ $ (|Integer|)))) |%noBranch|)))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|RecursiveAggregate| |#1|) . T) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| #4=(#5=(#3# $) NIL T ELT)) (|variables| ((#6=(|List| #7=(|SingletonAsOrderedSet|)) $) NIL T ELT)) (|variable| ((#8=(|Symbol|) $) 87 T ELT)) (|univariatePolynomial| ((#9=(|UnivariatePolynomial| |#2| |#1|) $ #10=(|NonNegativeInteger|)) 70 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) NIL #11=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| #12=(#13=($ $) NIL #11# ELT)) (|unit?| (#5# 139 #11# ELT)) (|truncate| (#14=($ $ #10#) 125 T ELT) (($ $ #10# #10#) 127 T ELT)) (|terms| ((#15=(|Stream| (|Record| (|:| |k| #10#) (|:| |c| |#1|))) $) 42 T ELT)) (|tanh| #16=(#13# NIL #17=(|has| |#1| (|Algebra| #18=(|Fraction| #19=(|Integer|)))) ELT)) (|tan| #16#) (|subtractIfCan| ((#20=(|Maybe| $) $ $) NIL T ELT)) (|sqrt| #16#) (|sinh| #16#) (|sin| #16#) (|series| (($ #15#) 49 T ELT) (($ #21=(|Stream| |#1|)) NIL T ELT)) (|sech| #16#) (|sec| #16#) (|sample| (#22=($) NIL T CONST)) (|revert| (#13# 131 T ELT)) (|reductum| #23=(#13# NIL T ELT)) (|recip| ((#24=(|Union| $ "failed") $) NIL T ELT)) (|quoByVar| (#13# 137 T ELT)) (|polynomial| ((#25=(|Polynomial| |#1|) $ #10#) 60 T ELT) ((#25# $ #10# #10#) 62 T ELT)) (|pole?| #4#) (|pi| (#22# NIL #17# ELT)) (|order| #26=((#10# $) NIL T ELT) ((#10# $ #10#) NIL T ELT)) (|opposite?| #1#) (|one?| #4#) (|oddlambert| (#13# 115 T ELT)) (|nthRoot| (($ $ #19#) NIL #17# ELT)) (|multisect| (#27=($ #19# #19# $) 133 T ELT)) (|multiplyExponents| (#28=($ $ #29=(|PositiveInteger|)) 136 T ELT)) (|multiplyCoefficients| (($ (|Mapping| |#1| #19#) $) 109 T ELT)) (|monomial?| #4#) (|monomial| (($ |#1| #10#) 16 T ELT) (($ $ #7# #10#) NIL T ELT) (($ $ #6# #30=(|List| #10#)) NIL T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 96 T ELT)) (|log| #16#) (|leadingMonomial| #23#) (|leadingCoefficient| (#31=(|#1| $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|lambert| (#13# 113 T ELT)) (|lagrange| (#13# 111 T ELT)) (|invmultisect| (#27# 135 T ELT)) (|integrate| (#13# 147 #17# ELT) (#32=($ $ #8#) 153 (OR (AND #17# (|has| |#1| (|AlgebraicallyClosedFunctionSpace| #19#)) (|has| |#1| (|PrimitiveFunctionCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|))) (AND #17# (|has| |#1| (SIGNATURE |integrate| (|#1| |#1| #8#))) (|has| |#1| (SIGNATURE |variables| (#33=(|List| #8#) |#1|))))) ELT) (#34=($ $ #35=(|Variable| |#2|)) 148 #17# ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|generalLambert| (($ $ #19# #19#) 119 T ELT)) (|extend| (#14# 121 T ELT)) (|exquo| ((#24# $ $) NIL #11# ELT)) (|exp| #16#) (|evenlambert| (#13# 117 T ELT)) (|eval| ((#21# $ |#1|) 98 #36=(|has| |#1| (SIGNATURE ** (|#1| |#1| #10#))) ELT)) (|elt| (#37=(|#1| $ #10#) 93 T ELT) (#38=($ $ $) 129 (|has| #10# (|SemiGroup|)) ELT)) (|differentiate| (#32# 106 #39=(AND (|has| |#1| (|PartialDifferentialRing| #8#)) #40=(|has| |#1| (SIGNATURE * (|#1| #10# |#1|)))) ELT) #41=(($ $ #33#) NIL #39# ELT) #42=(($ $ #8# #10#) NIL #39# ELT) #43=(($ $ #33# #30#) NIL #39# ELT) (#13# 100 #40# ELT) #44=(#14# NIL #40# ELT) (#34# 101 T ELT)) (|degree| #26#) (|csch| #16#) (|csc| #16#) (|coth| #16#) (|cot| #16#) (|cosh| #16#) (|cos| #16#) (|complete| (#13# 123 T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #19#) 26 T ELT) (($ #18#) 145 #17# ELT) #12# (($ |#1|) 25 (|has| |#1| (|CommutativeRing|)) ELT) (($ #9#) 78 T ELT) (($ #35#) 22 T ELT)) (|coefficients| ((#21# $) NIL T ELT)) (|coefficient| (#37# 92 T ELT)) (|charthRoot| ((#20# $) NIL (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#10#) NIL T CONST)) (|center| (#31# 88 T ELT)) (|before?| #1#) (|atanh| #16#) (|atan| #16#) (|associates?| (#2# NIL #11# ELT)) (|asinh| #16#) (|asin| #16#) (|asech| #16#) (|asec| #16#) (|approximate| (#37# 86 (AND #36# (|has| |#1| (SIGNATURE |coerce| (|#1| #8#)))) ELT)) (|annihilate?| #1#) (|acsch| #16#) (|acsc| #16#) (|acoth| #16#) (|acot| #16#) (|acosh| #16#) (|acos| #16#) (|Zero| (#22# 18 T CONST)) (|One| (#22# 13 T CONST)) (D (#32# NIL #39# ELT) #41# #42# #43# (#13# NIL #40# ELT) #44# (#34# NIL T ELT)) (= #1#) (/ (#45=($ $ |#1|) NIL #46=(|has| |#1| (|Field|)) ELT)) (- #23# (#38# 105 T ELT)) (+ (#38# 20 T ELT)) (** (#28# NIL T ELT) (#14# NIL T ELT) (#45# 142 #46# ELT) (#38# NIL #17# ELT) #47=(($ $ #18#) NIL #17# ELT)) (* (($ #29# $) NIL T ELT) (($ #10# $) NIL T ELT) (($ #19# . #48=($)) NIL T ELT) (#38# NIL T ELT) (#45# NIL T ELT) (($ |#1| . #48#) 104 T ELT) (($ #18# . #48#) NIL #17# ELT) #47#))
(((|UnivariateTaylorSeries| |#1| |#2| |#3|) (|Join| (|UnivariateTaylorSeriesCategory| |#1|) (|PartialDifferentialDomain| $ #1=(|Variable| |#2|)) (CATEGORY |domain| (SIGNATURE |coerce| ($ #2=(|UnivariatePolynomial| |#2| |#1|))) (SIGNATURE |univariatePolynomial| (#2# $ (|NonNegativeInteger|))) (SIGNATURE |coerce| ($ #1#)) (SIGNATURE |lagrange| #3=($ $)) (SIGNATURE |lambert| #3#) (SIGNATURE |oddlambert| #3#) (SIGNATURE |evenlambert| #3#) (SIGNATURE |generalLambert| ($ $ #4=(|Integer|) #4#)) (SIGNATURE |revert| #3#) (SIGNATURE |multisect| #5=($ #4# #4# $)) (SIGNATURE |invmultisect| #5#) (IF (|has| |#1| (|Algebra| (|Fraction| #4#))) (SIGNATURE |integrate| ($ $ #1#)) |%noBranch|))) (|Ring|) (|Symbol|) |#1|) (T |UnivariateTaylorSeries|))
((|coerce| #1=(*1 *1 *2) (AND (|isDomain| *2 (|UnivariatePolynomial| *4 *3)) #2=(|ofCategory| *3 #3=(|Ring|)) #4=(|ofType| *4 #5=(|Symbol|)) #6=(|ofType| *5 *3) #7=(|isDomain| *1 (|UnivariateTaylorSeries| *3 *4 *5)))) (|univariatePolynomial| (*1 *2 *1 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|isDomain| *2 (|UnivariatePolynomial| *5 *4)) (|isDomain| *1 (|UnivariateTaylorSeries| *4 *5 *6)) (|ofCategory| *4 #3#) (|ofType| *5 #5#) (|ofType| *6 *4))) (|coerce| #1# (AND #8=(|isDomain| *2 (|Variable| *4)) #4# #7# #2# #6#)) (|lagrange| #9=(*1 *1 *1) #10=(AND (|isDomain| *1 (|UnivariateTaylorSeries| *2 *3 *4)) (|ofCategory| *2 #3#) (|ofType| *3 #5#) (|ofType| *4 *2))) (|lambert| #9# #10#) (|oddlambert| #9# #10#) (|evenlambert| #9# #10#) (|generalLambert| (*1 *1 *1 *2 *2) #11=(AND (|isDomain| *2 #12=(|Integer|)) #7# #2# #4# #6#)) (|revert| #9# #10#) (|multisect| #13=(*1 *1 *2 *2 *1) #11#) (|invmultisect| #13# #11#) (|integrate| (*1 *1 *1 *2) (AND #8# #4# #7# (|ofCategory| *3 (|Algebra| (|Fraction| #12#))) #2# #6#)))
@@ -3921,11 +3921,11 @@ NIL
((|zero?| (((|Boolean|) $) 17 T ELT)) (|tanh| (#1=($ $) 105 T ELT)) (|tan| (#1# 81 T ELT)) (|sinh| (#1# 101 T ELT)) (|sin| (#1# 77 T ELT)) (|sech| (#1# 109 T ELT)) (|sec| (#1# 85 T ELT)) (|log| (#1# 75 T ELT)) (|exp| (#1# 73 T ELT)) (|csch| (#1# 111 T ELT)) (|csc| (#1# 87 T ELT)) (|coth| (#1# 107 T ELT)) (|cot| (#1# 83 T ELT)) (|cosh| (#1# 103 T ELT)) (|cos| (#1# 79 T ELT)) (|coerce| (((|OutputForm|) $) 61 T ELT) (($ #2=(|Integer|)) NIL T ELT) (($ #3=(|Fraction| #2#)) NIL T ELT) (#1# NIL T ELT) (($ |#2|) NIL T ELT)) (|atanh| (#1# 117 T ELT)) (|atan| (#1# 93 T ELT)) (|asinh| (#1# 113 T ELT)) (|asin| (#1# 89 T ELT)) (|asech| (#1# 121 T ELT)) (|asec| (#1# 97 T ELT)) (|acsch| (#1# 123 T ELT)) (|acsc| (#1# 99 T ELT)) (|acoth| (#1# 119 T ELT)) (|acot| (#1# 95 T ELT)) (|acosh| (#1# 115 T ELT)) (|acos| (#1# 91 T ELT)) (** (($ $ (|PositiveInteger|)) NIL T ELT) (($ $ (|NonNegativeInteger|)) NIL T ELT) (($ $ |#2|) 65 T ELT) (($ $ $) 68 T ELT) (($ $ #3#) 71 T ELT)))
(((|UnivariateTaylorSeriesCategory&| |#1| |#2|) (CATEGORY |package| (SIGNATURE ** (|#1| |#1| #1=(|Fraction| #2=(|Integer|)))) (SIGNATURE |tan| #3=(|#1| |#1|)) (SIGNATURE |sin| #3#) (SIGNATURE |sec| #3#) (SIGNATURE |csc| #3#) (SIGNATURE |cot| #3#) (SIGNATURE |cos| #3#) (SIGNATURE |acos| #3#) (SIGNATURE |acot| #3#) (SIGNATURE |acsc| #3#) (SIGNATURE |asec| #3#) (SIGNATURE |asin| #3#) (SIGNATURE |atan| #3#) (SIGNATURE |cosh| #3#) (SIGNATURE |coth| #3#) (SIGNATURE |csch| #3#) (SIGNATURE |sech| #3#) (SIGNATURE |sinh| #3#) (SIGNATURE |tanh| #3#) (SIGNATURE |acosh| #3#) (SIGNATURE |acoth| #3#) (SIGNATURE |acsch| #3#) (SIGNATURE |asech| #3#) (SIGNATURE |asinh| #3#) (SIGNATURE |atanh| #3#) (SIGNATURE |log| #3#) (SIGNATURE |exp| #3#) (SIGNATURE ** (|#1| |#1| |#1|)) (SIGNATURE ** (|#1| |#1| |#2|)) (SIGNATURE |coerce| (|#1| |#2|)) (SIGNATURE |coerce| #3#) (SIGNATURE |coerce| (|#1| #1#)) (SIGNATURE |coerce| (|#1| #2#)) (SIGNATURE ** (|#1| |#1| (|NonNegativeInteger|))) (SIGNATURE ** (|#1| |#1| (|PositiveInteger|))) (SIGNATURE |zero?| ((|Boolean|) |#1|)) (SIGNATURE |coerce| ((|OutputForm|) |#1|))) (|UnivariateTaylorSeriesCategory| |#2|) (|Ring|)) (T |UnivariateTaylorSeriesCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|variables| (((|List| #3=(|SingletonAsOrderedSet|)) $) 96 T ELT)) (|variable| ((#4=(|Symbol|) $) 130 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 (|has| |#1| . #5=((|IntegralDomain|))) ELT)) (|unitCanonical| (($ $) 74 (|has| |#1| . #5#) ELT)) (|unit?| ((#6=(|Boolean|) $) 76 (|has| |#1| . #5#) ELT)) (|truncate| (($ $ #7=(|NonNegativeInteger|)) 125 T ELT) (($ $ #7# #7#) 124 T ELT)) (|terms| (((|Stream| (|Record| (|:| |k| #7#) (|:| |c| |#1|))) $) 131 T ELT)) (|tanh| (#8=($ $) 164 (|has| |#1| . #9=((|Algebra| (|Fraction| (|Integer|))))) ELT)) (|tan| (#10=($ $) 147 (|has| |#1| . #9#) ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sqrt| (($ $) 146 (|has| |#1| . #11=((|Algebra| (|Fraction| (|Integer|))))) ELT)) (|sinh| (#8# 163 (|has| |#1| . #9#) ELT)) (|sin| (#10# 148 (|has| |#1| . #9#) ELT)) (|series| (($ (|Stream| (|Record| (|:| |k| (|NonNegativeInteger|)) (|:| |c| |#1|)))) 184 T ELT) (($ (|Stream| |#1|)) 182 T ELT)) (|sech| (#8# 162 (|has| |#1| . #9#) ELT)) (|sec| (#10# 149 (|has| |#1| . #9#) ELT)) (|sample| (#12=($) 23 T CONST)) (|reductum| (#13=($ $) 82 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|quoByVar| (($ $) 181 T ELT)) (|polynomial| (((|Polynomial| |#1|) $ (|NonNegativeInteger|)) 179 T ELT) (((|Polynomial| |#1|) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) 178 T ELT)) (|pole?| (((|Boolean|) $) 95 T ELT)) (|pi| (($) 174 (|has| |#1| . #9#) ELT)) (|order| ((#7# $) 127 T ELT) ((#7# $ #7#) 126 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|nthRoot| (($ $ #14=(|Integer|)) 145 (|has| |#1| . #11#) ELT)) (|multiplyExponents| (($ $ (|PositiveInteger|)) 128 T ELT)) (|multiplyCoefficients| (($ (|Mapping| |#1| (|Integer|)) $) 180 T ELT)) (|monomial?| (((|Boolean|) $) 84 T ELT)) (|monomial| (($ |#1| #7#) 83 T ELT) (($ $ #3# #7#) 98 T ELT) (($ $ (|List| #3#) (|List| #7#)) 97 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 88 T ELT)) (|log| (#15=($ $) 171 (|has| |#1| . #9#) ELT)) (|leadingMonomial| (#13# 86 T ELT)) (|leadingCoefficient| ((|#1| $) 87 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|integrate| (($ $) 176 (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ELT) (($ $ (|Symbol|)) 175 (OR (AND (|has| |#1| (|AlgebraicallyClosedFunctionSpace| (|Integer|))) (|has| |#1| (|PrimitiveFunctionCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|)) (|has| |#1| (|Algebra| (|Fraction| (|Integer|))))) (AND (|has| |#1| (SIGNATURE |variables| ((|List| (|Symbol|)) |#1|))) (|has| |#1| (SIGNATURE |integrate| (|#1| |#1| (|Symbol|)))) (|has| |#1| (|Algebra| (|Fraction| (|Integer|)))))) ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|extend| (($ $ #7#) 122 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 72 (|has| |#1| . #5#) ELT)) (|exp| (#15# 172 (|has| |#1| . #9#) ELT)) (|eval| (((|Stream| |#1|) $ |#1|) 121 (|has| |#1| (SIGNATURE ** (|#1| |#1| #7#))) ELT)) (|elt| ((|#1| $ #7#) 132 T ELT) (($ $ $) 108 (|has| #7# (|SemiGroup|)) ELT)) (|differentiate| (($ $ #4#) 120 (AND (|has| |#1| . #16=((|PartialDifferentialRing| #4#))) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ (|List| #4#)) 118 (AND (|has| |#1| . #16#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ #4# . #17=(#18=(|NonNegativeInteger|))) 117 (AND (|has| |#1| . #16#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ (|List| #4#) . #19=((|List| #18#))) 116 (AND (|has| |#1| . #16#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ . #20=($)) 112 (|has| |#1| (SIGNATURE * (|#1| #7# |#1|))) ELT) (#21=($ $ (|NonNegativeInteger|)) 110 (|has| |#1| (SIGNATURE * (|#1| #7# |#1|))) ELT)) (|degree| ((#7# $) 85 T ELT)) (|csch| (#8# 161 (|has| |#1| . #9#) ELT)) (|csc| (#10# 150 (|has| |#1| . #9#) ELT)) (|coth| (#8# 160 (|has| |#1| . #9#) ELT)) (|cot| (#10# 151 (|has| |#1| . #9#) ELT)) (|cosh| (#8# 159 (|has| |#1| . #9#) ELT)) (|cos| (#10# 152 (|has| |#1| . #9#) ELT)) (|complete| (($ $) 94 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ #22=(|Fraction| (|Integer|))) 79 (|has| |#1| . #23=((|Algebra| #22#))) ELT) (($ $) 71 (|has| |#1| . #5#) ELT) (($ |#1|) 69 (|has| |#1| (|CommutativeRing|)) ELT)) (|coefficients| (((|Stream| |#1|) $) 183 T ELT)) (|coefficient| ((|#1| $ #7#) 81 T ELT)) (|charthRoot| (((|Maybe| $) $) 70 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|center| ((|#1| $) 129 T ELT)) (|before?| (#1# 6 T ELT)) (|atanh| (#24=($ $) 170 (|has| |#1| . #9#) ELT)) (|atan| (#25=($ $) 158 (|has| |#1| . #9#) ELT)) (|associates?| ((#6# $ $) 75 (|has| |#1| . #5#) ELT)) (|asinh| (#24# 169 (|has| |#1| . #9#) ELT)) (|asin| (#25# 157 (|has| |#1| . #9#) ELT)) (|asech| (#24# 168 (|has| |#1| . #9#) ELT)) (|asec| (#25# 156 (|has| |#1| . #9#) ELT)) (|approximate| ((|#1| $ #7#) 123 (AND (|has| |#1| (SIGNATURE ** (|#1| |#1| #7#))) (|has| |#1| (SIGNATURE |coerce| (|#1| #4#)))) ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|acsch| (#24# 167 (|has| |#1| . #9#) ELT)) (|acsc| (#25# 155 (|has| |#1| . #9#) ELT)) (|acoth| (#24# 166 (|has| |#1| . #9#) ELT)) (|acot| (#25# 154 (|has| |#1| . #9#) ELT)) (|acosh| (#24# 165 (|has| |#1| . #9#) ELT)) (|acos| (#25# 153 (|has| |#1| . #9#) ELT)) (|Zero| (#12# 24 T CONST)) (|One| (($) 46 T CONST)) (D (($ $ #4#) 119 (AND (|has| |#1| . #16#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ (|List| #4#)) 115 (AND (|has| |#1| . #16#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ #4# . #17#) 114 (AND (|has| |#1| . #16#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ $ (|List| #4#) . #19#) 113 (AND (|has| |#1| . #16#) (|has| |#1| (SIGNATURE * (|#1| #7# |#1|)))) ELT) (($ . #20#) 111 (|has| |#1| (SIGNATURE * (|#1| #7# |#1|))) ELT) (#21# 109 (|has| |#1| (SIGNATURE * (|#1| #7# |#1|))) ELT)) (= (#1# 8 T ELT)) (/ (($ $ |#1|) 80 (|has| |#1| (|Field|)) ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ |#1|) 177 (|has| |#1| (|Field|)) ELT) (($ $ $) 173 (|has| |#1| . #9#) ELT) (($ $ (|Fraction| #14#)) 144 (|has| |#1| . #11#) ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #26=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 90 T ELT) (($ |#1| . #26#) 89 T ELT) (($ #22# . #26#) 78 (|has| |#1| . #23#) ELT) (($ $ #22#) 77 (|has| |#1| . #23#) ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|variables| ((#4=(|List| #5=(|SingletonAsOrderedSet|)) $) 96 T ELT)) (|variable| ((#6=(|Symbol|) $) 130 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 73 #7=(|has| |#1| (|IntegralDomain|)) ELT)) (|unitCanonical| (#8=($ $) 74 #7# ELT)) (|unit?| (#3# 76 #7# ELT)) (|truncate| (#9=($ $ #10=(|NonNegativeInteger|)) 125 T ELT) (($ $ #10# #10#) 124 T ELT)) (|terms| ((#11=(|Stream| (|Record| (|:| |k| #10#) (|:| |c| |#1|))) $) 131 T ELT)) (|tanh| (#8# 164 #12=(|has| |#1| (|Algebra| #13=(|Fraction| #14=(|Integer|)))) ELT)) (|tan| (#8# 147 #12# ELT)) (|subtractIfCan| ((#15=(|Maybe| $) $ $) 26 T ELT)) (|sqrt| (#8# 146 #12# ELT)) (|sinh| (#8# 163 #12# ELT)) (|sin| (#8# 148 #12# ELT)) (|series| (($ #11#) 184 T ELT) (($ #16=(|Stream| |#1|)) 182 T ELT)) (|sech| (#8# 162 #12# ELT)) (|sec| (#8# 149 #12# ELT)) (|sample| (#17=($) 23 T CONST)) (|reductum| (#8# 82 T ELT)) (|recip| ((#18=(|Union| $ "failed") $) 43 T ELT)) (|quoByVar| (#8# 181 T ELT)) (|polynomial| ((#19=(|Polynomial| |#1|) $ #10#) 179 T ELT) ((#19# $ #10# #10#) 178 T ELT)) (|pole?| (#3# 95 T ELT)) (|pi| (#17# 174 #12# ELT)) (|order| (#20=(#10# $) 127 T ELT) ((#10# $ #10#) 126 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|nthRoot| (($ $ #14#) 145 #12# ELT)) (|multiplyExponents| (#21=($ $ #22=(|PositiveInteger|)) 128 T ELT)) (|multiplyCoefficients| (($ (|Mapping| |#1| #14#) $) 180 T ELT)) (|monomial?| (#3# 84 T ELT)) (|monomial| (($ |#1| #10#) 83 T ELT) (($ $ #5# #10#) 98 T ELT) (($ $ #4# #23=(|List| #10#)) 97 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 88 T ELT)) (|log| (#8# 171 #12# ELT)) (|leadingMonomial| (#8# 86 T ELT)) (|leadingCoefficient| (#24=(|#1| $) 87 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|integrate| (#8# 176 #12# ELT) (#25=($ $ #6#) 175 (OR (AND (|has| |#1| (|AlgebraicallyClosedFunctionSpace| #14#)) (|has| |#1| (|PrimitiveFunctionCategory|)) (|has| |#1| (|TranscendentalFunctionCategory|)) #12#) (AND (|has| |#1| (SIGNATURE |variables| (#26=(|List| #6#) |#1|))) (|has| |#1| (SIGNATURE |integrate| (|#1| |#1| #6#))) #12#)) ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|extend| (#9# 122 T ELT)) (|exquo| ((#18# $ $) 72 #7# ELT)) (|exp| (#8# 172 #12# ELT)) (|eval| ((#16# $ |#1|) 121 #27=(|has| |#1| (SIGNATURE ** (|#1| |#1| #10#))) ELT)) (|elt| (#28=(|#1| $ #10#) 132 T ELT) (#29=($ $ $) 108 (|has| #10# (|SemiGroup|)) ELT)) (|differentiate| (#25# 120 #30=(AND (|has| |#1| (|PartialDifferentialRing| #6#)) #31=(|has| |#1| (SIGNATURE * (|#1| #10# |#1|)))) ELT) (#32=($ $ #26#) 118 #30# ELT) (#33=($ $ #6# #10#) 117 #30# ELT) (#34=($ $ #26# #23#) 116 #30# ELT) (#8# 112 #31# ELT) (#9# 110 #31# ELT)) (|degree| (#20# 85 T ELT)) (|csch| (#8# 161 #12# ELT)) (|csc| (#8# 150 #12# ELT)) (|coth| (#8# 160 #12# ELT)) (|cot| (#8# 151 #12# ELT)) (|cosh| (#8# 159 #12# ELT)) (|cos| (#8# 152 #12# ELT)) (|complete| (#8# 94 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #14#) 42 T ELT) (($ #13#) 79 #12# ELT) (#8# 71 #7# ELT) (($ |#1|) 69 (|has| |#1| (|CommutativeRing|)) ELT)) (|coefficients| ((#16# $) 183 T ELT)) (|coefficient| (#28# 81 T ELT)) (|charthRoot| ((#15# $) 70 (|has| |#1| (|CharacteristicNonZero|)) ELT)) (|characteristic| ((#10#) 41 T CONST)) (|center| (#24# 129 T ELT)) (|before?| (#1# 6 T ELT)) (|atanh| (#8# 170 #12# ELT)) (|atan| (#8# 158 #12# ELT)) (|associates?| (#1# 75 #7# ELT)) (|asinh| (#8# 169 #12# ELT)) (|asin| (#8# 157 #12# ELT)) (|asech| (#8# 168 #12# ELT)) (|asec| (#8# 156 #12# ELT)) (|approximate| (#28# 123 (AND #27# (|has| |#1| (SIGNATURE |coerce| (|#1| #6#)))) ELT)) (|annihilate?| (#1# 34 T ELT)) (|acsch| (#8# 167 #12# ELT)) (|acsc| (#8# 155 #12# ELT)) (|acoth| (#8# 166 #12# ELT)) (|acot| (#8# 154 #12# ELT)) (|acosh| (#8# 165 #12# ELT)) (|acos| (#8# 153 #12# ELT)) (|Zero| (#17# 24 T CONST)) (|One| (#17# 46 T CONST)) (D (#25# 119 #30# ELT) (#32# 115 #30# ELT) (#33# 114 #30# ELT) (#34# 113 #30# ELT) (#8# 111 #31# ELT) (#9# 109 #31# ELT)) (= (#1# 8 T ELT)) (/ (#35=($ $ |#1|) 80 #36=(|has| |#1| (|Field|)) ELT)) (- (#8# 30 T ELT) (#29# 29 T ELT)) (+ (#29# 18 T ELT)) (** (#21# 36 T ELT) (#9# 44 T ELT) (#35# 177 #36# ELT) (#29# 173 #12# ELT) (#37=($ $ #13#) 144 #12# ELT)) (* (($ #22# $) 17 T ELT) (($ #10# $) 21 T ELT) (($ #14# . #38=($)) 31 T ELT) (#29# 35 T ELT) (#35# 90 T ELT) (($ |#1| . #38#) 89 T ELT) (($ #13# . #38#) 78 #12# ELT) (#37# 77 #12# ELT)))
(((|UnivariateTaylorSeriesCategory| |#1|) (|Category|) (|Ring|)) (T |UnivariateTaylorSeriesCategory|))
-((|series| (*1 *1 *2) (AND (|isDomain| *2 (|Stream| (|Record| (|:| |k| (|NonNegativeInteger|)) (|:| |c| *3)))) (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|UnivariateTaylorSeriesCategory| *3)))) (|coefficients| (*1 *2 *1) (AND (|ofCategory| *1 (|UnivariateTaylorSeriesCategory| *3)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Stream| *3)))) (|series| (*1 *1 *2) (AND (|isDomain| *2 (|Stream| *3)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *1 (|UnivariateTaylorSeriesCategory| *3)))) (|quoByVar| (*1 *1 *1) (AND (|ofCategory| *1 (|UnivariateTaylorSeriesCategory| *2)) (|ofCategory| *2 (|Ring|)))) (|multiplyCoefficients| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| *3 (|Integer|))) (|ofCategory| *1 (|UnivariateTaylorSeriesCategory| *3)) (|ofCategory| *3 (|Ring|)))) (|polynomial| (*1 *2 *1 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|UnivariateTaylorSeriesCategory| *4)) (|ofCategory| *4 (|Ring|)) (|isDomain| *2 (|Polynomial| *4)))) (|polynomial| (*1 *2 *1 *3 *3) (AND (|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *1 (|UnivariateTaylorSeriesCategory| *4)) (|ofCategory| *4 (|Ring|)) (|isDomain| *2 (|Polynomial| *4)))) (** (*1 *1 *1 *2) (AND (|ofCategory| *1 (|UnivariateTaylorSeriesCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Field|)))) (|integrate| (*1 *1 *1) (AND (|ofCategory| *1 (|UnivariateTaylorSeriesCategory| *2)) (|ofCategory| *2 (|Ring|)) (|ofCategory| *2 (|Algebra| (|Fraction| (|Integer|)))))) (|integrate| (*1 *1 *1 *2) (OR (AND #1=(|isDomain| *2 (|Symbol|)) #2=(|ofCategory| *1 (|UnivariateTaylorSeriesCategory| *3)) #3=(|ofCategory| *3 (|Ring|)) (AND (|ofCategory| *3 (|AlgebraicallyClosedFunctionSpace| (|Integer|))) (|ofCategory| *3 (|PrimitiveFunctionCategory|)) (|ofCategory| *3 (|TranscendentalFunctionCategory|)) (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|)))))) (AND #1# #2# #3# (AND (|has| *3 (SIGNATURE |variables| ((|List| *2) *3))) (|has| *3 (SIGNATURE |integrate| (*3 *3 *2))) (|ofCategory| *3 (|Algebra| (|Fraction| (|Integer|)))))))))
-(|Join| (|UnivariatePowerSeriesCategory| |t#1| (|NonNegativeInteger|)) (CATEGORY |domain| (SIGNATURE |series| ($ (|Stream| (|Record| (|:| |k| (|NonNegativeInteger|)) (|:| |c| |t#1|))))) (SIGNATURE |coefficients| ((|Stream| |t#1|) $)) (SIGNATURE |series| ($ (|Stream| |t#1|))) (SIGNATURE |quoByVar| ($ $)) (SIGNATURE |multiplyCoefficients| ($ (|Mapping| |t#1| (|Integer|)) $)) (SIGNATURE |polynomial| ((|Polynomial| |t#1|) $ (|NonNegativeInteger|))) (SIGNATURE |polynomial| ((|Polynomial| |t#1|) $ (|NonNegativeInteger|) (|NonNegativeInteger|))) (IF (|has| |t#1| (|Field|)) (SIGNATURE ** ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (|Algebra| (|Fraction| (|Integer|)))) (PROGN (SIGNATURE |integrate| ($ $)) (IF (|has| |t#1| (SIGNATURE |integrate| (|t#1| |t#1| (|Symbol|)))) (IF (|has| |t#1| (SIGNATURE |variables| ((|List| (|Symbol|)) |t#1|))) (SIGNATURE |integrate| ($ $ (|Symbol|))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (|TranscendentalFunctionCategory|)) (IF (|has| |t#1| (|PrimitiveFunctionCategory|)) (IF (|has| |t#1| (|AlgebraicallyClosedFunctionSpace| (|Integer|))) (SIGNATURE |integrate| ($ $ (|Symbol|))) |%noBranch|) |%noBranch|) |%noBranch|) (ATTRIBUTE (|RadicalCategory|)) (ATTRIBUTE (|TranscendentalFunctionCategory|))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| #1=(|NonNegativeInteger|)) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #2=(|Fraction| (|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|ArcHyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|ArcTrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BasicType|) . T) ((|BiModule| #2# #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|DifferentialDomain| $) |has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|))) ((|DifferentialRing|) |has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|))) ((|DifferentialSpace|) |has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|))) ((|ElementaryFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Eltable| #1# |#1|) . T) ((|Eltable| $ $) |has| (|NonNegativeInteger|) (|SemiGroup|)) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|Functorial| |#1|) . T) ((|HyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|Join|) . T) ((|LeftLinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|Module| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #3=(|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))) ((|PartialDifferentialRing| #3#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))) ((|PartialDifferentialSpace| #3#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))) ((|PowerSeriesCategory| |#1| #1# (|SingletonAsOrderedSet|)) . T) ((|RadicalCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|RightModule| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) OR (|has| |#1| (|IntegralDomain|)) (|has| |#1| (|CommutativeRing|))) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|TranscendentalFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|TrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Type|) . T) ((|UnivariatePowerSeriesCategory| |#1| #1#) . T))
+((|series| #1=(*1 *1 *2) (AND (|isDomain| *2 (|Stream| (|Record| (|:| |k| #2=(|NonNegativeInteger|)) (|:| |c| *3)))) #3=(|ofCategory| *3 #4=(|Ring|)) #5=(|ofCategory| *1 (|UnivariateTaylorSeriesCategory| *3)))) (|coefficients| (*1 *2 *1) (AND #5# #3# #6=(|isDomain| *2 (|Stream| *3)))) (|series| #1# (AND #6# #3# #5#)) (|quoByVar| #7=(*1 *1 *1) (AND #8=(|ofCategory| *1 (|UnivariateTaylorSeriesCategory| *2)) #9=(|ofCategory| *2 #4#))) (|multiplyCoefficients| (*1 *1 *2 *1) (AND (|isDomain| *2 (|Mapping| *3 #10=(|Integer|))) #5# #3#)) (|polynomial| (*1 *2 *1 *3) #11=(AND (|isDomain| *3 #2#) (|ofCategory| *1 (|UnivariateTaylorSeriesCategory| *4)) (|ofCategory| *4 #4#) (|isDomain| *2 (|Polynomial| *4)))) (|polynomial| (*1 *2 *1 *3 *3) #11#) (** #12=(*1 *1 *1 *2) (AND #8# #9# (|ofCategory| *2 (|Field|)))) (|integrate| #7# (AND #8# #9# (|ofCategory| *2 #13=(|Algebra| (|Fraction| #10#))))) (|integrate| #12# (OR (AND #14=(|isDomain| *2 (|Symbol|)) #5# #3# (AND (|ofCategory| *3 (|AlgebraicallyClosedFunctionSpace| #10#)) (|ofCategory| *3 (|PrimitiveFunctionCategory|)) (|ofCategory| *3 (|TranscendentalFunctionCategory|)) #15=(|ofCategory| *3 #13#))) (AND #14# #5# #3# (AND (|has| *3 (SIGNATURE |variables| ((|List| *2) *3))) (|has| *3 (SIGNATURE |integrate| (*3 *3 *2))) #15#)))))
+(|Join| (|UnivariatePowerSeriesCategory| |t#1| #1=(|NonNegativeInteger|)) (CATEGORY |domain| (SIGNATURE |series| ($ (|Stream| (|Record| (|:| |k| #1#) (|:| |c| |t#1|))))) (SIGNATURE |coefficients| (#2=(|Stream| |t#1|) $)) (SIGNATURE |series| ($ #2#)) (SIGNATURE |quoByVar| #3=($ $)) (SIGNATURE |multiplyCoefficients| ($ (|Mapping| |t#1| #4=(|Integer|)) $)) (SIGNATURE |polynomial| (#5=(|Polynomial| |t#1|) $ #1#)) (SIGNATURE |polynomial| (#5# $ #1# #1#)) (IF (|has| |t#1| (|Field|)) (SIGNATURE ** ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (|Algebra| (|Fraction| #4#))) (PROGN (SIGNATURE |integrate| #3#) (IF (|has| |t#1| (SIGNATURE |integrate| (|t#1| |t#1| #6=(|Symbol|)))) (IF (|has| |t#1| (SIGNATURE |variables| ((|List| #6#) |t#1|))) #7=(SIGNATURE |integrate| ($ $ #6#)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| #8=(|TranscendentalFunctionCategory|)) (IF (|has| |t#1| (|PrimitiveFunctionCategory|)) (IF (|has| |t#1| (|AlgebraicallyClosedFunctionSpace| #4#)) #7# |%noBranch|) |%noBranch|) |%noBranch|) (ATTRIBUTE (|RadicalCategory|)) (ATTRIBUTE #8#)) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianMonoidRing| |#1| #1=(|NonNegativeInteger|)) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #2=(|Fraction| #3=(|Integer|))) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|Algebra| $) |has| |#1| (|IntegralDomain|)) ((|ArcHyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|ArcTrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BasicType|) . T) ((|BiModule| #2# #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) |has| |#1| (|CommutativeRing|)) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) |has| |#1| (|CharacteristicNonZero|)) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|CoercibleFrom| #3#) . T) ((|CoercibleFrom| |#1|) |has| |#1| (|CommutativeRing|)) ((|CoercibleFrom| $) |has| |#1| (|IntegralDomain|)) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) |has| |#1| (|CommutativeRing|)) ((|DifferentialDomain| $) |has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|))) ((|DifferentialRing|) |has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|))) ((|DifferentialSpace|) |has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|))) ((|ElementaryFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Eltable| #1# |#1|) . T) ((|Eltable| $ $) . T) ((|EntireRing|) |has| |#1| (|IntegralDomain|)) ((|Functorial| |#1|) . T) ((|HyperbolicFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|IntegralDomain|) |has| |#1| (|IntegralDomain|)) ((|LeftLinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftLinearSet| #3#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|LinearSet| $) |has| |#1| (|IntegralDomain|)) ((|Module| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| $) |has| |#1| (|IntegralDomain|)) ((|Monoid|) . T) ((|PartialDifferentialDomain| $ #4=(|Symbol|)) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))) ((|PartialDifferentialRing| #4#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))) ((|PartialDifferentialSpace| #4#) AND (|has| |#1| (|PartialDifferentialRing| (|Symbol|))) (|has| |#1| (SIGNATURE * (|#1| (|NonNegativeInteger|) |#1|)))) ((|PowerSeriesCategory| |#1| #1# (|SingletonAsOrderedSet|)) . T) ((|RadicalCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) |has| |#1| (|CommutativeRing|)) ((|RightModule| #2#) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|RightModule| |#1|) . T) ((|RightModule| $) |has| |#1| (|CommutativeRing|)) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|TranscendentalFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|TrigonometricFunctionCategory|) |has| |#1| (|Algebra| (|Fraction| (|Integer|)))) ((|Type|) . T) ((|UnivariatePowerSeriesCategory| |#1| #1#) . T))
((|stFuncN| (((|Mapping| #1=(|Stream| |#1|) (|List| #1#)) #2=(|Mapping| |#2| #3=(|List| |#2|))) 24 T ELT)) (|stFunc2| (((|Mapping| #1# #1# #1#) #4=(|Mapping| |#2| |#2| |#2|)) 16 T ELT)) (|stFunc1| (((|Mapping| #1# #1#) #5=(|Mapping| |#2| |#2|)) 13 T ELT)) (|ode2| ((|#2| #4# |#1| |#1|) 48 T ELT)) (|ode1| ((|#2| #5# |#1|) 46 T ELT)) (|ode| ((|#2| #2# #6=(|List| |#1|)) 60 T ELT)) (|mpsode| ((#3# #6# (|List| #2#)) 66 T ELT)) (|fixedPointExquo| ((|#2| |#2| |#2|) 43 T ELT)))
(((|UnivariateTaylorSeriesODESolver| |#1| |#2|) (CATEGORY |package| (SIGNATURE |stFunc1| ((|Mapping| #1=(|Stream| |#1|) #1#) #2=(|Mapping| |#2| |#2|))) (SIGNATURE |stFunc2| ((|Mapping| #1# #1# #1#) #3=(|Mapping| |#2| |#2| |#2|))) (SIGNATURE |stFuncN| ((|Mapping| #1# (|List| #1#)) #4=(|Mapping| |#2| #5=(|List| |#2|)))) (SIGNATURE |fixedPointExquo| (|#2| |#2| |#2|)) (SIGNATURE |ode1| (|#2| #2# |#1|)) (SIGNATURE |ode2| (|#2| #3# |#1| |#1|)) (SIGNATURE |ode| (|#2| #4# #6=(|List| |#1|))) (SIGNATURE |mpsode| (#5# #6# (|List| #4#)))) (|Algebra| (|Fraction| (|Integer|))) (|UnivariateTaylorSeriesCategory| |#1|)) (T |UnivariateTaylorSeriesODESolver|))
((|mpsode| #1=(*1 *2 *3 *4) (AND (|isDomain| *3 #2=(|List| *5)) (|isDomain| *4 (|List| (|Mapping| *6 #3=(|List| *6)))) #4=(|ofCategory| *5 #5=(|Algebra| (|Fraction| (|Integer|)))) (|ofCategory| *6 #6=(|UnivariateTaylorSeriesCategory| *5)) (|isDomain| *2 #3#) (|isDomain| *1 (|UnivariateTaylorSeriesODESolver| *5 *6)))) (|ode| #1# (AND (|isDomain| *3 (|Mapping| *2 (|List| *2))) (|isDomain| *4 #2#) #4# (|ofCategory| *2 #6#) (|isDomain| *1 (|UnivariateTaylorSeriesODESolver| *5 *2)))) (|ode2| (*1 *2 *3 *4 *4) (AND (|isDomain| *3 (|Mapping| *2 *2 *2)) #7=(|ofCategory| *2 #8=(|UnivariateTaylorSeriesCategory| *4)) #9=(|isDomain| *1 (|UnivariateTaylorSeriesODESolver| *4 *2)) #10=(|ofCategory| *4 #5#))) (|ode1| #1# (AND (|isDomain| *3 (|Mapping| *2 *2)) #7# #9# #10#)) (|fixedPointExquo| (*1 *2 *2 *2) (AND (|ofCategory| *3 #5#) (|isDomain| *1 (|UnivariateTaylorSeriesODESolver| *3 *2)) (|ofCategory| *2 (|UnivariateTaylorSeriesCategory| *3)))) (|stFuncN| #11=(*1 *2 *3) (AND (|isDomain| *3 (|Mapping| *5 #2#)) #12=(|ofCategory| *5 #8#) #10# (|isDomain| *2 (|Mapping| #13=(|Stream| *4) (|List| #13#))) #14=(|isDomain| *1 (|UnivariateTaylorSeriesODESolver| *4 *5)))) (|stFunc2| #11# (AND (|isDomain| *3 (|Mapping| *5 *5 *5)) #12# #10# (|isDomain| *2 (|Mapping| #13# #13# #13#)) #14#)) (|stFunc1| #11# (AND (|isDomain| *3 (|Mapping| *5 *5)) #12# #10# (|isDomain| *2 (|Mapping| #13# #13#)) #14#)))
@@ -3942,11 +3942,11 @@ NIL
((|zero| (($ (|NonNegativeInteger|)) 19 T ELT)) (|outerProduct| (((|Matrix| |#2|) $ $) 41 T ELT)) (|magnitude| (#1=(|#2| $) 51 T ELT)) (|length| (#1# 50 T ELT)) (|dot| ((|#2| $ $) 36 T ELT)) (|cross| (#2=($ $ $) 47 T ELT)) (- (($ $) 23 T ELT) (#2# 29 T ELT)) (+ (#2# 15 T ELT)) (* (($ (|Integer|) $) 26 T ELT) (($ |#2| $) 32 T ELT) (($ $ |#2|) 31 T ELT)))
(((|VectorCategory&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |magnitude| #1=(|#2| |#1|)) (SIGNATURE |length| #1#) (SIGNATURE |cross| #2=(|#1| |#1| |#1|)) (SIGNATURE |outerProduct| ((|Matrix| |#2|) |#1| |#1|)) (SIGNATURE |dot| (|#2| |#1| |#1|)) (SIGNATURE * (|#1| |#1| |#2|)) (SIGNATURE * (|#1| |#2| |#1|)) (SIGNATURE * (|#1| (|Integer|) |#1|)) (SIGNATURE - #2#) (SIGNATURE - (|#1| |#1|)) (SIGNATURE |zero| (|#1| (|NonNegativeInteger|))) (SIGNATURE + #2#)) (|VectorCategory| |#2|) (|Type|)) (T |VectorCategory&|))
NIL
-((~= (#1=((|Boolean|) $ $) 18 (|has| |#1| . #2=((|BasicType|))) ELT)) (|zero| (($ (|NonNegativeInteger|)) 123 (|has| |#1| (|AbelianMonoid|)) ELT)) (|swap!| (((|Void|) $ #3=(|Integer|) #3#) 35 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|sorted?| ((#4=(|Boolean|) (|Mapping| #4# |#1| |#1|) $) 96 T ELT) ((#4# $) 90 (|has| |#1| . #5=((|OrderedSet|))) ELT)) (|sort!| (($ (|Mapping| #4# |#1| |#1|) . #6=($)) 87 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) (#7=($ $) 86 (AND (|has| |#1| . #5#) (|has| $ (|ShallowlyMutableAggregate| |#1|))) ELT)) (|sort| (($ (|Mapping| #4# |#1| |#1|) . #6#) 97 T ELT) (#7# 91 (|has| |#1| . #5#) ELT)) (|setelt| ((|#1| $ #3# |#1|) 47 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT) ((|#1| $ #8=(|UniversalSegment| #3#) |#1|) 55 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|select| (($ (|Mapping| #9=(|Boolean|) |#1|) . #10=($)) 69 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#11=($) 6 T CONST)) (|reverse!| (#7# 88 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|reverse| (#7# 98 T ELT)) (|removeDuplicates| (($ $) 71 (AND (|has| |#1| . #12=((|BasicType|))) (|has| $ (|FiniteAggregate| |#1|))) ELT)) (|remove| (($ |#1| $) 70 (AND (|has| |#1| . #12#) (|has| $ (|FiniteAggregate| |#1|))) ELT) (($ (|Mapping| #9# |#1|) . #10#) 68 (|has| $ (|FiniteAggregate| |#1|)) ELT)) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 110 (|has| |#1| . #13=((|BasicType|))) ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) 106 T ELT) ((|#1| (|Mapping| |#1| |#1| |#1|) $) 105 T ELT)) (|qsetelt!| ((|#1| $ #3# |#1|) 48 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|qelt| ((|#1| $ #3#) 46 T ELT)) (|position| ((#14=(|Integer|) (|Mapping| #4# |#1|) $) 95 T ELT) ((#14# |#1| $) 94 (|has| |#1| . #15=((|BasicType|))) ELT) ((#14# |#1| $ #14#) 93 (|has| |#1| . #15#) ELT)) (|outerProduct| (((|Matrix| |#1|) $ $) 116 (|has| |#1| (|Ring|)) ELT)) (|new| (($ (|NonNegativeInteger|) |#1|) 65 T ELT)) (|minIndex| ((#3# . #16=($)) 38 (|has| #3# . #17=((|OrderedSet|))) ELT)) (|min| (#18=($ $ $) 80 (|has| |#1| . #5#) ELT)) (|merge| (($ (|Mapping| #4# |#1| |#1|) $ $) 99 T ELT) (($ $ $) 92 (|has| |#1| . #5#) ELT)) (|members| (((|List| |#1|) $) 104 T ELT)) (|member?| ((#19=(|Boolean|) |#1| $) 109 (|has| |#1| . #13#) ELT)) (|maxIndex| ((#3# . #16#) 39 (|has| #3# . #17#) ELT)) (|max| (#18# 81 (|has| |#1| . #5#) ELT)) (|map!| (($ (|Mapping| |#1| |#1|) $) 112 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) 26 T ELT) (($ (|Mapping| |#1| |#1| |#1|) $ $) 60 T ELT)) (|magnitude| ((|#1| $) 113 (AND (|has| |#1| (|Ring|)) (|has| |#1| (|RadicalCategory|))) ELT)) (|length| ((|#1| $) 114 (AND (|has| |#1| (|Ring|)) (|has| |#1| (|RadicalCategory|))) ELT)) (|latex| (((|String|) $) 21 (|has| |#1| . #20=((|SetCategory|))) ELT)) (|insert| (($ |#1| $ #3#) 57 T ELT) (($ $ $ #3#) 56 T ELT)) (|indices| (((|List| #3#) $) 41 T ELT)) (|index?| ((#21=(|Boolean|) #3# $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 20 (|has| |#1| . #20#) ELT)) (|first| ((|#1| $) 37 (|has| #3# . #17#) ELT)) (|find| (((|Union| |#1| "failed") (|Mapping| #19# |#1|) $) 107 T ELT)) (|fill!| (($ $ |#1|) 36 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|every?| ((#19# (|Mapping| #19# |#1|) . #22=($)) 102 T ELT)) (|eval| (($ $ (|List| (|Equation| |#1|))) 25 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #20#)) ELT) (($ $ (|Equation| |#1|)) 24 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #20#)) ELT) (($ $ |#1| |#1|) 23 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #20#)) ELT) (($ $ (|List| |#1|) (|List| |#1|)) 22 (AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| . #20#)) ELT)) (|eq?| ((#23=(|Boolean|) $ $) 10 T ELT)) (|entry?| ((#21# |#1| $) 40 (AND (|has| $ (|FiniteAggregate| |#1|)) (|has| |#1| (|BasicType|))) ELT)) (|entries| (((|List| |#1|) $) 43 T ELT)) (|empty?| ((#23# $) 7 T ELT)) (|empty| (#11# 8 T ELT)) (|elt| ((|#1| $ #3# |#1|) 45 T ELT) ((|#1| $ #3#) 44 T ELT) (($ $ #8#) 66 T ELT)) (|dot| ((|#1| $ $) 117 (|has| |#1| (|Ring|)) ELT)) (|delete| (($ $ #3#) 59 T ELT) (($ $ #8#) 58 T ELT)) (|cross| (($ $ $) 115 (|has| |#1| (|Ring|)) ELT)) (|count| ((#24=(|NonNegativeInteger|) |#1| $) 108 (|has| |#1| . #13#) ELT) ((#24# (|Mapping| #19# |#1|) $) 103 T ELT)) (|copyInto!| (($ $ $ #14#) 89 (|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|copy| (($ $) 9 T ELT)) (|convert| ((#25=(|InputForm|) $) 72 (|has| |#1| (|ConvertibleTo| #25#)) ELT)) (|construct| (($ (|List| |#1|)) 67 T ELT)) (|concat| (($ $ |#1|) 64 T ELT) (($ |#1| $) 63 T ELT) (($ $ $) 62 T ELT) (($ (|List| $)) 61 T ELT)) (|coerce| (((|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| (|OutputForm|))) ELT)) (|before?| (#1# 19 (|has| |#1| . #2#) ELT)) (|any?| ((#19# (|Mapping| #19# |#1|) . #22#) 101 T ELT)) (>= (#26=((|Boolean|) $ $) 82 (|has| |#1| . #5#) ELT)) (> (#26# 84 (|has| |#1| . #5#) ELT)) (= (#1# 17 (|has| |#1| . #2#) ELT)) (<= (#26# 83 (|has| |#1| . #5#) ELT)) (< (#26# 85 (|has| |#1| . #5#) ELT)) (- (($ $) 122 (|has| |#1| (|AbelianGroup|)) ELT) (($ $ $) 121 (|has| |#1| (|AbelianGroup|)) ELT)) (+ (($ $ $) 124 (|has| |#1| (|AbelianSemiGroup|)) ELT)) (* (($ (|Integer|) $) 120 (|has| |#1| (|AbelianGroup|)) ELT) (($ |#1| $) 119 (|has| |#1| (|Monoid|)) ELT) (($ $ |#1|) 118 (|has| |#1| (|Monoid|)) ELT)) (|#| ((#24# $) 100 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 18 #3=(|has| |#1| (|BasicType|)) ELT)) (|zero| (($ #4=(|NonNegativeInteger|)) 123 (|has| |#1| (|AbelianMonoid|)) ELT)) (|swap!| (((|Void|) $ #5=(|Integer|) #5#) 35 #6=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|sorted?| ((#2# #7=(|Mapping| #2# |#1| |#1|) $) 96 T ELT) (#8=(#2# $) 90 #9=(|has| |#1| #10=(|OrderedSet|)) ELT)) (|sort!| (#11=($ #7# $) 87 #6# ELT) (#12=($ $) 86 (AND #9# #6#) ELT)) (|sort| (#11# 97 T ELT) (#12# 91 #9# ELT)) (|setelt| (#13=(|#1| $ #5# |#1|) 47 #6# ELT) ((|#1| $ #14=(|UniversalSegment| #5#) |#1|) 55 #6# ELT)) (|select| (#15=($ #16=(|Mapping| #2# |#1|) $) 69 #17=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#18=($) 6 T CONST)) (|reverse!| (#12# 88 #6# ELT)) (|reverse| (#12# 98 T ELT)) (|removeDuplicates| (#12# 71 #19=(AND #3# #17#) ELT)) (|remove| (#20=($ |#1| $) 70 #19# ELT) (#15# 68 #17# ELT)) (|reduce| ((|#1| #21=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) 110 #3# ELT) ((|#1| #21# $ |#1|) 106 T ELT) ((|#1| #21# $) 105 T ELT)) (|qsetelt!| (#13# 48 #6# ELT)) (|qelt| (#22=(|#1| $ #5#) 46 T ELT)) (|position| ((#5# #16# $) 95 T ELT) ((#5# |#1| $) 94 #3# ELT) ((#5# |#1| $ #5#) 93 #3# ELT)) (|outerProduct| (((|Matrix| |#1|) $ $) 116 #23=(|has| |#1| (|Ring|)) ELT)) (|new| (($ #4# |#1|) 65 T ELT)) (|minIndex| (#24=(#5# $) 38 #25=(|has| #5# #10#) ELT)) (|min| (#26=($ $ $) 80 #9# ELT)) (|merge| (($ #7# $ $) 99 T ELT) (#26# 92 #9# ELT)) (|members| (#27=(#28=(|List| |#1|) $) 104 T ELT)) (|member?| (#29=(#2# |#1| $) 109 #3# ELT)) (|maxIndex| (#24# 39 #25# ELT)) (|max| (#26# 81 #9# ELT)) (|map!| (#30=($ (|Mapping| |#1| |#1|) $) 112 T ELT)) (|map| (#30# 26 T ELT) (($ #21# $ $) 60 T ELT)) (|magnitude| (#31=(|#1| $) 113 #32=(AND #23# (|has| |#1| (|RadicalCategory|))) ELT)) (|length| (#31# 114 #32# ELT)) (|latex| (((|String|) $) 21 #33=(|has| |#1| (|SetCategory|)) ELT)) (|insert| (($ |#1| $ #5#) 57 T ELT) (#34=($ $ $ #5#) 56 T ELT)) (|indices| (((|List| #5#) $) 41 T ELT)) (|index?| ((#2# #5# $) 42 T ELT)) (|hash| (((|SingleInteger|) $) 20 #33# ELT)) (|first| (#31# 37 #25# ELT)) (|find| (((|Union| |#1| "failed") #16# $) 107 T ELT)) (|fill!| (#35=($ $ |#1|) 36 #6# ELT)) (|every?| (#36=(#2# #16# $) 102 T ELT)) (|eval| (($ $ (|List| #37=(|Equation| |#1|))) 25 #38=(AND (|has| |#1| (|Evalable| |#1|)) #33#) ELT) (($ $ #37#) 24 #38# ELT) (($ $ |#1| |#1|) 23 #38# ELT) (($ $ #28# #28#) 22 #38# ELT)) (|eq?| (#1# 10 T ELT)) (|entry?| (#29# 40 (AND #17# #3#) ELT)) (|entries| (#27# 43 T ELT)) (|empty?| (#8# 7 T ELT)) (|empty| (#18# 8 T ELT)) (|elt| (#13# 45 T ELT) (#22# 44 T ELT) (#39=($ $ #14#) 66 T ELT)) (|dot| ((|#1| $ $) 117 #23# ELT)) (|delete| (($ $ #5#) 59 T ELT) (#39# 58 T ELT)) (|cross| (#26# 115 #23# ELT)) (|count| ((#4# |#1| $) 108 #3# ELT) ((#4# #16# $) 103 T ELT)) (|copyInto!| (#34# 89 #6# ELT)) (|copy| (#12# 9 T ELT)) (|convert| ((#40=(|InputForm|) $) 72 (|has| |#1| (|ConvertibleTo| #40#)) ELT)) (|construct| (($ #28#) 67 T ELT)) (|concat| (#35# 64 T ELT) (#20# 63 T ELT) (#26# 62 T ELT) (($ (|List| $)) 61 T ELT)) (|coerce| ((#41=(|OutputForm|) $) 16 (|has| |#1| (|CoercibleTo| #41#)) ELT)) (|before?| (#1# 19 #3# ELT)) (|any?| (#36# 101 T ELT)) (>= (#1# 82 #9# ELT)) (> (#1# 84 #9# ELT)) (= (#1# 17 #3# ELT)) (<= (#1# 83 #9# ELT)) (< (#1# 85 #9# ELT)) (- (#12# 122 #42=(|has| |#1| (|AbelianGroup|)) ELT) (#26# 121 #42# ELT)) (+ (#26# 124 (|has| |#1| (|AbelianSemiGroup|)) ELT)) (* (($ #5# $) 120 #42# ELT) (#20# 119 #43=(|has| |#1| (|Monoid|)) ELT) (#35# 118 #43# ELT)) (|#| ((#4# $) 100 T ELT)))
(((|VectorCategory| |#1|) (|Category|) (|Type|)) (T |VectorCategory|))
-((+ (*1 *1 *1 *1) (AND (|ofCategory| *1 (|VectorCategory| *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|AbelianSemiGroup|)))) (|zero| (*1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|VectorCategory| *3)) (|ofCategory| *3 (|AbelianMonoid|)) (|ofCategory| *3 (|Type|)))) (- (*1 *1 *1) (AND (|ofCategory| *1 (|VectorCategory| *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|AbelianGroup|)))) (- (*1 *1 *1 *1) (AND (|ofCategory| *1 (|VectorCategory| *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|AbelianGroup|)))) (* (*1 *1 *2 *1) (AND (|isDomain| *2 (|Integer|)) (|ofCategory| *1 (|VectorCategory| *3)) (|ofCategory| *3 (|Type|)) (|ofCategory| *3 (|AbelianGroup|)))) (* (*1 *1 *2 *1) (AND (|ofCategory| *1 (|VectorCategory| *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|Monoid|)))) (* (*1 *1 *1 *2) (AND (|ofCategory| *1 (|VectorCategory| *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|Monoid|)))) (|dot| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|VectorCategory| *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|Ring|)))) (|outerProduct| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|VectorCategory| *3)) (|ofCategory| *3 (|Type|)) (|ofCategory| *3 (|Ring|)) (|isDomain| *2 (|Matrix| *3)))) (|cross| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|VectorCategory| *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|Ring|)))) (|length| (*1 *2 *1) (AND (|ofCategory| *1 (|VectorCategory| *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|RadicalCategory|)) (|ofCategory| *2 (|Ring|)))) (|magnitude| (*1 *2 *1) (AND (|ofCategory| *1 (|VectorCategory| *2)) (|ofCategory| *2 (|Type|)) (|ofCategory| *2 (|RadicalCategory|)) (|ofCategory| *2 (|Ring|)))))
-(|Join| (|OneDimensionalArrayAggregate| |t#1|) (CATEGORY |domain| (IF (|has| |t#1| (|AbelianSemiGroup|)) (SIGNATURE + ($ $ $)) |%noBranch|) (IF (|has| |t#1| (|AbelianMonoid|)) (SIGNATURE |zero| ($ (|NonNegativeInteger|))) |%noBranch|) (IF (|has| |t#1| (|AbelianGroup|)) (PROGN (SIGNATURE - ($ $)) (SIGNATURE - ($ $ $)) (SIGNATURE * ($ (|Integer|) $))) |%noBranch|) (IF (|has| |t#1| (|Monoid|)) (PROGN (SIGNATURE * ($ |t#1| $)) (SIGNATURE * ($ $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (|Ring|)) (PROGN (SIGNATURE |dot| (|t#1| $ $)) (SIGNATURE |outerProduct| ((|Matrix| |t#1|) $ $)) (SIGNATURE |cross| ($ $ $))) |%noBranch|) (IF (|has| |t#1| (|RadicalCategory|)) (IF (|has| |t#1| (|Ring|)) (PROGN (SIGNATURE |length| (|t#1| $)) (SIGNATURE |magnitude| (|t#1| $))) |%noBranch|) |%noBranch|)))
-(((|Aggregate|) . T) ((|BasicType|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|BasicType|))) ((|CoercibleTo| (|OutputForm|)) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|OrderedSet|)) (|has| |#1| (|CoercibleTo| (|OutputForm|)))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| (|Integer|)) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|FiniteLinearAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|Join|) . T) ((|LinearAggregate| |#1|) . T) ((|OneDimensionalArrayAggregate| |#1|) . T) ((|OrderedSet|) |has| |#1| (|OrderedSet|)) ((|OrderedType|) |has| |#1| (|OrderedSet|)) ((|SetCategory|) OR (|has| |#1| (|SetCategory|)) (|has| |#1| (|OrderedSet|))) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
+((+ #1=(*1 *1 *1 *1) (AND #2=(|ofCategory| *1 (|VectorCategory| *2)) #3=(|ofCategory| *2 #4=(|Type|)) (|ofCategory| *2 (|AbelianSemiGroup|)))) (|zero| (*1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) #5=(|ofCategory| *1 (|VectorCategory| *3)) (|ofCategory| *3 (|AbelianMonoid|)) #6=(|ofCategory| *3 #4#))) (- (*1 *1 *1) #7=(AND #2# #3# (|ofCategory| *2 #8=(|AbelianGroup|)))) (- #1# #7#) (* #9=(*1 *1 *2 *1) (AND (|isDomain| *2 (|Integer|)) #5# #6# (|ofCategory| *3 #8#))) (* #9# #10=(AND #2# #3# (|ofCategory| *2 (|Monoid|)))) (* (*1 *1 *1 *2) #10#) (|dot| #11=(*1 *2 *1 *1) #12=(AND #2# #3# #13=(|ofCategory| *2 #14=(|Ring|)))) (|outerProduct| #11# (AND #5# #6# (|ofCategory| *3 #14#) (|isDomain| *2 (|Matrix| *3)))) (|cross| #1# #12#) (|length| #15=(*1 *2 *1) #16=(AND #2# #3# (|ofCategory| *2 (|RadicalCategory|)) #13#)) (|magnitude| #15# #16#))
+(|Join| (|OneDimensionalArrayAggregate| |t#1|) (CATEGORY |domain| (IF (|has| |t#1| (|AbelianSemiGroup|)) (SIGNATURE + #1=($ $ $)) |%noBranch|) (IF (|has| |t#1| (|AbelianMonoid|)) (SIGNATURE |zero| ($ (|NonNegativeInteger|))) |%noBranch|) (IF (|has| |t#1| (|AbelianGroup|)) (PROGN (SIGNATURE - ($ $)) (SIGNATURE - #1#) (SIGNATURE * ($ (|Integer|) $))) |%noBranch|) (IF (|has| |t#1| (|Monoid|)) (PROGN (SIGNATURE * ($ |t#1| $)) (SIGNATURE * ($ $ |t#1|))) |%noBranch|) (IF #2=(|has| |t#1| (|Ring|)) (PROGN (SIGNATURE |dot| (|t#1| $ $)) (SIGNATURE |outerProduct| ((|Matrix| |t#1|) $ $)) (SIGNATURE |cross| #1#)) |%noBranch|) (IF (|has| |t#1| (|RadicalCategory|)) (IF #2# (PROGN (SIGNATURE |length| #3=(|t#1| $)) (SIGNATURE |magnitude| #3#)) |%noBranch|) |%noBranch|)))
+(((|Aggregate|) . T) ((|BasicType|) |has| |#1| (|BasicType|)) ((|CoercibleTo| (|OutputForm|)) |has| |#1| (|CoercibleTo| (|OutputForm|))) ((|Collection| |#1|) . T) ((|ConvertibleTo| (|InputForm|)) |has| |#1| (|ConvertibleTo| (|InputForm|))) ((|Eltable| #1=(|Integer|) |#1|) . T) ((|Eltable| (|UniversalSegment| #1#) $) . T) ((|EltableAggregate| #1# |#1|) . T) ((|Evalable| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|FiniteAggregate| |#1|) . T) ((|FiniteLinearAggregate| |#1|) . T) ((|Functorial| |#1|) . T) ((|HomogeneousAggregate| |#1|) . T) ((|IndexedAggregate| #1# |#1|) . T) ((|InnerEvalable| |#1| |#1|) AND (|has| |#1| (|Evalable| |#1|)) (|has| |#1| (|SetCategory|))) ((|LinearAggregate| |#1|) . T) ((|OneDimensionalArrayAggregate| |#1|) . T) ((|OrderedSet|) |has| |#1| (|OrderedSet|)) ((|OrderedType|) |has| |#1| (|OrderedSet|)) ((|SetCategory|) |has| |#1| (|SetCategory|)) ((|ShallowlyMutableAggregate| |#1|) . T) ((|Type|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL #4=(|has| |#1| (|BasicType|)) ELT)) (|zero| (($ #5=(|NonNegativeInteger|)) NIL (|has| |#1| (|AbelianMonoid|)) ELT)) (|vector| (#6=($ #7=(|List| |#1|)) 9 T ELT)) (|swap!| (((|Void|) $ #8=(|Integer|) #8#) NIL #9=(|has| $ (|ShallowlyMutableAggregate| |#1|)) ELT)) (|sorted?| ((#3# #10=(|Mapping| #3# |#1| |#1|) $) NIL T ELT) (#11=(#3# $) NIL #12=(|has| |#1| #13=(|OrderedSet|)) ELT)) (|sort!| (#14=($ #10# $) NIL #9# ELT) (#15=($ $) NIL (AND #9# #12#) ELT)) (|sort| (#14# NIL T ELT) (#15# NIL #12# ELT)) (|setelt| #16=(#17=(|#1| $ #8# |#1|) NIL #9# ELT) ((|#1| $ #18=(|UniversalSegment| #8#) |#1|) NIL #9# ELT)) (|select| #19=(($ #20=(|Mapping| #3# |#1|) $) NIL #21=(|has| $ (|FiniteAggregate| |#1|)) ELT)) (|sample| (#22=($) NIL T CONST)) (|reverse!| (#15# NIL #9# ELT)) (|reverse| #23=(#15# NIL T ELT)) (|removeDuplicates| (#15# NIL #24=(AND #21# #4#) ELT)) (|remove| (#25=($ |#1| $) NIL #24# ELT) #19#) (|reduce| ((|#1| #26=(|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) NIL #4# ELT) ((|#1| #26# $ |#1|) NIL T ELT) ((|#1| #26# $) NIL T ELT)) (|qsetelt!| #16#) (|qelt| #27=((|#1| $ #8#) NIL T ELT)) (|position| ((#8# #20# $) NIL T ELT) ((#8# |#1| $) NIL #4# ELT) ((#8# |#1| $ #8#) NIL #4# ELT)) (|outerProduct| (((|Matrix| |#1|) $ $) NIL #28=(|has| |#1| (|Ring|)) ELT)) (|new| (($ #5# |#1|) NIL T ELT)) (|minIndex| (#29=(#8# $) NIL #30=(|has| #8# #13#) ELT)) (|min| #31=(#32=($ $ $) NIL #12# ELT)) (|merge| (($ #10# $ $) NIL T ELT) #31#) (|members| (#33=(#7# $) 15 T ELT)) (|member?| (#34=(#3# |#1| $) NIL #4# ELT)) (|maxIndex| (#29# 11 #30# ELT)) (|max| #31#) (|map!| #35=(($ (|Mapping| |#1| |#1|) $) NIL T ELT)) (|map| #35# (($ #26# $ $) NIL T ELT)) (|magnitude| #36=(#37=(|#1| $) NIL (AND (|has| |#1| (|RadicalCategory|)) #28#) ELT)) (|length| #36#) (|latex| (((|String|) $) NIL #38=(|has| |#1| (|SetCategory|)) ELT)) (|insert| (($ |#1| $ #8#) NIL T ELT) (#39=($ $ $ #8#) NIL T ELT)) (|indices| (((|List| #8#) $) NIL T ELT)) (|index?| ((#3# #8# $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL #38# ELT)) (|first| (#37# NIL #30# ELT)) (|find| (((|Union| |#1| "failed") #20# $) NIL T ELT)) (|fill!| (#40=($ $ |#1|) NIL #9# ELT)) (|every?| #41=((#3# #20# $) NIL T ELT)) (|eval| (($ $ (|List| #42=(|Equation| |#1|))) NIL #43=(AND (|has| |#1| (|Evalable| |#1|)) #38#) ELT) (($ $ #42#) NIL #43# ELT) (($ $ |#1| |#1|) NIL #43# ELT) (($ $ #7# #7#) NIL #43# ELT)) (|eq?| (#2# NIL T ELT)) (|entry?| (#34# NIL #24# ELT)) (|entries| (#33# NIL T ELT)) (|empty?| (#11# NIL T ELT)) (|empty| (#22# NIL T ELT)) (|elt| (#17# NIL T ELT) #27# #44=(($ $ #18#) NIL T ELT)) (|dot| ((|#1| $ $) NIL #28# ELT)) (|delete| (($ $ #8#) NIL T ELT) #44#) (|cross| (#32# NIL #28# ELT)) (|count| ((#5# |#1| $) NIL #4# ELT) ((#5# #20# $) NIL T ELT)) (|copyInto!| (#39# NIL #9# ELT)) (|copy| #23#) (|convert| ((#45=(|InputForm|) $) 19 (|has| |#1| (|ConvertibleTo| #45#)) ELT)) (|construct| (#6# 8 T ELT)) (|concat| (#40# NIL T ELT) (#25# NIL T ELT) (#32# NIL T ELT) (($ (|List| $)) NIL T ELT)) (|coerce| ((#46=(|OutputForm|) $) NIL (|has| |#1| (|CoercibleTo| #46#)) ELT)) (|before?| #1#) (|any?| #41#) (>= #47=(#2# NIL #12# ELT)) (> #47#) (= #1#) (<= #47#) (< #47#) (- (#15# NIL #48=(|has| |#1| (|AbelianGroup|)) ELT) (#32# NIL #48# ELT)) (+ (#32# NIL (|has| |#1| (|AbelianSemiGroup|)) ELT)) (* (($ #8# $) NIL #48# ELT) (#25# NIL #49=(|has| |#1| (|Monoid|)) ELT) (#40# NIL #49# ELT)) (|#| ((#5# $) NIL T ELT)))
(((|Vector| |#1|) (|Join| (|VectorCategory| |#1|) (CATEGORY |domain| (SIGNATURE |vector| ($ (|List| |#1|))))) (|Type|)) (T |Vector|))
((|vector| (*1 *1 *2) (AND (|isDomain| *2 (|List| *3)) (|ofCategory| *3 (|Type|)) (|isDomain| *1 (|Vector| *3)))))
@@ -3971,11 +3971,11 @@ NIL
((/ (($ $ |#2|) 10 T ELT)))
(((|VectorSpace&| |#1| |#2|) (CATEGORY |package| (SIGNATURE / (|#1| |#1| |#2|))) (|VectorSpace| |#2|) (|Field|)) (T |VectorSpace&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| ((#2# $ $) 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|dimension| (((|CardinalNumber|)) 40 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (/ (($ $ |#1|) 41 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #4=($)) 31 T ELT) (($ |#1| . #4#) 34 T ELT) (($ $ |#1|) 38 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|opposite?| (#1# 20 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|dimension| (((|CardinalNumber|)) 40 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT)) (|before?| (#1# 6 T ELT)) (|Zero| (#3# 24 T CONST)) (= (#1# 8 T ELT)) (/ (#4=($ $ |#1|) 41 T ELT)) (- (($ $) 30 T ELT) (#5=($ $ $) 29 T ELT)) (+ (#5# 18 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #6=($)) 31 T ELT) (($ |#1| . #6#) 34 T ELT) (#4# 38 T ELT)))
(((|VectorSpace| |#1|) (|Category|) (|Field|)) (T |VectorSpace|))
-((/ (*1 *1 *1 *2) (AND (|ofCategory| *1 (|VectorSpace| *2)) (|ofCategory| *2 (|Field|)))) (|dimension| (*1 *2) (AND (|ofCategory| *1 (|VectorSpace| *3)) (|ofCategory| *3 (|Field|)) (|isDomain| *2 (|CardinalNumber|)))))
+((/ (*1 *1 *1 *2) (AND (|ofCategory| *1 (|VectorSpace| *2)) (|ofCategory| *2 #1=(|Field|)))) (|dimension| (*1 *2) (AND (|ofCategory| *1 (|VectorSpace| *3)) (|ofCategory| *3 #1#) (|isDomain| *2 (|CardinalNumber|)))))
(|Join| (|Module| |t#1|) (CATEGORY |domain| (SIGNATURE / ($ $ |t#1|)) (SIGNATURE |dimension| ((|CardinalNumber|)))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftModule| |#1|) . T) ((|LinearSet| |#1|) . T) ((|Module| |#1|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((|weierstrass| (((|List| #1=(|TaylorSeries| |#1|)) #2=(|Symbol|) #1#) 83 T ELT)) (|sts2stst| (((|Stream| #3=(|Stream| #4=(|Polynomial| |#1|))) #2# #3#) 63 T ELT)) (|qqq| (((|Mapping| #5=(|Stream| #1#) #5#) #6=(|NonNegativeInteger|) #1# #5#) 74 T ELT)) (|crest| (#7=((|Mapping| #3# #3#) #6#) 65 T ELT)) (|clikeUniv| (((|Mapping| (|SparseUnivariatePolynomial| #4#) #4#) #2#) 32 T ELT)) (|cfirst| (#7# 64 T ELT)))
(((|WeierstrassPreparation| |#1|) (CATEGORY |package| (SIGNATURE |crest| #1=((|Mapping| #2=(|Stream| #3=(|Polynomial| |#1|)) #2#) #4=(|NonNegativeInteger|))) (SIGNATURE |cfirst| #1#) (SIGNATURE |sts2stst| ((|Stream| #2#) #5=(|Symbol|) #2#)) (SIGNATURE |clikeUniv| ((|Mapping| (|SparseUnivariatePolynomial| #3#) #3#) #5#)) (SIGNATURE |weierstrass| ((|List| #6=(|TaylorSeries| |#1|)) #5# #6#)) (SIGNATURE |qqq| ((|Mapping| #7=(|Stream| #6#) #7#) #4# #6# #7#))) (|Field|)) (T |WeierstrassPreparation|))
((|qqq| (*1 *2 *3 *4 *5) (AND #1=(|isDomain| *3 (|NonNegativeInteger|)) (|ofCategory| *6 #2=(|Field|)) (|isDomain| *4 (|TaylorSeries| *6)) (|isDomain| *2 (|Mapping| #3=(|Stream| *4) #3#)) (|isDomain| *1 (|WeierstrassPreparation| *6)) (|isDomain| *5 #3#))) (|weierstrass| #4=(*1 *2 *3 *4) (AND #5=(|isDomain| *3 (|Symbol|)) #6=(|ofCategory| *5 #2#) (|isDomain| *2 (|List| #7=(|TaylorSeries| *5))) #8=(|isDomain| *1 (|WeierstrassPreparation| *5)) (|isDomain| *4 #7#))) (|clikeUniv| #9=(*1 *2 *3) (AND #5# (|isDomain| *2 (|Mapping| (|SparseUnivariatePolynomial| #10=(|Polynomial| *4)) #10#)) #11=(|isDomain| *1 (|WeierstrassPreparation| *4)) #12=(|ofCategory| *4 #2#))) (|sts2stst| #4# (AND #5# #6# (|isDomain| *2 (|Stream| #13=(|Stream| (|Polynomial| *5)))) #8# (|isDomain| *4 #13#))) (|cfirst| #9# #14=(AND #1# (|isDomain| *2 (|Mapping| #15=(|Stream| #10#) #15#)) #11# #12#)) (|crest| #9# #14#))
@@ -3994,11 +3994,11 @@ NIL
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) #4=(|:| |open| #5=(|List| |#4|)))) #5#) NIL T ELT)) (|zeroSetSplit| (#6=(#7=(|List| $) #5#) 95 T ELT)) (|variables| #8=(((|List| |#3|) $) NIL T ELT)) (|trivialIdeal?| #9=(#10=(#3# $) NIL T ELT)) (|triangular?| #11=(#10# NIL #12=(|has| |#1| (|IntegralDomain|)) ELT)) (|stronglyReduced?| #13=(#14=(#3# |#4| $) NIL T ELT) #9#) (|stronglyReduce| #15=(#16=(|#4| |#4| $) NIL T ELT)) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) NIL T ELT)) (|select| #17=(($ #18=(|Mapping| #3# |#4|) $) NIL #19=(|has| $ (|FiniteAggregate| |#4|)) ELT) ((#20=(|Union| |#4| #21="failed") $ |#3|) NIL T ELT)) (|sample| (#22=($) NIL T CONST)) (|roughUnitIdeal?| #11#) (|roughSubIdeal?| #23=(#2# NIL #12# ELT)) (|roughEqualIdeals?| #23#) (|roughBase?| #11#) (|rewriteSetWithReduction| ((#5# #5# $ #24=(|Mapping| |#4| |#4| |#4|) #25=(|Mapping| #3# |#4| |#4|)) 31 T ELT)) (|rewriteIdealWithRemainder| (#26=(#5# #5# $) 28 #12# ELT)) (|rewriteIdealWithHeadRemainder| (#26# NIL #12# ELT)) (|retractIfCan| (#27=(#28=(|Union| $ #21#) #5#) NIL T ELT)) (|retract| #29=(($ #5#) NIL T ELT)) (|rest| ((#28# $) 77 T ELT)) (|removeZero| (#16# 82 T ELT)) (|removeDuplicates| (#30=($ $) NIL #31=(AND #19# #32=(|has| |#4| (|BasicType|))) ELT)) (|remove| (($ |#4| $) NIL #31# ELT) #17#) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| |#4|) #33=(|:| |den| |#1|)) |#4| $) NIL #12# ELT)) (|reduced?| ((#3# |#4| $ #25#) NIL T ELT)) (|reduceByQuasiMonic| #15#) (|reduce| ((|#4| #24# $ |#4| |#4|) NIL #32# ELT) ((|#4| #24# $ |#4|) NIL T ELT) ((|#4| #24# $) NIL T ELT) ((|#4| |#4| $ #24# #25#) NIL T ELT)) (|quasiComponent| (((|Record| (|:| |close| #5#) #4#) $) NIL T ELT)) (|normalized?| #13# #9#) (|mvar| ((|#3| $) 83 T ELT)) (|members| (#34=(#5# $) 32 T ELT)) (|member?| (#14# NIL #32# ELT)) (|medialSet| (#35=(#28# #5# #25# #24#) 35 T ELT) (#27# 38 T ELT)) (|map!| #36=(($ (|Mapping| |#4| |#4|) $) NIL T ELT)) (|map| #36#) (|mainVariables| #8#) (|mainVariable?| #37=((#3# |#3| $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|last| (#38=(#20# $) NIL T ELT)) (|initials| (#34# 53 T ELT)) (|initiallyReduced?| #13# #9#) (|initiallyReduce| (#16# 81 T ELT)) (|infRittWu?| (#2# 92 T ELT)) (|headRemainder| (((|Record| (|:| |num| |#4|) #33#) |#4| $) NIL #12# ELT)) (|headReduced?| #13# #9#) (|headReduce| #15#) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|first| (#38# 76 T ELT)) (|find| ((#20# #18# $) NIL T ELT)) (|extendIfCan| ((#28# $ |#4|) NIL T ELT)) (|extend| (($ $ |#4|) NIL T ELT)) (|every?| #39=((#3# #18# $) NIL T ELT)) (|eval| (($ $ #5# #5#) NIL #40=(AND (|has| |#4| (|Evalable| |#4|)) (|has| |#4| (|SetCategory|))) ELT) (($ $ |#4| |#4|) NIL #40# ELT) (($ $ #41=(|Equation| |#4|)) NIL #40# ELT) (($ $ (|List| #41#)) NIL #40# ELT)) (|eq?| #1#) (|empty?| (#10# 74 T ELT)) (|empty| (#22# 45 T ELT)) (|degree| #42=(#43=(#44=(|NonNegativeInteger|) $) NIL T ELT)) (|count| ((#44# |#4| $) NIL #32# ELT) ((#44# #18# $) NIL T ELT)) (|copy| #45=(#30# NIL T ELT)) (|convert| ((#46=(|InputForm|) $) NIL (|has| |#4| (|ConvertibleTo| #46#)) ELT)) (|construct| #29#) (|collectUpper| #47=(($ $ |#3|) NIL T ELT)) (|collectUnder| #47#) (|collectQuasiMonic| #45#) (|collect| #47#) (|coerce| (((|OutputForm|) $) NIL T ELT) (#34# 62 T ELT)) (|coHeight| (#43# NIL (|has| |#3| (|Finite|)) ELT)) (|characteristicSet| (#35# 43 T ELT) (#27# 44 T ELT)) (|characteristicSerie| ((#7# #5# #25# #24#) 72 T ELT) (#6# 73 T ELT)) (|before?| #1#) (|basicSet| ((#48=(|Union| (|Record| (|:| |bas| $) (|:| |top| #5#)) #21#) #5# #25#) 27 T ELT) ((#48# #5# #18# #25#) NIL T ELT)) (|autoReduced?| ((#3# $ (|Mapping| #3# |#4| #5#)) NIL T ELT)) (|any?| #39#) (|algebraicVariables| #8#) (|algebraic?| #37#) (= #1#) (|#| #42#))
(((|WuWenTsunTriangularSet| |#1| |#2| |#3| |#4|) (|Join| (|TriangularSetCategory| |#1| |#2| |#3| |#4|) (CATEGORY |domain| (SIGNATURE |medialSet| #1=(#2=(|Union| $ "failed") #3=(|List| |#4|) #4=(|Mapping| (|Boolean|) |#4| |#4|) #5=(|Mapping| |#4| |#4| |#4|))) (SIGNATURE |medialSet| #6=(#2# #3#)) (SIGNATURE |characteristicSet| #1#) (SIGNATURE |characteristicSet| #6#) (SIGNATURE |characteristicSerie| (#7=(|List| $) #3# #4# #5#)) (SIGNATURE |characteristicSerie| (#7# #3#)))) (|IntegralDomain|) (|OrderedAbelianMonoidSup|) (|OrderedSet|) (|RecursivePolynomialCategory| |#1| |#2| |#3|)) (T |WuWenTsunTriangularSet|))
((|medialSet| #1=(*1 *1 *2 *3 *4) #2=(|partial| AND (|isDomain| *2 (|List| *8)) (|isDomain| *3 (|Mapping| #3=(|Boolean|) *8 *8)) (|isDomain| *4 (|Mapping| *8 *8 *8)) (|ofCategory| *8 (|RecursivePolynomialCategory| *5 *6 *7)) (|ofCategory| *5 #4=(|IntegralDomain|)) (|ofCategory| *6 #5=(|OrderedAbelianMonoidSup|)) (|ofCategory| *7 #6=(|OrderedSet|)) (|isDomain| *1 (|WuWenTsunTriangularSet| *5 *6 *7 *8)))) (|medialSet| #7=(*1 *1 *2) #8=(|partial| AND (|isDomain| *2 (|List| *6)) (|ofCategory| *6 (|RecursivePolynomialCategory| *3 *4 *5)) (|ofCategory| *3 #4#) (|ofCategory| *4 #5#) (|ofCategory| *5 #6#) (|isDomain| *1 (|WuWenTsunTriangularSet| *3 *4 *5 *6)))) (|characteristicSet| #1# #2#) (|characteristicSet| #7# #8#) (|characteristicSerie| (*1 *2 *3 *4 *5) (AND (|isDomain| *3 (|List| *9)) (|isDomain| *4 (|Mapping| #3# *9 *9)) (|isDomain| *5 (|Mapping| *9 *9 *9)) (|ofCategory| *9 (|RecursivePolynomialCategory| *6 *7 *8)) (|ofCategory| *6 #4#) (|ofCategory| *7 #5#) (|ofCategory| *8 #6#) (|isDomain| *2 (|List| #9=(|WuWenTsunTriangularSet| *6 *7 *8 *9))) (|isDomain| *1 #9#))) (|characteristicSerie| (*1 *2 *3) (AND (|isDomain| *3 (|List| *7)) (|ofCategory| *7 (|RecursivePolynomialCategory| *4 *5 *6)) (|ofCategory| *4 #4#) (|ofCategory| *5 #5#) (|ofCategory| *6 #6#) (|isDomain| *2 (|List| #10=(|WuWenTsunTriangularSet| *4 *5 *6 *7))) (|isDomain| *1 #10#))))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#3=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#1|) 54 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #4=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ |#1|) 56 T ELT) (($ |#1| . #4#) 55 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sample| (#4=($) 23 T CONST)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #5=(|Integer|)) 42 T ELT) (($ |#1|) 54 T ELT)) (|characteristic| ((#6=(|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#4# 24 T CONST)) (|One| (#4# 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (#7=($ $ $) 29 T ELT)) (+ (#7# 18 T ELT)) (** (($ $ #8=(|PositiveInteger|)) 36 T ELT) (($ $ #6#) 44 T ELT)) (* (($ #8# $) 17 T ELT) (($ #6# $) 21 T ELT) (($ #5# . #9=($)) 31 T ELT) (#7# 35 T ELT) (($ $ |#1|) 56 T ELT) (($ |#1| . #9#) 55 T ELT)))
(((|XAlgebra| |#1|) (|Category|) (|Ring|)) (T |XAlgebra|))
NIL
(|Join| (|Ring|) (|BiModule| |t#1| |t#1|) (|CoercibleFrom| |t#1|) (CATEGORY |package| (IF (|has| |t#1| (|CommutativeRing|)) (ATTRIBUTE (|Algebra| |t#1|)) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Monoid|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#1|) |has| |#1| (|CommutativeRing|)) ((|BasicType|) . T) ((|BiModule| |#1| |#1|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#1|) |has| |#1| (|CommutativeRing|)) ((|Module| |#1|) |has| |#1| (|CommutativeRing|)) ((|Monoid|) . T) ((|RightLinearSet| |#1|) . T) ((|RightModule| |#1|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T))
((~= (#1=(#2=(|Boolean|) $ $) 69 T ELT)) (|zero?| #3=(#4=(#2# $) NIL T ELT)) (|varList| (((|List| |#1|) $) 54 T ELT)) (|trunc| (#5=($ $ #6=(|NonNegativeInteger|)) 47 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|sh| (#5# 25 #7=(|has| |#2| (|CommutativeRing|)) ELT) (#8=($ $ $) 26 #7# ELT)) (|sample| (#9=($) NIL T CONST)) (|rquo| (#8# 72 T ELT) (#10=($ $ #11=(|OrderedFreeMonoid| |#1|)) 58 T ELT) (#12=($ $ |#1|) 62 T ELT)) (|retractIfCan| (((|Union| #11# #13="failed") $) NIL T ELT)) (|retract| #14=(#15=(#11# $) NIL T ELT)) (|reductum| (#16=($ $) 40 T ELT)) (|recip| (((|Union| $ #13#) $) NIL T ELT)) (|quasiRegular?| #3#) (|quasiRegular| #17=(#16# NIL T ELT)) (|opposite?| #18=(#1# NIL T ELT)) (|one?| #3#) (|numberOfMonomials| (#19=(#6# $) NIL T ELT)) (|monomials| (((|List| $) $) NIL T ELT)) (|monomial?| #3#) (|monom| (($ #11# |#2|) 39 T ELT)) (|mirror| (#16# 41 T ELT)) (|mindegTerm| (#20=(#21=(|Record| (|:| |k| #11#) (|:| |c| |#2|)) $) 13 T ELT)) (|mindeg| #14#) (|maxdeg| (#15# 42 T ELT)) (|map| (($ (|Mapping| |#2| |#2|) $) NIL T ELT)) (|lquo| (#8# 71 T ELT) (#10# 60 T ELT) (#12# 64 T ELT)) (|leadingTerm| (#20# NIL T ELT)) (|leadingMonomial| (#15# 36 T ELT)) (|leadingCoefficient| (#22=(|#2| $) 38 T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|degree| (#19# 44 T ELT)) (|constant?| (#4# 48 T ELT)) (|constant| (#22# NIL T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #11#) 31 T ELT) (($ |#1|) 32 T ELT) (($ |#2|) NIL T ELT) (($ #23=(|Integer|)) NIL T ELT)) (|coefficients| (((|List| |#2|) $) NIL T ELT)) (|coefficient| #24=((|#2| $ #11#) NIL T ELT)) (|coef| ((|#2| $ $) 78 T ELT) #24#) (|characteristic| ((#6#) NIL T CONST)) (|before?| #18#) (|annihilate?| #18#) (|Zero| (#9# 14 T CONST)) (|One| (#9# 20 T CONST)) (|ListOfTerms| (((|List| #21#) $) NIL T ELT)) (= (#1# 45 T ELT)) (- #25=(#8# NIL T ELT) #17#) (+ (#8# 29 T ELT)) (** (#5# NIL T ELT) (($ $ #26=(|PositiveInteger|)) NIL T ELT)) (* (($ $ |#2|) 70 T ELT) (($ |#2| . #27=($)) 28 T ELT) (($ #23# . #27#) NIL T ELT) (($ #6# $) NIL T ELT) (($ #26# $) NIL T ELT) (($ |#2| #11#) NIL T ELT) (($ |#1| $) 34 T ELT) #25#))
(((|XDistributedPolynomial| |#1| |#2|) (|Join| (|FreeModuleCat| |#2| (|OrderedFreeMonoid| |#1|)) (|XPolynomialsCat| |#1| |#2|)) (|OrderedSet|) (|Ring|)) (T |XDistributedPolynomial|))
NIL
@@ -4008,27 +4008,27 @@ NIL
((|transcendent?| (#1=((|Boolean|) $) 15 T ELT)) (|algebraic?| (#1# 14 T ELT)) (|Frobenius| (($ $) 19 T ELT) (($ $ (|NonNegativeInteger|)) 21 T ELT)))
(((|ExtensionField&| |#1| |#2|) (CATEGORY |package| (SIGNATURE |Frobenius| (|#1| |#1| (|NonNegativeInteger|))) (SIGNATURE |Frobenius| (|#1| |#1|)) (SIGNATURE |transcendent?| #1=((|Boolean|) |#1|)) (SIGNATURE |algebraic?| #1#)) (|ExtensionField| |#2|) (|Field|)) (T |ExtensionField&|))
NIL
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (($ $) 55 T ELT)) (|unit?| ((#3=(|Boolean|) $) 53 T ELT)) (|transcendent?| (((|Boolean|) $) 115 T ELT)) (|transcendenceDegree| (((|NonNegativeInteger|)) 111 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (($ $) 92 T ELT)) (|squareFree| (#4=((|Factored| $) $) 91 T ELT)) (|sizeLess?| (((|Boolean|) $ $) 76 T ELT)) (|sample| (#5=($) 23 T CONST)) (|retractIfCan| (((|Union| |#1| "failed") $) 122 T ELT)) (|retract| ((|#1| $) 123 T ELT)) (|rem| (#6=($ $ $) 72 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|quo| (#6# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #7=(|List| $)) (|:| |generator| $)) #7#) 67 T ELT)) (|primeFrobenius| (($ $ #8=(|NonNegativeInteger|)) 108 (OR (|has| |#1| . #9=((|CharacteristicNonZero|))) (|has| |#1| . #10=((|Finite|)))) ELT) (($ $) 107 (OR (|has| |#1| . #9#) (|has| |#1| . #10#)) ELT)) (|prime?| (((|Boolean|) $) 90 T ELT)) (|order| (((|OnePointCompletion| (|PositiveInteger|)) $) 105 (OR (|has| |#1| . #9#) (|has| |#1| . #10#)) ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|multiEuclidean| (((|Union| #11=(|List| $) #12="failed") #11# $) 69 T ELT)) (|lcm| (#13=($ $ $) 61 T ELT) (#14=($ (|List| $)) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (($ $) 89 T ELT)) (|inGroundField?| (((|Boolean|) $) 114 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#15=(|SparseUnivariatePolynomial| $) #15# #15#) 59 T ELT)) (|gcd| (#13# 63 T ELT) (#14# 62 T ELT)) (|factor| (#4# 93 T ELT)) (|extensionDegree| (((|OnePointCompletion| (|PositiveInteger|))) 112 T ELT)) (|extendedEuclidean| (((|Record| #16=(|:| |coef1| $) #17=(|:| |coef2| $) (|:| |generator| $)) $ $) 71 T ELT) (((|Union| (|Record| #16# #17#) #12#) $ $ $) 70 T ELT)) (|exquo| (((|Union| $ "failed") $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #7#) #7# $) 66 T ELT)) (|euclideanSize| (((|NonNegativeInteger|) $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|discreteLog| (((|Union| #8# "failed") $ $) 106 (OR (|has| |#1| . #9#) (|has| |#1| . #10#)) ELT)) (|dimension| (((|CardinalNumber|)) 120 T ELT)) (|degree| (((|OnePointCompletion| (|PositiveInteger|)) $) 113 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ $) 58 T ELT) (($ #18=(|Fraction| #19=(|Integer|))) 85 T ELT) (($ |#1|) 121 T ELT)) (|charthRoot| (((|Maybe| $) $) 104 (OR (|has| |#1| . #9#) (|has| |#1| . #10#)) ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| ((#3# $ $) 54 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|algebraic?| (((|Boolean|) $) 116 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (($) 46 T CONST)) (|Frobenius| (($ $) 110 (|has| |#1| (|Finite|)) ELT) (($ $ (|NonNegativeInteger|)) 109 (|has| |#1| (|Finite|)) ELT)) (= (#1# 8 T ELT)) (/ (($ $ $) 84 T ELT) (($ $ |#1|) 119 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT) (($ $ #19#) 88 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #20=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ $ #18#) 87 T ELT) (($ #18# . #20#) 86 T ELT) (($ $ |#1|) 118 T ELT) (($ |#1| . #20#) 117 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) 56 T ELT)) (|unitCanonical| (#4=($ $) 55 T ELT)) (|unit?| (#3# 53 T ELT)) (|transcendent?| (#3# 115 T ELT)) (|transcendenceDegree| (#5=(#6=(|NonNegativeInteger|)) 111 T ELT)) (|subtractIfCan| ((#7=(|Maybe| $) $ $) 26 T ELT)) (|squareFreePart| (#4# 92 T ELT)) (|squareFree| (#8=((|Factored| $) $) 91 T ELT)) (|sizeLess?| (#1# 76 T ELT)) (|sample| (#9=($) 23 T CONST)) (|retractIfCan| (((|Union| |#1| #10="failed") $) 122 T ELT)) (|retract| ((|#1| $) 123 T ELT)) (|rem| (#11=($ $ $) 72 T ELT)) (|recip| ((#12=(|Union| $ #10#) $) 43 T ELT)) (|quo| (#11# 73 T ELT)) (|principalIdeal| (((|Record| (|:| |coef| #13=(|List| $)) #14=(|:| |generator| $)) #13#) 67 T ELT)) (|primeFrobenius| (#15=($ $ #6#) 108 #16=(OR (|has| |#1| (|CharacteristicNonZero|)) #17=(|has| |#1| (|Finite|))) ELT) (#4# 107 #16# ELT)) (|prime?| (#3# 90 T ELT)) (|order| (#18=(#19=(|OnePointCompletion| #20=(|PositiveInteger|)) $) 105 #16# ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|multiEuclidean| (((|Union| #13# #10#) #13# $) 69 T ELT)) (|lcm| (#11# 61 T ELT) (#21=($ #13#) 60 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|inv| (#4# 89 T ELT)) (|inGroundField?| (#3# 114 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|gcdPolynomial| ((#22=(|SparseUnivariatePolynomial| $) #22# #22#) 59 T ELT)) (|gcd| (#11# 63 T ELT) (#21# 62 T ELT)) (|factor| (#8# 93 T ELT)) (|extensionDegree| ((#19#) 112 T ELT)) (|extendedEuclidean| (((|Record| #23=(|:| |coef1| $) #24=(|:| |coef2| $) #14#) $ $) 71 T ELT) (((|Union| (|Record| #23# #24#) #10#) $ $ $) 70 T ELT)) (|exquo| ((#12# $ $) 57 T ELT)) (|expressIdealMember| (((|Maybe| #13#) #13# $) 66 T ELT)) (|euclideanSize| ((#6# $) 75 T ELT)) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) 74 T ELT)) (|discreteLog| (((|Union| #6# #10#) $ $) 106 #16# ELT)) (|dimension| (((|CardinalNumber|)) 120 T ELT)) (|degree| (#18# 113 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #25=(|Integer|)) 42 T ELT) (#4# 58 T ELT) (($ #26=(|Fraction| #25#)) 85 T ELT) (($ |#1|) 121 T ELT)) (|charthRoot| ((#7# $) 104 #16# ELT)) (|characteristic| (#5# 41 T CONST)) (|before?| (#1# 6 T ELT)) (|associates?| (#1# 54 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|algebraic?| (#3# 116 T ELT)) (|Zero| (#9# 24 T CONST)) (|One| (#9# 46 T CONST)) (|Frobenius| (#4# 110 #17# ELT) (#15# 109 #17# ELT)) (= (#1# 8 T ELT)) (/ (#11# 84 T ELT) (#27=($ $ |#1|) 119 T ELT)) (- (#4# 30 T ELT) (#11# 29 T ELT)) (+ (#11# 18 T ELT)) (** (($ $ #20#) 36 T ELT) (#15# 44 T ELT) (($ $ #25#) 88 T ELT)) (* (($ #20# $) 17 T ELT) (($ #6# $) 21 T ELT) (($ #25# . #28=($)) 31 T ELT) (#11# 35 T ELT) (($ $ #26#) 87 T ELT) (($ #26# . #28#) 86 T ELT) (#27# 118 T ELT) (($ |#1| . #28#) 117 T ELT)))
(((|ExtensionField| |#1|) (|Category|) (|Field|)) (T |ExtensionField|))
-((|algebraic?| (*1 *2 *1) (AND (|ofCategory| *1 (|ExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|isDomain| *2 (|Boolean|)))) (|transcendent?| (*1 *2 *1) (AND (|ofCategory| *1 (|ExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|isDomain| *2 (|Boolean|)))) (|inGroundField?| (*1 *2 *1) (AND (|ofCategory| *1 (|ExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|isDomain| *2 (|Boolean|)))) (|degree| (*1 *2 *1) (AND (|ofCategory| *1 (|ExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|isDomain| *2 (|OnePointCompletion| (|PositiveInteger|))))) (|extensionDegree| (*1 *2) (AND (|ofCategory| *1 (|ExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|isDomain| *2 (|OnePointCompletion| (|PositiveInteger|))))) (|transcendenceDegree| (*1 *2) (AND (|ofCategory| *1 (|ExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|Frobenius| (*1 *1 *1) (AND (|ofCategory| *1 (|ExtensionField| *2)) (|ofCategory| *2 (|Field|)) (|ofCategory| *2 (|Finite|)))) (|Frobenius| (*1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|ExtensionField| *3)) (|ofCategory| *3 (|Field|)) (|ofCategory| *3 (|Finite|)))))
-(|Join| (|Field|) (|RetractableTo| |t#1|) (|VectorSpace| |t#1|) (CATEGORY |domain| (IF (|has| |t#1| (|CharacteristicZero|)) (ATTRIBUTE (|CharacteristicZero|)) |%noBranch|) (IF (|has| |t#1| (|CharacteristicNonZero|)) (ATTRIBUTE (|FieldOfPrimeCharacteristic|)) |%noBranch|) (SIGNATURE |algebraic?| ((|Boolean|) $)) (SIGNATURE |transcendent?| ((|Boolean|) $)) (SIGNATURE |inGroundField?| ((|Boolean|) $)) (SIGNATURE |degree| ((|OnePointCompletion| (|PositiveInteger|)) $)) (SIGNATURE |extensionDegree| ((|OnePointCompletion| (|PositiveInteger|)))) (SIGNATURE |transcendenceDegree| ((|NonNegativeInteger|))) (IF (|has| |t#1| (|Finite|)) (PROGN (ATTRIBUTE (|FieldOfPrimeCharacteristic|)) (SIGNATURE |Frobenius| ($ $)) (SIGNATURE |Frobenius| ($ $ (|NonNegativeInteger|)))) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| (|Integer|))) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) OR (|has| |#1| (|Finite|)) (|has| |#1| (|CharacteristicNonZero|))) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Field|) . T) ((|FieldOfPrimeCharacteristic|) OR (|has| |#1| (|Finite|)) (|has| |#1| (|CharacteristicNonZero|))) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|Join|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| |#1|) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| |#1|) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|PrincipalIdealDomain|) . T) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| |#1|) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T) ((|VectorSpace| |#1|) . T))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|varList| (((|List| |#1|) $) 57 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sh| (($ $ $) 59 (|has| |#2| (|CommutativeRing|)) ELT) (($ $ (|NonNegativeInteger|)) 58 (|has| |#2| (|CommutativeRing|)) ELT)) (|sample| (#3=($) 23 T CONST)) (|rquo| (($ $ |#1|) 70 T ELT) (($ $ (|OrderedFreeMonoid| |#1|)) 69 T ELT) (($ $ $) 68 T ELT)) (|retractIfCan| (((|Union| (|OrderedFreeMonoid| |#1|) "failed") $) 80 T ELT)) (|retract| (((|OrderedFreeMonoid| |#1|) $) 81 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|quasiRegular?| (((|Boolean|) $) 61 T ELT)) (|quasiRegular| (($ $) 60 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|monomial?| (((|Boolean|) $) 66 T ELT)) (|monom| (($ (|OrderedFreeMonoid| |#1|) |#2|) 67 T ELT)) (|mirror| (($ $) 65 T ELT)) (|mindegTerm| (((|Record| (|:| |k| (|OrderedFreeMonoid| |#1|)) (|:| |c| |#2|)) $) 76 T ELT)) (|mindeg| (((|OrderedFreeMonoid| |#1|) $) 77 T ELT)) (|map| (($ (|Mapping| |#2| |#2|) $) 82 T ELT)) (|lquo| (($ $ |#1|) 73 T ELT) (($ $ (|OrderedFreeMonoid| |#1|)) 72 T ELT) (($ $ $) 71 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|constant?| (((|Boolean|) $) 63 T ELT)) (|constant| ((|#2| $) 62 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#2|) 85 T ELT) (($ (|OrderedFreeMonoid| |#1|)) 79 T ELT) (($ |#1|) 64 T ELT)) (|coef| ((|#2| $ (|OrderedFreeMonoid| |#1|)) 75 T ELT) ((|#2| $ $) 74 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#3# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #4=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ |#2| . #4#) 84 T ELT) (($ $ |#2|) 83 T ELT) (($ |#1| $) 78 T ELT)))
+((|algebraic?| #1=(*1 *2 *1) #2=(AND #3=(|ofCategory| *1 (|ExtensionField| *3)) #4=(|ofCategory| *3 #5=(|Field|)) (|isDomain| *2 (|Boolean|)))) (|transcendent?| #1# #2#) (|inGroundField?| #1# #2#) (|degree| #1# #6=(AND #3# #4# (|isDomain| *2 (|OnePointCompletion| (|PositiveInteger|))))) (|extensionDegree| #7=(*1 *2) #6#) (|transcendenceDegree| #7# (AND #3# #4# #8=(|isDomain| *2 (|NonNegativeInteger|)))) (|Frobenius| (*1 *1 *1) (AND (|ofCategory| *1 (|ExtensionField| *2)) (|ofCategory| *2 #5#) (|ofCategory| *2 #9=(|Finite|)))) (|Frobenius| (*1 *1 *1 *2) (AND #8# #3# #4# (|ofCategory| *3 #9#))))
+(|Join| (|Field|) (|RetractableTo| |t#1|) (|VectorSpace| |t#1|) (CATEGORY |domain| (IF (|has| |t#1| #1=(|CharacteristicZero|)) (ATTRIBUTE #1#) |%noBranch|) (IF (|has| |t#1| (|CharacteristicNonZero|)) #2=(ATTRIBUTE (|FieldOfPrimeCharacteristic|)) |%noBranch|) (SIGNATURE |algebraic?| #3=((|Boolean|) $)) (SIGNATURE |transcendent?| #3#) (SIGNATURE |inGroundField?| #3#) (SIGNATURE |degree| (#4=(|OnePointCompletion| (|PositiveInteger|)) $)) (SIGNATURE |extensionDegree| (#4#)) (SIGNATURE |transcendenceDegree| (#5=(|NonNegativeInteger|))) (IF (|has| |t#1| (|Finite|)) (PROGN #2# (SIGNATURE |Frobenius| ($ $)) (SIGNATURE |Frobenius| ($ $ #5#))) |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| #1=(|Fraction| #2=(|Integer|))) . T) ((|Algebra| $) . T) ((|BasicType|) . T) ((|BiModule| #1# #1#) . T) ((|BiModule| |#1| |#1|) . T) ((|BiModule| $ $) . T) ((|CancellationAbelianMonoid|) . T) ((|CharacteristicNonZero|) OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|))) ((|CharacteristicZero|) |has| |#1| (|CharacteristicZero|)) ((|CoercibleFrom| #1#) . T) ((|CoercibleFrom| #2#) . T) ((|CoercibleFrom| |#1|) . T) ((|CoercibleFrom| $) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|CommutativeRing|) . T) ((|DivisionRing|) . T) ((|EntireRing|) . T) ((|EuclideanDomain|) . T) ((|Field|) . T) ((|FieldOfPrimeCharacteristic|) OR (|has| |#1| (|CharacteristicNonZero|)) (|has| |#1| (|Finite|))) ((|GcdDomain|) . T) ((|IntegralDomain|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| #2#) . T) ((|LeftLinearSet| |#1|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| #1#) . T) ((|LeftModule| |#1|) . T) ((|LeftModule| $) . T) ((|LinearSet| #1#) . T) ((|LinearSet| |#1|) . T) ((|LinearSet| $) . T) ((|Module| #1#) . T) ((|Module| |#1|) . T) ((|Module| $) . T) ((|Monoid|) . T) ((|PrincipalIdealDomain|) . T) ((|RetractableTo| |#1|) . T) ((|RightLinearSet| #1#) . T) ((|RightLinearSet| |#1|) . T) ((|RightLinearSet| $) . T) ((|RightModule| #1#) . T) ((|RightModule| |#1|) . T) ((|RightModule| $) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|UniqueFactorizationDomain|) . T) ((|VectorSpace| |#1|) . T))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|varList| (((|List| |#1|) $) 57 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sh| (#4=($ $ $) 59 #5=(|has| |#2| (|CommutativeRing|)) ELT) (#6=($ $ #7=(|NonNegativeInteger|)) 58 #5# ELT)) (|sample| (#8=($) 23 T CONST)) (|rquo| (#9=($ $ |#1|) 70 T ELT) (#10=($ $ #11=(|OrderedFreeMonoid| |#1|)) 69 T ELT) (#4# 68 T ELT)) (|retractIfCan| (((|Union| #11# #12="failed") $) 80 T ELT)) (|retract| (#13=(#11# $) 81 T ELT)) (|recip| (((|Union| $ #12#) $) 43 T ELT)) (|quasiRegular?| (#3# 61 T ELT)) (|quasiRegular| (#14=($ $) 60 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|monomial?| (#3# 66 T ELT)) (|monom| (($ #11# |#2|) 67 T ELT)) (|mirror| (#14# 65 T ELT)) (|mindegTerm| (((|Record| (|:| |k| #11#) (|:| |c| |#2|)) $) 76 T ELT)) (|mindeg| (#13# 77 T ELT)) (|map| (($ (|Mapping| |#2| |#2|) $) 82 T ELT)) (|lquo| (#9# 73 T ELT) (#10# 72 T ELT) (#4# 71 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|constant?| (#3# 63 T ELT)) (|constant| ((|#2| $) 62 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #15=(|Integer|)) 42 T ELT) (($ |#2|) 85 T ELT) (($ #11#) 79 T ELT) (($ |#1|) 64 T ELT)) (|coef| ((|#2| $ #11#) 75 T ELT) ((|#2| $ $) 74 T ELT)) (|characteristic| ((#7#) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#8# 24 T CONST)) (|One| (#8# 46 T CONST)) (= (#1# 8 T ELT)) (- (#14# 30 T ELT) (#4# 29 T ELT)) (+ (#4# 18 T ELT)) (** (($ $ #16=(|PositiveInteger|)) 36 T ELT) (#6# 44 T ELT)) (* (($ #16# $) 17 T ELT) (($ #7# $) 21 T ELT) (($ #15# . #17=($)) 31 T ELT) (#4# 35 T ELT) (($ |#2| . #17#) 84 T ELT) (($ $ |#2|) 83 T ELT) (($ |#1| $) 78 T ELT)))
(((|XFreeAlgebra| |#1| |#2|) (|Category|) (|OrderedSet|) (|Ring|)) (T |XFreeAlgebra|))
-((* (*1 *1 *1 *2) (AND (|ofCategory| *1 (|XFreeAlgebra| *3 *2)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *2 (|Ring|)))) (* (*1 *1 *2 *1) (AND (|ofCategory| *1 (|XFreeAlgebra| *2 *3)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *3 (|Ring|)))) (|mindeg| (*1 *2 *1) (AND (|ofCategory| *1 (|XFreeAlgebra| *3 *4)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|Ring|)) (|isDomain| *2 (|OrderedFreeMonoid| *3)))) (|mindegTerm| (*1 *2 *1) (AND (|ofCategory| *1 (|XFreeAlgebra| *3 *4)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|Ring|)) (|isDomain| *2 (|Record| (|:| |k| (|OrderedFreeMonoid| *3)) (|:| |c| *4))))) (|coef| (*1 *2 *1 *3) (AND (|isDomain| *3 (|OrderedFreeMonoid| *4)) (|ofCategory| *1 (|XFreeAlgebra| *4 *2)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *2 (|Ring|)))) (|coef| (*1 *2 *1 *1) (AND (|ofCategory| *1 (|XFreeAlgebra| *3 *2)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *2 (|Ring|)))) (|lquo| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|XFreeAlgebra| *2 *3)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *3 (|Ring|)))) (|lquo| (*1 *1 *1 *2) (AND (|isDomain| *2 (|OrderedFreeMonoid| *3)) (|ofCategory| *1 (|XFreeAlgebra| *3 *4)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|Ring|)))) (|lquo| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|XFreeAlgebra| *2 *3)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *3 (|Ring|)))) (|rquo| (*1 *1 *1 *2) (AND (|ofCategory| *1 (|XFreeAlgebra| *2 *3)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *3 (|Ring|)))) (|rquo| (*1 *1 *1 *2) (AND (|isDomain| *2 (|OrderedFreeMonoid| *3)) (|ofCategory| *1 (|XFreeAlgebra| *3 *4)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|Ring|)))) (|rquo| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|XFreeAlgebra| *2 *3)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *3 (|Ring|)))) (|monom| (*1 *1 *2 *3) (AND (|isDomain| *2 (|OrderedFreeMonoid| *4)) (|ofCategory| *4 (|OrderedSet|)) (|ofCategory| *1 (|XFreeAlgebra| *4 *3)) (|ofCategory| *3 (|Ring|)))) (|monomial?| (*1 *2 *1) (AND (|ofCategory| *1 (|XFreeAlgebra| *3 *4)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|Ring|)) (|isDomain| *2 (|Boolean|)))) (|mirror| (*1 *1 *1) (AND (|ofCategory| *1 (|XFreeAlgebra| *2 *3)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *3 (|Ring|)))) (|coerce| (*1 *1 *2) (AND (|ofCategory| *1 (|XFreeAlgebra| *2 *3)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *3 (|Ring|)))) (|constant?| (*1 *2 *1) (AND (|ofCategory| *1 (|XFreeAlgebra| *3 *4)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|Ring|)) (|isDomain| *2 (|Boolean|)))) (|constant| (*1 *2 *1) (AND (|ofCategory| *1 (|XFreeAlgebra| *3 *2)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *2 (|Ring|)))) (|quasiRegular?| (*1 *2 *1) (AND (|ofCategory| *1 (|XFreeAlgebra| *3 *4)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|Ring|)) (|isDomain| *2 (|Boolean|)))) (|quasiRegular| (*1 *1 *1) (AND (|ofCategory| *1 (|XFreeAlgebra| *2 *3)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *3 (|Ring|)))) (|sh| (*1 *1 *1 *1) (AND (|ofCategory| *1 (|XFreeAlgebra| *2 *3)) (|ofCategory| *2 (|OrderedSet|)) (|ofCategory| *3 (|Ring|)) (|ofCategory| *3 (|CommutativeRing|)))) (|sh| (*1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|XFreeAlgebra| *3 *4)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|Ring|)) (|ofCategory| *4 (|CommutativeRing|)))) (|varList| (*1 *2 *1) (AND (|ofCategory| *1 (|XFreeAlgebra| *3 *4)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|Ring|)) (|isDomain| *2 (|List| *3)))))
-(|Join| (|Ring|) (|XAlgebra| |t#2|) (|Functorial| |t#2|) (|RetractableTo| (|OrderedFreeMonoid| |t#1|)) (CATEGORY |domain| (SIGNATURE * ($ |t#1| $)) (SIGNATURE * ($ $ |t#2|)) (SIGNATURE |mindeg| ((|OrderedFreeMonoid| |t#1|) $)) (SIGNATURE |mindegTerm| ((|Record| (|:| |k| (|OrderedFreeMonoid| |t#1|)) (|:| |c| |t#2|)) $)) (SIGNATURE |coef| (|t#2| $ (|OrderedFreeMonoid| |t#1|))) (SIGNATURE |coef| (|t#2| $ $)) (SIGNATURE |lquo| ($ $ |t#1|)) (SIGNATURE |lquo| ($ $ (|OrderedFreeMonoid| |t#1|))) (SIGNATURE |lquo| ($ $ $)) (SIGNATURE |rquo| ($ $ |t#1|)) (SIGNATURE |rquo| ($ $ (|OrderedFreeMonoid| |t#1|))) (SIGNATURE |rquo| ($ $ $)) (SIGNATURE |monom| ($ (|OrderedFreeMonoid| |t#1|) |t#2|)) (SIGNATURE |monomial?| ((|Boolean|) $)) (SIGNATURE |mirror| ($ $)) (SIGNATURE |coerce| ($ |t#1|)) (SIGNATURE |constant?| ((|Boolean|) $)) (SIGNATURE |constant| (|t#2| $)) (SIGNATURE |quasiRegular?| ((|Boolean|) $)) (SIGNATURE |quasiRegular| ($ $)) (IF (|has| |t#2| (|CommutativeRing|)) (PROGN (SIGNATURE |sh| ($ $ $)) (SIGNATURE |sh| ($ $ (|NonNegativeInteger|)))) |%noBranch|) (SIGNATURE |varList| ((|List| |t#1|) $)) (IF (|has| |t#2| (ATTRIBUTE |noZeroDivisors|)) (ATTRIBUTE |noZeroDivisors|) |%noBranch|)))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#2|) |has| |#2| (|CommutativeRing|)) ((|BasicType|) . T) ((|BiModule| |#2| |#2|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| #1=(|OrderedFreeMonoid| |#1|)) . T) ((|CoercibleFrom| |#2|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Functorial| |#2|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#2|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#2|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#2|) |has| |#2| (|CommutativeRing|)) ((|Module| |#2|) |has| |#2| (|CommutativeRing|)) ((|Monoid|) . T) ((|RetractableTo| #1#) . T) ((|RightLinearSet| |#2|) . T) ((|RightModule| |#2|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|XAlgebra| |#2|) . T))
+((* #1=(*1 *1 *1 *2) #2=(AND (|ofCategory| *1 (|XFreeAlgebra| *3 *2)) #3=(|ofCategory| *3 #4=(|OrderedSet|)) #5=(|ofCategory| *2 #6=(|Ring|)))) (* (*1 *1 *2 *1) #7=(AND #8=(|ofCategory| *1 (|XFreeAlgebra| *2 *3)) #9=(|ofCategory| *2 #4#) #10=(|ofCategory| *3 #6#))) (|mindeg| #11=(*1 *2 *1) (AND #12=(|ofCategory| *1 (|XFreeAlgebra| *3 *4)) #3# #13=(|ofCategory| *4 #6#) #14=(|isDomain| *2 #15=(|OrderedFreeMonoid| *3)))) (|mindegTerm| #11# (AND #12# #3# #13# (|isDomain| *2 (|Record| (|:| |k| #15#) (|:| |c| *4))))) (|coef| (*1 *2 *1 *3) (AND (|isDomain| *3 #16=(|OrderedFreeMonoid| *4)) (|ofCategory| *1 (|XFreeAlgebra| *4 *2)) #17=(|ofCategory| *4 #4#) #5#)) (|coef| (*1 *2 *1 *1) #2#) (|lquo| #1# #7#) (|lquo| #1# #18=(AND #14# #12# #3# #13#)) (|lquo| #19=(*1 *1 *1 *1) #7#) (|rquo| #1# #7#) (|rquo| #1# #18#) (|rquo| #19# #7#) (|monom| (*1 *1 *2 *3) (AND (|isDomain| *2 #16#) #17# (|ofCategory| *1 (|XFreeAlgebra| *4 *3)) #10#)) (|monomial?| #11# #20=(AND #12# #3# #13# (|isDomain| *2 (|Boolean|)))) (|mirror| #21=(*1 *1 *1) #7#) (|coerce| (*1 *1 *2) #7#) (|constant?| #11# #20#) (|constant| #11# #2#) (|quasiRegular?| #11# #20#) (|quasiRegular| #21# #7#) (|sh| #19# (AND #8# #9# #10# (|ofCategory| *3 #22=(|CommutativeRing|)))) (|sh| #1# (AND (|isDomain| *2 (|NonNegativeInteger|)) #12# #3# #13# (|ofCategory| *4 #22#))) (|varList| #11# (AND #12# #3# #13# (|isDomain| *2 (|List| *3)))))
+(|Join| (|Ring|) (|XAlgebra| |t#2|) (|Functorial| |t#2|) (|RetractableTo| #1=(|OrderedFreeMonoid| |t#1|)) (CATEGORY |domain| (SIGNATURE * ($ |t#1| $)) (SIGNATURE * ($ $ |t#2|)) (SIGNATURE |mindeg| (#1# $)) (SIGNATURE |mindegTerm| ((|Record| (|:| |k| #1#) (|:| |c| |t#2|)) $)) (SIGNATURE |coef| (|t#2| $ #1#)) (SIGNATURE |coef| (|t#2| $ $)) (SIGNATURE |lquo| #2=($ $ |t#1|)) (SIGNATURE |lquo| #3=($ $ #1#)) (SIGNATURE |lquo| #4=($ $ $)) (SIGNATURE |rquo| #2#) (SIGNATURE |rquo| #3#) (SIGNATURE |rquo| #4#) (SIGNATURE |monom| ($ #1# |t#2|)) (SIGNATURE |monomial?| #5=((|Boolean|) $)) (SIGNATURE |mirror| #6=($ $)) (SIGNATURE |coerce| ($ |t#1|)) (SIGNATURE |constant?| #5#) (SIGNATURE |constant| (|t#2| $)) (SIGNATURE |quasiRegular?| #5#) (SIGNATURE |quasiRegular| #6#) (IF (|has| |t#2| (|CommutativeRing|)) (PROGN (SIGNATURE |sh| #4#) (SIGNATURE |sh| ($ $ (|NonNegativeInteger|)))) |%noBranch|) (SIGNATURE |varList| ((|List| |t#1|) $)) (IF (|has| |t#2| #7=(ATTRIBUTE |noZeroDivisors|)) #7# |%noBranch|)))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#2|) |has| |#2| (|CommutativeRing|)) ((|BasicType|) . T) ((|BiModule| |#2| |#2|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleFrom| #2=(|OrderedFreeMonoid| |#1|)) . T) ((|CoercibleFrom| |#2|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Functorial| |#2|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| |#2|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#2|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#2|) |has| |#2| (|CommutativeRing|)) ((|Module| |#2|) |has| |#2| (|CommutativeRing|)) ((|Monoid|) . T) ((|RetractableTo| #2#) . T) ((|RightLinearSet| |#2|) . T) ((|RightModule| |#2|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|XAlgebra| |#2|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| #4=(#5=(#3# $) NIL T ELT)) (|varList| (((|List| |#1|) $) 99 T ELT)) (|trunc| (#6=($ $ #7=(|NonNegativeInteger|)) 103 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|sh| (#8=($ $ $) NIL #9=(|has| |#2| (|CommutativeRing|)) ELT) (#6# NIL #9# ELT)) (|sample| (#10=($) NIL T CONST)) (|rquo| #11=(($ $ |#1|) NIL T ELT) #12=(($ $ #13=(|OrderedFreeMonoid| |#1|)) NIL T ELT) #14=(#8# NIL T ELT)) (|retractIfCan| (((|Union| #13# . #15=(#16="failed")) . #17=($)) NIL T ELT) (((|Union| #18=(|PoincareBirkhoffWittLyndonBasis| |#1|) . #15#) . #17#) NIL T ELT)) (|retract| #19=((#13# . #20=($)) NIL T ELT) (#21=(#18# . #20#) NIL T ELT)) (|reductum| (#22=($ $) 102 T ELT)) (|recip| (((|Union| $ #16#) $) NIL T ELT)) (|quasiRegular?| (#5# 90 T ELT)) (|quasiRegular| (#22# 93 T ELT)) (|product| (($ $ $ #7#) 104 T ELT)) (|opposite?| #1#) (|one?| #4#) (|numberOfMonomials| (#23=(#7# $) NIL T ELT)) (|monomials| (((|List| $) $) NIL T ELT)) (|monomial?| #4#) (|monom| (($ #13# |#2|) NIL T ELT) (($ #18# |#2|) 28 T ELT)) (|mirror| (#22# 120 T ELT)) (|mindegTerm| (((|Record| (|:| |k| #13#) #24=(|:| |c| |#2|)) $) NIL T ELT)) (|mindeg| #19#) (|maxdeg| #19#) (|map| (($ (|Mapping| |#2| |#2|) $) NIL T ELT)) (|lquo| #11# #12# #14#) (|log| (#6# 113 #25=(|has| |#2| (|Module| (|Fraction| #26=(|Integer|)))) ELT)) (|leadingTerm| ((#27=(|Record| (|:| |k| #18#) #24#) $) NIL T ELT)) (|leadingMonomial| (#21# 84 T ELT)) (|leadingCoefficient| (#28=(|#2| $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|exp| (#6# 110 #25# ELT)) (|degree| (#23# 100 T ELT)) (|constant?| (#5# 85 T ELT)) (|constant| (#28# 88 T ELT)) (|coerce| (((|OutputForm|) $) 70 T ELT) (($ #26#) NIL T ELT) (($ |#2|) 59 T ELT) (($ #13#) NIL T ELT) (($ |#1|) 72 T ELT) (($ #18#) NIL T ELT) (((|XDistributedPolynomial| |#1| |#2|) $) 77 T ELT) (((|XRecursivePolynomial| |#1| |#2|) $) 82 T ELT) (($ #29=(|LiePolynomial| |#1| |#2|)) 47 T ELT)) (|coefficients| (((|List| |#2|) $) NIL T ELT)) (|coefficient| ((|#2| $ #18#) NIL T ELT)) (|coef| ((|#2| $ #13#) NIL T ELT) ((|#2| $ $) NIL T ELT)) (|characteristic| ((#7#) NIL T CONST)) (|before?| #1#) (|annihilate?| #1#) (|Zero| (#10# 21 T CONST)) (|One| (#10# 27 T CONST)) (|ListOfTerms| (((|List| #27#) $) NIL T ELT)) (|LiePolyIfCan| (((|Union| #29# #16#) $) 119 T ELT)) (= (#2# 78 T ELT)) (- (#22# 112 T ELT) (#8# 111 T ELT)) (+ (#8# 20 T ELT)) (** (($ $ #30=(|PositiveInteger|)) NIL T ELT) (#6# NIL T ELT)) (* (($ #30# $) NIL T ELT) (($ #7# $) NIL T ELT) (($ #26# . #31=($)) NIL T ELT) (#8# 48 T ELT) (($ |#2| . #31#) 19 T ELT) (($ $ |#2|) NIL T ELT) (($ |#1| $) NIL T ELT) (($ |#2| #18#) NIL T ELT)))
(((|XPBWPolynomial| |#1| |#2|) (|Join| (|XPolynomialsCat| |#1| |#2|) (|FreeModuleCat| |#2| (|PoincareBirkhoffWittLyndonBasis| |#1|)) (|CoercibleTo| (|XDistributedPolynomial| |#1| |#2|)) (|CoercibleTo| (|XRecursivePolynomial| |#1| |#2|)) (CATEGORY |domain| (SIGNATURE |coerce| ($ #1=(|LiePolynomial| |#1| |#2|))) (SIGNATURE |LiePolyIfCan| ((|Union| #1# "failed") $)) (SIGNATURE |product| ($ $ $ #2=(|NonNegativeInteger|))) (IF (|has| |#2| (|Module| (|Fraction| (|Integer|)))) (PROGN (SIGNATURE |exp| #3=($ $ #2#)) (SIGNATURE |log| #3#)) |%noBranch|))) (|OrderedSet|) (|CommutativeRing|)) (T |XPBWPolynomial|))
((|coerce| (*1 *1 *2) (AND #1=(|isDomain| *2 (|LiePolynomial| *3 *4)) #2=(|ofCategory| *3 (|OrderedSet|)) #3=(|ofCategory| *4 (|CommutativeRing|)) #4=(|isDomain| *1 (|XPBWPolynomial| *3 *4)))) (|LiePolyIfCan| (*1 *2 *1) (|partial| AND #1# #4# #2# #3#)) (|product| (*1 *1 *1 *1 *2) (AND #5=(|isDomain| *2 (|NonNegativeInteger|)) #4# #2# #3#)) (|exp| #6=(*1 *1 *1 *2) #7=(AND #5# #4# (|ofCategory| *4 (|Module| (|Fraction| (|Integer|)))) #2# #3#)) (|log| #6# #7#))
((~= #1=((#2=(|Boolean|) $ $) NIL T ELT)) (|zero?| #3=((#2# $) NIL T ELT)) (|varList| (((|List| #4=(|Symbol|)) $) NIL T ELT)) (|unexpand| (($ #5=(|XDistributedPolynomial| #4# |#1|)) NIL T ELT)) (|trunc| #6=(#7=($ $ #8=(|NonNegativeInteger|)) NIL T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|sh| (#9=($ $ $) NIL #10=(|has| |#1| (|CommutativeRing|)) ELT) (#7# NIL #10# ELT)) (|sample| #11=(($) NIL T CONST)) (|rquo| #12=(($ $ #4#) NIL T ELT) #13=(($ $ #14=(|OrderedFreeMonoid| #4#)) NIL T ELT) #15=(#9# NIL T ELT)) (|retractIfCan| (((|Union| #14# #16="failed") $) NIL T ELT)) (|retract| #17=((#14# $) NIL T ELT)) (|recip| (((|Union| $ #16#) $) NIL T ELT)) (|quasiRegular?| #3#) (|quasiRegular| #18=(($ $) NIL T ELT)) (|opposite?| #1#) (|one?| #3#) (|monomial?| #3#) (|monom| (($ #14# |#1|) NIL T ELT)) (|mirror| #18#) (|mindegTerm| (((|Record| (|:| |k| #14#) (|:| |c| |#1|)) $) NIL T ELT)) (|mindeg| #17#) (|maxdeg| #17#) (|map| (($ (|Mapping| |#1| |#1|) $) NIL T ELT)) (|lquo| #12# #13# #15#) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|expand| ((#5# $) NIL T ELT)) (|degree| ((#8# $) NIL T ELT)) (|constant?| #3#) (|constant| ((|#1| $) NIL T ELT)) (|coerce| (((|OutputForm|) $) NIL T ELT) (($ #19=(|Integer|)) NIL T ELT) (($ |#1|) NIL T ELT) (($ #14#) NIL T ELT) (($ #4#) NIL T ELT)) (|coef| ((|#1| $ #14#) NIL T ELT) ((|#1| $ $) NIL T ELT)) (|characteristic| ((#8#) NIL T CONST)) (|before?| #1#) (|annihilate?| #1#) (|Zero| #11#) (|RemainderList| (((|List| (|Record| (|:| |k| #4#) (|:| |c| $))) $) NIL T ELT)) (|One| #11#) (= #1#) (- #18# #15#) (+ #15#) (** (($ $ #20=(|PositiveInteger|)) NIL T ELT) #6#) (* (($ #20# $) NIL T ELT) (($ #8# $) NIL T ELT) (($ #19# . #21=($)) NIL T ELT) #15# (($ |#1| . #21#) NIL T ELT) (($ $ |#1|) NIL T ELT) (($ #4# $) NIL T ELT)))
(((|XPolynomial| |#1|) (|Join| (|XPolynomialsCat| #1=(|Symbol|) |#1|) (CATEGORY |domain| (SIGNATURE |expand| (#2=(|XDistributedPolynomial| #1# |#1|) $)) (SIGNATURE |unexpand| ($ #2#)) (SIGNATURE |RemainderList| ((|List| (|Record| (|:| |k| #1#) (|:| |c| $))) $)))) (|Ring|)) (T |XPolynomial|))
((|expand| #1=(*1 *2 *1) (AND #2=(|isDomain| *2 (|XDistributedPolynomial| #3=(|Symbol|) *3)) #4=(|isDomain| *1 #5=(|XPolynomial| *3)) #6=(|ofCategory| *3 (|Ring|)))) (|unexpand| (*1 *1 *2) (AND #2# #6# #4#)) (|RemainderList| #1# (AND (|isDomain| *2 (|List| (|Record| (|:| |k| #3#) (|:| |c| #5#)))) #4# #6#)))
-((~= (#1=((|Boolean|) $ $) 7 T ELT)) (|zero?| ((#2=(|Boolean|) $) 22 T ELT)) (|varList| (((|List| |#1|) $) 57 T ELT)) (|trunc| (($ $ (|NonNegativeInteger|)) 91 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sh| (#3=($ $ $) 59 (|has| |#2| . #4=((|CommutativeRing|))) ELT) (($ $ (|NonNegativeInteger|)) 58 (|has| |#2| . #4#) ELT)) (|sample| (#5=($) 23 T CONST)) (|rquo| (($ $ |#1|) 70 T ELT) (($ $ (|OrderedFreeMonoid| |#1|)) 69 T ELT) (#3# 68 T ELT)) (|retractIfCan| (((|Union| (|OrderedFreeMonoid| |#1|) "failed") $) 80 T ELT)) (|retract| (((|OrderedFreeMonoid| |#1|) $) 81 T ELT)) (|recip| (((|Union| $ "failed") $) 43 T ELT)) (|quasiRegular?| (#6=((|Boolean|) $) 61 T ELT)) (|quasiRegular| (#7=($ $) 60 T ELT)) (|opposite?| ((#2# $ $) 20 T ELT)) (|one?| (((|Boolean|) $) 45 T ELT)) (|monomial?| (#6# 66 T ELT)) (|monom| (($ (|OrderedFreeMonoid| |#1|) |#2|) 67 T ELT)) (|mirror| (#7# 65 T ELT)) (|mindegTerm| (((|Record| (|:| |k| (|OrderedFreeMonoid| |#1|)) (|:| |c| |#2|)) $) 76 T ELT)) (|mindeg| (((|OrderedFreeMonoid| |#1|) $) 77 T ELT)) (|maxdeg| (((|OrderedFreeMonoid| |#1|) $) 93 T ELT)) (|map| (($ (|Mapping| |#2| |#2|) $) 82 T ELT)) (|lquo| (($ $ |#1|) 73 T ELT) (($ $ (|OrderedFreeMonoid| |#1|)) 72 T ELT) (#3# 71 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|degree| (((|NonNegativeInteger|) $) 92 T ELT)) (|constant?| (#6# 63 T ELT)) (|constant| ((|#2| $) 62 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ (|Integer|)) 42 T ELT) (($ |#2|) 85 T ELT) (($ (|OrderedFreeMonoid| |#1|)) 79 T ELT) (($ |#1|) 64 T ELT)) (|coef| ((|#2| $ (|OrderedFreeMonoid| |#1|)) 75 T ELT) ((|#2| $ $) 74 T ELT)) (|characteristic| (((|NonNegativeInteger|)) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (((|Boolean|) $ $) 34 T ELT)) (|Zero| (#5# 24 T CONST)) (|One| (($) 46 T CONST)) (= (#1# 8 T ELT)) (- (($ $) 30 T ELT) (($ $ $) 29 T ELT)) (+ (($ $ $) 18 T ELT)) (** (($ $ (|PositiveInteger|)) 36 T ELT) (($ $ (|NonNegativeInteger|)) 44 T ELT)) (* (($ (|PositiveInteger|) $) 17 T ELT) (($ (|NonNegativeInteger|) $) 21 T ELT) (($ (|Integer|) . #8=($)) 31 T ELT) (($ $ $) 35 T ELT) (($ |#2| . #8#) 84 T ELT) (($ $ |#2|) 83 T ELT) (($ |#1| $) 78 T ELT)))
+((~= (#1=(#2=(|Boolean|) $ $) 7 T ELT)) (|zero?| (#3=(#2# $) 22 T ELT)) (|varList| (((|List| |#1|) $) 57 T ELT)) (|trunc| (#4=($ $ #5=(|NonNegativeInteger|)) 91 T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) 26 T ELT)) (|sh| (#6=($ $ $) 59 #7=(|has| |#2| (|CommutativeRing|)) ELT) (#4# 58 #7# ELT)) (|sample| (#8=($) 23 T CONST)) (|rquo| (#9=($ $ |#1|) 70 T ELT) (#10=($ $ #11=(|OrderedFreeMonoid| |#1|)) 69 T ELT) (#6# 68 T ELT)) (|retractIfCan| (((|Union| #11# #12="failed") $) 80 T ELT)) (|retract| (#13=(#11# $) 81 T ELT)) (|recip| (((|Union| $ #12#) $) 43 T ELT)) (|quasiRegular?| (#3# 61 T ELT)) (|quasiRegular| (#14=($ $) 60 T ELT)) (|opposite?| (#1# 20 T ELT)) (|one?| (#3# 45 T ELT)) (|monomial?| (#3# 66 T ELT)) (|monom| (($ #11# |#2|) 67 T ELT)) (|mirror| (#14# 65 T ELT)) (|mindegTerm| (((|Record| (|:| |k| #11#) (|:| |c| |#2|)) $) 76 T ELT)) (|mindeg| (#13# 77 T ELT)) (|maxdeg| (#13# 93 T ELT)) (|map| (($ (|Mapping| |#2| |#2|) $) 82 T ELT)) (|lquo| (#9# 73 T ELT) (#10# 72 T ELT) (#6# 71 T ELT)) (|latex| (((|String|) $) 11 T ELT)) (|hash| (((|SingleInteger|) $) 12 T ELT)) (|degree| ((#5# $) 92 T ELT)) (|constant?| (#3# 63 T ELT)) (|constant| ((|#2| $) 62 T ELT)) (|coerce| (((|OutputForm|) $) 13 T ELT) (($ #15=(|Integer|)) 42 T ELT) (($ |#2|) 85 T ELT) (($ #11#) 79 T ELT) (($ |#1|) 64 T ELT)) (|coef| ((|#2| $ #11#) 75 T ELT) ((|#2| $ $) 74 T ELT)) (|characteristic| ((#5#) 41 T CONST)) (|before?| (#1# 6 T ELT)) (|annihilate?| (#1# 34 T ELT)) (|Zero| (#8# 24 T CONST)) (|One| (#8# 46 T CONST)) (= (#1# 8 T ELT)) (- (#14# 30 T ELT) (#6# 29 T ELT)) (+ (#6# 18 T ELT)) (** (($ $ #16=(|PositiveInteger|)) 36 T ELT) (#4# 44 T ELT)) (* (($ #16# $) 17 T ELT) (($ #5# $) 21 T ELT) (($ #15# . #17=($)) 31 T ELT) (#6# 35 T ELT) (($ |#2| . #17#) 84 T ELT) (($ $ |#2|) 83 T ELT) (($ |#1| $) 78 T ELT)))
(((|XPolynomialsCat| |#1| |#2|) (|Category|) (|OrderedSet|) (|Ring|)) (T |XPolynomialsCat|))
-((|maxdeg| (*1 *2 *1) (AND (|ofCategory| *1 (|XPolynomialsCat| *3 *4)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|Ring|)) (|isDomain| *2 (|OrderedFreeMonoid| *3)))) (|degree| (*1 *2 *1) (AND (|ofCategory| *1 (|XPolynomialsCat| *3 *4)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|Ring|)) (|isDomain| *2 (|NonNegativeInteger|)))) (|trunc| (*1 *1 *1 *2) (AND (|isDomain| *2 (|NonNegativeInteger|)) (|ofCategory| *1 (|XPolynomialsCat| *3 *4)) (|ofCategory| *3 (|OrderedSet|)) (|ofCategory| *4 (|Ring|)))))
-(|Join| (|XFreeAlgebra| |t#1| |t#2|) (CATEGORY |domain| (SIGNATURE |maxdeg| ((|OrderedFreeMonoid| |t#1|) $)) (SIGNATURE |degree| ((|NonNegativeInteger|) $)) (SIGNATURE |trunc| ($ $ (|NonNegativeInteger|)))))
-(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#2|) |has| |#2| (|CommutativeRing|)) ((|BasicType|) . T) ((|BiModule| |#2| |#2|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| (|Integer|)) . T) ((|CoercibleFrom| #1=(|OrderedFreeMonoid| |#1|)) . T) ((|CoercibleFrom| |#2|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Functorial| |#2|) . T) ((|Join|) . T) ((|LeftLinearSet| (|Integer|)) . T) ((|LeftLinearSet| |#2|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#2|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#2|) |has| |#2| (|CommutativeRing|)) ((|Module| |#2|) |has| |#2| (|CommutativeRing|)) ((|Monoid|) . T) ((|RetractableTo| #1#) . T) ((|RightLinearSet| |#2|) . T) ((|RightModule| |#2|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|XAlgebra| |#2|) . T) ((|XFreeAlgebra| |#1| |#2|) . T))
+((|maxdeg| #1=(*1 *2 *1) (AND #2=(|ofCategory| *1 (|XPolynomialsCat| *3 *4)) #3=(|ofCategory| *3 (|OrderedSet|)) #4=(|ofCategory| *4 (|Ring|)) (|isDomain| *2 (|OrderedFreeMonoid| *3)))) (|degree| #1# (AND #2# #3# #4# #5=(|isDomain| *2 (|NonNegativeInteger|)))) (|trunc| (*1 *1 *1 *2) (AND #5# #2# #3# #4#)))
+(|Join| (|XFreeAlgebra| |t#1| |t#2|) (CATEGORY |domain| (SIGNATURE |maxdeg| ((|OrderedFreeMonoid| |t#1|) $)) (SIGNATURE |degree| (#1=(|NonNegativeInteger|) $)) (SIGNATURE |trunc| ($ $ #1#))))
+(((|AbelianGroup|) . T) ((|AbelianMonoid|) . T) ((|AbelianSemiGroup|) . T) ((|Algebra| |#2|) |has| |#2| (|CommutativeRing|)) ((|BasicType|) . T) ((|BiModule| |#2| |#2|) . T) ((|CancellationAbelianMonoid|) . T) ((|CoercibleFrom| #1=(|Integer|)) . T) ((|CoercibleFrom| #2=(|OrderedFreeMonoid| |#1|)) . T) ((|CoercibleFrom| |#2|) . T) ((|CoercibleTo| (|OutputForm|)) . T) ((|Functorial| |#2|) . T) ((|LeftLinearSet| #1#) . T) ((|LeftLinearSet| |#2|) . T) ((|LeftLinearSet| $) . T) ((|LeftModule| |#2|) . T) ((|LeftModule| $) . T) ((|LinearSet| |#2|) |has| |#2| (|CommutativeRing|)) ((|Module| |#2|) |has| |#2| (|CommutativeRing|)) ((|Monoid|) . T) ((|RetractableTo| #2#) . T) ((|RightLinearSet| |#2|) . T) ((|RightModule| |#2|) . T) ((|Ring|) . T) ((|Rng|) . T) ((|SemiGroup|) . T) ((|SemiRing|) . T) ((|SetCategory|) . T) ((|Type|) . T) ((|XAlgebra| |#2|) . T) ((|XFreeAlgebra| |#1| |#2|) . T))
((~= #1=(#2=(#3=(|Boolean|) $ $) NIL T ELT)) (|zero?| #4=(#5=(#3# $) NIL T ELT)) (|subtractIfCan| (((|Maybe| $) $ $) NIL T ELT)) (|sample| (#6=($) NIL T CONST)) (|retractIfCan| (((|Union| |#2| #7="failed") $) NIL T ELT)) (|retract| #8=(#9=(|#2| $) NIL T ELT)) (|reductum| #10=(#11=($ $) NIL T ELT)) (|recip| (((|Union| $ #7#) $) 43 T ELT)) (|quasiRegular?| (#5# 37 T ELT)) (|quasiRegular| (#11# 38 T ELT)) (|opposite?| #1#) (|one?| #4#) (|numberOfMonomials| (#12=(#13=(|NonNegativeInteger|) $) NIL T ELT)) (|monomials| (((|List| $) $) NIL T ELT)) (|monomial?| #4#) (|monom| (($ |#2| |#1|) NIL T ELT)) (|mindeg| (#9# 25 T ELT)) (|maxdeg| (#9# 23 T ELT)) (|map| (($ (|Mapping| |#1| |#1|) $) NIL T ELT)) (|leadingTerm| ((#14=(|Record| (|:| |k| |#2|) (|:| |c| |#1|)) $) NIL T ELT)) (|leadingMonomial| #8#) (|leadingCoefficient| (#15=(|#1| $) NIL T ELT)) (|latex| (((|String|) $) NIL T ELT)) (|hash| (((|SingleInteger|) $) NIL T ELT)) (|constant?| (#5# 33 T ELT)) (|constant| (#15# 34 T ELT)) (|coerce| (((|OutputForm|) $) 66 T ELT) (($ #16=(|Integer|)) 47 T ELT) (($ |#1|) 42 T ELT) (($ |#2|) NIL T ELT)) (|coefficients| (((|List| |#1|) $) NIL T ELT)) (|coefficient| (#17=(|#1| $ |#2|) NIL T ELT)) (|coef| (#17# 29 T ELT)) (|characteristic| ((#13#) 14 T CONST)) (|before?| #1#) (|annihilate?| #1#) (|Zero| (#6# 30 T CONST)) (|One| (#6# 11 T CONST)) (|ListOfTerms| (((|List| #14#) $) NIL T ELT)) (= (#2# 31 T ELT)) (/ (#18=($ $ |#1|) 68 (|has| |#1| (|Field|)) ELT)) (- #10# (#19=($ $ $) NIL T ELT)) (+ (#19# 51 T ELT)) (** (($ $ #20=(|PositiveInteger|)) NIL T ELT) (($ $ #13#) 53 T ELT)) (* (($ #20# $) NIL T ELT) (($ #13# $) NIL T ELT) (($ #16# . #21=($)) NIL T ELT) (#19# 52 T ELT) (($ |#1| . #21#) 48 T ELT) (#18# NIL T ELT) (($ |#1| |#2|) NIL T ELT)) (|#| (#12# 18 T ELT)))
(((|XPolynomialRing| |#1| |#2|) (|Join| #1=(|Ring|) (|XAlgebra| |#1|) (|FreeModuleCat| |#1| |#2|) (|CoercibleFrom| |#2|) (|Functorial| |#1|) (CATEGORY |domain| (SIGNATURE * #2=($ $ |#1|)) (SIGNATURE |#| ((|NonNegativeInteger|) $)) (SIGNATURE |maxdeg| #3=(|#2| $)) (SIGNATURE |mindeg| #3#) (SIGNATURE |reductum| #4=($ $)) (SIGNATURE |coef| (|#1| $ |#2|)) (SIGNATURE |constant?| #5=((|Boolean|) $)) (SIGNATURE |constant| (|#1| $)) (SIGNATURE |quasiRegular?| #5#) (SIGNATURE |quasiRegular| #4#) (IF (|has| |#1| (|Field|)) (SIGNATURE / #2#) |%noBranch|) (IF (|has| |#1| #6=(ATTRIBUTE |noZeroDivisors|)) #6# |%noBranch|) (IF (|has| |#1| #7=(ATTRIBUTE |canonicalUnitNormal|)) #7# |%noBranch|))) #1# (|OrderedMonoid|)) (T |XPolynomialRing|))
((* #1=(*1 *1 *1 *2) #2=(AND #3=(|isDomain| *1 (|XPolynomialRing| *2 *3)) #4=(|ofCategory| *2 #5=(|Ring|)) #6=(|ofCategory| *3 #7=(|OrderedMonoid|)))) (|reductum| #8=(*1 *1 *1) #2#) (|#| #9=(*1 *2 *1) (AND (|isDomain| *2 (|NonNegativeInteger|)) #10=(|isDomain| *1 (|XPolynomialRing| *3 *4)) #11=(|ofCategory| *3 #5#) #12=(|ofCategory| *4 #7#))) (|maxdeg| #9# #13=(AND (|ofCategory| *2 #7#) (|isDomain| *1 (|XPolynomialRing| *3 *2)) #11#)) (|mindeg| #9# #13#) (|coef| (*1 *2 *1 *3) #14=(AND #4# #3# #6#)) (|constant?| #9# #15=(AND (|isDomain| *2 (|Boolean|)) #10# #11# #12#)) (|constant| #9# #14#) (|quasiRegular?| #9# #15#) (|quasiRegular| #8# #2#) (/ #1# (AND #3# (|ofCategory| *2 (|Field|)) #4# #6#)))
@@ -4062,4 +4062,4 @@ NIL
NIL
NIL
NIL
-((|Union| 2991513 2991518 2991523 NIL NIL NIL (NIL) |domain| NIL NIL NIL) (|Record| 2991498 2991503 2991508 NIL NIL NIL (NIL) |domain| NIL NIL NIL) (|Mapping| 2991483 2991488 2991493 NIL NIL NIL (NIL) |domain| NIL NIL NIL) (|Enumeration| 2991468 2991473 2991478 NIL NIL NIL (NIL) |domain| NIL NIL NIL) (|IntegerMod| 2990318 2991315 2991463 "ZMOD" NIL ZMOD (NIL NIL) |domain| NIL NIL NIL) (|IntegerLinearDependence| 2989235 2989488 2989875 "ZLINDEP" NIL ZLINDEP (NIL T) |package| NIL NIL NIL) (|ZeroDimensionalSolvePackage| 2984025 2985208 2986836 "ZDSOLVE" NIL ZDSOLVE (NIL T NIL NIL) |package| NIL NIL NIL) (|ParadoxicalCombinatorsForStreams| 2983283 2983403 2983638 "YSTREAM" NIL YSTREAM (NIL T) |package| NIL NIL NIL) (|YoungDiagram| 2982557 2982897 2983104 "YDIAGRAM" NIL YDIAGRAM (NIL) |domain| NIL NIL NIL) (|XRecursivePolynomial| 2979902 2981878 2982203 "XRPOLY" NIL XRPOLY (NIL T T) |domain| NIL NIL NIL) (|XPolynomialRing| 2976687 2978461 2979197 "XPR" NIL XPR (NIL T T) |domain| NIL NIL NIL) (|XPolynomialsCat| 2972741 2974950 2975044 "XPOLYC" 2975564 XPOLYC (NIL T T) |category| NIL 2975773 NIL) (|XPolynomial| 2970320 2972137 2972431 "XPOLY" NIL XPOLY (NIL T) |domain| NIL NIL NIL) (|XPBWPolynomial| 2966551 2969246 2969856 "XPBWPOLY" NIL XPBWPOLY (NIL T T) |domain| NIL NIL NIL) (|XFreeAlgebra| 2958790 2960879 2960967 "XFALG" 2964470 XFALG (NIL T T) |category| NIL 2965670 NIL) (|ExtensionField| 2951709 2955189 2955262 "XF" 2956415 XF (NIL T) |category| NIL 2957198 NIL) (|ExtensionField&| 2951266 2951418 2951704 "XF-" NIL XF- (NIL T T) |package| NIL NIL NIL) (|XExponentialPackage| 2950493 2950625 2950941 "XEXPPKG" NIL XEXPPKG (NIL T T T) |package| NIL NIL NIL) (|XDistributedPolynomial| 2948155 2950304 2950488 "XDPOLY" NIL XDPOLY (NIL T T) |domain| NIL NIL NIL) (|XAlgebra| 2946205 2947171 2947231 "XALG" 2947236 XALG (NIL T) |category| NIL 2947406 NIL) (|WuWenTsunTriangularSet| 2940414 2944219 2944836 "WUTSET" NIL WUTSET (NIL T T T T) |domain| NIL NIL NIL) (|WeightedPolynomials| 2938161 2939206 2939703 "WP" NIL WP (NIL T T T T NIL NIL NIL) |domain| NIL NIL NIL) (|WhileAst| 2937668 2937945 2938070 "WHILEAST" NIL WHILEAST (NIL) |domain| NIL NIL NIL) (|WhereAst| 2937069 2937383 2937544 "WHEREAST" NIL WHEREAST (NIL) |domain| NIL NIL NIL) (|WildFunctionFieldIntegralBasis| 2935782 2935951 2936361 "WFFINTBS" NIL WFFINTBS (NIL T T T T) |package| NIL NIL NIL) (|WeierstrassPreparation| 2933972 2934385 2934886 "WEIER" NIL WEIER (NIL T) |package| NIL NIL NIL) (|VectorSpace| 2932440 2933121 2933188 "VSPACE" 2933408 VSPACE (NIL T) |category| NIL 2933526 NIL) (|VectorSpace&| 2932272 2932301 2932435 "VSPACE-" NIL VSPACE- (NIL T T) |package| NIL NIL NIL) (|Void| 2932053 2932119 2932227 "VOID" NIL VOID (NIL) |domain| NIL NIL NIL) (|ViewDefaultsPackage| 2928842 2929718 2930892 "VIEWDEF" NIL VIEWDEF (NIL) |package| NIL NIL NIL) (|ThreeDimensionalViewport| 2921805 2924019 2926332 "VIEW3D" NIL VIEW3D (NIL) |domain| NIL NIL NIL) (|TwoDimensionalViewport| 2916266 2918026 2919728 "VIEW2D" NIL VIEW2D (NIL) |domain| NIL NIL NIL) (|ViewportPackage| 2914848 2915195 2915648 "VIEW" NIL VIEW (NIL) |package| NIL NIL NIL) (|VectorFunctions2| 2913562 2913832 2914199 "VECTOR2" NIL VECTOR2 (NIL T T) |package| NIL NIL NIL) (|Vector| 2909901 2913311 2913446 "VECTOR" NIL VECTOR (NIL T) |domain| NIL NIL NIL) (|VectorCategory| 2900973 2906217 2906289 "VECTCAT" 2907963 VECTCAT (NIL T) |category| NIL 2908753 NIL) (|VectorCategory&| 2900095 2900452 2900968 "VECTCAT-" NIL VECTCAT- (NIL T T) |package| NIL NIL NIL) (|Variable| 2899585 2899842 2899989 "VARIABLE" NIL VARIABLE (NIL NIL) |domain| NIL NIL NIL) (|UnionType| 2899478 2899483 2899531 "UTYPE" 2899536 UTYPE (NIL) |category| NIL NIL NIL) (|UTSodetools| 2897793 2898018 2898474 "UTSODETL" NIL UTSODETL (NIL T T T T) |package| NIL NIL NIL) (|UnivariateTaylorSeriesODESolver| 2895272 2895747 2896398 "UTSODE" NIL UTSODE (NIL T T) |package| NIL NIL NIL) (|UnivariateTaylorSeriesCategory| 2881652 2888112 2888216 "UTSCAT" 2890240 UTSCAT (NIL T) |category| NIL 2891493 NIL) (|UnivariateTaylorSeriesCategory&| 2879488 2880458 2881647 "UTSCAT-" NIL UTSCAT- (NIL T T) |package| NIL NIL NIL) (|UnivariateTaylorSeriesFunctions2| 2878868 2878924 2879194 "UTS2" NIL UTS2 (NIL T T T T) |package| NIL NIL NIL) (|UnivariateTaylorSeries| 2872679 2877095 2877837 "UTS" NIL UTS (NIL T NIL NIL) |domain| NIL NIL NIL) (|UnaryRecursiveAggregate| 2864344 2867231 2867321 "URAGG" 2871030 URAGG (NIL T) |category| NIL 2872123 NIL) (|UnaryRecursiveAggregate&| 2862048 2863053 2864339 "URAGG-" NIL URAGG- (NIL T T) |package| NIL NIL NIL) (|UnivariatePuiseuxSeriesWithExponentialSingularity| 2857721 2860457 2861274 "UPXSSING" NIL UPXSSING (NIL T T NIL NIL) |domain| NIL NIL NIL) (|UnivariatePuiseuxSeriesConstructor| 2852157 2857514 2857716 "UPXSCONS" NIL UPXSCONS (NIL T T) |domain| NIL NIL NIL) (|UnivariatePuiseuxSeriesConstructorCategory| 2837853 2845653 2845828 "UPXSCCA" 2847084 UPXSCCA (NIL T T) |category| NIL 2847491 NIL) (|UnivariatePuiseuxSeriesConstructorCategory&| 2837343 2837471 2837848 "UPXSCCA-" NIL UPXSCCA- (NIL T T T) |package| NIL NIL NIL) (|UnivariatePuiseuxSeriesCategory| 2822912 2830552 2830658 "UPXSCAT" 2831803 UPXSCAT (NIL T) |category| NIL 2832782 NIL) (|UnivariatePuiseuxSeriesFunctions2| 2822096 2822228 2822534 "UPXS2" NIL UPXS2 (NIL T T NIL NIL NIL NIL) |package| NIL NIL NIL) (|UnivariatePuiseuxSeries| 2816285 2821387 2821850 "UPXS" NIL UPXS (NIL T NIL NIL) |domain| NIL NIL NIL) (|UnivariatePolynomialSquareFree| 2814887 2815124 2815582 "UPSQFREE" NIL UPSQFREE (NIL T T) |package| NIL NIL NIL) (|UnivariatePowerSeriesCategory| 2804572 2808616 2808748 "UPSCAT" 2810787 UPSCAT (NIL T T) |category| NIL 2811874 NIL) (|UnivariatePowerSeriesCategory&| 2803702 2804017 2804567 "UPSCAT-" NIL UPSCAT- (NIL T T T) |package| NIL NIL NIL) (|UnivariatePolynomialCategoryFunctions2| 2803072 2803128 2803406 "UPOLYC2" NIL UPOLYC2 (NIL T T T T) |package| NIL NIL NIL) (|UnivariatePolynomialCategory| 2779859 2790829 2790929 "UPOLYC" 2794902 UPOLYC (NIL T) |category| NIL 2796954 NIL) (|UnivariatePolynomialCategory&| 2773147 2776032 2779854 "UPOLYC-" NIL UPOLYC- (NIL T T) |package| NIL NIL NIL) (|UnivariatePolynomialMultiplicationPackage| 2772220 2772375 2772701 "UPMP" NIL UPMP (NIL T T) |package| NIL NIL NIL) (|UnivariatePolynomialDivisionPackage| 2771545 2771662 2771950 "UPDIVP" NIL UPDIVP (NIL T T) |package| NIL NIL NIL) (|UnivariatePolynomialDecompositionPackage| 2769781 2770146 2770720 "UPDECOMP" NIL UPDECOMP (NIL T T) |package| NIL NIL NIL) (|UnivariatePolynomialCommonDenominator| 2768490 2768666 2769051 "UPCDEN" NIL UPCDEN (NIL T T T) |package| NIL NIL NIL) (|UnivariatePolynomialFunctions2| 2767790 2767906 2768170 "UP2" NIL UP2 (NIL NIL T NIL T) |package| NIL NIL NIL) (|UnivariatePolynomial| 2759935 2767367 2767613 "UP" NIL UP (NIL NIL T) |domain| NIL NIL NIL) (|UniversalSegmentFunctions2| 2759091 2759259 2759565 "UNISEG2" NIL UNISEG2 (NIL T T) |package| NIL NIL NIL) (|UniversalSegment| 2757602 2758356 2758782 "UNISEG" NIL UNISEG (NIL T) |domain| NIL NIL NIL) (|UnivariateFactorize| 2756608 2756851 2757206 "UNIFACT" NIL UNIFACT (NIL T) |package| NIL NIL NIL) (|UnivariateLaurentSeriesConstructor| 2747539 2756402 2756603 "ULSCONS" NIL ULSCONS (NIL T T) |domain| NIL NIL NIL) (|UnivariateLaurentSeriesConstructorCategory| 2721559 2736259 2736433 "ULSCCAT" 2737831 ULSCCAT (NIL T T) |category| NIL 2738315 NIL) (|UnivariateLaurentSeriesConstructorCategory&| 2720553 2720883 2721554 "ULSCCAT-" NIL ULSCCAT- (NIL T T T) |package| NIL NIL NIL) (|UnivariateLaurentSeriesCategory| 2705431 2713248 2713354 "ULSCAT" 2714926 ULSCAT (NIL T) |category| NIL 2716096 NIL) (|UnivariateLaurentSeriesFunctions2| 2704615 2704747 2705053 "ULS2" NIL ULS2 (NIL T T NIL NIL NIL NIL) |package| NIL NIL NIL) (|UnivariateLaurentSeries| 2695357 2703897 2704306 "ULS" NIL ULS (NIL T NIL NIL) |domain| NIL NIL NIL) (|UInt8| 2694478 2695014 2695191 "UINT8" NIL UINT8 (NIL) |domain| NIL NIL 2695293) (|UInt64| 2693595 2694131 2694310 "UINT64" NIL UINT64 (NIL) |domain| NIL NIL 2694413) (|UInt32| 2692712 2693248 2693427 "UINT32" NIL UINT32 (NIL) |domain| NIL NIL 2693530) (|UInt16| 2691829 2692365 2692544 "UINT16" NIL UINT16 (NIL) |domain| NIL NIL 2692647) (|UniqueFactorizationDomain| 2688967 2690463 2690543 "UFD" 2690948 UFD (NIL) |category| NIL 2691148 NIL) (|UniqueFactorizationDomain&| 2688679 2688756 2688962 "UFD-" NIL UFD- (NIL T) |package| NIL NIL NIL) (|UserDefinedVariableOrdering| 2687799 2688014 2688335 "UDVO" NIL UDVO (NIL) |package| NIL NIL NIL) (|UserDefinedPartialOrdering| 2685868 2686306 2686900 "UDPO" NIL UDPO (NIL T) |package| NIL NIL NIL) (|TypeAst| 2685574 2685809 2685863 "TYPEAST" NIL TYPEAST (NIL) |domain| NIL NIL NIL) (|Type| 2685498 2685503 2685541 "TYPE" 2685546 TYPE (NIL) |category| NIL 2685556 NIL) (|TwoFactorize| 2684491 2684699 2684992 "TWOFACT" NIL TWOFACT (NIL T) |package| NIL NIL NIL) (|Tuple| 2683499 2683917 2684257 "TUPLE" NIL TUPLE (NIL T) |domain| NIL NIL NIL) (|TubePlotTools| 2682089 2682463 2682889 "TUBETOOL" NIL TUBETOOL (NIL) |package| NIL NIL NIL) (|TubePlot| 2681029 2681284 2681621 "TUBE" NIL TUBE (NIL T) |domain| NIL NIL NIL) (|TriangularSetCategory| 2661629 2667021 2667225 "TSETCAT" 2678004 TSETCAT (NIL T T T T) |category| NIL 2680394 NIL) (|TriangularSetCategory&| 2657631 2659410 2661624 "TSETCAT-" NIL TSETCAT- (NIL T T T T T) |package| NIL NIL NIL) (|TaylorSeries| 2653534 2656584 2657024 "TS" NIL TS (NIL T) |domain| NIL NIL NIL) (|TranscendentalManipulations| 2650393 2651380 2652559 "TRMANIP" NIL TRMANIP (NIL T T) |package| NIL NIL NIL) (|TriangularMatrixOperations| 2649719 2649811 2650099 "TRIMAT" NIL TRIMAT (NIL T T T T) |package| NIL NIL NIL) (|TrigonometricManipulations| 2647920 2648223 2648842 "TRIGMNIP" NIL TRIGMNIP (NIL T T) |package| NIL NIL NIL) (|TrigonometricFunctionCategory| 2647080 2647229 2647317 "TRIGCAT" 2647746 TRIGCAT (NIL) |category| NIL NIL NIL) (|TrigonometricFunctionCategory&| 2646739 2646839 2647075 "TRIGCAT-" NIL TRIGCAT- (NIL T) |package| NIL NIL NIL) (|Tree| 2643902 2645772 2646222 "TREE" NIL TREE (NIL T) |domain| NIL NIL NIL) (|TranscendentalFunctionCategory| 2642631 2643323 2643413 "TRANFUN" 2643484 TRANFUN (NIL) |category| NIL 2643702 NIL) (|TranscendentalFunctionCategory&| 2641986 2642238 2642626 "TRANFUN-" NIL TRANFUN- (NIL T) |package| NIL NIL NIL) (|TopLevelThreeSpace| 2641657 2641724 2641862 "TOPSP" NIL TOPSP (NIL) |package| NIL NIL NIL) (|ToolsForSign| 2641037 2641174 2641381 "TOOLSIGN" NIL TOOLSIGN (NIL T) |package| NIL NIL NIL) (|TextFile| 2639784 2640413 2640749 "TEXTFILE" NIL TEXTFILE (NIL) |domain| NIL NIL NIL) (|TexFormat1| 2639488 2639534 2639655 "TEX1" NIL TEX1 (NIL T) |package| NIL NIL NIL) (|TexFormat| 2637944 2638514 2639008 "TEX" NIL TEX (NIL) |domain| NIL NIL NIL) (|TabulatedComputationPackage| 2636340 2636742 2637256 "TBCMPPK" NIL TBCMPPK (NIL T T) |package| NIL NIL NIL) (|TableAggregate| 2624258 2633470 2633570 "TBAGG" 2634093 TBAGG (NIL T T) |category| NIL 2634386 NIL) (|TableAggregate&| 2622464 2623239 2624253 "TBAGG-" NIL TBAGG- (NIL T T T) |package| NIL NIL NIL) (|TangentExpansions| 2621651 2621826 2622082 "TANEXP" NIL TANEXP (NIL T) |package| NIL NIL NIL) (|TermAlgebraOperator| 2621012 2621339 2621512 "TALGOP" NIL TALGOP (NIL T) |domain| NIL NIL NIL) (|Tableau| 2620494 2620626 2620824 "TABLEAU" NIL TABLEAU (NIL T) |domain| NIL NIL NIL) (|Table| 2617628 2620400 2620489 "TABLE" NIL TABLE (NIL T T) |domain| NIL NIL NIL) (|TableauxBumpers| 2614719 2615377 2616107 "TABLBUMP" NIL TABLBUMP (NIL T) |package| NIL NIL NIL) (|System| 2613881 2614101 2614410 "SYSTEM" NIL SYSTEM (NIL) |package| NIL NIL NIL) (|SystemSolvePackage| 2611967 2612342 2612869 "SYSSOLP" NIL SYSSOLP (NIL T) |package| NIL NIL NIL) (|SystemPointer| 2611705 2611903 2611962 "SYSPTR" NIL SYSPTR (NIL) |domain| NIL NIL NIL) (|SystemNonNegativeInteger| 2610632 2611236 2611476 "SYSNNI" NIL SYSNNI (NIL NIL) |domain| NIL NIL 2611640) (|SystemInteger| 2609850 2610328 2610479 "SYSINT" NIL SYSINT (NIL NIL) |domain| NIL NIL 2610578) (|Syntax| 2606598 2607797 2608795 "SYNTAX" NIL SYNTAX (NIL) |domain| NIL NIL NIL) (|SymbolTable| 2604275 2604977 2605737 "SYMTAB" NIL SYMTAB (NIL) |domain| NIL NIL NIL) (|TheSymbolTable| 2600906 2601843 2602980 "SYMS" NIL SYMS (NIL) |domain| NIL NIL NIL) (|SymmetricPolynomial| 2597778 2600318 2600682 "SYMPOLY" NIL SYMPOLY (NIL T) |domain| NIL NIL NIL) (|SymmetricFunctions| 2597153 2597256 2597454 "SYMFUNC" NIL SYMFUNC (NIL T) |package| NIL NIL NIL) (|Symbol| 2594214 2595526 2596445 "SYMBOL" NIL SYMBOL (NIL) |domain| NIL NIL NIL) (|SparseUnivariateTaylorSeries| 2588545 2593067 2593561 "SUTS" NIL SUTS (NIL T NIL NIL) |domain| NIL NIL NIL) (|SparseUnivariatePuiseuxSeries| 2582692 2587806 2588293 "SUPXS" NIL SUPXS (NIL T NIL NIL) |domain| NIL NIL NIL) (|SupFractionFactorizer| 2581870 2581999 2582318 "SUPFRACF" NIL SUPFRACF (NIL T T T T) |package| NIL NIL NIL) (|SparseUnivariatePolynomialFunctions2| 2581222 2581340 2581590 "SUP2" NIL SUP2 (NIL T T) |package| NIL NIL NIL) (|SparseUnivariatePolynomial| 2573029 2580730 2580987 "SUP" NIL SUP (NIL T) |domain| NIL NIL NIL) (|RationalFunctionSum| 2571847 2572074 2572457 "SUMRF" NIL SUMRF (NIL T) |package| NIL NIL NIL) (|FunctionSpaceSum| 2570927 2571019 2571413 "SUMFS" NIL SUMFS (NIL T T) |package| NIL NIL NIL) (|SparseUnivariateLaurentSeries| 2561175 2570185 2570612 "SULS" NIL SULS (NIL T NIL NIL) |domain| NIL NIL NIL) (|SuchThatAst| 2560673 2560950 2561081 "SUCHTAST" NIL SUCHTAST (NIL) |domain| NIL NIL NIL) (|SuchThat| 2559961 2560241 2560432 "SUCH" NIL SUCH (NIL T T) |domain| NIL NIL NIL) (|SubSpace| 2555591 2556912 2558190 "SUBSPACE" NIL SUBSPACE (NIL NIL T) |domain| NIL NIL NIL) (|SubResultantPackage| 2554712 2554862 2555169 "SUBRESP" NIL SUBRESP (NIL T T) |package| NIL NIL NIL) (|StreamTranscendentalFunctionsNonCommutative| 2552585 2553264 2554079 "STTFNC" NIL STTFNC (NIL T) |package| NIL NIL NIL) (|StreamTranscendentalFunctions| 2549893 2550729 2551660 "STTF" NIL STTF (NIL T) |package| NIL NIL NIL) (|StreamTaylorSeriesOperations| 2545483 2546775 2548168 "STTAYLOR" NIL STTAYLOR (NIL T) |package| NIL NIL NIL) (|StringTable| 2542615 2545383 2545478 "STRTBL" NIL STRTBL (NIL T) |domain| NIL NIL NIL) (|String| 2538595 2542214 2542410 "STRING" NIL STRING (NIL) |domain| NIL NIL NIL) (|StreamFunctions3| 2538015 2538114 2538314 "STREAM3" NIL STREAM3 (NIL T T T) |package| NIL NIL NIL) (|StreamFunctions2| 2536979 2537170 2537451 "STREAM2" NIL STREAM2 (NIL T T) |package| NIL NIL NIL) (|StreamFunctions1| 2536615 2536676 2536817 "STREAM1" NIL STREAM1 (NIL T) |package| NIL NIL NIL) (|Stream| 2530584 2534566 2535431 "STREAM" NIL STREAM (NIL T) |domain| NIL NIL NIL) (|StreamInfiniteProduct| 2529612 2529818 2530153 "STINPROD" NIL STINPROD (NIL T) |package| NIL NIL NIL) (|StepAst| 2528730 2529129 2529371 "STEPAST" NIL STEPAST (NIL) |domain| NIL NIL NIL) (|StepThrough| 2528032 2528300 2528352 "STEP" 2528499 STEP (NIL) |category| NIL 2528618 NIL) (|SparseTable| 2525144 2527916 2528027 "STBL" NIL STBL (NIL T T NIL) |domain| NIL NIL NIL) (|StreamAggregate| 2518249 2523047 2523121 "STAGG" 2523889 STAGG (NIL T) |category| NIL 2524252 NIL) (|StreamAggregate&| 2516424 2517171 2518244 "STAGG-" NIL STAGG- (NIL T T) |package| NIL NIL NIL) (|Stack| 2514757 2516178 2516310 "STACK" NIL STACK (NIL T) |domain| NIL NIL NIL) (|SemiRing| 2513821 2514467 2514513 "SRING" 2514518 SRING (NIL) |category| NIL 2514557 NIL) (|SquareFreeRegularTriangularSet| 2507617 2512385 2513015 "SREGSET" NIL SREGSET (NIL T T T T) |domain| NIL NIL NIL) (|SquareFreeRegularSetDecompositionPackage| 2502870 2503572 2504653 "SRDCMPK" NIL SRDCMPK (NIL T T T T T) |package| NIL NIL NIL) (|StringAggregate| 2492849 2498195 2498255 "SRAGG" 2500499 SRAGG (NIL) |category| |String| 2501570 NIL) (|StringAggregate&| 2491912 2492292 2492844 "SRAGG-" NIL SRAGG- (NIL T) |package| NIL NIL NIL) (|SquareMatrix| 2486904 2491147 2491537 "SQMATRIX" NIL SQMATRIX (NIL NIL T) |domain| NIL NIL NIL) (|SplittingTree| 2482343 2484561 2485457 "SPLTREE" NIL SPLTREE (NIL T T) |domain| NIL NIL NIL) (|SplittingNode| 2479251 2480115 2480953 "SPLNODE" NIL SPLNODE (NIL T T) |domain| NIL NIL NIL) (|SpecialFunctionCategory| 2477625 2477965 2478041 "SPFCAT" 2478882 SPFCAT (NIL) |category| NIL NIL NIL) (|SpecialOutputPackage| 2476605 2476834 2477206 "SPECOUT" NIL SPECOUT (NIL) |package| NIL NIL NIL) (|SpadAstExports| 2462162 2465104 2465162 "SPADXPT" 2472871 SPADXPT (NIL) |category| |SpadAst| 2476321 NIL) (|SpadParser| 2461871 2461927 2462038 "SPADPRSR" NIL SPADPRSR (NIL) |package| NIL NIL NIL) (|SpadAst| 2459311 2461816 2461866 "SPADAST" NIL SPADAST (NIL) |domain| NIL NIL NIL) (|ThreeSpaceCategory| 2446255 2449047 2449127 "SPACEC" 2456348 SPACEC (NIL T) |category| |ThreeSpace| 2459199 NIL) (|ThreeSpace| 2444299 2446171 2446250 "SPACE3" NIL SPACE3 (NIL T) |domain| NIL NIL NIL) (|SortPackage| 2443115 2443300 2443721 "SORTPAK" NIL SORTPAK (NIL T T) |package| NIL NIL NIL) (|TransSolvePackage| 2441720 2441926 2442358 "SOLVETRA" NIL SOLVETRA (NIL T) |package| NIL NIL NIL) (|TransSolvePackageService| 2440796 2440976 2441261 "SOLVESER" NIL SOLVESER (NIL T) |package| NIL NIL NIL) (|RadicalSolvePackage| 2438059 2438601 2439408 "SOLVERAD" NIL SOLVERAD (NIL T) |package| NIL NIL NIL) (|PolynomialSolveByFormulas| 2435172 2435856 2436790 "SOLVEFOR" NIL SOLVEFOR (NIL T T) |package| NIL NIL NIL) (|SquareFreeNormalizedTriangularSetCategory| 2427297 2433914 2434153 "SNTSCAT" 2434158 SNTSCAT (NIL T T T T) |category| NIL 2434295 NIL) (|SparseMultivariateTaylorSeries| 2421682 2425270 2425918 "SMTS" NIL SMTS (NIL T T T) |domain| NIL NIL NIL) (|SparseMultivariatePolynomial| 2415789 2421511 2421677 "SMP" NIL SMP (NIL T T) |domain| NIL NIL NIL) (|SmithNormalForm| 2413793 2414188 2414755 "SMITH" NIL SMITH (NIL T T T T) |package| NIL NIL NIL) (|SquareMatrixCategory| 2401897 2407700 2407898 "SMATCAT" 2410443 SMATCAT (NIL NIL T T T) |category| NIL 2411286 NIL) (|SquareMatrixCategory&| 2399231 2400292 2401892 "SMATCAT-" NIL SMATCAT- (NIL T NIL T T T) |package| NIL NIL NIL) (|ShallowlyMutableAggregate| 2398648 2398847 2398941 "SMAGG" 2399085 SMAGG (NIL T) |category| NIL 2399178 NIL) (|StackAggregate| 2395422 2397317 2397389 "SKAGG" 2397807 SKAGG (NIL T) |category| NIL 2398026 NIL) (|SingleInteger| 2391472 2395149 2395330 "SINT" NIL SINT (NIL) |domain| NIL NIL 2395389) (|SimplifyAlgebraicNumberConvertPackage| 2391042 2391118 2391302 "SIMPAN" NIL SIMPAN (NIL) |package| NIL NIL NIL) (|RationalFunctionSign| 2390010 2390206 2390511 "SIGNRF" NIL SIGNRF (NIL T) |package| NIL NIL NIL) (|ElementaryFunctionSign| 2388674 2388843 2389312 "SIGNEF" NIL SIGNEF (NIL T T) |package| NIL NIL NIL) (|SignatureAst| 2387864 2388228 2388446 "SIGAST" NIL SIGAST (NIL) |domain| NIL NIL NIL) (|Signature| 2387133 2387452 2387648 "SIG" NIL SIG (NIL) |domain| NIL NIL NIL) (|SturmHabichtPackage| 2385551 2385965 2386514 "SHP" NIL SHP (NIL T NIL) |package| NIL NIL NIL) (|SplitHomogeneousDirectProduct| 2380797 2385362 2385546 "SHDP" NIL SHDP (NIL NIL NIL T) |domain| NIL NIL NIL) (|SemiGroup| 2380115 2380382 2380430 "SGROUP" 2380576 SGROUP (NIL) |category| NIL 2380685 NIL) (|SemiGroup&| 2379941 2379986 2380110 "SGROUP-" NIL SGROUP- (NIL T) |package| NIL NIL NIL) (|SemiGroupOperatorCategory| 2379461 2379501 2379600 "SGPOPC" 2379605 SGPOPC (NIL T) |category| NIL 2379844 NIL) (|SemiGroupOperation| 2378799 2379091 2379307 "SGPOP" NIL SGPOP (NIL T) |domain| NIL NIL NIL) (|SymmetricGroupCombinatoricFunctions| 2376440 2377083 2377837 "SGCF" NIL SGCF (NIL) |package| NIL NIL NIL) (|SquareFreeRegularTriangularSetCategory| 2368772 2375389 2375622 "SFRTCAT" 2375627 SFRTCAT (NIL T T T T) |category| |SquareFreeRegularTriangularSet| 2375694 NIL) (|SquareFreeRegularTriangularSetGcdPackage| 2363816 2364796 2366105 "SFRGCD" NIL SFRGCD (NIL T T T T T) |package| NIL NIL NIL) (|SquareFreeQuasiComponentPackage| 2358779 2359763 2361029 "SFQCMPK" NIL SFQCMPK (NIL T T T T T) |package| NIL NIL NIL) (|SExpressionOf| 2357710 2358622 2358774 "SEXOF" NIL SEXOF (NIL T T T T T) |domain| NIL NIL NIL) (|SExpressionCategory| 2350390 2351420 2351548 "SEXCAT" 2356437 SEXCAT (NIL T T T T T) |category| NIL 2357333 NIL) (|SExpression| 2349450 2350257 2350385 "SEX" NIL SEX (NIL) |domain| NIL NIL NIL) (|SetOfMIntegersInOneToN| 2347621 2348281 2348744 "SETMN" NIL SETMN (NIL NIL NIL) |domain| NIL NIL NIL) (|SetCategory| 2346972 2347174 2347226 "SETCAT" 2347380 SETCAT (NIL) |category| NIL 2347531 NIL) (|SetCategory&| 2346722 2346802 2346967 "SETCAT-" NIL SETCAT- (NIL T) |package| NIL NIL NIL) (|SetAggregate| 2342504 2344186 2344261 "SETAGG" 2345710 SETAGG (NIL T) |category| NIL 2346247 NIL) (|SetAggregate&| 2342015 2342174 2342499 "SETAGG-" NIL SETAGG- (NIL T T) |package| NIL NIL NIL) (|Set| 2339718 2341938 2342010 "SET" NIL SET (NIL T) |domain| NIL NIL NIL) (|SequenceAst| 2339091 2339403 2339568 "SEQAST" NIL SEQAST (NIL) |domain| NIL NIL NIL) (|SegmentExpansionCategory| 2337775 2338184 2338314 "SEGXCAT" 2338847 SEGXCAT (NIL T T) |category| NIL 2339026 NIL) (|SegmentCategory| 2336258 2336543 2336617 "SEGCAT" 2337432 SEGCAT (NIL T) |category| NIL 2337741 NIL) (|SegmentBindingFunctions2| 2335718 2335812 2336014 "SEGBIND2" NIL SEGBIND2 (NIL T T) |package| NIL NIL NIL) (|SegmentBinding| 2334758 2335108 2335389 "SEGBIND" NIL SEGBIND (NIL T) |domain| NIL NIL NIL) (|SegmentAst| 2334241 2334524 2334659 "SEGAST" NIL SEGAST (NIL) |domain| NIL NIL NIL) (|SegmentFunctions2| 2333484 2333632 2333900 "SEG2" NIL SEG2 (NIL T T) |package| NIL NIL NIL) (|Segment| 2332555 2333208 2333479 "SEG" NIL SEG (NIL T) |domain| NIL NIL NIL) (|SequentialDifferentialVariable| 2331798 2332415 2332550 "SDVAR" NIL SDVAR (NIL T) |domain| NIL NIL NIL) (|SequentialDifferentialPolynomial| 2324853 2331508 2331793 "SDPOL" NIL SDPOL (NIL T) |domain| NIL NIL NIL) (|StructuralConstantsPackage| 2323431 2323721 2324157 "SCPKG" NIL SCPKG (NIL T) |package| NIL NIL NIL) (|Scope| 2322430 2322733 2323074 "SCOPE" NIL SCOPE (NIL) |domain| NIL NIL NIL) (|SortedCache| 2321512 2321715 2322009 "SCACHE" NIL SCACHE (NIL T) |package| NIL NIL NIL) (|SpadSyntaxCategory| 2320908 2321169 2321235 "SASTCAT" 2321240 SASTCAT (NIL) |category| NIL 2321277 NIL) (|SingletonAsOrderedSet| 2320327 2320687 2320844 "SAOS" NIL SAOS (NIL) |domain| NIL NIL NIL) (|SAERationalFunctionAlgFactor| 2319579 2319629 2319970 "SAERFFC" NIL SAERFFC (NIL T T T) |package| NIL NIL NIL) (|SimpleAlgebraicExtensionAlgFactor| 2318846 2318896 2319232 "SAEFACT" NIL SAEFACT (NIL T T T) |package| NIL NIL NIL) (|SimpleAlgebraicExtension| 2313436 2318667 2318841 "SAE" NIL SAE (NIL T T NIL) |domain| NIL NIL NIL) (|RationalUnivariateRepresentationPackage| 2312058 2312283 2312716 "RURPK" NIL RURPK (NIL T NIL) |package| NIL NIL NIL) (|Ruleset| 2310631 2311008 2311402 "RULESET" NIL RULESET (NIL T T T) |domain| NIL NIL NIL) (|RuleCalled| 2310163 2310396 2310524 "RULECOLD" NIL RULECOLD (NIL NIL) |domain| NIL NIL NIL) (|RewriteRule| 2307646 2308333 2308957 "RULE" NIL RULE (NIL T T T) |domain| NIL NIL NIL) (|RuntimeValue| 2307403 2307441 2307555 "RTVALUE" NIL RTVALUE (NIL) |domain| NIL NIL NIL) (|RestrictAst| 2306764 2307080 2307249 "RSTRCAST" NIL RSTRCAST (NIL) |domain| NIL NIL NIL) (|RegularTriangularSetGcdPackage| 2302451 2303232 2304322 "RSETGCD" NIL RSETGCD (NIL T T T T T) |package| NIL NIL NIL) (|RegularTriangularSetCategory| 2284692 2291416 2291629 "RSETCAT" 2300063 RSETCAT (NIL T T T T) |category| NIL 2301764 NIL) (|RegularTriangularSetCategory&| 2283232 2283739 2284687 "RSETCAT-" NIL RSETCAT- (NIL T T T T T) |package| NIL NIL NIL) (|RegularSetDecompositionPackage| 2278526 2279245 2280306 "RSDCMPK" NIL RSDCMPK (NIL T T T T T) |package| NIL NIL NIL) (|RealRootCharacterizationCategory| 2274801 2275484 2275662 "RRCC" 2277882 RRCC (NIL T T) |category| |RightOpenIntervalRootCharacterization| 2278414 NIL) (|RealRootCharacterizationCategory&| 2274100 2274328 2274796 "RRCC-" NIL RRCC- (NIL T T T) |package| NIL NIL NIL) (|RepeatAst| 2273464 2273781 2273947 "RPTAST" NIL RPTAST (NIL) |domain| NIL NIL NIL) (|RecursivePolynomialCategory| 2228932 2242897 2243048 "RPOLCAT" 2263111 RPOLCAT (NIL T T T) |category| NIL 2268277 NIL) (|RecursivePolynomialCategory&| 2222221 2225156 2228927 "RPOLCAT-" NIL RPOLCAT- (NIL T T T T) |package| NIL NIL NIL) (|RomanNumeral| 2218765 2221857 2222073 "ROMAN" NIL ROMAN (NIL) |domain| NIL NIL NIL) (|RightOpenIntervalRootCharacterization| 2216954 2217751 2218229 "ROIRC" NIL ROIRC (NIL T T) |domain| NIL NIL NIL) (|RealNumberSystem| 2210955 2214394 2214456 "RNS" 2214928 RNS (NIL) |category| NIL 2215372 NIL) (|RealNumberSystem&| 2209550 2210089 2210800 "RNS-" NIL RNS- (NIL T) |package| NIL NIL NIL) (|RangeBinding| 2208549 2208898 2209192 "RNGBIND" NIL RNGBIND (NIL T T) |domain| NIL NIL NIL) (|Rng| 2207377 2208037 2208073 "RNG" 2208166 RNG (NIL) |category| NIL 2208271 NIL) (|Rng&| 2207215 2207263 2207372 "RNG-" NIL RNG- (NIL T) |package| NIL NIL NIL) (|RightModule| 2206229 2206805 2206870 "RMODULE" 2206875 RMODULE (NIL T) |category| NIL 2206927 NIL) (|RectangularMatrixCategoryFunctions2| 2204538 2204661 2205238 "RMCAT2" NIL RMCAT2 (NIL NIL NIL T T T T T T T T) |package| NIL NIL NIL) (|RectangularMatrix| 2201462 2203870 2204334 "RMATRIX" NIL RMATRIX (NIL NIL NIL T) |domain| NIL NIL NIL) (|RectangularMatrixCategory| 2189796 2192833 2193053 "RMATCAT" 2199233 RMATCAT (NIL NIL NIL T T T) |category| NIL 2200671 NIL) (|RectangularMatrixCategory&| 2189099 2189313 2189791 "RMATCAT-" NIL RMATCAT- (NIL T NIL NIL T T T) |package| NIL NIL NIL) (|RightLinearSet| 2188511 2188739 2188816 "RLINSET" 2188915 RLINSET (NIL T) |category| NIL 2188987 NIL) (|RationalInterpolation| 2187912 2188028 2188251 "RINTERP" NIL RINTERP (NIL NIL T) |package| NIL NIL NIL) (|Ring| 2186304 2187195 2187233 "RING" 2187335 RING (NIL) |category| NIL 2187499 NIL) (|Ring&| 2186082 2186154 2186299 "RING-" NIL RING- (NIL T) |package| NIL NIL NIL) (|RandomIntegerDistributions| 2185103 2185343 2185674 "RIDIST" NIL RIDIST (NIL) |package| NIL NIL NIL) (|RegularChain| 2180100 2184475 2184804 "RGCHAIN" NIL RGCHAIN (NIL T NIL) |domain| NIL NIL NIL) (|RGBColorSpace| 2179012 2179628 2179707 "RGBCSPC" 2179814 RGBCSPC (NIL T) |category| NIL 2179908 NIL) (|RGBColorModel| 2177594 2178163 2178242 "RGBCMDL" 2178661 RGBCMDL (NIL T) |category| NIL 2178849 NIL) (|RationalFunctionFactorizer| 2177058 2177159 2177371 "RFFACTOR" NIL RFFACTOR (NIL T) |package| NIL NIL NIL) (|RationalFunctionFactor| 2176602 2176652 2176858 "RFFACT" NIL RFFACT (NIL T) |package| NIL NIL NIL) (|RandomFloatDistributions| 2175260 2175657 2176126 "RFDIST" NIL RFDIST (NIL) |package| NIL NIL NIL) (|RationalFunction| 2173142 2173604 2174175 "RF" NIL RF (NIL T) |package| NIL NIL NIL) (|RetractSolvePackage| 2172412 2172545 2172818 "RETSOL" NIL RETSOL (NIL T T) |package| NIL NIL NIL) (|RetractableTo| 2171841 2171960 2172030 "RETRACT" 2172238 RETRACT (NIL T) |category| NIL 2172380 NIL) (|RetractableTo&| 2171659 2171694 2171836 "RETRACT-" NIL RETRACT- (NIL T T) |package| NIL NIL NIL) (|ReturnAst| 2171160 2171438 2171566 "RETAST" NIL RETAST (NIL) |domain| NIL NIL NIL) (|ResidueRing| 2169568 2170485 2170806 "RESRING" NIL RESRING (NIL T T T T NIL) |domain| NIL NIL NIL) (|ResolveLatticeCompletion| 2169074 2169141 2169315 "RESLATC" NIL RESLATC (NIL T) |package| NIL NIL NIL) (|RepeatedSquaring| 2168633 2168688 2168881 "REPSQ" NIL REPSQ (NIL T) |package| NIL NIL NIL) (|RepeatedDoubling| 2168186 2168243 2168438 "REPDB" NIL REPDB (NIL T) |package| NIL NIL NIL) (|RepresentationPackage2| 2164278 2165130 2166223 "REP2" NIL REP2 (NIL T) |package| NIL NIL NIL) (|RepresentationPackage1| 2161291 2161933 2162883 "REP1" NIL REP1 (NIL T) |package| NIL NIL NIL) (|RadicalEigenPackage| 2159568 2160059 2160616 "REP" NIL REP (NIL) |package| NIL NIL NIL) (|RegularTriangularSet| 2153414 2158182 2158782 "REGSET" NIL REGSET (NIL T T T T) |domain| NIL NIL NIL) (|Reference| 2152649 2152942 2153159 "REF" NIL REF (NIL T) |domain| NIL NIL NIL) (|ReductionOfOrder| 2151811 2151935 2152212 "REDORDER" NIL REDORDER (NIL T T) |package| NIL NIL NIL) (|RealClosure| 2147323 2150793 2151230 "RECLOS" NIL RECLOS (NIL T) |domain| NIL NIL NIL) (|RealSolvePackage| 2146386 2146604 2146896 "REALSOLV" NIL REALSOLV (NIL) |package| NIL NIL NIL) (|RealZeroPackageQ| 2144830 2145122 2145570 "REAL0Q" NIL REAL0Q (NIL T) |package| NIL NIL NIL) (|RealZeroPackage| 2143046 2143416 2143941 "REAL0" NIL REAL0 (NIL T) |package| NIL NIL NIL) (|RealConstant| 2142758 2142838 2142892 "REAL" 2142897 REAL (NIL) |category| NIL 2142969 NIL) (|ReduceAst| 2142177 2142492 2142644 "RDUCEAST" NIL RDUCEAST (NIL) |domain| NIL NIL NIL) (|ReducedDivisor| 2141243 2141357 2141725 "RDIV" NIL RDIV (NIL T T T T T) |package| NIL NIL NIL) (|RandomDistributions| 2140192 2140416 2140731 "RDIST" NIL RDIST (NIL T) |package| NIL NIL NIL) (|TranscendentalRischDESystem| 2138764 2139036 2139515 "RDETRS" NIL RDETRS (NIL T T) |package| NIL NIL NIL) (|TranscendentalRischDE| 2136553 2137025 2137683 "RDETR" NIL RDETR (NIL T T) |package| NIL NIL NIL) (|ElementaryRischDESystem| 2134927 2135257 2135877 "RDEEFS" NIL RDEEFS (NIL T T) |package| NIL NIL NIL) (|ElementaryRischDE| 2133188 2133561 2134212 "RDEEF" NIL RDEEF (NIL T T) |package| NIL NIL NIL) (|RealClosedField| 2123261 2127689 2127749 "RCFIELD" 2130072 RCFIELD (NIL) |category| NIL 2131482 NIL) (|RealClosedField&| 2121458 2122155 2123108 "RCFIELD-" NIL RCFIELD- (NIL T) |package| NIL NIL NIL) (|RecursiveAggregate| 2116713 2118333 2118413 "RCAGG" 2120251 RCAGG (NIL T) |category| NIL 2120936 NIL) (|RecursiveAggregate&| 2116335 2116457 2116708 "RCAGG-" NIL RCAGG- (NIL T T) |package| NIL NIL NIL) (|RationalRetractions| 2115591 2115756 2116018 "RATRET" NIL RATRET (NIL T) |package| NIL NIL NIL) (|RationalFactorize| 2115068 2115157 2115376 "RATFACT" NIL RATFACT (NIL T) |package| NIL NIL NIL) (|RandomNumberSource| 2114440 2114592 2114822 "RANDSRC" NIL RANDSRC (NIL) |package| NIL NIL NIL) (|RadixUtilities| 2114091 2114156 2114284 "RADUTIL" NIL RADUTIL (NIL) |package| NIL NIL NIL) (|RadixExpansion| 2107797 2113282 2113702 "RADIX" NIL RADIX (NIL NIL) |domain| NIL NIL NIL) (|RadicalFunctionField| 2100565 2107520 2107792 "RADFF" NIL RADFF (NIL T T T NIL NIL) |domain| NIL NIL NIL) (|RadicalCategory| 2099987 2100101 2100161 "RADCAT" 2100424 RADCAT (NIL) |category| NIL NIL NIL) (|RadicalCategory&| 2099740 2099810 2099982 "RADCAT-" NIL RADCAT- (NIL T) |package| NIL NIL NIL) (|Queue| 2098008 2099480 2099619 "QUEUE" NIL QUEUE (NIL T) |domain| NIL NIL NIL) (|QuaternionCategoryFunctions2| 2097426 2097482 2097731 "QUATCT2" NIL QUATCT2 (NIL T T T T) |package| NIL NIL NIL) (|QuaternionCategory| 2086520 2091328 2091419 "QUATCAT" 2092932 QUATCAT (NIL T) |category| |Quaternion| 2094155 NIL) (|QuaternionCategory&| 2083251 2084548 2086317 "QUATCAT-" NIL QUATCAT- (NIL T T) |package| NIL NIL NIL) (|Quaternion| 2079791 2083156 2083246 "QUAT" NIL QUAT (NIL T) |domain| NIL NIL NIL) (|QueueAggregate| 2076231 2078194 2078266 "QUAGG" 2078883 QUAGG (NIL T) |category| NIL 2079169 NIL) (|QuasiquoteAst| 2075720 2075998 2076134 "QQUTAST" NIL QQUTAST (NIL) |domain| NIL NIL NIL) (|QuadraticForm| 2074574 2075220 2075485 "QFORM" NIL QFORM (NIL NIL T) |domain| NIL NIL NIL) (|QuotientFieldCategoryFunctions2| 2073973 2074029 2074289 "QFCAT2" NIL QFCAT2 (NIL T T T T) |package| NIL NIL NIL) (|QuotientFieldCategory| 2058847 2066460 2066556 "QFCAT" 2067889 QFCAT (NIL T) |category| NIL 2069546 NIL) (|QuotientFieldCategory&| 2054883 2056448 2058639 "QFCAT-" NIL QFCAT- (NIL T T) |package| NIL NIL NIL) (|QueryEquation| 2054287 2054448 2054665 "QEQUAT" NIL QEQUAT (NIL) |domain| NIL NIL NIL) (|QuasiComponentPackage| 2049330 2050314 2051560 "QCMPACK" NIL QCMPACK (NIL T T T T T) |package| NIL NIL NIL) (|QuasiAlgebraicSet2| 2048471 2048686 2049008 "QALGSET2" NIL QALGSET2 (NIL NIL NIL) |package| NIL NIL NIL) (|QuasiAlgebraicSet| 2045872 2046485 2047183 "QALGSET" NIL QALGSET (NIL T T T T) |domain| NIL NIL NIL) (|PAdicWildFunctionFieldIntegralBasis| 2044229 2044446 2044915 "PWFFINTB" NIL PWFFINTB (NIL T T T T) |package| NIL NIL NIL) (|PushVariables| 2042821 2043017 2043524 "PUSHVAR" NIL PUSHVAR (NIL T T T T) |package| NIL NIL NIL) (|PartialTranscendentalFunctions| 2035471 2037001 2037131 "PTRANFN" 2041227 PTRANFN (NIL T) |category| NIL NIL NIL) (|PointPackage| 2034607 2034866 2035189 "PTPACK" NIL PTPACK (NIL T) |package| NIL NIL NIL) (|PointFunctions2| 2034148 2034224 2034390 "PTFUNC2" NIL PTFUNC2 (NIL T T) |package| NIL NIL NIL) (|PointCategory| 2026745 2032135 2032205 "PTCAT" 2032683 PTCAT (NIL T) |category| |Point| 2032930 NIL) (|PolynomialSquareFree| 2026167 2026221 2026464 "PSQFR" NIL PSQFR (NIL T T T T) |package| NIL NIL NIL) (|PseudoLinearNormalForm| 2024802 2025104 2025497 "PSEUDLIN" NIL PSEUDLIN (NIL T) |package| NIL NIL NIL) (|PolynomialSetUtilitiesPackage| 2016287 2018329 2020753 "PSETPK" NIL PSETPK (NIL T T T T) |package| NIL NIL NIL) (|PolynomialSetCategory| 2004905 2008221 2008415 "PSETCAT" 2014478 PSETCAT (NIL T T T T) |category| NIL 2015745 NIL) (|PolynomialSetCategory&| 2002925 2003777 2004900 "PSETCAT-" NIL PSETCAT- (NIL T T T T T) |package| NIL NIL NIL) (|PlottableSpaceCurveCategory| 2001714 2001993 2002077 "PSCURVE" 2002590 PSCURVE (NIL) |category| |Plot3D| 2002885 NIL) (|PowerSeriesCategory| 1995163 1997329 1997461 "PSCAT" 1999073 PSCAT (NIL T T T) |category| NIL 1999455 NIL) (|PowerSeriesCategory&| 1994309 1994599 1995158 "PSCAT-" NIL PSCAT- (NIL T T T T) |package| NIL NIL NIL) (|Partition| 1992599 1993462 1993872 "PRTITION" NIL PRTITION (NIL) |domain| NIL NIL NIL) (|PretendAst| 1991963 1992279 1992446 "PRTDAST" NIL PRTDAST (NIL) |domain| NIL NIL NIL) (|PseudoRemainderSequence| 1983773 1986106 1988552 "PRS" NIL PRS (NIL T T) |package| NIL NIL NIL) (|PriorityQueueAggregate| 1980719 1982561 1982655 "PRQAGG" 1982987 PRQAGG (NIL T) |category| |Heap| 1983151 NIL) (|PropositionalLogic| 1979595 1980060 1980126 "PROPLOG" 1980378 PROPLOG (NIL) |category| NIL 1980568 NIL) (|PropositionalFormulaFunctions2| 1978969 1979075 1979326 "PROPFUN2" NIL PROPFUN2 (NIL T T) |package| NIL NIL NIL) (|PropositionalFormulaFunctions1| 1978207 1978340 1978604 "PROPFUN1" NIL PROPFUN1 (NIL T) |package| NIL NIL NIL) (|PropositionalFormula| 1976584 1977308 1977731 "PROPFRML" NIL PROPFRML (NIL T) |domain| NIL NIL NIL) (|Property| 1975988 1976154 1976366 "PROPERTY" NIL PROPERTY (NIL) |domain| NIL NIL NIL) (|Product| 1972875 1974724 1975733 "PRODUCT" NIL PRODUCT (NIL T T) |domain| NIL NIL NIL) (|PrintPackage| 1972599 1972648 1972756 "PRINT" NIL PRINT (NIL) |package| NIL NIL NIL) (|IntegerPrimesPackage| 1971831 1971992 1972253 "PRIMES" NIL PRIMES (NIL T) |package| NIL NIL NIL) (|PrimitiveElement| 1970167 1970506 1970998 "PRIMELT" NIL PRIMELT (NIL T) |package| NIL NIL NIL) (|PrimitiveFunctionCategory| 1969657 1969737 1969817 "PRIMCAT" 1970047 PRIMCAT (NIL) |category| NIL NIL NIL) (|PrimitiveArrayFunctions2| 1968558 1968765 1969078 "PRIMARR2" NIL PRIMARR2 (NIL T T) |package| NIL NIL NIL) (|PrimitiveArray| 1965567 1968456 1968553 "PRIMARR" NIL PRIMARR (NIL T) |domain| NIL NIL NIL) (|PrecomputedAssociatedEquations| 1964901 1965003 1965280 "PREASSOC" NIL PREASSOC (NIL T T) |package| NIL NIL NIL) (|PolynomialRing| 1961731 1964292 1964666 "PR" NIL PR (NIL T T) |domain| NIL NIL NIL) (|PlottablePlaneCurveCategory| 1960749 1960974 1961058 "PPCURVE" 1961449 PPCURVE (NIL) |category| NIL 1961691 NIL) (|PortNumber| 1960261 1960509 1960655 "PORTNUM" NIL PORTNUM (NIL) |domain| NIL NIL NIL) (|PolynomialRoots| 1957756 1958103 1958780 "POLYROOT" NIL POLYROOT (NIL T T T T T) |package| NIL NIL NIL) (|PolynomialCategoryLifting| 1956800 1956878 1957287 "POLYLIFT" NIL POLYLIFT (NIL T T T T T) |package| NIL NIL NIL) (|PolynomialCategoryQuotientFunctions| 1953614 1954159 1955055 "POLYCATQ" NIL POLYCATQ (NIL T T T T T) |package| NIL NIL NIL) (|PolynomialCategory| 1930619 1938524 1938657 "POLYCAT" 1945553 POLYCAT (NIL T T T) |category| NIL 1948749 NIL) (|PolynomialCategory&| 1925199 1927576 1930614 "POLYCAT-" NIL POLYCAT- (NIL T T T T) |package| NIL NIL NIL) (|PolynomialToUnivariatePolynomial| 1924593 1924699 1924933 "POLY2UP" NIL POLY2UP (NIL NIL T) |package| NIL NIL NIL) (|PolynomialFunctions2| 1924089 1924175 1924361 "POLY2" NIL POLY2 (NIL T T) |package| NIL NIL NIL) (|Polynomial| 1918111 1923661 1923909 "POLY" NIL POLY (NIL T) |domain| NIL NIL NIL) (|RealPolynomialUtilitiesPackage| 1916387 1916704 1917189 "POLUTIL" NIL POLUTIL (NIL T T) |package| NIL NIL NIL) (|PolToPol| 1915053 1915380 1915791 "POLTOPOL" NIL POLTOPOL (NIL NIL T) |package| NIL NIL NIL) (|Point| 1911493 1914984 1915048 "POINT" NIL POINT (NIL T) |domain| NIL NIL NIL) (|PolynomialNumberTheoryFunctions| 1910175 1910550 1911013 "PNTHEORY" NIL PNTHEORY (NIL) |package| NIL NIL NIL) (|PatternMatchTools| 1908735 1908965 1909363 "PMTOOLS" NIL PMTOOLS (NIL T T T) |package| NIL NIL NIL) (|PatternMatchSymbol| 1908212 1908315 1908509 "PMSYM" NIL PMSYM (NIL T) |package| NIL NIL NIL) (|PatternMatchQuotientFieldCategory| 1907427 1907522 1907858 "PMQFCAT" NIL PMQFCAT (NIL T T T) |package| NIL NIL NIL) (|FunctionSpaceAttachPredicates| 1906722 1906829 1907103 "PMPREDFS" NIL PMPREDFS (NIL T T T) |package| NIL NIL NIL) (|AttachPredicates| 1906050 1906189 1906420 "PMPRED" NIL PMPRED (NIL T) |package| NIL NIL NIL) (|PatternMatchPolynomialCategory| 1904459 1904653 1905154 "PMPLCAT" NIL PMPLCAT (NIL T T T T T) |package| NIL NIL NIL) (|PatternMatchListAggregate| 1903791 1903895 1904163 "PMLSAGG" NIL PMLSAGG (NIL T T T) |package| NIL NIL NIL) (|PatternMatchKernel| 1903047 1903153 1903453 "PMKERNEL" NIL PMKERNEL (NIL T T) |package| NIL NIL NIL) (|PatternMatchIntegerNumberSystem| 1902485 1902589 1902818 "PMINS" NIL PMINS (NIL T) |package| NIL NIL NIL) (|PatternMatchFunctionSpace| 1901646 1901741 1902100 "PMFS" NIL PMFS (NIL T T T) |package| NIL NIL NIL) (|PatternMatchPushDown| 1900540 1900718 1901065 "PMDOWN" NIL PMDOWN (NIL T T T) |package| NIL NIL NIL) (|FunctionSpaceAssertions| 1899740 1899887 1900160 "PMASSFS" NIL PMASSFS (NIL T T) |package| NIL NIL NIL) (|PatternMatchAssertions| 1899030 1899209 1899463 "PMASS" NIL PMASS (NIL) |package| NIL NIL NIL) (|PlotTools| 1898603 1898706 1898861 "PLOTTOOL" NIL PLOTTOOL (NIL) |package| NIL NIL NIL) (|Plot3D| 1895730 1896739 1897659 "PLOT3D" NIL PLOT3D (NIL) |domain| NIL NIL NIL) (|PlotFunctions1| 1894909 1895089 1895388 "PLOT1" NIL PLOT1 (NIL T) |package| NIL NIL NIL) (|Plot| 1891621 1892730 1893820 "PLOT" NIL PLOT (NIL) |domain| NIL NIL NIL) (|ParametricLinearEquations| 1880795 1882772 1885120 "PLEQN" NIL PLEQN (NIL T T T T) |package| NIL NIL NIL) (|PolynomialInterpolationAlgorithms| 1880282 1880350 1880576 "PINTERPA" NIL PINTERPA (NIL T T) |package| NIL NIL NIL) (|PolynomialInterpolation| 1879518 1879670 1879948 "PINTERP" NIL PINTERP (NIL NIL T) |package| NIL NIL NIL) (|PrincipalIdealDomain| 1876718 1878222 1878292 "PID" 1878627 PID (NIL) |category| NIL 1878837 NIL) (|PiCoercions| 1876370 1876424 1876558 "PICOERCE" NIL PICOERCE (NIL T) |package| NIL NIL NIL) (|PositiveInteger| 1875570 1876094 1876267 "PI" NIL PI (NIL) |domain| NIL NIL 1876328) (|PolyGroebner| 1875028 1875152 1875352 "PGROEB" NIL PGROEB (NIL T) |package| NIL NIL NIL) (|PermutationGroupExamples| 1872567 1873250 1874162 "PGE" NIL PGE (NIL) |package| NIL NIL NIL) (|PolynomialGcdPackage| 1870896 1871132 1871611 "PGCD" NIL PGCD (NIL T T T T) |package| NIL NIL NIL) (|PartialFractionPackage| 1869993 1870132 1870425 "PFRPAC" NIL PFRPAC (NIL T) |package| NIL NIL NIL) (|PartialFraction| 1866244 1868677 1869287 "PFR" NIL PFR (NIL T) |domain| NIL NIL NIL) (|PointsOfFiniteOrderTools| 1864590 1864864 1865337 "PFOTOOLS" NIL PFOTOOLS (NIL T T) |package| NIL NIL NIL) (|PointsOfFiniteOrderRational| 1863209 1863485 1863993 "PFOQ" NIL PFOQ (NIL T T T) |package| NIL NIL NIL) (|PointsOfFiniteOrder| 1861686 1861942 1862504 "PFO" NIL PFO (NIL T T T T T) |package| NIL NIL NIL) (|PolynomialFactorizationExplicit| 1856419 1858622 1858714 "PFECAT" 1860074 PFECAT (NIL) |category| NIL 1860969 NIL) (|PolynomialFactorizationExplicit&| 1855848 1856058 1856414 "PFECAT-" NIL PFECAT- (NIL T) |package| NIL NIL NIL) (|PolynomialFactorizationByRecursionUnivariate| 1854331 1854645 1855158 "PFBRU" NIL PFBRU (NIL T T) |package| NIL NIL NIL) (|PolynomialFactorizationByRecursion| 1851974 1852366 1852987 "PFBR" NIL PFBR (NIL T T T T) |package| NIL NIL NIL) (|PrimeField| 1848147 1851808 1851969 "PF" NIL PF (NIL NIL) |domain| NIL NIL NIL) (|PermutationGroup| 1844436 1845566 1846622 "PERMGRP" NIL PERMGRP (NIL T) |domain| NIL NIL NIL) (|PermutationCategory| 1841733 1842916 1843005 "PERMCAT" 1843688 PERMCAT (NIL T) |category| |Permutation| 1844098 NIL) (|Permanent| 1841224 1841286 1841501 "PERMAN" NIL PERMAN (NIL NIL T) |package| NIL NIL NIL) (|Permutation| 1838008 1839496 1840342 "PERM" NIL PERM (NIL T) |domain| NIL NIL NIL) (|PendantTree| 1836215 1837668 1837878 "PENDTREE" NIL PENDTREE (NIL T) |domain| NIL NIL NIL) (|PartialDifferentialSpace| 1834306 1834651 1834748 "PDSPC" 1835727 PDSPC (NIL T) |category| NIL 1836139 NIL) (|PartialDifferentialSpace&| 1833605 1833841 1834301 "PDSPC-" NIL PDSPC- (NIL T T) |package| NIL NIL NIL) (|PartialDifferentialRing| 1831750 1832940 1833035 "PDRING" 1833040 PDRING (NIL T) |category| NIL 1833094 NIL) (|PartialDifferentialModule| 1829970 1830878 1830991 "PDMOD" 1830996 PDMOD (NIL T T) |category| NIL 1831167 NIL) (|PolynomialDecomposition| 1828479 1828755 1829180 "PDECOMP" NIL PDECOMP (NIL T T) |package| NIL NIL NIL) (|PartialDifferentialDomain| 1827871 1827944 1828052 "PDDOM" 1828333 PDDOM (NIL T T) |category| NIL 1828446 NIL) (|PartialDifferentialDomain&| 1827642 1827674 1827866 "PDDOM-" NIL PDDOM- (NIL T T T) |package| NIL NIL NIL) (|PolynomialComposition| 1827259 1827302 1827478 "PCOMP" NIL PCOMP (NIL T T) |package| NIL NIL NIL) (|PoincareBirkhoffWittLyndonBasis| 1825453 1826179 1826688 "PBWLB" NIL PBWLB (NIL T) |domain| NIL NIL NIL) (|PatternFunctions2| 1824962 1825042 1825223 "PATTERN2" NIL PATTERN2 (NIL T T) |package| NIL NIL NIL) (|PatternFunctions1| 1823035 1823407 1823914 "PATTERN1" NIL PATTERN1 (NIL T T) |package| NIL NIL NIL) (|Pattern| 1817256 1819250 1820974 "PATTERN" NIL PATTERN (NIL T) |domain| NIL NIL NIL) (|PatternMatchResultFunctions2| 1816606 1816718 1816962 "PATRES2" NIL PATRES2 (NIL T T T) |package| NIL NIL NIL) (|PatternMatchResult| 1814363 1815056 1815665 "PATRES" NIL PATRES (NIL T T) |domain| NIL NIL NIL) (|PatternMatch| 1812515 1812951 1813528 "PATMATCH" NIL PATMATCH (NIL T T T) |package| NIL NIL NIL) (|PatternMatchable| 1811657 1811968 1812051 "PATMAB" 1812246 PATMAB (NIL T) |category| NIL 1812403 NIL) (|PatternMatchListResult| 1810018 1810464 1810864 "PATLRES" NIL PATLRES (NIL T T T) |domain| NIL NIL NIL) (|Patternable| 1809269 1809473 1809539 "PATAB" 1809544 PATAB (NIL T) |category| NIL 1809825 NIL) (|PartitionsAndPermutations| 1808064 1808384 1808796 "PARTPERM" NIL PARTPERM (NIL) |package| NIL NIL NIL) (|ParametricSurface| 1807585 1807687 1807870 "PARSURF" NIL PARSURF (NIL T) |domain| NIL NIL NIL) (|ParametricSurfaceFunctions2| 1807018 1807118 1807332 "PARSU2" NIL PARSU2 (NIL T T) |package| NIL NIL NIL) (|Parser| 1806688 1806761 1806881 "PARSER" NIL PARSER (NIL) |package| NIL NIL NIL) (|ParametricSpaceCurve| 1806206 1806306 1806493 "PARSCURV" NIL PARSCURV (NIL T) |domain| NIL NIL NIL) (|ParametricSpaceCurveFunctions2| 1805612 1805718 1805944 "PARSC2" NIL PARSC2 (NIL T T) |package| NIL NIL NIL) (|ParametricPlaneCurve| 1805143 1805238 1805420 "PARPCURV" NIL PARPCURV (NIL T) |domain| NIL NIL NIL) (|ParametricPlaneCurveFunctions2| 1804549 1804655 1804881 "PARPC2" NIL PARPC2 (NIL T T) |package| NIL NIL NIL) (|ParameterAst| 1803536 1803934 1804226 "PARAMAST" NIL PARAMAST (NIL) |domain| NIL NIL NIL) (|PolynomialAN2Expression| 1802945 1803074 1803293 "PAN2EXPR" NIL PAN2EXPR (NIL) |package| NIL NIL NIL) (|Palette| 1802003 1802408 1802703 "PALETTE" NIL PALETTE (NIL) |domain| NIL NIL NIL) (|Pair| 1800872 1801329 1801749 "PAIR" NIL PAIR (NIL T T) |domain| NIL NIL NIL) (|PAdicRationalConstructor| 1794239 1799853 1800219 "PADICRC" NIL PADICRC (NIL NIL T) |domain| NIL NIL NIL) (|PAdicRational| 1787947 1793447 1793773 "PADICRAT" NIL PADICRAT (NIL NIL) |domain| NIL NIL NIL) (|PAdicIntegerCategory| 1783121 1785528 1785615 "PADICCT" 1786669 PADICCT (NIL NIL) |category| NIL 1787180 NIL) (|PAdicInteger| 1781133 1783028 1783116 "PADIC" NIL PADIC (NIL NIL) |domain| NIL NIL NIL) (|PadeApproximantPackage| 1780246 1780449 1780779 "PADEPAC" NIL PADEPAC (NIL T NIL NIL) |package| NIL NIL NIL) (|PadeApproximants| 1779289 1779477 1779833 "PADE" NIL PADE (NIL T T T) |package| NIL NIL NIL) (|OrdinaryWeightedPolynomials| 1777356 1778365 1778803 "OWP" NIL OWP (NIL T NIL NIL NIL) |domain| NIL NIL NIL) (|OverloadSet| 1776706 1777004 1777184 "OVERSET" NIL OVERSET (NIL) |domain| NIL NIL NIL) (|OrderedVariableList| 1775589 1776251 1776567 "OVAR" NIL OVAR (NIL NIL) |domain| NIL NIL NIL) (|OutputForm| 1767650 1770393 1773169 "OUTFORM" NIL OUTFORM (NIL) |domain| NIL NIL NIL) (|OutputBinaryFile| 1766723 1767151 1767414 "OUTBFILE" NIL OUTBFILE (NIL) |domain| NIL NIL NIL) (|OutputByteConduit| 1765524 1765797 1765861 "OUTBCON" 1766418 OUTBCON (NIL) |category| NIL 1766702 NIL) (|OutputByteConduit&| 1765043 1765229 1765519 "OUTBCON-" NIL OUTBCON- (NIL T) |package| NIL NIL NIL) (|OutputPackage| 1764320 1764481 1764722 "OUT" NIL OUT (NIL) |package| NIL NIL NIL) (|OrdSetInts| 1763706 1764053 1764202 "OSI" NIL OSI (NIL) |domain| NIL NIL NIL) (|OrderedSemiGroup| 1763010 1763425 1763487 "OSGROUP" 1763492 OSGROUP (NIL) |category| NIL 1763531 NIL) (|OrthogonalPolynomialFunctions| 1761960 1762225 1762635 "ORTHPOL" NIL ORTHPOL (NIL T) |package| NIL NIL NIL) (|UnivariateSkewPolynomial| 1759444 1761719 1761955 "OREUP" NIL OREUP (NIL NIL T NIL NIL) |domain| NIL NIL NIL) (|SparseUnivariateSkewPolynomial| 1756642 1758955 1759222 "ORESUP" NIL ORESUP (NIL T NIL NIL) |domain| NIL NIL NIL) (|UnivariateSkewPolynomialCategoryOps| 1754700 1755106 1755716 "OREPCTO" NIL OREPCTO (NIL T T) |package| NIL NIL NIL) (|UnivariateSkewPolynomialCategory| 1744052 1747300 1747408 "OREPCAT" 1751886 OREPCAT (NIL T) |category| NIL 1753635 NIL) (|UnivariateSkewPolynomialCategory&| 1741620 1742679 1744047 "OREPCAT-" NIL OREPCAT- (NIL T T) |package| NIL NIL NIL) (|OrderedType| 1740557 1740828 1740880 "ORDTYPE" 1741341 ORDTYPE (NIL) |category| NIL 1741567 NIL) (|OrderedType&| 1740109 1740286 1740552 "ORDTYPE-" NIL ORDTYPE- (NIL T) |package| NIL NIL NIL) (|OrderedStructure| 1739585 1739855 1740104 "ORDSTRCT" NIL ORDSTRCT (NIL T NIL) |domain| NIL NIL NIL) (|OrderedSet| 1739004 1739354 1739404 "ORDSET" 1739409 ORDSET (NIL) |category| NIL 1739451 NIL) (|OrderedRing| 1737059 1738241 1738293 "ORDRING" 1738298 ORDRING (NIL) |category| NIL 1738366 NIL) (|OrderedMonoid| 1736144 1736737 1736793 "ORDMON" 1736798 ORDMON (NIL) |category| NIL 1736840 NIL) (|OrderingFunctions| 1735505 1735629 1735877 "ORDFUNS" NIL ORDFUNS (NIL NIL T) |package| NIL NIL NIL) (|OrderedFinite| 1734515 1735048 1735104 "ORDFIN" 1735211 ORDFIN (NIL) |category| NIL 1735333 NIL) (|OrderedCompletionFunctions2| 1733767 1733909 1734179 "ORDCOMP2" NIL ORDCOMP2 (NIL T T) |package| NIL NIL NIL) (|OrderedCompletion| 1730753 1732530 1733181 "ORDCOMP" NIL ORDCOMP (NIL T) |domain| NIL NIL NIL) (|OperatorSignature| 1729963 1730356 1730556 "OPSIG" NIL OPSIG (NIL) |domain| NIL NIL NIL) (|OperationsQuery| 1729618 1729687 1729821 "OPQUERY" NIL OPQUERY (NIL) |package| NIL NIL NIL) (|OperatorCategory| 1728602 1728908 1728991 "OPERCAT" 1729357 OPERCAT (NIL T) |category| NIL 1729506 NIL) (|OperatorCategory&| 1728304 1728388 1728597 "OPERCAT-" NIL OPERCAT- (NIL T T) |package| NIL NIL NIL) (|Operator| 1725419 1726898 1727626 "OP" NIL OP (NIL T) |domain| NIL NIL NIL) (|OnePointCompletionFunctions2| 1724673 1724813 1725083 "ONECOMP2" NIL ONECOMP2 (NIL T T) |package| NIL NIL NIL) (|OnePointCompletion| 1721921 1723627 1724192 "ONECOMP" NIL ONECOMP (NIL T) |domain| NIL NIL NIL) (|OrderedMultisetAggregate| 1717750 1720852 1720950 "OMSAGG" 1721061 OMSAGG (NIL T) |category| NIL 1721180 NIL) (|OppositeMonogenicLinearOperator| 1716041 1717255 1717544 "OMLO" NIL OMLO (NIL T T) |domain| NIL NIL NIL) (|OrderedIntegralDomain| 1713571 1715026 1715098 "OINTDOM" 1715103 OINTDOM (NIL) |category| NIL 1715148 NIL) (|OrderedFreeMonoid| 1711001 1712467 1712975 "OFMONOID" NIL OFMONOID (NIL T) |domain| NIL NIL NIL) (|OrderlyDifferentialVariable| 1710264 1710867 1710996 "ODVAR" NIL ODVAR (NIL T) |domain| NIL NIL NIL) (|OrdinaryDifferentialRing| 1707871 1709977 1710259 "ODR" NIL ODR (NIL T T NIL) |domain| NIL NIL NIL) (|OrderlyDifferentialPolynomial| 1700938 1707590 1707866 "ODPOL" NIL ODPOL (NIL T) |domain| NIL NIL NIL) (|OrderedDirectProduct| 1696173 1700727 1700933 "ODP" NIL ODP (NIL NIL T NIL) |domain| NIL NIL NIL) (|ODETools| 1694519 1694817 1695254 "ODETOOLS" NIL ODETOOLS (NIL T T) |package| NIL NIL NIL) (|SystemODESolver| 1691848 1692507 1693313 "ODESYS" NIL ODESYS (NIL T T) |package| NIL NIL NIL) (|RationalRicDE| 1688397 1689018 1689960 "ODERTRIC" NIL ODERTRIC (NIL T T) |package| NIL NIL NIL) (|ReduceLODE| 1687493 1687601 1687971 "ODERED" NIL ODERED (NIL T T T T T) |package| NIL NIL NIL) (|RationalLODE| 1685179 1685610 1686321 "ODERAT" NIL ODERAT (NIL T T) |package| NIL NIL NIL) (|PrimitiveRatRicDE| 1681325 1681967 1682928 "ODEPRRIC" NIL ODEPRRIC (NIL T T T T) |package| NIL NIL NIL) (|PrimitiveRatDE| 1677814 1678278 1679141 "ODEPRIM" NIL ODEPRIM (NIL T T T T) |package| NIL NIL NIL) (|PureAlgebraicLODE| 1676620 1676782 1677272 "ODEPAL" NIL ODEPAL (NIL T T T T) |package| NIL NIL NIL) (|ODEIntegration| 1675534 1675659 1676088 "ODEINT" NIL ODEINT (NIL T T) |package| NIL NIL NIL) (|ElementaryFunctionODESolver| 1672237 1672790 1673742 "ODEEF" NIL ODEEF (NIL T T) |package| NIL NIL NIL) (|ConstantLODE| 1671124 1671240 1671715 "ODECONST" NIL ODECONST (NIL T T T) |package| NIL NIL NIL) (|OctonionCategoryFunctions2| 1670556 1670612 1670853 "OCTCT2" NIL OCTCT2 (NIL T T T T) |package| NIL NIL NIL) (|Octonion| 1667401 1670228 1670419 "OCT" NIL OCT (NIL T) |domain| NIL NIL NIL) (|OrderedCancellationAbelianMonoid| 1666256 1666930 1667024 "OCAMON" 1667029 OCAMON (NIL) |category| NIL 1667094 NIL) (|OctonionCategory| 1657859 1661218 1661305 "OC" 1663367 OC (NIL T) |category| |Octonion| 1664647 NIL) (|OctonionCategory&| 1655399 1656375 1657660 "OC-" NIL OC- (NIL T T) |package| NIL NIL NIL) (|OrderedAbelianSemiGroup| 1654676 1655090 1655166 "OASGP" 1655171 OASGP (NIL) |category| NIL 1655217 NIL) (|OrderedAbelianMonoidSup| 1653385 1654086 1654162 "OAMONS" 1654233 OAMONS (NIL) |category| NIL 1654326 NIL) (|OrderedAbelianMonoid| 1652227 1652854 1652924 "OAMON" 1653029 OAMON (NIL) |category| NIL 1653145 NIL) (|OrderedAbelianMonoid&| 1652025 1652069 1652222 "OAMON-" NIL OAMON- (NIL T) |package| NIL NIL NIL) (|OrderedAbelianGroup| 1650259 1651104 1651172 "OAGROUP" 1651433 OAGROUP (NIL) |category| NIL 1651616 NIL) (|OrderedAbelianGroup&| 1649931 1650036 1650254 "OAGROUP-" NIL OAGROUP- (NIL T) |package| NIL NIL NIL) (|NumericTubePlot| 1649462 1649538 1649715 "NUMTUBE" NIL NUMTUBE (NIL T) |package| NIL NIL NIL) (|NumericalQuadrature| 1647951 1648419 1648951 "NUMQUAD" NIL NUMQUAD (NIL) |package| NIL NIL NIL) (|NumericalOrdinaryDifferentialEquations| 1646227 1646697 1647290 "NUMODE" NIL NUMODE (NIL) |package| NIL NIL NIL) (|NumberFormats| 1645168 1645467 1645821 "NUMFMT" NIL NUMFMT (NIL) |package| NIL NIL NIL) (|Numeric| 1637640 1639149 1641542 "NUMERIC" NIL NUMERIC (NIL T) |package| NIL NIL NIL) (|NormalizedTriangularSetCategory| 1629986 1636603 1636822 "NTSCAT" 1636827 NTSCAT (NIL T T T T) |category| NIL 1636894 NIL) (|NumberTheoreticPolynomialFunctions| 1629188 1629364 1629687 "NTPOLFN" NIL NTPOLFN (NIL T) |package| NIL NIL NIL) (|NewSparseUnivariatePolynomialFunctions2| 1628513 1628637 1628899 "NSUP2" NIL NSUP2 (NIL T T) |package| NIL NIL NIL) (|NewSparseUnivariatePolynomial| 1617477 1625861 1627084 "NSUP" NIL NSUP (NIL T) |domain| NIL NIL NIL) (|NewSparseMultivariatePolynomial| 1608623 1617198 1617472 "NSMP" NIL NSMP (NIL T T) |domain| NIL NIL NIL) (|NumericRealEigenPackage| 1607150 1607494 1607984 "NREP" NIL NREP (NIL T) |package| NIL NIL NIL) (|NPCoef| 1605414 1605733 1606261 "NPCOEF" NIL NPCOEF (NIL T T T T T) |package| NIL NIL NIL) (|NormRetractPackage| 1603957 1604166 1604627 "NORMRETR" NIL NORMRETR (NIL T T T T NIL) |package| NIL NIL NIL) (|NormalizationPackage| 1601658 1602043 1602680 "NORMPK" NIL NORMPK (NIL T T T T T) |package| NIL NIL NIL) (|NormInMonogenicAlgebra| 1601100 1601135 1601389 "NORMMA" NIL NORMMA (NIL T T T T) |package| NIL NIL NIL) (|NoneFunctions1| 1600822 1600862 1600979 "NONE1" NIL NONE1 (NIL T) |package| NIL NIL NIL) (|None| 1600578 1600776 1600817 "NONE" NIL NONE (NIL) |domain| NIL NIL NIL) (|NonLinearFirstOrderODESolver| 1599633 1599722 1600145 "NODE1" NIL NODE1 (NIL T T) |package| NIL NIL NIL) (|NonNegativeInteger| 1597925 1598836 1599251 "NNI" NIL NNI (NIL) |domain| NIL NIL 1599593) (|NonLinearSolvePackage| 1596859 1597065 1597395 "NLINSOL" NIL NLINSOL (NIL T) |package| NIL NIL NIL) (|NumberFieldIntegralBasis| 1595528 1595739 1596104 "NFINTBAS" NIL NFINTBAS (NIL T T) |package| NIL NIL NIL) (|NetworkClientSocket| 1594067 1594854 1594943 "NETCLT" 1595260 NETCLT (NIL T) |category| NIL 1595419 NIL) (|NonCommutativeOperatorDivision| 1592780 1593081 1593524 "NCODIV" NIL NCODIV (NIL T T) |package| NIL NIL NIL) (|NumericContinuedFraction| 1592333 1592410 1592598 "NCNTFRAC" NIL NCNTFRAC (NIL T) |package| NIL NIL NIL) (|NumericComplexEigenPackage| 1590751 1591126 1591653 "NCEP" NIL NCEP (NIL T) |package| NIL NIL NIL) (|NonAssociativeRing| 1588864 1589974 1590040 "NASRING" 1590253 NASRING (NIL) |category| NIL 1590425 NIL) (|NonAssociativeRing&| 1588600 1588672 1588859 "NASRING-" NIL NASRING- (NIL T) |package| NIL NIL NIL) (|NonAssociativeRng| 1587098 1587883 1587947 "NARNG" 1588164 NARNG (NIL) |category| NIL 1588326 NIL) (|NonAssociativeRng&| 1586758 1586867 1587093 "NARNG-" NIL NARNG- (NIL T) |package| NIL NIL NIL) (|NonAssociativeAlgebra| 1584995 1585888 1585985 "NAALG" 1586146 NAALG (NIL T) |category| NIL 1586268 NIL) (|NonAssociativeAlgebra&| 1584731 1584788 1584990 "NAALG-" NIL NAALG- (NIL T T) |package| NIL NIL NIL) (|MultivariateSquareFree| 1579697 1580712 1581922 "MULTSQFR" NIL MULTSQFR (NIL T T T T) |package| NIL NIL NIL) (|MultivariateFactorize| 1578694 1578813 1579171 "MULTFACT" NIL MULTFACT (NIL T T T T) |package| NIL NIL NIL) (|MultivariateTaylorSeriesCategory| 1567477 1572372 1572500 "MTSCAT" 1574612 MTSCAT (NIL T T) |category| NIL 1575593 NIL) (|MergeThing| 1567143 1567204 1567339 "MTHING" NIL MTHING (NIL T) |package| NIL NIL NIL) (|MoreSystemCommands| 1566837 1566890 1567014 "MSYSCMD" NIL MSYSCMD (NIL) |package| NIL NIL NIL) (|MultisetAggregate| 1563700 1566049 1566134 "MSETAGG" 1566139 MSETAGG (NIL T) |category| |Multiset| 1566198 NIL) (|Multiset| 1560388 1562690 1563157 "MSET" NIL MSET (NIL T) |domain| NIL NIL NIL) (|MonoidRing| 1556542 1558395 1559420 "MRING" NIL MRING (NIL T T) |domain| NIL NIL NIL) (|MonoidRingFunctions2| 1555964 1556060 1556272 "MRF2" NIL MRF2 (NIL T T T) |package| NIL NIL NIL) (|MRationalFactorize| 1555302 1555352 1555638 "MRATFAC" NIL MRATFAC (NIL T T T T) |package| NIL NIL NIL) (|MPolyCatRationalFunctionFactorizer| 1552914 1553329 1554028 "MPRFF" NIL MPRFF (NIL T T T T) |package| NIL NIL NIL) (|MultivariatePolynomial| 1547194 1552724 1552909 "MPOLY" NIL MPOLY (NIL NIL T) |domain| NIL NIL NIL) (|MPolyCatPolyFactorizer| 1546342 1546392 1546775 "MPCPF" NIL MPCPF (NIL T T T T) |package| NIL NIL NIL) (|MPolyCatFunctions3| 1545602 1545658 1545961 "MPC3" NIL MPC3 (NIL T T T T T T T) |package| NIL NIL NIL) (|MPolyCatFunctions2| 1544651 1544757 1545108 "MPC2" NIL MPC2 (NIL T T T T T T T) |package| NIL NIL NIL) (|MonomialExtensionTools| 1542936 1543315 1543827 "MONOTOOL" NIL MONOTOOL (NIL T T) |package| NIL NIL NIL) (|MonoidOperatorCategory| 1542225 1542301 1542394 "MONOPC" 1542511 MONOPC (NIL T) |category| |MonoidOperation| 1542798 NIL) (|MonoidOperation| 1541449 1541821 1542074 "MONOP" NIL MONOP (NIL T) |domain| NIL NIL NIL) (|Monoid| 1540264 1540706 1540748 "MONOID" 1541080 MONOID (NIL) |category| NIL 1541317 NIL) (|Monoid&| 1539770 1539966 1540259 "MONOID-" NIL MONOID- (NIL T) |package| NIL NIL NIL) (|MonogenicAlgebra| 1524546 1532725 1532856 "MONOGEN" 1534232 MONOGEN (NIL T T) |category| NIL 1534992 NIL) (|MonogenicAlgebra&| 1521863 1522854 1524297 "MONOGEN-" NIL MONOGEN- (NIL T T T) |package| NIL NIL NIL) (|MonadWithUnit| 1519945 1520602 1520658 "MONADWU" 1521332 MONADWU (NIL) |category| NIL 1521735 NIL) (|MonadWithUnit&| 1519401 1519596 1519940 "MONADWU-" NIL MONADWU- (NIL T) |package| NIL NIL NIL) (|Monad| 1518334 1518704 1518744 "MONAD" 1519079 MONAD (NIL) |category| NIL 1519289 NIL) (|Monad&| 1518050 1518157 1518329 "MONAD-" NIL MONAD- (NIL T) |package| NIL NIL NIL) (|MoebiusTransform| 1516413 1517236 1517640 "MOEBIUS" NIL MOEBIUS (NIL T) |domain| NIL NIL NIL) (|Module| 1515253 1515862 1515929 "MODULE" 1515934 MODULE (NIL T) |category| NIL 1515989 NIL) (|Module&| 1514795 1514955 1515248 "MODULE-" NIL MODULE- (NIL T T) |package| NIL NIL NIL) (|ModularRing| 1512794 1513725 1514140 "MODRING" NIL MODRING (NIL T T NIL NIL NIL) |domain| NIL NIL NIL) (|ModuleOperator| 1509573 1511079 1511844 "MODOP" NIL MODOP (NIL T T) |domain| NIL NIL NIL) (|ModuleMonomial| 1508269 1508738 1509067 "MODMONOM" NIL MODMONOM (NIL T T NIL) |domain| NIL NIL NIL) (|ModMonic| 1498912 1506922 1507517 "MODMON" NIL MODMON (NIL T T) |domain| NIL NIL NIL) (|ModularField| 1495943 1497889 1498283 "MODFIELD" NIL MODFIELD (NIL T T NIL NIL NIL) |domain| NIL NIL NIL) (|MathMLFormat| 1495088 1495423 1495679 "MMLFORM" NIL MMLFORM (NIL) |domain| NIL NIL NIL) (|MultipleMap| 1494267 1494323 1494669 "MMAP" NIL MMAP (NIL T T T T T T) |package| NIL NIL NIL) (|MonogenicLinearOperator| 1490859 1492149 1492239 "MLO" 1493056 MLO (NIL T) |category| NIL 1493491 NIL) (|MultivariateLifting| 1488164 1488615 1489256 "MLIFT" NIL MLIFT (NIL T T T T) |package| NIL NIL NIL) (|MakeUnaryCompiledFunction| 1487357 1487477 1487743 "MKUCFUNC" NIL MKUCFUNC (NIL T T T) |package| NIL NIL NIL) (|MakeRecord| 1486910 1486999 1487169 "MKRECORD" NIL MKRECORD (NIL T T) |package| NIL NIL NIL) (|MakeFunction| 1486157 1486312 1486598 "MKFUNC" NIL MKFUNC (NIL T) |package| NIL NIL NIL) (|MakeFloatCompiledFunction| 1485403 1485545 1485829 "MKFLCFN" NIL MKFLCFN (NIL T) |package| NIL NIL NIL) (|MakeBinaryCompiledFunction| 1484521 1484651 1484938 "MKBCFUNC" NIL MKBCFUNC (NIL T T T T) |package| NIL NIL NIL) (|ModularHermitianRowReduction| 1483480 1483756 1484143 "MHROWRED" NIL MHROWRED (NIL T) |package| NIL NIL NIL) (|MultFiniteFactorize| 1482540 1482660 1482986 "MFINFACT" NIL MFINFACT (NIL T T T T) |package| NIL NIL NIL) (|MeshCreationRoutinesForThreeDimensions| 1480516 1481026 1481672 "MESH" NIL MESH (NIL) |package| NIL NIL NIL) (|ModularDistinctDegreeFactorizer| 1478958 1479289 1479753 "MDDFACT" NIL MDDFACT (NIL T) |package| NIL NIL NIL) (|MultiDictionary| 1475297 1477422 1477503 "MDAGG" 1477966 MDAGG (NIL T) |category| NIL 1478228 NIL) (|MatrixCommonDenominator| 1474226 1474426 1474765 "MCDEN" NIL MCDEN (NIL T T) |package| NIL NIL NIL) (|Maybe| 1473106 1473475 1473863 "MAYBE" NIL MAYBE (NIL T) |domain| NIL NIL NIL) (|StorageEfficientMatrixOperations| 1471711 1472079 1472562 "MATSTOR" NIL MATSTOR (NIL T) |package| NIL NIL NIL) (|Matrix| 1467893 1471139 1471463 "MATRIX" NIL MATRIX (NIL T) |domain| NIL NIL NIL) (|MatrixLinearAlgebraFunctions| 1464117 1464901 1465927 "MATLIN" NIL MATLIN (NIL T T T T) |package| NIL NIL NIL) (|MatrixCategoryFunctions2| 1462543 1462746 1463237 "MATCAT2" NIL MATCAT2 (NIL T T T T T T T T) |package| NIL NIL NIL) (|MatrixCategory| 1445380 1449826 1449972 "MATCAT" 1459648 MATCAT (NIL T T T) |category| NIL 1461896 NIL) (|MatrixCategory&| 1442403 1443702 1445375 "MATCAT-" NIL MATCAT- (NIL T T T T) |package| NIL NIL NIL) (|MappingPackage3| 1440830 1441160 1441591 "MAPPKG3" NIL MAPPKG3 (NIL T T T) |package| NIL NIL NIL) (|MappingPackage2| 1439850 1440045 1440334 "MAPPKG2" NIL MAPPKG2 (NIL T T) |package| NIL NIL NIL) (|MappingPackage1| 1438332 1438667 1439098 "MAPPKG1" NIL MAPPKG1 (NIL T) |package| NIL NIL NIL) (|MappingAst| 1437381 1437785 1438051 "MAPPAST" NIL MAPPAST (NIL) |domain| NIL NIL NIL) (|MappingPackageInternalHacks3| 1436849 1436928 1437139 "MAPHACK3" NIL MAPHACK3 (NIL T T T) |package| NIL NIL NIL) (|MappingPackageInternalHacks2| 1436331 1436406 1436605 "MAPHACK2" NIL MAPHACK2 (NIL T T) |package| NIL NIL NIL) (|MappingPackageInternalHacks1| 1435651 1435796 1436052 "MAPHACK1" NIL MAPHACK1 (NIL T) |package| NIL NIL NIL) (|MacroAst| 1435045 1435353 1435508 "MACROAST" NIL MACROAST (NIL) |domain| NIL NIL NIL) (|LazyStreamAggregate| 1427120 1432133 1432215 "LZSTAGG" 1433603 LZSTAGG (NIL T) |category| |Stream| 1434122 NIL) (|LazyStreamAggregate&| 1424145 1425500 1427115 "LZSTAGG-" NIL LZSTAGG- (NIL T T) |package| NIL NIL NIL) (|LyndonWord| 1421431 1422398 1423083 "LWORD" NIL LWORD (NIL T) |domain| NIL NIL NIL) (|ConstructAst| 1420902 1421187 1421328 "LSTAST" NIL LSTAST (NIL) |domain| NIL NIL NIL) (|LieSquareMatrix| 1414560 1420652 1420897 "LSQM" NIL LSQM (NIL NIL T) |domain| NIL NIL NIL) (|LinearSystemPolynomialPackage| 1413576 1413741 1414118 "LSPP" NIL LSPP (NIL T T T T) |package| NIL NIL NIL) (|LinearSystemMatrixPackage1| 1411787 1412200 1412738 "LSMP1" NIL LSMP1 (NIL T) |package| NIL NIL NIL) (|LinearSystemMatrixPackage| 1409791 1410110 1410665 "LSMP" NIL LSMP (NIL T T T T) |package| NIL NIL NIL) (|ListAggregate| 1401229 1408224 1408294 "LSAGG" 1408389 LSAGG (NIL T) |category| NIL 1408542 NIL) (|ListAggregate&| 1398781 1399833 1401224 "LSAGG-" NIL LSAGG- (NIL T T) |package| NIL NIL NIL) (|LiePolynomial| 1396128 1398035 1398418 "LPOLY" NIL LPOLY (NIL T T) |domain| NIL NIL NIL) (|LinearPolynomialEquationByFractions| 1395432 1395571 1395855 "LPEFRAC" NIL LPEFRAC (NIL T) |package| NIL NIL NIL) (|Logic| 1395027 1395102 1395142 "LOGIC" 1395288 LOGIC (NIL) |category| NIL 1395399 NIL) (|Logic&| 1394893 1394922 1395022 "LOGIC-" NIL LOGIC- (NIL T) |package| NIL NIL NIL) (|LinearOrdinaryDifferentialOperatorsOps| 1393814 1393992 1394350 "LODOOPS" NIL LODOOPS (NIL T T) |package| NIL NIL NIL) (|LinearOrdinaryDifferentialOperatorFactorizer| 1392252 1392483 1393025 "LODOF" NIL LODOF (NIL T T) |package| NIL NIL NIL) (|LinearOrdinaryDifferentialOperatorCategory| 1386468 1389704 1389832 "LODOCAT" 1390754 LODOCAT (NIL T) |category| NIL 1391111 NIL) (|LinearOrdinaryDifferentialOperatorCategory&| 1386087 1386176 1386463 "LODOCAT-" NIL LODOCAT- (NIL T T) |package| NIL NIL NIL) (|LinearOrdinaryDifferentialOperator2| 1383351 1385798 1386082 "LODO2" NIL LODO2 (NIL T T) |domain| NIL NIL NIL) (|LinearOrdinaryDifferentialOperator1| 1380759 1383181 1383346 "LODO1" NIL LODO1 (NIL T) |domain| NIL NIL NIL) (|LinearOrdinaryDifferentialOperator| 1378107 1380576 1380754 "LODO" NIL LODO (NIL T NIL) |domain| NIL NIL NIL) (|ElementaryFunctionLODESolver| 1376520 1376714 1377307 "LODEEF" NIL LODEEF (NIL T T T) |package| NIL NIL NIL) (|Localize| 1374694 1375659 1375998 "LO" NIL LO (NIL T T T) |domain| NIL NIL NIL) (|LinearAggregate| 1368920 1371707 1371781 "LNAGG" 1373213 LNAGG (NIL T) |category| NIL 1373906 NIL) (|LinearAggregate&| 1368139 1368430 1368915 "LNAGG-" NIL LNAGG- (NIL T T) |package| NIL NIL NIL) (|ListMonoidOps| 1364739 1365768 1366661 "LMOPS" NIL LMOPS (NIL T T NIL) |domain| NIL NIL NIL) (|LeftModule| 1363746 1364333 1364396 "LMODULE" 1364401 LMODULE (NIL T) |category| NIL 1364452 NIL) (|ListMultiDictionary| 1361338 1363261 1363499 "LMDICT" NIL LMDICT (NIL T) |domain| NIL NIL NIL) (|LeftLinearSet| 1360753 1360981 1361056 "LLINSET" 1361154 LLINSET (NIL T) |category| NIL 1361226 NIL) (|Literal| 1360388 1360643 1360748 "LITERAL" NIL LITERAL (NIL T) |domain| NIL NIL NIL) (|ListFunctions3| 1359832 1359925 1360115 "LIST3" NIL LIST3 (NIL T T T) |package| NIL NIL NIL) (|ListToMap| 1358449 1358695 1359073 "LIST2MAP" NIL LIST2MAP (NIL T T) |package| NIL NIL NIL) (|ListFunctions2| 1357460 1357647 1357920 "LIST2" NIL LIST2 (NIL T T) |package| NIL NIL NIL) (|List| 1352255 1356715 1357083 "LIST" NIL LIST (NIL T) |domain| NIL NIL NIL) (|LinearSet| 1351703 1351953 1352020 "LINSET" 1352025 LINSET (NIL T) |category| NIL 1352084 NIL) (|LinearForm| 1350414 1351196 1351457 "LINFORM" NIL LINFORM (NIL T NIL) |domain| NIL NIL NIL) (|LinearlyExplicitRingOver| 1347846 1348758 1348850 "LINEXP" 1349683 LINEXP (NIL T) |category| NIL 1350101 NIL) (|LinearElement| 1346226 1347285 1347594 "LINELT" NIL LINELT (NIL T NIL) |domain| NIL NIL NIL) (|LinearDependence| 1344750 1345040 1345484 "LINDEP" NIL LINDEP (NIL T T) |package| NIL NIL NIL) (|LinearBasis| 1343889 1344419 1344619 "LINBASIS" NIL LINBASIS (NIL NIL) |domain| NIL NIL NIL) (|RationalFunctionLimitPackage| 1341778 1342223 1342810 "LIMITRF" NIL LIMITRF (NIL T) |package| NIL NIL NIL) (|PowerSeriesLimitPackage| 1339948 1340280 1340892 "LIMITPS" NIL LIMITPS (NIL T T) |package| NIL NIL NIL) (|LieAlgebra| 1338355 1339044 1339119 "LIECAT" 1339356 LIECAT (NIL T) |category| NIL 1339502 NIL) (|LieAlgebra&| 1338180 1338209 1338350 "LIECAT-" NIL LIECAT- (NIL T T) |package| NIL NIL NIL) (|AssociatedLieAlgebra| 1334485 1337636 1338017 "LIE" NIL LIE (NIL T T) |domain| NIL NIL NIL) (|Library| 1331172 1334046 1334279 "LIB" NIL LIB (NIL) |domain| NIL NIL NIL) (|LinGroebnerPackage| 1328020 1328718 1329527 "LGROBP" NIL LGROBP (NIL NIL T) |package| NIL NIL NIL) (|LiouvillianFunctionCategory| 1326086 1327007 1327091 "LFCAT" 1327506 LFCAT (NIL) |category| NIL 1327743 NIL) (|LiouvillianFunction| 1324344 1324680 1325208 "LF" NIL LF (NIL T T) |package| NIL NIL NIL) (|LexTriangularPackage| 1322147 1322636 1323252 "LEXTRIPK" NIL LEXTRIPK (NIL T NIL) |package| NIL NIL NIL) (|LieExponentials| 1319138 1320273 1321037 "LEXP" NIL LEXP (NIL T T NIL) |domain| NIL NIL NIL) (|LetAst| 1318596 1318893 1319033 "LETAST" NIL LETAST (NIL) |domain| NIL NIL NIL) (|LeadingCoefDetermination| 1316700 1317094 1317690 "LEADCDET" NIL LEADCDET (NIL T T T T) |package| NIL NIL NIL) (|LazardSetSolvingPackage| 1315278 1315393 1315837 "LAZM3PK" NIL LAZM3PK (NIL T T T T T T) |package| NIL NIL NIL) (|LaurentPolynomial| 1310263 1313430 1314306 "LAUPOL" NIL LAUPOL (NIL T T) |domain| NIL NIL NIL) (|LaplaceTransform| 1309465 1309521 1309887 "LAPLACE" NIL LAPLACE (NIL T T) |package| NIL NIL NIL) (|LeftAlgebra| 1307786 1308730 1308796 "LALG" 1308891 LALG (NIL T) |category| NIL 1308982 NIL) (|LeftAlgebra&| 1307470 1307563 1307781 "LALG-" NIL LALG- (NIL T T) |package| NIL NIL NIL) (|LocalAlgebra| 1305401 1306594 1306934 "LA" NIL LA (NIL T T T) |domain| NIL NIL NIL) (|ConvertibleFrom| 1305131 1305165 1305239 "KVTFROM" 1305339 KVTFROM (NIL T) |category| NIL NIL NIL) (|KleeneTrivalentLogic| 1303778 1304530 1304837 "KTVLOGIC" NIL KTVLOGIC (NIL) |domain| NIL NIL NIL) (|CoercibleFrom| 1303517 1303550 1303620 "KRCFROM" 1303717 KRCFROM (NIL T) |category| NIL NIL NIL) (|Kovacic| 1302262 1302440 1302854 "KOVACIC" NIL KOVACIC (NIL T T) |package| NIL NIL NIL) (|ConvertibleTo| 1301998 1302032 1302102 "KONVERT" 1302200 KONVERT (NIL T) |category| NIL NIL NIL) (|CoercibleTo| 1301743 1301776 1301842 "KOERCE" 1301937 KOERCE (NIL T) |category| NIL NIL NIL) (|KernelFunctions2| 1301102 1301220 1301436 "KERNEL2" NIL KERNEL2 (NIL T T) |package| NIL NIL NIL) (|Kernel| 1298897 1299815 1300370 "KERNEL" NIL KERNEL (NIL T) |domain| NIL NIL NIL) (|KeyedDictionary| 1290273 1295953 1296055 "KDAGG" 1296700 KDAGG (NIL T T) |category| NIL 1297055 NIL) (|KeyedDictionary&| 1289827 1289972 1290268 "KDAGG-" NIL KDAGG- (NIL T T T) |package| NIL NIL NIL) (|KeyedAccessFile| 1286547 1289487 1289724 "KAFILE" NIL KAFILE (NIL T) |domain| NIL NIL NIL) (|JVMOpcode| 1286139 1286425 1286542 "JVMOP" NIL JVMOP (NIL) |domain| NIL NIL NIL) (|JVMMethodAccess| 1284875 1285418 1285885 "JVMMDACC" NIL JVMMDACC (NIL) |domain| NIL NIL NIL) (|JVMFieldAccess| 1283807 1284285 1284669 "JVMFDACC" NIL JVMFDACC (NIL) |domain| NIL NIL NIL) (|JVMConstantTag| 1282002 1282704 1283386 "JVMCSTTG" NIL JVMCSTTG (NIL) |domain| NIL NIL NIL) (|JVMClassFileAccess| 1281121 1281532 1281841 "JVMCFACC" NIL JVMCFACC (NIL) |domain| NIL NIL NIL) (|JVMBytecode| 1280796 1281027 1281116 "JVMBCODE" NIL JVMBCODE (NIL) |domain| NIL NIL NIL) (|AssociatedJordanAlgebra| 1277105 1280243 1280630 "JORDAN" NIL JORDAN (NIL T T) |domain| NIL NIL NIL) (|JoinAst| 1276445 1276788 1276976 "JOINAST" NIL JOINAST (NIL) |domain| NIL NIL NIL) (|IndexedAggregate| 1271713 1273485 1273580 "IXAGG" 1275200 IXAGG (NIL T T) |category| NIL 1275858 NIL) (|IndexedAggregate&| 1270804 1271172 1271708 "IXAGG-" NIL IXAGG- (NIL T T T) |package| NIL NIL NIL) (|InfiniteTuple| 1269807 1270105 1270459 "ITUPLE" NIL ITUPLE (NIL T) |domain| NIL NIL NIL) (|InnerTrigonometricManipulations| 1268033 1268269 1268775 "ITRIGMNP" NIL ITRIGMNP (NIL T T T) |package| NIL NIL NIL) (|InfiniteTupleFunctions3| 1266936 1267162 1267517 "ITFUN3" NIL ITFUN3 (NIL T T T) |package| NIL NIL NIL) (|InfiniteTupleFunctions2| 1266392 1266484 1266695 "ITFUN2" NIL ITFUN2 (NIL T T) |package| NIL NIL NIL) (|InternalTypeForm| 1265436 1265855 1266182 "ITFORM" NIL ITFORM (NIL) |domain| NIL NIL NIL) (|InnerTaylorSeries| 1263322 1264614 1265035 "ITAYLOR" NIL ITAYLOR (NIL T) |domain| NIL NIL NIL) (|InnerSparseUnivariatePowerSeries| 1255786 1259930 1261419 "ISUPS" NIL ISUPS (NIL T) |domain| NIL NIL NIL) (|InnerPolySum| 1254806 1254939 1255257 "ISUMP" NIL ISUMP (NIL T T T T) |package| NIL NIL NIL) (|IsAst| 1254267 1254564 1254702 "ISAST" NIL ISAST (NIL) |domain| NIL NIL NIL) (|InternalRationalUnivariateRepresentationPackage| 1253145 1253245 1253702 "IRURPK" NIL IRURPK (NIL T T T T T) |package| NIL NIL NIL) (|IrrRepSymNatPackage| 1251960 1252238 1252645 "IRSN" NIL IRSN (NIL) |package| NIL NIL NIL) (|IntegrationResultRFToFunction| 1250139 1250480 1251025 "IRRF2F" NIL IRRF2F (NIL T) |package| NIL NIL NIL) (|IrredPolyOverFiniteField| 1249622 1249716 1249921 "IRREDFFX" NIL IRREDFFX (NIL T) |package| NIL NIL NIL) (|IntegerRoots| 1248133 1248514 1248995 "IROOT" NIL IROOT (NIL T) |package| NIL NIL NIL) (|InternalRepresentationForm| 1247296 1247660 1247929 "IRFORM" NIL IRFORM (NIL) |domain| NIL NIL NIL) (|IntegrationResultToFunction| 1245999 1246141 1246554 "IR2F" NIL IR2F (NIL T T) |package| NIL NIL NIL) (|IntegrationResultFunctions2| 1243829 1244387 1245081 "IR2" NIL IR2 (NIL T T) |package| NIL NIL NIL) (|IntegrationResult| 1240707 1241970 1242763 "IR" NIL IR (NIL T) |domain| NIL NIL NIL) (|InternalPrintPackage| 1240415 1240462 1240583 "IPRNTPK" NIL IPRNTPK (NIL) |package| NIL NIL NIL) (|InnerPrimeField| 1236411 1240239 1240410 "IPF" NIL IPF (NIL NIL) |domain| NIL NIL NIL) (|InnerPAdicInteger| 1234265 1236291 1236406 "IPADIC" NIL IPADIC (NIL NIL NIL) |domain| NIL NIL NIL) (|IP4Address| 1233445 1233782 1234002 "IP4ADDR" NIL IP4ADDR (NIL) |domain| NIL NIL NIL) (|IOMode| 1232798 1233110 1233332 "IOMODE" NIL IOMODE (NIL) |domain| NIL NIL NIL) (|InputOutputBinaryFile| 1231480 1232259 1232547 "IOBFILE" NIL IOBFILE (NIL) |domain| NIL NIL NIL) (|InputOutputByteConduit| 1230588 1231272 1231346 "IOBCON" 1231351 IOBCON (NIL) |category| NIL 1231404 NIL) (|InverseLaplaceTransform| 1229644 1229726 1230160 "INVLAPLA" NIL INVLAPLA (NIL T T) |package| NIL NIL NIL) (|TranscendentalIntegration| 1223473 1224933 1226507 "INTTR" NIL INTTR (NIL T T) |package| NIL NIL NIL) (|IntegrationTools| 1219957 1220754 1221765 "INTTOOLS" NIL INTTOOLS (NIL T T) |package| NIL NIL NIL) (|IntegerSolveLinearPolynomialEquation| 1219366 1219501 1219742 "INTSLPE" NIL INTSLPE (NIL) |package| NIL NIL NIL) (|Interval| 1216810 1219229 1219361 "INTRVL" NIL INTRVL (NIL T) |domain| NIL NIL NIL) (|RationalFunctionIntegration| 1214730 1215189 1215819 "INTRF" NIL INTRF (NIL T) |package| NIL NIL NIL) (|IntegerRetractions| 1214038 1214186 1214430 "INTRET" NIL INTRET (NIL T) |package| NIL NIL NIL) (|RationalIntegration| 1212073 1212465 1213046 "INTRAT" NIL INTRAT (NIL T T) |package| NIL NIL NIL) (|PatternMatchIntegration| 1209679 1210225 1211102 "INTPM" NIL INTPM (NIL T T) |package| NIL NIL NIL) (|PureAlgebraicIntegration| 1206437 1207088 1208071 "INTPAF" NIL INTPAF (NIL T T T) |package| NIL NIL NIL) (|TranscendentalHermiteIntegration| 1205574 1205747 1206076 "INTHERTR" NIL INTHERTR (NIL T T) |package| NIL NIL NIL) (|AlgebraicHermiteIntegration| 1204690 1204806 1205170 "INTHERAL" NIL INTHERAL (NIL T T T T) |package| NIL NIL NIL) (|IntegerNumberTheoryFunctions| 1202969 1203485 1204079 "INTHEORY" NIL INTHEORY (NIL) |package| NIL NIL NIL) (|GenusZeroIntegration| 1197173 1198351 1199918 "INTG0" NIL INTG0 (NIL T T T) |package| NIL NIL NIL) (|IntegerFactorizationPackage| 1196366 1196545 1196838 "INTFACT" NIL INTFACT (NIL T) |package| NIL NIL NIL) (|ElementaryIntegration| 1193757 1194257 1195045 "INTEF" NIL INTEF (NIL T T) |package| NIL NIL NIL) (|IntegralDomain| 1191072 1192241 1192299 "INTDOM" 1192786 INTDOM (NIL) |category| NIL 1193121 NIL) (|IntegralDomain&| 1190437 1190693 1191067 "INTDOM-" NIL INTDOM- (NIL T) |package| NIL NIL NIL) (|IntervalCategory| 1184231 1187024 1187159 "INTCAT" 1188867 INTCAT (NIL T) |category| |Interval| 1189413 NIL) (|IntegerBits| 1183696 1183827 1184013 "INTBIT" NIL INTBIT (NIL) |package| NIL NIL NIL) (|AlgebraicIntegrate| 1182050 1182244 1182777 "INTALG" NIL INTALG (NIL T T T T T) |package| NIL NIL NIL) (|AlgebraicIntegration| 1181271 1181408 1181709 "INTAF" NIL INTAF (NIL T T) |package| NIL NIL NIL) (|InnerTable| 1178383 1181155 1181266 "INTABL" NIL INTABL (NIL T T T) |domain| NIL NIL NIL) (|Int8| 1177715 1178175 1178283 "INT8" NIL INT8 (NIL) |domain| NIL NIL 1178330) (|Int64| 1177043 1177503 1177613 "INT64" NIL INT64 (NIL) |domain| NIL NIL 1177661) (|Int32| 1176371 1176831 1176941 "INT32" NIL INT32 (NIL) |domain| NIL NIL 1176989) (|Int16| 1175699 1176159 1176269 "INT16" NIL INT16 (NIL) |domain| NIL NIL 1176317) (|Integer| 1172160 1175585 1175694 "INT" NIL INT (NIL) |domain| NIL NIL NIL) (|IntegerNumberSystem| 1163445 1167742 1167810 "INS" 1169511 INS (NIL) |category| NIL 1170637 NIL) (|IntegerNumberSystem&| 1160847 1161943 1163284 "INS-" NIL INS- (NIL T) |package| NIL NIL NIL) (|InnerPolySign| 1159857 1160024 1160336 "INPSIGN" NIL INPSIGN (NIL T T) |package| NIL NIL NIL) (|InfiniteProductPrimeField| 1158746 1158941 1159319 "INPRODPF" NIL INPRODPF (NIL T T) |package| NIL NIL NIL) (|InfiniteProductFiniteField| 1157342 1157537 1157996 "INPRODFF" NIL INPRODFF (NIL T T T T) |package| NIL NIL NIL) (|InnerMultFact| 1156128 1156323 1156740 "INNMFACT" NIL INNMFACT (NIL T T T T) |package| NIL NIL NIL) (|InnerModularGcd| 1155140 1155274 1155598 "INMODGCD" NIL INMODGCD (NIL T T NIL NIL) |package| NIL NIL NIL) (|InnerNumericFloatSolvePackage| 1153504 1153803 1154277 "INFSP" NIL INFSP (NIL T T T) |package| NIL NIL NIL) (|InfiniteProductCharacteristicZero| 1152403 1152598 1152991 "INFPROD0" NIL INFPROD0 (NIL T T) |package| NIL NIL NIL) (|InputFormFunctions1| 1151845 1151941 1152122 "INFORM1" NIL INFORM1 (NIL T) |package| NIL NIL NIL) (|InputForm| 1148854 1150301 1151047 "INFORM" NIL INFORM (NIL) |domain| NIL NIL NIL) (|Infinity| 1148268 1148426 1148633 "INFINITY" NIL INFINITY (NIL) |package| NIL NIL NIL) (|InetClientStreamSocket| 1147051 1147869 1148095 "INETCLTS" NIL INETCLTS (NIL) |domain| NIL NIL NIL) (|InnerNumericEigenPackage| 1145419 1145740 1146200 "INEP" NIL INEP (NIL T T T) |package| NIL NIL NIL) (|IndexedExponents| 1144413 1145247 1145414 "INDE" NIL INDE (NIL T) |domain| NIL NIL NIL) (|IncrementingMaps| 1143918 1144011 1144215 "INCRMAPS" NIL INCRMAPS (NIL T) |package| NIL NIL NIL) (|InputBinaryFile| 1142475 1143198 1143566 "INBFILE" NIL INBFILE (NIL) |domain| NIL NIL NIL) (|InnerNormalBasisFieldFunctions| 1139192 1140067 1141035 "INBFF" NIL INBFF (NIL T) |package| NIL NIL NIL) (|InputByteConduit| 1137316 1137761 1137823 "INBCON" 1138719 INBCON (NIL) |category| NIL 1139171 NIL) (|InputByteConduit&| 1136456 1136829 1137311 "INBCON-" NIL INBCON- (NIL T) |package| NIL NIL NIL) (|InAst| 1135814 1136137 1136301 "INAST" NIL INAST (NIL) |domain| NIL NIL NIL) (|ImportAst| 1135214 1135520 1135686 "IMPTAST" NIL IMPTAST (NIL) |domain| NIL NIL NIL) (|InnerMatrixQuotientFieldFunctions| 1133713 1133900 1134438 "IMATQF" NIL IMATQF (NIL T T T T T T T T) |package| NIL NIL NIL) (|InnerMatrixLinearAlgebraFunctions| 1131763 1132110 1132672 "IMATLIN" NIL IMATLIN (NIL T T T T) |package| NIL NIL NIL) (|InnerFiniteField| 1127585 1131613 1131758 "IFF" NIL IFF (NIL NIL NIL) |domain| NIL NIL NIL) (|IfAst| 1126925 1127265 1127445 "IFAST" NIL IFAST (NIL) |domain| NIL NIL NIL) (|IndexedFlexibleArray| 1122796 1126122 1126503 "IFARRAY" NIL IFARRAY (NIL T NIL) |domain| NIL NIL NIL) (|InnerFreeAbelianMonoid| 1121593 1122624 1122791 "IFAMON" NIL IFAMON (NIL T T NIL) |domain| NIL NIL NIL) (|InnerEvalable| 1120969 1121051 1121142 "IEVALAB" 1121471 IEVALAB (NIL T T) |category| NIL NIL NIL) (|InnerEvalable&| 1120645 1120730 1120964 "IEVALAB-" NIL IEVALAB- (NIL T T T) |package| NIL NIL NIL) (|IndexedProductTerm| 1119860 1120069 1120330 "IDPT" NIL IDPT (NIL T T) |domain| NIL NIL NIL) (|IndexedDirectProductOrderedAbelianMonoidSup| 1118790 1119640 1119855 "IDPOAMS" NIL IDPOAMS (NIL T T) |domain| NIL NIL NIL) (|IndexedDirectProductOrderedAbelianMonoid| 1117788 1118578 1118785 "IDPOAM" NIL IDPOAM (NIL T T) |domain| NIL NIL NIL) (|IndexedDirectProductObject| 1116610 1117261 1117539 "IDPO" NIL IDPO (NIL T T) |domain| NIL NIL NIL) (|IndexedDirectProductCategory| 1114160 1114855 1114981 "IDPC" 1115819 IDPC (NIL T T) |category| NIL 1116288 NIL) (|IndexedDirectProductAbelianMonoid| 1113256 1113969 1114155 "IDPAM" NIL IDPAM (NIL T T) |domain| NIL NIL NIL) (|IndexedDirectProductAbelianGroup| 1112245 1113068 1113251 "IDPAG" NIL IDPAG (NIL T T) |domain| NIL NIL NIL) (|Identifier| 1111861 1112085 1112192 "IDENT" NIL IDENT (NIL) |domain| NIL NIL NIL) (|IdempotentOperatorCategory| 1111443 1111483 1111584 "IDEMOPC" 1111589 IDEMOPC (NIL T) |category| NIL 1111764 NIL) (|IdealDecompositionPackage| 1109636 1110057 1110588 "IDECOMP" NIL IDECOMP (NIL NIL NIL) |package| NIL NIL NIL) (|PolynomialIdeals| 1104554 1105852 1107212 "IDEAL" NIL IDEAL (NIL T T T T) |domain| NIL NIL NIL) (|InnerCommonDenominator| 1103300 1103476 1103860 "ICDEN" NIL ICDEN (NIL T T T T) |package| NIL NIL NIL) (|IndexCard| 1102460 1102878 1103094 "ICARD" NIL ICARD (NIL) |domain| NIL NIL NIL) (|IntegralBasisPolynomialTools| 1100181 1100589 1101213 "IBPTOOLS" NIL IBPTOOLS (NIL T T T T) |package| NIL NIL NIL) (|IndexedBits| 1097208 1100103 1100176 "IBITS" NIL IBITS (NIL NIL) |domain| NIL NIL NIL) (|IntegralBasisTools| 1094918 1095362 1096057 "IBATOOL" NIL IBATOOL (NIL T T T) |package| NIL NIL NIL) (|ChineseRemainderToolsForIntegralBases| 1092974 1093300 1093846 "IBACHIN" NIL IBACHIN (NIL T T T) |package| NIL NIL NIL) (|InnerTwoDimensionalArray| 1091022 1092795 1092969 "IARRAY2" NIL IARRAY2 (NIL T T T) |domain| NIL NIL NIL) (|IndexedOneDimensionalArray| 1088003 1090879 1091017 "IARRAY1" NIL IARRAY1 (NIL T NIL) |domain| NIL NIL NIL) (|InnerAlgebraicNumber| 1082036 1086724 1087463 "IAN" NIL IAN (NIL) |domain| NIL NIL NIL) (|InnerAlgFactor| 1081248 1081333 1081656 "IALGFACT" NIL IALGFACT (NIL T T T T) |package| NIL NIL NIL) (|HyperbolicFunctionCategory| 1080414 1080569 1080651 "HYPCAT" 1081068 HYPCAT (NIL) |category| NIL NIL NIL) (|HyperbolicFunctionCategory&| 1079980 1080132 1080409 "HYPCAT-" NIL HYPCAT- (NIL T) |package| NIL NIL NIL) (|Hostname| 1079512 1079760 1079895 "HOSTNAME" NIL HOSTNAME (NIL) |domain| NIL NIL NIL) (|HomotopicTo| 1079274 1079326 1079392 "HOMOTOP" 1079397 HOMOTOP (NIL T) |category| NIL 1079453 NIL) (|HomogeneousAggregate| 1077302 1078254 1078338 "HOAGG" 1078343 HOAGG (NIL T) |category| NIL 1078788 NIL) (|HomogeneousAggregate&| 1076831 1076979 1077297 "HOAGG-" NIL HOAGG- (NIL T T) |package| NIL NIL NIL) (|HexadecimalExpansion| 1071203 1076424 1076686 "HEXADEC" NIL HEXADEC (NIL) |domain| NIL NIL NIL) (|HeuGcd| 1070067 1070303 1070622 "HEUGCD" NIL HEUGCD (NIL T) |package| NIL NIL NIL) (|HyperellipticFiniteDivisor| 1068834 1069787 1070062 "HELLFDIV" NIL HELLFDIV (NIL T T T T) |domain| NIL NIL NIL) (|Heap| 1067202 1068573 1068716 "HEAP" NIL HEAP (NIL T) |domain| NIL NIL NIL) (|HeadAst| 1066383 1066755 1066971 "HEADAST" NIL HEADAST (NIL) |domain| NIL NIL NIL) (|HomogeneousDirectProduct| 1061651 1066216 1066378 "HDP" NIL HDP (NIL NIL T) |domain| NIL NIL NIL) (|HomogeneousDistributedMultivariatePolynomial| 1055511 1061105 1061447 "HDMP" NIL HDMP (NIL NIL T) |domain| NIL NIL NIL) (|HallBasis| 1054779 1054966 1055203 "HB" NIL HB (NIL) |package| NIL NIL NIL) (|HashTable| 1051829 1054661 1054774 "HASHTBL" NIL HASHTBL (NIL T T NIL) |domain| NIL NIL NIL) (|HasAst| 1051287 1051584 1051724 "HASAST" NIL HASAST (NIL) |domain| NIL NIL NIL) (|Pi| 1048652 1050901 1051246 "HACKPI" NIL HACKPI (NIL) |domain| NIL NIL NIL) (|GeneralTriangularSet| 1044803 1048415 1048647 "GTSET" NIL GTSET (NIL T T T T) |domain| NIL NIL NIL) (|GeneralSparseTable| 1041858 1044661 1044798 "GSTBL" NIL GSTBL (NIL T T T NIL) |domain| NIL NIL NIL) (|GeneralUnivariatePowerSeries| 1036327 1041017 1041451 "GSERIES" NIL GSERIES (NIL T NIL NIL) |domain| NIL NIL NIL) (|Group| 1035074 1035663 1035703 "GROUP" 1035993 GROUP (NIL) |category| NIL 1036178 NIL) (|Group&| 1034480 1034726 1035069 "GROUP-" NIL GROUP- (NIL T) |package| NIL NIL NIL) (|GroebnerSolve| 1032866 1033243 1033732 "GROEBSOL" NIL GROEBSOL (NIL NIL T T) |package| NIL NIL NIL) (|GradedModule| 1031079 1031449 1031551 "GRMOD" 1032527 GRMOD (NIL T T) |category| NIL 1032754 NIL) (|GradedModule&| 1030829 1030873 1031074 "GRMOD-" NIL GRMOD- (NIL T T T) |package| NIL NIL NIL) (|GraphImage| 1027583 1028592 1029574 "GRIMAGE" NIL GRIMAGE (NIL) |domain| NIL NIL NIL) (|GraphicsDefaults| 1026336 1026669 1027157 "GRDEF" NIL GRDEF (NIL) |package| NIL NIL NIL) (|GrayCode| 1025792 1025932 1026121 "GRAY" NIL GRAY (NIL) |package| NIL NIL NIL) (|GradedAlgebra| 1024517 1025050 1025154 "GRALG" 1025443 GRALG (NIL T T) |category| NIL 1025589 NIL) (|GradedAlgebra&| 1024125 1024230 1024512 "GRALG-" NIL GRALG- (NIL T T T) |package| NIL NIL NIL) (|GeneralPolynomialSet| 1021184 1023521 1023847 "GPOLSET" NIL GPOLSET (NIL T T T T) |domain| NIL NIL NIL) (|GosperSummationMethod| 1020155 1020240 1020694 "GOSPER" NIL GOSPER (NIL T T T T T) |package| NIL NIL NIL) (|GeneralModulePolynomial| 1015572 1016570 1017375 "GMODPOL" NIL GMODPOL (NIL NIL T T T NIL T) |domain| NIL NIL NIL) (|GeneralHenselPackage| 1014296 1014522 1014888 "GHENSEL" NIL GHENSEL (NIL T T) |package| NIL NIL NIL) (|GenerateUnivariatePowerSeries| 1010726 1011338 1012330 "GENUPS" NIL GENUPS (NIL T T) |package| NIL NIL NIL) (|GenUFactorize| 1010283 1010366 1010534 "GENUFACT" NIL GENUFACT (NIL T) |package| NIL NIL NIL) (|GeneralPolynomialGcdPackage| 1009328 1009439 1009774 "GENPGCD" NIL GENPGCD (NIL T T T T) |package| NIL NIL NIL) (|GeneralizedMultivariateFactorize| 1008438 1008488 1008887 "GENMFACT" NIL GENMFACT (NIL T T T T T) |package| NIL NIL NIL) (|GenExEuclid| 1006759 1007066 1007492 "GENEEZ" NIL GENEEZ (NIL T T) |package| NIL NIL NIL) (|GeneralDistributedMultivariatePolynomial| 1000425 1006139 1006480 "GDMP" NIL GDMP (NIL NIL T T) |domain| NIL NIL NIL) (|GenericNonAssociativeAlgebra| 993108 996872 998294 "GCNAALG" NIL GCNAALG (NIL T NIL NIL NIL) |domain| NIL NIL NIL) (|GcdDomain| 990302 991702 991750 "GCDDOM" 992151 GCDDOM (NIL) |category| NIL 992447 NIL) (|GcdDomain&| 989843 990019 990297 "GCDDOM-" NIL GCDDOM- (NIL T) |package| NIL NIL NIL) (|GroebnerInternalPackage| 983849 985056 986417 "GBINTERN" NIL GBINTERN (NIL T T T T) |package| NIL NIL NIL) (|GroebnerFactorizationPackage| 982242 982463 983012 "GBF" NIL GBF (NIL T T T T) |package| NIL NIL NIL) (|EuclideanGroebnerBasisPackage| 980838 981012 981440 "GBEUCLID" NIL GBEUCLID (NIL T T T T) |package| NIL NIL NIL) (|GroebnerPackage| 979517 979694 980092 "GB" NIL GB (NIL T T T T) |package| NIL NIL NIL) (|GaussianFactorizationPackage| 978808 978967 979214 "GAUSSFAC" NIL GAUSSFAC (NIL) |package| NIL NIL NIL) (|GaloisGroupUtilities| 977202 977595 978127 "GALUTIL" NIL GALUTIL (NIL T) |package| NIL NIL NIL) (|GaloisGroupPolynomialUtilities| 975029 975443 976001 "GALPOLYU" NIL GALPOLYU (NIL T T) |package| NIL NIL NIL) (|GaloisGroupFactorizationUtilities| 972762 973159 973880 "GALFACTU" NIL GALFACTU (NIL T T T) |package| NIL NIL NIL) (|GaloisGroupFactorizer| 967012 968516 970332 "GALFACT" NIL GALFACT (NIL T) |package| NIL NIL NIL) (|FunctionDescriptor| 966528 966769 966909 "FUNDESC" NIL FUNDESC (NIL) |domain| NIL NIL NIL) (|Functorial| 966167 966216 966280 "FUNCTOR" 966408 FUNCTOR (NIL T) |category| NIL 966495 NIL) (|FunctionCalled| 965687 965920 966056 "FUNCTION" NIL FUNCTION (NIL NIL) |domain| NIL NIL NIL) (|FortranType| 963563 964305 964966 "FT" NIL FT (NIL) |domain| NIL NIL NIL) (|FunctionSpaceUnivariatePolynomialFactor| 961698 962126 962811 "FSUPFACT" NIL FSUPFACT (NIL T T T) |package| NIL NIL NIL) (|FortranScalarType| 960459 960851 961324 "FST" NIL FST (NIL) |domain| NIL NIL NIL) (|FunctionSpaceReduce| 959337 959504 959841 "FSRED" NIL FSRED (NIL T T) |package| NIL NIL NIL) (|FunctionSpacePrimitiveElement| 957894 958178 958676 "FSPRMELT" NIL FSPRMELT (NIL T T) |package| NIL NIL NIL) (|FunctionalSpecialFunction| 956046 956523 957131 "FSPECF" NIL FSPECF (NIL T T) |package| NIL NIL NIL) (|FunctionSpaceIntegration| 955145 955221 955622 "FSINT" NIL FSINT (NIL T T) |package| NIL NIL NIL) (|FourierSeries| 953254 954203 954650 "FSERIES" NIL FSERIES (NIL T T) |domain| NIL NIL NIL) (|FunctionSpaceComplexIntegration| 951933 952106 952587 "FSCINT" NIL FSCINT (NIL T T) |package| NIL NIL NIL) (|FiniteSetAggregateFunctions2| 950738 950904 951257 "FSAGG2" NIL FSAGG2 (NIL T T T T) |package| NIL NIL NIL) (|FiniteSetAggregate| 945550 948859 948946 "FSAGG" 949644 FSAGG (NIL T) |category| NIL 950038 NIL) (|FiniteSetAggregate&| 943493 944309 945361 "FSAGG-" NIL FSAGG- (NIL T T) |package| NIL NIL NIL) (|FunctionSpaceToUnivariatePowerSeries| 941155 941382 942198 "FS2UPS" NIL FS2UPS (NIL T T T T T NIL) |package| NIL NIL NIL) (|FunctionSpaceToExponentialExpansion| 939601 939831 940384 "FS2EXPXP" NIL FS2EXPXP (NIL T T NIL NIL) |package| NIL NIL NIL) (|FunctionSpaceFunctions2| 939076 939132 939350 "FS2" NIL FS2 (NIL T T T T) |package| NIL NIL NIL) (|FunctionSpace| 910186 921746 921823 "FS" 928636 FS (NIL T) |category| |Expression| 932355 NIL) (|FunctionSpace&| 902012 905288 909727 "FS-" NIL FS- (NIL T T) |package| NIL NIL NIL) (|FactoredFunctionUtilities| 901342 901457 901679 "FRUTIL" NIL FRUTIL (NIL T) |package| NIL NIL NIL) (|FramedNonAssociativeAlgebra| 892710 896766 896875 "FRNAALG" 899656 FRNAALG (NIL T) |category| NIL 900733 NIL) (|FramedNonAssociativeAlgebra&| 889118 890308 891946 "FRNAALG-" NIL FRNAALG- (NIL T T) |package| NIL NIL NIL) (|FramedNonAssociativeAlgebraFunctions2| 888473 888529 888814 "FRNAAF2" NIL FRNAAF2 (NIL T T T T) |package| NIL NIL NIL) (|FramedModule| 886645 887266 887711 "FRMOD" NIL FRMOD (NIL T T T T NIL) |domain| NIL NIL NIL) (|FractionalIdealFunctions2| 885331 885457 885992 "FRIDEAL2" NIL FRIDEAL2 (NIL T T T T T T T T) |package| NIL NIL NIL) (|FractionalIdeal| 882711 883513 884009 "FRIDEAL" NIL FRIDEAL (NIL T T T T) |domain| NIL NIL NIL) (|FullyRetractableTo| 881443 881957 882037 "FRETRCT" 882042 FRETRCT (NIL T) |category| NIL 882329 NIL) (|FullyRetractableTo&| 880629 880926 881438 "FRETRCT-" NIL FRETRCT- (NIL T T) |package| NIL NIL NIL) (|FramedAlgebra| 875567 877438 877563 "FRAMALG" 879326 FRAMALG (NIL T T) |category| NIL 879799 NIL) (|FramedAlgebra&| 873781 874306 875131 "FRAMALG-" NIL FRAMALG- (NIL T T T) |package| NIL NIL NIL) (|FractionFunctions2| 873275 873357 873545 "FRAC2" NIL FRAC2 (NIL T T) |package| NIL NIL NIL) (|Fraction| 867470 872983 873270 "FRAC" NIL FRAC (NIL T) |domain| NIL NIL NIL) (|FactoredFunctions2| 866964 867046 867234 "FR2" NIL FR2 (NIL T T) |package| NIL NIL NIL) (|Factored| 859953 863940 865605 "FR" NIL FR (NIL T) |domain| NIL NIL NIL) (|FloatingPointSystem| 850556 855124 855192 "FPS" 857305 FPS (NIL) |category| NIL 858344 NIL) (|FloatingPointSystem&| 849964 850108 850377 "FPS-" NIL FPS- (NIL T) |package| NIL NIL NIL) (|FieldOfPrimeCharacteristic| 845458 848005 848087 "FPC" 848565 FPC (NIL) |category| NIL 848865 NIL) (|FieldOfPrimeCharacteristic&| 845141 845220 845453 "FPC-" NIL FPC- (NIL T) |package| NIL NIL NIL) (|FullyPatternMatchable| 843479 844263 844349 "FPATMAB" 844354 FPATMAB (NIL T) |category| NIL 844608 NIL) (|FullPartialFractionExpansion| 841752 842349 842876 "FPARFRAC" NIL FPARFRAC (NIL T T) |domain| NIL NIL NIL) (|FindOrderFinite| 840949 841036 841367 "FORDER" NIL FORDER (NIL T T T T) |package| NIL NIL NIL) (|FreeNilpotentLie| 839338 840266 840581 "FNLA" NIL FNLA (NIL NIL NIL T) |domain| NIL NIL NIL) (|FileNameCategory| 837262 837876 837938 "FNCAT" 838718 FNCAT (NIL) |category| |FileName| 839136 NIL) (|FileName| 836722 837203 837257 "FNAME" NIL FNAME (NIL) |domain| NIL NIL NIL) (|FreeMonoid| 835321 836631 836717 "FMONOID" NIL FMONOID (NIL T) |domain| NIL NIL NIL) (|FreeMonoidCategory| 830260 831872 831959 "FMONCAT" 834091 FMONCAT (NIL T) |category| NIL 835027 NIL) (|FreeModuleCat| 825651 826971 827062 "FMCAT" 828937 FMCAT (NIL T T) |category| NIL 829676 NIL) (|FreeMagma| 823958 824702 825172 "FMAGMA" NIL FMAGMA (NIL T) |domain| NIL NIL NIL) (|FreeModule1| 822473 823675 823833 "FM1" NIL FM1 (NIL T T) |domain| NIL NIL NIL) (|FreeModule| 821375 822222 822468 "FM" NIL FM (NIL T T) |domain| NIL NIL NIL) (|FloatingRealPackage| 819783 820137 820642 "FLOATRP" NIL FLOATRP (NIL T) |package| NIL NIL NIL) (|FloatingComplexPackage| 818007 818397 818968 "FLOATCP" NIL FLOATCP (NIL T) |package| NIL NIL NIL) (|Float| 811701 816248 817254 "FLOAT" NIL FLOAT (NIL) |domain| NIL NIL NIL) (|FullyLinearlyExplicitRingOver| 809597 810879 810981 "FLINEXP" 810986 FLINEXP (NIL T) |category| NIL 811177 NIL) (|FullyLinearlyExplicitRingOver&| 808825 809105 809592 "FLINEXP-" NIL FLINEXP- (NIL T T) |package| NIL NIL NIL) (|FiniteLinearAggregateSort| 808081 808215 808525 "FLASORT" NIL FLASORT (NIL T T) |package| NIL NIL NIL) (|FreeLieAlgebra| 803359 804727 804830 "FLALG" 806747 FLALG (NIL T T) |category| |LiePolynomial| 807493 NIL) (|FiniteLinearAggregateFunctions2| 802148 802314 802672 "FLAGG2" NIL FLAGG2 (NIL T T T T) |package| NIL NIL NIL) (|FiniteLinearAggregate| 793237 797785 797871 "FLAGG" 800139 FLAGG (NIL T) |category| NIL 801122 NIL) (|FiniteLinearAggregate&| 792236 792622 793232 "FLAGG-" NIL FLAGG- (NIL T T) |package| NIL NIL NIL) (|FiniteRankAlgebra| 786577 788185 788318 "FINRALG" 790614 FINRALG (NIL T T) |category| NIL 791444 NIL) (|FiniteRankAlgebra&| 785829 786102 786572 "FINRALG-" NIL FINRALG- (NIL T T T) |package| NIL NIL NIL) (|Finite| 784780 785144 785186 "FINITE" 785513 FINITE (NIL) |category| NIL 785717 NIL) (|Finite&| 784650 784679 784775 "FINITE-" NIL FINITE- (NIL T) |package| NIL NIL NIL) (|FiniteAggregate| 779932 781567 781641 "FINAGG" 783345 FINAGG (NIL T) |category| NIL 784128 NIL) (|FiniteAggregate&| 778742 779251 779927 "FINAGG-" NIL FINAGG- (NIL T T) |package| NIL NIL NIL) (|FiniteRankNonAssociativeAlgebra| 763941 767651 767768 "FINAALG" 775617 FINAALG (NIL T) |category| NIL 778215 NIL) (|FiniteRankNonAssociativeAlgebra&| 760114 761610 763258 "FINAALG-" NIL FINAALG- (NIL T T) |package| NIL NIL NIL) (|FileCategory| 757948 758410 758506 "FILECAT" 759689 FILECAT (NIL T T) |category| NIL 760002 NIL) (|File| 757174 757678 757841 "FILE" NIL FILE (NIL T) |domain| NIL NIL NIL) (|Field| 753597 755881 755921 "FIELD" 755970 FIELD (NIL) |category| NIL 756123 NIL) (|Field&| 752324 752894 753592 "FIELD-" NIL FIELD- (NIL T) |package| NIL NIL NIL) (|FreeGroup| 750157 751170 751672 "FGROUP" NIL FGROUP (NIL T) |domain| NIL NIL NIL) (|FGLMIfCanPackage| 749263 749432 749709 "FGLMICPK" NIL FGLMICPK (NIL T NIL) |package| NIL NIL NIL) (|FiniteFieldExtension| 745104 749108 749258 "FFX" NIL FFX (NIL T NIL) |domain| NIL NIL NIL) (|FiniteFieldSolveLinearPolynomialEquation| 744370 744465 744789 "FFSLPE" NIL FFSLPE (NIL T T T) |package| NIL NIL NIL) (|FiniteFieldPolynomialPackage2| 743432 743515 743947 "FFPOLY2" NIL FFPOLY2 (NIL T T) |package| NIL NIL NIL) (|FiniteFieldPolynomialPackage| 740454 741324 742292 "FFPOLY" NIL FFPOLY (NIL T) |package| NIL NIL NIL) (|FiniteFieldExtensionByPolynomial| 736010 740259 740449 "FFP" NIL FFP (NIL T NIL) |domain| NIL NIL NIL) (|FiniteFieldNormalBasisExtension| 730921 735123 735560 "FFNBX" NIL FFNBX (NIL T NIL) |domain| NIL NIL NIL) (|FiniteFieldNormalBasisExtensionByPolynomial| 725389 729904 730398 "FFNBP" NIL FFNBP (NIL T NIL) |domain| NIL NIL NIL) (|FiniteFieldNormalBasis| 720311 724532 724950 "FFNB" NIL FFNB (NIL NIL NIL) |domain| NIL NIL NIL) (|FunctionFieldIntegralBasis| 719276 719445 719873 "FFINTBAS" NIL FFINTBAS (NIL T T T) |package| NIL NIL NIL) (|FiniteFieldCategory| 712529 716022 716090 "FFIELDC" 717281 FFIELDC (NIL) |category| NIL 718015 NIL) (|FiniteFieldCategory&| 711126 711722 712524 "FFIELDC-" NIL FFIELDC- (NIL T) |package| NIL NIL NIL) (|FiniteFieldHomomorphisms| 710522 710583 710820 "FFHOM" NIL FFHOM (NIL T T T) |package| NIL NIL NIL) (|FiniteFieldFunctions| 708619 709140 709756 "FFF" NIL FFF (NIL T) |package| NIL NIL NIL) (|FiniteFieldCyclicGroupExtension| 704067 708130 708398 "FFCGX" NIL FFCGX (NIL T NIL) |domain| NIL NIL NIL) (|FiniteFieldCyclicGroupExtensionByPolynomial| 699207 703512 703820 "FFCGP" NIL FFCGP (NIL T NIL) |domain| NIL NIL NIL) (|FiniteFieldCyclicGroup| 694686 698768 699016 "FFCG" NIL FFCG (NIL NIL NIL) |domain| NIL NIL NIL) (|FunctionFieldCategoryFunctions2| 693576 693632 694121 "FFCAT2" NIL FFCAT2 (NIL T T T T T T T T) |package| NIL NIL NIL) (|FunctionFieldCategory| 659509 673513 673721 "FFCAT" 685269 FFCAT (NIL T T T) |category| NIL 687723 NIL) (|FunctionFieldCategory&| 654844 656221 658077 "FFCAT-" NIL FFCAT- (NIL T T T T) |package| NIL NIL NIL) (|FiniteField| 650686 654709 654839 "FF" NIL FF (NIL NIL NIL) |domain| NIL NIL NIL) (|FullyEvalableOver| 649408 649962 650047 "FEVALAB" 650052 FEVALAB (NIL T) |category| NIL 650384 NIL) (|FullyEvalableOver&| 648705 648954 649403 "FEVALAB-" NIL FEVALAB- (NIL T T) |package| NIL NIL NIL) (|FiniteDivisorCategory| 643285 644373 644610 "FDIVCAT" 647804 FDIVCAT (NIL T T T T) |category| NIL 648447 NIL) (|FiniteDivisorCategory&| 642898 642943 643280 "FDIVCAT-" NIL FDIVCAT- (NIL T T T T T) |package| NIL NIL NIL) (|FiniteDivisorFunctions2| 641619 641741 642260 "FDIV2" NIL FDIV2 (NIL T T T T T T T T) |package| NIL NIL NIL) (|FiniteDivisor| 639886 640918 641275 "FDIV" NIL FDIV (NIL T T T T) |domain| NIL NIL NIL) (|FunctorData| 638460 639002 639424 "FCTRDATA" NIL FCTRDATA (NIL) |domain| NIL NIL NIL) (|FourierComponent| 637575 637970 638194 "FCOMP" NIL FCOMP (NIL T) |domain| NIL NIL NIL) (|FiniteAlgebraicExtensionField| 624538 630567 630670 "FAXF" 634342 FAXF (NIL T) |category| NIL 635690 NIL) (|FiniteAlgebraicExtensionField&| 621710 622726 624049 "FAXF-" NIL FAXF- (NIL T T) |package| NIL NIL NIL) (|FlexibleArray| 617804 620992 621347 "FARRAY" NIL FARRAY (NIL T) |domain| NIL NIL NIL) (|FiniteAbelianMonoidRing| 609415 612387 612507 "FAMR" 614543 FAMR (NIL T T) |category| NIL 615276 NIL) (|FiniteAbelianMonoidRing&| 608301 608743 609410 "FAMR-" NIL FAMR- (NIL T T T) |package| NIL NIL NIL) (|FreeAbelianMonoid| 607156 608166 608296 "FAMONOID" NIL FAMONOID (NIL T) |domain| NIL NIL NIL) (|FreeAbelianMonoidCategory| 603154 604227 604363 "FAMONC" 606304 FAMONC (NIL T T) |category| NIL 606899 NIL) (|FreeAbelianGroup| 601679 602903 603149 "FAGROUP" NIL FAGROUP (NIL T) |domain| NIL NIL NIL) (|FactoringUtilities| 599221 599626 600205 "FACUTIL" NIL FACUTIL (NIL T T T T) |package| NIL NIL NIL) (|FactoredFunctions| 598180 598418 598747 "FACTFUNC" NIL FACTFUNC (NIL T) |package| NIL NIL NIL) (|ExponentialOfUnivariatePuiseuxSeries| 592635 597407 597799 "EXPUPXS" NIL EXPUPXS (NIL T NIL NIL) |domain| NIL NIL NIL) (|ExpressionTubePlot| 591084 591448 591917 "EXPRTUBE" NIL EXPRTUBE (NIL) |package| NIL NIL NIL) (|ExpressionSpaceODESolver| 588252 588684 589426 "EXPRODE" NIL EXPRODE (NIL T T) |package| NIL NIL NIL) (|ExpressionToUnivariatePowerSeries| 584989 585537 586534 "EXPR2UPS" NIL EXPR2UPS (NIL T T) |package| NIL NIL NIL) (|ExpressionFunctions2| 584471 584557 584750 "EXPR2" NIL EXPR2 (NIL T T) |package| NIL NIL NIL) (|Expression| 573306 583045 583834 "EXPR" NIL EXPR (NIL T) |domain| NIL NIL NIL) (|ExponentialExpansion| 566567 572217 572791 "EXPEXPAN" NIL EXPEXPAN (NIL T T NIL NIL) |domain| NIL NIL NIL) (|ExitAst| 565943 566258 566418 "EXITAST" NIL EXITAST (NIL) |domain| NIL NIL NIL) (|Exit| 565699 565897 565938 "EXIT" NIL EXIT (NIL) |domain| NIL NIL NIL) (|EvaluateCycleIndicators| 565170 565273 565480 "EVALCYC" NIL EVALCYC (NIL T) |package| NIL NIL NIL) (|Evalable| 564478 564639 564706 "EVALAB" 564976 EVALAB (NIL T) |category| NIL 565133 NIL) (|Evalable&| 564037 564184 564473 "EVALAB-" NIL EVALAB- (NIL T T) |package| NIL NIL NIL) (|EuclideanDomain| 559829 561804 561864 "EUCDOM" 562767 EUCDOM (NIL) |category| NIL 563325 NIL) (|EuclideanDomain&| 558562 559108 559824 "EUCDOM-" NIL EUCDOM- (NIL T) |package| NIL NIL NIL) (|ExpressionSpaceFunctions2| 558097 558164 558352 "ES2" NIL ES2 (NIL T T) |package| NIL NIL NIL) (|ExpressionSpaceFunctions1| 557576 557654 557855 "ES1" NIL ES1 (NIL T T) |package| NIL NIL NIL) (|ExpressionSpace| 547832 550335 550395 "ES" 555070 ES (NIL) |category| NIL 557308 NIL) (|ExpressionSpace&| 544190 545632 547542 "ES-" NIL ES- (NIL T) |package| NIL NIL NIL) (|ErrorFunctions| 543546 543681 543905 "ERROR" NIL ERROR (NIL) |package| NIL NIL NIL) (|EqTable| 540676 543448 543541 "EQTBL" NIL EQTBL (NIL T T) |domain| NIL NIL NIL) (|EquationFunctions2| 540190 540272 540450 "EQ2" NIL EQ2 (NIL T T) |package| NIL NIL NIL) (|Equation| 534923 537286 539041 "EQ" NIL EQ (NIL T) |domain| NIL NIL NIL) (|EigenPackage| 532191 532779 533491 "EP" NIL EP (NIL T) |package| NIL NIL NIL) (|Environment| 530682 531127 531619 "ENV" NIL ENV (NIL) |domain| NIL NIL NIL) (|EntireRing| 529148 530039 530089 "ENTIRER" 530094 ENTIRER (NIL) |category| NIL 530180 NIL) (|EntireRing&| 528965 529013 529143 "ENTIRER-" NIL ENTIRER- (NIL T) |package| NIL NIL NIL) (|EuclideanModularRing| 525536 527378 527887 "EMR" NIL EMR (NIL T T T NIL NIL NIL) |domain| NIL NIL NIL) (|EltableAggregate| 524173 524441 524536 "ELTAGG" 525187 ELTAGG (NIL T T) |category| NIL 525475 NIL) (|EltableAggregate&| 523866 523946 524168 "ELTAGG-" NIL ELTAGG- (NIL T T T) |package| NIL NIL NIL) (|Eltable| 523532 523567 523639 "ELTAB" 523760 ELTAB (NIL T T) |category| NIL 523833 NIL) (|EllipticFunctionsUnivariateTaylorSeries| 522615 522761 523076 "ELFUTS" NIL ELFUTS (NIL T T) |package| NIL NIL NIL) (|ElementaryFunctionCategory| 522151 522225 522307 "ELEMFUN" 522514 ELEMFUN (NIL) |category| NIL NIL NIL) (|ElementaryFunctionCategory&| 521959 521986 522146 "ELEMFUN-" NIL ELEMFUN- (NIL T) |package| NIL NIL NIL) (|ExtensibleLinearAggregate| 515272 518580 518674 "ELAGG" 520373 ELAGG (NIL T) |category| NIL 521099 NIL) (|ExtensibleLinearAggregate&| 513855 514414 515267 "ELAGG-" NIL ELAGG- (NIL T T) |package| NIL NIL NIL) (|Elaboration| 512968 513217 513517 "ELABOR" NIL ELABOR (NIL) |domain| NIL NIL NIL) (|ElaboratedExpression| 511648 512051 512518 "ELABEXPR" NIL ELABEXPR (NIL) |domain| NIL NIL NIL) (|ElementaryFunctionsUnivariatePuiseuxSeries| 507870 509461 510508 "EFUPXS" NIL EFUPXS (NIL T T T T) |package| NIL NIL NIL) (|ElementaryFunctionsUnivariateLaurentSeries| 504260 505849 506850 "EFULS" NIL EFULS (NIL T T T) |package| NIL NIL NIL) (|ElementaryFunctionStructurePackage| 501791 502242 503008 "EFSTRUC" NIL EFSTRUC (NIL T T) |package| NIL NIL NIL) (|ElementaryFunction| 496551 498217 499948 "EF" NIL EF (NIL T T) |package| NIL NIL NIL) (|ExtAlgBasis| 495647 496086 496327 "EAB" NIL EAB (NIL) |domain| NIL NIL NIL) (|DifferentialVariableCategory| 493627 494400 494506 "DVARCAT" 495096 DVARCAT (NIL T) |category| NIL 495375 NIL) (|DifferentialVariableCategory&| 492783 493098 493622 "DVARCAT-" NIL DVARCAT- (NIL T T) |package| NIL NIL NIL) (|DifferentialSparseMultivariatePolynomial| 485813 492458 492778 "DSMP" NIL DSMP (NIL T T T) |domain| NIL NIL NIL) (|DifferentialSpaceExtension| 483345 484220 484316 "DSEXT" 484979 DSEXT (NIL T) |category| NIL 485478 NIL) (|DifferentialSpaceExtension&| 482197 482585 483340 "DSEXT-" NIL DSEXT- (NIL T T) |package| NIL NIL NIL) (|DrawOptionFunctions1| 481755 481841 482015 "DROPT1" NIL DROPT1 (NIL T) |package| NIL NIL NIL) (|DrawOptionFunctions0| 478798 479719 480702 "DROPT0" NIL DROPT0 (NIL) |package| NIL NIL NIL) (|DrawOption| 474494 475903 477256 "DROPT" NIL DROPT (NIL) |domain| NIL NIL NIL) (|TopLevelDrawFunctionsForPoints| 473234 473534 473968 "DRAWPT" NIL DRAWPT (NIL) |package| NIL NIL NIL) (|DrawNumericHack| 472653 472748 472980 "DRAWHACK" NIL DRAWHACK (NIL T) |package| NIL NIL NIL) (|DrawComplex| 471467 471797 472179 "DRAWCX" NIL DRAWCX (NIL) |package| NIL NIL NIL) (|TopLevelDrawFunctionsForAlgebraicCurves| 470648 470761 471091 "DRAWCURV" NIL DRAWCURV (NIL T T) |package| NIL NIL NIL) (|TopLevelDrawFunctionsForCompiledFunctions| 466289 467431 468895 "DRAWCFUN" NIL DRAWCFUN (NIL) |package| NIL NIL NIL) (|TopLevelDrawFunctions| 463079 463795 464790 "DRAW" NIL DRAW (NIL T) |package| NIL NIL NIL) (|DequeueAggregate| 458319 460806 460882 "DQAGG" 461952 DQAGG (NIL T) |category| |Dequeue| 462397 NIL) (|DifferentialPolynomialCategory| 437907 447232 447433 "DPOLCAT" 451517 DPOLCAT (NIL T T T T) |category| NIL 452512 NIL) (|DifferentialPolynomialCategory&| 433645 435307 437902 "DPOLCAT-" NIL DPOLCAT- (NIL T T T T T) |package| NIL NIL NIL) (|DirectProductModule| 429053 433466 433640 "DPMO" NIL DPMO (NIL NIL T T) |domain| NIL NIL NIL) (|DirectProductMatrixModule| 424335 428770 429048 "DPMM" NIL DPMM (NIL NIL T T T) |domain| NIL NIL NIL) (|DomainTemplate| 423787 424072 424235 "DOMTMPLT" NIL DOMTMPLT (NIL) |domain| NIL NIL NIL) (|DomainConstructor| 422974 423499 423681 "DOMCTOR" NIL DOMCTOR (NIL) |domain| NIL NIL NIL) (|Domain| 422089 422466 422715 "DOMAIN" NIL DOMAIN (NIL) |domain| NIL NIL NIL) (|DistributedMultivariatePolynomial| 416004 421587 421896 "DMP" NIL DMP (NIL NIL T) |domain| NIL NIL NIL) (|DifferentialModuleExtension| 412828 414302 414400 "DMEXT" 414405 DMEXT (NIL T) |category| NIL 414722 NIL) (|DiscreteLogarithmPackage| 412191 412293 412573 "DLP" NIL DLP (NIL T) |package| NIL NIL NIL) (|DataList| 407314 411512 411798 "DLIST" NIL DLIST (NIL T) |domain| NIL NIL NIL) (|DoublyLinkedAggregate| 403373 405329 405415 "DLAGG" 406399 DLAGG (NIL T) |category| NIL 406758 NIL) (|DivisionRing| 401222 402263 402317 "DIVRING" 402462 DIVRING (NIL) |category| NIL 402596 NIL) (|DivisionRing&| 400515 400789 401217 "DIVRING-" NIL DIVRING- (NIL T) |package| NIL NIL NIL) (|DisplayPackage| 399138 399475 399909 "DISPLAY" NIL DISPLAY (NIL) |package| NIL NIL NIL) (|DirectProductFunctions2| 397870 398085 398432 "DIRPROD2" NIL DIRPROD2 (NIL NIL T T) |package| NIL NIL NIL) (|DirectProduct| 393187 397744 397865 "DIRPROD" NIL DIRPROD (NIL NIL T) |domain| NIL NIL NIL) (|DirectProductCategory| 377455 384985 385099 "DIRPCAT" 385548 DIRPCAT (NIL NIL T) |category| NIL 386883 NIL) (|DirectProductCategory&| 375024 375859 377110 "DIRPCAT-" NIL DIRPCAT- (NIL T NIL T) |package| NIL NIL NIL) (|DiophantineSolutionPackage| 374219 374431 374729 "DIOSP" NIL DIOSP (NIL) |package| NIL NIL NIL) (|DictionaryOperations| 370354 372279 372370 "DIOPS" 373167 DIOPS (NIL T) |category| NIL 373525 NIL) (|DictionaryOperations&| 369868 370030 370349 "DIOPS-" NIL DIOPS- (NIL T T) |package| NIL NIL NIL) (|Dioid| 368613 369448 369488 "DIOID" 369493 DIOID (NIL) |category| NIL 369541 NIL) (|DifferentialRing| 367002 368018 368080 "DIFRING" 368085 DIFRING (NIL) |category| NIL 368126 NIL) (|DifferentialSpace| 366349 366496 366560 "DIFFSPC" 366783 DIFFSPC (NIL) |category| NIL 366938 NIL) (|DifferentialSpace&| 365991 366098 366344 "DIFFSPC-" NIL DIFFSPC- (NIL T) |package| NIL NIL NIL) (|DifferentialModule| 364455 365189 365269 "DIFFMOD" 365274 DIFFMOD (NIL T) |category| NIL 365432 NIL) (|DifferentialDomain| 363977 364040 364120 "DIFFDOM" 364321 DIFFDOM (NIL T) |category| NIL 364422 NIL) (|DifferentialDomain&| 363797 363823 363972 "DIFFDOM-" NIL DIFFDOM- (NIL T T) |package| NIL NIL NIL) (|DifferentialExtension| 360550 362313 362399 "DIFEXT" 362404 DIFEXT (NIL T) |category| NIL 362687 NIL) (|Dictionary| 357768 359703 359774 "DIAGG" 359779 DIAGG (NIL T) |category| NIL 359820 NIL) (|Dictionary&| 357213 357415 357763 "DIAGG-" NIL DIAGG- (NIL T T) |package| NIL NIL NIL) (|DenavitHartenbergMatrix| 353126 356389 356810 "DHMATRIX" NIL DHMATRIX (NIL T) |domain| NIL NIL NIL) (|DoubleFloatSpecialFunctions| 350918 351545 352389 "DFSFUN" NIL DFSFUN (NIL) |package| NIL NIL NIL) (|DoubleFloat| 345596 349892 350451 "DFLOAT" NIL DFLOAT (NIL) |domain| NIL NIL NIL) (|DefiniteIntegrationTools| 343478 343804 344411 "DFINTTLS" NIL DFINTTLS (NIL T T) |package| NIL NIL NIL) (|DeRhamComplex| 340832 342141 342744 "DERHAM" NIL DERHAM (NIL T NIL) |domain| NIL NIL NIL) (|Dequeue| 338828 340560 340707 "DEQUEUE" NIL DEQUEUE (NIL T) |domain| NIL NIL NIL) (|DegreeReductionPackage| 337838 338030 338337 "DEGRED" NIL DEGRED (NIL T T) |package| NIL NIL NIL) (|RationalFunctionDefiniteIntegration| 335735 336108 336747 "DEFINTRF" NIL DEFINTRF (NIL T) |package| NIL NIL NIL) (|ElementaryFunctionDefiniteIntegration| 333707 334000 334657 "DEFINTEF" NIL DEFINTEF (NIL T T) |package| NIL NIL NIL) (|DefinitionAst| 332943 333294 333501 "DEFAST" NIL DEFAST (NIL) |domain| NIL NIL NIL) (|DecimalExpansion| 327315 332540 332798 "DECIMAL" NIL DECIMAL (NIL) |domain| NIL NIL NIL) (|DistinctDegreeFactorize| 324909 325468 326171 "DDFACT" NIL DDFACT (NIL T T) |package| NIL NIL NIL) (|DoubleResultantPackage| 324201 324269 324575 "DBLRESP" NIL DBLRESP (NIL T T T T) |package| NIL NIL NIL) (|DualBasis| 323431 323919 324070 "DBASIS" NIL DBASIS (NIL NIL) |domain| NIL NIL NIL) (|Database| 321554 322021 322504 "DBASE" NIL DBASE (NIL T) |domain| NIL NIL NIL) (|DataArray| 320661 320979 321212 "DATAARY" NIL DATAARY (NIL NIL T) |domain| NIL NIL NIL) (|CyclotomicPolynomialPackage| 319836 320040 320330 "CYCLOTOM" NIL CYCLOTOM (NIL) |package| NIL NIL NIL) (|CycleIndicators| 318048 318584 319170 "CYCLES" NIL CYCLES (NIL) |package| NIL NIL NIL) (|CoerceVectorMatrixPackage| 317281 317451 317729 "CVMP" NIL CVMP (NIL T) |package| NIL NIL NIL) (|ComplexTrigonometricManipulations| 315364 315695 316337 "CTRIGMNP" NIL CTRIGMNP (NIL T T) |package| NIL NIL NIL) (|ConstructorKind| 314766 315053 315259 "CTORKIND" NIL CTORKIND (NIL) |domain| NIL NIL NIL) (|ConstructorCategory| 313521 313992 314060 "CTORCAT" 314396 CTORCAT (NIL) |category| NIL 314612 NIL) (|ConstructorCategory&| 313023 313213 313516 "CTORCAT-" NIL CTORCAT- (NIL T) |package| NIL NIL NIL) (|ConstructorCall| 312291 312575 312779 "CTORCALL" NIL CTORCALL (NIL T) |domain| NIL NIL NIL) (|Constructor| 311510 312004 312155 "CTOR" NIL CTOR (NIL) |domain| NIL NIL NIL) (|CyclicStreamTools| 310637 310809 311095 "CSTTOOLS" NIL CSTTOOLS (NIL T T) |package| NIL NIL NIL) (|ComplexRootFindingPackage| 307280 308039 309031 "CRFP" NIL CRFP (NIL T T) |package| NIL NIL NIL) (|CoerceAst| 306647 306963 307128 "CRCEAST" NIL CRCEAST (NIL) |domain| NIL NIL NIL) (|CRApackage| 305725 305909 306190 "CRAPACK" NIL CRAPACK (NIL T) |package| NIL NIL NIL) (|ComplexPatternMatch| 304894 305041 305371 "CPMATCH" NIL CPMATCH (NIL T T T) |package| NIL NIL NIL) (|CharacteristicPolynomialInMonogenicalAlgebra| 304298 304353 304634 "CPIMA" NIL CPIMA (NIL T T T) |package| NIL NIL NIL) (|CoordinateSystems| 302454 302995 303670 "COORDSYS" NIL COORDSYS (NIL T) |package| NIL NIL NIL) (|Contour| 301781 301966 302196 "CONTOUR" NIL CONTOUR (NIL) |domain| NIL NIL NIL) (|ContinuedFraction| 297653 300263 300973 "CONTFRAC" NIL CONTFRAC (NIL T) |domain| NIL NIL NIL) (|Conduit| 297467 297497 297541 "CONDUIT" 297596 CONDUIT (NIL) |category| NIL NIL NIL) (|CommutativeRing| 295920 296811 296871 "COMRING" 296876 COMRING (NIL) |category| NIL 296965 NIL) (|SubSpaceComponentProperty| 295049 295406 295693 "COMPPROP" NIL COMPPROP (NIL) |domain| NIL NIL NIL) (|ComplexPattern| 294527 294577 294799 "COMPLPAT" NIL COMPLPAT (NIL T T T) |package| NIL NIL NIL) (|ComplexFunctions2| 294028 294108 294293 "COMPLEX2" NIL COMPLEX2 (NIL T T) |package| NIL NIL NIL) (|Complex| 286028 293942 294023 "COMPLEX" NIL COMPLEX (NIL T) |domain| NIL NIL NIL) (|CompilerPackage| 285253 285434 285696 "COMPILER" NIL COMPILER (NIL) |package| NIL NIL NIL) (|ComplexFactorization| 284785 284835 285039 "COMPFACT" NIL COMPFACT (NIL T T) |package| NIL NIL NIL) (|ComplexCategory| 259213 273708 273793 "COMPCAT" 275743 COMPCAT (NIL T) |category| |Complex| 278032 NIL) (|ComplexCategory&| 250696 254331 258706 "COMPCAT-" NIL COMPCAT- (NIL T T) |package| NIL NIL NIL) (|CommutativeOperatorCategory| 250248 250288 250391 "COMOPC" 250396 COMOPC (NIL T) |category| |CommutativeOperation| 250599 NIL) (|CommutativeOperation| 249682 249841 250090 "COMOP" NIL COMOP (NIL T) |domain| NIL NIL NIL) (|CommuteUnivariatePolynomialCategory| 249179 249214 249453 "COMMUPC" NIL COMMUPC (NIL T T T) |package| NIL NIL NIL) (|CommonOperators| 248868 248927 249049 "COMMONOP" NIL COMMONOP (NIL) |package| NIL NIL NIL) (|CommaAst| 248363 248644 248773 "COMMAAST" NIL COMMAAST (NIL) |domain| NIL NIL NIL) (|Commutator| 247836 248093 248241 "COMM" NIL COMM (NIL) |domain| NIL NIL NIL) (|CombinatorialOpsCategory| 246449 246763 246841 "COMBOPC" 247476 COMBOPC (NIL) |category| NIL 247793 NIL) (|IntegerCombinatoricFunctions| 245484 245742 246113 "COMBINAT" NIL COMBINAT (NIL T) |package| NIL NIL NIL) (|CombinatorialFunction| 243008 243635 244405 "COMBF" NIL COMBF (NIL T T) |package| NIL NIL NIL) (|Color| 241772 242274 242647 "COLOR" NIL COLOR (NIL) |domain| NIL NIL NIL) (|ColonAst| 241172 241478 241631 "COLONAST" NIL COLONAST (NIL) |domain| NIL NIL NIL) (|ComplexRootPackage| 240609 240678 240919 "CMPLXRT" NIL CMPLXRT (NIL T T) |package| NIL NIL NIL) (|CollectAst| 239970 240287 240455 "CLLCTAST" NIL CLLCTAST (NIL) |domain| NIL NIL NIL) (|TwoDimensionalPlotClipping| 238353 238732 239237 "CLIP" NIL CLIP (NIL) |package| NIL NIL NIL) (|CliffordAlgebra| 236581 237591 237901 "CLIF" NIL CLIF (NIL NIL T NIL) |domain| NIL NIL NIL) (|Collection| 233153 234587 234651 "CLAGG" 235473 CLAGG (NIL T) |category| NIL 235982 NIL) (|Collection&| 232729 232878 233148 "CLAGG-" NIL CLAGG- (NIL T T) |package| NIL NIL NIL) (|ComplexIntegerSolveLinearPolynomialEquation| 231992 232120 232427 "CINTSLPE" NIL CINTSLPE (NIL T T) |package| NIL NIL NIL) (|ChangeOfVariable| 229512 230013 230695 "CHVAR" NIL CHVAR (NIL T T T) |package| NIL NIL NIL) (|CharacteristicZero| 228103 228994 229060 "CHARZ" 229065 CHARZ (NIL) |category| NIL 229084 NIL) (|CharacteristicPolynomialPackage| 227665 227736 227928 "CHARPOL" NIL CHARPOL (NIL T) |package| NIL NIL NIL) (|CharacteristicNonZero| 226044 226977 227049 "CHARNZ" 227157 CHARNZ (NIL) |category| NIL 227237 NIL) (|Character| 223350 224518 225387 "CHAR" NIL CHAR (NIL) |domain| NIL NIL NIL) (|CombinatorialFunctionCategory| 222798 222896 222984 "CFCAT" 223225 CFCAT (NIL) |category| NIL NIL NIL) (|CommonDenominator| 221629 221804 222142 "CDEN" NIL CDEN (NIL T T T) |package| NIL NIL NIL) (|CharacterClass| 218375 220826 221322 "CCLASS" NIL CCLASS (NIL) |domain| NIL NIL NIL) (|Category| 217483 217753 218069 "CATEGORY" NIL CATEGORY (NIL) |domain| NIL NIL NIL) (|CategoryConstructor| 216879 217358 217478 "CATCTOR" NIL CATCTOR (NIL) |domain| NIL NIL NIL) (|CategoryAst| 216213 216538 216716 "CATAST" NIL CATAST (NIL) |domain| NIL NIL NIL) (|CaseAst| 215668 215965 216107 "CASEAST" NIL CASEAST (NIL) |domain| NIL NIL NIL) (|CartesianTensorFunctions2| 214724 214893 215227 "CARTEN2" NIL CARTEN2 (NIL NIL NIL T T) |package| NIL NIL NIL) (|CartesianTensor| 211205 212502 213470 "CARTEN" NIL CARTEN (NIL NIL NIL T) |domain| NIL NIL NIL) (|CardinalNumber| 209294 210349 210829 "CARD" NIL CARD (NIL) |domain| NIL NIL NIL) (|CapsuleAst| 208783 209064 209197 "CAPSLAST" NIL CAPSLAST (NIL) |domain| NIL NIL NIL) (|CachableSet| 207905 208221 208273 "CACHSET" 208513 CACHSET (NIL) |category| NIL 208671 NIL) (|CancellationAbelianMonoid| 206965 207450 207530 "CABMON" 207648 CABMON (NIL) |category| NIL 207742 NIL) (|ByteOrder| 206346 206646 206853 "BYTEORD" NIL BYTEORD (NIL) |domain| NIL NIL NIL) (|ByteBuffer| 202856 205877 206177 "BYTEBUF" NIL BYTEBUF (NIL) |domain| NIL NIL NIL) (|Byte| 201734 202421 202642 "BYTE" NIL BYTE (NIL) |domain| NIL NIL 202812) (|BinaryTree| 199473 201405 201592 "BTREE" NIL BTREE (NIL T) |domain| NIL NIL NIL) (|BinaryTournament| 197093 199026 199234 "BTOURN" NIL BTOURN (NIL T) |domain| NIL NIL NIL) (|BinaryTreeCategory| 193357 196065 196152 "BTCAT" 196265 BTCAT (NIL T) |category| NIL 196425 NIL) (|BinaryTreeCategory&| 192971 193092 193352 "BTCAT-" NIL BTCAT- (NIL T T) |package| NIL NIL NIL) (|BitAggregate| 187198 191596 191650 "BTAGG" 191825 BTAGG (NIL) |category| NIL 192021 NIL) (|BitAggregate&| 186801 186951 187193 "BTAGG-" NIL BTAGG- (NIL T) |package| NIL NIL NIL) (|BinarySearchTree| 184064 186107 186421 "BSTREE" NIL BSTREE (NIL T) |domain| NIL NIL NIL) (|BrillhartTests| 183120 183326 183686 "BRILL" NIL BRILL (NIL T) |package| NIL NIL NIL) (|BinaryRecursiveAggregate| 178948 180931 181023 "BRAGG" 182184 BRAGG (NIL T) |category| NIL 182564 NIL) (|BinaryRecursiveAggregate&| 177814 178270 178943 "BRAGG-" NIL BRAGG- (NIL T T) |package| NIL NIL NIL) (|BalancedPAdicRational| 171466 176974 177324 "BPADICRT" NIL BPADICRT (NIL NIL) |domain| NIL NIL NIL) (|BalancedPAdicInteger| 169462 171357 171461 "BPADIC" NIL BPADIC (NIL NIL) |domain| NIL NIL NIL) (|BoundIntegerRoots| 168955 169005 169228 "BOUNDZRO" NIL BOUNDZRO (NIL T T) |package| NIL NIL NIL) (|BasicOperatorFunctions1| 167113 167522 168093 "BOP1" NIL BOP1 (NIL T) |package| NIL NIL NIL) (|BasicOperator| 162939 164340 165584 "BOP" NIL BOP (NIL) |domain| NIL NIL NIL) (|Boolean| 161822 162640 162847 "BOOLEAN" NIL BOOLEAN (NIL) |domain| NIL NIL NIL) (|BooleanLogic| 161283 161434 161488 "BOOLE" 161658 BOOLE (NIL) |category| NIL 161773 NIL) (|BooleanLogic&| 161024 161103 161278 "BOOLE-" NIL BOOLE- (NIL T) |package| NIL NIL NIL) (|BiModule| 159913 160522 160596 "BMODULE" 160601 BMODULE (NIL T T) |category| NIL 160654 NIL) (|Bits| 156882 159660 159789 "BITS" NIL BITS (NIL) |domain| NIL NIL NIL) (|BinaryOperatorCategory| 156642 156682 156770 "BINOPC" 156775 BINOPC (NIL T) |category| NIL 156823 NIL) (|BinaryOperation| 156015 156300 156499 "BINOP" NIL BINOP (NIL T) |domain| NIL NIL NIL) (|Binding| 155392 155568 155788 "BINDING" NIL BINDING (NIL) |domain| NIL NIL NIL) (|BinaryExpansion| 149772 154995 155249 "BINARY" NIL BINARY (NIL) |domain| NIL NIL NIL) (|BagAggregate| 147382 148501 148569 "BGAGG" 148976 BGAGG (NIL T) |category| NIL 149209 NIL) (|BagAggregate&| 147193 147233 147377 "BGAGG-" NIL BGAGG- (NIL T T) |package| NIL NIL NIL) (|BezoutMatrix| 145836 146064 146513 "BEZOUT" NIL BEZOUT (NIL T T T T T) |package| NIL NIL NIL) (|BalancedBinaryTree| 142645 144765 145238 "BBTREE" NIL BBTREE (NIL T) |domain| NIL NIL NIL) (|BasicType| 142236 142319 142367 "BASTYPE" 142493 BASTYPE (NIL) |category| NIL 142612 NIL) (|BasicType&| 141982 142068 142231 "BASTYPE-" NIL BASTYPE- (NIL T) |package| NIL NIL NIL) (|BalancedFactorisation| 141114 141223 141527 "BALFACT" NIL BALFACT (NIL T T) |package| NIL NIL NIL) (|Automorphism| 139889 140600 140864 "AUTOMOR" NIL AUTOMOR (NIL T) |domain| NIL NIL NIL) (|AttributeRegistry| 139561 139566 139630 "ATTREG" 139635 ATTREG (NIL) |category| NIL NIL NIL) (|AttributeAst| 139071 139343 139471 "ATTRAST" NIL ATTRAST (NIL) |domain| NIL NIL NIL) (|ArcTrigonometricFunctionCategory| 138189 138344 138438 "ATRIG" 138891 ATRIG (NIL) |category| NIL NIL NIL) (|ArcTrigonometricFunctionCategory&| 137925 137981 138184 "ATRIG-" NIL ATRIG- (NIL T) |package| NIL NIL NIL) (|AbstractSyntaxCategory| 137330 137591 137665 "ASTCAT" 137670 ASTCAT (NIL) |category| NIL 137723 NIL) (|AbstractSyntaxCategory&| 137002 137092 137325 "ASTCAT-" NIL ASTCAT- (NIL T) |package| NIL NIL NIL) (|ArrayStack| 135299 136717 136871 "ASTACK" NIL ASTACK (NIL T) |domain| NIL NIL NIL) (|AssociatedEquations| 133622 133989 134526 "ASSOCEQ" NIL ASSOCEQ (NIL T T) |package| NIL NIL NIL) (|TwoDimensionalArray| 131791 133475 133617 "ARRAY2" NIL ARRAY2 (NIL T) |domain| NIL NIL NIL) (|OneDimensionalArrayFunctions2| 130637 130854 131187 "ARRAY12" NIL ARRAY12 (NIL T T) |package| NIL NIL NIL) (|OneDimensionalArray| 127236 130144 130398 "ARRAY1" NIL ARRAY1 (NIL T) |domain| NIL NIL NIL) (|TwoDimensionalArrayCategory| 118302 120832 121004 "ARR2CAT" 125599 ARR2CAT (NIL T T T) |category| NIL 126642 NIL) (|TwoDimensionalArrayCategory&| 117039 117541 118297 "ARR2CAT-" NIL ARR2CAT- (NIL T T T T) |package| NIL NIL NIL) (|Arity| 116272 116689 116903 "ARITY" NIL ARITY (NIL) |domain| NIL NIL NIL) (|ApplyRules| 114905 115096 115510 "APPRULE" NIL APPRULE (NIL T T T) |package| NIL NIL NIL) (|ApplyUnivariateSkewPolynomial| 114351 114414 114655 "APPLYORE" NIL APPLYORE (NIL T T T) |package| NIL NIL NIL) (|AnyFunctions1| 113513 113694 113946 "ANY1" NIL ANY1 (NIL T) |package| NIL NIL NIL) (|Any| 112834 113141 113314 "ANY" NIL ANY (NIL) |domain| NIL NIL NIL) (|AntiSymm| 110421 111693 112207 "ANTISYM" NIL ANTISYM (NIL T NIL) |domain| NIL NIL NIL) (|AnonymousFunction| 109795 110069 110252 "ANON" NIL ANON (NIL) |domain| NIL NIL NIL) (|AlgebraicNumber| 104025 108639 109326 "AN" NIL AN (NIL) |domain| NIL NIL NIL) (|AbelianMonoidRing| 97531 99535 99643 "AMR" 100889 AMR (NIL T T) |category| NIL 101804 NIL) (|AbelianMonoidRing&| 96639 96971 97526 "AMR-" NIL AMR- (NIL T T T) |package| NIL NIL NIL) (|AssociationList| 90949 96515 96634 "ALIST" NIL ALIST (NIL T T) |domain| NIL NIL NIL) (|AlgebraGivenByStructuralConstants| 87277 90358 90687 "ALGSC" NIL ALGSC (NIL T NIL NIL NIL) |domain| NIL NIL NIL) (|AlgebraPackage| 84526 85299 86202 "ALGPKG" NIL ALGPKG (NIL T T) |package| NIL NIL NIL) (|AlgebraicMultFact| 83546 83701 84032 "ALGMFACT" NIL ALGMFACT (NIL T T T) |package| NIL NIL NIL) (|AlgebraicManipulations| 80510 81046 81938 "ALGMANIP" NIL ALGMANIP (NIL T T) |package| NIL NIL NIL) (|AlgebraicFunctionField| 72850 79869 80187 "ALGFF" NIL ALGFF (NIL T T T NIL) |domain| NIL NIL NIL) (|AlgFactor| 72034 72218 72507 "ALGFACT" NIL ALGFACT (NIL T) |package| NIL NIL NIL) (|Algebra| 70289 71255 71324 "ALGEBRA" 71329 ALGEBRA (NIL T) |category| NIL 71389 NIL) (|Algebra&| 69974 70067 70284 "ALGEBRA-" NIL ALGEBRA- (NIL T T) |package| NIL NIL NIL) (|AssociationListAggregate| 44123 66613 66733 "ALAGG" 66956 ALAGG (NIL T T) |category| |AssociationList| 67209 NIL) (|ArcHyperbolicFunctionCategory| 43247 43408 43496 "AHYP" 43937 AHYP (NIL) |category| NIL NIL NIL) (|Aggregate| 42484 42637 42685 "AGG" 43017 AGG (NIL) |category| NIL 43214 NIL) (|Aggregate&| 42254 42321 42479 "AGG-" NIL AGG- (NIL T) |package| NIL NIL NIL) (|AlgebraicFunction| 39822 40317 40939 "AF" NIL AF (NIL T T) |package| NIL NIL NIL) (|AddAst| 39274 39573 39715 "ADDAST" NIL ADDAST (NIL) |domain| NIL NIL NIL) (|PlaneAlgebraicCurvePlot| 38381 38715 38995 "ACPLOT" NIL ACPLOT (NIL) |domain| NIL NIL NIL) (|AlgebraicallyClosedFunctionSpace| 22436 33011 33129 "ACFS" 34352 ACFS (NIL T) |category| |Expression| 34735 NIL) (|AlgebraicallyClosedFunctionSpace&| 21068 21544 22431 "ACFS-" NIL ACFS- (NIL T T) |package| NIL NIL NIL) (|AlgebraicallyClosedField| 14310 17368 17446 "ACF" 19179 ACF (NIL) |category| NIL 19975 NIL) (|AlgebraicallyClosedField&| 13377 13733 14305 "ACF-" NIL ACF- (NIL T) |package| NIL NIL NIL) (|AbelianSemiGroup| 12670 12936 12998 "ABELSG" 13157 ABELSG (NIL) |category| NIL 13265 NIL) (|AbelianSemiGroup&| 12477 12521 12665 "ABELSG-" NIL ABELSG- (NIL T) |package| NIL NIL NIL) (|AbelianMonoid| 11201 11641 11697 "ABELMON" 12096 ABELMON (NIL) |category| NIL 12338 NIL) (|AbelianMonoid&| 10704 10891 11196 "ABELMON-" NIL ABELMON- (NIL T) |package| NIL NIL NIL) (|AbelianGroup| 9623 10177 10231 "ABELGRP" 10337 ABELGRP (NIL) |category| NIL 10469 NIL) (|AbelianGroup&| 8995 9239 9618 "ABELGRP-" NIL ABELGRP- (NIL T) |package| NIL NIL NIL) (|OneDimensionalArrayAggregate| 3204 7708 7808 "A1AGG" 7813 A1AGG (NIL T) |category| NIL 7891 NIL) (|OneDimensionalArrayAggregate&| 30 1394 3199 "A1AGG-" NIL A1AGG- (NIL T T) |package| NIL NIL NIL)) \ No newline at end of file
+((|Union| 2636897 2636902 2636907 NIL NIL NIL (NIL) |domain| NIL NIL NIL) (|Record| 2636882 2636887 2636892 NIL NIL NIL (NIL) |domain| NIL NIL NIL) (|Mapping| 2636867 2636872 2636877 NIL NIL NIL (NIL) |domain| NIL NIL NIL) (|Enumeration| 2636852 2636857 2636862 NIL NIL NIL (NIL) |domain| NIL NIL NIL) (|IntegerMod| 2635702 2636699 2636847 "ZMOD" NIL ZMOD (NIL NIL) |domain| NIL NIL NIL) (|IntegerLinearDependence| 2634619 2634872 2635259 "ZLINDEP" NIL ZLINDEP (NIL T) |package| NIL NIL NIL) (|ZeroDimensionalSolvePackage| 2629409 2630592 2632220 "ZDSOLVE" NIL ZDSOLVE (NIL T NIL NIL) |package| NIL NIL NIL) (|ParadoxicalCombinatorsForStreams| 2628667 2628787 2629022 "YSTREAM" NIL YSTREAM (NIL T) |package| NIL NIL NIL) (|YoungDiagram| 2627941 2628281 2628488 "YDIAGRAM" NIL YDIAGRAM (NIL) |domain| NIL NIL NIL) (|XRecursivePolynomial| 2625286 2627262 2627587 "XRPOLY" NIL XRPOLY (NIL T T) |domain| NIL NIL NIL) (|XPolynomialRing| 2622071 2623845 2624581 "XPR" NIL XPR (NIL T T) |domain| NIL NIL NIL) (|XPolynomialsCat| 2618771 2620581 2620675 "XPOLYC" 2620984 XPOLYC (NIL T T) |category| NIL 2621177 NIL) (|XPolynomial| 2616350 2618167 2618461 "XPOLY" NIL XPOLY (NIL T) |domain| NIL NIL NIL) (|XPBWPolynomial| 2612581 2615276 2615886 "XPBWPOLY" NIL XPBWPOLY (NIL T T) |domain| NIL NIL NIL) (|XFreeAlgebra| 2607506 2609234 2609322 "XFALG" 2610716 XFALG (NIL T T) |category| NIL 2611720 NIL) (|ExtensionField| 2601761 2604609 2604682 "XF" 2605284 XF (NIL T) |category| NIL 2605942 NIL) (|ExtensionField&| 2601318 2601470 2601756 "XF-" NIL XF- (NIL T T) |package| NIL NIL NIL) (|XExponentialPackage| 2600545 2600677 2600993 "XEXPPKG" NIL XEXPPKG (NIL T T T) |package| NIL NIL NIL) (|XDistributedPolynomial| 2598207 2600356 2600540 "XDPOLY" NIL XDPOLY (NIL T T) |domain| NIL NIL NIL) (|XAlgebra| 2596372 2597243 2597303 "XALG" 2597308 XALG (NIL T) |category| NIL 2597478 NIL) (|WuWenTsunTriangularSet| 2590581 2594386 2595003 "WUTSET" NIL WUTSET (NIL T T T T) |domain| NIL NIL NIL) (|WeightedPolynomials| 2588328 2589373 2589870 "WP" NIL WP (NIL T T T T NIL NIL NIL) |domain| NIL NIL NIL) (|WhileAst| 2587835 2588112 2588237 "WHILEAST" NIL WHILEAST (NIL) |domain| NIL NIL NIL) (|WhereAst| 2587236 2587550 2587711 "WHEREAST" NIL WHEREAST (NIL) |domain| NIL NIL NIL) (|WildFunctionFieldIntegralBasis| 2585949 2586118 2586528 "WFFINTBS" NIL WFFINTBS (NIL T T T T) |package| NIL NIL NIL) (|WeierstrassPreparation| 2584139 2584552 2585053 "WEIER" NIL WEIER (NIL T) |package| NIL NIL NIL) (|VectorSpace| 2582644 2583306 2583373 "VSPACE" 2583590 VSPACE (NIL T) |category| NIL 2583708 NIL) (|VectorSpace&| 2582476 2582505 2582639 "VSPACE-" NIL VSPACE- (NIL T T) |package| NIL NIL NIL) (|Void| 2582257 2582323 2582431 "VOID" NIL VOID (NIL) |domain| NIL NIL NIL) (|ViewDefaultsPackage| 2579046 2579922 2581096 "VIEWDEF" NIL VIEWDEF (NIL) |package| NIL NIL NIL) (|ThreeDimensionalViewport| 2572009 2574223 2576536 "VIEW3D" NIL VIEW3D (NIL) |domain| NIL NIL NIL) (|TwoDimensionalViewport| 2566470 2568230 2569932 "VIEW2D" NIL VIEW2D (NIL) |domain| NIL NIL NIL) (|ViewportPackage| 2565052 2565399 2565852 "VIEW" NIL VIEW (NIL) |package| NIL NIL NIL) (|VectorFunctions2| 2563766 2564036 2564403 "VECTOR2" NIL VECTOR2 (NIL T T) |package| NIL NIL NIL) (|Vector| 2560105 2563515 2563650 "VECTOR" NIL VECTOR (NIL T) |domain| NIL NIL NIL) (|VectorCategory| 2553943 2557442 2557514 "VECTCAT" 2558371 VECTCAT (NIL T) |category| NIL 2559137 NIL) (|VectorCategory&| 2553065 2553422 2553938 "VECTCAT-" NIL VECTCAT- (NIL T T) |package| NIL NIL NIL) (|Variable| 2552555 2552812 2552959 "VARIABLE" NIL VARIABLE (NIL NIL) |domain| NIL NIL NIL) (|UnionType| 2552448 2552453 2552501 "UTYPE" 2552506 UTYPE (NIL) |category| NIL NIL NIL) (|UTSodetools| 2550763 2550988 2551444 "UTSODETL" NIL UTSODETL (NIL T T T T) |package| NIL NIL NIL) (|UnivariateTaylorSeriesODESolver| 2548242 2548717 2549368 "UTSODE" NIL UTSODE (NIL T T) |package| NIL NIL NIL) (|UnivariateTaylorSeriesCategory| 2537792 2542217 2542321 "UTSCAT" 2543607 UTSCAT (NIL T) |category| NIL 2544678 NIL) (|UnivariateTaylorSeriesCategory&| 2535628 2536598 2537787 "UTSCAT-" NIL UTSCAT- (NIL T T) |package| NIL NIL NIL) (|UnivariateTaylorSeriesFunctions2| 2535008 2535064 2535334 "UTS2" NIL UTS2 (NIL T T T T) |package| NIL NIL NIL) (|UnivariateTaylorSeries| 2528819 2533235 2533977 "UTS" NIL UTS (NIL T NIL NIL) |domain| NIL NIL NIL) (|UnaryRecursiveAggregate| 2524072 2526041 2526131 "URAGG" 2527351 URAGG (NIL T) |category| NIL 2528346 NIL) (|UnaryRecursiveAggregate&| 2521776 2522781 2524067 "URAGG-" NIL URAGG- (NIL T T) |package| NIL NIL NIL) (|UnivariatePuiseuxSeriesWithExponentialSingularity| 2517449 2520185 2521002 "UPXSSING" NIL UPXSSING (NIL T T NIL NIL) |domain| NIL NIL NIL) (|UnivariatePuiseuxSeriesConstructor| 2511885 2517242 2517444 "UPXSCONS" NIL UPXSCONS (NIL T T) |domain| NIL NIL NIL) (|UnivariatePuiseuxSeriesConstructorCategory| 2501296 2506776 2506951 "UPXSCCA" 2507608 UPXSCCA (NIL T T) |category| NIL 2507972 NIL) (|UnivariatePuiseuxSeriesConstructorCategory&| 2500786 2500914 2501291 "UPXSCCA-" NIL UPXSCCA- (NIL T T T) |package| NIL NIL NIL) (|UnivariatePuiseuxSeriesCategory| 2489904 2495101 2495207 "UPXSCAT" 2496140 UPXSCAT (NIL T) |category| NIL 2496978 NIL) (|UnivariatePuiseuxSeriesFunctions2| 2489088 2489220 2489526 "UPXS2" NIL UPXS2 (NIL T T NIL NIL NIL NIL) |package| NIL NIL NIL) (|UnivariatePuiseuxSeries| 2483277 2488379 2488842 "UPXS" NIL UPXS (NIL T NIL NIL) |domain| NIL NIL NIL) (|UnivariatePolynomialSquareFree| 2481879 2482116 2482574 "UPSQFREE" NIL UPSQFREE (NIL T T) |package| NIL NIL NIL) (|UnivariatePowerSeriesCategory| 2473986 2476935 2477067 "UPSCAT" 2478045 UPSCAT (NIL T T) |category| NIL 2479042 NIL) (|UnivariatePowerSeriesCategory&| 2473116 2473431 2473981 "UPSCAT-" NIL UPSCAT- (NIL T T T) |package| NIL NIL NIL) (|UnivariatePolynomialCategoryFunctions2| 2472486 2472542 2472820 "UPOLYC2" NIL UPOLYC2 (NIL T T T T) |package| NIL NIL NIL) (|UnivariatePolynomialCategory| 2456859 2464799 2464899 "UPOLYC" 2466774 UPOLYC (NIL T) |category| NIL 2468495 NIL) (|UnivariatePolynomialCategory&| 2450147 2453032 2456854 "UPOLYC-" NIL UPOLYC- (NIL T T) |package| NIL NIL NIL) (|UnivariatePolynomialMultiplicationPackage| 2449220 2449375 2449701 "UPMP" NIL UPMP (NIL T T) |package| NIL NIL NIL) (|UnivariatePolynomialDivisionPackage| 2448545 2448662 2448950 "UPDIVP" NIL UPDIVP (NIL T T) |package| NIL NIL NIL) (|UnivariatePolynomialDecompositionPackage| 2446781 2447146 2447720 "UPDECOMP" NIL UPDECOMP (NIL T T) |package| NIL NIL NIL) (|UnivariatePolynomialCommonDenominator| 2445490 2445666 2446051 "UPCDEN" NIL UPCDEN (NIL T T T) |package| NIL NIL NIL) (|UnivariatePolynomialFunctions2| 2444790 2444906 2445170 "UP2" NIL UP2 (NIL NIL T NIL T) |package| NIL NIL NIL) (|UnivariatePolynomial| 2436935 2444367 2444613 "UP" NIL UP (NIL NIL T) |domain| NIL NIL NIL) (|UniversalSegmentFunctions2| 2436091 2436259 2436565 "UNISEG2" NIL UNISEG2 (NIL T T) |package| NIL NIL NIL) (|UniversalSegment| 2434602 2435356 2435782 "UNISEG" NIL UNISEG (NIL T) |domain| NIL NIL NIL) (|UnivariateFactorize| 2433608 2433851 2434206 "UNIFACT" NIL UNIFACT (NIL T) |package| NIL NIL NIL) (|UnivariateLaurentSeriesConstructor| 2424539 2433402 2433603 "ULSCONS" NIL ULSCONS (NIL T T) |domain| NIL NIL NIL) (|UnivariateLaurentSeriesConstructorCategory| 2403825 2413048 2413222 "ULSCCAT" 2414076 ULSCCAT (NIL T T) |category| NIL 2414544 NIL) (|UnivariateLaurentSeriesConstructorCategory&| 2402819 2403149 2403820 "ULSCCAT-" NIL ULSCCAT- (NIL T T T) |package| NIL NIL NIL) (|UnivariateLaurentSeriesCategory| 2391503 2396858 2396964 "ULSCAT" 2398075 ULSCAT (NIL T) |category| NIL 2399089 NIL) (|UnivariateLaurentSeriesFunctions2| 2390687 2390819 2391125 "ULS2" NIL ULS2 (NIL T T NIL NIL NIL NIL) |package| NIL NIL NIL) (|UnivariateLaurentSeries| 2381429 2389969 2390378 "ULS" NIL ULS (NIL T NIL NIL) |domain| NIL NIL NIL) (|UInt8| 2380550 2381086 2381263 "UINT8" NIL UINT8 (NIL) |domain| NIL NIL 2381365) (|UInt64| 2379667 2380203 2380382 "UINT64" NIL UINT64 (NIL) |domain| NIL NIL 2380485) (|UInt32| 2378784 2379320 2379499 "UINT32" NIL UINT32 (NIL) |domain| NIL NIL 2379602) (|UInt16| 2377901 2378437 2378616 "UINT16" NIL UINT16 (NIL) |domain| NIL NIL 2378719) (|UniqueFactorizationDomain| 2375400 2376742 2376822 "UFD" 2377052 UFD (NIL) |category| NIL 2377240 NIL) (|UniqueFactorizationDomain&| 2375112 2375189 2375395 "UFD-" NIL UFD- (NIL T) |package| NIL NIL NIL) (|UserDefinedVariableOrdering| 2374232 2374447 2374768 "UDVO" NIL UDVO (NIL) |package| NIL NIL NIL) (|UserDefinedPartialOrdering| 2372301 2372739 2373333 "UDPO" NIL UDPO (NIL T) |package| NIL NIL NIL) (|TypeAst| 2372007 2372242 2372296 "TYPEAST" NIL TYPEAST (NIL) |domain| NIL NIL NIL) (|Type| 2371931 2371936 2371974 "TYPE" 2371979 TYPE (NIL) |category| NIL 2371989 NIL) (|TwoFactorize| 2370924 2371132 2371425 "TWOFACT" NIL TWOFACT (NIL T) |package| NIL NIL NIL) (|Tuple| 2369932 2370350 2370690 "TUPLE" NIL TUPLE (NIL T) |domain| NIL NIL NIL) (|TubePlotTools| 2368522 2368896 2369322 "TUBETOOL" NIL TUBETOOL (NIL) |package| NIL NIL NIL) (|TubePlot| 2367462 2367717 2368054 "TUBE" NIL TUBE (NIL T) |domain| NIL NIL NIL) (|TriangularSetCategory| 2357050 2360864 2361068 "TSETCAT" 2365050 TSETCAT (NIL T T T T) |category| NIL 2366842 NIL) (|TriangularSetCategory&| 2353052 2354831 2357045 "TSETCAT-" NIL TSETCAT- (NIL T T T T T) |package| NIL NIL NIL) (|TaylorSeries| 2348955 2352005 2352445 "TS" NIL TS (NIL T) |domain| NIL NIL NIL) (|TranscendentalManipulations| 2345814 2346801 2347980 "TRMANIP" NIL TRMANIP (NIL T T) |package| NIL NIL NIL) (|TriangularMatrixOperations| 2345140 2345232 2345520 "TRIMAT" NIL TRIMAT (NIL T T T T) |package| NIL NIL NIL) (|TrigonometricManipulations| 2343341 2343644 2344263 "TRIGMNIP" NIL TRIGMNIP (NIL T T) |package| NIL NIL NIL) (|TrigonometricFunctionCategory| 2342784 2342926 2343014 "TRIGCAT" 2343174 TRIGCAT (NIL) |category| NIL NIL NIL) (|TrigonometricFunctionCategory&| 2342443 2342543 2342779 "TRIGCAT-" NIL TRIGCAT- (NIL T) |package| NIL NIL NIL) (|Tree| 2339606 2341476 2341926 "TREE" NIL TREE (NIL T) |domain| NIL NIL NIL) (|TranscendentalFunctionCategory| 2338355 2339027 2339117 "TRANFUN" 2339188 TRANFUN (NIL) |category| NIL 2339406 NIL) (|TranscendentalFunctionCategory&| 2337710 2337962 2338350 "TRANFUN-" NIL TRANFUN- (NIL T) |package| NIL NIL NIL) (|TopLevelThreeSpace| 2337381 2337448 2337586 "TOPSP" NIL TOPSP (NIL) |package| NIL NIL NIL) (|ToolsForSign| 2336761 2336898 2337105 "TOOLSIGN" NIL TOOLSIGN (NIL T) |package| NIL NIL NIL) (|TextFile| 2335508 2336137 2336473 "TEXTFILE" NIL TEXTFILE (NIL) |domain| NIL NIL NIL) (|TexFormat1| 2335212 2335258 2335379 "TEX1" NIL TEX1 (NIL T) |package| NIL NIL NIL) (|TexFormat| 2333668 2334238 2334732 "TEX" NIL TEX (NIL) |domain| NIL NIL NIL) (|TabulatedComputationPackage| 2332064 2332466 2332980 "TBCMPPK" NIL TBCMPPK (NIL T T) |package| NIL NIL NIL) (|TableAggregate| 2327182 2330243 2330334 "TBAGG" 2330716 TBAGG (NIL T T) |category| NIL 2330967 NIL) (|TableAggregate&| 2325388 2326163 2327177 "TBAGG-" NIL TBAGG- (NIL T T T) |package| NIL NIL NIL) (|TangentExpansions| 2324575 2324750 2325006 "TANEXP" NIL TANEXP (NIL T) |package| NIL NIL NIL) (|TermAlgebraOperator| 2323936 2324263 2324436 "TALGOP" NIL TALGOP (NIL T) |domain| NIL NIL NIL) (|Tableau| 2323418 2323550 2323748 "TABLEAU" NIL TABLEAU (NIL T) |domain| NIL NIL NIL) (|Table| 2320552 2323324 2323413 "TABLE" NIL TABLE (NIL T T) |domain| NIL NIL NIL) (|TableauxBumpers| 2317643 2318301 2319031 "TABLBUMP" NIL TABLBUMP (NIL T) |package| NIL NIL NIL) (|System| 2316805 2317025 2317334 "SYSTEM" NIL SYSTEM (NIL) |package| NIL NIL NIL) (|SystemSolvePackage| 2314891 2315266 2315793 "SYSSOLP" NIL SYSSOLP (NIL T) |package| NIL NIL NIL) (|SystemPointer| 2314629 2314827 2314886 "SYSPTR" NIL SYSPTR (NIL) |domain| NIL NIL NIL) (|SystemNonNegativeInteger| 2313556 2314160 2314400 "SYSNNI" NIL SYSNNI (NIL NIL) |domain| NIL NIL 2314564) (|SystemInteger| 2312774 2313252 2313403 "SYSINT" NIL SYSINT (NIL NIL) |domain| NIL NIL 2313502) (|Syntax| 2309522 2310721 2311719 "SYNTAX" NIL SYNTAX (NIL) |domain| NIL NIL NIL) (|SymbolTable| 2307199 2307901 2308661 "SYMTAB" NIL SYMTAB (NIL) |domain| NIL NIL NIL) (|TheSymbolTable| 2303830 2304767 2305904 "SYMS" NIL SYMS (NIL) |domain| NIL NIL NIL) (|SymmetricPolynomial| 2300702 2303242 2303606 "SYMPOLY" NIL SYMPOLY (NIL T) |domain| NIL NIL NIL) (|SymmetricFunctions| 2300077 2300180 2300378 "SYMFUNC" NIL SYMFUNC (NIL T) |package| NIL NIL NIL) (|Symbol| 2297138 2298450 2299369 "SYMBOL" NIL SYMBOL (NIL) |domain| NIL NIL NIL) (|SparseUnivariateTaylorSeries| 2291469 2295991 2296485 "SUTS" NIL SUTS (NIL T NIL NIL) |domain| NIL NIL NIL) (|SparseUnivariatePuiseuxSeries| 2285616 2290730 2291217 "SUPXS" NIL SUPXS (NIL T NIL NIL) |domain| NIL NIL NIL) (|SupFractionFactorizer| 2284794 2284923 2285242 "SUPFRACF" NIL SUPFRACF (NIL T T T T) |package| NIL NIL NIL) (|SparseUnivariatePolynomialFunctions2| 2284146 2284264 2284514 "SUP2" NIL SUP2 (NIL T T) |package| NIL NIL NIL) (|SparseUnivariatePolynomial| 2275953 2283654 2283911 "SUP" NIL SUP (NIL T) |domain| NIL NIL NIL) (|RationalFunctionSum| 2274771 2274998 2275381 "SUMRF" NIL SUMRF (NIL T) |package| NIL NIL NIL) (|FunctionSpaceSum| 2273851 2273943 2274337 "SUMFS" NIL SUMFS (NIL T T) |package| NIL NIL NIL) (|SparseUnivariateLaurentSeries| 2264099 2273109 2273536 "SULS" NIL SULS (NIL T NIL NIL) |domain| NIL NIL NIL) (|SuchThatAst| 2263597 2263874 2264005 "SUCHTAST" NIL SUCHTAST (NIL) |domain| NIL NIL NIL) (|SuchThat| 2262885 2263165 2263356 "SUCH" NIL SUCH (NIL T T) |domain| NIL NIL NIL) (|SubSpace| 2258515 2259836 2261114 "SUBSPACE" NIL SUBSPACE (NIL NIL T) |domain| NIL NIL NIL) (|SubResultantPackage| 2257636 2257786 2258093 "SUBRESP" NIL SUBRESP (NIL T T) |package| NIL NIL NIL) (|StreamTranscendentalFunctionsNonCommutative| 2255509 2256188 2257003 "STTFNC" NIL STTFNC (NIL T) |package| NIL NIL NIL) (|StreamTranscendentalFunctions| 2252817 2253653 2254584 "STTF" NIL STTF (NIL T) |package| NIL NIL NIL) (|StreamTaylorSeriesOperations| 2248407 2249699 2251092 "STTAYLOR" NIL STTAYLOR (NIL T) |package| NIL NIL NIL) (|StringTable| 2245539 2248307 2248402 "STRTBL" NIL STRTBL (NIL T) |domain| NIL NIL NIL) (|String| 2241519 2245138 2245334 "STRING" NIL STRING (NIL) |domain| NIL NIL NIL) (|StreamFunctions3| 2240939 2241038 2241238 "STREAM3" NIL STREAM3 (NIL T T T) |package| NIL NIL NIL) (|StreamFunctions2| 2239903 2240094 2240375 "STREAM2" NIL STREAM2 (NIL T T) |package| NIL NIL NIL) (|StreamFunctions1| 2239539 2239600 2239741 "STREAM1" NIL STREAM1 (NIL T) |package| NIL NIL NIL) (|Stream| 2233508 2237490 2238355 "STREAM" NIL STREAM (NIL T) |domain| NIL NIL NIL) (|StreamInfiniteProduct| 2232536 2232742 2233077 "STINPROD" NIL STINPROD (NIL T) |package| NIL NIL NIL) (|StepAst| 2231654 2232053 2232295 "STEPAST" NIL STEPAST (NIL) |domain| NIL NIL NIL) (|StepThrough| 2230998 2231266 2231318 "STEP" 2231438 STEP (NIL) |category| NIL 2231557 NIL) (|SparseTable| 2228110 2230882 2230993 "STBL" NIL STBL (NIL T T NIL) |domain| NIL NIL NIL) (|StreamAggregate| 2223368 2226595 2226669 "STAGG" 2227027 STAGG (NIL T) |category| NIL 2227309 NIL) (|StreamAggregate&| 2221543 2222290 2223363 "STAGG-" NIL STAGG- (NIL T T) |package| NIL NIL NIL) (|Stack| 2219876 2221297 2221429 "STACK" NIL STACK (NIL T) |domain| NIL NIL NIL) (|SemiRing| 2219008 2219601 2219647 "SRING" 2219652 SRING (NIL) |category| NIL 2219691 NIL) (|SquareFreeRegularTriangularSet| 2212804 2217572 2218202 "SREGSET" NIL SREGSET (NIL T T T T) |domain| NIL NIL NIL) (|SquareFreeRegularSetDecompositionPackage| 2208057 2208759 2209840 "SRDCMPK" NIL SRDCMPK (NIL T T T T T) |package| NIL NIL NIL) (|StringAggregate| 2201883 2205490 2205550 "SRAGG" 2206607 SRAGG (NIL) |category| |String| 2207468 NIL) (|StringAggregate&| 2200946 2201326 2201878 "SRAGG-" NIL SRAGG- (NIL T) |package| NIL NIL NIL) (|SquareMatrix| 2195938 2200181 2200571 "SQMATRIX" NIL SQMATRIX (NIL NIL T) |domain| NIL NIL NIL) (|SplittingTree| 2191377 2193595 2194491 "SPLTREE" NIL SPLTREE (NIL T T) |domain| NIL NIL NIL) (|SplittingNode| 2188285 2189149 2189987 "SPLNODE" NIL SPLNODE (NIL T T) |domain| NIL NIL NIL) (|SpecialFunctionCategory| 2187252 2187566 2187642 "SPFCAT" 2187942 SPFCAT (NIL) |category| NIL NIL NIL) (|SpecialOutputPackage| 2186232 2186461 2186833 "SPECOUT" NIL SPECOUT (NIL) |package| NIL NIL NIL) (|SpadAstExports| 2176276 2178784 2178842 "SPADXPT" 2182939 SPADXPT (NIL) |category| |SpadAst| 2185963 NIL) (|SpadParser| 2175985 2176041 2176152 "SPADPRSR" NIL SPADPRSR (NIL) |package| NIL NIL NIL) (|SpadAst| 2173425 2175930 2175980 "SPADAST" NIL SPADAST (NIL) |domain| NIL NIL NIL) (|ThreeSpaceCategory| 2166717 2168584 2168664 "SPACEC" 2171419 SPACEC (NIL T) |category| |ThreeSpace| 2173328 NIL) (|ThreeSpace| 2164761 2166633 2166712 "SPACE3" NIL SPACE3 (NIL T) |domain| NIL NIL NIL) (|SortPackage| 2163577 2163762 2164183 "SORTPAK" NIL SORTPAK (NIL T T) |package| NIL NIL NIL) (|TransSolvePackage| 2162182 2162388 2162820 "SOLVETRA" NIL SOLVETRA (NIL T) |package| NIL NIL NIL) (|TransSolvePackageService| 2161258 2161438 2161723 "SOLVESER" NIL SOLVESER (NIL T) |package| NIL NIL NIL) (|RadicalSolvePackage| 2158521 2159063 2159870 "SOLVERAD" NIL SOLVERAD (NIL T) |package| NIL NIL NIL) (|PolynomialSolveByFormulas| 2155634 2156318 2157252 "SOLVEFOR" NIL SOLVEFOR (NIL T T) |package| NIL NIL NIL) (|SquareFreeNormalizedTriangularSetCategory| 2149589 2154391 2154630 "SNTSCAT" 2154635 SNTSCAT (NIL T T T T) |category| NIL 2154772 NIL) (|SparseMultivariateTaylorSeries| 2143974 2147562 2148210 "SMTS" NIL SMTS (NIL T T T) |domain| NIL NIL NIL) (|SparseMultivariatePolynomial| 2138081 2143803 2143969 "SMP" NIL SMP (NIL T T) |domain| NIL NIL NIL) (|SmithNormalForm| 2136085 2136480 2137047 "SMITH" NIL SMITH (NIL T T T T) |package| NIL NIL NIL) (|SquareMatrixCategory| 2127156 2131510 2131677 "SMATCAT" 2132882 SMATCAT (NIL NIL T T T) |category| NIL 2133710 NIL) (|SquareMatrixCategory&| 2124490 2125551 2127151 "SMATCAT-" NIL SMATCAT- (NIL T NIL T T T) |package| NIL NIL NIL) (|ShallowlyMutableAggregate| 2123922 2124121 2124215 "SMAGG" 2124359 SMAGG (NIL T) |category| NIL 2124452 NIL) (|StackAggregate| 2121438 2122825 2122897 "SKAGG" 2123167 SKAGG (NIL T) |category| NIL 2123383 NIL) (|SingleInteger| 2117488 2121165 2121346 "SINT" NIL SINT (NIL) |domain| NIL NIL 2121405) (|SimplifyAlgebraicNumberConvertPackage| 2117058 2117134 2117318 "SIMPAN" NIL SIMPAN (NIL) |package| NIL NIL NIL) (|RationalFunctionSign| 2116026 2116222 2116527 "SIGNRF" NIL SIGNRF (NIL T) |package| NIL NIL NIL) (|ElementaryFunctionSign| 2114690 2114859 2115328 "SIGNEF" NIL SIGNEF (NIL T T) |package| NIL NIL NIL) (|SignatureAst| 2113880 2114244 2114462 "SIGAST" NIL SIGAST (NIL) |domain| NIL NIL NIL) (|Signature| 2113149 2113468 2113664 "SIG" NIL SIG (NIL) |domain| NIL NIL NIL) (|SturmHabichtPackage| 2111567 2111981 2112530 "SHP" NIL SHP (NIL T NIL) |package| NIL NIL NIL) (|SplitHomogeneousDirectProduct| 2106813 2111378 2111562 "SHDP" NIL SHDP (NIL NIL NIL T) |domain| NIL NIL NIL) (|SemiGroup| 2106171 2106438 2106486 "SGROUP" 2106607 SGROUP (NIL) |category| NIL 2106716 NIL) (|SemiGroup&| 2105997 2106042 2106166 "SGROUP-" NIL SGROUP- (NIL T) |package| NIL NIL NIL) (|SemiGroupOperatorCategory| 2105532 2105572 2105671 "SGPOPC" 2105676 SGPOPC (NIL T) |category| NIL 2105915 NIL) (|SemiGroupOperation| 2104870 2105162 2105378 "SGPOP" NIL SGPOP (NIL T) |domain| NIL NIL NIL) (|SymmetricGroupCombinatoricFunctions| 2102511 2103154 2103908 "SGCF" NIL SGCF (NIL) |package| NIL NIL NIL) (|SquareFreeRegularTriangularSetCategory| 2096673 2101475 2101708 "SFRTCAT" 2101713 SFRTCAT (NIL T T T T) |category| |SquareFreeRegularTriangularSet| 2101780 NIL) (|SquareFreeRegularTriangularSetGcdPackage| 2091717 2092697 2094006 "SFRGCD" NIL SFRGCD (NIL T T T T T) |package| NIL NIL NIL) (|SquareFreeQuasiComponentPackage| 2086680 2087664 2088930 "SFQCMPK" NIL SFQCMPK (NIL T T T T T) |package| NIL NIL NIL) (|SExpressionOf| 2085611 2086523 2086675 "SEXOF" NIL SEXOF (NIL T T T T T) |domain| NIL NIL NIL) (|SExpressionCategory| 2082276 2083190 2083318 "SEXCAT" 2084479 SEXCAT (NIL T T T T T) |category| NIL 2085254 NIL) (|SExpression| 2081336 2082143 2082271 "SEX" NIL SEX (NIL) |domain| NIL NIL NIL) (|SetOfMIntegersInOneToN| 2079507 2080167 2080630 "SETMN" NIL SETMN (NIL NIL NIL) |domain| NIL NIL NIL) (|SetCategory| 2078873 2079075 2079127 "SETCAT" 2079281 SETCAT (NIL) |category| NIL 2079432 NIL) (|SetCategory&| 2078623 2078703 2078868 "SETCAT-" NIL SETCAT- (NIL T) |package| NIL NIL NIL) (|SetAggregate| 2075765 2077030 2077105 "SETAGG" 2077660 SETAGG (NIL T) |category| NIL 2078163 NIL) (|SetAggregate&| 2075276 2075435 2075760 "SETAGG-" NIL SETAGG- (NIL T T) |package| NIL NIL NIL) (|Set| 2072979 2075199 2075271 "SET" NIL SET (NIL T) |domain| NIL NIL NIL) (|SequenceAst| 2072352 2072664 2072829 "SEQAST" NIL SEQAST (NIL) |domain| NIL NIL NIL) (|SegmentExpansionCategory| 2071190 2071561 2071691 "SEGXCAT" 2072108 SEGXCAT (NIL T T) |category| NIL 2072287 NIL) (|SegmentCategory| 2070182 2070443 2070517 "SEGCAT" 2070876 SEGCAT (NIL T) |category| NIL 2071156 NIL) (|SegmentBindingFunctions2| 2069642 2069736 2069938 "SEGBIND2" NIL SEGBIND2 (NIL T T) |package| NIL NIL NIL) (|SegmentBinding| 2068682 2069032 2069313 "SEGBIND" NIL SEGBIND (NIL T) |domain| NIL NIL NIL) (|SegmentAst| 2068165 2068448 2068583 "SEGAST" NIL SEGAST (NIL) |domain| NIL NIL NIL) (|SegmentFunctions2| 2067408 2067556 2067824 "SEG2" NIL SEG2 (NIL T T) |package| NIL NIL NIL) (|Segment| 2066479 2067132 2067403 "SEG" NIL SEG (NIL T) |domain| NIL NIL NIL) (|SequentialDifferentialVariable| 2065722 2066339 2066474 "SDVAR" NIL SDVAR (NIL T) |domain| NIL NIL NIL) (|SequentialDifferentialPolynomial| 2058777 2065432 2065717 "SDPOL" NIL SDPOL (NIL T) |domain| NIL NIL NIL) (|StructuralConstantsPackage| 2057355 2057645 2058081 "SCPKG" NIL SCPKG (NIL T) |package| NIL NIL NIL) (|Scope| 2056354 2056657 2056998 "SCOPE" NIL SCOPE (NIL) |domain| NIL NIL NIL) (|SortedCache| 2055436 2055639 2055933 "SCACHE" NIL SCACHE (NIL T) |package| NIL NIL NIL) (|SpadSyntaxCategory| 2054847 2055108 2055174 "SASTCAT" 2055179 SASTCAT (NIL) |category| NIL 2055216 NIL) (|SingletonAsOrderedSet| 2054266 2054626 2054783 "SAOS" NIL SAOS (NIL) |domain| NIL NIL NIL) (|SAERationalFunctionAlgFactor| 2053518 2053568 2053909 "SAERFFC" NIL SAERFFC (NIL T T T) |package| NIL NIL NIL) (|SimpleAlgebraicExtensionAlgFactor| 2052785 2052835 2053171 "SAEFACT" NIL SAEFACT (NIL T T T) |package| NIL NIL NIL) (|SimpleAlgebraicExtension| 2047375 2052606 2052780 "SAE" NIL SAE (NIL T T NIL) |domain| NIL NIL NIL) (|RationalUnivariateRepresentationPackage| 2045997 2046222 2046655 "RURPK" NIL RURPK (NIL T NIL) |package| NIL NIL NIL) (|Ruleset| 2044570 2044947 2045341 "RULESET" NIL RULESET (NIL T T T) |domain| NIL NIL NIL) (|RuleCalled| 2044102 2044335 2044463 "RULECOLD" NIL RULECOLD (NIL NIL) |domain| NIL NIL NIL) (|RewriteRule| 2041585 2042272 2042896 "RULE" NIL RULE (NIL T T T) |domain| NIL NIL NIL) (|RuntimeValue| 2041342 2041380 2041494 "RTVALUE" NIL RTVALUE (NIL) |domain| NIL NIL NIL) (|RestrictAst| 2040703 2041019 2041188 "RSTRCAST" NIL RSTRCAST (NIL) |domain| NIL NIL NIL) (|RegularTriangularSetGcdPackage| 2036390 2037171 2038261 "RSETGCD" NIL RSETGCD (NIL T T T T T) |package| NIL NIL NIL) (|RegularTriangularSetCategory| 2027155 2031957 2032170 "RSETCAT" 2034464 RSETCAT (NIL T T T T) |category| NIL 2035718 NIL) (|RegularTriangularSetCategory&| 2025695 2026202 2027150 "RSETCAT-" NIL RSETCAT- (NIL T T T T T) |package| NIL NIL NIL) (|RegularSetDecompositionPackage| 2020989 2021708 2022769 "RSDCMPK" NIL RSDCMPK (NIL T T T T T) |package| NIL NIL NIL) (|RealRootCharacterizationCategory| 2018557 2019190 2019368 "RRCC" 2020410 RRCC (NIL T T) |category| |RightOpenIntervalRootCharacterization| 2020892 NIL) (|RealRootCharacterizationCategory&| 2017856 2018084 2018552 "RRCC-" NIL RRCC- (NIL T T T) |package| NIL NIL NIL) (|RepeatAst| 2017220 2017537 2017703 "RPTAST" NIL RPTAST (NIL) |domain| NIL NIL NIL) (|RecursivePolynomialCategory| 1995587 2004543 2004694 "RPOLCAT" 2009308 RPOLCAT (NIL T T T) |category| NIL 2013125 NIL) (|RecursivePolynomialCategory&| 1988876 1991811 1995582 "RPOLCAT-" NIL RPOLCAT- (NIL T T T T) |package| NIL NIL NIL) (|RomanNumeral| 1985420 1988512 1988728 "ROMAN" NIL ROMAN (NIL) |domain| NIL NIL NIL) (|RightOpenIntervalRootCharacterization| 1983609 1984406 1984884 "ROIRC" NIL ROIRC (NIL T T) |domain| NIL NIL NIL) (|RealNumberSystem| 1978352 1981346 1981408 "RNS" 1981641 RNS (NIL) |category| NIL 1982085 NIL) (|RealNumberSystem&| 1976947 1977486 1978197 "RNS-" NIL RNS- (NIL T) |package| NIL NIL NIL) (|RangeBinding| 1975946 1976295 1976589 "RNGBIND" NIL RNGBIND (NIL T T) |domain| NIL NIL NIL) (|Rng| 1974835 1975449 1975485 "RNG" 1975578 RNG (NIL) |category| NIL 1975683 NIL) (|Rng&| 1974673 1974721 1974830 "RNG-" NIL RNG- (NIL T) |package| NIL NIL NIL) (|RightModule| 1973717 1974278 1974343 "RMODULE" 1974348 RMODULE (NIL T) |category| NIL 1974400 NIL) (|RectangularMatrixCategoryFunctions2| 1972026 1972149 1972726 "RMCAT2" NIL RMCAT2 (NIL NIL NIL T T T T T T T T) |package| NIL NIL NIL) (|RectangularMatrix| 1968950 1971358 1971822 "RMATRIX" NIL RMATRIX (NIL NIL NIL T) |domain| NIL NIL NIL) (|RectangularMatrixCategory| 1962216 1964512 1964732 "RMATCAT" 1966983 RMATCAT (NIL NIL NIL T T T) |category| NIL 1968174 NIL) (|RectangularMatrixCategory&| 1961519 1961733 1962211 "RMATCAT-" NIL RMATCAT- (NIL T NIL NIL T T T) |package| NIL NIL NIL) (|RightLinearSet| 1960946 1961174 1961251 "RLINSET" 1961350 RLINSET (NIL T) |category| NIL 1961422 NIL) (|RationalInterpolation| 1960347 1960463 1960686 "RINTERP" NIL RINTERP (NIL NIL T) |package| NIL NIL NIL) (|Ring| 1958854 1959650 1959688 "RING" 1959790 RING (NIL) |category| NIL 1959954 NIL) (|Ring&| 1958632 1958704 1958849 "RING-" NIL RING- (NIL T) |package| NIL NIL NIL) (|RandomIntegerDistributions| 1957653 1957893 1958224 "RIDIST" NIL RIDIST (NIL) |package| NIL NIL NIL) (|RegularChain| 1952650 1957025 1957354 "RGCHAIN" NIL RGCHAIN (NIL T NIL) |domain| NIL NIL NIL) (|RGBColorSpace| 1951613 1952193 1952272 "RGBCSPC" 1952379 RGBCSPC (NIL T) |category| NIL 1952473 NIL) (|RGBColorModel| 1950479 1951027 1951106 "RGBCMDL" 1951286 RGBCMDL (NIL T) |category| NIL 1951465 NIL) (|RationalFunctionFactorizer| 1949943 1950044 1950256 "RFFACTOR" NIL RFFACTOR (NIL T) |package| NIL NIL NIL) (|RationalFunctionFactor| 1949487 1949537 1949743 "RFFACT" NIL RFFACT (NIL T) |package| NIL NIL NIL) (|RandomFloatDistributions| 1948145 1948542 1949011 "RFDIST" NIL RFDIST (NIL) |package| NIL NIL NIL) (|RationalFunction| 1946027 1946489 1947060 "RF" NIL RF (NIL T) |package| NIL NIL NIL) (|RetractSolvePackage| 1945297 1945430 1945703 "RETSOL" NIL RETSOL (NIL T T) |package| NIL NIL NIL) (|RetractableTo| 1944782 1944901 1944971 "RETRACT" 1945123 RETRACT (NIL T) |category| NIL 1945265 NIL) (|RetractableTo&| 1944600 1944635 1944777 "RETRACT-" NIL RETRACT- (NIL T T) |package| NIL NIL NIL) (|ReturnAst| 1944101 1944379 1944507 "RETAST" NIL RETAST (NIL) |domain| NIL NIL NIL) (|ResidueRing| 1942509 1943426 1943747 "RESRING" NIL RESRING (NIL T T T T NIL) |domain| NIL NIL NIL) (|ResolveLatticeCompletion| 1942015 1942082 1942256 "RESLATC" NIL RESLATC (NIL T) |package| NIL NIL NIL) (|RepeatedSquaring| 1941574 1941629 1941822 "REPSQ" NIL REPSQ (NIL T) |package| NIL NIL NIL) (|RepeatedDoubling| 1941127 1941184 1941379 "REPDB" NIL REPDB (NIL T) |package| NIL NIL NIL) (|RepresentationPackage2| 1937219 1938071 1939164 "REP2" NIL REP2 (NIL T) |package| NIL NIL NIL) (|RepresentationPackage1| 1934232 1934874 1935824 "REP1" NIL REP1 (NIL T) |package| NIL NIL NIL) (|RadicalEigenPackage| 1932509 1933000 1933557 "REP" NIL REP (NIL) |package| NIL NIL NIL) (|RegularTriangularSet| 1926355 1931123 1931723 "REGSET" NIL REGSET (NIL T T T T) |domain| NIL NIL NIL) (|Reference| 1925590 1925883 1926100 "REF" NIL REF (NIL T) |domain| NIL NIL NIL) (|ReductionOfOrder| 1924752 1924876 1925153 "REDORDER" NIL REDORDER (NIL T T) |package| NIL NIL NIL) (|RealClosure| 1920264 1923734 1924171 "RECLOS" NIL RECLOS (NIL T) |domain| NIL NIL NIL) (|RealSolvePackage| 1919327 1919545 1919837 "REALSOLV" NIL REALSOLV (NIL) |package| NIL NIL NIL) (|RealZeroPackageQ| 1917771 1918063 1918511 "REAL0Q" NIL REAL0Q (NIL T) |package| NIL NIL NIL) (|RealZeroPackage| 1915987 1916357 1916882 "REAL0" NIL REAL0 (NIL T) |package| NIL NIL NIL) (|RealConstant| 1915699 1915779 1915833 "REAL" 1915838 REAL (NIL) |category| NIL 1915910 NIL) (|ReduceAst| 1915118 1915433 1915585 "RDUCEAST" NIL RDUCEAST (NIL) |domain| NIL NIL NIL) (|ReducedDivisor| 1914184 1914298 1914666 "RDIV" NIL RDIV (NIL T T T T T) |package| NIL NIL NIL) (|RandomDistributions| 1913133 1913357 1913672 "RDIST" NIL RDIST (NIL T) |package| NIL NIL NIL) (|TranscendentalRischDESystem| 1911705 1911977 1912456 "RDETRS" NIL RDETRS (NIL T T) |package| NIL NIL NIL) (|TranscendentalRischDE| 1909494 1909966 1910624 "RDETR" NIL RDETR (NIL T T) |package| NIL NIL NIL) (|ElementaryRischDESystem| 1907868 1908198 1908818 "RDEEFS" NIL RDEEFS (NIL T T) |package| NIL NIL NIL) (|ElementaryRischDE| 1906129 1906502 1907153 "RDEEF" NIL RDEEF (NIL T T) |package| NIL NIL NIL) (|RealClosedField| 1898748 1902205 1902265 "RCFIELD" 1903479 RCFIELD (NIL) |category| NIL 1904512 NIL) (|RealClosedField&| 1896945 1897642 1898595 "RCFIELD-" NIL RCFIELD- (NIL T) |package| NIL NIL NIL) (|RecursiveAggregate| 1893724 1894900 1894980 "RCAGG" 1895859 RCAGG (NIL T) |category| NIL 1896506 NIL) (|RecursiveAggregate&| 1893346 1893468 1893719 "RCAGG-" NIL RCAGG- (NIL T T) |package| NIL NIL NIL) (|RationalRetractions| 1892602 1892767 1893029 "RATRET" NIL RATRET (NIL T) |package| NIL NIL NIL) (|RationalFactorize| 1892079 1892168 1892387 "RATFACT" NIL RATFACT (NIL T) |package| NIL NIL NIL) (|RandomNumberSource| 1891451 1891603 1891833 "RANDSRC" NIL RANDSRC (NIL) |package| NIL NIL NIL) (|RadixUtilities| 1891102 1891167 1891295 "RADUTIL" NIL RADUTIL (NIL) |package| NIL NIL NIL) (|RadixExpansion| 1884808 1890293 1890713 "RADIX" NIL RADIX (NIL NIL) |domain| NIL NIL NIL) (|RadicalFunctionField| 1877576 1884531 1884803 "RADFF" NIL RADFF (NIL T T T NIL NIL) |domain| NIL NIL NIL) (|RadicalCategory| 1877085 1877194 1877254 "RADCAT" 1877440 RADCAT (NIL) |category| NIL NIL NIL) (|RadicalCategory&| 1876838 1876908 1877080 "RADCAT-" NIL RADCAT- (NIL T) |package| NIL NIL NIL) (|Queue| 1875106 1876578 1876717 "QUEUE" NIL QUEUE (NIL T) |domain| NIL NIL NIL) (|QuaternionCategoryFunctions2| 1874524 1874580 1874829 "QUATCT2" NIL QUATCT2 (NIL T T T T) |package| NIL NIL NIL) (|QuaternionCategory| 1866161 1869703 1869794 "QUATCAT" 1870423 QUATCAT (NIL T) |category| |Quaternion| 1871525 NIL) (|QuaternionCategory&| 1862892 1864189 1865958 "QUATCAT-" NIL QUATCAT- (NIL T T) |package| NIL NIL NIL) (|Quaternion| 1859432 1862797 1862887 "QUAT" NIL QUAT (NIL T) |domain| NIL NIL NIL) (|QueueAggregate| 1856763 1858220 1858292 "QUAGG" 1858616 QUAGG (NIL T) |category| NIL 1858893 NIL) (|QuasiquoteAst| 1856252 1856530 1856666 "QQUTAST" NIL QQUTAST (NIL) |domain| NIL NIL NIL) (|QuadraticForm| 1855106 1855752 1856017 "QFORM" NIL QFORM (NIL NIL T) |domain| NIL NIL NIL) (|QuotientFieldCategoryFunctions2| 1854505 1854561 1854821 "QFCAT2" NIL QFCAT2 (NIL T T T T) |package| NIL NIL NIL) (|QuotientFieldCategory| 1842563 1848398 1848494 "QFCAT" 1848947 QFCAT (NIL T) |category| NIL 1850405 NIL) (|QuotientFieldCategory&| 1838599 1840164 1842355 "QFCAT-" NIL QFCAT- (NIL T T) |package| NIL NIL NIL) (|QueryEquation| 1838003 1838164 1838381 "QEQUAT" NIL QEQUAT (NIL) |domain| NIL NIL NIL) (|QuasiComponentPackage| 1833046 1834030 1835276 "QCMPACK" NIL QCMPACK (NIL T T T T T) |package| NIL NIL NIL) (|QuasiAlgebraicSet2| 1832187 1832402 1832724 "QALGSET2" NIL QALGSET2 (NIL NIL NIL) |package| NIL NIL NIL) (|QuasiAlgebraicSet| 1829588 1830201 1830899 "QALGSET" NIL QALGSET (NIL T T T T) |domain| NIL NIL NIL) (|PAdicWildFunctionFieldIntegralBasis| 1827945 1828162 1828631 "PWFFINTB" NIL PWFFINTB (NIL T T T T) |package| NIL NIL NIL) (|PushVariables| 1826537 1826733 1827240 "PUSHVAR" NIL PUSHVAR (NIL T T T T) |package| NIL NIL NIL) (|PartialTranscendentalFunctions| 1823905 1824746 1824876 "PTRANFN" 1825683 PTRANFN (NIL T) |category| NIL NIL NIL) (|PointPackage| 1823041 1823300 1823623 "PTPACK" NIL PTPACK (NIL T) |package| NIL NIL NIL) (|PointFunctions2| 1822582 1822658 1822824 "PTFUNC2" NIL PTFUNC2 (NIL T T) |package| NIL NIL NIL) (|PointCategory| 1817273 1820901 1820971 "PTCAT" 1821316 PTCAT (NIL T) |category| |Point| 1821544 NIL) (|PolynomialSquareFree| 1816695 1816749 1816992 "PSQFR" NIL PSQFR (NIL T T T T) |package| NIL NIL NIL) (|PseudoLinearNormalForm| 1815330 1815632 1816025 "PSEUDLIN" NIL PSEUDLIN (NIL T) |package| NIL NIL NIL) (|PolynomialSetUtilitiesPackage| 1806815 1808857 1811281 "PSETPK" NIL PSETPK (NIL T T T T) |package| NIL NIL NIL) (|PolynomialSetCategory| 1800619 1802982 1803176 "PSETCAT" 1805182 PSETCAT (NIL T T T T) |category| NIL 1806288 NIL) (|PolynomialSetCategory&| 1798639 1799491 1800614 "PSETCAT-" NIL PSETCAT- (NIL T T T T T) |package| NIL NIL NIL) (|PlottableSpaceCurveCategory| 1797811 1798028 1798112 "PSCURVE" 1798366 PSCURVE (NIL) |category| |Plot3D| 1798599 NIL) (|PowerSeriesCategory| 1792352 1794242 1794374 "PSCAT" 1795353 PSCAT (NIL T T T) |category| NIL 1795728 NIL) (|PowerSeriesCategory&| 1791498 1791788 1792347 "PSCAT-" NIL PSCAT- (NIL T T T T) |package| NIL NIL NIL) (|Partition| 1789788 1790651 1791061 "PRTITION" NIL PRTITION (NIL) |domain| NIL NIL NIL) (|PretendAst| 1789152 1789468 1789635 "PRTDAST" NIL PRTDAST (NIL) |domain| NIL NIL NIL) (|PseudoRemainderSequence| 1780962 1783295 1785741 "PRS" NIL PRS (NIL T T) |package| NIL NIL NIL) (|PriorityQueueAggregate| 1778645 1780004 1780098 "PRQAGG" 1780260 PRQAGG (NIL T) |category| |Heap| 1780423 NIL) (|PropositionalLogic| 1777661 1778115 1778181 "PROPLOG" 1778317 PROPLOG (NIL) |category| NIL 1778509 NIL) (|PropositionalFormulaFunctions2| 1777035 1777141 1777392 "PROPFUN2" NIL PROPFUN2 (NIL T T) |package| NIL NIL NIL) (|PropositionalFormulaFunctions1| 1776273 1776406 1776670 "PROPFUN1" NIL PROPFUN1 (NIL T) |package| NIL NIL NIL) (|PropositionalFormula| 1774650 1775374 1775797 "PROPFRML" NIL PROPFRML (NIL T) |domain| NIL NIL NIL) (|Property| 1774054 1774220 1774432 "PROPERTY" NIL PROPERTY (NIL) |domain| NIL NIL NIL) (|Product| 1770941 1772790 1773799 "PRODUCT" NIL PRODUCT (NIL T T) |domain| NIL NIL NIL) (|PrintPackage| 1770665 1770714 1770822 "PRINT" NIL PRINT (NIL) |package| NIL NIL NIL) (|IntegerPrimesPackage| 1769897 1770058 1770319 "PRIMES" NIL PRIMES (NIL T) |package| NIL NIL NIL) (|PrimitiveElement| 1768233 1768572 1769064 "PRIMELT" NIL PRIMELT (NIL T) |package| NIL NIL NIL) (|PrimitiveFunctionCategory| 1767771 1767851 1767931 "PRIMCAT" 1768113 PRIMCAT (NIL) |category| NIL NIL NIL) (|PrimitiveArrayFunctions2| 1766672 1766879 1767192 "PRIMARR2" NIL PRIMARR2 (NIL T T) |package| NIL NIL NIL) (|PrimitiveArray| 1763681 1766570 1766667 "PRIMARR" NIL PRIMARR (NIL T) |domain| NIL NIL NIL) (|PrecomputedAssociatedEquations| 1763015 1763117 1763394 "PREASSOC" NIL PREASSOC (NIL T T) |package| NIL NIL NIL) (|PolynomialRing| 1759845 1762406 1762780 "PR" NIL PR (NIL T T) |domain| NIL NIL NIL) (|PlottablePlaneCurveCategory| 1759087 1759278 1759362 "PPCURVE" 1759597 PPCURVE (NIL) |category| NIL 1759805 NIL) (|PortNumber| 1758599 1758847 1758993 "PORTNUM" NIL PORTNUM (NIL) |domain| NIL NIL NIL) (|PolynomialRoots| 1756094 1756441 1757118 "POLYROOT" NIL POLYROOT (NIL T T T T T) |package| NIL NIL NIL) (|PolynomialCategoryLifting| 1755138 1755216 1755625 "POLYLIFT" NIL POLYLIFT (NIL T T T T T) |package| NIL NIL NIL) (|PolynomialCategoryQuotientFunctions| 1751952 1752497 1753393 "POLYCATQ" NIL POLYCATQ (NIL T T T T T) |package| NIL NIL NIL) (|PolynomialCategory| 1737159 1743030 1743163 "POLYCAT" 1745708 POLYCAT (NIL T T T) |category| NIL 1748166 NIL) (|PolynomialCategory&| 1731739 1734116 1737154 "POLYCAT-" NIL POLYCAT- (NIL T T T T) |package| NIL NIL NIL) (|PolynomialToUnivariatePolynomial| 1731133 1731239 1731473 "POLY2UP" NIL POLY2UP (NIL NIL T) |package| NIL NIL NIL) (|PolynomialFunctions2| 1730629 1730715 1730901 "POLY2" NIL POLY2 (NIL T T) |package| NIL NIL NIL) (|Polynomial| 1724651 1730201 1730449 "POLY" NIL POLY (NIL T) |domain| NIL NIL NIL) (|RealPolynomialUtilitiesPackage| 1722927 1723244 1723729 "POLUTIL" NIL POLUTIL (NIL T T) |package| NIL NIL NIL) (|PolToPol| 1721593 1721920 1722331 "POLTOPOL" NIL POLTOPOL (NIL NIL T) |package| NIL NIL NIL) (|Point| 1718033 1721524 1721588 "POINT" NIL POINT (NIL T) |domain| NIL NIL NIL) (|PolynomialNumberTheoryFunctions| 1716715 1717090 1717553 "PNTHEORY" NIL PNTHEORY (NIL) |package| NIL NIL NIL) (|PatternMatchTools| 1715275 1715505 1715903 "PMTOOLS" NIL PMTOOLS (NIL T T T) |package| NIL NIL NIL) (|PatternMatchSymbol| 1714752 1714855 1715049 "PMSYM" NIL PMSYM (NIL T) |package| NIL NIL NIL) (|PatternMatchQuotientFieldCategory| 1713967 1714062 1714398 "PMQFCAT" NIL PMQFCAT (NIL T T T) |package| NIL NIL NIL) (|FunctionSpaceAttachPredicates| 1713262 1713369 1713643 "PMPREDFS" NIL PMPREDFS (NIL T T T) |package| NIL NIL NIL) (|AttachPredicates| 1712590 1712729 1712960 "PMPRED" NIL PMPRED (NIL T) |package| NIL NIL NIL) (|PatternMatchPolynomialCategory| 1710999 1711193 1711694 "PMPLCAT" NIL PMPLCAT (NIL T T T T T) |package| NIL NIL NIL) (|PatternMatchListAggregate| 1710331 1710435 1710703 "PMLSAGG" NIL PMLSAGG (NIL T T T) |package| NIL NIL NIL) (|PatternMatchKernel| 1709587 1709693 1709993 "PMKERNEL" NIL PMKERNEL (NIL T T) |package| NIL NIL NIL) (|PatternMatchIntegerNumberSystem| 1709025 1709129 1709358 "PMINS" NIL PMINS (NIL T) |package| NIL NIL NIL) (|PatternMatchFunctionSpace| 1708186 1708281 1708640 "PMFS" NIL PMFS (NIL T T T) |package| NIL NIL NIL) (|PatternMatchPushDown| 1707080 1707258 1707605 "PMDOWN" NIL PMDOWN (NIL T T T) |package| NIL NIL NIL) (|FunctionSpaceAssertions| 1706280 1706427 1706700 "PMASSFS" NIL PMASSFS (NIL T T) |package| NIL NIL NIL) (|PatternMatchAssertions| 1705570 1705749 1706003 "PMASS" NIL PMASS (NIL) |package| NIL NIL NIL) (|PlotTools| 1705143 1705246 1705401 "PLOTTOOL" NIL PLOTTOOL (NIL) |package| NIL NIL NIL) (|Plot3D| 1702270 1703279 1704199 "PLOT3D" NIL PLOT3D (NIL) |domain| NIL NIL NIL) (|PlotFunctions1| 1701449 1701629 1701928 "PLOT1" NIL PLOT1 (NIL T) |package| NIL NIL NIL) (|Plot| 1698161 1699270 1700360 "PLOT" NIL PLOT (NIL) |domain| NIL NIL NIL) (|ParametricLinearEquations| 1687335 1689312 1691660 "PLEQN" NIL PLEQN (NIL T T T T) |package| NIL NIL NIL) (|PolynomialInterpolationAlgorithms| 1686822 1686890 1687116 "PINTERPA" NIL PINTERPA (NIL T T) |package| NIL NIL NIL) (|PolynomialInterpolation| 1686058 1686210 1686488 "PINTERP" NIL PINTERP (NIL NIL T) |package| NIL NIL NIL) (|PrincipalIdealDomain| 1683519 1684870 1684940 "PID" 1685205 PID (NIL) |category| NIL 1685397 NIL) (|PiCoercions| 1683171 1683225 1683359 "PICOERCE" NIL PICOERCE (NIL T) |package| NIL NIL NIL) (|PositiveInteger| 1682371 1682895 1683068 "PI" NIL PI (NIL) |domain| NIL NIL 1683129) (|PolyGroebner| 1681829 1681953 1682153 "PGROEB" NIL PGROEB (NIL T) |package| NIL NIL NIL) (|PermutationGroupExamples| 1679368 1680051 1680963 "PGE" NIL PGE (NIL) |package| NIL NIL NIL) (|PolynomialGcdPackage| 1677697 1677933 1678412 "PGCD" NIL PGCD (NIL T T T T) |package| NIL NIL NIL) (|PartialFractionPackage| 1676794 1676933 1677226 "PFRPAC" NIL PFRPAC (NIL T) |package| NIL NIL NIL) (|PartialFraction| 1673045 1675478 1676088 "PFR" NIL PFR (NIL T) |domain| NIL NIL NIL) (|PointsOfFiniteOrderTools| 1671391 1671665 1672138 "PFOTOOLS" NIL PFOTOOLS (NIL T T) |package| NIL NIL NIL) (|PointsOfFiniteOrderRational| 1670010 1670286 1670794 "PFOQ" NIL PFOQ (NIL T T T) |package| NIL NIL NIL) (|PointsOfFiniteOrder| 1668487 1668743 1669305 "PFO" NIL PFO (NIL T T T T T) |package| NIL NIL NIL) (|PolynomialFactorizationExplicit| 1664787 1666519 1666611 "PFECAT" 1667254 PFECAT (NIL) |category| NIL 1667790 NIL) (|PolynomialFactorizationExplicit&| 1664216 1664426 1664782 "PFECAT-" NIL PFECAT- (NIL T) |package| NIL NIL NIL) (|PolynomialFactorizationByRecursionUnivariate| 1662699 1663013 1663526 "PFBRU" NIL PFBRU (NIL T T) |package| NIL NIL NIL) (|PolynomialFactorizationByRecursion| 1660342 1660734 1661355 "PFBR" NIL PFBR (NIL T T T T) |package| NIL NIL NIL) (|PrimeField| 1656515 1660176 1660337 "PF" NIL PF (NIL NIL) |domain| NIL NIL NIL) (|PermutationGroup| 1652804 1653934 1654990 "PERMGRP" NIL PERMGRP (NIL T) |domain| NIL NIL NIL) (|PermutationCategory| 1650707 1651663 1651752 "PERMCAT" 1652114 PERMCAT (NIL T) |category| |Permutation| 1652481 NIL) (|Permanent| 1650198 1650260 1650475 "PERMAN" NIL PERMAN (NIL NIL T) |package| NIL NIL NIL) (|Permutation| 1646982 1648470 1649316 "PERM" NIL PERM (NIL T) |domain| NIL NIL NIL) (|PendantTree| 1645189 1646642 1646852 "PENDTREE" NIL PENDTREE (NIL T) |domain| NIL NIL NIL) (|PartialDifferentialSpace| 1643981 1644214 1644311 "PDSPC" 1644828 PDSPC (NIL T) |category| NIL 1645128 NIL) (|PartialDifferentialSpace&| 1643280 1643516 1643976 "PDSPC-" NIL PDSPC- (NIL T T) |package| NIL NIL NIL) (|PartialDifferentialRing| 1641620 1642635 1642730 "PDRING" 1642735 PDRING (NIL T) |category| NIL 1642789 NIL) (|PartialDifferentialModule| 1639952 1640763 1640876 "PDMOD" 1640881 PDMOD (NIL T T) |category| NIL 1641052 NIL) (|PolynomialDecomposition| 1638461 1638737 1639162 "PDECOMP" NIL PDECOMP (NIL T T) |package| NIL NIL NIL) (|PartialDifferentialDomain| 1638002 1638068 1638174 "PDDOM" 1638339 PDDOM (NIL T T) |category| NIL 1638443 NIL) (|PartialDifferentialDomain&| 1637773 1637805 1637997 "PDDOM-" NIL PDDOM- (NIL T T T) |package| NIL NIL NIL) (|PolynomialComposition| 1637390 1637433 1637609 "PCOMP" NIL PCOMP (NIL T T) |package| NIL NIL NIL) (|PoincareBirkhoffWittLyndonBasis| 1635584 1636310 1636819 "PBWLB" NIL PBWLB (NIL T) |domain| NIL NIL NIL) (|PatternFunctions2| 1635093 1635173 1635354 "PATTERN2" NIL PATTERN2 (NIL T T) |package| NIL NIL NIL) (|PatternFunctions1| 1633166 1633538 1634045 "PATTERN1" NIL PATTERN1 (NIL T T) |package| NIL NIL NIL) (|Pattern| 1627387 1629381 1631105 "PATTERN" NIL PATTERN (NIL T) |domain| NIL NIL NIL) (|PatternMatchResultFunctions2| 1626737 1626849 1627093 "PATRES2" NIL PATRES2 (NIL T T T) |package| NIL NIL NIL) (|PatternMatchResult| 1624494 1625187 1625796 "PATRES" NIL PATRES (NIL T T) |domain| NIL NIL NIL) (|PatternMatch| 1622646 1623082 1623659 "PATMATCH" NIL PATMATCH (NIL T T T) |package| NIL NIL NIL) (|PatternMatchable| 1621850 1622138 1622221 "PATMAB" 1622416 PATMAB (NIL T) |category| NIL 1622549 NIL) (|PatternMatchListResult| 1620211 1620657 1621057 "PATLRES" NIL PATLRES (NIL T T T) |domain| NIL NIL NIL) (|Patternable| 1619562 1619734 1619800 "PATAB" 1619805 PATAB (NIL T) |category| NIL 1620018 NIL) (|PartitionsAndPermutations| 1618357 1618677 1619089 "PARTPERM" NIL PARTPERM (NIL) |package| NIL NIL NIL) (|ParametricSurface| 1617878 1617980 1618163 "PARSURF" NIL PARSURF (NIL T) |domain| NIL NIL NIL) (|ParametricSurfaceFunctions2| 1617311 1617411 1617625 "PARSU2" NIL PARSU2 (NIL T T) |package| NIL NIL NIL) (|Parser| 1616981 1617054 1617174 "PARSER" NIL PARSER (NIL) |package| NIL NIL NIL) (|ParametricSpaceCurve| 1616499 1616599 1616786 "PARSCURV" NIL PARSCURV (NIL T) |domain| NIL NIL NIL) (|ParametricSpaceCurveFunctions2| 1615905 1616011 1616237 "PARSC2" NIL PARSC2 (NIL T T) |package| NIL NIL NIL) (|ParametricPlaneCurve| 1615436 1615531 1615713 "PARPCURV" NIL PARPCURV (NIL T) |domain| NIL NIL NIL) (|ParametricPlaneCurveFunctions2| 1614842 1614948 1615174 "PARPC2" NIL PARPC2 (NIL T T) |package| NIL NIL NIL) (|ParameterAst| 1613829 1614227 1614519 "PARAMAST" NIL PARAMAST (NIL) |domain| NIL NIL NIL) (|PolynomialAN2Expression| 1613238 1613367 1613586 "PAN2EXPR" NIL PAN2EXPR (NIL) |package| NIL NIL NIL) (|Palette| 1612296 1612701 1612996 "PALETTE" NIL PALETTE (NIL) |domain| NIL NIL NIL) (|Pair| 1611165 1611622 1612042 "PAIR" NIL PAIR (NIL T T) |domain| NIL NIL NIL) (|PAdicRationalConstructor| 1604532 1610146 1610512 "PADICRC" NIL PADICRC (NIL NIL T) |domain| NIL NIL NIL) (|PAdicRational| 1598240 1603740 1604066 "PADICRAT" NIL PADICRAT (NIL NIL) |domain| NIL NIL NIL) (|PAdicIntegerCategory| 1594253 1596368 1596455 "PADICCT" 1597045 PADICCT (NIL NIL) |category| NIL 1597493 NIL) (|PAdicInteger| 1592265 1594160 1594248 "PADIC" NIL PADIC (NIL NIL) |domain| NIL NIL NIL) (|PadeApproximantPackage| 1591378 1591581 1591911 "PADEPAC" NIL PADEPAC (NIL T NIL NIL) |package| NIL NIL NIL) (|PadeApproximants| 1590421 1590609 1590965 "PADE" NIL PADE (NIL T T T) |package| NIL NIL NIL) (|OrdinaryWeightedPolynomials| 1588488 1589497 1589935 "OWP" NIL OWP (NIL T NIL NIL NIL) |domain| NIL NIL NIL) (|OverloadSet| 1587838 1588136 1588316 "OVERSET" NIL OVERSET (NIL) |domain| NIL NIL NIL) (|OrderedVariableList| 1586721 1587383 1587699 "OVAR" NIL OVAR (NIL NIL) |domain| NIL NIL NIL) (|OutputForm| 1578782 1581525 1584301 "OUTFORM" NIL OUTFORM (NIL) |domain| NIL NIL NIL) (|OutputBinaryFile| 1577855 1578283 1578546 "OUTBFILE" NIL OUTBFILE (NIL) |domain| NIL NIL NIL) (|OutputByteConduit| 1576809 1577075 1577139 "OUTBCON" 1577557 OUTBCON (NIL) |category| NIL 1577834 NIL) (|OutputByteConduit&| 1576328 1576514 1576804 "OUTBCON-" NIL OUTBCON- (NIL T) |package| NIL NIL NIL) (|OutputPackage| 1575605 1575766 1576007 "OUT" NIL OUT (NIL) |package| NIL NIL NIL) (|OrdSetInts| 1574991 1575338 1575487 "OSI" NIL OSI (NIL) |domain| NIL NIL NIL) (|OrderedSemiGroup| 1574331 1574725 1574787 "OSGROUP" 1574792 OSGROUP (NIL) |category| NIL 1574831 NIL) (|OrthogonalPolynomialFunctions| 1573281 1573546 1573956 "ORTHPOL" NIL ORTHPOL (NIL T) |package| NIL NIL NIL) (|UnivariateSkewPolynomial| 1570765 1573040 1573276 "OREUP" NIL OREUP (NIL NIL T NIL NIL) |domain| NIL NIL NIL) (|SparseUnivariateSkewPolynomial| 1567963 1570276 1570543 "ORESUP" NIL ORESUP (NIL T NIL NIL) |domain| NIL NIL NIL) (|UnivariateSkewPolynomialCategoryOps| 1566021 1566427 1567037 "OREPCTO" NIL OREPCTO (NIL T T) |package| NIL NIL NIL) (|UnivariateSkewPolynomialCategory| 1559505 1561940 1562048 "OREPCAT" 1563574 OREPCAT (NIL T) |category| NIL 1564992 NIL) (|UnivariateSkewPolynomialCategory&| 1557073 1558132 1559500 "OREPCAT-" NIL OREPCAT- (NIL T T) |package| NIL NIL NIL) (|OrderedType| 1556402 1556616 1556668 "ORDTYPE" 1556849 ORDTYPE (NIL) |category| NIL 1557035 NIL) (|OrderedType&| 1555954 1556131 1556397 "ORDTYPE-" NIL ORDTYPE- (NIL T) |package| NIL NIL NIL) (|OrderedStructure| 1555430 1555700 1555949 "ORDSTRCT" NIL ORDSTRCT (NIL T NIL) |domain| NIL NIL NIL) (|OrderedSet| 1554881 1555214 1555264 "ORDSET" 1555269 ORDSET (NIL) |category| NIL 1555311 NIL) (|OrderedRing| 1553106 1554138 1554190 "ORDRING" 1554195 ORDRING (NIL) |category| NIL 1554263 NIL) (|OrderedMonoid| 1552232 1552799 1552855 "ORDMON" 1552860 ORDMON (NIL) |category| NIL 1552902 NIL) (|OrderingFunctions| 1551593 1551717 1551965 "ORDFUNS" NIL ORDFUNS (NIL NIL T) |package| NIL NIL NIL) (|OrderedFinite| 1550659 1551178 1551234 "ORDFIN" 1551311 ORDFIN (NIL) |category| NIL 1551436 NIL) (|OrderedCompletionFunctions2| 1549911 1550053 1550323 "ORDCOMP2" NIL ORDCOMP2 (NIL T T) |package| NIL NIL NIL) (|OrderedCompletion| 1546897 1548674 1549325 "ORDCOMP" NIL ORDCOMP (NIL T) |domain| NIL NIL NIL) (|OperatorSignature| 1546107 1546500 1546700 "OPSIG" NIL OPSIG (NIL) |domain| NIL NIL NIL) (|OperationsQuery| 1545762 1545831 1545965 "OPQUERY" NIL OPQUERY (NIL) |package| NIL NIL NIL) (|OperatorCategory| 1544841 1545142 1545225 "OPERCAT" 1545516 OPERCAT (NIL T) |category| NIL 1545665 NIL) (|OperatorCategory&| 1544543 1544627 1544836 "OPERCAT-" NIL OPERCAT- (NIL T T) |package| NIL NIL NIL) (|Operator| 1541658 1543137 1543865 "OP" NIL OP (NIL T) |domain| NIL NIL NIL) (|OnePointCompletionFunctions2| 1540912 1541052 1541322 "ONECOMP2" NIL ONECOMP2 (NIL T T) |package| NIL NIL NIL) (|OnePointCompletion| 1538160 1539866 1540431 "ONECOMP" NIL ONECOMP (NIL T) |domain| NIL NIL NIL) (|OrderedMultisetAggregate| 1534887 1537106 1537204 "OMSAGG" 1537315 OMSAGG (NIL T) |category| NIL 1537434 NIL) (|OppositeMonogenicLinearOperator| 1533178 1534392 1534681 "OMLO" NIL OMLO (NIL T T) |domain| NIL NIL NIL) (|OrderedIntegralDomain| 1530915 1532183 1532255 "OINTDOM" 1532260 OINTDOM (NIL) |category| NIL 1532305 NIL) (|OrderedFreeMonoid| 1528345 1529811 1530319 "OFMONOID" NIL OFMONOID (NIL T) |domain| NIL NIL NIL) (|OrderlyDifferentialVariable| 1527608 1528211 1528340 "ODVAR" NIL ODVAR (NIL T) |domain| NIL NIL NIL) (|OrdinaryDifferentialRing| 1525215 1527321 1527603 "ODR" NIL ODR (NIL T T NIL) |domain| NIL NIL NIL) (|OrderlyDifferentialPolynomial| 1518282 1524934 1525210 "ODPOL" NIL ODPOL (NIL T) |domain| NIL NIL NIL) (|OrderedDirectProduct| 1513517 1518071 1518277 "ODP" NIL ODP (NIL NIL T NIL) |domain| NIL NIL NIL) (|ODETools| 1511863 1512161 1512598 "ODETOOLS" NIL ODETOOLS (NIL T T) |package| NIL NIL NIL) (|SystemODESolver| 1509192 1509851 1510657 "ODESYS" NIL ODESYS (NIL T T) |package| NIL NIL NIL) (|RationalRicDE| 1505741 1506362 1507304 "ODERTRIC" NIL ODERTRIC (NIL T T) |package| NIL NIL NIL) (|ReduceLODE| 1504837 1504945 1505315 "ODERED" NIL ODERED (NIL T T T T T) |package| NIL NIL NIL) (|RationalLODE| 1502523 1502954 1503665 "ODERAT" NIL ODERAT (NIL T T) |package| NIL NIL NIL) (|PrimitiveRatRicDE| 1498669 1499311 1500272 "ODEPRRIC" NIL ODEPRRIC (NIL T T T T) |package| NIL NIL NIL) (|PrimitiveRatDE| 1495158 1495622 1496485 "ODEPRIM" NIL ODEPRIM (NIL T T T T) |package| NIL NIL NIL) (|PureAlgebraicLODE| 1493964 1494126 1494616 "ODEPAL" NIL ODEPAL (NIL T T T T) |package| NIL NIL NIL) (|ODEIntegration| 1492878 1493003 1493432 "ODEINT" NIL ODEINT (NIL T T) |package| NIL NIL NIL) (|ElementaryFunctionODESolver| 1489581 1490134 1491086 "ODEEF" NIL ODEEF (NIL T T) |package| NIL NIL NIL) (|ConstantLODE| 1488468 1488584 1489059 "ODECONST" NIL ODECONST (NIL T T T) |package| NIL NIL NIL) (|OctonionCategoryFunctions2| 1487900 1487956 1488197 "OCTCT2" NIL OCTCT2 (NIL T T T T) |package| NIL NIL NIL) (|Octonion| 1484745 1487572 1487763 "OCT" NIL OCT (NIL T) |domain| NIL NIL NIL) (|OrderedCancellationAbelianMonoid| 1483659 1484289 1484383 "OCAMON" 1484388 OCAMON (NIL) |category| NIL 1484453 NIL) (|OctonionCategory| 1477387 1480093 1480180 "OC" 1480946 OC (NIL T) |category| |Octonion| 1482086 NIL) (|OctonionCategory&| 1474927 1475903 1477188 "OC-" NIL OC- (NIL T T) |package| NIL NIL NIL) (|OrderedAbelianSemiGroup| 1474240 1474633 1474709 "OASGP" 1474714 OASGP (NIL) |category| NIL 1474760 NIL) (|OrderedAbelianMonoidSup| 1473012 1473665 1473741 "OAMONS" 1473812 OAMONS (NIL) |category| NIL 1473905 NIL) (|OrderedAbelianMonoid| 1471913 1472496 1472566 "OAMON" 1472671 OAMON (NIL) |category| NIL 1472787 NIL) (|OrderedAbelianMonoid&| 1471711 1471755 1471908 "OAMON-" NIL OAMON- (NIL T) |package| NIL NIL NIL) (|OrderedAbelianGroup| 1470101 1470882 1470950 "OAGROUP" 1471134 OAGROUP (NIL) |category| NIL 1471317 NIL) (|OrderedAbelianGroup&| 1469773 1469878 1470096 "OAGROUP-" NIL OAGROUP- (NIL T) |package| NIL NIL NIL) (|NumericTubePlot| 1469304 1469380 1469557 "NUMTUBE" NIL NUMTUBE (NIL T) |package| NIL NIL NIL) (|NumericalQuadrature| 1467793 1468261 1468793 "NUMQUAD" NIL NUMQUAD (NIL) |package| NIL NIL NIL) (|NumericalOrdinaryDifferentialEquations| 1466069 1466539 1467132 "NUMODE" NIL NUMODE (NIL) |package| NIL NIL NIL) (|NumberFormats| 1465010 1465309 1465663 "NUMFMT" NIL NUMFMT (NIL) |package| NIL NIL NIL) (|Numeric| 1457482 1458991 1461384 "NUMERIC" NIL NUMERIC (NIL T) |package| NIL NIL NIL) (|NormalizedTriangularSetCategory| 1451658 1456460 1456679 "NTSCAT" 1456684 NTSCAT (NIL T T T T) |category| NIL 1456751 NIL) (|NumberTheoreticPolynomialFunctions| 1450860 1451036 1451359 "NTPOLFN" NIL NTPOLFN (NIL T) |package| NIL NIL NIL) (|NewSparseUnivariatePolynomialFunctions2| 1450185 1450309 1450571 "NSUP2" NIL NSUP2 (NIL T T) |package| NIL NIL NIL) (|NewSparseUnivariatePolynomial| 1439149 1447533 1448756 "NSUP" NIL NSUP (NIL T) |domain| NIL NIL NIL) (|NewSparseMultivariatePolynomial| 1430295 1438870 1439144 "NSMP" NIL NSMP (NIL T T) |domain| NIL NIL NIL) (|NumericRealEigenPackage| 1428822 1429166 1429656 "NREP" NIL NREP (NIL T) |package| NIL NIL NIL) (|NPCoef| 1427086 1427405 1427933 "NPCOEF" NIL NPCOEF (NIL T T T T T) |package| NIL NIL NIL) (|NormRetractPackage| 1425629 1425838 1426299 "NORMRETR" NIL NORMRETR (NIL T T T T NIL) |package| NIL NIL NIL) (|NormalizationPackage| 1423330 1423715 1424352 "NORMPK" NIL NORMPK (NIL T T T T T) |package| NIL NIL NIL) (|NormInMonogenicAlgebra| 1422772 1422807 1423061 "NORMMA" NIL NORMMA (NIL T T T T) |package| NIL NIL NIL) (|NoneFunctions1| 1422494 1422534 1422651 "NONE1" NIL NONE1 (NIL T) |package| NIL NIL NIL) (|None| 1422250 1422448 1422489 "NONE" NIL NONE (NIL) |domain| NIL NIL NIL) (|NonLinearFirstOrderODESolver| 1421305 1421394 1421817 "NODE1" NIL NODE1 (NIL T T) |package| NIL NIL NIL) (|NonNegativeInteger| 1419597 1420508 1420923 "NNI" NIL NNI (NIL) |domain| NIL NIL 1421265) (|NonLinearSolvePackage| 1418531 1418737 1419067 "NLINSOL" NIL NLINSOL (NIL T) |package| NIL NIL NIL) (|NumberFieldIntegralBasis| 1417200 1417411 1417776 "NFINTBAS" NIL NFINTBAS (NIL T T) |package| NIL NIL NIL) (|NetworkClientSocket| 1415876 1416591 1416680 "NETCLT" 1416932 NETCLT (NIL T) |category| NIL 1417091 NIL) (|NonCommutativeOperatorDivision| 1414589 1414890 1415333 "NCODIV" NIL NCODIV (NIL T T) |package| NIL NIL NIL) (|NumericContinuedFraction| 1414142 1414219 1414407 "NCNTFRAC" NIL NCNTFRAC (NIL T) |package| NIL NIL NIL) (|NumericComplexEigenPackage| 1412560 1412935 1413462 "NCEP" NIL NCEP (NIL T) |package| NIL NIL NIL) (|NonAssociativeRing| 1410803 1411832 1411898 "NASRING" 1412077 NASRING (NIL) |category| NIL 1412249 NIL) (|NonAssociativeRing&| 1410539 1410611 1410798 "NASRING-" NIL NASRING- (NIL T) |package| NIL NIL NIL) (|NonAssociativeRng| 1409169 1409914 1409978 "NARNG" 1410119 NARNG (NIL) |category| NIL 1410280 NIL) (|NonAssociativeRng&| 1408829 1408938 1409164 "NARNG-" NIL NARNG- (NIL T) |package| NIL NIL NIL) (|NonAssociativeAlgebra| 1407142 1407974 1408071 "NAALG" 1408232 NAALG (NIL T) |category| NIL 1408354 NIL) (|NonAssociativeAlgebra&| 1406878 1406935 1407137 "NAALG-" NIL NAALG- (NIL T T) |package| NIL NIL NIL) (|MultivariateSquareFree| 1401844 1402859 1404069 "MULTSQFR" NIL MULTSQFR (NIL T T T T) |package| NIL NIL NIL) (|MultivariateFactorize| 1400841 1400960 1401318 "MULTFACT" NIL MULTFACT (NIL T T T T) |package| NIL NIL NIL) (|MultivariateTaylorSeriesCategory| 1392524 1395972 1396100 "MTSCAT" 1397172 MTSCAT (NIL T T) |category| NIL 1397916 NIL) (|MergeThing| 1392190 1392251 1392386 "MTHING" NIL MTHING (NIL T) |package| NIL NIL NIL) (|MoreSystemCommands| 1391884 1391937 1392061 "MSYSCMD" NIL MSYSCMD (NIL) |package| NIL NIL NIL) (|MultisetAggregate| 1389405 1391111 1391196 "MSETAGG" 1391201 MSETAGG (NIL T) |category| |Multiset| 1391260 NIL) (|Multiset| 1386093 1388395 1388862 "MSET" NIL MSET (NIL T) |domain| NIL NIL NIL) (|MonoidRing| 1382247 1384100 1385125 "MRING" NIL MRING (NIL T T) |domain| NIL NIL NIL) (|MonoidRingFunctions2| 1381669 1381765 1381977 "MRF2" NIL MRF2 (NIL T T T) |package| NIL NIL NIL) (|MRationalFactorize| 1381007 1381057 1381343 "MRATFAC" NIL MRATFAC (NIL T T T T) |package| NIL NIL NIL) (|MPolyCatRationalFunctionFactorizer| 1378619 1379034 1379733 "MPRFF" NIL MPRFF (NIL T T T T) |package| NIL NIL NIL) (|MultivariatePolynomial| 1372899 1378429 1378614 "MPOLY" NIL MPOLY (NIL NIL T) |domain| NIL NIL NIL) (|MPolyCatPolyFactorizer| 1372047 1372097 1372480 "MPCPF" NIL MPCPF (NIL T T T T) |package| NIL NIL NIL) (|MPolyCatFunctions3| 1371307 1371363 1371666 "MPC3" NIL MPC3 (NIL T T T T T T T) |package| NIL NIL NIL) (|MPolyCatFunctions2| 1370356 1370462 1370813 "MPC2" NIL MPC2 (NIL T T T T T T T) |package| NIL NIL NIL) (|MonomialExtensionTools| 1368641 1369020 1369532 "MONOTOOL" NIL MONOTOOL (NIL T T) |package| NIL NIL NIL) (|MonoidOperatorCategory| 1367959 1368035 1368128 "MONOPC" 1368245 MONOPC (NIL T) |category| |MonoidOperation| 1368518 NIL) (|MonoidOperation| 1367183 1367555 1367808 "MONOP" NIL MONOP (NIL T) |domain| NIL NIL NIL) (|Monoid| 1366089 1366529 1366571 "MONOID" 1366826 MONOID (NIL) |category| NIL 1367066 NIL) (|Monoid&| 1365595 1365791 1366084 "MONOID-" NIL MONOID- (NIL T) |package| NIL NIL NIL) (|MonogenicAlgebra| 1354574 1360107 1360238 "MONOGEN" 1361120 MONOGEN (NIL T T) |category| NIL 1361853 NIL) (|MonogenicAlgebra&| 1351891 1352882 1354325 "MONOGEN-" NIL MONOGEN- (NIL T T T) |package| NIL NIL NIL) (|MonadWithUnit| 1350497 1351063 1351119 "MONADWU" 1351461 MONADWU (NIL) |category| NIL 1351778 NIL) (|MonadWithUnit&| 1349953 1350148 1350492 "MONADWU-" NIL MONADWU- (NIL T) |package| NIL NIL NIL) (|Monad| 1349150 1349479 1349519 "MONAD" 1349687 MONAD (NIL) |category| NIL 1349856 NIL) (|Monad&| 1348866 1348973 1349145 "MONAD-" NIL MONAD- (NIL T) |package| NIL NIL NIL) (|MoebiusTransform| 1347229 1348052 1348456 "MOEBIUS" NIL MOEBIUS (NIL T) |domain| NIL NIL NIL) (|Module| 1346099 1346693 1346760 "MODULE" 1346765 MODULE (NIL T) |category| NIL 1346820 NIL) (|Module&| 1345641 1345801 1346094 "MODULE-" NIL MODULE- (NIL T T) |package| NIL NIL NIL) (|ModularRing| 1343640 1344571 1344986 "MODRING" NIL MODRING (NIL T T NIL NIL NIL) |domain| NIL NIL NIL) (|ModuleOperator| 1340419 1341925 1342690 "MODOP" NIL MODOP (NIL T T) |domain| NIL NIL NIL) (|ModuleMonomial| 1339115 1339584 1339913 "MODMONOM" NIL MODMONOM (NIL T T NIL) |domain| NIL NIL NIL) (|ModMonic| 1329758 1337768 1338363 "MODMON" NIL MODMON (NIL T T) |domain| NIL NIL NIL) (|ModularField| 1326789 1328735 1329129 "MODFIELD" NIL MODFIELD (NIL T T NIL NIL NIL) |domain| NIL NIL NIL) (|MathMLFormat| 1325934 1326269 1326525 "MMLFORM" NIL MMLFORM (NIL) |domain| NIL NIL NIL) (|MultipleMap| 1325113 1325169 1325515 "MMAP" NIL MMAP (NIL T T T T T T) |package| NIL NIL NIL) (|MonogenicLinearOperator| 1322341 1323464 1323554 "MLO" 1323977 MLO (NIL T) |category| NIL 1324357 NIL) (|MultivariateLifting| 1319646 1320097 1320738 "MLIFT" NIL MLIFT (NIL T T T T) |package| NIL NIL NIL) (|MakeUnaryCompiledFunction| 1318839 1318959 1319225 "MKUCFUNC" NIL MKUCFUNC (NIL T T T) |package| NIL NIL NIL) (|MakeRecord| 1318392 1318481 1318651 "MKRECORD" NIL MKRECORD (NIL T T) |package| NIL NIL NIL) (|MakeFunction| 1317639 1317794 1318080 "MKFUNC" NIL MKFUNC (NIL T) |package| NIL NIL NIL) (|MakeFloatCompiledFunction| 1316885 1317027 1317311 "MKFLCFN" NIL MKFLCFN (NIL T) |package| NIL NIL NIL) (|MakeBinaryCompiledFunction| 1316003 1316133 1316420 "MKBCFUNC" NIL MKBCFUNC (NIL T T T T) |package| NIL NIL NIL) (|ModularHermitianRowReduction| 1314962 1315238 1315625 "MHROWRED" NIL MHROWRED (NIL T) |package| NIL NIL NIL) (|MultFiniteFactorize| 1314022 1314142 1314468 "MFINFACT" NIL MFINFACT (NIL T T T T) |package| NIL NIL NIL) (|MeshCreationRoutinesForThreeDimensions| 1311998 1312508 1313154 "MESH" NIL MESH (NIL) |package| NIL NIL NIL) (|ModularDistinctDegreeFactorizer| 1310440 1310771 1311235 "MDDFACT" NIL MDDFACT (NIL T) |package| NIL NIL NIL) (|MultiDictionary| 1307648 1309089 1309170 "MDAGG" 1309547 MDAGG (NIL T) |category| NIL 1309793 NIL) (|MatrixCommonDenominator| 1306577 1306777 1307116 "MCDEN" NIL MCDEN (NIL T T) |package| NIL NIL NIL) (|Maybe| 1305457 1305826 1306214 "MAYBE" NIL MAYBE (NIL T) |domain| NIL NIL NIL) (|StorageEfficientMatrixOperations| 1304062 1304430 1304913 "MATSTOR" NIL MATSTOR (NIL T) |package| NIL NIL NIL) (|Matrix| 1300244 1303490 1303814 "MATRIX" NIL MATRIX (NIL T) |domain| NIL NIL NIL) (|MatrixLinearAlgebraFunctions| 1296468 1297252 1298278 "MATLIN" NIL MATLIN (NIL T T T T) |package| NIL NIL NIL) (|MatrixCategoryFunctions2| 1294894 1295097 1295588 "MATCAT2" NIL MATCAT2 (NIL T T T T T T T T) |package| NIL NIL NIL) (|MatrixCategory| 1286502 1289784 1289905 "MATCAT" 1292504 MATCAT (NIL T T T) |category| NIL 1294330 NIL) (|MatrixCategory&| 1283525 1284824 1286497 "MATCAT-" NIL MATCAT- (NIL T T T T) |package| NIL NIL NIL) (|MappingPackage3| 1281952 1282282 1282713 "MAPPKG3" NIL MAPPKG3 (NIL T T T) |package| NIL NIL NIL) (|MappingPackage2| 1280972 1281167 1281456 "MAPPKG2" NIL MAPPKG2 (NIL T T) |package| NIL NIL NIL) (|MappingPackage1| 1279454 1279789 1280220 "MAPPKG1" NIL MAPPKG1 (NIL T) |package| NIL NIL NIL) (|MappingAst| 1278503 1278907 1279173 "MAPPAST" NIL MAPPAST (NIL) |domain| NIL NIL NIL) (|MappingPackageInternalHacks3| 1277971 1278050 1278261 "MAPHACK3" NIL MAPHACK3 (NIL T T T) |package| NIL NIL NIL) (|MappingPackageInternalHacks2| 1277453 1277528 1277727 "MAPHACK2" NIL MAPHACK2 (NIL T T) |package| NIL NIL NIL) (|MappingPackageInternalHacks1| 1276773 1276918 1277174 "MAPHACK1" NIL MAPHACK1 (NIL T) |package| NIL NIL NIL) (|MacroAst| 1276167 1276475 1276630 "MACROAST" NIL MACROAST (NIL) |domain| NIL NIL NIL) (|LazyStreamAggregate| 1270657 1274168 1274250 "LZSTAGG" 1274872 LZSTAGG (NIL T) |category| |Stream| 1275335 NIL) (|LazyStreamAggregate&| 1267682 1269037 1270652 "LZSTAGG-" NIL LZSTAGG- (NIL T T) |package| NIL NIL NIL) (|LyndonWord| 1264968 1265935 1266620 "LWORD" NIL LWORD (NIL T) |domain| NIL NIL NIL) (|ConstructAst| 1264439 1264724 1264865 "LSTAST" NIL LSTAST (NIL) |domain| NIL NIL NIL) (|LieSquareMatrix| 1258097 1264189 1264434 "LSQM" NIL LSQM (NIL NIL T) |domain| NIL NIL NIL) (|LinearSystemPolynomialPackage| 1257113 1257278 1257655 "LSPP" NIL LSPP (NIL T T T T) |package| NIL NIL NIL) (|LinearSystemMatrixPackage1| 1255324 1255737 1256275 "LSMP1" NIL LSMP1 (NIL T) |package| NIL NIL NIL) (|LinearSystemMatrixPackage| 1253328 1253647 1254202 "LSMP" NIL LSMP (NIL T T T T) |package| NIL NIL NIL) (|ListAggregate| 1247395 1251941 1252011 "LSAGG" 1252106 LSAGG (NIL T) |category| NIL 1252259 NIL) (|ListAggregate&| 1244947 1245999 1247390 "LSAGG-" NIL LSAGG- (NIL T T) |package| NIL NIL NIL) (|LiePolynomial| 1242294 1244201 1244584 "LPOLY" NIL LPOLY (NIL T T) |domain| NIL NIL NIL) (|LinearPolynomialEquationByFractions| 1241598 1241737 1242021 "LPEFRAC" NIL LPEFRAC (NIL T) |package| NIL NIL NIL) (|Logic| 1241262 1241336 1241376 "LOGIC" 1241470 LOGIC (NIL) |category| NIL 1241580 NIL) (|Logic&| 1241128 1241157 1241257 "LOGIC-" NIL LOGIC- (NIL T) |package| NIL NIL NIL) (|LinearOrdinaryDifferentialOperatorsOps| 1240049 1240227 1240585 "LODOOPS" NIL LODOOPS (NIL T T) |package| NIL NIL NIL) (|LinearOrdinaryDifferentialOperatorFactorizer| 1238487 1238718 1239260 "LODOF" NIL LODOF (NIL T T) |package| NIL NIL NIL) (|LinearOrdinaryDifferentialOperatorCategory| 1233753 1236413 1236541 "LODOCAT" 1237025 LODOCAT (NIL T) |category| NIL 1237382 NIL) (|LinearOrdinaryDifferentialOperatorCategory&| 1233372 1233461 1233748 "LODOCAT-" NIL LODOCAT- (NIL T T) |package| NIL NIL NIL) (|LinearOrdinaryDifferentialOperator2| 1230636 1233083 1233367 "LODO2" NIL LODO2 (NIL T T) |domain| NIL NIL NIL) (|LinearOrdinaryDifferentialOperator1| 1228044 1230466 1230631 "LODO1" NIL LODO1 (NIL T) |domain| NIL NIL NIL) (|LinearOrdinaryDifferentialOperator| 1225392 1227861 1228039 "LODO" NIL LODO (NIL T NIL) |domain| NIL NIL NIL) (|ElementaryFunctionLODESolver| 1223805 1223999 1224592 "LODEEF" NIL LODEEF (NIL T T T) |package| NIL NIL NIL) (|Localize| 1221979 1222944 1223283 "LO" NIL LO (NIL T T T) |domain| NIL NIL NIL) (|LinearAggregate| 1217855 1219803 1219877 "LNAGG" 1220673 LNAGG (NIL T) |category| NIL 1221282 NIL) (|LinearAggregate&| 1217074 1217365 1217850 "LNAGG-" NIL LNAGG- (NIL T T) |package| NIL NIL NIL) (|ListMonoidOps| 1213674 1214703 1215596 "LMOPS" NIL LMOPS (NIL T T NIL) |domain| NIL NIL NIL) (|LeftModule| 1212711 1213283 1213346 "LMODULE" 1213351 LMODULE (NIL T) |category| NIL 1213402 NIL) (|ListMultiDictionary| 1210303 1212226 1212464 "LMDICT" NIL LMDICT (NIL T) |domain| NIL NIL NIL) (|LeftLinearSet| 1209733 1209961 1210036 "LLINSET" 1210134 LLINSET (NIL T) |category| NIL 1210206 NIL) (|Literal| 1209368 1209623 1209728 "LITERAL" NIL LITERAL (NIL T) |domain| NIL NIL NIL) (|ListFunctions3| 1208812 1208905 1209095 "LIST3" NIL LIST3 (NIL T T T) |package| NIL NIL NIL) (|ListToMap| 1207429 1207675 1208053 "LIST2MAP" NIL LIST2MAP (NIL T T) |package| NIL NIL NIL) (|ListFunctions2| 1206440 1206627 1206900 "LIST2" NIL LIST2 (NIL T T) |package| NIL NIL NIL) (|List| 1201235 1205695 1206063 "LIST" NIL LIST (NIL T) |domain| NIL NIL NIL) (|LinearSet| 1200698 1200948 1201015 "LINSET" 1201020 LINSET (NIL T) |category| NIL 1201079 NIL) (|LinearForm| 1199409 1200191 1200452 "LINFORM" NIL LINFORM (NIL T NIL) |domain| NIL NIL NIL) (|LinearlyExplicitRingOver| 1197300 1198095 1198187 "LINEXP" 1198799 LINEXP (NIL T) |category| NIL 1199111 NIL) (|LinearElement| 1195680 1196739 1197048 "LINELT" NIL LINELT (NIL T NIL) |domain| NIL NIL NIL) (|LinearDependence| 1194204 1194494 1194938 "LINDEP" NIL LINDEP (NIL T T) |package| NIL NIL NIL) (|LinearBasis| 1193343 1193873 1194073 "LINBASIS" NIL LINBASIS (NIL NIL) |domain| NIL NIL NIL) (|RationalFunctionLimitPackage| 1191232 1191677 1192264 "LIMITRF" NIL LIMITRF (NIL T) |package| NIL NIL NIL) (|PowerSeriesLimitPackage| 1189402 1189734 1190346 "LIMITPS" NIL LIMITPS (NIL T T) |package| NIL NIL NIL) (|LieAlgebra| 1187907 1188573 1188648 "LIECAT" 1188825 LIECAT (NIL T) |category| NIL 1188971 NIL) (|LieAlgebra&| 1187732 1187761 1187902 "LIECAT-" NIL LIECAT- (NIL T T) |package| NIL NIL NIL) (|AssociatedLieAlgebra| 1184037 1187188 1187569 "LIE" NIL LIE (NIL T T) |domain| NIL NIL NIL) (|Library| 1180724 1183598 1183831 "LIB" NIL LIB (NIL) |domain| NIL NIL NIL) (|LinGroebnerPackage| 1177572 1178270 1179079 "LGROBP" NIL LGROBP (NIL NIL T) |package| NIL NIL NIL) (|LiouvillianFunctionCategory| 1175936 1176825 1176909 "LFCAT" 1177065 LFCAT (NIL) |category| NIL 1177295 NIL) (|LiouvillianFunction| 1174194 1174530 1175058 "LF" NIL LF (NIL T T) |package| NIL NIL NIL) (|LexTriangularPackage| 1171997 1172486 1173102 "LEXTRIPK" NIL LEXTRIPK (NIL T NIL) |package| NIL NIL NIL) (|LieExponentials| 1168988 1170123 1170887 "LEXP" NIL LEXP (NIL T T NIL) |domain| NIL NIL NIL) (|LetAst| 1168446 1168743 1168883 "LETAST" NIL LETAST (NIL) |domain| NIL NIL NIL) (|LeadingCoefDetermination| 1166550 1166944 1167540 "LEADCDET" NIL LEADCDET (NIL T T T T) |package| NIL NIL NIL) (|LazardSetSolvingPackage| 1165128 1165243 1165687 "LAZM3PK" NIL LAZM3PK (NIL T T T T T T) |package| NIL NIL NIL) (|LaurentPolynomial| 1160113 1163280 1164156 "LAUPOL" NIL LAUPOL (NIL T T) |domain| NIL NIL NIL) (|LaplaceTransform| 1159315 1159371 1159737 "LAPLACE" NIL LAPLACE (NIL T T) |package| NIL NIL NIL) (|LeftAlgebra| 1157751 1158600 1158666 "LALG" 1158761 LALG (NIL T) |category| NIL 1158852 NIL) (|LeftAlgebra&| 1157435 1157528 1157746 "LALG-" NIL LALG- (NIL T T) |package| NIL NIL NIL) (|LocalAlgebra| 1155366 1156559 1156899 "LA" NIL LA (NIL T T T) |domain| NIL NIL NIL) (|ConvertibleFrom| 1155096 1155130 1155204 "KVTFROM" 1155304 KVTFROM (NIL T) |category| NIL NIL NIL) (|KleeneTrivalentLogic| 1153743 1154495 1154802 "KTVLOGIC" NIL KTVLOGIC (NIL) |domain| NIL NIL NIL) (|CoercibleFrom| 1153482 1153515 1153585 "KRCFROM" 1153682 KRCFROM (NIL T) |category| NIL NIL NIL) (|Kovacic| 1152227 1152405 1152819 "KOVACIC" NIL KOVACIC (NIL T T) |package| NIL NIL NIL) (|ConvertibleTo| 1151963 1151997 1152067 "KONVERT" 1152165 KONVERT (NIL T) |category| NIL NIL NIL) (|CoercibleTo| 1151708 1151741 1151807 "KOERCE" 1151902 KOERCE (NIL T) |category| NIL NIL NIL) (|KernelFunctions2| 1151067 1151185 1151401 "KERNEL2" NIL KERNEL2 (NIL T T) |package| NIL NIL NIL) (|Kernel| 1148862 1149780 1150335 "KERNEL" NIL KERNEL (NIL T) |domain| NIL NIL NIL) (|KeyedDictionary| 1144628 1147046 1147139 "KDAGG" 1147504 KDAGG (NIL T T) |category| NIL 1147831 NIL) (|KeyedDictionary&| 1144182 1144327 1144623 "KDAGG-" NIL KDAGG- (NIL T T T) |package| NIL NIL NIL) (|KeyedAccessFile| 1140902 1143842 1144079 "KAFILE" NIL KAFILE (NIL T) |domain| NIL NIL NIL) (|JVMOpcode| 1140494 1140780 1140897 "JVMOP" NIL JVMOP (NIL) |domain| NIL NIL NIL) (|JVMMethodAccess| 1139230 1139773 1140240 "JVMMDACC" NIL JVMMDACC (NIL) |domain| NIL NIL NIL) (|JVMFieldAccess| 1138162 1138640 1139024 "JVMFDACC" NIL JVMFDACC (NIL) |domain| NIL NIL NIL) (|JVMConstantTag| 1136357 1137059 1137741 "JVMCSTTG" NIL JVMCSTTG (NIL) |domain| NIL NIL NIL) (|JVMClassFileAccess| 1135476 1135887 1136196 "JVMCFACC" NIL JVMCFACC (NIL) |domain| NIL NIL NIL) (|JVMBytecode| 1135151 1135382 1135471 "JVMBCODE" NIL JVMBCODE (NIL) |domain| NIL NIL NIL) (|AssociatedJordanAlgebra| 1131460 1134598 1134985 "JORDAN" NIL JORDAN (NIL T T) |domain| NIL NIL NIL) (|JoinAst| 1130800 1131143 1131331 "JOINAST" NIL JOINAST (NIL) |domain| NIL NIL NIL) (|IndexedAggregate| 1127298 1128573 1128668 "IXAGG" 1129646 IXAGG (NIL T T) |category| NIL 1130296 NIL) (|IndexedAggregate&| 1126389 1126757 1127293 "IXAGG-" NIL IXAGG- (NIL T T T) |package| NIL NIL NIL) (|InfiniteTuple| 1125392 1125690 1126044 "ITUPLE" NIL ITUPLE (NIL T) |domain| NIL NIL NIL) (|InnerTrigonometricManipulations| 1123618 1123854 1124360 "ITRIGMNP" NIL ITRIGMNP (NIL T T T) |package| NIL NIL NIL) (|InfiniteTupleFunctions3| 1122521 1122747 1123102 "ITFUN3" NIL ITFUN3 (NIL T T T) |package| NIL NIL NIL) (|InfiniteTupleFunctions2| 1121977 1122069 1122280 "ITFUN2" NIL ITFUN2 (NIL T T) |package| NIL NIL NIL) (|InternalTypeForm| 1121021 1121440 1121767 "ITFORM" NIL ITFORM (NIL) |domain| NIL NIL NIL) (|InnerTaylorSeries| 1118907 1120199 1120620 "ITAYLOR" NIL ITAYLOR (NIL T) |domain| NIL NIL NIL) (|InnerSparseUnivariatePowerSeries| 1111371 1115515 1117004 "ISUPS" NIL ISUPS (NIL T) |domain| NIL NIL NIL) (|InnerPolySum| 1110391 1110524 1110842 "ISUMP" NIL ISUMP (NIL T T T T) |package| NIL NIL NIL) (|IsAst| 1109852 1110149 1110287 "ISAST" NIL ISAST (NIL) |domain| NIL NIL NIL) (|InternalRationalUnivariateRepresentationPackage| 1108730 1108830 1109287 "IRURPK" NIL IRURPK (NIL T T T T T) |package| NIL NIL NIL) (|IrrRepSymNatPackage| 1107545 1107823 1108230 "IRSN" NIL IRSN (NIL) |package| NIL NIL NIL) (|IntegrationResultRFToFunction| 1105724 1106065 1106610 "IRRF2F" NIL IRRF2F (NIL T) |package| NIL NIL NIL) (|IrredPolyOverFiniteField| 1105207 1105301 1105506 "IRREDFFX" NIL IRREDFFX (NIL T) |package| NIL NIL NIL) (|IntegerRoots| 1103718 1104099 1104580 "IROOT" NIL IROOT (NIL T) |package| NIL NIL NIL) (|InternalRepresentationForm| 1102881 1103245 1103514 "IRFORM" NIL IRFORM (NIL) |domain| NIL NIL NIL) (|IntegrationResultToFunction| 1101584 1101726 1102139 "IR2F" NIL IR2F (NIL T T) |package| NIL NIL NIL) (|IntegrationResultFunctions2| 1099414 1099972 1100666 "IR2" NIL IR2 (NIL T T) |package| NIL NIL NIL) (|IntegrationResult| 1096292 1097555 1098348 "IR" NIL IR (NIL T) |domain| NIL NIL NIL) (|InternalPrintPackage| 1096000 1096047 1096168 "IPRNTPK" NIL IPRNTPK (NIL) |package| NIL NIL NIL) (|InnerPrimeField| 1091996 1095824 1095995 "IPF" NIL IPF (NIL NIL) |domain| NIL NIL NIL) (|InnerPAdicInteger| 1089850 1091876 1091991 "IPADIC" NIL IPADIC (NIL NIL NIL) |domain| NIL NIL NIL) (|IP4Address| 1089030 1089367 1089587 "IP4ADDR" NIL IP4ADDR (NIL) |domain| NIL NIL NIL) (|IOMode| 1088383 1088695 1088917 "IOMODE" NIL IOMODE (NIL) |domain| NIL NIL NIL) (|InputOutputBinaryFile| 1087065 1087844 1088132 "IOBFILE" NIL IOBFILE (NIL) |domain| NIL NIL NIL) (|InputOutputByteConduit| 1086245 1086857 1086931 "IOBCON" 1086936 IOBCON (NIL) |category| NIL 1086989 NIL) (|InverseLaplaceTransform| 1085301 1085383 1085817 "INVLAPLA" NIL INVLAPLA (NIL T T) |package| NIL NIL NIL) (|TranscendentalIntegration| 1079130 1080590 1082164 "INTTR" NIL INTTR (NIL T T) |package| NIL NIL NIL) (|IntegrationTools| 1075614 1076411 1077422 "INTTOOLS" NIL INTTOOLS (NIL T T) |package| NIL NIL NIL) (|IntegerSolveLinearPolynomialEquation| 1075023 1075158 1075399 "INTSLPE" NIL INTSLPE (NIL) |package| NIL NIL NIL) (|Interval| 1072467 1074886 1075018 "INTRVL" NIL INTRVL (NIL T) |domain| NIL NIL NIL) (|RationalFunctionIntegration| 1070387 1070846 1071476 "INTRF" NIL INTRF (NIL T) |package| NIL NIL NIL) (|IntegerRetractions| 1069695 1069843 1070087 "INTRET" NIL INTRET (NIL T) |package| NIL NIL NIL) (|RationalIntegration| 1067730 1068122 1068703 "INTRAT" NIL INTRAT (NIL T T) |package| NIL NIL NIL) (|PatternMatchIntegration| 1065336 1065882 1066759 "INTPM" NIL INTPM (NIL T T) |package| NIL NIL NIL) (|PureAlgebraicIntegration| 1062094 1062745 1063728 "INTPAF" NIL INTPAF (NIL T T T) |package| NIL NIL NIL) (|TranscendentalHermiteIntegration| 1061231 1061404 1061733 "INTHERTR" NIL INTHERTR (NIL T T) |package| NIL NIL NIL) (|AlgebraicHermiteIntegration| 1060347 1060463 1060827 "INTHERAL" NIL INTHERAL (NIL T T T T) |package| NIL NIL NIL) (|IntegerNumberTheoryFunctions| 1058626 1059142 1059736 "INTHEORY" NIL INTHEORY (NIL) |package| NIL NIL NIL) (|GenusZeroIntegration| 1052830 1054008 1055575 "INTG0" NIL INTG0 (NIL T T T) |package| NIL NIL NIL) (|IntegerFactorizationPackage| 1052023 1052202 1052495 "INTFACT" NIL INTFACT (NIL T) |package| NIL NIL NIL) (|ElementaryIntegration| 1049414 1049914 1050702 "INTEF" NIL INTEF (NIL T T) |package| NIL NIL NIL) (|IntegralDomain| 1047031 1048066 1048124 "INTDOM" 1048468 INTDOM (NIL) |category| NIL 1048798 NIL) (|IntegralDomain&| 1046396 1046652 1047026 "INTDOM-" NIL INTDOM- (NIL T) |package| NIL NIL NIL) (|IntervalCategory| 1041709 1044219 1044354 "INTCAT" 1044891 INTCAT (NIL T) |category| |Interval| 1045400 NIL) (|IntegerBits| 1041174 1041305 1041491 "INTBIT" NIL INTBIT (NIL) |package| NIL NIL NIL) (|AlgebraicIntegrate| 1039528 1039722 1040255 "INTALG" NIL INTALG (NIL T T T T T) |package| NIL NIL NIL) (|AlgebraicIntegration| 1038749 1038886 1039187 "INTAF" NIL INTAF (NIL T T) |package| NIL NIL NIL) (|InnerTable| 1035861 1038633 1038744 "INTABL" NIL INTABL (NIL T T T) |domain| NIL NIL NIL) (|Int8| 1035193 1035653 1035761 "INT8" NIL INT8 (NIL) |domain| NIL NIL 1035808) (|Int64| 1034521 1034981 1035091 "INT64" NIL INT64 (NIL) |domain| NIL NIL 1035139) (|Int32| 1033849 1034309 1034419 "INT32" NIL INT32 (NIL) |domain| NIL NIL 1034467) (|Int16| 1033177 1033637 1033747 "INT16" NIL INT16 (NIL) |domain| NIL NIL 1033795) (|Integer| 1029638 1033063 1033172 "INT" NIL INT (NIL) |domain| NIL NIL NIL) (|IntegerNumberSystem| 1022636 1026300 1026368 "INS" 1027020 INS (NIL) |category| NIL 1028146 NIL) (|IntegerNumberSystem&| 1020038 1021134 1022475 "INS-" NIL INS- (NIL T) |package| NIL NIL NIL) (|InnerPolySign| 1019048 1019215 1019527 "INPSIGN" NIL INPSIGN (NIL T T) |package| NIL NIL NIL) (|InfiniteProductPrimeField| 1017937 1018132 1018510 "INPRODPF" NIL INPRODPF (NIL T T) |package| NIL NIL NIL) (|InfiniteProductFiniteField| 1016533 1016728 1017187 "INPRODFF" NIL INPRODFF (NIL T T T T) |package| NIL NIL NIL) (|InnerMultFact| 1015319 1015514 1015931 "INNMFACT" NIL INNMFACT (NIL T T T T) |package| NIL NIL NIL) (|InnerModularGcd| 1014331 1014465 1014789 "INMODGCD" NIL INMODGCD (NIL T T NIL NIL) |package| NIL NIL NIL) (|InnerNumericFloatSolvePackage| 1012695 1012994 1013468 "INFSP" NIL INFSP (NIL T T T) |package| NIL NIL NIL) (|InfiniteProductCharacteristicZero| 1011594 1011789 1012182 "INFPROD0" NIL INFPROD0 (NIL T T) |package| NIL NIL NIL) (|InputFormFunctions1| 1011036 1011132 1011313 "INFORM1" NIL INFORM1 (NIL T) |package| NIL NIL NIL) (|InputForm| 1008045 1009492 1010238 "INFORM" NIL INFORM (NIL) |domain| NIL NIL NIL) (|Infinity| 1007459 1007617 1007824 "INFINITY" NIL INFINITY (NIL) |package| NIL NIL NIL) (|InetClientStreamSocket| 1006242 1007060 1007286 "INETCLTS" NIL INETCLTS (NIL) |domain| NIL NIL NIL) (|InnerNumericEigenPackage| 1004610 1004931 1005391 "INEP" NIL INEP (NIL T T T) |package| NIL NIL NIL) (|IndexedExponents| 1003604 1004438 1004605 "INDE" NIL INDE (NIL T) |domain| NIL NIL NIL) (|IncrementingMaps| 1003109 1003202 1003406 "INCRMAPS" NIL INCRMAPS (NIL T) |package| NIL NIL NIL) (|InputBinaryFile| 1001666 1002389 1002757 "INBFILE" NIL INBFILE (NIL) |domain| NIL NIL NIL) (|InnerNormalBasisFieldFunctions| 998383 999258 1000226 "INBFF" NIL INBFF (NIL T) |package| NIL NIL NIL) (|InputByteConduit| 996788 997233 997295 "INBCON" 997910 INBCON (NIL) |category| NIL 998362 NIL) (|InputByteConduit&| 995928 996301 996783 "INBCON-" NIL INBCON- (NIL T) |package| NIL NIL NIL) (|InAst| 995286 995609 995773 "INAST" NIL INAST (NIL) |domain| NIL NIL NIL) (|ImportAst| 994686 994992 995158 "IMPTAST" NIL IMPTAST (NIL) |domain| NIL NIL NIL) (|InnerMatrixQuotientFieldFunctions| 993185 993372 993910 "IMATQF" NIL IMATQF (NIL T T T T T T T T) |package| NIL NIL NIL) (|InnerMatrixLinearAlgebraFunctions| 991235 991582 992144 "IMATLIN" NIL IMATLIN (NIL T T T T) |package| NIL NIL NIL) (|InnerFiniteField| 987057 991085 991230 "IFF" NIL IFF (NIL NIL NIL) |domain| NIL NIL NIL) (|IfAst| 986397 986737 986917 "IFAST" NIL IFAST (NIL) |domain| NIL NIL NIL) (|IndexedFlexibleArray| 982268 985594 985975 "IFARRAY" NIL IFARRAY (NIL T NIL) |domain| NIL NIL NIL) (|InnerFreeAbelianMonoid| 981065 982096 982263 "IFAMON" NIL IFAMON (NIL T T NIL) |domain| NIL NIL NIL) (|InnerEvalable| 980462 980544 980635 "IEVALAB" 980943 IEVALAB (NIL T T) |category| NIL NIL NIL) (|InnerEvalable&| 980138 980223 980457 "IEVALAB-" NIL IEVALAB- (NIL T T T) |package| NIL NIL NIL) (|IndexedProductTerm| 979353 979562 979823 "IDPT" NIL IDPT (NIL T T) |domain| NIL NIL NIL) (|IndexedDirectProductOrderedAbelianMonoidSup| 978283 979133 979348 "IDPOAMS" NIL IDPOAMS (NIL T T) |domain| NIL NIL NIL) (|IndexedDirectProductOrderedAbelianMonoid| 977281 978071 978278 "IDPOAM" NIL IDPOAM (NIL T T) |domain| NIL NIL NIL) (|IndexedDirectProductObject| 976103 976754 977032 "IDPO" NIL IDPO (NIL T T) |domain| NIL NIL NIL) (|IndexedDirectProductCategory| 974149 974709 974835 "IDPC" 975385 IDPC (NIL T T) |category| NIL 975796 NIL) (|IndexedDirectProductAbelianMonoid| 973245 973958 974144 "IDPAM" NIL IDPAM (NIL T T) |domain| NIL NIL NIL) (|IndexedDirectProductAbelianGroup| 972234 973057 973240 "IDPAG" NIL IDPAG (NIL T T) |domain| NIL NIL NIL) (|Identifier| 971850 972074 972181 "IDENT" NIL IDENT (NIL) |domain| NIL NIL NIL) (|IdempotentOperatorCategory| 971447 971487 971588 "IDEMOPC" 971593 IDEMOPC (NIL T) |category| NIL 971768 NIL) (|IdealDecompositionPackage| 969640 970061 970592 "IDECOMP" NIL IDECOMP (NIL NIL NIL) |package| NIL NIL NIL) (|PolynomialIdeals| 964558 965856 967216 "IDEAL" NIL IDEAL (NIL T T T T) |domain| NIL NIL NIL) (|InnerCommonDenominator| 963304 963480 963864 "ICDEN" NIL ICDEN (NIL T T T T) |package| NIL NIL NIL) (|IndexCard| 962464 962882 963098 "ICARD" NIL ICARD (NIL) |domain| NIL NIL NIL) (|IntegralBasisPolynomialTools| 960185 960593 961217 "IBPTOOLS" NIL IBPTOOLS (NIL T T T T) |package| NIL NIL NIL) (|IndexedBits| 957212 960107 960180 "IBITS" NIL IBITS (NIL NIL) |domain| NIL NIL NIL) (|IntegralBasisTools| 954922 955366 956061 "IBATOOL" NIL IBATOOL (NIL T T T) |package| NIL NIL NIL) (|ChineseRemainderToolsForIntegralBases| 952978 953304 953850 "IBACHIN" NIL IBACHIN (NIL T T T) |package| NIL NIL NIL) (|InnerTwoDimensionalArray| 951026 952799 952973 "IARRAY2" NIL IARRAY2 (NIL T T T) |domain| NIL NIL NIL) (|IndexedOneDimensionalArray| 948007 950883 951021 "IARRAY1" NIL IARRAY1 (NIL T NIL) |domain| NIL NIL NIL) (|InnerAlgebraicNumber| 942040 946728 947467 "IAN" NIL IAN (NIL) |domain| NIL NIL NIL) (|InnerAlgFactor| 941252 941337 941660 "IALGFACT" NIL IALGFACT (NIL T T T T) |package| NIL NIL NIL) (|HyperbolicFunctionCategory| 940686 940834 940916 "HYPCAT" 941079 HYPCAT (NIL) |category| NIL NIL NIL) (|HyperbolicFunctionCategory&| 940252 940404 940681 "HYPCAT-" NIL HYPCAT- (NIL T) |package| NIL NIL NIL) (|Hostname| 939784 940032 940167 "HOSTNAME" NIL HOSTNAME (NIL) |domain| NIL NIL NIL) (|HomotopicTo| 939546 939598 939664 "HOMOTOP" 939669 HOMOTOP (NIL T) |category| NIL 939725 NIL) (|HomogeneousAggregate| 938010 938684 938768 "HOAGG" 938773 HOAGG (NIL T) |category| NIL 939143 NIL) (|HomogeneousAggregate&| 937539 937687 938005 "HOAGG-" NIL HOAGG- (NIL T T) |package| NIL NIL NIL) (|HexadecimalExpansion| 931911 937132 937394 "HEXADEC" NIL HEXADEC (NIL) |domain| NIL NIL NIL) (|HeuGcd| 930775 931011 931330 "HEUGCD" NIL HEUGCD (NIL T) |package| NIL NIL NIL) (|HyperellipticFiniteDivisor| 929542 930495 930770 "HELLFDIV" NIL HELLFDIV (NIL T T T T) |domain| NIL NIL NIL) (|Heap| 927910 929281 929424 "HEAP" NIL HEAP (NIL T) |domain| NIL NIL NIL) (|HeadAst| 927091 927463 927679 "HEADAST" NIL HEADAST (NIL) |domain| NIL NIL NIL) (|HomogeneousDirectProduct| 922359 926924 927086 "HDP" NIL HDP (NIL NIL T) |domain| NIL NIL NIL) (|HomogeneousDistributedMultivariatePolynomial| 916219 921813 922155 "HDMP" NIL HDMP (NIL NIL T) |domain| NIL NIL NIL) (|HallBasis| 915487 915674 915911 "HB" NIL HB (NIL) |package| NIL NIL NIL) (|HashTable| 912537 915369 915482 "HASHTBL" NIL HASHTBL (NIL T T NIL) |domain| NIL NIL NIL) (|HasAst| 911995 912292 912432 "HASAST" NIL HASAST (NIL) |domain| NIL NIL NIL) (|Pi| 909360 911609 911954 "HACKPI" NIL HACKPI (NIL) |domain| NIL NIL NIL) (|GeneralTriangularSet| 905511 909123 909355 "GTSET" NIL GTSET (NIL T T T T) |domain| NIL NIL NIL) (|GeneralSparseTable| 902566 905369 905506 "GSTBL" NIL GSTBL (NIL T T T NIL) |domain| NIL NIL NIL) (|GeneralUnivariatePowerSeries| 897035 901725 902159 "GSERIES" NIL GSERIES (NIL T NIL NIL) |domain| NIL NIL NIL) (|Group| 895926 896501 896541 "GROUP" 896721 GROUP (NIL) |category| NIL 896901 NIL) (|Group&| 895332 895578 895921 "GROUP-" NIL GROUP- (NIL T) |package| NIL NIL NIL) (|GroebnerSolve| 893718 894095 894584 "GROEBSOL" NIL GROEBSOL (NIL NIL T T) |package| NIL NIL NIL) (|GradedModule| 892561 892930 893032 "GRMOD" 893395 GRMOD (NIL T T) |category| NIL 893621 NIL) (|GradedModule&| 892311 892355 892556 "GRMOD-" NIL GRMOD- (NIL T T T) |package| NIL NIL NIL) (|GraphImage| 889065 890074 891056 "GRIMAGE" NIL GRIMAGE (NIL) |domain| NIL NIL NIL) (|GraphicsDefaults| 887818 888151 888639 "GRDEF" NIL GRDEF (NIL) |package| NIL NIL NIL) (|GrayCode| 887274 887414 887603 "GRAY" NIL GRAY (NIL) |package| NIL NIL NIL) (|GradedAlgebra| 886130 886662 886766 "GRALG" 886940 GRALG (NIL T T) |category| NIL 887086 NIL) (|GradedAlgebra&| 885738 885843 886125 "GRALG-" NIL GRALG- (NIL T T T) |package| NIL NIL NIL) (|GeneralPolynomialSet| 882797 885134 885460 "GPOLSET" NIL GPOLSET (NIL T T T T) |domain| NIL NIL NIL) (|GosperSummationMethod| 881768 881853 882307 "GOSPER" NIL GOSPER (NIL T T T T T) |package| NIL NIL NIL) (|GeneralModulePolynomial| 877185 878183 878988 "GMODPOL" NIL GMODPOL (NIL NIL T T T NIL T) |domain| NIL NIL NIL) (|GeneralHenselPackage| 875909 876135 876501 "GHENSEL" NIL GHENSEL (NIL T T) |package| NIL NIL NIL) (|GenerateUnivariatePowerSeries| 872339 872951 873943 "GENUPS" NIL GENUPS (NIL T T) |package| NIL NIL NIL) (|GenUFactorize| 871896 871979 872147 "GENUFACT" NIL GENUFACT (NIL T) |package| NIL NIL NIL) (|GeneralPolynomialGcdPackage| 870941 871052 871387 "GENPGCD" NIL GENPGCD (NIL T T T T) |package| NIL NIL NIL) (|GeneralizedMultivariateFactorize| 870051 870101 870500 "GENMFACT" NIL GENMFACT (NIL T T T T T) |package| NIL NIL NIL) (|GenExEuclid| 868372 868679 869105 "GENEEZ" NIL GENEEZ (NIL T T) |package| NIL NIL NIL) (|GeneralDistributedMultivariatePolynomial| 862038 867752 868093 "GDMP" NIL GDMP (NIL NIL T T) |domain| NIL NIL NIL) (|GenericNonAssociativeAlgebra| 854721 858485 859907 "GCNAALG" NIL GCNAALG (NIL T NIL NIL NIL) |domain| NIL NIL NIL) (|GcdDomain| 852345 853550 853598 "GCDDOM" 853848 GCDDOM (NIL) |category| NIL 854080 NIL) (|GcdDomain&| 851886 852062 852340 "GCDDOM-" NIL GCDDOM- (NIL T) |package| NIL NIL NIL) (|GroebnerInternalPackage| 845892 847099 848460 "GBINTERN" NIL GBINTERN (NIL T T T T) |package| NIL NIL NIL) (|GroebnerFactorizationPackage| 844285 844506 845055 "GBF" NIL GBF (NIL T T T T) |package| NIL NIL NIL) (|EuclideanGroebnerBasisPackage| 842881 843055 843483 "GBEUCLID" NIL GBEUCLID (NIL T T T T) |package| NIL NIL NIL) (|GroebnerPackage| 841560 841737 842135 "GB" NIL GB (NIL T T T T) |package| NIL NIL NIL) (|GaussianFactorizationPackage| 840851 841010 841257 "GAUSSFAC" NIL GAUSSFAC (NIL) |package| NIL NIL NIL) (|GaloisGroupUtilities| 839245 839638 840170 "GALUTIL" NIL GALUTIL (NIL T) |package| NIL NIL NIL) (|GaloisGroupPolynomialUtilities| 837072 837486 838044 "GALPOLYU" NIL GALPOLYU (NIL T T) |package| NIL NIL NIL) (|GaloisGroupFactorizationUtilities| 834805 835202 835923 "GALFACTU" NIL GALFACTU (NIL T T T) |package| NIL NIL NIL) (|GaloisGroupFactorizer| 829055 830559 832375 "GALFACT" NIL GALFACT (NIL T) |package| NIL NIL NIL) (|FunctionDescriptor| 828571 828812 828952 "FUNDESC" NIL FUNDESC (NIL) |domain| NIL NIL NIL) (|Functorial| 828225 828274 828338 "FUNCTOR" 828466 FUNCTOR (NIL T) |category| NIL 828553 NIL) (|FunctionCalled| 827745 827978 828114 "FUNCTION" NIL FUNCTION (NIL NIL) |domain| NIL NIL NIL) (|FortranType| 825621 826363 827024 "FT" NIL FT (NIL) |domain| NIL NIL NIL) (|FunctionSpaceUnivariatePolynomialFactor| 823756 824184 824869 "FSUPFACT" NIL FSUPFACT (NIL T T T) |package| NIL NIL NIL) (|FortranScalarType| 822517 822909 823382 "FST" NIL FST (NIL) |domain| NIL NIL NIL) (|FunctionSpaceReduce| 821395 821562 821899 "FSRED" NIL FSRED (NIL T T) |package| NIL NIL NIL) (|FunctionSpacePrimitiveElement| 819952 820236 820734 "FSPRMELT" NIL FSPRMELT (NIL T T) |package| NIL NIL NIL) (|FunctionalSpecialFunction| 818104 818581 819189 "FSPECF" NIL FSPECF (NIL T T) |package| NIL NIL NIL) (|FunctionSpaceIntegration| 817203 817279 817680 "FSINT" NIL FSINT (NIL T T) |package| NIL NIL NIL) (|FourierSeries| 815312 816261 816708 "FSERIES" NIL FSERIES (NIL T T) |domain| NIL NIL NIL) (|FunctionSpaceComplexIntegration| 813991 814164 814645 "FSCINT" NIL FSCINT (NIL T T) |package| NIL NIL NIL) (|FiniteSetAggregateFunctions2| 812796 812962 813315 "FSAGG2" NIL FSAGG2 (NIL T T T T) |package| NIL NIL NIL) (|FiniteSetAggregate| 808910 811225 811312 "FSAGG" 811724 FSAGG (NIL T) |category| NIL 812111 NIL) (|FiniteSetAggregate&| 806853 807669 808721 "FSAGG-" NIL FSAGG- (NIL T T) |package| NIL NIL NIL) (|FunctionSpaceToUnivariatePowerSeries| 804515 804742 805558 "FS2UPS" NIL FS2UPS (NIL T T T T T NIL) |package| NIL NIL NIL) (|FunctionSpaceToExponentialExpansion| 802961 803191 803744 "FS2EXPXP" NIL FS2EXPXP (NIL T T NIL NIL) |package| NIL NIL NIL) (|FunctionSpaceFunctions2| 802436 802492 802710 "FS2" NIL FS2 (NIL T T T T) |package| NIL NIL NIL) (|FunctionSpace| 784049 791518 791595 "FS" 794730 FS (NIL T) |category| |Expression| 797618 NIL) (|FunctionSpace&| 775875 779151 783590 "FS-" NIL FS- (NIL T T) |package| NIL NIL NIL) (|FactoredFunctionUtilities| 775205 775320 775542 "FRUTIL" NIL FRUTIL (NIL T) |package| NIL NIL NIL) (|FramedNonAssociativeAlgebra| 769098 772417 772526 "FRNAALG" 773718 FRNAALG (NIL T) |category| NIL 774616 NIL) (|FramedNonAssociativeAlgebra&| 765506 766696 768334 "FRNAALG-" NIL FRNAALG- (NIL T T) |package| NIL NIL NIL) (|FramedNonAssociativeAlgebraFunctions2| 764861 764917 765202 "FRNAAF2" NIL FRNAAF2 (NIL T T T T) |package| NIL NIL NIL) (|FramedModule| 763033 763654 764099 "FRMOD" NIL FRMOD (NIL T T T T NIL) |domain| NIL NIL NIL) (|FractionalIdealFunctions2| 761719 761845 762380 "FRIDEAL2" NIL FRIDEAL2 (NIL T T T T T T T T) |package| NIL NIL NIL) (|FractionalIdeal| 759099 759901 760397 "FRIDEAL" NIL FRIDEAL (NIL T T T T) |domain| NIL NIL NIL) (|FullyRetractableTo| 758008 758417 758497 "FRETRCT" 758502 FRETRCT (NIL T) |category| NIL 758725 NIL) (|FullyRetractableTo&| 757194 757491 758003 "FRETRCT-" NIL FRETRCT- (NIL T T) |package| NIL NIL NIL) (|FramedAlgebra| 753394 755009 755134 "FRAMALG" 755978 FRAMALG (NIL T T) |category| NIL 756384 NIL) (|FramedAlgebra&| 751608 752133 752958 "FRAMALG-" NIL FRAMALG- (NIL T T T) |package| NIL NIL NIL) (|FractionFunctions2| 751102 751184 751372 "FRAC2" NIL FRAC2 (NIL T T) |package| NIL NIL NIL) (|Fraction| 745297 750810 751097 "FRAC" NIL FRAC (NIL T) |domain| NIL NIL NIL) (|FactoredFunctions2| 744791 744873 745061 "FR2" NIL FR2 (NIL T T) |package| NIL NIL NIL) (|Factored| 737780 741767 743432 "FR" NIL FR (NIL T) |domain| NIL NIL NIL) (|FloatingPointSystem| 731102 734673 734741 "FPS" 735493 FPS (NIL) |category| NIL 736229 NIL) (|FloatingPointSystem&| 730510 730654 730923 "FPS-" NIL FPS- (NIL T) |package| NIL NIL NIL) (|FieldOfPrimeCharacteristic| 726502 728759 728841 "FPC" 729155 FPC (NIL) |category| NIL 729439 NIL) (|FieldOfPrimeCharacteristic&| 726185 726264 726497 "FPC-" NIL FPC- (NIL T) |package| NIL NIL NIL) (|FullyPatternMatchable| 724884 725372 725458 "FPATMAB" 725463 FPATMAB (NIL T) |category| NIL 725667 NIL) (|FullPartialFractionExpansion| 723157 723754 724281 "FPARFRAC" NIL FPARFRAC (NIL T T) |domain| NIL NIL NIL) (|FindOrderFinite| 722354 722441 722772 "FORDER" NIL FORDER (NIL T T T T) |package| NIL NIL NIL) (|FreeNilpotentLie| 720743 721671 721986 "FNLA" NIL FNLA (NIL NIL NIL T) |domain| NIL NIL NIL) (|FileNameCategory| 719368 719853 719915 "FNCAT" 720233 FNCAT (NIL) |category| |FileName| 720556 NIL) (|FileName| 718828 719309 719363 "FNAME" NIL FNAME (NIL) |domain| NIL NIL NIL) (|FreeMonoid| 717427 718737 718823 "FMONOID" NIL FMONOID (NIL T) |domain| NIL NIL NIL) (|FreeMonoidCategory| 713861 715204 715291 "FMONCAT" 716352 FMONCAT (NIL T) |category| NIL 717148 NIL) (|FreeModuleCat| 710310 711557 711648 "FMCAT" 712589 FMCAT (NIL T T) |category| NIL 713292 NIL) (|FreeMagma| 708617 709361 709831 "FMAGMA" NIL FMAGMA (NIL T) |domain| NIL NIL NIL) (|FreeModule1| 707132 708334 708492 "FM1" NIL FM1 (NIL T T) |domain| NIL NIL NIL) (|FreeModule| 706034 706881 707127 "FM" NIL FM (NIL T T) |domain| NIL NIL NIL) (|FloatingRealPackage| 704442 704796 705301 "FLOATRP" NIL FLOATRP (NIL T) |package| NIL NIL NIL) (|FloatingComplexPackage| 702666 703056 703627 "FLOATCP" NIL FLOATCP (NIL T) |package| NIL NIL NIL) (|Float| 696360 700907 701913 "FLOAT" NIL FLOAT (NIL) |domain| NIL NIL NIL) (|FullyLinearlyExplicitRingOver| 694536 695595 695697 "FLINEXP" 695702 FLINEXP (NIL T) |category| NIL 695859 NIL) (|FullyLinearlyExplicitRingOver&| 693764 694044 694531 "FLINEXP-" NIL FLINEXP- (NIL T T) |package| NIL NIL NIL) (|FiniteLinearAggregateSort| 693020 693154 693464 "FLASORT" NIL FLASORT (NIL T T) |package| NIL NIL NIL) (|FreeLieAlgebra| 689637 690791 690894 "FLALG" 691892 FLALG (NIL T T) |category| |LiePolynomial| 692447 NIL) (|FiniteLinearAggregateFunctions2| 688426 688592 688950 "FLAGG2" NIL FLAGG2 (NIL T T T T) |package| NIL NIL NIL) (|FiniteLinearAggregate| 682598 685542 685628 "FLAGG" 686776 FLAGG (NIL T) |category| NIL 687580 NIL) (|FiniteLinearAggregate&| 681597 681983 682593 "FLAGG-" NIL FLAGG- (NIL T T) |package| NIL NIL NIL) (|FiniteRankAlgebra| 677424 678846 678979 "FINRALG" 680120 FINRALG (NIL T T) |category| NIL 680825 NIL) (|FiniteRankAlgebra&| 676676 676949 677419 "FINRALG-" NIL FINRALG- (NIL T T T) |package| NIL NIL NIL) (|Finite| 675769 676120 676162 "FINITE" 676388 FINITE (NIL) |category| NIL 676579 NIL) (|Finite&| 675639 675668 675764 "FINITE-" NIL FINITE- (NIL T) |package| NIL NIL NIL) (|FiniteAggregate| 672536 673655 673729 "FINAGG" 674602 FINAGG (NIL T) |category| NIL 675200 NIL) (|FiniteAggregate&| 671346 671855 672531 "FINAGG-" NIL FINAGG- (NIL T T) |package| NIL NIL NIL) (|FiniteRankNonAssociativeAlgebra| 663550 666339 666456 "FINAALG" 668848 FINAALG (NIL T) |category| NIL 670834 NIL) (|FiniteRankNonAssociativeAlgebra&| 659723 661219 662867 "FINAALG-" NIL FINAALG- (NIL T T) |package| NIL NIL NIL) (|FileCategory| 658207 658650 658737 "FILECAT" 659324 FILECAT (NIL T T) |category| NIL 659626 NIL) (|File| 657433 657937 658100 "FILE" NIL FILE (NIL T) |domain| NIL NIL NIL) (|Field| 654113 656168 656208 "FIELD" 656257 FIELD (NIL) |category| NIL 656410 NIL) (|Field&| 652840 653410 654108 "FIELD-" NIL FIELD- (NIL T) |package| NIL NIL NIL) (|FreeGroup| 650673 651686 652188 "FGROUP" NIL FGROUP (NIL T) |domain| NIL NIL NIL) (|FGLMIfCanPackage| 649779 649948 650225 "FGLMICPK" NIL FGLMICPK (NIL T NIL) |package| NIL NIL NIL) (|FiniteFieldExtension| 645620 649624 649774 "FFX" NIL FFX (NIL T NIL) |domain| NIL NIL NIL) (|FiniteFieldSolveLinearPolynomialEquation| 644886 644981 645305 "FFSLPE" NIL FFSLPE (NIL T T T) |package| NIL NIL NIL) (|FiniteFieldPolynomialPackage2| 643948 644031 644463 "FFPOLY2" NIL FFPOLY2 (NIL T T) |package| NIL NIL NIL) (|FiniteFieldPolynomialPackage| 640970 641840 642808 "FFPOLY" NIL FFPOLY (NIL T) |package| NIL NIL NIL) (|FiniteFieldExtensionByPolynomial| 636526 640775 640965 "FFP" NIL FFP (NIL T NIL) |domain| NIL NIL NIL) (|FiniteFieldNormalBasisExtension| 631437 635639 636076 "FFNBX" NIL FFNBX (NIL T NIL) |domain| NIL NIL NIL) (|FiniteFieldNormalBasisExtensionByPolynomial| 625905 630420 630914 "FFNBP" NIL FFNBP (NIL T NIL) |domain| NIL NIL NIL) (|FiniteFieldNormalBasis| 620827 625048 625466 "FFNB" NIL FFNB (NIL NIL NIL) |domain| NIL NIL NIL) (|FunctionFieldIntegralBasis| 619792 619961 620389 "FFINTBAS" NIL FFINTBAS (NIL T T T) |package| NIL NIL NIL) (|FiniteFieldCategory| 613980 617003 617071 "FFIELDC" 617864 FFIELDC (NIL) |category| NIL 618559 NIL) (|FiniteFieldCategory&| 612577 613173 613975 "FFIELDC-" NIL FFIELDC- (NIL T) |package| NIL NIL NIL) (|FiniteFieldHomomorphisms| 611973 612034 612271 "FFHOM" NIL FFHOM (NIL T T T) |package| NIL NIL NIL) (|FiniteFieldFunctions| 610070 610591 611207 "FFF" NIL FFF (NIL T) |package| NIL NIL NIL) (|FiniteFieldCyclicGroupExtension| 605518 609581 609849 "FFCGX" NIL FFCGX (NIL T NIL) |domain| NIL NIL NIL) (|FiniteFieldCyclicGroupExtensionByPolynomial| 600658 604963 605271 "FFCGP" NIL FFCGP (NIL T NIL) |domain| NIL NIL NIL) (|FiniteFieldCyclicGroup| 596137 600219 600467 "FFCG" NIL FFCG (NIL NIL NIL) |domain| NIL NIL NIL) (|FunctionFieldCategoryFunctions2| 595027 595083 595572 "FFCAT2" NIL FFCAT2 (NIL T T T T T T T T) |package| NIL NIL NIL) (|FunctionFieldCategory| 579507 586971 587179 "FFCAT" 590231 FFCAT (NIL T T T) |category| NIL 592221 NIL) (|FunctionFieldCategory&| 574842 576219 578075 "FFCAT-" NIL FFCAT- (NIL T T T T) |package| NIL NIL NIL) (|FiniteField| 570684 574707 574837 "FF" NIL FF (NIL NIL NIL) |domain| NIL NIL NIL) (|FullyEvalableOver| 569610 570015 570100 "FEVALAB" 570105 FEVALAB (NIL T) |category| NIL 570397 NIL) (|FullyEvalableOver&| 568907 569156 569605 "FEVALAB-" NIL FEVALAB- (NIL T T) |package| NIL NIL NIL) (|FiniteDivisorCategory| 565312 566277 566514 "FDIVCAT" 568124 FDIVCAT (NIL T T T T) |category| NIL 568664 NIL) (|FiniteDivisorCategory&| 564925 564970 565307 "FDIVCAT-" NIL FDIVCAT- (NIL T T T T T) |package| NIL NIL NIL) (|FiniteDivisorFunctions2| 563646 563768 564287 "FDIV2" NIL FDIV2 (NIL T T T T T T T T) |package| NIL NIL NIL) (|FiniteDivisor| 561913 562945 563302 "FDIV" NIL FDIV (NIL T T T T) |domain| NIL NIL NIL) (|FunctorData| 560487 561029 561451 "FCTRDATA" NIL FCTRDATA (NIL) |domain| NIL NIL NIL) (|FourierComponent| 559602 559997 560221 "FCOMP" NIL FCOMP (NIL T) |domain| NIL NIL NIL) (|FiniteAlgebraicExtensionField| 550577 555041 555144 "FAXF" 556669 FAXF (NIL T) |category| NIL 557745 NIL) (|FiniteAlgebraicExtensionField&| 547749 548765 550088 "FAXF-" NIL FAXF- (NIL T T) |package| NIL NIL NIL) (|FlexibleArray| 543843 547031 547386 "FARRAY" NIL FARRAY (NIL T) |domain| NIL NIL NIL) (|FiniteAbelianMonoidRing| 537152 539661 539781 "FAMR" 540806 FAMR (NIL T T) |category| NIL 541520 NIL) (|FiniteAbelianMonoidRing&| 536038 536480 537147 "FAMR-" NIL FAMR- (NIL T T T) |package| NIL NIL NIL) (|FreeAbelianMonoid| 534893 535903 536033 "FAMONOID" NIL FAMONOID (NIL T) |domain| NIL NIL NIL) (|FreeAbelianMonoidCategory| 531809 532846 532982 "FAMONC" 534061 FAMONC (NIL T T) |category| NIL 534651 NIL) (|FreeAbelianGroup| 530334 531558 531804 "FAGROUP" NIL FAGROUP (NIL T) |domain| NIL NIL NIL) (|FactoringUtilities| 527876 528281 528860 "FACUTIL" NIL FACUTIL (NIL T T T T) |package| NIL NIL NIL) (|FactoredFunctions| 526835 527073 527402 "FACTFUNC" NIL FACTFUNC (NIL T) |package| NIL NIL NIL) (|ExponentialOfUnivariatePuiseuxSeries| 521290 526062 526454 "EXPUPXS" NIL EXPUPXS (NIL T NIL NIL) |domain| NIL NIL NIL) (|ExpressionTubePlot| 519739 520103 520572 "EXPRTUBE" NIL EXPRTUBE (NIL) |package| NIL NIL NIL) (|ExpressionSpaceODESolver| 516907 517339 518081 "EXPRODE" NIL EXPRODE (NIL T T) |package| NIL NIL NIL) (|ExpressionToUnivariatePowerSeries| 513644 514192 515189 "EXPR2UPS" NIL EXPR2UPS (NIL T T) |package| NIL NIL NIL) (|ExpressionFunctions2| 513126 513212 513405 "EXPR2" NIL EXPR2 (NIL T T) |package| NIL NIL NIL) (|Expression| 501961 511700 512489 "EXPR" NIL EXPR (NIL T) |domain| NIL NIL NIL) (|ExponentialExpansion| 495222 500872 501446 "EXPEXPAN" NIL EXPEXPAN (NIL T T NIL NIL) |domain| NIL NIL NIL) (|ExitAst| 494598 494913 495073 "EXITAST" NIL EXITAST (NIL) |domain| NIL NIL NIL) (|Exit| 494354 494552 494593 "EXIT" NIL EXIT (NIL) |domain| NIL NIL NIL) (|EvaluateCycleIndicators| 493825 493928 494135 "EVALCYC" NIL EVALCYC (NIL T) |package| NIL NIL NIL) (|Evalable| 493233 493376 493443 "EVALAB" 493643 EVALAB (NIL T) |category| NIL 493788 NIL) (|Evalable&| 492792 492939 493228 "EVALAB-" NIL EVALAB- (NIL T T) |package| NIL NIL NIL) (|EuclideanDomain| 489127 490883 490943 "EUCDOM" 491567 EUCDOM (NIL) |category| NIL 492100 NIL) (|EuclideanDomain&| 487860 488406 489122 "EUCDOM-" NIL EUCDOM- (NIL T) |package| NIL NIL NIL) (|ExpressionSpaceFunctions2| 487395 487462 487650 "ES2" NIL ES2 (NIL T T) |package| NIL NIL NIL) (|ExpressionSpaceFunctions1| 486874 486952 487153 "ES1" NIL ES1 (NIL T T) |package| NIL NIL NIL) (|ExpressionSpace| 480973 482819 482879 "ES" 484917 ES (NIL) |category| NIL 486630 NIL) (|ExpressionSpace&| 477331 478773 480683 "ES-" NIL ES- (NIL T) |package| NIL NIL NIL) (|ErrorFunctions| 476687 476822 477046 "ERROR" NIL ERROR (NIL) |package| NIL NIL NIL) (|EqTable| 473817 476589 476682 "EQTBL" NIL EQTBL (NIL T T) |domain| NIL NIL NIL) (|EquationFunctions2| 473331 473413 473591 "EQ2" NIL EQ2 (NIL T T) |package| NIL NIL NIL) (|Equation| 468064 470427 472182 "EQ" NIL EQ (NIL T) |domain| NIL NIL NIL) (|EigenPackage| 465332 465920 466632 "EP" NIL EP (NIL T) |package| NIL NIL NIL) (|Environment| 463823 464268 464760 "ENV" NIL ENV (NIL) |domain| NIL NIL NIL) (|EntireRing| 462404 463200 463250 "ENTIRER" 463255 ENTIRER (NIL) |category| NIL 463341 NIL) (|EntireRing&| 462221 462269 462399 "ENTIRER-" NIL ENTIRER- (NIL T) |package| NIL NIL NIL) (|EuclideanModularRing| 458792 460634 461143 "EMR" NIL EMR (NIL T T T NIL NIL NIL) |domain| NIL NIL NIL) (|EltableAggregate| 457912 458108 458203 "ELTAGG" 458491 ELTAGG (NIL T T) |category| NIL 458746 NIL) (|EltableAggregate&| 457605 457685 457907 "ELTAGG-" NIL ELTAGG- (NIL T T T) |package| NIL NIL NIL) (|Eltable| 457290 457325 457395 "ELTAB" 457514 ELTAB (NIL T T) |category| NIL 457587 NIL) (|EllipticFunctionsUnivariateTaylorSeries| 456373 456519 456834 "ELFUTS" NIL ELFUTS (NIL T T) |package| NIL NIL NIL) (|ElementaryFunctionCategory| 455998 456073 456155 "ELEMFUN" 456271 ELEMFUN (NIL) |category| NIL NIL NIL) (|ElementaryFunctionCategory&| 455806 455833 455993 "ELEMFUN-" NIL ELEMFUN- (NIL T) |package| NIL NIL NIL) (|ExtensibleLinearAggregate| 451112 453441 453535 "ELAGG" 454367 ELAGG (NIL T) |category| NIL 455037 NIL) (|ExtensibleLinearAggregate&| 449695 450254 451107 "ELAGG-" NIL ELAGG- (NIL T T) |package| NIL NIL NIL) (|Elaboration| 448808 449057 449357 "ELABOR" NIL ELABOR (NIL) |domain| NIL NIL NIL) (|ElaboratedExpression| 447488 447891 448358 "ELABEXPR" NIL ELABEXPR (NIL) |domain| NIL NIL NIL) (|ElementaryFunctionsUnivariatePuiseuxSeries| 443710 445301 446348 "EFUPXS" NIL EFUPXS (NIL T T T T) |package| NIL NIL NIL) (|ElementaryFunctionsUnivariateLaurentSeries| 440100 441689 442690 "EFULS" NIL EFULS (NIL T T T) |package| NIL NIL NIL) (|ElementaryFunctionStructurePackage| 437631 438082 438848 "EFSTRUC" NIL EFSTRUC (NIL T T) |package| NIL NIL NIL) (|ElementaryFunction| 432391 434057 435788 "EF" NIL EF (NIL T T) |package| NIL NIL NIL) (|ExtAlgBasis| 431487 431926 432167 "EAB" NIL EAB (NIL) |domain| NIL NIL NIL) (|DifferentialVariableCategory| 429835 430524 430630 "DVARCAT" 430987 DVARCAT (NIL T) |category| NIL 431230 NIL) (|DifferentialVariableCategory&| 428991 429306 429830 "DVARCAT-" NIL DVARCAT- (NIL T T) |package| NIL NIL NIL) (|DifferentialSparseMultivariatePolynomial| 422021 428666 428986 "DSMP" NIL DSMP (NIL T T T) |domain| NIL NIL NIL) (|DifferentialSpaceExtension| 420327 420859 420955 "DSEXT" 421336 DSEXT (NIL T) |category| NIL 421701 NIL) (|DifferentialSpaceExtension&| 419179 419567 420322 "DSEXT-" NIL DSEXT- (NIL T T) |package| NIL NIL NIL) (|DrawOptionFunctions1| 418737 418823 418997 "DROPT1" NIL DROPT1 (NIL T) |package| NIL NIL NIL) (|DrawOptionFunctions0| 415780 416701 417684 "DROPT0" NIL DROPT0 (NIL) |package| NIL NIL NIL) (|DrawOption| 411476 412885 414238 "DROPT" NIL DROPT (NIL) |domain| NIL NIL NIL) (|TopLevelDrawFunctionsForPoints| 410216 410516 410950 "DRAWPT" NIL DRAWPT (NIL) |package| NIL NIL NIL) (|DrawNumericHack| 409635 409730 409962 "DRAWHACK" NIL DRAWHACK (NIL T) |package| NIL NIL NIL) (|DrawComplex| 408449 408779 409161 "DRAWCX" NIL DRAWCX (NIL) |package| NIL NIL NIL) (|TopLevelDrawFunctionsForAlgebraicCurves| 407630 407743 408073 "DRAWCURV" NIL DRAWCURV (NIL T T) |package| NIL NIL NIL) (|TopLevelDrawFunctionsForCompiledFunctions| 403271 404413 405877 "DRAWCFUN" NIL DRAWCFUN (NIL) |package| NIL NIL NIL) (|TopLevelDrawFunctions| 400061 400777 401772 "DRAW" NIL DRAW (NIL T) |package| NIL NIL NIL) (|DequeueAggregate| 396640 398478 398554 "DQAGG" 399041 DQAGG (NIL T) |category| |Dequeue| 399462 NIL) (|DifferentialPolynomialCategory| 382501 389544 389745 "DPOLCAT" 391185 DPOLCAT (NIL T T T T) |category| NIL 391997 NIL) (|DifferentialPolynomialCategory&| 378239 379901 382496 "DPOLCAT-" NIL DPOLCAT- (NIL T T T T T) |package| NIL NIL NIL) (|DirectProductModule| 373647 378060 378234 "DPMO" NIL DPMO (NIL NIL T T) |domain| NIL NIL NIL) (|DirectProductMatrixModule| 368929 373364 373642 "DPMM" NIL DPMM (NIL NIL T T T) |domain| NIL NIL NIL) (|DomainTemplate| 368381 368666 368829 "DOMTMPLT" NIL DOMTMPLT (NIL) |domain| NIL NIL NIL) (|DomainConstructor| 367568 368093 368275 "DOMCTOR" NIL DOMCTOR (NIL) |domain| NIL NIL NIL) (|Domain| 366683 367060 367309 "DOMAIN" NIL DOMAIN (NIL) |domain| NIL NIL NIL) (|DistributedMultivariatePolynomial| 360598 366181 366490 "DMP" NIL DMP (NIL NIL T) |domain| NIL NIL NIL) (|DifferentialModuleExtension| 357804 358922 359020 "DMEXT" 359025 DMEXT (NIL T) |category| NIL 359338 NIL) (|DiscreteLogarithmPackage| 357167 357269 357549 "DLP" NIL DLP (NIL T) |package| NIL NIL NIL) (|DataList| 352290 356488 356774 "DLIST" NIL DLIST (NIL T) |domain| NIL NIL NIL) (|DoublyLinkedAggregate| 349630 351043 351129 "DLAGG" 351466 DLAGG (NIL T) |category| NIL 351817 NIL) (|DivisionRing| 347641 348576 348630 "DIVRING" 348747 DIVRING (NIL) |category| NIL 348881 NIL) (|DivisionRing&| 346934 347208 347636 "DIVRING-" NIL DIVRING- (NIL T) |package| NIL NIL NIL) (|DisplayPackage| 345557 345894 346328 "DISPLAY" NIL DISPLAY (NIL) |package| NIL NIL NIL) (|DirectProductFunctions2| 344289 344504 344851 "DIRPROD2" NIL DIRPROD2 (NIL NIL T T) |package| NIL NIL NIL) (|DirectProduct| 339606 344163 344284 "DIRPROD" NIL DIRPROD (NIL NIL T) |domain| NIL NIL NIL) (|DirectProductCategory| 328598 333301 333415 "DIRPCAT" 333793 DIRPCAT (NIL NIL T) |category| NIL 335027 NIL) (|DirectProductCategory&| 326167 327002 328253 "DIRPCAT-" NIL DIRPCAT- (NIL T NIL T) |package| NIL NIL NIL) (|DiophantineSolutionPackage| 325362 325574 325872 "DIOSP" NIL DIOSP (NIL) |package| NIL NIL NIL) (|DictionaryOperations| 322588 323855 323946 "DIOPS" 324422 DIOPS (NIL T) |category| NIL 324751 NIL) (|DictionaryOperations&| 322102 322264 322583 "DIOPS-" NIL DIOPS- (NIL T T) |package| NIL NIL NIL) (|Dioid| 320951 321697 321737 "DIOID" 321742 DIOID (NIL) |category| NIL 321790 NIL) (|DifferentialRing| 319490 320376 320438 "DIFRING" 320443 DIFRING (NIL) |category| NIL 320484 NIL) (|DifferentialSpace| 318991 319106 319170 "DIFFSPC" 319308 DIFFSPC (NIL) |category| NIL 319441 NIL) (|DifferentialSpace&| 318633 318740 318986 "DIFFSPC-" NIL DIFFSPC- (NIL T) |package| NIL NIL NIL) (|DifferentialModule| 317155 317846 317926 "DIFFMOD" 317931 DIFFMOD (NIL T) |category| NIL 318089 NIL) (|DifferentialDomain| 316771 316832 316912 "DIFFDOM" 317039 DIFFDOM (NIL T) |category| NIL 317137 NIL) (|DifferentialDomain&| 316591 316617 316766 "DIFFDOM-" NIL DIFFDOM- (NIL T T) |package| NIL NIL NIL) (|DifferentialExtension| 313936 315258 315344 "DIFEXT" 315349 DIFEXT (NIL T) |category| NIL 315586 NIL) (|Dictionary| 311905 313172 313243 "DIAGG" 313248 DIAGG (NIL T) |category| NIL 313289 NIL) (|Dictionary&| 311350 311552 311900 "DIAGG-" NIL DIAGG- (NIL T T) |package| NIL NIL NIL) (|DenavitHartenbergMatrix| 307263 310526 310947 "DHMATRIX" NIL DHMATRIX (NIL T) |domain| NIL NIL NIL) (|DoubleFloatSpecialFunctions| 305055 305682 306526 "DFSFUN" NIL DFSFUN (NIL) |package| NIL NIL NIL) (|DoubleFloat| 299733 304029 304588 "DFLOAT" NIL DFLOAT (NIL) |domain| NIL NIL NIL) (|DefiniteIntegrationTools| 297615 297941 298548 "DFINTTLS" NIL DFINTTLS (NIL T T) |package| NIL NIL NIL) (|DeRhamComplex| 294969 296278 296881 "DERHAM" NIL DERHAM (NIL T NIL) |domain| NIL NIL NIL) (|Dequeue| 292965 294697 294844 "DEQUEUE" NIL DEQUEUE (NIL T) |domain| NIL NIL NIL) (|DegreeReductionPackage| 291975 292167 292474 "DEGRED" NIL DEGRED (NIL T T) |package| NIL NIL NIL) (|RationalFunctionDefiniteIntegration| 289872 290245 290884 "DEFINTRF" NIL DEFINTRF (NIL T) |package| NIL NIL NIL) (|ElementaryFunctionDefiniteIntegration| 287844 288137 288794 "DEFINTEF" NIL DEFINTEF (NIL T T) |package| NIL NIL NIL) (|DefinitionAst| 287080 287431 287638 "DEFAST" NIL DEFAST (NIL) |domain| NIL NIL NIL) (|DecimalExpansion| 281452 286677 286935 "DECIMAL" NIL DECIMAL (NIL) |domain| NIL NIL NIL) (|DistinctDegreeFactorize| 279046 279605 280308 "DDFACT" NIL DDFACT (NIL T T) |package| NIL NIL NIL) (|DoubleResultantPackage| 278338 278406 278712 "DBLRESP" NIL DBLRESP (NIL T T T T) |package| NIL NIL NIL) (|DualBasis| 277568 278056 278207 "DBASIS" NIL DBASIS (NIL NIL) |domain| NIL NIL NIL) (|Database| 275691 276158 276641 "DBASE" NIL DBASE (NIL T) |domain| NIL NIL NIL) (|DataArray| 274798 275116 275349 "DATAARY" NIL DATAARY (NIL NIL T) |domain| NIL NIL NIL) (|CyclotomicPolynomialPackage| 273973 274177 274467 "CYCLOTOM" NIL CYCLOTOM (NIL) |package| NIL NIL NIL) (|CycleIndicators| 272185 272721 273307 "CYCLES" NIL CYCLES (NIL) |package| NIL NIL NIL) (|CoerceVectorMatrixPackage| 271418 271588 271866 "CVMP" NIL CVMP (NIL T) |package| NIL NIL NIL) (|ComplexTrigonometricManipulations| 269501 269832 270474 "CTRIGMNP" NIL CTRIGMNP (NIL T T) |package| NIL NIL NIL) (|ConstructorKind| 268903 269190 269396 "CTORKIND" NIL CTORKIND (NIL) |domain| NIL NIL NIL) (|ConstructorCategory| 267770 268228 268296 "CTORCAT" 268548 CTORCAT (NIL) |category| NIL 268764 NIL) (|ConstructorCategory&| 267272 267462 267765 "CTORCAT-" NIL CTORCAT- (NIL T) |package| NIL NIL NIL) (|ConstructorCall| 266540 266824 267028 "CTORCALL" NIL CTORCALL (NIL T) |domain| NIL NIL NIL) (|Constructor| 265759 266253 266404 "CTOR" NIL CTOR (NIL) |domain| NIL NIL NIL) (|CyclicStreamTools| 264886 265058 265344 "CSTTOOLS" NIL CSTTOOLS (NIL T T) |package| NIL NIL NIL) (|ComplexRootFindingPackage| 261529 262288 263280 "CRFP" NIL CRFP (NIL T T) |package| NIL NIL NIL) (|CoerceAst| 260896 261212 261377 "CRCEAST" NIL CRCEAST (NIL) |domain| NIL NIL NIL) (|CRApackage| 259974 260158 260439 "CRAPACK" NIL CRAPACK (NIL T) |package| NIL NIL NIL) (|ComplexPatternMatch| 259143 259290 259620 "CPMATCH" NIL CPMATCH (NIL T T T) |package| NIL NIL NIL) (|CharacteristicPolynomialInMonogenicalAlgebra| 258547 258602 258883 "CPIMA" NIL CPIMA (NIL T T T) |package| NIL NIL NIL) (|CoordinateSystems| 256703 257244 257919 "COORDSYS" NIL COORDSYS (NIL T) |package| NIL NIL NIL) (|Contour| 256030 256215 256445 "CONTOUR" NIL CONTOUR (NIL) |domain| NIL NIL NIL) (|ContinuedFraction| 251902 254512 255222 "CONTFRAC" NIL CONTFRAC (NIL T) |domain| NIL NIL NIL) (|Conduit| 251716 251746 251790 "CONDUIT" 251845 CONDUIT (NIL) |category| NIL NIL NIL) (|CommutativeRing| 250284 251080 251140 "COMRING" 251145 COMRING (NIL) |category| NIL 251234 NIL) (|SubSpaceComponentProperty| 249413 249770 250057 "COMPPROP" NIL COMPPROP (NIL) |domain| NIL NIL NIL) (|ComplexPattern| 248891 248941 249163 "COMPLPAT" NIL COMPLPAT (NIL T T T) |package| NIL NIL NIL) (|ComplexFunctions2| 248392 248472 248657 "COMPLEX2" NIL COMPLEX2 (NIL T T) |package| NIL NIL NIL) (|Complex| 240392 248306 248387 "COMPLEX" NIL COMPLEX (NIL T) |domain| NIL NIL NIL) (|CompilerPackage| 239617 239798 240060 "COMPILER" NIL COMPILER (NIL) |package| NIL NIL NIL) (|ComplexFactorization| 239149 239199 239403 "COMPFACT" NIL COMPFACT (NIL T T) |package| NIL NIL NIL) (|ComplexCategory| 221862 230482 230567 "COMPCAT" 231498 COMPCAT (NIL T) |category| |Complex| 233500 NIL) (|ComplexCategory&| 213345 216980 221355 "COMPCAT-" NIL COMPCAT- (NIL T T) |package| NIL NIL NIL) (|CommutativeOperatorCategory| 212912 212952 213055 "COMOPC" 213060 COMOPC (NIL T) |category| |CommutativeOperation| 213263 NIL) (|CommutativeOperation| 212346 212505 212754 "COMOP" NIL COMOP (NIL T) |domain| NIL NIL NIL) (|CommuteUnivariatePolynomialCategory| 211843 211878 212117 "COMMUPC" NIL COMMUPC (NIL T T T) |package| NIL NIL NIL) (|CommonOperators| 211532 211591 211713 "COMMONOP" NIL COMMONOP (NIL) |package| NIL NIL NIL) (|CommaAst| 211027 211308 211437 "COMMAAST" NIL COMMAAST (NIL) |domain| NIL NIL NIL) (|Commutator| 210500 210757 210905 "COMM" NIL COMM (NIL) |domain| NIL NIL NIL) (|CombinatorialOpsCategory| 209551 209823 209901 "COMBOPC" 210183 COMBOPC (NIL) |category| NIL 210457 NIL) (|IntegerCombinatoricFunctions| 208586 208844 209215 "COMBINAT" NIL COMBINAT (NIL T) |package| NIL NIL NIL) (|CombinatorialFunction| 206110 206737 207507 "COMBF" NIL COMBF (NIL T T) |package| NIL NIL NIL) (|Color| 204874 205376 205749 "COLOR" NIL COLOR (NIL) |domain| NIL NIL NIL) (|ColonAst| 204274 204580 204733 "COLONAST" NIL COLONAST (NIL) |domain| NIL NIL NIL) (|ComplexRootPackage| 203711 203780 204021 "CMPLXRT" NIL CMPLXRT (NIL T T) |package| NIL NIL NIL) (|CollectAst| 203072 203389 203557 "CLLCTAST" NIL CLLCTAST (NIL) |domain| NIL NIL NIL) (|TwoDimensionalPlotClipping| 201455 201834 202339 "CLIP" NIL CLIP (NIL) |package| NIL NIL NIL) (|CliffordAlgebra| 199683 200693 201003 "CLIF" NIL CLIF (NIL NIL T NIL) |domain| NIL NIL NIL) (|Collection| 197184 198175 198239 "CLAGG" 198712 CLAGG (NIL T) |category| NIL 199167 NIL) (|Collection&| 196760 196909 197179 "CLAGG-" NIL CLAGG- (NIL T T) |package| NIL NIL NIL) (|ComplexIntegerSolveLinearPolynomialEquation| 196023 196151 196458 "CINTSLPE" NIL CINTSLPE (NIL T T) |package| NIL NIL NIL) (|ChangeOfVariable| 193543 194044 194726 "CHVAR" NIL CHVAR (NIL T T T) |package| NIL NIL NIL) (|CharacteristicZero| 192249 193045 193111 "CHARZ" 193116 CHARZ (NIL) |category| NIL 193135 NIL) (|CharacteristicPolynomialPackage| 191811 191882 192074 "CHARPOL" NIL CHARPOL (NIL T) |package| NIL NIL NIL) (|CharacteristicNonZero| 190310 191143 191215 "CHARNZ" 191323 CHARNZ (NIL) |category| NIL 191403 NIL) (|Character| 187616 188784 189653 "CHAR" NIL CHAR (NIL) |domain| NIL NIL NIL) (|CombinatorialFunctionCategory| 187166 187263 187351 "CFCAT" 187492 CFCAT (NIL) |category| NIL NIL NIL) (|CommonDenominator| 185997 186172 186510 "CDEN" NIL CDEN (NIL T T T) |package| NIL NIL NIL) (|CharacterClass| 182743 185194 185690 "CCLASS" NIL CCLASS (NIL) |domain| NIL NIL NIL) (|Category| 181851 182121 182437 "CATEGORY" NIL CATEGORY (NIL) |domain| NIL NIL NIL) (|CategoryConstructor| 181247 181726 181846 "CATCTOR" NIL CATCTOR (NIL) |domain| NIL NIL NIL) (|CategoryAst| 180581 180906 181084 "CATAST" NIL CATAST (NIL) |domain| NIL NIL NIL) (|CaseAst| 180036 180333 180475 "CASEAST" NIL CASEAST (NIL) |domain| NIL NIL NIL) (|CartesianTensorFunctions2| 179092 179261 179595 "CARTEN2" NIL CARTEN2 (NIL NIL NIL T T) |package| NIL NIL NIL) (|CartesianTensor| 175573 176870 177838 "CARTEN" NIL CARTEN (NIL NIL NIL T) |domain| NIL NIL NIL) (|CardinalNumber| 173662 174717 175197 "CARD" NIL CARD (NIL) |domain| NIL NIL NIL) (|CapsuleAst| 173151 173432 173565 "CAPSLAST" NIL CAPSLAST (NIL) |domain| NIL NIL NIL) (|CachableSet| 172363 172663 172715 "CACHSET" 172912 CACHSET (NIL) |category| NIL 173054 NIL) (|CancellationAbelianMonoid| 171452 171923 172003 "CABMON" 172121 CABMON (NIL) |category| NIL 172215 NIL) (|ByteOrder| 170833 171133 171340 "BYTEORD" NIL BYTEORD (NIL) |domain| NIL NIL NIL) (|ByteBuffer| 167343 170364 170664 "BYTEBUF" NIL BYTEBUF (NIL) |domain| NIL NIL NIL) (|Byte| 166221 166908 167129 "BYTE" NIL BYTE (NIL) |domain| NIL NIL 167299) (|BinaryTree| 163960 165892 166079 "BTREE" NIL BTREE (NIL T) |domain| NIL NIL NIL) (|BinaryTournament| 161580 163513 163721 "BTOURN" NIL BTOURN (NIL T) |domain| NIL NIL NIL) (|BinaryTreeCategory| 158716 160635 160722 "BTCAT" 160835 BTCAT (NIL T) |category| NIL 160995 NIL) (|BinaryTreeCategory&| 158330 158451 158711 "BTCAT-" NIL BTCAT- (NIL T T) |package| NIL NIL NIL) (|BitAggregate| 154310 157322 157376 "BTAGG" 157475 BTAGG (NIL) |category| NIL 157666 NIL) (|BitAggregate&| 153913 154063 154305 "BTAGG-" NIL BTAGG- (NIL T) |package| NIL NIL NIL) (|BinarySearchTree| 151176 153219 153533 "BSTREE" NIL BSTREE (NIL T) |domain| NIL NIL NIL) (|BrillhartTests| 150232 150438 150798 "BRILL" NIL BRILL (NIL T) |package| NIL NIL NIL) (|BinaryRecursiveAggregate| 147280 148691 148783 "BRAGG" 149380 BRAGG (NIL T) |category| NIL 149759 NIL) (|BinaryRecursiveAggregate&| 146146 146602 147275 "BRAGG-" NIL BRAGG- (NIL T T) |package| NIL NIL NIL) (|BalancedPAdicRational| 139798 145306 145656 "BPADICRT" NIL BPADICRT (NIL NIL) |domain| NIL NIL NIL) (|BalancedPAdicInteger| 137794 139689 139793 "BPADIC" NIL BPADIC (NIL NIL) |domain| NIL NIL NIL) (|BoundIntegerRoots| 137287 137337 137560 "BOUNDZRO" NIL BOUNDZRO (NIL T T) |package| NIL NIL NIL) (|BasicOperatorFunctions1| 135445 135854 136425 "BOP1" NIL BOP1 (NIL T) |package| NIL NIL NIL) (|BasicOperator| 131271 132672 133916 "BOP" NIL BOP (NIL) |domain| NIL NIL NIL) (|Boolean| 130154 130972 131179 "BOOLEAN" NIL BOOLEAN (NIL) |domain| NIL NIL NIL) (|BooleanLogic| 129704 129848 129902 "BOOLE" 130006 BOOLE (NIL) |category| NIL 130120 NIL) (|BooleanLogic&| 129445 129524 129699 "BOOLE-" NIL BOOLE- (NIL T) |package| NIL NIL NIL) (|BiModule| 128366 128960 129032 "BMODULE" 129037 BMODULE (NIL T T) |category| NIL 129090 NIL) (|Bits| 125335 128113 128242 "BITS" NIL BITS (NIL) |domain| NIL NIL NIL) (|BinaryOperatorCategory| 125110 125150 125238 "BINOPC" 125243 BINOPC (NIL T) |category| NIL 125291 NIL) (|BinaryOperation| 124483 124768 124967 "BINOP" NIL BINOP (NIL T) |domain| NIL NIL NIL) (|Binding| 123860 124036 124256 "BINDING" NIL BINDING (NIL) |domain| NIL NIL NIL) (|BinaryExpansion| 118240 123463 123717 "BINARY" NIL BINARY (NIL) |domain| NIL NIL NIL) (|BagAggregate| 116362 117192 117260 "BGAGG" 117530 BGAGG (NIL T) |category| NIL 117760 NIL) (|BagAggregate&| 116173 116213 116357 "BGAGG-" NIL BGAGG- (NIL T T) |package| NIL NIL NIL) (|BezoutMatrix| 114816 115044 115493 "BEZOUT" NIL BEZOUT (NIL T T T T T) |package| NIL NIL NIL) (|BalancedBinaryTree| 111625 113745 114218 "BBTREE" NIL BBTREE (NIL T) |domain| NIL NIL NIL) (|BasicType| 111231 111314 111362 "BASTYPE" 111488 BASTYPE (NIL) |category| NIL 111607 NIL) (|BasicType&| 110977 111063 111226 "BASTYPE-" NIL BASTYPE- (NIL T) |package| NIL NIL NIL) (|BalancedFactorisation| 110109 110218 110522 "BALFACT" NIL BALFACT (NIL T T) |package| NIL NIL NIL) (|Automorphism| 108884 109595 109859 "AUTOMOR" NIL AUTOMOR (NIL T) |domain| NIL NIL NIL) (|AttributeRegistry| 108556 108561 108625 "ATTREG" 108630 ATTREG (NIL) |category| NIL NIL NIL) (|AttributeAst| 108066 108338 108466 "ATTRAST" NIL ATTRAST (NIL) |domain| NIL NIL NIL) (|ArcTrigonometricFunctionCategory| 107482 107630 107724 "ATRIG" 107893 ATRIG (NIL) |category| NIL NIL NIL) (|ArcTrigonometricFunctionCategory&| 107218 107274 107477 "ATRIG-" NIL ATRIG- (NIL T) |package| NIL NIL NIL) (|AbstractSyntaxCategory| 106638 106899 106973 "ASTCAT" 106978 ASTCAT (NIL) |category| NIL 107031 NIL) (|AbstractSyntaxCategory&| 106310 106400 106633 "ASTCAT-" NIL ASTCAT- (NIL T) |package| NIL NIL NIL) (|ArrayStack| 104607 106025 106179 "ASTACK" NIL ASTACK (NIL T) |domain| NIL NIL NIL) (|AssociatedEquations| 102930 103297 103834 "ASSOCEQ" NIL ASSOCEQ (NIL T T) |package| NIL NIL NIL) (|TwoDimensionalArray| 101099 102783 102925 "ARRAY2" NIL ARRAY2 (NIL T) |domain| NIL NIL NIL) (|OneDimensionalArrayFunctions2| 99945 100162 100495 "ARRAY12" NIL ARRAY12 (NIL T T) |package| NIL NIL NIL) (|OneDimensionalArray| 96544 99452 99706 "ARRAY1" NIL ARRAY1 (NIL T) |domain| NIL NIL NIL) (|TwoDimensionalArrayCategory| 91696 93474 93621 "ARR2CAT" 95258 ARR2CAT (NIL T T T) |category| NIL 96033 NIL) (|TwoDimensionalArrayCategory&| 90433 90935 91691 "ARR2CAT-" NIL ARR2CAT- (NIL T T T T) |package| NIL NIL NIL) (|Arity| 89666 90083 90297 "ARITY" NIL ARITY (NIL) |domain| NIL NIL NIL) (|ApplyRules| 88299 88490 88904 "APPRULE" NIL APPRULE (NIL T T T) |package| NIL NIL NIL) (|ApplyUnivariateSkewPolynomial| 87745 87808 88049 "APPLYORE" NIL APPLYORE (NIL T T T) |package| NIL NIL NIL) (|AnyFunctions1| 86907 87088 87340 "ANY1" NIL ANY1 (NIL T) |package| NIL NIL NIL) (|Any| 86228 86535 86708 "ANY" NIL ANY (NIL) |domain| NIL NIL NIL) (|AntiSymm| 83815 85087 85601 "ANTISYM" NIL ANTISYM (NIL T NIL) |domain| NIL NIL NIL) (|AnonymousFunction| 83189 83463 83646 "ANON" NIL ANON (NIL) |domain| NIL NIL NIL) (|AlgebraicNumber| 77419 82033 82720 "AN" NIL AN (NIL) |domain| NIL NIL NIL) (|AbelianMonoidRing| 72089 73815 73923 "AMR" 74548 AMR (NIL T T) |category| NIL 75374 NIL) (|AbelianMonoidRing&| 71197 71529 72084 "AMR-" NIL AMR- (NIL T T T) |package| NIL NIL NIL) (|AssociationList| 65507 71073 71192 "ALIST" NIL ALIST (NIL T T) |domain| NIL NIL NIL) (|AlgebraGivenByStructuralConstants| 61835 64916 65245 "ALGSC" NIL ALGSC (NIL T NIL NIL NIL) |domain| NIL NIL NIL) (|AlgebraPackage| 59084 59857 60760 "ALGPKG" NIL ALGPKG (NIL T T) |package| NIL NIL NIL) (|AlgebraicMultFact| 58104 58259 58590 "ALGMFACT" NIL ALGMFACT (NIL T T T) |package| NIL NIL NIL) (|AlgebraicManipulations| 55068 55604 56496 "ALGMANIP" NIL ALGMANIP (NIL T T) |package| NIL NIL NIL) (|AlgebraicFunctionField| 47408 54427 54745 "ALGFF" NIL ALGFF (NIL T T T NIL) |domain| NIL NIL NIL) (|AlgFactor| 46592 46776 47065 "ALGFACT" NIL ALGFACT (NIL T) |package| NIL NIL NIL) (|Algebra| 44962 45833 45902 "ALGEBRA" 45907 ALGEBRA (NIL T) |category| NIL 45967 NIL) (|Algebra&| 44647 44740 44957 "ALGEBRA-" NIL ALGEBRA- (NIL T T) |package| NIL NIL NIL) (|AssociationListAggregate| 36087 42592 42703 "ALAGG" 42917 ALAGG (NIL T T) |category| |AssociationList| 43128 NIL) (|ArcHyperbolicFunctionCategory| 35494 35648 35736 "AHYP" 35908 AHYP (NIL) |category| NIL NIL NIL) (|Aggregate| 34891 35042 35090 "AGG" 35281 AGG (NIL) |category| NIL 35476 NIL) (|Aggregate&| 34661 34728 34886 "AGG-" NIL AGG- (NIL T) |package| NIL NIL NIL) (|AlgebraicFunction| 32229 32724 33346 "AF" NIL AF (NIL T T) |package| NIL NIL NIL) (|AddAst| 31681 31980 32122 "ADDAST" NIL ADDAST (NIL) |domain| NIL NIL NIL) (|PlaneAlgebraicCurvePlot| 30788 31122 31402 "ACPLOT" NIL ACPLOT (NIL) |domain| NIL NIL NIL) (|AlgebraicallyClosedFunctionSpace| 18418 26293 26411 "ACFS" 27001 ACFS (NIL T) |category| |Expression| 27340 NIL) (|AlgebraicallyClosedFunctionSpace&| 17050 17526 18413 "ACFS-" NIL ACFS- (NIL T T) |package| NIL NIL NIL) (|AlgebraicallyClosedField| 12305 14780 14858 "ACF" 15493 ACF (NIL) |category| NIL 15985 NIL) (|AlgebraicallyClosedField&| 11372 11728 12300 "ACF-" NIL ACF- (NIL T) |package| NIL NIL NIL) (|AbelianSemiGroup| 10712 10978 11040 "ABELSG" 11167 ABELSG (NIL) |category| NIL 11275 NIL) (|AbelianSemiGroup&| 10519 10563 10707 "ABELSG-" NIL ABELSG- (NIL T) |package| NIL NIL NIL) (|AbelianMonoid| 9433 9857 9913 "ABELMON" 10155 ABELMON (NIL) |category| NIL 10395 NIL) (|AbelianMonoid&| 8936 9123 9428 "ABELMON-" NIL ABELMON- (NIL T) |package| NIL NIL NIL) (|AbelianGroup| 7913 8452 8506 "ABELGRP" 8584 ABELGRP (NIL) |category| NIL 8716 NIL) (|AbelianGroup&| 7285 7529 7908 "ABELGRP-" NIL ABELGRP- (NIL T) |package| NIL NIL NIL) (|OneDimensionalArrayAggregate| 3204 6178 6278 "A1AGG" 6283 A1AGG (NIL T) |category| NIL 6361 NIL) (|OneDimensionalArrayAggregate&| 30 1394 3199 "A1AGG-" NIL A1AGG- (NIL T T) |package| NIL NIL NIL)) \ No newline at end of file
diff --git a/src/share/algebra/operation.daase b/src/share/algebra/operation.daase
index fa861702..35e58f61 100644
--- a/src/share/algebra/operation.daase
+++ b/src/share/algebra/operation.daase
@@ -1,5 +1,5 @@
-(1288378 . 3662084403)
+(1288378 . 3662386289)
(((*1 *2 *3 *4)
(|partial| AND (|isDomain| *3 (|Vector| *4))
(|ofCategory| *4 (|Join| (|Ring|) (|LinearlyExplicitRingOver| (|Integer|))))