These should use the `cases` builtin function, and look something like: ```typ $ f(x) := cases(x/2 & "if" x < 2, x/3 & "else") $ ``` Wherein we can probably get away by stripping away the alignment parameters, and just parsing the `if`, `else` cases.