packages feed

haskell-tools-refactor-0.4.1.1: 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)