interface RuleInfo {
    body: PExpr;
    description: string;
    formals: string[];
    source: Interval;
}

Properties

body: PExpr
description: string
formals: string[]
source: Interval

Generated using TypeDoc