Header menu logo F# Header menu logo Averest

LhsExpr Type

Union cases

Union case Description

LhsArrAcc(LhsExpr, NatExpr)

Full Usage: LhsArrAcc(LhsExpr, NatExpr)

Parameters:
Item1 : LhsExpr
Item2 : NatExpr

LhsTupAcc(LhsExpr, int)

Full Usage: LhsTupAcc(LhsExpr, int)

Parameters:
Item1 : LhsExpr
Item2 : int

LhsVar(QName, QType)

Full Usage: LhsVar(QName, QType)

Parameters:
Item1 : QName
Item2 : QType

Instance members

Instance member Description

this.IsLhsArrAcc

Full Usage: this.IsLhsArrAcc

Returns: bool
Returns: bool

this.IsLhsTupAcc

Full Usage: this.IsLhsTupAcc

Returns: bool
Returns: bool

this.IsLhsVar

Full Usage: this.IsLhsVar

Returns: bool
Returns: bool

this.pprinter

Full Usage: this.pprinter

Returns: int -> Printer
Returns: int -> Printer

Type something to start searching.