aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/retyping.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2014-09-18 23:44:33 +0200
committerGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2014-09-18 23:45:27 +0200
commit1667d854c9b6a648082731acb1553c879e561940 (patch)
tree45e0ae669b2ce11947ee78915e86507780e1fff8 /pretyping/retyping.mli
parent23041481ff368b0b4cfc9a2493c9f465df90ea90 (diff)
Fix constrMatching as well as change/e_contextually to allow
matching partial applications of primitive projections. Fixes bug #3637.
Diffstat (limited to 'pretyping/retyping.mli')
-rw-r--r--pretyping/retyping.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/pretyping/retyping.mli b/pretyping/retyping.mli
index a694faf4e..3cbbc8a5d 100644
--- a/pretyping/retyping.mli
+++ b/pretyping/retyping.mli
@@ -45,3 +45,5 @@ val type_of_global_reference_knowing_conclusion :
env -> evar_map -> constr -> types -> evar_map * types
val sorts_of_context : env -> evar_map -> rel_context -> sorts list
+
+val expand_projection : env -> evar_map -> Names.projection -> constr -> constr list -> constr