add missing GE operator (>=) to cameligo
This commit is contained in:
parent
3d925ae43e
commit
bddad3f234
@ -243,6 +243,7 @@ module Simplify = struct
|
|||||||
| "AND" -> ok C_AND
|
| "AND" -> ok C_AND
|
||||||
| "OR" -> ok C_OR
|
| "OR" -> ok C_OR
|
||||||
| "GT" -> ok C_GT
|
| "GT" -> ok C_GT
|
||||||
|
| "GE" -> ok C_GE
|
||||||
| "LT" -> ok C_LT
|
| "LT" -> ok C_LT
|
||||||
| "LE" -> ok C_LE
|
| "LE" -> ok C_LE
|
||||||
| "CONS" -> ok C_CONS
|
| "CONS" -> ok C_CONS
|
||||||
|
Loading…
Reference in New Issue
Block a user