You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
203 B

# Exercises: Mood Swings
1. Mood
2. Blah or Moot
3. Woot is not a type, but a value. You need a type in the type signature. It should be `changeMood :: Mood -> Mood`
4. see src/mood.hs
5. see src/mood.hs