diff options
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; |
