aboutsummaryrefslogtreecommitdiff
path: root/tests/pre-2.0-tests/Hidden.hs
blob: e46fc37f5ed4b2f52e3280a8beb9d74878b90dcd (plain) (blame)
1
2
3
4
{-# OPTIONS_HADDOCK hide #-}
module Hidden where
hidden :: Int -> Int
hidden a = a