Content deleted Content added
No edit summary |
m →Immutability: fix capitalization |
||
Line 28:
=== Immutability ===
All values in Elm are [[Immutable object|immutable]], meaning that a value cannot be modified after it is created. Elm uses [[persistent data structure]]s to implement its
=== Static types ===
|