aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/SETCAT.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/SETCAT.lsp')
-rw-r--r--src/algebra/strap/SETCAT.lsp27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/algebra/strap/SETCAT.lsp b/src/algebra/strap/SETCAT.lsp
new file mode 100644
index 00000000..075d8993
--- /dev/null
+++ b/src/algebra/strap/SETCAT.lsp
@@ -0,0 +1,27 @@
+
+(/VERSIONCHECK 2)
+
+(DEFPARAMETER |SetCategory;AL| 'NIL)
+
+(DEFUN |SetCategory| ()
+ (LET (#:G1388)
+ (COND
+ (|SetCategory;AL|)
+ (T (SETQ |SetCategory;AL| (|SetCategory;|))))))
+
+(DEFUN |SetCategory;| ()
+ (PROG (#0=#:G1386)
+ (RETURN
+ (PROG1 (LETT #0#
+ (|sublisV|
+ (PAIR '(#1=#:G1385) (LIST '(|OutputForm|)))
+ (|Join| (|BasicType|) (|CoercibleTo| '#1#)
+ (|mkCategory| '|domain|
+ '(((|hash| ((|SingleInteger|) $)) T)
+ ((|latex| ((|String|) $)) T))
+ NIL '((|String|) (|SingleInteger|))
+ NIL)))
+ |SetCategory|)
+ (SETELT #0# 0 '(|SetCategory|))))))
+
+(MAKEPROP '|SetCategory| 'NILADIC T)