Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
language:types2:data [2024/07/18 16:21] – rajit | language:types2:data [2024/07/18 16:23] (current) – [Structures] rajit | ||
---|---|---|---|
Line 119: | Line 119: | ||
The distinction between a structure and another data type is that other data types are | The distinction between a structure and another data type is that other data types are | ||
implementations of one of the built-in types like '' | implementations of one of the built-in types like '' | ||
+ | |||
+ | ==== Pure structures ==== | ||
+ | |||
+ | A pure structure is one that only contains other pure structures or '' | ||
+ | In other words, they are structures that don't include channels. Structures like this correspond | ||
+ | to what is normally viewed as a record/ | ||
+ | |||