Logo fantomas

TypeConstraint Type

Discriminated union of all type-constraint forms that can appear in when clauses. Covers simple constraints ('T: comparison), subtype constraints ('T :> T), member constraints, enum/delegate constraints, and F# 9 null-related constraints.

Union cases

Union case Description

WhereSelfConstrained Type

Full Usage: WhereSelfConstrained Type

Parameters:
Item : Type

Static members

Static member Description

TypeConstraint.Node(tc)

Full Usage: TypeConstraint.Node(tc)

Parameters:
Returns: Node
tc : TypeConstraint
Returns: Node

Type something to start searching.