hindent-4.5.0: test/gibiansky/expected/43.exp
test x
| x == 0 = 0
| otherwise =
let foo y
| y == 0 = 0 -- comment one
| y == 0 = 1 -- comment two
| otherwise = 2 -- comment three
in bar x
test x
| x == 0 = 0
| otherwise =
let foo y
| y == 0 = 0 -- comment one
| y == 0 = 1 -- comment two
| otherwise = 2 -- comment three
in bar x