Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / src / Mutable.adoc
1 Mutable
2 =======
3
4 Mutable is an adjective meaning "can be modified". In
5 <:StandardML:Standard ML>, ref cells and arrays are mutable, while all
6 other values are <:Immutable:immutable>.