GHCi in colour

From HaskellWiki
Revision as of 07:16, 14 December 2006 by DonStewart (talk | contribs) (type error)
Jump to navigation Jump to search

This page documents efforts to colourise GHCi output, like this:

   Colour-ghci.png

Or a type error:

   Coloured-error.png

Implementation

Using HsColour

An existing tool, HsColour, could be modified to operate interactively.


If you have an idea of how to do this nicely, add your proposal here.