| selector | role | matching syntax |
|---|---|---|
| (arg) | argument positions in call sites and function parameters | - |
| (call) | function calls |
|
| (enum) | enum declarations and scoped variant references |
|
| (fun) | function declarations |
|
| (id) | identifier references | - |
| (mem) | field access expressions |
|
| (mod) | module (source file) | - |
| (num) | numeric literals | - |
| (str) | string literals | - |