1
1
mirror of https://github.com/google/ormolu.git synced 2025-01-07 15:50:27 +03:00
ormolu/data/examples/declaration/value/function/sig-pattern.hs
2019-06-10 21:24:00 +02:00

8 lines
65 B
Haskell

f = do
x :: a <- g
f = do
(x, y)
:: (a, b)
<- g