haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/RenameDefinition/ClassMember.hs
module Refactor.RenameDefinition.ClassMember where class C t where f :: t -> t instance C Int where f i = i
module Refactor.RenameDefinition.ClassMember where class C t where f :: t -> t instance C Int where f i = i