ormolu/data/examples/module-header/warning-pragma-multiline-out.hs
2019-06-19 17:35:45 +02:00

9 lines
104 B
Haskell

module Test {-# DEPRECATED "This module is unstable" #-}
( foo
, bar
, baz
)
where
import Blah