Y
Hacker News
new
|
ask
|
show
|
jobs
by
ApplaudPumice
3770 days ago
What I don't like about Haskell is repeating the function name.
yeah :: Num yeah = 3
repeating yeah two times is ugly.
1 comments
nikolay
3765 days ago
Ugliness is not the biggest issue - not being DRY is!
link