diff options
| author | bringert <unknown> | 2005-04-21 15:21:02 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-04-21 15:21:02 +0000 |
| commit | 5c9917ff8d18ddaefd5a8bf4b223009747477fd8 (patch) | |
| tree | 46345cb91a8e0fa626a0bf4c03af8f8ef4cad09f /src/GF/OldParsing/ParseMCFG/Basic.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/OldParsing/ParseMCFG/Basic.hs')
| -rw-r--r-- | src/GF/OldParsing/ParseMCFG/Basic.hs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/GF/OldParsing/ParseMCFG/Basic.hs b/src/GF/OldParsing/ParseMCFG/Basic.hs index 7b0d01dde..baf7e4b2a 100644 --- a/src/GF/OldParsing/ParseMCFG/Basic.hs +++ b/src/GF/OldParsing/ParseMCFG/Basic.hs @@ -5,19 +5,19 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/11 13:52:57 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.1 $ +-- > CVS $Date: 2005/04/21 16:23:03 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.2 $ -- -- Simplest possible implementation of MCFG chart parsing ----------------------------------------------------------------------------- -module GF.OldParsing.ParseMCFG.Basic +module GF.OldParsing.ParseMCFG.Basic (parse) where import GF.System.Tracing -import Ix +import Data.Ix import GF.OldParsing.Utilities import GF.OldParsing.MCFGrammar import GF.OldParsing.GeneralChart |
