[Haskell-cafe] A wish for relaxed layout syntax

Henning Thielemann lemming at henning-thielemann.de
Mon May 21 06:17:18 EDT 2007


On Wed, 28 Mar 2007, Benjamin Franksen wrote:

> Hi,
>
> I often run into the following issue: I want to write a list of lengthy
> items like this
>
> mylist = [
>   quite_lengthy_list_item_number_one,
>   quite_lengthy_list_item_number_two,
>   quite_lengthy_list_item_number_three
> ]

http://haskell.org/haskellwiki/List_notation


More information about the Haskell-Cafe mailing list