packages feed

ghc-exactprint-0.6.1: tests/examples/ghc88/T13087.hs

{-# LANGUAGE AlternativeLayoutRule #-}
{-# LANGUAGE LambdaCase            #-}

isOne :: Int -> Bool
isOne = \case 1 -> True
              _ -> False

main = return ()