From 12bda628f55fd8d7cc77da73eb79f8350606ca58 Mon Sep 17 00:00:00 2001 From: Martin Bodin Date: Mon, 10 Aug 2020 16:42:55 +0100 Subject: [PATCH] Fixes #10902 by adding a mention of the JSON extraction in the documentation. Co-authored-by: Jim Fehrle (cherry picked from commit 87d6d18a47fc8166029205bd9dadfc14dd22640c) --- doc/sphinx/addendum/extraction.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/sphinx/addendum/extraction.rst b/doc/sphinx/addendum/extraction.rst index 41b726b0690e..ce682740363f 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~