diff options
Diffstat (limited to 'toplevel/command.mli')
| -rw-r--r-- | toplevel/command.mli | 2 |
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 |
