google / haskell-trainings

Haskell 101 and 102: slides and codelabs
Apache License 2.0
1.38k stars 110 forks source link

101: Add example of the tuple destructuring #13

Closed ilya-bobyr closed 5 years ago

ilya-bobyr commented 5 years ago

People are confused as to how to destructure a tuple. Probably explain in the exercise comments. Adding it to the slides would be overloading the slides with too much detail.

amalloy commented 5 years ago

This is done already.

ilya-bobyr commented 5 years ago

So this means we did not use the latest source during our last session %)