[commit: ghc] master: Spelling in comments only (59026b3)
git at git.haskell.org
git at git.haskell.org
Tue Feb 21 10:30:36 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/59026b3be1ba9afed161e1a4cfcd98d3ee021afd/ghc
>---------------------------------------------------------------
commit 59026b3be1ba9afed161e1a4cfcd98d3ee021afd
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Feb 21 10:25:27 2017 +0000
Spelling in comments only
>---------------------------------------------------------------
59026b3be1ba9afed161e1a4cfcd98d3ee021afd
compiler/types/Class.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/types/Class.hs b/compiler/types/Class.hs
index 82a71f5..786ef7e 100644
--- a/compiler/types/Class.hs
+++ b/compiler/types/Class.hs
@@ -100,7 +100,7 @@ type DefMethInfo = Maybe (Name, DefMethSpec Type)
-- Just ($gm, GenericDM ty) A generic default method, name $gm, type ty
-- The generic dm type is *not* quantified
-- over the class variables; ie has the
- -- class vaiables free
+ -- class variables free
data ClassATItem
= ATI TyCon -- See Note [Associated type tyvar names]
More information about the ghc-commits
mailing list