google / haskell-trainings

Haskell 101 and 102: slides and codelabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

101 codelab: Remove "Spacing is irrelevant" sentance

ilya-bobyr opened this issue · comments

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.

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

Resolved by #15