google / haskell-trainings

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

101 codelab: Remove "Spacing is irrelevant" sentance #14

Closed ilya-bobyr closed 5 years ago

ilya-bobyr commented 5 years ago

Haskell is actually sensitive to spaces in the let binding, so this sentence is confusing. It is also is unnecessary, as people should probably follow examples, and not address this question until later. But, we may want to add an examples of a multiple if/then/else expression, to show how to write it over multiple lines into the codelab comments.

amalloy commented 5 years ago

15 changes this language to be weaker, in addition to some other changes.

ilya-bobyr commented 5 years ago

Resolved by https://github.com/google/haskell-trainings/pull/15