From 873a160537bf72ead6cfcd6b739d4c7821eb4c85 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 12 Oct 2007 16:00:37 +0000 Subject: FCat is just a plain integer now --- src/GF/UseGrammar/Custom.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GF/UseGrammar') diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs index aad580a63..5b98936ca 100644 --- a/src/GF/UseGrammar/Custom.hs +++ b/src/GF/UseGrammar/Custom.hs @@ -299,7 +299,7 @@ customGrammarPrinter = -- grammar conversions: ,(strCI "mcfg", \_ -> Prt.prt . stateMCFG) - ,(strCI "fcfg", \_ -> Prt.prt . stateFCFG) + ,(strCI "fcfg", \_ -> Prt.prt . fst . stateFCFG) ,(strCI "cfg", \_ -> Prt.prt . stateCFG) ,(strCI "pinfo", \_ -> Prt.prt . statePInfo) ,(strCI "abstract", \_ -> Prt.prtAfter "\n" . Cnv.gfc2abstract . stateGrammarLang) -- cgit v1.2.3