some more printing

This commit is contained in:
aarne
2004-04-19 15:33:45 +00:00
parent fa07ada6ab
commit 2e0c510285
7 changed files with 21 additions and 11 deletions

View File

@@ -14,7 +14,12 @@ import Operations
import Monad
-- a decompiler. AR 12/6/2003
-- a decompiler. AR 12/6/2003 -- 19/4/2004
canon2sourceGrammar :: CanonGrammar -> Err G.SourceGrammar
canon2sourceGrammar gr = do
ms' <- mapM canon2sourceModule $ M.modules gr
return $ M.MGrammar ms'
canon2sourceModule :: CanonModule -> Err G.SourceModule
canon2sourceModule (i,mi) = do