diff options
| author | peb <unknown> | 2005-02-09 11:46:54 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-02-09 11:46:54 +0000 |
| commit | a0d412986305d4b45e82afde62ea48f1b06edb9d (patch) | |
| tree | bca6f55ef01469442ef55f6bd0caa511e147350f /src/GF/Data/Trie.hs | |
| parent | 4fd0c636f8590bf800715f2598e54ccc22c99b90 (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/Data/Trie.hs')
| -rw-r--r-- | src/GF/Data/Trie.hs | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/src/GF/Data/Trie.hs b/src/GF/Data/Trie.hs index 7cfe51fa2..e32b8560d 100644 --- a/src/GF/Data/Trie.hs +++ b/src/GF/Data/Trie.hs @@ -1,9 +1,9 @@ ---------------------------------------------------------------------- -- | --- Module : (Module) --- Maintainer : (Maintainer) --- Stability : (stable) --- Portability : (portable) +-- Module : Trie +-- Maintainer : Markus Forsberg +-- Stability : Obsolete??? +-- Portability : Haskell 98 -- -- > CVS $Date $ -- > CVS $Author $ @@ -12,16 +12,6 @@ -- (Description of the module) ----------------------------------------------------------------------------- -{- - ************************************************************** - * Filename : Trie.hs * - * Author : Markus Forsberg * - * markus@cs.chalmers.se * - * Last Modified : 17 December, 2001 * - * Lines : 51 * - ************************************************************** --} - module Trie ( tcompile, collapse, |
