summaryrefslogtreecommitdiff
path: root/src/GF/Command/Parse.hs
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-10-20 11:59:31 +0000
committerbjorn <bjorn@bringert.net>2008-10-20 11:59:31 +0000
commitd41616dd6aa52c813edf7dabef4c0684fae4e4e0 (patch)
tree0d6490e8978902b32e55b631567fa99eef43159f /src/GF/Command/Parse.hs
parent2174690c5e60667955bbf9fd6f0a8d3beb1734a9 (diff)
Added Read and Show instances for CId. Also added readCId :: String -> Maybe CId, and use that for readLanguage.
Diffstat (limited to 'src/GF/Command/Parse.hs')
-rw-r--r--src/GF/Command/Parse.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GF/Command/Parse.hs b/src/GF/Command/Parse.hs
index eaf4cba84..85a351ead 100644
--- a/src/GF/Command/Parse.hs
+++ b/src/GF/Command/Parse.hs
@@ -1,5 +1,6 @@
module GF.Command.Parse(readCommandLine, pCommand) where
+import PGF.CId
import PGF.Expr
import PGF.Data(Tree)
import GF.Command.Abstract