mirror of
https://github.com/google/ormolu.git
synced 2025-01-07 15:50:27 +03:00
8 lines
65 B
Haskell
8 lines
65 B
Haskell
f = do
|
|
x :: a <- g
|
|
|
|
f = do
|
|
(x, y)
|
|
:: (a, b)
|
|
<- g
|