On Sun, 5 Feb 2006, Tomasz Zielonka wrote:

> On Sun, Feb 05, 2006 at 01:14:42PM -0000, Brian Hulley wrote:
>
> > This is similar to how people often format lists:
> >
> >     a =
> >          [ first
> >          , second
> >          , third
> >          ]
>
> I am one of those people, and I am slightly annoyed with I have to
> add something at the beginning of the list.

In this case I prefer the non-sugar variant:

a =
    first :
    second :
    third :
    []


_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to