From e620ffbd9432fc9ab4f3174ecf9c117db27af772 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 23 Oct 2003 15:09:07 +0000 Subject: Working with interfaces and incomplete modules. --- src/GF/Compile/RemoveLiT.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/GF/Compile/RemoveLiT.hs') diff --git a/src/GF/Compile/RemoveLiT.hs b/src/GF/Compile/RemoveLiT.hs index 0e45be8c0..8dfaf412b 100644 --- a/src/GF/Compile/RemoveLiT.hs +++ b/src/GF/Compile/RemoveLiT.hs @@ -21,9 +21,9 @@ removeLiT gr = liftM MGrammar $ mapM (remlModule gr) (modules gr) remlModule :: SourceGrammar -> (Ident,SourceModInfo) -> Err (Ident,SourceModInfo) remlModule gr mi@(name,mod) = case mod of - ModMod (Module mt fs me ops js) -> do + ModMod (Module mt st fs me ops js) -> do js1 <- mapMTree (remlResInfo gr) js - let mod2 = ModMod $ Module mt fs me ops js1 + let mod2 = ModMod $ Module mt st fs me ops js1 return $ (name,mod2) _ -> return mi -- cgit v1.2.3