aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/ES.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/ES.lsp')
-rw-r--r--src/algebra/strap/ES.lsp11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/algebra/strap/ES.lsp b/src/algebra/strap/ES.lsp
index 53f77b8c..2e5d6f51 100644
--- a/src/algebra/strap/ES.lsp
+++ b/src/algebra/strap/ES.lsp
@@ -4,17 +4,17 @@
(DEFPARAMETER |ExpressionSpace;AL| 'NIL)
(DEFUN |ExpressionSpace| ()
- (LET (#:G1400)
+ (LET (#:G1411)
(COND
(|ExpressionSpace;AL|)
(T (SETQ |ExpressionSpace;AL| (|ExpressionSpace;|))))))
(DEFUN |ExpressionSpace;| ()
- (PROG (#0=#:G1398)
+ (PROG (#0=#:G1409)
(RETURN
(PROG1 (LETT #0#
(|sublisV|
- (PAIR '(#1=#:G1396 #2=#:G1397)
+ (PAIR '(#1=#:G1407 #2=#:G1408)
(LIST '(|Kernel| $) '(|Kernel| $)))
(|Join| (|OrderedSet|) (|RetractableTo| '#1#)
(|InnerEvalable| '#2# '$)
@@ -152,4 +152,9 @@
|ExpressionSpace|)
(SETELT #0# 0 '(|ExpressionSpace|))))))
+(SETQ |$CategoryFrame|
+ (|put| '|ExpressionSpace| '|isCategory| T
+ (|addModemap| '|ExpressionSpace| '(|ExpressionSpace|)
+ '((|Category|)) T '|ExpressionSpace| |$CategoryFrame|)))
+
(MAKEPROP '|ExpressionSpace| 'NILADIC T)