aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/genintern.ml
diff options
context:
space:
mode:
Diffstat (limited to 'interp/genintern.ml')
-rw-r--r--interp/genintern.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/genintern.ml b/interp/genintern.ml
index 693101a47..be7abfa99 100644
--- a/interp/genintern.ml
+++ b/interp/genintern.ml
@@ -16,7 +16,7 @@ type glob_sign = {
type ('raw, 'glb) intern_fun = glob_sign -> 'raw -> glob_sign * 'glb
type 'glb subst_fun = substitution -> 'glb -> 'glb
-type 'glb ntn_subst_fun = Tacexpr.glob_constr_and_expr Id.Map.t -> 'glb -> 'glb
+type 'glb ntn_subst_fun = Tactypes.glob_constr_and_expr Id.Map.t -> 'glb -> 'glb
module InternObj =
struct