aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoqbot2020-08-19 20:18:53 +0200
committerGitHub2020-08-19 20:18:53 +0200
commitb409b9837ce438042bb259d16a1b5156a2e0acb9 (patch)
treec14c795848d67f59fcb0f390cd24acedbcb8af1e
parenta18d81ce5e1f11b7b52651e5fbef0938ec871ac3 (diff)
parent87d6d18a47fc8166029205bd9dadfc14dd22640c (diff)
Merge PR #12856: Adding a mention of the JSON extraction in the documentation.
Reviewed-by: jfehrle
-rw-r--r--doc/sphinx/addendum/extraction.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/sphinx/addendum/extraction.rst b/doc/sphinx/addendum/extraction.rst
index 41b726b069..ce68274036 100644
--- a/doc/sphinx/addendum/extraction.rst
+++ b/doc/sphinx/addendum/extraction.rst
@@ -99,12 +99,15 @@ Extraction Options
Setting the target language
~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.. cmd:: Extraction Language {| OCaml | Haskell | Scheme }
+.. cmd:: Extraction Language {| OCaml | Haskell | Scheme | JSON }
:name: Extraction Language
The ability to fix target language is the first and more important
of the extraction options. Default is ``OCaml``.
+ The JSON output is mostly for development or debugging:
+ it contains the raw ML term produced as an intermediary target.
+
Inlining and optimizations
~~~~~~~~~~~~~~~~~~~~~~~~~~~