Talk:Boxing (computer programming): Difference between revisions

Content deleted Content added
Drepnir (talk | contribs)
No edit summary
Drepnir (talk | contribs)
No edit summary
Line 21:
[[Unboxing]] redirects here, but this is about how objects work in Java. It doesn't seem to be a suitable place to put something about unboxed types in Haskell, although there is similarity in the underlying concepts. In Haskell everything by default is 'boxed', and a boxed thing could be either the thing itself or some unevaluated expression that could evaluate to something of the correct type (because Haskell is lazy). [[User:Furby100|Furby100]] ([[User talk:Furby100|talk]]) 21:15, 12 January 2008 (UTC)
 
[[User:Drepnir|Drepnir]] ([[User talk:Drepnir|talk]]) 23:08, 26 November 2008 (UTC)
Found something wrong: