aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/LambdaCase/lambda-case-basic.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE LambdaCase #-}
module LambdaCaseBasic where
describeBool :: Bool -> String
describeBool = \case
True -> "yes"
False -> "no"{- ORACLE_TEST pass -}
{-# LANGUAGE LambdaCase #-}
module LambdaCaseBasic where
describeBool :: Bool -> String
describeBool = \case
True -> "yes"
False -> "no"