aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Hyperlinks.hs
blob: f64a5bb1efda09ed2fee409f81eeff4669f7a884 (plain) (blame)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE Haskell2010 #-}
module Hyperlinks where

-- |
-- A plain URL: <http://example.com/>
--
-- A URL with a label: <http://example.com/ some link>
foo :: Int
foo = 23