aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/extraction/extraction.mli
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/extraction/extraction.mli')
-rw-r--r--contrib/extraction/extraction.mli8
1 files changed, 3 insertions, 5 deletions
diff --git a/contrib/extraction/extraction.mli b/contrib/extraction/extraction.mli
index afc6efd6f..3f71c1d89 100644
--- a/contrib/extraction/extraction.mli
+++ b/contrib/extraction/extraction.mli
@@ -26,18 +26,16 @@ type type_var = info * arity
type signature = type_var list
-type extraction_context = bool list
-
type extraction_result =
| Emltype of ml_type * signature * identifier list
| Emlterm of ml_ast
-(*s Extraction functions. *)
+(*s Extraction function. *)
-val extract_constr : env -> extraction_context -> constr -> extraction_result
+val extract_constr : env -> constr -> extraction_result
(*s ML declaration corresponding to a Coq reference. *)
val extract_declaration : global_reference -> ml_decl
-
+val signature : env -> constr -> signature