Content deleted Content added
→Haskell (programming language)| unboxing: new section |
m Signing comment by Furby100 - "→Haskell (programming language)| unboxing: new section" |
||
Line 16:
== [[Haskell (programming language)|Haskell]] unboxing ==
[[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). <small>—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:Furby100|Furby100]] ([[User talk:Furby100|talk]] • [[Special:Contributions/Furby100|contribs]]) 21:13, 12 January 2008 (UTC)</small><!-- Template:Unsigned --> <!--Autosigned by SineBot-->
|