packages feed

fay-0.12.0.0: tests/doBindAssign.hs

import           Prelude

main = do
  x <- return "Hello, World!" >>= return
  putStrLn x