aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/evarutil.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-12-08 17:49:51 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-12-08 17:49:51 +0000
commite95b7feee12b869d1e7cff31253b8deec99417b2 (patch)
treecebd9fe83f4315ebafcff958ab424bdef8cea2bb /pretyping/evarutil.mli
parent667f47ff9132c0e3e9be5fb7036e97656467633a (diff)
Correction d'un bug historique de do_restrict_hyps + code mort
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6437 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/evarutil.mli')
-rw-r--r--pretyping/evarutil.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/pretyping/evarutil.mli b/pretyping/evarutil.mli
index d62948b56..1831110a7 100644
--- a/pretyping/evarutil.mli
+++ b/pretyping/evarutil.mli
@@ -46,10 +46,6 @@ val new_evar_instance :
named_context -> evar_defs -> types -> ?src:loc * hole_kind -> constr list ->
evar_defs * constr
-(* Builds the instance in the case where the occurrence context is the
- same as the evar context *)
-val make_evar_instance : env -> constr list
-
val w_Declare : env -> evar -> types -> evar_defs -> evar_defs
(***********************************************************)