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, 2 insertions, 2 deletions
diff --git a/src/tac2qexpr.mli b/src/tac2qexpr.mli
index 5075f2d7d4..8a61590a1d 100644
--- a/src/tac2qexpr.mli
+++ b/src/tac2qexpr.mli
@@ -19,8 +19,8 @@ type 'a or_anti =
| QAnti of Id.t located
type bindings =
-| QImplicitBindings of raw_tacexpr list
-| QExplicitBindings of (Misctypes.quantified_hypothesis or_anti * raw_tacexpr) Loc.located list
+| QImplicitBindings of Constrexpr.constr_expr list
+| QExplicitBindings of (Misctypes.quantified_hypothesis or_anti * Constrexpr.constr_expr) Loc.located list
| QNoBindings
type intro_pattern =