From: simonpj@microsoft.com Date: Thu, 7 Jan 2010 15:11:27 +0000 (+0000) Subject: Spelling error in comment X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=362750fbc91116ccc12b8b30d9a496803fa036f3 Spelling error in comment --- diff --git a/compiler/types/TyCon.lhs b/compiler/types/TyCon.lhs index 0959699..963f93c 100644 --- a/compiler/types/TyCon.lhs +++ b/compiler/types/TyCon.lhs @@ -836,7 +836,7 @@ isOpenSynTyCon :: TyCon -> Bool isOpenSynTyCon tycon = isSynTyCon tycon && isOpenTyCon tycon isDecomposableTyCon :: TyCon -> Bool --- True iff we can deocmpose (T a b c) into ((T a b) c) +-- True iff we can decompose (T a b c) into ((T a b) c) -- Specifically NOT true of synonyms (open and otherwise) and coercions isDecomposableTyCon (SynTyCon {}) = False isDecomposableTyCon (CoTyCon {}) = False