You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2018. It is now read-only.
The alignment section says not to use extra whitespace to align things, and it gives examples with struct declarations and let bindings. However, it doesn't give any examples with match expressions. Match expressions are the one thing I do align with whitespace (I've taken this habit from Haskell, where I've seen it done a lot), so I'd like clarification in the style guide about whether we should or shouldn't be aligning each case of a match expression.
The text was updated successfully, but these errors were encountered:
The alignment section says not to use extra whitespace to align things, and it gives examples with struct declarations and let bindings. However, it doesn't give any examples with match expressions. Match expressions are the one thing I do align with whitespace (I've taken this habit from Haskell, where I've seen it done a lot), so I'd like clarification in the style guide about whether we should or shouldn't be aligning each case of a match expression.
The text was updated successfully, but these errors were encountered: