X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FcoreSyn%2FCoreSubst.lhs;h=9f1e20db4d20d83d95810bd15c5ffc1cbb6ed6d1;hp=216b6364a45db2a87f940ead9477273d7ac8ffa1;hb=b06d623b2e367a572de5daf06d6a0b12c2740471;hpb=3029576129e31d23e749be21c6a5a6f376ba28cd diff --git a/compiler/coreSyn/CoreSubst.lhs b/compiler/coreSyn/CoreSubst.lhs index 216b636..9f1e20d 100644 --- a/compiler/coreSyn/CoreSubst.lhs +++ b/compiler/coreSyn/CoreSubst.lhs @@ -39,7 +39,7 @@ import OccurAnal( occurAnalyseExpr ) import qualified Type import Type ( Type, TvSubst(..), TvSubstEnv ) -import Coercion ( optCoercion ) +import OptCoercion ( optCoercion ) import VarSet import VarEnv import Id