Personal tools

GHCi in colour

From HaskellWiki

Revision as of 07:17, 14 December 2006 by DonStewart (Talk | contribs)
Jump to: navigation, search

This page documents efforts to colourise GHCi output.

1 Example

   Image:Colour-ghci.png

Or a type error:

   Image:Coloured-error.png

2 Implementation

2.1 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.