Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / src / Immutable.adoc
CommitLineData
7f918cf1
CE
1Immutable
2=========
3
4Immutable means not <:Mutable:mutable> and is an adjective meaning
5"can not be modified". Most values in <:StandardML:Standard ML> are
6immutable. For example, constants, tuples, records, lists, and
7vectors are all immutable.