diff options
Diffstat (limited to 'syntax')
| -rw-r--r-- | syntax/t.ml | 2 | 
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_ = | 
