> 
>     person.lastName.toUpper    -- <==> toUpper (lastName person)
> 

Oops! that should be one of:

      person.lastName.head.toUpper

      person.lastName.(map toUpper)




_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to