summaryrefslogtreecommitdiff
path: root/src/GF/Data/OrdSet.hs
diff options
context:
space:
mode:
authorpeb <unknown>2004-05-26 18:44:40 +0000
committerpeb <unknown>2004-05-26 18:44:40 +0000
commite3e0da73ac68efd2748c321bf0796dc8faa3aba9 (patch)
tree4919d5d3c7d18bcbe01b25f84fc79f55c6e575c1 /src/GF/Data/OrdSet.hs
parent2945d9bcb8fea2ddf07c60ff45f5fcd600378b14 (diff)
*** empty log message ***
Diffstat (limited to 'src/GF/Data/OrdSet.hs')
-rw-r--r--src/GF/Data/OrdSet.hs21
1 files changed, 12 insertions, 9 deletions
diff --git a/src/GF/Data/OrdSet.hs b/src/GF/Data/OrdSet.hs
index 84169a699..8761b2176 100644
--- a/src/GF/Data/OrdSet.hs
+++ b/src/GF/Data/OrdSet.hs
@@ -1,12 +1,15 @@
-
-
---------------------------------------------------
--- The class of ordered sets
--- as described in section 2.2.1
-
--- and an example implementation,
--- derived from the implementation in appendix A.1
-
+{- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ Filename: OrdSet.hs
+ Author: Peter Ljunglöf
+ Time-stamp: <2004-05-07 14:16:12 peb>
+
+ Description: The class of ordered sets, as described in
+ "Pure Functional Parsing", section 2.2.1,
+ and an example implementation
+ derived from appendix A.1
+
+ OBSOLETE! this is only used in cf/ChartParser.hs
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -}
module OrdSet (OrdSet(..), Set) where