diff options
Diffstat (limited to 'html-test/src/Hidden.hs')
-rw-r--r-- | html-test/src/Hidden.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/html-test/src/Hidden.hs b/html-test/src/Hidden.hs new file mode 100644 index 00000000..896da648 --- /dev/null +++ b/html-test/src/Hidden.hs @@ -0,0 +1,6 @@ +{-# OPTIONS_HADDOCK hide #-} + +module Hidden where + +hidden :: Int -> Int +hidden a = a |