Ah...
```
$ git grep infix0 | cat
docgen/SYNTAX/fixity.txt:#infix0 foo2 bar2
docgen/SYNTAX/fixity.txt:#infix0 baz of 71
prelude/fixity.sats:#infix0 < <= > >= of 40
prelude/fixity.sats:#infix0 = != == !== of 30
prelude/fixity.sats:#infix0 := of 0 // HX: assign
prelude/fixity.sats:#infix0 :=: of 0 // HX: exchange
prelude/fixity.sats:#infix0 :+= :-= :*= :/= // x:=x+a, x:=x-a, ...
prelude/fixity.sats:#infix0 :=+ :=- :=* :=/ // x:=a+x, x:=a-x, ...
srcgen/xats/DATS/lexing_kword.dats:val () = myins("#infix0", T_INFIX_)
srcgen/xats/TEST/DATA/syntax_dyn.dats:#infix0 40 < <= > >=
srcgen/xats/TEST/DATA/syntax_dyn.dats:#infix0 (0) := // HX: assign
srcgen/xats/TEST/DATA/syntax_dyn.dats:#infix0 (0) :=: // HX: exchange
srcgen/xats/TEST/DATA/syntax_dyn.dats:#infix0 (0) :+= :-= :*= :/= //
x:=x+a, x:=x-a, ...
srcgen/xats/TEST/DATA/syntax_dyn.dats:#infix0 (0) :=+ :=- :=* :=/ //
x:=a+x, x:=a-x, ...
srcgen/xats/TEST/DATA/syntax_sta.sats:#infix0 < <= of 40
srcgen/xats/TEST/DATA/syntax_sta.sats:#infix0 > >= of 40
srcgen/xats/TEST/DATA/syntax_sta.sats:#infix0 = == != of 30
```
`#infix0` is only for equation? If so, please note that on `fixity.txt`.
--
You received this message because you are subscribed to the Google Groups
"ats-lang-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/ats-lang-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/ats-lang-users/CAEvX6dkzVA5dmde21u6MjTtejqeojQMei-HC0mMdnhZzS9PSyA%40mail.gmail.com.