diff options
| author | Pierre-Marie Pédrot | 2017-09-04 21:55:51 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-09-04 22:15:54 +0200 |
| commit | 01a3776cb801ed6cbeba895d04f75e62fd6f091a (patch) | |
| tree | 66c4c6e7304ec4e92e7dcafbbb7b26978c2bb27a /src/tac2qexpr.mli | |
| parent | 0012f73a1822b97dd8bc8963bc77490cde83e89f (diff) | |
More notations for primitive tactics.
Diffstat (limited to 'src/tac2qexpr.mli')
| -rw-r--r-- | src/tac2qexpr.mli | 4 |
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; |
