diff options
Diffstat (limited to 'html-test/src/Hyperlinks.hs')
-rw-r--r-- | html-test/src/Hyperlinks.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/html-test/src/Hyperlinks.hs b/html-test/src/Hyperlinks.hs new file mode 100644 index 00000000..34e64448 --- /dev/null +++ b/html-test/src/Hyperlinks.hs @@ -0,0 +1,8 @@ +module Hyperlinks where + +-- | +-- A plain URL: <http://example.com/> +-- +-- A URL with a label: <http://example.com/ some link> +foo :: Int +foo = 23 |