diff options
| author | Pierre-Marie Pédrot | 2018-11-03 19:31:05 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-11-03 19:31:05 +0100 |
| commit | 2e970d6c7876963a9845cae4153fe39cac81b587 (patch) | |
| tree | 43677d80223aec8f5e2a3be2df2704d9cb295736 /interp/constrintern.mli | |
| parent | 10e2f279d97b15939e6bdc7658dee20e09b06653 (diff) | |
| parent | 9f9591fd0fad76af5f0fcfee5ec665a9e246b931 (diff) | |
Merge PR #8745: Fixes #3468: making tactic-in-term sensitive to interpretation scopes
Diffstat (limited to 'interp/constrintern.mli')
| -rw-r--r-- | interp/constrintern.mli | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/interp/constrintern.mli b/interp/constrintern.mli index dd0944cc48..147a903fe2 100644 --- a/interp/constrintern.mli +++ b/interp/constrintern.mli @@ -185,6 +185,13 @@ val interp_notation_constr : env -> ?impls:internalization_env -> notation_interp_env -> constr_expr -> (bool * subscopes) Id.Map.t * notation_constr * reversibility_status +(** Idem but to glob_constr (weaker check of binders) *) + +val intern_core : typing_constraint -> + env -> evar_map -> ?pattern_mode:bool -> ?ltacvars:ltac_sign -> + Genintern.intern_variable_status -> constr_expr -> + glob_constr + (** Globalization options *) val parsing_explicit : bool ref |
