aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/boolean.spad.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-04-23 03:09:23 +0000
committerdos-reis <gdr@axiomatics.org>2009-04-23 03:09:23 +0000
commit1db4bd76938d5901b39cb516327a054c1aa0fdec (patch)
tree9b414df91b23f58365bd46d1839c8b67c93ef9ba /src/algebra/boolean.spad.pamphlet
parent4167349c0697014915c1997647c58bbc99ddf832 (diff)
downloadopen-axiom-1db4bd76938d5901b39cb516327a054c1aa0fdec.tar.gz
* interp/sys-constants.boot ($SystemInlinableConstructorNames):
Include Identifier. * interp/compiler.boot (compElt): Fix up 0 and 1 shenannigan. * algebra/boolean.spad.pamphlet (Reference): Use Identifier. * algebra/Makefile.pamphlet (axiom_algebra_bootstrap): Remove REF. (axiom_algebra_bootstrap_last_layer): Likewise. * algebra/strap/REF.lsp: Remove.
Diffstat (limited to 'src/algebra/boolean.spad.pamphlet')
-rw-r--r--src/algebra/boolean.spad.pamphlet4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/boolean.spad.pamphlet b/src/algebra/boolean.spad.pamphlet
index b38ef042..62c94c47 100644
--- a/src/algebra/boolean.spad.pamphlet
+++ b/src/algebra/boolean.spad.pamphlet
@@ -318,7 +318,7 @@ Reference(S:Type): Type with
if S has SetCategory then
coerce p ==
- prefix('ref::OutputForm, [p.value::OutputForm])
+ prefix('ref::Identifier::OutputForm, [p.value::OutputForm])
@
@@ -568,7 +568,7 @@ KleeneTrivalentLogic(): Public == Private where
<<license>>=
--Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
--All rights reserved.
---Copyright (C) 2007-2008, Gabriel Dos Reis.
+--Copyright (C) 2007-2009, Gabriel Dos Reis.
--All rights reserved.
--
--Redistribution and use in source and binary forms, with or without