Source
h
=
"Happy Birthday "
y
=
h
++
"to You"
main
=
mapM_
print
[
y
,
y
,
h
++
"Dear Haskell"
,
y
]