From 90dee68c255cd77c5e72fb78da8a02d07e3c1c49 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 20 Nov 2008 07:57:14 +0000 Subject: * algebra/coerce.spad.pamphlet (CoercibleFrom): New. (ConvertibleFrom): Likewise. (RetractableTo): Use it. * algebra/Makefile.pamphlet (axiom_algebra_layer_0): Include KRCFROM and KVTFROM. * share/algebra/: Update databases. --- src/algebra/strap/FPS.lsp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/algebra/strap/FPS.lsp') diff --git a/src/algebra/strap/FPS.lsp b/src/algebra/strap/FPS.lsp index f3935aa4..313baa93 100644 --- a/src/algebra/strap/FPS.lsp +++ b/src/algebra/strap/FPS.lsp @@ -70,7 +70,7 @@ '((|approximate| T)) '((|PositiveInteger|) (|Integer|)) NIL)) |FloatingPointSystem|) - (SETELT #0# 0 '(|FloatingPointSystem|)))))) + (|setShellEntry| #0# 0 '(|FloatingPointSystem|)))))) (DEFUN |FloatingPointSystem| () (LET () @@ -78,10 +78,4 @@ (|FloatingPointSystem;AL|) (T (SETQ |FloatingPointSystem;AL| (|FloatingPointSystem;|)))))) -(SETQ |$CategoryFrame| - (|put| '|FloatingPointSystem| '|isCategory| T - (|addModemap| '|FloatingPointSystem| - '(|FloatingPointSystem|) '((|Category|)) T - '|FloatingPointSystem| |$CategoryFrame|))) - (MAKEPROP '|FloatingPointSystem| 'NILADIC T) -- cgit v1.2.3