1
0
forked from GitHub/gf-core

Fixed module names and imports after giant file move.

This commit is contained in:
bringert
2005-04-21 15:21:02 +00:00
parent 8e44d9a8c1
commit 93af0c8535
209 changed files with 2038 additions and 2036 deletions

View File

@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
-- > CVS $Date: 2005/03/29 11:17:56 $
-- > CVS $Author: peb $
-- > CVS $Revision: 1.2 $
-- > CVS $Date: 2005/04/21 16:23:16 $
-- > CVS $Author: bringert $
-- > CVS $Revision: 1.3 $
--
-- Pretty-printing of parser objects
-----------------------------------------------------------------------------
@@ -19,11 +19,11 @@ module GF.Printing.PrintParser (Print(..),
) where
-- haskell modules:
import List (intersperse)
import Data.List (intersperse)
-- gf modules:
import Operations (Err(..))
import Ident (Ident(..))
import qualified PrintGFC as P
import GF.Data.Operations (Err(..))
import GF.Infra.Ident (Ident(..))
import qualified GF.Canon.PrintGFC as P
------------------------------------------------------------

View File

@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
-- > CVS $Date: 2005/03/29 11:17:56 $
-- > CVS $Author: peb $
-- > CVS $Revision: 1.2 $
-- > CVS $Date: 2005/04/21 16:23:17 $
-- > CVS $Author: bringert $
-- > CVS $Revision: 1.3 $
--
-- Instances for printing terms in a simplified format
-----------------------------------------------------------------------------
@@ -15,11 +15,11 @@
module GF.Printing.PrintSimplifiedTerm () where
import AbsGFC
import CF
import CFIdent
import GF.Canon.AbsGFC
import GF.CF.CF
import GF.CF.CFIdent
import GF.Printing.PrintParser
import qualified PrintGFC as P
import qualified GF.Canon.PrintGFC as P
instance Print Term where
prt (Arg arg) = prt arg