Skip to content

Export setInertSet from GHC.Tc.Solver.Monad

sheaf requested to merge wip/export-setInertSet into master

We used to export getTcSInerts and setTcSInerts from GHC.Tc.Solver.Monad. These got renamed to getInertSet/setInertSet in e1590ddc. That commit also removed the export of setInertSet, but that function is useful for the GHC API.

Merge request reports