blob: ac27e2e5d26f293fff9d027a9d11aa91cd57ee25 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{-|
Copyright: Foo,
Bar,
Baz
The module description
-}
-- The module header can start with newlines. They are not taken into account for the indentation level
module Bug280 where
x = ""
|