summaryrefslogtreecommitdiff
path: root/compiler/types
diff options
context:
space:
mode:
authornineonine <mail4chemik@gmail.com>2019-11-17 13:33:22 -0800
committernineonine <mail4chemik@gmail.com>2019-11-17 13:33:22 -0800
commit34515e7c94250a8b5b85453a0481d0c8d313a7c5 (patch)
tree4e02ec78b241d7085367d6ed41bb04ea58048756 /compiler/types
parent2f5ed225b78b32c65d023072d78ae5d176e2f04b (diff)
downloadhaskell-34515e7c94250a8b5b85453a0481d0c8d313a7c5.tar.gz
Fix random typos [skip ci]
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