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 _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
