aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-08 16:18:48 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-08 16:18:48 +0000
commitc59c1cdcdf3d651acbc892b1ea0f1d56d9d8961f (patch)
treec1e6e26ec926bd3827107ee0724c8f7e89accbfd /src/interp
parent7727c94cc7b39a4ddb33c31ae328f2aa6a32d296 (diff)
downloadopen-axiom-c59c1cdcdf3d651acbc892b1ea0f1d56d9d8961f.tar.gz
* interp/pf2sex.boot (pfApplication2Sex): Don't transform ">",
"=>", and "<=" expressions.
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/pf2sex.boot6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/interp/pf2sex.boot b/src/interp/pf2sex.boot
index cd358954..0c8aa475 100644
--- a/src/interp/pf2sex.boot
+++ b/src/interp/pf2sex.boot
@@ -240,12 +240,6 @@ pfApplication2Sex pf ==
symEqual(op, "|") and $insideRule = 'left =>
pfSuchThat2Sex args
argSex := rest pf2Sex1 args
- symEqual(op, ">") =>
- ["<", second argSex, first argSex]
- symEqual(op, ">=") =>
- ["not", ["<", first argSex, second argSex]]
- symEqual(op, "<=") =>
- ["not", ["<", second argSex, first argSex]]
-- symEqual(op, "reduce") and (#argSex) = 2 =>
-- ["REDUCE", first argSex, 0, second argSex]
symEqual(op, "AND") =>