MLton 20100608 Immutable
Home  Index  
Immutable means not mutable, and is an adjective meaning "can not be modified". Most values in Standard ML are immutable. For example, constants, tuples, records, lists, and vectors are all immutable.


Last edited on 2004-12-08 18:51:10 by StephenWeeks.