aboutsummaryrefslogtreecommitdiff
path: root/src/tac2qexpr.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-09-26 18:57:18 +0200
committerPierre-Marie Pédrot2017-09-26 19:55:11 +0200
commit940da8a791b8b1c704f28662fa2e6a8f3ddf040f (patch)
treea0b4355d74b5463c949ce41aba5f17d7efa2921f /src/tac2qexpr.mli
parent310ed15a1dd4d33246d8b331133fb7a8e7c1f4e3 (diff)
Adding quotations for the assert family of tactics.
Diffstat (limited to 'src/tac2qexpr.mli')
-rw-r--r--src/tac2qexpr.mli6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tac2qexpr.mli b/src/tac2qexpr.mli
index 580039afe5..cb43a980de 100644
--- a/src/tac2qexpr.mli
+++ b/src/tac2qexpr.mli
@@ -141,3 +141,9 @@ type move_location_r =
type move_location = move_location_r located
type pose = (Id.t located or_anti option * Constrexpr.constr_expr) located
+
+type assertion_r =
+| QAssertType of intro_pattern option * Constrexpr.constr_expr * raw_tacexpr option
+| QAssertValue of Id.t located or_anti * Constrexpr.constr_expr
+
+type assertion = assertion_r located