ormolu/data/examples/module-header/singleline-empty-out.hs
waddlaw ae40a33507 Sort language pragmas and fix their placement in modules
The approach we take here is parsing of language pragmas on creation of
comment stream and then pretty-printing them in a separate block.
2019-07-05 20:03:31 +02:00

6 lines
55 B
Haskell

-- | This demonstrates a BUG.
module Foo
(
)
where