diff options
| author | barras | 2002-02-22 09:56:54 +0000 |
|---|---|---|
| committer | barras | 2002-02-22 09:56:54 +0000 |
| commit | fdbc16dff05e57389a17a360814011f40489b499 (patch) | |
| tree | e0897ce9789f608c839518161667edfc2e67fa90 /kernel/environ.mli | |
| parent | f070d33f9822dac079e58a9920c9c9e0cade12f6 (diff) | |
suppression de pop_named
meilleure discrimination dans les tactiques d'inversion
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2491 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/environ.mli')
| -rw-r--r-- | kernel/environ.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/environ.mli b/kernel/environ.mli index a7670f46e2..98f6380c06 100644 --- a/kernel/environ.mli +++ b/kernel/environ.mli @@ -53,7 +53,6 @@ val fold_rel_context : (***********************************************************************) (* Context of variables (section variables and goal assumptions) *) val push_named : named_declaration -> env -> env -val pop_named : identifier -> env -> env (* Looks up in the context of local vars referred by names ([named_context]) *) (* raises [Not_found] if the identifier is not found *) |
