Header menu logo F# Header menu logo Averest

InputPatValue Type

InputPatValue describes one possible element in an input pattern which is either a variable, a constant or the absent value.

Union cases

Union case Description

PatAbsent

Full Usage: PatAbsent

PatConst Expr

Full Usage: PatConst Expr

Parameters:
Item : Expr

PatVar Expr

Full Usage: PatVar Expr

Parameters:
Item : Expr

Instance members

Instance member Description

this.IsPatAbsent

Full Usage: this.IsPatAbsent

Returns: bool
Returns: bool

this.IsPatConst

Full Usage: this.IsPatConst

Returns: bool
Returns: bool

this.IsPatVar

Full Usage: this.IsPatVar

Returns: bool
Returns: bool

this.pp

Full Usage: this.pp

Returns: string
Returns: string

Type something to start searching.