aboutsummaryrefslogtreecommitdiff
path: root/src/tac2match.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tac2match.ml')
-rw-r--r--src/tac2match.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tac2match.ml b/src/tac2match.ml
index 7a22e91b6b..fef5647725 100644
--- a/src/tac2match.ml
+++ b/src/tac2match.ml
@@ -14,7 +14,7 @@ module NamedDecl = Context.Named.Declaration
type context = EConstr.t
type result = {
- subst : Pattern.patvar_map ;
+ subst : Ltac_pretype.patvar_map ;
}
type match_pattern =