fay-0.16.0.0: tests/whereBind.hs
import Prelude
main :: Fay ()
main =
let x = 10
in putStrLn $ show (x + y)
where y = 20
import Prelude
main :: Fay ()
main =
let x = 10
in putStrLn $ show (x + y)
where y = 20