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


