packages feed

haskell-tools-refactor-0.4.1.1: examples/Refactor/ExtractBinding/NameConflict.hs

module Refactor.ExtractBinding.NameConflict where

stms = map (\s -> s ++ bang) ["a", "b"]
  where bang = "!"