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/Data/Glue.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/Data/Glue.hs')
| -rw-r--r-- | src/GF/Data/Glue.hs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/GF/Data/Glue.hs b/src/GF/Data/Glue.hs index eaa7244f0..b3a766418 100644 --- a/src/GF/Data/Glue.hs +++ b/src/GF/Data/Glue.hs @@ -5,18 +5,18 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/02/18 19:21:14 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.6 $ +-- > CVS $Date: 2005/04/21 16:22:02 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.7 $ -- -- AR 8-11-2003, using Markus Forsberg's implementation of Huet's @unglue@ ----------------------------------------------------------------------------- -module Glue (decomposeSimple) where +module GF.Data.Glue (decomposeSimple) where -import Trie2 -import Operations -import List +import GF.Data.Trie2 +import GF.Data.Operations +import Data.List decomposeSimple :: Trie Char a -> [Char] -> Err [[Char]] decomposeSimple t s = do |
