haskell-tools-refactor-0.5.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