1
0
forked from GitHub/gf-core

rename MetaSymb in GF.Grammar.Grammar to MetaId to match the convention in PGF

This commit is contained in:
krasimir
2009-09-20 10:28:27 +00:00
parent 73e11a60c5
commit 7c805b8ff7
9 changed files with 20 additions and 86 deletions

View File

@@ -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 =