aboutsummaryrefslogtreecommitdiff
path: root/syntax/t.ml
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/t.ml')
-rw-r--r--syntax/t.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/t.ml b/syntax/t.ml
index 0014d47..9c25647 100644
--- a/syntax/t.ml
+++ b/syntax/t.ml
@@ -20,7 +20,7 @@ type boperator =
and uoperator = No | Neg | Add [@@deriving eq, show]
-and assignation_operator = Eq' | Inc (** += *) | Decr (** -= *)
+and assignation_operator = Eq' | Inc (** += *) | Decr (** -= *) | Mult
[@@deriving eq, show]
type function_ =