packages feed

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

module Refactor.InlineBinding.MultiMatchGuarded where

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