summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/LookupSub.hs
blob: a6daba9b20a572d24e1ba0f0222f9c87e3556f00 (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# Language NoImplicitPrelude #-}
module LookupSub where
import qualified LookupSubA
import qualified LookupSubB

data FD = FD

getEcho = FD

instance LookupSubA.IODevice FD where
  getEcho = getEcho