robertmuth / Cwerg

The best C-like language that can be implemented in 10kLOC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support EQ and NE comparisons between a tagged union and one of its field types.

robertmuth opened this issue · comments

Non-goals:

  • Comparison of two tagged unions or
  • Comparison of an untagged union with something else

fixed