unison/.ormolu
Greg Pfeil 9ac6a04ec1
Inform Ormolu of some operator precedences
This adds a .ormolu file to tell Ormolu what some operator precedences
are, to improve indentation of multi-line operator sequences.
2024-07-18 19:44:34 -06:00

5 lines
58 B
Plaintext

infixl 8 ^?
infixr 4 %%~, %~
infixl 3 <|>
infixl 1 &, <&>