aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/funind/glob_termops.mli
diff options
context:
space:
mode:
authorGravatar Julien Forest <forest@ensiie.fr>2017-03-30 17:24:45 +0200
committerGravatar Julien Forest <forest@ensiie.fr>2017-06-01 20:02:43 +0200
commitc643a4c20b033c27b153d186128093791b687b77 (patch)
treeac76687d94f5411a533b2aa3d689a339b31e077c /plugins/funind/glob_termops.mli
parent11c1d469fc12e617d0840700bc01caf2a1d5276c (diff)
solving implicit resolution in Function
Diffstat (limited to 'plugins/funind/glob_termops.mli')
-rw-r--r--plugins/funind/glob_termops.mli7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/funind/glob_termops.mli b/plugins/funind/glob_termops.mli
index 25d79582f..99a258de9 100644
--- a/plugins/funind/glob_termops.mli
+++ b/plugins/funind/glob_termops.mli
@@ -119,3 +119,10 @@ val zeta_normalize : Glob_term.glob_constr -> Glob_term.glob_constr
val expand_as : glob_constr -> glob_constr
+
+
+(* [resolve_and_replace_implicits ?expected_type env sigma rt] solves implicits of [rt] w.r.t. [env] and [sigma] and then replace them by their solution
+ *)
+val resolve_and_replace_implicits :
+ ?flags:Pretyping.inference_flags ->
+ ?expected_type:Pretyping.typing_constraint -> Environ.env -> Evd.evar_map -> glob_constr -> glob_constr