packages feed

haskell-tools-refactor-0.4.1.1: examples/Refactor/InlineBinding/AlreadyApplied.hs

module Refactor.InlineBinding.AlreadyApplied where

b u v = a u v
a x y = x ++ y