fourmolu-0.2.0.0: data/examples/other/merging-comments-four-out.hs
foo xs = baz
where
bar =
catMaybes
[ lookup langKey gets -- 1
, lookup langKey cookies -- 2
, lookupText langKey session -- 3
]
++ xs -- 4
-- Blah
baz = addTwoLetters (id, Set.empty) bar