From f4d9b534dce1ed0a51a7bf16fce81493ea436c29 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Thu, 12 Dec 2019 16:13:47 +0100 Subject: [PATCH] Remove outdated advice on producing Haskell file --- doc/tutorial/gf-tutorial.t2t | 4 ---- 1 file changed, 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 @@ -4737,10 +4737,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 ```