From 73b0f9dbabde5363e7386e2efcc30d6248f5ff19 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 8 Mar 2005 17:08:58 +0000 Subject: auto-insert default lincat; eliminate deps bug; less verbosity in import; take away word order variants in Scand --- src/GF/Compile/ModDeps.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/GF/Compile/ModDeps.hs') diff --git a/src/GF/Compile/ModDeps.hs b/src/GF/Compile/ModDeps.hs index eaf5d7daf..6e38d9e3b 100644 --- a/src/GF/Compile/ModDeps.hs +++ b/src/GF/Compile/ModDeps.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/02/18 19:21:09 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.11 $ +-- > CVS $Date: 2005/03/08 18:08:58 $ +-- > CVS $Author: aarne $ +-- > CVS $Revision: 1.12 $ -- -- Check correctness of module dependencies. Incomplete. -- @@ -74,7 +74,7 @@ moduleDeps ms = mapM deps ms where ModMod m -> case mtype m of MTConcrete a -> do aty <- lookupModuleType gr a - testErr (aty == MTAbstract) "the for-module is not an abstract syntax" + testErr (aty == MTAbstract) "the of-module is not an abstract syntax" chDep (IdentM c (MTConcrete a)) (extends m) (MTConcrete a) (opens m) MTResource t -> chDep (IdentM c t) (extends m) t (opens m) t -- cgit v1.2.3