packages feed

fourmolu-0.0.6.0: data/examples/declaration/value/other/line-multi-line.hs

x :: [Int]
x = [
  1
  , 2
  , somethingSomething 3
  ]