Difference between revisions of "DDC/ClassSystem"

From HaskellWiki
< DDC
Jump to navigation Jump to search
Line 1: Line 1:
 
== Constant vs Mutable data ==
 
== Constant vs Mutable data ==
  +
  +
In the section on the [[DDC/EffectSystem|EffectSystem]] we saw how ''region variables'' are used to represent the area of memory in which a data value lies.

Revision as of 03:42, 19 March 2008

Constant vs Mutable data

In the section on the EffectSystem we saw how region variables are used to represent the area of memory in which a data value lies.