aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/extraction/extract_env.mli
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-10-06 12:46:26 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-10-06 12:46:26 +0200
commit6cb1829829de5edfe733b901c38a8b39ba03ef56 (patch)
tree2a9693af05a55faa3a2275936db445478732bce6 /plugins/extraction/extract_env.mli
parent3de25a6f91ec3cc5c9173ab7c93caee87cae578f (diff)
parentd459c4b237e764740fdcfba71ac92a79e426f1de (diff)
Merge PR #1118: Extraction : minor support stuff for the new Extraction Compute plugin
Diffstat (limited to 'plugins/extraction/extract_env.mli')
-rw-r--r--plugins/extraction/extract_env.mli3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/extraction/extract_env.mli b/plugins/extraction/extract_env.mli
index 5769ff117..7bbb825b1 100644
--- a/plugins/extraction/extract_env.mli
+++ b/plugins/extraction/extract_env.mli
@@ -34,5 +34,4 @@ val print_one_decl :
(* Used by Extraction Compute *)
val structure_for_compute :
- Term.constr ->
- Miniml.ml_flat_structure * Miniml.ml_ast * Miniml.ml_type
+ Term.constr -> (Miniml.ml_decl list) * Miniml.ml_ast * Miniml.ml_type