diff options
Diffstat (limited to 'src/PGF/Data.hs')
| -rw-r--r-- | src/PGF/Data.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PGF/Data.hs b/src/PGF/Data.hs index 50e11f289..38027e96e 100644 --- a/src/PGF/Data.hs +++ b/src/PGF/Data.hs @@ -1,7 +1,7 @@ module PGF.Data (module PGF.Data, module PGF.Expr, module PGF.Type, module PGF.PMCFG) where import PGF.CId -import PGF.Expr hiding (Value, Env) +import PGF.Expr hiding (Value, Env, Tree) import PGF.Type import PGF.PMCFG @@ -92,4 +92,4 @@ readLanguage :: String -> Maybe Language readLanguage = readCId showLanguage :: Language -> String -showLanguage = prCId +showLanguage = showCId |
