mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 14:52:51 -06:00
*** empty log message ***
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
{- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
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
|
||||
|
||||
--------------------------------------------------
|
||||
-- The class of ordered sets
|
||||
-- as described in section 2.2.1
|
||||
|
||||
-- and an example implementation,
|
||||
-- derived from the implementation in appendix A.1
|
||||
|
||||
OBSOLETE! this is only used in cf/ChartParser.hs
|
||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -}
|
||||
|
||||
module OrdSet (OrdSet(..), Set) where
|
||||
|
||||
|
||||
Reference in New Issue
Block a user