aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2000-05-18 17:00:04 +0000
committerherbelin2000-05-18 17:00:04 +0000
commit87b20ca6dac61cce1c064b132a912673f1e5e386 (patch)
tree1c7a1af4bb0ffe0b57a90d59b6c48610418dae17
parent9b4eb8f6024a2a6953a9c256e76d7b118ae7d8f6 (diff)
export get_current_context
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@451 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--toplevel/command.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/toplevel/command.mli b/toplevel/command.mli
index 1cc9d5a754..dd41759e03 100644
--- a/toplevel/command.mli
+++ b/toplevel/command.mli
@@ -39,3 +39,5 @@ val build_corecursive : (identifier * Coqast.t * Coqast.t) list -> unit
val build_scheme : (identifier * bool * identifier * Coqast.t) list -> unit
val start_proof_com : string -> strength -> Coqast.t -> unit
+
+val get_current_context : unit -> Proof_type.evar_declarations * Environ.env