haskell-tools-refactor-0.4.1.2: examples/Refactor/OrganizeImports/MakeExplicit/Source.hs
module Refactor.OrganizeImports.MakeExplicit.Source where
a = ()
e = ()
g = ()
data A = B { b :: () }
| C
class D a where
f :: a
instance D () where
f = ()