From 9a756a3ac10128bc60708d4f41e2379450adf57c Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 26 May 2005 13:18:17 +0000 Subject: romance Inf ; %, included --- src/GF/Source/GrammarToSource.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/GF/Source/GrammarToSource.hs') diff --git a/src/GF/Source/GrammarToSource.hs b/src/GF/Source/GrammarToSource.hs index e5929e614..8b10b7dee 100644 --- a/src/GF/Source/GrammarToSource.hs +++ b/src/GF/Source/GrammarToSource.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/05/25 10:41:59 $ --- > CVS $Author: bringert $ --- > CVS $Revision: 1.20 $ +-- > CVS $Date: 2005/05/26 14:18:17 $ +-- > CVS $Author: aarne $ +-- > CVS $Revision: 1.21 $ -- -- From internal source syntax to BNFC-generated (used for printing). ----------------------------------------------------------------------------- @@ -50,7 +50,7 @@ trModule (i,mo) = case mo of (mkTopDefs (concatMap trAnyDef (tree2list (jments m)) ++ map trFlag (flags m))) trExtend :: [Ident] -> P.Extend -trExtend i = ifNull P.NoExt (P.Ext . map tri) i +trExtend i = ifNull P.NoExt (P.Ext . map (P.IAll . tri)) i ---- IAll ---- this has to be completed with other mtys forName (MTConcrete a) = tri a -- cgit v1.2.3