haskell-tools-refactor-0.4.1.1: examples/Refactor/IfToGuards/Simple_res.hs
module Refactor.IfToGuards.Simple where
max a b | a > b = a
| otherwise = bmodule Refactor.IfToGuards.Simple where
max a b | a > b = a
| otherwise = b