packages feed

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

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