]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_extraction/extraction.mli
Use of standard OCaml syntax
[helm.git] / matita / components / ng_extraction / extraction.mli
index efb2c63da01c3b964e274cd2f625feb4eecbc5c9..68af61187f21d235e92393da331142dcc3509e9f 100644 (file)
 
 (*s Extraction from Coq terms to Miniml. *)
 
-open Coq
 open Miniml
-open OcamlExtractionTable
 
 val extract:
#OcamlExtractionTable.status as 'status -> NCic.obj ->
-  'status * ml_decl option * ml_spec list
(#OcamlExtractionTable.status as 'status) -> NCic.obj ->
+  'status * ml_decl list * ml_spec list