Logo fantomas

UnionCase Module

Functions and values

Function or value Description

UnionCase.name value

Full Usage: UnionCase.name value

Parameters:
    value : '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.

value : 'T
Returns: string

Type something to start searching.