On 28/03/07, Steve Schafer <[EMAIL PROTECTED]> wrote:
Another alternative:

 mylist =
   [ quite_lengthy_list_item_number_one
   , quite_lengthy_list_item_number_two
   , quite_lengthy_list_item_number_three
   ]

I see this a lot. My personal preference is:

mylist =
 [ foo, bar, baz,
   qux, quux, foo,
   bar, baz, qux ]

--
-David House, [EMAIL PROTECTED]
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to