ghc-9.13: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.Tc.Solver.Default

Synopsis

Documentation

tryUnsatisfiableGivens :: WantedConstraints -> TcS WantedConstraints Source #

If an implication contains a Given of the form Unsatisfiable msg, use it to solve all Wanteds within the implication. See point (C) in Note [Implementation of Unsatisfiable constraints] in GHC.Tc.Errors.

This does a complete walk over the implication tree.