On 11 June 2010 14:27, Bulat Ziganshin <[email protected]> wrote:
> i format it this way:
>
> if x then return () else do
> bar
> continueComputation

That's a nice way of formatting! God bless optional formatting! I like
this problem-specific indentation. Another is:

if x        then foo
else if y then bar
else if z then mu
else             zot

Kind of similar to a COND statement from Lisp.
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to