packages feed

hindent-4.4.1: test/gibiansky/expected/29.exp

a =
  let x = y
      z = 10
  in z

a =
  let x = y
>
      z = 10
  in z

a =
  let x = y
>
      z = 10
>
>
      z' = 10
  in z

a =
  let x = y
>
      -- Comment
      z = 10
>
      -- Comment some more
      z' = 10
  in z