diff options
| author | Matthieu Sozeau | 2014-09-19 21:10:57 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2014-09-19 21:15:22 +0200 |
| commit | e8726550e01e51ef3ccf8602f2ecbe2b3737cca3 (patch) | |
| tree | 86b5f6eec7633fb17c01206e9cc7e2f16ec2060b /pretyping/evarsolve.mli | |
| parent | 9c2bbdd58b6935ea980e72289777a20b85fe4fdb (diff) | |
Move the specific map_constr_with_binders_left_to_right
for e_contextually where it is used. Bug #3648 is fixed.
Diffstat (limited to 'pretyping/evarsolve.mli')
| -rw-r--r-- | pretyping/evarsolve.mli | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pretyping/evarsolve.mli b/pretyping/evarsolve.mli index 86c9908c84..0d0f3c0e51 100644 --- a/pretyping/evarsolve.mli +++ b/pretyping/evarsolve.mli @@ -69,9 +69,3 @@ val check_evar_instance : val remove_instance_local_defs : evar_map -> existential_key -> constr array -> constr list - -(* This is up to partial applications and primitive projection expansion *) -val map_constr_with_binders_left_to_right : - (Context.rel_declaration -> (env * 'a) -> (env * 'a)) -> - ((env * 'a) -> constr -> constr) -> - (env * 'a) -> evar_map -> constr -> constr |
