aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/unification.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-10-03 12:31:45 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-10-03 12:31:45 +0000
commit1bead2a1ef23f2a281613093d7861815279e336d (patch)
tree9eaf1b967dbd270e8525094ae3bed20e1cf260ee /pretyping/unification.mli
parent056af27f37f8fb9a00548c88047a86061a624e8b (diff)
Ajout de eelim, ecase, edestruct et einduction (expérimental).
Ajout de l'option with à (e)destruct et (e)induction. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10169 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/unification.mli')
-rw-r--r--pretyping/unification.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/pretyping/unification.mli b/pretyping/unification.mli
index f163e95f6..d2cb20550 100644
--- a/pretyping/unification.mli
+++ b/pretyping/unification.mli
@@ -28,8 +28,8 @@ val w_unify_meta_types : env -> evar_defs -> evar_defs
(*i This should be in another module i*)
-(* [abstract_list_all env sigma t c l] *)
+(* [abstract_list_all env evd t c l] *)
(* abstracts the terms in l over c to get a term of type t *)
(* (exported for inv.ml) *)
val abstract_list_all :
- env -> evar_map -> constr -> constr -> constr list -> constr
+ env -> evar_defs -> constr -> constr -> constr list -> constr