aboutsummaryrefslogtreecommitdiff
path: root/latex-test/src/Example/Example.hs
blob: 42ff1646efcad2da29fde35200ed9c8c04569b22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
module Example where

-- | Example use.
--
-- >>> split 1
-- ()
--
-- >>> split 2
-- ()
split :: Int -> ()
split _ = ()