TyparStaticReq Type
Represents whether a type parameter has a static requirement or not (^T or 'T)
Union cases
Union case |
Description
|
Full Usage:
HeadType
|
The construct is a statically inferred type inference variable '^T' |
Full Usage:
None
|
The construct is a normal type inference variable |
Instance members
Instance member |
Description
|
Full Usage:
this.IsHeadType
Returns: bool
|
|
Full Usage:
this.IsNone
Returns: bool
|
|