diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2017-12-14 17:20:44 +0100 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2017-12-14 17:20:44 +0100 |
commit | e7807a1eaa5600dfc1774c447d2f0306815bb481 (patch) | |
tree | d3ef892be71383890d1a74d943314a59d333591b /API | |
parent | 290abf59e6f13bb1468d8e3df050cf0bd9c48708 (diff) | |
parent | a9849c070e954ed5c54dec5ad8eac98287939799 (diff) |
Merge PR #6169: Clean up/deprecated options
Diffstat (limited to 'API')
-rw-r--r-- | API/API.mli | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/API/API.mli b/API/API.mli index c5a1743f7..f9231a15e 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 |