Y
Hacker News
new
|
ask
|
show
|
jobs
by
eeperson
4590 days ago
As far as I can tell, Haskell does box everything:
http://www.haskell.org/ghc/docs/7.0.1/html/users_guide/primi...
1 comments
dbaupp
4590 days ago
Haskell boxes (almost) everything always, so there's no additional boxing from the generics.
link