From df26b134fc13cee4c854afd4306d847873885270 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 3 Sep 2013 07:51:25 +0000 Subject: fix in the GF compiler and runtime which let us to define pre construct detecting whether this is the last token. --- src/compiler/GF/Compile/GeneratePMCFG.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler') diff --git a/src/compiler/GF/Compile/GeneratePMCFG.hs b/src/compiler/GF/Compile/GeneratePMCFG.hs index d34518cf6..9b8fb8765 100644 --- a/src/compiler/GF/Compile/GeneratePMCFG.hs +++ b/src/compiler/GF/Compile/GeneratePMCFG.hs @@ -379,7 +379,7 @@ convertTerm opts sel ctype (Alts s alts) strings (C u v) = strings u ++ strings v strings (Strs ss) = concatMap strings ss strings (EPatt p) = getPatts p - strings Empty = [] -- ?? + strings Empty = [""] strings t = bug $ "strings "++show t getPatts p = -- cgit v1.2.3