From ac2b757a7835672ba494bf42244b5d393e8db089 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Thu, 7 Dec 2017 22:27:19 +0100 Subject: Remove deprecated option Tactic Compat Context. And some code simplification. --- API/API.mli | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'API') diff --git a/API/API.mli b/API/API.mli index 3ed008ff5..3f52ac62b 100644 --- a/API/API.mli +++ b/API/API.mli @@ -3853,10 +3853,9 @@ sig type matching_result = { m_sub : bound_ident_map * Ltac_pretype.patvar_map; m_ctx : EConstr.constr } - val match_subterm_gen : Environ.env -> Evd.evar_map -> - bool -> - binding_bound_vars * Pattern.constr_pattern -> EConstr.constr -> - matching_result IStream.t + val match_subterm : Environ.env -> Evd.evar_map -> + binding_bound_vars * Pattern.constr_pattern -> EConstr.constr -> + matching_result IStream.t val matches : Environ.env -> Evd.evar_map -> Pattern.constr_pattern -> EConstr.constr -> Ltac_pretype.patvar_map end -- cgit v1.2.3