[commit: ghc] master: Comments only (1e651b9)

git at git.haskell.org git at git.haskell.org
Tue Feb 10 23:25:01 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1e651b9092f882a392333c39be2aefd84b53a288/ghc

>---------------------------------------------------------------

commit 1e651b9092f882a392333c39be2aefd84b53a288
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Mon Feb 9 15:33:40 2015 +0000

    Comments only


>---------------------------------------------------------------

1e651b9092f882a392333c39be2aefd84b53a288
 compiler/hsSyn/HsBinds.hs | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/compiler/hsSyn/HsBinds.hs b/compiler/hsSyn/HsBinds.hs
index 73c54ce..1d31639 100644
--- a/compiler/hsSyn/HsBinds.hs
+++ b/compiler/hsSyn/HsBinds.hs
@@ -627,7 +627,10 @@ data Sig name
       --          'ApiAnnotation.AnnComma'
 
       -- For details on above see note [Api annotations] in ApiAnnotation
-    TypeSig [Located name] (LHsType name) (PostRn name [Name])
+    TypeSig 
+       [Located name]         -- LHS of the signature; e.g.  f,g,h :: blah
+       (LHsType name)         -- RHS of the signature
+       (PostRn name [Name])   -- Wildcards (both named and anonymous) of the RHS
 
       -- | A pattern synonym type signature
       --



More information about the ghc-commits mailing list