UnionCase Module
Functions and values
| Function or value |
Description
|
Full Usage:
UnionCase.name value
Parameters:
'T
Returns: string
Type parameters: 'T |
The qualified name of the union case `value` is, such as `SynType.App`. Names a syntax tree node in an error message without dumping every field it carries, which is what the reader of the message needs and what `%A` buries. Falls back to the type's own name when `value` is not a union.
|
fantomas