packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/ModuleComments3.hs

-- top of module
module {- c1 -} ModuleComments1 {- c2 -}
    -- c3
    (
    -- c4
    foo
    -- c5
    ) {- c6 -} where {- c7 -}
{
-- c8
;
-- c9

-- c10
import Data.Text
-- c11
;

-- c12
foo = x
-- c13
;
-- c14
}
-- eof