aboutsummaryrefslogtreecommitdiff
path: root/src/tac2expr.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/tac2expr.mli')
-rw-r--r--src/tac2expr.mli5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tac2expr.mli b/src/tac2expr.mli
index 281ed6c81e..78611d51ca 100644
--- a/src/tac2expr.mli
+++ b/src/tac2expr.mli
@@ -154,7 +154,7 @@ type sexpr =
(** {5 Toplevel statements} *)
type strexpr =
-| StrVal of rec_flag * (Name.t located * raw_tacexpr) list
+| StrVal of mutable_flag * rec_flag * (Name.t located * raw_tacexpr) list
(** Term definition *)
| StrTyp of rec_flag * (qualid located * redef_flag * raw_quant_typedef) list
(** Type definition *)
@@ -162,7 +162,8 @@ type strexpr =
(** External definition *)
| StrSyn of sexpr list * int option * raw_tacexpr
(** Syntactic extensions *)
-
+| StrMut of qualid located * raw_tacexpr
+ (** Redefinition of mutable globals *)
(** {5 Dynamic semantics} *)