diff options
| author | dos-reis <gdr@axiomatics.org> | 2011-12-14 04:13:22 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2011-12-14 04:13:22 +0000 |
| commit | 2d1de66e2c4cec3486d32094c99bf9ac48ee89c1 (patch) | |
| tree | 88966bf633622262f609aa70da47c5f79b59e6f1 | |
| parent | 5194dddb3e0d1b30ec62e8243f59854eef3c4afe (diff) | |
| download | open-axiom-2d1de66e2c4cec3486d32094c99bf9ac48ee89c1.tar.gz | |
fix misc
| -rw-r--r-- | src/interp/g-util.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot index b8e32570..8c741420 100644 --- a/src/interp/g-util.boot +++ b/src/interp/g-util.boot @@ -340,7 +340,7 @@ isSubDomain(d1,d2) == -- 4. Otherwise, lookup in the super-domain chain. pred' := isSubDomain(sup,d2) => - MKPF([pred',sublisFormal(args,pred,$AtVariables)],"AND") + ['%and,pred',sublisFormal(args,pred,$AtVariables)] -- 5. Lot of smoke, no fire. false |
