ghc-exactprint-0.5.0.0: tests/examples/transform/CloneDecl1.hs.expected
module CloneDecl1 where
z = 3
foo a b =
let
x = a + b + z
y = a * b - z
in
x + y
foo a b =
let
x = a + b + z
y = a * b - z
in
x + y
module CloneDecl1 where
z = 3
foo a b =
let
x = a + b + z
y = a * b - z
in
x + y
foo a b =
let
x = a + b + z
y = a * b - z
in
x + y