Core Type System Tutorials
This section contains tutorials for understanding how to use the core type system in the Cω programming language.
In This Section
- Streams Tutorial
- Provides a simple demonstration of stream types and their use in Cω programming.
- Content Classes Tutorial
- Provides a simple demonstration of content classes.
- Choice Types Tutorial
- Provides a simple demonstration of choice (discriminated union) types.
- Possibly-Null Values Tutorial
- Provides a simple demonstration of possibly-null (or optional) values.
- Anonymous Struct Types Tutorial
- Provides a simple demonstration of anonymous struct (or ordered, possibly-labelled tuple) types.
See Also
- Samples
- Sample source code showing how to write applications for the .NET Framework using Cω.