Header menu logo Fabulous.AST

NamedComputationBuilders Module

Type extensions

Type extension Description

Ast.NamedComputationExpr(name, body)

Full Usage: Ast.NamedComputationExpr(name, body)

Parameters:
Returns: WidgetBuilder<Expr>

Extended Type: Ast

name : WidgetBuilder<Expr>
body : WidgetBuilder<Expr>
Returns: WidgetBuilder<Expr>

Ast.NamedComputationExpr(name, body)

Full Usage: Ast.NamedComputationExpr(name, body)

Parameters:
Returns: WidgetBuilder<Expr>

Extended Type: Ast

name : WidgetBuilder<Constant>
body : WidgetBuilder<Expr>
Returns: WidgetBuilder<Expr>

Ast.NamedComputationExpr(name, body)

Full Usage: Ast.NamedComputationExpr(name, body)

Parameters:
Returns: WidgetBuilder<Expr>

Extended Type: Ast

name : string
body : WidgetBuilder<Expr>
Returns: WidgetBuilder<Expr>

Ast.NamedComputationExpr(name, body)

Full Usage: Ast.NamedComputationExpr(name, body)

Parameters:
Returns: WidgetBuilder<Expr>

Extended Type: Ast

name : string
body : WidgetBuilder<Constant>
Returns: WidgetBuilder<Expr>

Ast.NamedComputationExpr(name, body)

Full Usage: Ast.NamedComputationExpr(name, body)

Parameters:
Returns: WidgetBuilder<Expr>

Extended Type: Ast

name : WidgetBuilder<Expr>
body : WidgetBuilder<Constant>
Returns: WidgetBuilder<Expr>

Ast.NamedComputationExpr(name, body)

Full Usage: Ast.NamedComputationExpr(name, body)

Parameters:
Returns: WidgetBuilder<Expr>

Extended Type: Ast

name : WidgetBuilder<Constant>
body : WidgetBuilder<Constant>
Returns: WidgetBuilder<Expr>

Ast.NamedComputationExpr(name, body)

Full Usage: Ast.NamedComputationExpr(name, body)

Parameters:
    name : string
    body : string

Returns: WidgetBuilder<Expr>

Extended Type: Ast

name : string
body : string
Returns: WidgetBuilder<Expr>

Ast.SeqExpr(body)

Full Usage: Ast.SeqExpr(body)

Parameters:
Returns: WidgetBuilder<Expr>

Extended Type: Ast

body : WidgetBuilder<Expr>
Returns: WidgetBuilder<Expr>

Ast.SeqExpr(body)

Full Usage: Ast.SeqExpr(body)

Parameters:
Returns: WidgetBuilder<Expr>

Extended Type: Ast

body : WidgetBuilder<Expr> list
Returns: WidgetBuilder<Expr>

Ast.SeqExpr(body)

Full Usage: Ast.SeqExpr(body)

Parameters:
Returns: WidgetBuilder<Expr>

Extended Type: Ast

body : WidgetBuilder<Constant> list
Returns: WidgetBuilder<Expr>

Ast.SeqExpr(body)

Full Usage: Ast.SeqExpr(body)

Parameters:
    body : string list

Returns: WidgetBuilder<Expr>

Extended Type: Ast

body : string list
Returns: WidgetBuilder<Expr>

Type something to start searching.