haskell-tools-builtin-refactorings-1.0.0.0: 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