summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Utils/TcType.hs
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2022-05-11 21:21:15 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-05-16 15:33:25 -0400
commit43c018aaaf15ccce215958b7e09b1e29ee7b6d40 (patch)
treed30f1d98b0f5d69dd9af699fab95aafcb3cb4eae /compiler/GHC/Tc/Utils/TcType.hs
parent65d31d05565073a37f9df73c9ea6f6f87627f26e (diff)
downloadhaskell-43c018aaaf15ccce215958b7e09b1e29ee7b6d40.tar.gz
Misc cleanup
- Remove groupWithName (unused) - Use the RuntimeRepType synonym where possible - Replace getUniqueM + mkSysLocalOrCoVar with mkSysLocalOrCoVarM No functional changes.
Diffstat (limited to 'compiler/GHC/Tc/Utils/TcType.hs')
-rw-r--r--compiler/GHC/Tc/Utils/TcType.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/Tc/Utils/TcType.hs b/compiler/GHC/Tc/Utils/TcType.hs
index bb9f5aa910..b40c77c11b 100644
--- a/compiler/GHC/Tc/Utils/TcType.hs
+++ b/compiler/GHC/Tc/Utils/TcType.hs
@@ -175,8 +175,8 @@ module GHC.Tc.Utils.TcType (
substCoUnchecked, substCoWithUnchecked,
substTheta,
- isUnliftedType, -- Source types are always lifted
- isUnboxedTupleType, -- Ditto
+ isUnliftedType,
+ isUnboxedTupleType,
isPrimitiveType,
tcView, coreView,