`fun foo = ...` in a function with no arguments, the `()` don't add anything descriptive, but I can ...
h
fun foo = ...
in a function with no arguments, the
()
don't add anything descriptive, but I can see how they add readability.
17
2