set-cover-0.0.1: example/Utility.hs
module Utility where import qualified System.IO as IO hPutStrLnImmediate :: IO.Handle -> String -> IO () hPutStrLnImmediate h str = do IO.hPutStrLn h str IO.hFlush h
module Utility where import qualified System.IO as IO hPutStrLnImmediate :: IO.Handle -> String -> IO () hPutStrLnImmediate h str = do IO.hPutStrLn h str IO.hFlush h