Hacker News new | ask | show | jobs
by liebfraumilch 4590 days ago
Haskell implements generics without having to box everything.
1 comments

As far as I can tell, Haskell does box everything: http://www.haskell.org/ghc/docs/7.0.1/html/users_guide/primi...
Haskell boxes (almost) everything always, so there's no additional boxing from the generics.