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 81ca1a5744
commit a29a8e4f60
9 changed files with 20 additions and 86 deletions

View File

@@ -254,10 +254,6 @@ instance Binary Label where
1 -> fmap LVar get
_ -> decodingError
instance Binary MetaSymb where
put (MetaSymb m) = put m
get = fmap MetaSymb get
decodeModHeader :: FilePath -> IO SourceModule
decodeModHeader fpath = do
(m,mtype,mstatus,flags,extend,mwith,opens,med) <- decodeFile fpath