1 2 3 4 5 6 7 8
{-# LANGUAGE RelaxedLayout #-} module ShouldFail where f x = case x of False -> do { return x; }