aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Bodin2020-08-10 16:42:55 +0100
committerMartin Bodin2020-08-19 12:30:11 +0100
commit87d6d18a47fc8166029205bd9dadfc14dd22640c (patch)
tree469f52447b6f546c6e7d743bd080c5478eebc407
parente0b8b4684eaf76f897ac708ffddbb8e4977ac754 (diff)
Fixes #10902 by adding a mention of the JSON extraction in the documentation.
Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com>
-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
~~~~~~~~~~~~~~~~~~~~~~~~~~~