1 2 3 4 5 6 7
{-# LANGUAGE Haskell2010 #-} {-# OPTIONS_HADDOCK hide #-} module Hidden where hidden :: Int -> Int hidden a = a