aboutsummaryrefslogtreecommitdiff
path: root/src/tac2qexpr.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-09-04 21:55:51 +0200
committerPierre-Marie Pédrot2017-09-04 22:15:54 +0200
commit01a3776cb801ed6cbeba895d04f75e62fd6f091a (patch)
tree66c4c6e7304ec4e92e7dcafbbb7b26978c2bb27a /src/tac2qexpr.mli
parent0012f73a1822b97dd8bc8963bc77490cde83e89f (diff)
More notations for primitive tactics.
Diffstat (limited to 'src/tac2qexpr.mli')
-rw-r--r--src/tac2qexpr.mli4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tac2qexpr.mli b/src/tac2qexpr.mli
index a284c1e756..577fe8edfe 100644
--- a/src/tac2qexpr.mli
+++ b/src/tac2qexpr.mli
@@ -68,11 +68,13 @@ type clause = clause_r located
type constr_with_bindings = (Constrexpr.constr_expr * bindings) located
-type destruction_arg =
+type destruction_arg_r =
| QElimOnConstr of constr_with_bindings
| QElimOnIdent of Id.t located
| QElimOnAnonHyp of int located
+type destruction_arg = destruction_arg_r located
+
type induction_clause_r = {
indcl_arg : destruction_arg;
indcl_eqn : intro_pattern_naming option;