| Type | Description |
| type IStructuralHash | |
| type lazy | Note: an abbreviation for Lazy<'a> |
| type Lazy |
The type of delayed computations.
|
| type list | Note: an abbreviation for 'a List |
| type List |
The type of immutable lists. When used from other .NET languages the
empty list is the 'null' value.
|
| type ListDebugView | |
| type option | Note: an abbreviation for Option<'a> |
| type Option |
The type of optional values. When used from other .NET languages the
empty option is the 'null' value.
|
| type ref | Note: an abbreviation for Ref<'a> |
| type Ref |
The type of mutable references
|
| type unit | Note: an abbreviation for Unit |
| type Unit |
The type 'unit', which has only one value "()".
|