aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/LambdaCase/lambda-case-empty.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE LambdaCase #-}
module LambdaCaseEmpty where
absurdBool :: Bool -> Int
absurdBool = \case {}
{- ORACLE_TEST pass -}
{-# LANGUAGE LambdaCase #-}
module LambdaCaseEmpty where
absurdBool :: Bool -> Int
absurdBool = \case {}