fork download
  1. f :: Int -> Int
  2. f x = 42
  3.  
  4. main = print (f (error "foo"))
Success #stdin #stdout 0s 6260KB
stdin
Standard input is empty
stdout
42