summaryrefslogtreecommitdiff
path: root/compiler/types
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/types')
-rw-r--r--compiler/types/TyCon.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/types/TyCon.hs b/compiler/types/TyCon.hs
index 31bfddce81..7166f85c02 100644
--- a/compiler/types/TyCon.hs
+++ b/compiler/types/TyCon.hs
@@ -2214,7 +2214,7 @@ isLiftedTypeKindTyConName = (`hasKey` liftedTypeKindTyConKey)
-- (similar to a @dfun@ does that for a class instance).
--
-- * Tuples are implicit iff they have a wired-in name
--- (namely: boxed and unboxed tupeles are wired-in and implicit,
+-- (namely: boxed and unboxed tuples are wired-in and implicit,
-- but constraint tuples are not)
isImplicitTyCon :: TyCon -> Bool
isImplicitTyCon (FunTyCon {}) = True