diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2017-08-02 15:52:49 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2017-08-25 13:08:30 +0100 |
commit | dd89a1387aef5280152c03cf7e2a98b8e73216f0 (patch) | |
tree | 98d4f1ac0b64f3927d238081700bfd2076b5d9a1 /compiler/hsSyn/HsDecls.hs | |
parent | 8649535c1c99b851ba3a9fd5a88ca0a3a28b2c18 (diff) | |
download | haskell-dd89a1387aef5280152c03cf7e2a98b8e73216f0.tar.gz |
Comments, plus adjust debug print of TcTyThing(ATyVar)
Diffstat (limited to 'compiler/hsSyn/HsDecls.hs')
-rw-r--r-- | compiler/hsSyn/HsDecls.hs | 2 |
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 :: * |