From 62ef772a2c996f2d7d17529eeee845be90586a78 Mon Sep 17 00:00:00 2001 From: krasimir Date: Mon, 14 Sep 2009 12:16:02 +0000 Subject: CheckGrammar is now using the printer in GF.Grammar.Printer. Fixed bug that was hiding the warnings --- src/GF/Grammar/Macros.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/GF/Grammar/Macros.hs') diff --git a/src/GF/Grammar/Macros.hs b/src/GF/Grammar/Macros.hs index c7a9cfa73..b195292eb 100644 --- a/src/GF/Grammar/Macros.hs +++ b/src/GF/Grammar/Macros.hs @@ -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 -- cgit v1.2.3