[Haskell-cafe] Re: Type Directed Name Resolution
John Smith
voldermort at hotmail.com
Wed Nov 10 11:34:02 EST 2010
On 10/11/2010 13:52, Stephen Tetley wrote:
> Qualification is hardly verbose, idiomatically it tends to be two characters.
Two characters is verbose by Haskell standards :-)
Perhaps it't subjective, but if there's a click function to operate on a button, I find button.click much clearer that
G.radioBtnClick button (as distinguished from M.radioBtnClick, which I imported from a different module).
More information about the Haskell-Cafe
mailing list