mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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