add missing GE operator (>=) to cameligo

This commit is contained in:
Lesenechal Remi 2019-12-25 23:38:07 +01:00
parent 3d925ae43e
commit bddad3f234

View File

@ -243,6 +243,7 @@ module Simplify = struct
| "AND" -> ok C_AND
| "OR" -> ok C_OR
| "GT" -> ok C_GT
| "GE" -> ok C_GE
| "LT" -> ok C_LT
| "LE" -> ok C_LE
| "CONS" -> ok C_CONS