1
1
mirror of https://github.com/google/ormolu.git synced 2024-12-05 05:18:44 +03:00
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