"Committed_by_peb"

This commit is contained in:
peb
2005-02-03 14:13:35 +00:00
parent a7b25a9ca4
commit 4a5a48157f
10 changed files with 132 additions and 15 deletions

View File

@@ -18,5 +18,6 @@ getCanonModule file = do
getCanonGrammar :: FilePath -> IOE CanonGrammar
getCanonGrammar file = do
s <- ioeIO $ readFileIf file
c <- ioeErr {- $ err2err -} $ pCanon $ myLexer s
-- c <- ioeErr $ err2err $ pCanon $ myLexer s
c <- ioeErr $ pCanon $ myLexer s
return $ canon2grammar c