blob: fa84d4fa48dd5f3ac69724dec339ff33802b9d83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
(/VERSIONCHECK 2)
(DEFPARAMETER |AbelianSemiGroup;AL| 'NIL)
(DEFUN |AbelianSemiGroup;| ()
(PROG (#0=#:G1398)
(RETURN
(PROG1 (LETT #0#
(|Join| (|SetCategory|)
(|mkCategory| '|domain|
'(((+ ($ $ $)) T)
((* ($ (|PositiveInteger|) $)) T))
NIL '((|PositiveInteger|)) NIL))
|AbelianSemiGroup|)
(|setShellEntry| #0# 0 '(|AbelianSemiGroup|))))))
(DEFUN |AbelianSemiGroup| ()
(LET ()
(COND
(|AbelianSemiGroup;AL|)
(T (SETQ |AbelianSemiGroup;AL| (|AbelianSemiGroup;|))))))
(MAKEPROP '|AbelianSemiGroup| 'NILADIC T)
|