summaryrefslogtreecommitdiff
path: root/src/PGF.hs
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-10-20 11:36:17 +0000
committerbjorn <bjorn@bringert.net>2008-10-20 11:36:17 +0000
commit2174690c5e60667955bbf9fd6f0a8d3beb1734a9 (patch)
tree9b4f623f5544d1fa586f062bc02e4f758d4f5d2c /src/PGF.hs
parenta26290659d2d7799f920d0aae64383e17004abdb (diff)
Added Read and Show instances for Type. This required moving some code around.
Diffstat (limited to 'src/PGF.hs')
-rw-r--r--src/PGF.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/PGF.hs b/src/PGF.hs
index 19b3d2f8a..113cc08b8 100644
--- a/src/PGF.hs
+++ b/src/PGF.hs
@@ -69,8 +69,6 @@ import PGF.TypeCheck
import PGF.Paraphrase
import PGF.Macros
import PGF.Data
-import PGF.Expr
-import PGF.Type
import PGF.Raw.Convert
import PGF.Raw.Parse
import PGF.Raw.Print (printTree)