From c544ef31823c7d2c28c28cae408cca5d71e6978d Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 21 May 2008 13:10:54 +0000 Subject: use ByteString internally in Ident, CId and Label --- src-3.0/GF/Compile/Flatten.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-3.0/GF/Compile/Flatten.hs') diff --git a/src-3.0/GF/Compile/Flatten.hs b/src-3.0/GF/Compile/Flatten.hs index 6b25edebb..1168ca6da 100644 --- a/src-3.0/GF/Compile/Flatten.hs +++ b/src-3.0/GF/Compile/Flatten.hs @@ -42,7 +42,7 @@ mkRules conf f t = (fun f ty, lin f (takeWhile (/=':') t)) where args = mkArgs conf ts ty = concat [a ++ " -> " | a <- map snd args] ++ val (ts,val) = let tt = lexTerm t in (init tt,last tt) ---- f = mkIdent t +--- f = identV t fun c a = unwords [" fun", c, ":",a,";"] lin c a = unwords $ [" lin", c] ++ map fst args ++ ["=",a,";"] -- cgit v1.2.3