summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/Var
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Types/Var')
-rw-r--r--compiler/GHC/Types/Var/Env.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Types/Var/Env.hs b/compiler/GHC/Types/Var/Env.hs
index 88f27af415..96ca5d53a6 100644
--- a/compiler/GHC/Types/Var/Env.hs
+++ b/compiler/GHC/Types/Var/Env.hs
@@ -47,7 +47,7 @@ module GHC.Types.Var.Env (
anyDVarEnv,
-- * The InScopeSet type
- InScopeSet,
+ InScopeSet(..),
-- ** Operations on InScopeSets
emptyInScopeSet, mkInScopeSet, mkInScopeSetList, delInScopeSet,