From 5e504b6abaef6cf7e7c58c17e26bec33856b60c0 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 17 Aug 2008 08:59:26 +0000 Subject: * algebra/Makefile.pamphlet (all-algstrap): New. * algebra/strap: Update cached Lisp translation. --- src/algebra/strap/ABELGRP.lsp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/algebra/strap/ABELGRP.lsp') diff --git a/src/algebra/strap/ABELGRP.lsp b/src/algebra/strap/ABELGRP.lsp index f667c2d5..c1c07bac 100644 --- a/src/algebra/strap/ABELGRP.lsp +++ b/src/algebra/strap/ABELGRP.lsp @@ -4,13 +4,13 @@ (DEFPARAMETER |AbelianGroup;AL| 'NIL) (DEFUN |AbelianGroup| () - (LET (#:G1388) + (LET (#:G1397) (COND (|AbelianGroup;AL|) (T (SETQ |AbelianGroup;AL| (|AbelianGroup;|)))))) (DEFUN |AbelianGroup;| () - (PROG (#0=#:G1386) + (PROG (#0=#:G1395) (RETURN (PROG1 (LETT #0# (|Join| (|CancellationAbelianMonoid|) @@ -21,4 +21,9 @@ |AbelianGroup|) (SETELT #0# 0 '(|AbelianGroup|)))))) +(SETQ |$CategoryFrame| + (|put| '|AbelianGroup| '|isCategory| T + (|addModemap| '|AbelianGroup| '(|AbelianGroup|) + '((|Category|)) T '|AbelianGroup| |$CategoryFrame|))) + (MAKEPROP '|AbelianGroup| 'NILADIC T) -- cgit v1.2.3