| No other cites to report in EditorDoc | |
| ml_doif | Def if a thendo b == if a then do b else () |
| ml_theunit | Def () == () |
| ml_do_unop | Def do X == (do (X)) |
| ml_if | Def if a then b else c == if a then b else c |
| ml_test | Def if a $then b $else c == if (a) $then (b) $else c |
| ml_parens | Def (a) == (a) |
| Syntax: | has structure: |
About: