Header menu logo F# Compiler Guide

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

Fields cases

Full Usage: Fields cases

Parameters:

Normal style declaration

cases : SynField list

FullType(fullType, fullTypeInfo)

Full Usage: FullType(fullType, fullTypeInfo)

Parameters:

Full type spec given by 'UnionCase: ty1 * tyN -> rty'. Only used in FSharp.Core, otherwise a warning.

fullType : SynType
fullTypeInfo : SynValInfo

Type something to start searching.