From a29a8e4f60960122874c737d32e9d41a3575208b Mon Sep 17 00:00:00 2001 From: krasimir Date: Sun, 20 Sep 2009 10:28:27 +0000 Subject: rename MetaSymb in GF.Grammar.Grammar to MetaId to match the convention in PGF --- src/GF/Compile/GrammarToGFCC.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GF/Compile/GrammarToGFCC.hs') diff --git a/src/GF/Compile/GrammarToGFCC.hs b/src/GF/Compile/GrammarToGFCC.hs index a2b03ab63..aa84f820c 100644 --- a/src/GF/Compile/GrammarToGFCC.hs +++ b/src/GF/Compile/GrammarToGFCC.hs @@ -139,7 +139,7 @@ mkExp scope t = case GM.termForm t of EInt i -> C.ELit (C.LInt i) EFloat f -> C.ELit (C.LFlt f) K s -> C.ELit (C.LStr s) - Meta (MetaSymb i) -> C.EMeta i + Meta i -> C.EMeta i _ -> C.EMeta 0 mkPatt scope p = -- cgit v1.2.3