fourmolu-0.2.0.0: data/examples/declaration/value/function/complex-list-four-out.hs
handleStuff =
handle
[ \ExceptionA ->
something
, \ExceptionB ->
somethingElse
]
handleStuff =
handle
[ foo
bar
, baz
qux
]