This commit is contained in:
aarne
2004-08-13 20:46:54 +00:00
parent 69aa3248d2
commit 1142d18a08
6 changed files with 11 additions and 8 deletions

View File

@@ -208,7 +208,7 @@ putStrE = ioeIO . putStrFlush
putPointE :: Options -> String -> IOE a -> IOE a
putPointE opts msg act = do
let ve x = if oElem beVerbose opts then x else return ()
let ve x = if oElem beSilent opts then return () else x
ve $ ioeIO $ putStrFlush msg
a <- act
--- ve $ ioeIO $ putShow' id a --- replace by a statistics command