ghc-mirror
ghc-mirror
**Original reporter**: _duncan_ This particularly affects the synopsis. Currently we get: ``` haskell data WindowBits defaultWindowBits :: WindowBits windowBits :: Int -> WindowBits ``` each in their own grey div...
**Original reporter**: _david.waern@_ This is a great idea that many people have proposed before but no-one has taken a stab at. It would be a good SoC project.
**Original reporter**: _fuuzetsu@_ Being done as part of GSOC
**Original reporter**: _fuuzetsu@_ Ended up not doing this as part of GSOC, see haskell-café for details
**Original reporter**: _david.waern@_ This is just not supported by the current grammar. It would be nice to support it, but I wonder how, since it is possible to comment record...
**Original reporter**: _naesten@_ Yeah, I figured that out soon after posting this ;-). Personally, I'd be happy with this requiring the function type to be in parens. (A nicer parse...
**Original reporter**: _david.waern@_ Replying to [comment:2 SamB]: > Yeah, I figured that out soon after posting this ;-). Personally, I'd be happy with this requiring the function type to be...
**Original reporter**: _sol@_ We already almost have this ([3.8.12. Anchors](http://www.haskell.org/haddock/doc/html/ch03s08.html#id566424)), but from what I can tell, it's broken. Creating anchors with `#label#` still works, but module names in angel brackets...
**Original reporter**: _kowey_ Looks like this may be related to cairo. I've gotten a similar error trying to run Clock.hs :-/ One thing also is that the Homebrew gtk package...
**Original reporter**: _kowey_ Oh, the Clock.hs refers to the [gtk2hs](http://code.haskell.org/gtk2hs/cairo/demo/) directory. Also a [C hello world for Cairo](http://en.literateprograms.org/Hello_World_%28C,_Cairo%29) seems to run