Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit f01b6f9

Browse files
author
letouzey
committed
export Extract_env.mono_environment in the mli
for debug / external output via coqtop.byte + Drop git-svn-id: svn://scm.gforge.inria.fr/svn/coq/trunk@10895 85f007b7-540e-0410-9357-904b9bb8a0f7
1 parent f6fc70c commit f01b6f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contrib/extraction/extract_env.mli

+5
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ open Libnames
1616
val simple_extraction : reference -> unit
1717
val full_extraction : string option -> reference list -> unit
1818
val extraction_library : bool -> identifier -> unit
19+
20+
(* For debug / external output via coqtop.byte + Drop : *)
21+
22+
val mono_environment :
23+
global_reference list -> module_path list -> Miniml.ml_structure

0 commit comments

Comments
 (0)