diff options
author | simonmar <unknown> | 2003-11-05 15:15:59 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-11-05 15:15:59 +0000 |
commit | f14ea82a6c7a6fc491a1c3aaf056e286de8507cd (patch) | |
tree | fd919380831cf7054569eae5604195754b73035c /src/HsParser.ly | |
parent | a969de7fdb7dcaacb58b81554d67a79818541241 (diff) |
[haddock @ 2003-11-05 15:15:59 by simonmar]
Index overhaul:
- no more separate type/class and variable/function indices
- the index now makes a distinction between different entities
with the same name. One example is a type constructor with
the same name as a data constructor, but another example is
simply a function with the same name exported by two different
modules. For example, the index entry for 'catch' now looks like
this:
catch
1 (Function) Control.Exception
2 (Function) GHC.Exception, Prelude, System.IO, System.IO.Error
making it clear that there are two different 'catch'es, but one
of them is exported by several modules.
- Each index page now has the index contents (A B C ...) at the top.
Please let me know if you really hate any of this.
Diffstat (limited to 'src/HsParser.ly')
0 files changed, 0 insertions, 0 deletions