28 lines
380 B
Haskell
28 lines
380 B
Haskell
-- brittany { lconfig_columnAlignMode: { tag: ColumnAlignModeDisabled }, lconfig_indentPolicy: IndentPolicyLeft }
|
|
import Test
|
|
( Thing
|
|
( With
|
|
-- Comments
|
|
, and
|
|
-- also
|
|
, items
|
|
-- !
|
|
)
|
|
)
|
|
import Test
|
|
( Thing
|
|
( Item
|
|
-- and Comment
|
|
)
|
|
)
|
|
import Test
|
|
( Thing
|
|
( With
|
|
-- Comments
|
|
, and
|
|
-- also
|
|
, items
|
|
-- !
|
|
)
|
|
)
|