diff options
| author | Théo Zimmermann | 2020-05-07 15:38:48 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2020-05-07 15:38:48 +0200 |
| commit | 06b1672e4d4390aad693812321693b3cd5ee668a (patch) | |
| tree | e3352a05a2ec8408d9117a3e3bfb4b3c351628b8 /theories/extraction | |
| parent | 18a78b53f6998d3af8f8bb1b7a6b5054af232d4e (diff) | |
| parent | 52145601d33ee3fa81ed3e291f2e4db1c6c1d622 (diff) | |
Merge PR #12024: Fixes for LaTeX/html export of standard library in coqdoc
Reviewed-by: Zimmi48
Diffstat (limited to 'theories/extraction')
| -rw-r--r-- | theories/extraction/ExtrOCamlFloats.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/extraction/ExtrOCamlFloats.v b/theories/extraction/ExtrOCamlFloats.v index 02f4b2898b..8d01620ef2 100644 --- a/theories/extraction/ExtrOCamlFloats.v +++ b/theories/extraction/ExtrOCamlFloats.v @@ -14,10 +14,10 @@ Note: the extraction of primitive floats relies on Coq's internal file kernel/float64.ml, so make sure the corresponding binary is available when linking the extracted OCaml code. -For example, if you build a (_CoqProject + coq_makefile)-based project +For example, if you build a ("_CoqProject" + coq_makefile)-based project and if you created an empty subfolder "extracted" and a file "test.v" containing [Cd "extracted". Separate Extraction function_to_extract.], -you will just need to add in the _CoqProject: [test.v], [-I extracted] +you will just need to add in the "_CoqProject" file: [test.v], [-I extracted] and the list of [extracted/*.ml] and [extracted/*.mli] files, then add [CAMLFLAGS += -w -33] in the Makefile.local file. *) |
