Interface Branch

interface Branch {
    f?: Scope;
    t: Scope;
    tag: Tag;
    test: BoolTerm;
    type: "void";
}

Hierarchy (view full)

Properties

Properties

f?: Scope
tag: Tag
test: BoolTerm
type: "void"

Generated using TypeDoc