packages feed

hindent-4.3.10: test/gibiansky/expected/19.exp

value = value
  where
    b =
      case x of
        x -> x
        y -> y
    a :: b
    a = 3

value = value
  where
    b =
      case x of
        x -> x
        y -> y

    a :: b
    a = 3