summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_compile/rn053.hs
blob: 6994bf29bd6e4e332020208f0e5f511e2e190f1b (plain)
1
2
3
4
5
6
7

module Rn053 (D(C1, C2)) where

import qualified Rn053_A
import           Rn053_A hiding (D(..))
import           Rn053_B