haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/ExtractBinding/AssocOpRightAssoc_res.hs
module Refactor.ExtractBinding.AssocOpRightAssoc where f = g . id where g = id . id
module Refactor.ExtractBinding.AssocOpRightAssoc where f = g . id where g = id . id