packages feed

hls-qualify-imported-names-plugin-1.0.1.0: test/data/ExplicitHidingImport.hs

module ExplicitHidingImport where

import A
import A hiding (b)

thing1 = a
thing2 = b