From 531be3a72e938f2360d312c7fd9cd173e5442594 Mon Sep 17 00:00:00 2001 From: peb Date: Mon, 21 Mar 2005 21:31:43 +0000 Subject: "Committed_by_peb" --- src/GF/Parsing/GeneralChart.hs | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'src/GF/Parsing/GeneralChart.hs') diff --git a/src/GF/Parsing/GeneralChart.hs b/src/GF/Parsing/GeneralChart.hs index 61f933932..c8fe2b202 100644 --- a/src/GF/Parsing/GeneralChart.hs +++ b/src/GF/Parsing/GeneralChart.hs @@ -5,26 +5,27 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/21 14:17:42 $ +-- > CVS $Date: 2005/03/21 22:31:48 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.1 $ +-- > CVS $Revision: 1.2 $ -- -- Simple implementation of deductive chart parsing ----------------------------------------------------------------------------- -module GF.Parsing.GeneralChart (-- * Type definition - Chart, - -- * Main functions - chartLookup, - buildChart, - -- * Probably not needed - emptyChart, - chartMember, - chartInsert, - chartList, - addToChart - ) where +module GF.Parsing.GeneralChart + (-- * Type definition + Chart, + -- * Main functions + chartLookup, + buildChart, + -- * Probably not needed + emptyChart, + chartMember, + chartInsert, + chartList, + addToChart + ) where -- import Trace -- cgit v1.2.3