billpmurphy/hask

Improve printing of type signatures

Opened this issue · 0 comments

Hask prints type signatures with a lot of superfluous parens (e.g. a -> (b -> c) when a -> b -> c will do). It also puts extra parens around higher-kinded types even when this is not necessary.