Remove outdated advice on producing Haskell file

This commit is contained in:
Inari Listenmaa
2019-12-12 16:13:47 +01:00
committed by GitHub
parent 14f394c9e9
commit f4d9b534dc

View File

@@ -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
```