Skip to content
  • Vladislav Zavialov's avatar
    Dot/bang operators in export lists (Trac #16339) · 2f4af71e
    Vladislav Zavialov authored and Marge Bot's avatar Marge Bot committed
    The dot type operator was handled in the 'tyvarop' parser production, and the
    bang type operator in 'tyapp'. However, export lists and role annotations use
    'oqtycon', so these type operators could not be exported or assigned roles.
    
    The fix is to handle them in a lower level production, 'tyconsym'.
    2f4af71e