GHCi in colour
From HaskellWiki
(Difference between revisions)
(→Using HsColour) |
(type error) |
||
| Line 2: | Line 2: | ||
[[Image:Colour-ghci.png]] | [[Image:Colour-ghci.png]] | ||
| + | |||
| + | Or a type error: | ||
| + | |||
| + | [[Coloured-error.png]] | ||
== Implementation == | == Implementation == | ||
Revision as of 07:16, 14 December 2006
This page documents efforts to colourise GHCi output, like this:
Or a type error:
Coloured-error.png
1 Implementation
1.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.

