@@ -8,15 +8,15 @@ import Data.Foldable
88import Data.Traversable
99
1010-- GHC API
11- import Coercion (Role (Representational ), mkUnivCo )
12- import Constraint (CtEvidence (ctev_loc ), Ct , ctEvExpr , ctLoc , mkNonCanonical )
13- import GhcPlugins (PredType , SDoc , eqType , fsep , ppr )
14- import Plugins (Plugin (pluginRecompile , tcPlugin ), CommandLineOption , defaultPlugin , purePlugin )
15- import TcEvidence (EvExpr , EvTerm , evCast )
16- import TcPluginM (newWanted )
17- import TcRnTypes
18- import TyCoRep ( UnivCoProvenance ( PluginProv ) )
19- import TyCon ( synTyConDefn_maybe )
11+ import GHC.Core. Coercion (Role (Representational ), mkUnivCo )
12+ import GHC.Tc.Types. Constraint (CtEvidence (ctev_loc ), Ct , ctEvExpr , ctLoc , mkNonCanonical )
13+ import GHC.Plugins (PredType , SDoc , eqType , fsep , ppr )
14+ import GHC. Plugins (Plugin (pluginRecompile , tcPlugin ), CommandLineOption , defaultPlugin , purePlugin )
15+ import GHC.Tc.Types.Evidence (EvExpr , EvTerm , evCast )
16+ import GHC.Tc.Plugin (newWanted )
17+ import GHC.Core.TyCo.Rep ( UnivCoProvenance ( PluginProv ))
18+ import GHC.Plugins ( synTyConDefn_maybe )
19+ import GHC.Tc.Types ( TcPluginResult ( .. ), TcPluginM , ErrCtxt , pushErrCtxtSameOrigin , TcPlugin ( .. ) )
2020
2121import TypeLevel.Rewrite.Internal.ApplyRules
2222import TypeLevel.Rewrite.Internal.DecomposedConstraint
0 commit comments