Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 440 Bytes

dup-def.rst

File metadata and controls

9 lines (8 loc) · 440 Bytes

Duplicate definition for x

Just as each variable <variable> can only have one type signature <dup-sig>, so each variable can only have one definition <definition>. Once a variable is defined, it is not possible to change its value to something different. This is quite different than some other languages. See the documentation about definitions <definition> for more information.