Skip to content

Always display inferred variables using braces

Krzysztof Gogolewski requested to merge tweag/ghc:wip/display-inferred into master

We now always show forall {a}. T for inferred variables, previously this was controlled by -fprint-explicit-foralls.

This implements part 1 of https://github.com/ghc-proposals/ghc-proposals/pull/179.

Part of GHC ticket #16320.

Edited by Krzysztof Gogolewski

Merge request reports