packages feed

haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/ExtractBinding/IndentationOperator.hs

module Refactor.ExtractBinding.IndentationOperator where

f aaa bbb = id . id $
  aaa
    ++ bbb