From 46fd5a31d2e07b9df10d07dd900b529aca06a795 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Tue, 26 Sep 2023 21:44:37 +0200 Subject: Added the missing *= operator --- syntax/t.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax') 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_ = -- cgit v1.2.3