Changed the parse mode to pretty-print the AST by default

This commit is contained in:
Douglas Warren 2007-11-14 16:26:19 +00:00
parent d82a80639d
commit 7b9789da59

View File

@ -260,7 +260,7 @@ compile mode fn outHandle
output <-
case mode of
ModeParse -> return $ show ast1
ModeParse -> return $ pshow ast1
ModeFlowGraph ->
do procs <- findAllProcesses
let fs :: Data t => t -> PassM String