packages feed

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

module Refactor.ExtractBinding.AddToExisting where

x = a ++ b
  where a = []
        b = []