Copyright | 2000-2004 Malcolm Wallace |
---|---|
License | LGPL |
Maintainer | Malcolm Wallace <Malcolm.Wallace@cs.york.ac.uk> |
Stability | Stable |
Portability | All |
Safe Haskell | Safe-Inferred |
Language | Haskell98 |
Language.Preprocessor.Cpphs.SymTab
Description
Symbol Table, based on index trees using a hash on the key. Keys are always Strings. Stored values can be any type.