Skip to content

Catch type-checker exceptions when splicing

Simon Peyton Jones requested to merge wip/T20179 into master

In GHC.Tc.Gen.Splice.tcTopSpliceExpr we were forgetting to catch exceptions. As a result we missed the kind error in the unsolved constraints.

This patch has an easy fix, which cures #20179 (closed)

Merge request reports