packages feed

hindent-4.4.2: test/gibiansky/tests/39.test

a = 
  if | x -> y
     | z -> z

a =
  if | x, x <- Just y -> y

a =
  f $ \x ->
    -- hello
    z

a =
  f $ \x -> do
    -- hello
    z

{-# OPTIONS_GHC -option #-}
>