fork download
  1. f = return $ 23/0
  2. g = return 17
  3.  
  4. main = do x <- f
  5. y <- g
Success #stdin #stdout 0s 6224KB
stdin
Standard input is empty
stdout
17