Overloaded record fields

AntC anthony_clayden at clear.net.nz
Thu Jun 27 02:12:06 CEST 2013


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

Oops! that should be one of:

      person.lastName.head.toUpper

      person.lastName.(map toUpper)






More information about the Glasgow-haskell-users mailing list