<<
Indentation
Nice to use parentheses for grouping rather than application, as in ML etc.
Also nice to use juxtaposition for sequence concatenation; avoid noise syntax in input not in output.
fun1 a b c fun2 d e fun3 f
-->
(fun1 a (b c) (fun2 d e) (fun3 f))