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/UseGrammar/Tokenize.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/UseGrammar/Tokenize.hs')
| -rw-r--r-- | src/GF/UseGrammar/Tokenize.hs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/GF/UseGrammar/Tokenize.hs b/src/GF/UseGrammar/Tokenize.hs index da4d419b3..6a8119ac0 100644 --- a/src/GF/UseGrammar/Tokenize.hs +++ b/src/GF/UseGrammar/Tokenize.hs @@ -5,15 +5,15 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/04 17:29:18 $ --- > CVS $Author: aarne $ --- > CVS $Revision: 1.12 $ +-- > CVS $Date: 2005/04/21 16:23:52 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.13 $ -- -- lexers = tokenizers, to prepare input for GF grammars. AR 4\/1\/2002. -- an entry for each is included in 'Custom.customTokenizer' ----------------------------------------------------------------------------- -module Tokenize ( tokWords, +module GF.UseGrammar.Tokenize ( tokWords, tokLits, tokVars, lexHaskell, @@ -24,11 +24,11 @@ module Tokenize ( tokWords, lexTextLiteral, ) where -import Operations +import GF.Data.Operations ---- import UseGrammar (isLiteral,identC) -import CFIdent +import GF.CF.CFIdent -import Char +import Data.Char -- lexers = tokenizers, to prepare input for GF grammars. AR 4/1/2002 -- an entry for each is included in Custom.customTokenizer |
