ghc-exactprint-1.9.0.0: tests/examples/ghc910/Lexing.hs
module TuplePat where
next
( steps -- c1
, ys -- c2
) x -- c3
= (steps, x, ys)
module TuplePat where
next
( steps -- c1
, ys -- c2
) x -- c3
= (steps, x, ys)