hask icon indicating copy to clipboard operation
hask copied to clipboard

Improve printing of type signatures

Open billpmurphy opened this issue 9 years ago • 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.

billpmurphy avatar Aug 03 '15 05:08 billpmurphy