lspitzner / brittany

haskell source code formatter
GNU Affero General Public License v3.0
690 stars 72 forks source link

Fix comments in instance/type instances (#282) #286

Closed lspitzner closed 4 years ago

lspitzner commented 4 years ago

I am still a bit confused about the lfeqn vs linst handling we had the code. Maybe my approach here is just a slight cleanup. Or it breaks on some ghc version for some unexpected comment position ? Let's see what the tests say.

More testcases for this are welcome.