@@ -10,8 +10,8 @@ rule token = parse
| ')' { RPAREN }
| "->" { RARROW }
| '~' { TILDE }
| "/\\" { LAND }
| "\\/" { LOR }
| "/\\" { LAND } (* logical and *)
| "\\/" { LOR } (* logical or *)
| ',' { COMMA }
| "intro" { INTRO }
The note is not visible to the blocked user.