summaryrefslogtreecommitdiff
path: root/tactics/tactic_matching.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/tactic_matching.mli')
-rw-r--r--tactics/tactic_matching.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactic_matching.mli b/tactics/tactic_matching.mli
index d8e6dd0a..090207bc 100644
--- a/tactics/tactic_matching.mli
+++ b/tactics/tactic_matching.mli
@@ -43,7 +43,7 @@ val match_term :
val match_goal:
Environ.env ->
Evd.evar_map ->
- Context.named_context ->
+ Context.Named.t ->
Term.constr ->
(Tacexpr.binding_bound_vars * Pattern.constr_pattern, Tacexpr.glob_tactic_expr) Tacexpr.match_rule list ->
Tacexpr.glob_tactic_expr t Proofview.tactic