Can I suggest you take this discussion to either the haskell-beginners list, or haskell-cafe?
This list (haskell@haskell.org) is intended primarily for announcements.
Regards,
    Malcolm

On 03 Feb, 2011,at 09:33 AM, Matthias Görgens <matthias.goerg...@googlemail.com> wrote:

> uptable::[[Char]]->[([Char],Int,Int,Int,Int)]->[([Char],Int,Int,Int,Int)]
> uptable (xf:xs) main_array = map (\(x,y,z,r,t)-> do if x==xf then tupup x y
> z r t second xs ) main_array

Why do you have a `do' in that snippet?

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

Reply via email to