New paste Repaste Download
main :: IO ()
main = do
   putStrLn "decide. yes or no?"
   answer <- getLine
   putStrLn $ functionOne answer
functionOne :: String -> String
functionOne x =
   case x of
   "yes" -> "Thank you very mucho!"
   "no" -> "Understandable. have a good day!"
   otherwise -> "you FAILED!"
Filename: cheese.hs. Size: 284b. View raw, , hex, or download this file.

This paste expires on 2025-06-12 04:48:34.766309. Pasted through v1-api.