From 422b626a361c08b911471c04159931756887335c Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 28 Sep 2004 11:55:10 +0000 Subject: revising tex --- src/GF/UseGrammar/Custom.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/GF/UseGrammar/Custom.hs') diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs index 643c16661..9119b8f36 100644 --- a/src/GF/UseGrammar/Custom.hs +++ b/src/GF/UseGrammar/Custom.hs @@ -194,8 +194,9 @@ customGrammarPrinter = ,(strCI "gsl", \s -> let opts = stateOptions s name = cncId s in gslPrinter name opts $ Cnv.cfg $ statePInfo s) - ,(strCI "lbnf", prLBNF . stateCF) - ,(strCI "bnf", prBNF . stateCF) + ,(strCI "plbnf", prLBNF True) + ,(strCI "lbnf", prLBNF False) + ,(strCI "bnf", prBNF False) ,(strCI "haskell", grammar2haskell . stateGrammarST) ,(strCI "morpho", prMorpho . stateMorpho) ,(strCI "fullform",prFullForm . stateMorpho) -- cgit v1.2.3