diff options
| author | letouzey | 2008-05-07 16:06:26 +0000 |
|---|---|---|
| committer | letouzey | 2008-05-07 16:06:26 +0000 |
| commit | 335c779987e4b845e6700d5df81fe248e6e940f7 (patch) | |
| tree | 5e045bccd5e8a3aaa9c6951103712eb82d8f7f84 | |
| parent | e1375808e5b924dbc6b10a03c9335557328c7454 (diff) | |
export Extract_env.mono_environment in the mli
for debug / external output via coqtop.byte + Drop
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10895 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | contrib/extraction/extract_env.mli | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/extraction/extract_env.mli b/contrib/extraction/extract_env.mli index baf79573fb..bf470d0968 100644 --- a/contrib/extraction/extract_env.mli +++ b/contrib/extraction/extract_env.mli @@ -16,3 +16,8 @@ open Libnames val simple_extraction : reference -> unit val full_extraction : string option -> reference list -> unit val extraction_library : bool -> identifier -> unit + +(* For debug / external output via coqtop.byte + Drop : *) + +val mono_environment : + global_reference list -> module_path list -> Miniml.ml_structure |
