fourmolu-0.2.0.0: data/examples/declaration/value/function/if-single-line-four-out.hs
foo :: Int -> Int
foo x = if x > 5 then 10 else 12
bar :: Int -> Int
bar x =
if x > 5 then 10 else 12
foo :: Int -> Int
foo x = if x > 5 then 10 else 12
bar :: Int -> Int
bar x =
if x > 5 then 10 else 12