brittany/data/Test138.hs

7 lines
91 B
Haskell

-- comment1
module Main
( Test(Test, a, b)
, foo -- comment2
) -- comment3
where