Interface Op2<T>

interface Op2<T> {
    info?: string;
    l: Term<any>;
    op: Operator;
    r: Term<any>;
    tag: Tag;
    type: T;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

info?: string
l: Term<any>
r: Term<any>
tag: Tag
type: T

Generated using TypeDoc