15 Feb
2007
15 Feb
'07
9:21 p.m.
Hi Rob,
When I define a function and I use do to string functions together, how does it know when my list of functions has come to an end?
Simple answer: the identation. Long answer: read the Haskell 98 report specifically the bits on the layout rule. Usually just remembering that indentation is significant is enough for everything to "just work" Thanks Neil