Cleanup suggestion (per e-mail discussion between @griesemer and @mdempsky):
The nodes with ops OAS2FUNC, OAS2RECV, OAS2MAPR, OAS2DOTTYPE, and OASOP, use an RList, but (at least) in the documentation the RHS looks like a single node.
They could be (likely) switched to using the Right field, making that field access slightly more efficient.
Cleanup suggestion (per e-mail discussion between @griesemer and @mdempsky):
The nodes with ops OAS2FUNC, OAS2RECV, OAS2MAPR, OAS2DOTTYPE, and OASOP, use an RList, but (at least) in the documentation the RHS looks like a single node.
They could be (likely) switched to using the Right field, making that field access slightly more efficient.