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