aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/command.mli
diff options
context:
space:
mode:
authorGravatar clrenard <clrenard@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-11-06 13:44:30 +0000
committerGravatar clrenard <clrenard@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-11-06 13:44:30 +0000
commitfd90172e9910c908639f661a723fa68a7aca4aff (patch)
tree06d2e2fde3afd125b1340da0417f895a1df40e1f /toplevel/command.mli
parent22ac53765e6f3d8ee2f05ad5fcdb046fbf4b6baf (diff)
Suite de la suppression : enamed_declaration est remplace par evar_map.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2164 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/command.mli')
-rw-r--r--toplevel/command.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/command.mli b/toplevel/command.mli
index f182812c9..04ae5a454 100644
--- a/toplevel/command.mli
+++ b/toplevel/command.mli
@@ -76,4 +76,4 @@ val save_anonymous_with_strength : strength -> bool -> identifier -> unit
current open proof if any, otherwise returns the empty evar context
and the current global env *)
-val get_current_context : unit -> Proof_type.enamed_declarations * Environ.env
+val get_current_context : unit -> Evd.evar_map * Environ.env