You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hask prints type signatures with a lot of superfluous parens (e.g.
a -> (b -> c)
whena -> b -> c
will do). It also puts extra parens around higher-kinded types even when this is not necessary.The text was updated successfully, but these errors were encountered: