CheckGrammar is now using the printer in GF.Grammar.Printer. Fixed bug that was hiding the warnings

This commit is contained in:
krasimir
2009-09-14 12:16:02 +00:00
parent cc151c4279
commit 62ef772a2c
17 changed files with 224 additions and 299 deletions

View File

@@ -350,10 +350,10 @@ float2term = EFloat
-- | create a terminal from identifier
ident2terminal :: Ident -> Term
ident2terminal = K . prIdent
ident2terminal = K . showIdent
symbolOfIdent :: Ident -> String
symbolOfIdent = prIdent
symbolOfIdent = showIdent
symid :: Ident -> String
symid = symbolOfIdent