Results 5 issues of jubobs

For export lists, you recommend indenting commented "section" lines two spaces further than the opening and closing braces and commas: > Format export lists as follows: > > ``` haskell...

The style guide has recommendations for `where` bindings. What about `let`-`in` clauses? In my opinion, the recommendation for `if`-`then`-`else` clauses, > Short cases should usually be put on a single...

The [style guide](https://github.com/elm-lang/elm-lang.org/blob/94af5ee5e7f463a88c8d001a1c7bdb37532383e3/src/pages/docs/style-guide.elm#L91) mentions that > Having `case` appear *later* than the actual cases is strongly discouraged. However, "later" is ambiguous. Whether it refers to indentation (horizontal) or file organisation...