1
0
forked from GitHub/gf-core

Replace all the different ErrM.hs modules with GF.Data.ErrM.

This commit is contained in:
bringert
2007-12-20 17:34:12 +00:00
parent 4ab0df67c5
commit 5b01d912ce
23 changed files with 22 additions and 117 deletions

View File

@@ -4,7 +4,7 @@
module GF.JavaScript.ParJS where
import GF.JavaScript.AbsJS
import GF.JavaScript.LexJS
import GF.JavaScript.ErrM
import GF.Data.ErrM
}
%name pProgram Program