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, 0 insertions, 27 deletions
diff --git a/src/algebra/strap/SETCAT.lsp b/src/algebra/strap/SETCAT.lsp
deleted file mode 100644
index 9b1da323..00000000
--- a/src/algebra/strap/SETCAT.lsp
+++ /dev/null
@@ -1,27 +0,0 @@
-
-(/VERSIONCHECK 2)
-
-(DEFPARAMETER |SetCategory;AL| 'NIL)
-
-(DEFUN |SetCategory;| ()
- (PROG (#0=#:G1399)
- (RETURN
- (PROG1 (LETT #0#
- (|sublisV|
- (PAIR '(#1=#:G1398) (LIST '(|OutputForm|)))
- (|Join| (|BasicType|) (|CoercibleTo| '#1#)
- (|mkCategory| '|domain|
- '(((|hash| ((|SingleInteger|) $)) T)
- ((|latex| ((|String|) $)) T))
- NIL '((|String|) (|SingleInteger|))
- NIL)))
- |SetCategory|)
- (|setShellEntry| #0# 0 '(|SetCategory|))))))
-
-(DEFUN |SetCategory| ()
- (LET ()
- (COND
- (|SetCategory;AL|)
- (T (SETQ |SetCategory;AL| (|SetCategory;|))))))
-
-(MAKEPROP '|SetCategory| 'NILADIC T)