mirror of
https://github.com/google/ormolu.git
synced 2024-12-05 05:18:44 +03:00
9 lines
104 B
Haskell
9 lines
104 B
Haskell
module Test {-# DEPRECATED "This module is unstable" #-}
|
|
( foo
|
|
, bar
|
|
, baz
|
|
)
|
|
where
|
|
|
|
import Blah
|