summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpeb <unknown>2004-04-30 07:17:03 +0000
committerpeb <unknown>2004-04-30 07:17:03 +0000
commit181e12823019301bd483414de64e9f187f858807 (patch)
tree116086ee1dd569743e0dad4b2d3f7d0ea70d5fad /src
parentcbbb6d65c7bd05a0543c4e023610a2a9bbfe2054 (diff)
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/GF/UseGrammar/Custom.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs
index 03e66837d..66ba55934 100644
--- a/src/GF/UseGrammar/Custom.hs
+++ b/src/GF/UseGrammar/Custom.hs
@@ -169,6 +169,7 @@ customGrammarPrinter =
-- grammar conversions, (peb)
,(strCI "gfc_show", show . grammar2canon . stateGrammarST)
,(strCI "gfc_raw", prRaw . stateGrammarST)
+ ,(strCI "tnf", prCanon . convertCanonToTNF . stateGrammarST)
,(strCI "mcfg", prMCFG . convertCanonToMCFG . stateGrammarST)
,(strCI "mcfg_cf", prCF . convertCanonToCF . stateGrammarST)
,(strCI "mcfg_canon", prCanon . convertCanonToMCFG . stateGrammarST)