Content deleted Content added
m Signing comment by Furby100 - "→Haskell (programming language)| unboxing: new section" |
mNo edit summary |
||
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).
|