packages feed

nowdoc-0.1.0.0: samples/sample0.hs

{-# LANGUAGE QuasiQuotes #-}

import Text.Nowdoc

main :: IO ()
main = putStr [nowdoc|
Now, fair Hippolyta, our nuptial hour
Draws on apace; four happy days brings in
Another moon: but, O, methinks, how slow
This old moon wanes! she lingers my desires,
Like to a step-dame or a dowager
Long withering out a young man revenue.
|]