summaryrefslogtreecommitdiff
path: root/src/GF/UseGrammar
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2007-10-30 09:51:14 +0000
committerbringert <bringert@cs.chalmers.se>2007-10-30 09:51:14 +0000
commitaf54ec7e452cc600dd3d7ddc58670ffe50827631 (patch)
tree40a44280cb0ac3b48032a3b9380a0a1c4b7bba5d /src/GF/UseGrammar
parent70258975f22a8d552a3afe68fcf96719d613ad95 (diff)
Added type signature to fix GHC 6.8 problem reported by Jean-Philippe.
Diffstat (limited to 'src/GF/UseGrammar')
-rw-r--r--src/GF/UseGrammar/Transfer.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GF/UseGrammar/Transfer.hs b/src/GF/UseGrammar/Transfer.hs
index 38b8b489a..5d62f4385 100644
--- a/src/GF/UseGrammar/Transfer.hs
+++ b/src/GF/UseGrammar/Transfer.hs
@@ -57,6 +57,7 @@ core2exp e = case e of
T.EInteger i -> EInt $ fromInteger i
T.EMeta _ -> uExp -- meta symbol 0, refreshed by GF
where
+ var :: T.CIdent -> Ident
var (T.CIdent x) = zIdent x