diff options
| author | peb <unknown> | 2005-03-29 10:17:53 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-03-29 10:17:53 +0000 |
| commit | 67aa6e7a81d8d22ff8409ed59fab7bacde2312a6 (patch) | |
| tree | 1759bd8e1b314e2b98ffb0a6116e2a1fb515908d /src/GF/Parsing/ParseCFG | |
| parent | ccf6017b030fcefd5964979f1b6d55e722616ef7 (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/Parsing/ParseCFG')
| -rw-r--r-- | src/GF/Parsing/ParseCFG/General.hs | 8 | ||||
| -rw-r--r-- | src/GF/Parsing/ParseCFG/Incremental.hs | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/GF/Parsing/ParseCFG/General.hs b/src/GF/Parsing/ParseCFG/General.hs index a1cd21c2c..5e37635a5 100644 --- a/src/GF/Parsing/ParseCFG/General.hs +++ b/src/GF/Parsing/ParseCFG/General.hs @@ -1,13 +1,13 @@ ---------------------------------------------------------------------- -- | --- Module : CFParserGeneral +-- Module : ParseCFG.General -- Maintainer : Peter Ljunglöf -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/21 22:31:54 $ +-- > CVS $Date: 2005/03/29 11:17:55 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.1 $ +-- > CVS $Revision: 1.2 $ -- -- Several implementations of CFG chart parsing ----------------------------------------------------------------------------- @@ -15,7 +15,7 @@ module GF.Parsing.ParseCFG.General (parse, Strategy) where -import Tracing +import GF.System.Tracing import GF.Parsing.Utilities import GF.Parsing.CFGrammar diff --git a/src/GF/Parsing/ParseCFG/Incremental.hs b/src/GF/Parsing/ParseCFG/Incremental.hs index b5f91aec5..ed08d581e 100644 --- a/src/GF/Parsing/ParseCFG/Incremental.hs +++ b/src/GF/Parsing/ParseCFG/Incremental.hs @@ -1,13 +1,13 @@ ---------------------------------------------------------------------- -- | --- Module : CFParserIncremental +-- Module : ParseCFG.Incremental -- Maintainer : PL -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/21 22:31:54 $ +-- > CVS $Date: 2005/03/29 11:17:55 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.1 $ +-- > CVS $Revision: 1.2 $ -- -- Incremental chart parsing for context-free grammars ----------------------------------------------------------------------------- @@ -17,7 +17,7 @@ module GF.Parsing.ParseCFG.Incremental (parse, Strategy) where -import Tracing +import GF.System.Tracing import GF.Printing.PrintParser -- haskell modules: |
