{-# LANGUAGE LambdaCase #-}

test :: Bool -> Bool
test = \case
  False -> _
  True -> _