xiyuzhai-husky-lang / husky

Empowering everyone towards next generation AI and software.
MIT License
83 stars 7 forks source link

be careful about comma precedence #360

Open xiyuzhai opened 2 days ago

xiyuzhai commented 2 days ago

Let $a,b\in A$. Here comma is higher than $\in$.

Let $a\in A,b\in A$. Here comma is lower than $\in$.

xiyuzhai commented 2 days ago

we could disambiguate by putting the latter comma out of math mode.