packages feed

ormolu-0.8.1.1: data/examples/declaration/value/function/if-single-line-functions.hs

foo x =
  if x > 2
    then bar x
    else baz x