| No other cites to report in EditorDoc | |
| ml_RepeatM | Def ml_RepeatM{$Kind:t, $N:n} Def == if `$Kind`=`For` then RepeatMFor $N else RepeatM |
| ml_apply | Def a b == ((a)(b)) |
| ml_tok | Def `$tok` == `$tok` |
| ml_eq | Def a=b == ((a)=(b)) |
| ml_test | Def if a $then b $else c == if (a) $then (b) $else c |
| ml_parens | Def (a) == (a) |
| ml_toko | Def `s` == `s` |
| Syntax: | has structure: |
About: