summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/HsDecls.hs
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2017-08-02 15:52:49 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2017-08-25 13:08:30 +0100
commitdd89a1387aef5280152c03cf7e2a98b8e73216f0 (patch)
tree98d4f1ac0b64f3927d238081700bfd2076b5d9a1 /compiler/hsSyn/HsDecls.hs
parent8649535c1c99b851ba3a9fd5a88ca0a3a28b2c18 (diff)
downloadhaskell-dd89a1387aef5280152c03cf7e2a98b8e73216f0.tar.gz
Comments, plus adjust debug print of TcTyThing(ATyVar)
Diffstat (limited to 'compiler/hsSyn/HsDecls.hs')
-rw-r--r--compiler/hsSyn/HsDecls.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/hsSyn/HsDecls.hs b/compiler/hsSyn/HsDecls.hs
index 2163300292..3053f3edaa 100644
--- a/compiler/hsSyn/HsDecls.hs
+++ b/compiler/hsSyn/HsDecls.hs
@@ -1330,7 +1330,7 @@ type patterns, i.e. fv(pat_tys). Note in particular
'_' gets its own unique. In this context wildcards behave just like
an ordinary type variable, only anonymous.
-* The hsib_vars *including* type variables that are already in scope
+* The hsib_vars *includes* type variables that are already in scope
Eg class C s t where
type F t p :: *