packages feed

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

module Refactor.ExtractBinding.IndentationOperator where

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