packages feed

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

module Refactor.InlineBinding.MultiApplied where

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