haskell-names-0.9.7: tests/annotations/Let.hs
module Let where
a =
let x = 2
y = 3
in let
t = x y z t
z = 4
y = 2
in x y z
module Let where
a =
let x = 2
y = 3
in let
t = x y z t
z = 4
y = 2
in x y z