Describe the bug
The code
formats to
which is wrong because @[k|bar|] is a type application but @ [k|bar|] is an operator application.
To Reproduce
Via Ormolu Live.
Expected behavior
Not inserting space after @.
Environment
Version 0.7.7.0, commit 392b2bc, using ghc-lib-parser 9.10.1.20240511
Describe the bug
The code
formats to
which is wrong because
@[k|bar|]is a type application but@ [k|bar|]is an operator application.To Reproduce
Via Ormolu Live.
Expected behavior
Not inserting space after
@.Environment
Version 0.7.7.0, commit 392b2bc, using ghc-lib-parser 9.10.1.20240511