diff options
| author | Pierre-Marie Pédrot | 2017-09-13 21:44:43 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-09-13 22:48:48 +0200 |
| commit | 46095430ed07306ba3380ea8192540793c5c0a26 (patch) | |
| tree | 53c64ee743a469c560f78f9e3521dfc831e1b537 /src/tac2qexpr.mli | |
| parent | c7c1f9b2da838a604c479bb2bc162fef621524ed (diff) | |
Adding quotations for the generalize tactic.
Diffstat (limited to 'src/tac2qexpr.mli')
| -rw-r--r-- | src/tac2qexpr.mli | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tac2qexpr.mli b/src/tac2qexpr.mli index 7d02022e07..59c7ad6f3f 100644 --- a/src/tac2qexpr.mli +++ b/src/tac2qexpr.mli @@ -139,3 +139,8 @@ type move_location_r = | QMoveLast type move_location = move_location_r located + +type generalization = + (Constrexpr.constr_expr * occurrences * Id.t located or_anti option) located + +type generalizations = generalization list located |
