diff options
| author | herbelin | 2004-12-08 17:49:51 +0000 |
|---|---|---|
| committer | herbelin | 2004-12-08 17:49:51 +0000 |
| commit | e95b7feee12b869d1e7cff31253b8deec99417b2 (patch) | |
| tree | cebd9fe83f4315ebafcff958ab424bdef8cea2bb | |
| parent | 667f47ff9132c0e3e9be5fb7036e97656467633a (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
| -rw-r--r-- | pretyping/evarutil.mli | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pretyping/evarutil.mli b/pretyping/evarutil.mli index d62948b56e..1831110a7f 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 (***********************************************************) |
