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
Fix#4068: Fix pretty-printing precedence for function types
Using `atPrec(GlobalPrec)` ensures that `argText(args.head)` never adds
parentheses around its output, but that's inappropriate for a function type
`T1 => T2`. The nested calls to `atPrec` make no sense, but `argText` hid that
before it was refactored.
0 commit comments