mirror of
https://github.com/google/ormolu.git
synced 2024-11-23 22:27:16 +03:00
8 lines
58 B
Haskell
8 lines
58 B
Haskell
module MyModule
|
|
( R
|
|
, runR
|
|
, txt
|
|
, blah
|
|
)
|
|
where
|