summaryrefslogtreecommitdiff
path: root/src/GF/Data/OrdMap2.hs
diff options
context:
space:
mode:
authorpeb <unknown>2005-02-09 11:46:54 +0000
committerpeb <unknown>2005-02-09 11:46:54 +0000
commita0d412986305d4b45e82afde62ea48f1b06edb9d (patch)
treebca6f55ef01469442ef55f6bd0caa511e147350f /src/GF/Data/OrdMap2.hs
parent4fd0c636f8590bf800715f2598e54ccc22c99b90 (diff)
"Committed_by_peb"
Diffstat (limited to 'src/GF/Data/OrdMap2.hs')
-rw-r--r--src/GF/Data/OrdMap2.hs28
1 files changed, 10 insertions, 18 deletions
diff --git a/src/GF/Data/OrdMap2.hs b/src/GF/Data/OrdMap2.hs
index 213f40b52..2d0f58f51 100644
--- a/src/GF/Data/OrdMap2.hs
+++ b/src/GF/Data/OrdMap2.hs
@@ -1,30 +1,22 @@
----------------------------------------------------------------------
-- |
--- Module : (Module)
--- Maintainer : (Maintainer)
--- Stability : (stable)
--- Portability : (portable)
+-- Module : OrdMap2
+-- Maintainer : Peter Ljunglöf
+-- Stability : Obsolete
+-- Portability : Haskell 98
--
-- > CVS $Date $
-- > CVS $Author $
-- > CVS $Revision $
--
--- (Description of the module)
+-- The class of finite maps, as described in
+-- "Pure Functional Parsing", section 2.2.2
+-- and an example implementation,
+-- derived from appendix A.2
+--
+-- /OBSOLETE/! this is only used in cf\/ChartParser.hs
-----------------------------------------------------------------------------
-{- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Filename: OrdMap2.hs
- Author: Peter Ljunglöf
- Time-stamp: <2004-05-07 14:16:03 peb>
-
- Description: The class of finite maps, as described in
- "Pure Functional Parsing", section 2.2.2
- and an example implementation,
- derived from appendix A.2
-
- OBSOLETE! this is only used in cf/ChartParser.hs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -}
-
module OrdMap2 (OrdMap(..), Map) where
import List (intersperse)