forked from ocaml-ppx/ocamlformat
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x @ mode1 mode2 and x @ mode2 mode1 are equivalent, as are things like `value mod mode1 mode2` and `value mod mode2 mode1`. It'll be nice to have a canonical order on these to avoid thrashing and inconsistency in code with modalities and mode annotations. I decided to just go with sorting by String.compare for now, rather than trying to impose any opinions on the order. Signed-off-by: Aspen Smith <[email protected]>
- Loading branch information
1 parent
9ff450e
commit f950f30
Showing
12 changed files
with
1,289 additions
and
1,230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.