packages feed

haskell-tools-refactor-0.4.1.1: examples/Refactor/IfToGuards/Simple.hs

module Refactor.IfToGuards.Simple where

max a b = if a > b then a else b