summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/exactprint/AddHiding1.expected.hs
blob: f3c8f17c8b948bed04208e380b353a030a925740 (plain)
1
2
3
4
5
6
7
8
module AddHiding1 where

import Data.Maybe hiding (n1,n2)

import Data.Maybe hiding (n1,n2)

f = 1