lspitzner / brittany

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

HsOpTy support #241

Open domenkozar opened 5 years ago

domenkozar commented 5 years ago

There's no issue for this yet, so I created one.

lspitzner commented 5 years ago

example haskell source is

type A = B + C

I guess this is support for -XTypeOperators, although it seems to be parsed without that enabled.