Skip to content

Commit

Permalink
Fixes #10902 by adding a mention of the JSON extraction in the docume…
Browse files Browse the repository at this point in the history
…ntation.

Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com>
(cherry picked from commit 87d6d18)
  • Loading branch information
Mbodin authored and Zimmi48 committed Aug 24, 2020
1 parent d3cafc7 commit 12bda62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/sphinx/addendum/extraction.rst
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 12bda62

Please sign in to comment.