aboutsummaryrefslogtreecommitdiff
path: root/src/tac2qexpr.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-08-08 12:32:37 +0200
committerPierre-Marie Pédrot2017-08-08 12:42:02 +0200
commit3d1092cf7df3229ecc2a4da60a33cf7c6b9be1a3 (patch)
tree5d301c0b226a6520bb79026514e5e0bec616c47e /src/tac2qexpr.mli
parent5062231251d58cf51cedb18677392b6e6d168694 (diff)
Code simplification in quotations.
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 =