Type Alias TreeRoutineBlock

TreeRoutineBlock: {
    bindings: [Variable, Intrinsic][];
    body: Tree<Statement>;
    head: Tree<Effect>;
    tag: Hash;
    tail: Expression;
    type: "RoutineBlock";
}