haskell-tools-refactor-0.4.1.1: examples/Refactor/ExtractBinding/IndentationOperator.hs
module Refactor.ExtractBinding.IndentationOperator where
f aaa bbb = id . id $
aaa
++ bbbmodule Refactor.ExtractBinding.IndentationOperator where
f aaa bbb = id . id $
aaa
++ bbb