aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/extraction/extract_env.mli
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-07-26 14:32:59 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-07-26 14:32:59 +0200
commita0214d53a9a7fa1dc47375c7f048a15bed5dc523 (patch)
treeea0d69995fb8f4fc5ee9865e24afd513e4222dae /plugins/extraction/extract_env.mli
parentc50f5c4655e29989fb4b15c7e391bfb38785b251 (diff)
parent21327e39ef6c6e04569bf8f138d242819139964d (diff)
Merge PR #859: Extraction TestCompile
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 :