git.haskell.org
/
ghc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
f46360e
)
Comments only
author
Simon Peyton Jones
<simonpj@microsoft.com>
Mon, 9 Feb 2015 15:33:40 +0000
(15:33 +0000)
committer
Simon Peyton Jones
<simonpj@microsoft.com>
Tue, 10 Feb 2015 21:09:46 +0000
(21:09 +0000)
compiler/hsSyn/HsBinds.hs
patch
|
blob
|
history
diff --git
a/compiler/hsSyn/HsBinds.hs
b/compiler/hsSyn/HsBinds.hs
index
73c54ce
..
1d31639
100644
(file)
--- 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
--