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/IncrementalChart.hs | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'src/GF/Parsing/IncrementalChart.hs') diff --git a/src/GF/Parsing/IncrementalChart.hs b/src/GF/Parsing/IncrementalChart.hs index a040ddd60..a5d9f54b1 100644 --- a/src/GF/Parsing/IncrementalChart.hs +++ b/src/GF/Parsing/IncrementalChart.hs @@ -5,21 +5,22 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/21 14:17:42 $ +-- > CVS $Date: 2005/03/21 22:31:49 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.1 $ +-- > CVS $Revision: 1.2 $ -- -- Implementation of /incremental/ deductive parsing, -- i.e. parsing one word at the time. ----------------------------------------------------------------------------- -module GF.Parsing.IncrementalChart (-- * Type definitions - IncrementalChart, - -- * Functions - buildChart, - chartList - ) where +module GF.Parsing.IncrementalChart + (-- * Type definitions + IncrementalChart, + -- * Functions + buildChart, + chartList + ) where import Array import GF.Data.SortedList -- cgit v1.2.3