1 2 3 4 5 6 7 8
module Hyperlinks where -- | -- A plain URL: <http://example.com/> -- -- A URL with a label: <http://example.com/ some link> foo :: Int foo = 23