in Haskell GADT generation, hide Tree in the import of PGF

This commit is contained in:
Aarne Ranta
2017-09-06 10:51:43 +02:00
parent 18f2135785
commit 8005aee378

View File

@@ -56,7 +56,7 @@ haskPreamble gadt name =
"import Data.Monoid"
] else []) ++
[
"import PGF",
"import PGF hiding (Tree)",
"----------------------------------------------------",
"-- automatic translation from GF to Haskell",
"----------------------------------------------------",