haddock-2.25.0: html-test/src/Unicode2.hs
{-# LANGUAGE Haskell2010 #-}
module Unicode2 where
-- | All of the following work with a unicode character ü:
--
-- * an italicized /ü/
--
-- * inline code @ü@
--
-- * a code block:
--
-- > ü
--
-- * a url <https://www.google.com/search?q=ü>
--
-- * a link to 'ü'
--
ü :: ()
ü = ()