aboutsummaryrefslogtreecommitdiff
path: root/src/tac2qexpr.mli
diff options
context:
space:
mode:
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 f6b8c2c19b..d5520c54ee 100644
--- a/src/tac2qexpr.mli
+++ b/src/tac2qexpr.mli
@@ -60,9 +60,11 @@ type occurrences =
type hyp_location = (occurrences * Id.t located or_anti) * Locus.hyp_location_flag
-type clause =
+type clause_r =
{ q_onhyps : hyp_location list option; q_concl_occs : occurrences; }
+type clause = clause_r located
+
type constr_with_bindings = (Constrexpr.constr_expr * bindings) located
type destruction_arg =