fork(2) download
  1. import Debug.Trace
  2.  
  3. i = 3.0
  4.  
  5. main :: IO ()
  6. main = traceShow i $ putStrLn "Hello world"
stdin
Standard input is empty
stdout
Hello world
stderr
3.0