You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lean can define infix operator like "a + b" insted of "plus a b". Infix notation is easy to read but defining operator order is messy. Which is prefer to use infix or prefix ?
Lean can define infix operator like "a + b" insted of "plus a b". Infix notation is easy to read but defining operator order is messy. Which is prefer to use infix or prefix ?