aboutsummaryrefslogtreecommitdiff
path: root/drawing/op.ha
blob: ef391610b48f1ae3e4797d09c6dec2567aa9683e (plain)
1
2
3
4
export type op_circle = pos;
export type op_other = void;

export type op = (op_circle| op_other);