Haskell: Pattern Matching | Upcase

Pat joins Joe again to continue our tour of Haskell. Learn how Haskell replaces most if statements with the powerful concept of pattern matching, including some instances where object-oriented programs would use polymorphism. Learn how to both mat...
This is a companion discussion topic for the original entry at https://thoughtbot.com/upcase/videos/haskell-pattern-matching

Very cool! I would love to see some content on currying.