packages feed

haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/InlineBinding/MultiMatchGuarded_res.hs

module Refactor.InlineBinding.MultiMatchGuarded where

b u v = (case (u, v) of (x, y) | x == y -> x
                        (x, y) -> x ++ y)