packages feed

hindent-4.3.10: test/fundamental/tests/19.test

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