hindent-4.4.2: test/gibiansky/expected/39.exp
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 #-}
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 #-}