aboutsummaryrefslogtreecommitdiff
path: root/src/interp/category.boot
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2015-12-26 00:46:23 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2015-12-26 00:46:23 -0800
commitce399e9928fc1fed29dddecc6fac5484b9f755a5 (patch)
tree14b4bdd3e495bd4aedeefb755f165244c84efe42 /src/interp/category.boot
parent9d21244538d7409aeba74b5ff5f91b1f826ba05c (diff)
downloadopen-axiom-ce399e9928fc1fed29dddecc6fac5484b9f755a5.tar.gz
Use brackets instead of Lisp LIST for sequence literals.
Diffstat (limited to 'src/interp/category.boot')
-rw-r--r--src/interp/category.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/category.boot b/src/interp/category.boot
index cec0b2bb..cdfc9958 100644
--- a/src/interp/category.boot
+++ b/src/interp/category.boot
@@ -159,7 +159,7 @@ SigListUnion(extra,original,principal,tbl) ==
[esig,epred,:.]:= e
eimplem:=[]
for x in SigListOpSubsume(e,original) repeat
- --PRETTYPRINT(LIST("SigListOpSubsume",e,x))
+ --PRETTYPRINT(["SigListOpSubsume",e,x])
not MachineLevelSubsume(first e,first x) =>
--systemError '"Source level subsumption not implemented"
original:= [e,:original]