{-# LANGUAGE LambdaCase #-} module ApplyRefact1 where f = \case "true" -> (True) _ -> False