|
|
|
last edited 18 years ago |
| 1 | ||
|
Editor:
Time: 2007/11/18 18:38:31 GMT-8 |
||
| Note: | ||
changed: - Exposing the SubDomain constructor: \begin{spad} )abbrev domain SUB SubDom SubDom(X:Type,C:Type):Type with if C has IntegralDomain then IntegralDomain == SubDomain(X,true) \end{spad} \begin{axiom} xINT := SubDom(Integer,IntegralDomain) \end{axiom} \begin{axiom} )sh xINT \end{axiom} \begin{axiom} x:=1$xINT \end{axiom}
Exposing the SubDomain constructor:
(1) -> <spad>
)abbrev domain SUB SubDom SubDom(X:Type,C:Type):Type with if C has IntegralDomain then IntegralDomain == SubDomain(X, true)</spad>
Compiling FriCAS source code from file
/var/lib/zope2.10/instance/axiom-wiki/var/LatexWiki/2342792302317730065-25px001.spad
using old system compiler.
SUB abbreviates domain SubDom
------------------------------------------------------------------------
initializing NRLIB SUB for SubDom
compiling into NRLIB SUB
****** Domain: C already in scope
augmenting C: (IntegralDomain)
(time taken in buildFunctor: 2478)
Time: 0.01 SEC.
Cumulative Statistics for Constructor SubDom
Time: 0.01 seconds
finalizing NRLIB SUB
Processing SubDom for Browser database:
--->-->SubDom(): Missing Description
; compiling file "/var/aw/var/LatexWiki/SUB.NRLIB/SUB.lsp" (written 09 AUG 2025 02:42:59 PM):
; wrote /var/aw/var/LatexWiki/SUB.NRLIB/SUB.fasl
; compilation finished in 0:00:00.008
------------------------------------------------------------------------
SubDom is now explicitly exposed in frame initial
SubDom will be automatically loaded when needed from
/var/aw/var/LatexWiki/SUB.NRLIB/SUBxINT := SubDom(Integer,IntegralDomain)
| (1) |
)sh xINT
SubDom(Integer,IntegralDomain) is a domain constructor. Abbreviation for SubDom is SUB This constructor is exposed in this frame. 0 names for 0 operations in this domain. ------------------------------- Operations --------------------------------
x:=1$xINT
Internal Error The function One with signature () -> % is missing from domain SubDom(Integer)(IntegralDomain)