SynUnionCaseKind Type
Represents the syntax tree for the right-hand-side of union definition, excluding members, in either a signature or implementation.
Union cases
Union case |
Description
|
|
Normal style declaration
|
Full Usage:
FullType(fullType, fullTypeInfo)
Parameters:
SynType
fullTypeInfo : SynValInfo
|
Full type spec given by 'UnionCase: ty1 * tyN -> rty'. Only used in FSharp.Core, otherwise a warning.
|