diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2016-08-29 09:04:24 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2016-09-13 14:38:20 +0100 |
commit | 505a518b07edc61db763eadad46d48a3671d6f2e (patch) | |
tree | 569e0d989e27400a78e6c17d61ee310c0fe343fb /compiler/hsSyn | |
parent | ec3edd56639e23399e23066d9dd00d744950e048 (diff) | |
download | haskell-505a518b07edc61db763eadad46d48a3671d6f2e.tar.gz |
Comments and white space only
Diffstat (limited to 'compiler/hsSyn')
-rw-r--r-- | compiler/hsSyn/HsBinds.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/hsSyn/HsBinds.hs b/compiler/hsSyn/HsBinds.hs index 2120e05d34..236892e70d 100644 --- a/compiler/hsSyn/HsBinds.hs +++ b/compiler/hsSyn/HsBinds.hs @@ -745,7 +745,7 @@ data Sig name -- | A signature for a class method -- False: ordinary class-method signature - -- True: default class method signature + -- True: generic-default class method signature -- e.g. class C a where -- op :: a -> a -- Ordinary -- default op :: Eq a => a -> a -- Generic default |