diff options
Diffstat (limited to 'compiler/main/GhcPlugins.hs')
-rw-r--r-- | compiler/main/GhcPlugins.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/GhcPlugins.hs b/compiler/main/GhcPlugins.hs index 2aef9b3510..2af2da8e7a 100644 --- a/compiler/main/GhcPlugins.hs +++ b/compiler/main/GhcPlugins.hs @@ -54,7 +54,7 @@ import Packages -- Important GHC types import Module import Type hiding {- conflict with CoreSubst -} - ( substTy, extendTCvSubst, extendTCvSubstList, isInScope ) + ( substTy, extendTvSubst, extendTvSubstList, isInScope ) import Coercion hiding {- conflict with CoreSubst -} ( substCo ) import TyCon |