packages feed

fay-0.19: tests/whereBind.hs

module WhereBind where

main :: Fay ()
main =
    let x = 10 :: Int
    in print $ x + y
  where y = 20