autoformat
autoformat copied to clipboard
Standard ML autoformatter
At the moment, the `=>` in rules are vertically aligned. We should attempt similar treatment in a variety of cases, including some or all of the following: - `fun` declarations...
See [`string-exp-multiline`](https://github.com/ProjectSavanna/autoformat/blob/master/test/string-exp-multiline.output.sml).
Application should respect fixity, i.e. include `op` if necessary: ```ml val _ = op :: :: op - :: op :: :: op + ```
Not included in `Ast.dec`. Therefore, any comments will disappear during autoformatting.