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 f289b63ad..e10dcd48b 100644
--- a/plugins/extraction/extract_env.mli
+++ b/plugins/extraction/extract_env.mli
@@ -17,6 +17,10 @@ val full_extraction : string option -> reference list -> unit
val separate_extraction : reference list -> unit
val extraction_library : bool -> Id.t -> unit
+(* For the test-suite : extraction to a temporary file + ocamlc on it *)
+
+val extract_and_compile : reference list -> unit
+
(* For debug / external output via coqtop.byte + Drop : *)
val mono_environment :