Interface Parenthesized<Ext>

A parenthesized expression

interface Parenthesized<Ext> {
    _tag: "Parenthesized";
    expr: Expr<Ext>;
}

Type Parameters

Hierarchy

  • Tagged<"Parenthesized", {
        expr: Expr<Ext>;
    }>
    • Parenthesized

Properties

Properties

_tag: "Parenthesized"
expr: Expr<Ext>

Generated using TypeDoc