forked from GitHub/gf-core
Added type signature to fix GHC 6.8 problem reported by Jean-Philippe.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user