aboutsummaryrefslogtreecommitdiff
path: root/src/tac2expr.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-10-27 16:04:00 +0200
committerPierre-Marie Pédrot2017-10-27 17:02:52 +0200
commite0fd7c668bc284924c63a1f0a0e36fb4856c49e1 (patch)
tree238041ee200be784a9922bde1b18a4354981a5f2 /src/tac2expr.mli
parentbd462a21974caca5928ae172a7740a1f96ae0ae4 (diff)
Adding a command to evaluate Ltac2 expressions.
Diffstat (limited to 'src/tac2expr.mli')
-rw-r--r--src/tac2expr.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tac2expr.mli b/src/tac2expr.mli
index e57b0ba3ef..89152dffe7 100644
--- a/src/tac2expr.mli
+++ b/src/tac2expr.mli
@@ -168,6 +168,8 @@ type strexpr =
(** Syntactic extensions *)
| StrMut of qualid located * raw_tacexpr
(** Redefinition of mutable globals *)
+| StrRun of raw_tacexpr
+ (** Toplevel evaluation of an expression *)
(** {5 Dynamic semantics} *)