packages feed

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