
To anyone who has an interest in reading GHC-Trac: In an idle-procrastination moment I started to experiment with html- colour for Haskell code (using hscolour) on a few Trac pages: http://hackage.haskell.org/trac/ghc/wiki/ReplacingGMPNotes (some blocks, note Cyan-colour for literal integrals ("1")) http://hackage.haskell.org/trac/ghc/wiki/ReplacingGMPNotes/ TheCurrentGMPImplementation (one-line snippets) http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/CmmType (large blocks) What do you think? Better? Worse? Would you rather see a silver/grey background as for other code? Personally I tend to prefer the Orange for top-level function definitions but don't quite know about orange- colour functions as they are used. Most of this is close to emacs- colour codes. For those who are interested in playing around, the easy way to do this is: demarcate a code block: {{{ #!html <pre> <font color=Orange>topLevelFunction</font> ... </pre> }}} Thanks, Peter Tanski