summaryrefslogtreecommitdiff
path: root/doc/tutorial
diff options
context:
space:
mode:
authorkrangelov <kr.angelov@gmail.com>2020-01-17 12:42:40 +0100
committerkrangelov <kr.angelov@gmail.com>2020-01-17 12:42:40 +0100
commit4b67949d364e1f89e4016cb7362e8b17ded64522 (patch)
tree9170b24c265803945e9e1ba321f82f82f923f4d6 /doc/tutorial
parent2ab9fee8e43aee742a12033d6c1fa649953153f0 (diff)
parentf4d9b534dce1ed0a51a7bf16fce81493ea436c29 (diff)
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
Diffstat (limited to 'doc/tutorial')
-rw-r--r--doc/tutorial/gf-tutorial.t2t4
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