haskell-tools-refactor-0.4.1.1: examples/Refactor/InlineBinding/MultiMatchGuarded.hs
module Refactor.InlineBinding.MultiMatchGuarded where
b u v = a u v
a x y | x == y
= x
a x y = x ++ ymodule Refactor.InlineBinding.MultiMatchGuarded where
b u v = a u v
a x y | x == y
= x
a x y = x ++ y