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