diff options
Diffstat (limited to 'src/interp/pf2sex.boot')
-rw-r--r-- | src/interp/pf2sex.boot | 6 |
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") => |