diff options
| author | Pierre-Marie Pédrot | 2017-09-26 18:57:18 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-09-26 19:55:11 +0200 |
| commit | 940da8a791b8b1c704f28662fa2e6a8f3ddf040f (patch) | |
| tree | a0b4355d74b5463c949ce41aba5f17d7efa2921f /src/tac2qexpr.mli | |
| parent | 310ed15a1dd4d33246d8b331133fb7a8e7c1f4e3 (diff) | |
Adding quotations for the assert family of tactics.
Diffstat (limited to 'src/tac2qexpr.mli')
| -rw-r--r-- | src/tac2qexpr.mli | 6 |
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 |
