aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/ENTIRER.lsp
blob: 76e417cdc532c6a6e5c62ca2d096d81bcb95b976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(/VERSIONCHECK 2) 

(DEFPARAMETER |EntireRing;AL| 'NIL) 

(DEFUN |EntireRing;| ()
  (PROG (#0=#:G1398)
    (RETURN
      (PROG1 (LETT #0#
                   (|Join| (|Ring|) (|BiModule| '$ '$)
                           (|mkCategory| '|package| NIL
                               '((|noZeroDivisors| T)) 'NIL NIL))
                   |EntireRing|)
        (|setShellEntry| #0# 0 '(|EntireRing|)))))) 

(DEFUN |EntireRing| ()
  (LET ()
    (COND
      (|EntireRing;AL|)
      (T (SETQ |EntireRing;AL| (|EntireRing;|)))))) 

(MAKEPROP '|EntireRing| 'NILADIC T)