packages feed

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

module Refactor.InlineBinding.MultiApplied where

b u v = a u v
a x "a" = x
a "a" y = y
a x y = x ++ y