mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
7 lines
124 B
Haskell
7 lines
124 B
Haskell
-- | Haddock test stuff
|
|
module TestHaddock (hello) where
|
|
|
|
-- | Standard hello text.
|
|
hello :: String
|
|
hello = "Hello, world!"
|