packages feed

fourmolu-0.2.0.0: data/examples/other/list-multiline-out.hs

x =
  [ [1, 2],
    [ 2,
      3
    ],
    [3, 4]
  ]