summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/Unique/DSet.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Types/Unique/DSet.hs')
-rw-r--r--compiler/GHC/Types/Unique/DSet.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Types/Unique/DSet.hs b/compiler/GHC/Types/Unique/DSet.hs
index 20c571284e..479b69ba0a 100644
--- a/compiler/GHC/Types/Unique/DSet.hs
+++ b/compiler/GHC/Types/Unique/DSet.hs
@@ -4,7 +4,7 @@
-- Specialised deterministic sets, for things with @Uniques@
--
-- Based on 'UniqDFM's (as you would expect).
--- See Note [Deterministic UniqFM] in GHC.Types.Unique.DFM for explanation why we need it.
+-- See Note [Deterministic UniqFM] in "GHC.Types.Unique.DFM" for explanation why we need it.
--
-- Basically, the things need to be in class 'Uniquable'.