External Core typechecker - improve handling of coercions
[ghc-hetmet.git] / utils / ghctags / README
1 This program should eventually replace the lexically-based
2 tags program.  But before this can happen, several problems 
3 must be addressed:
4
5   * Performance is disastrous: it takes much longer to run ghctags
6     than it does to compile GHC
7
8   * The program does not use the correct source-code locations
9
10 The program accepts both its own arguments and options intended for GHC.
11 As a quick self-test, you can run
12
13   ./ghctags -- -package ghc -- GhcTags.hs