<div dir="auto">I've been playing around with 8.6.3, and I've really been appreciating the improvements in typed hole messages. Both the information about constraints and the suggestions for filling the holes have proven valuable in heavily typish programming. Thanks! One thing that's still not where I'd like it to be is the equality constraint display. I recognize this is a Hard Problem. But digging through something like<div dir="auto"><br></div><div dir="auto">  x ~ C y z</div><div dir="auto">  x ~ C y1 z2</div><div dir="auto">  D p b ~ q z y1</div><div dir="auto"><br></div><div dir="auto">to get b ~ y gets tiresome. Is there room for improvement here? If not, are there any programs around using the GHC API to offer an interactive system for such calculations? It'd be quite helpful when seeing such constraints to be able to express special interest in a particular type variable, for example.</div></div>