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