diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2017-02-21 10:25:27 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2017-02-21 10:30:17 +0000 |
commit | 59026b3be1ba9afed161e1a4cfcd98d3ee021afd (patch) | |
tree | 4a88270aa7d3adb4f06189cf8eb0c731705d10ec /compiler | |
parent | b7265ffa06d5481f598aeba93c1a432204408ec2 (diff) | |
download | haskell-59026b3be1ba9afed161e1a4cfcd98d3ee021afd.tar.gz |
Spelling in comments only
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/types/Class.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/types/Class.hs b/compiler/types/Class.hs index 82a71f5376..786ef7ee91 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] |