forked from GitHub/gf-core
in Haskell GADT generation, hide Tree in the import of PGF
This commit is contained in:
@@ -56,7 +56,7 @@ haskPreamble gadt name =
|
||||
"import Data.Monoid"
|
||||
] else []) ++
|
||||
[
|
||||
"import PGF",
|
||||
"import PGF hiding (Tree)",
|
||||
"----------------------------------------------------",
|
||||
"-- automatic translation from GF to Haskell",
|
||||
"----------------------------------------------------",
|
||||
|
||||
Reference in New Issue
Block a user