diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2019-12-12 16:13:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-12 16:13:47 +0100 |
| commit | f4d9b534dce1ed0a51a7bf16fce81493ea436c29 (patch) | |
| tree | dd951ed4fe54b7b80ccb3262e6a7f9d935c8ecbe /doc/tutorial | |
| parent | 14f394c9e93669e829b0d015868bd828572df075 (diff) | |
Remove outdated advice on producing Haskell file
Diffstat (limited to 'doc/tutorial')
| -rw-r--r-- | doc/tutorial/gf-tutorial.t2t | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/tutorial/gf-tutorial.t2t b/doc/tutorial/gf-tutorial.t2t index 1af346a17..525749822 100644 --- a/doc/tutorial/gf-tutorial.t2t +++ b/doc/tutorial/gf-tutorial.t2t @@ -4738,10 +4738,6 @@ abstract Query = { To make it easy to define a transfer function, we export the abstract syntax to a system of Haskell datatypes: ``` - % gf --output-format=haskell Query.pgf -``` -It is also possible to produce the Haskell file together with PGF, by -``` % gf -make --output-format=haskell QueryEng.gf ``` The result is a file named ``Query.hs``, containing a |
