Header menu logo Fabulous.AST

InfixAppBuilders Module

Type extensions

Type extension Description

Ast.InfixAppExpr(lhs, operator, rhs)

Full Usage: Ast.InfixAppExpr(lhs, operator, rhs)

Parameters:
Returns: WidgetBuilder<Expr>

Extended Type: Ast

lhs : WidgetBuilder<Expr>
operator : string
rhs : WidgetBuilder<Expr>
Returns: WidgetBuilder<Expr>

Ast.InfixAppExpr(lhs, operator, rhs)

Full Usage: Ast.InfixAppExpr(lhs, operator, rhs)

Parameters:
Returns: WidgetBuilder<Expr>

Extended Type: Ast

lhs : WidgetBuilder<Constant>
operator : string
rhs : WidgetBuilder<Expr>
Returns: WidgetBuilder<Expr>

Ast.InfixAppExpr(lhs, operator, rhs)

Full Usage: Ast.InfixAppExpr(lhs, operator, rhs)

Parameters:
Returns: WidgetBuilder<Expr>

Extended Type: Ast

lhs : string
operator : string
rhs : WidgetBuilder<Expr>
Returns: WidgetBuilder<Expr>

Ast.InfixAppExpr(lhs, operator, rhs)

Full Usage: Ast.InfixAppExpr(lhs, operator, rhs)

Parameters:
Returns: WidgetBuilder<Expr>

Extended Type: Ast

lhs : WidgetBuilder<Constant>
operator : string
rhs : WidgetBuilder<Constant>
Returns: WidgetBuilder<Expr>

Ast.InfixAppExpr(lhs, operator, rhs)

Full Usage: Ast.InfixAppExpr(lhs, operator, rhs)

Parameters:
Returns: WidgetBuilder<Expr>

Extended Type: Ast

lhs : string
operator : string
rhs : WidgetBuilder<Constant>
Returns: WidgetBuilder<Expr>

Ast.InfixAppExpr(lhs, operator, rhs)

Full Usage: Ast.InfixAppExpr(lhs, operator, rhs)

Parameters:
    lhs : string
    operator : string
    rhs : string

Returns: WidgetBuilder<Expr>

Extended Type: Ast

lhs : string
operator : string
rhs : string
Returns: WidgetBuilder<Expr>

Type something to start searching.