ghc-tcplugins-extra-0.4.6: src-ghc-9.10/GhcApi/Constraint.hs
module GhcApi.Constraint ( Ct(..) , CtEvidence(..) , CtLoc , CanEqLHS(..) , ctLoc , ctEvId , mkNonCanonical ) where import GHC.Tc.Types.Constraint (Ct (..), CtEvidence (..), CanEqLHS (..), CtLoc, ctLoc, ctEvId, mkNonCanonical)