aboutsummaryrefslogtreecommitdiff
path: root/plugins/extraction/extract_env.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-12-05 01:06:33 +0100
committerEmilio Jesus Gallego Arias2019-03-27 23:56:18 +0100
commit2d8f2cc01d8d35baa39144274a700a9ebc66f794 (patch)
treec3638f6994ca53ef5dc9a605500515f5cbfe0667 /plugins/extraction/extract_env.mli
parent6ac4cfe51abf41c9e3bccb5f760df57258495a86 (diff)
[plugins] [extraction] Adapt to removal of imperative proof state.
Diffstat (limited to 'plugins/extraction/extract_env.mli')
-rw-r--r--plugins/extraction/extract_env.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/extraction/extract_env.mli b/plugins/extraction/extract_env.mli
index 54fde2ca46..7ba7e05019 100644
--- a/plugins/extraction/extract_env.mli
+++ b/plugins/extraction/extract_env.mli
@@ -40,4 +40,4 @@ val structure_for_compute :
(* Show the extraction of the current ongoing proof *)
-val show_extraction : unit -> unit
+val show_extraction : pstate:Proof_global.t option -> unit