This commit is contained in:
Georges Dupéron 2019-03-14 18:19:51 +01:00
parent 9db37fbdc4
commit cbb08f4405
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ module O = struct
and operator_case =
Function of var_name
| Construcor of var_name
| Constructor of var_name
| UpdateField of field_name
| GetField of field_name
| Or | And | Lt | Leq | Gt | Geq | Equal | Neq | Cat | Cons | Add | Sub | Mult | Div | Mod

View File

@ -68,7 +68,7 @@ module O : sig
and operator_case =
Function of var_name
| Construcor of var_name
| Constructor of var_name
| UpdateField of field_name
| GetField of field_name
| Or | And | Lt | Leq | Gt | Geq | Equal | Neq | Cat | Cons | Add | Sub | Mult | Div | Mod