aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/extraction/extract_env.mli
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/extraction/extract_env.mli')
-rw-r--r--plugins/extraction/extract_env.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/extraction/extract_env.mli b/plugins/extraction/extract_env.mli
index 196fa08ee..80c4f2391 100644
--- a/plugins/extraction/extract_env.mli
+++ b/plugins/extraction/extract_env.mli
@@ -36,3 +36,7 @@ val print_one_decl :
val structure_for_compute :
Environ.env -> Evd.evar_map -> EConstr.t ->
Miniml.ml_decl list * Miniml.ml_ast * Miniml.ml_type
+
+(* Show the extraction of the current ongoing proof *)
+
+val show_extraction : unit -> unit