1 2 3 4 5 6 7
-- For testing +RTS -xc import Control.Exception main = try (evaluate (f ())) f x = g x g x = error (show x)