summaryrefslogtreecommitdiff
path: root/src/GF/UseGrammar/Custom.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-10-02 19:16:38 +0000
committeraarne <aarne@cs.chalmers.se>2006-10-02 19:16:38 +0000
commit2f284deb1ce3071b86efcabb5e57028cc5d2c52f (patch)
tree8253656660c9c4e36dc21bd7fe4f29d132f599f5 /src/GF/UseGrammar/Custom.hs
parent514f732d16f0c0d3bd87f14431dc468040141590 (diff)
gfcc.txt almost ready
Diffstat (limited to 'src/GF/UseGrammar/Custom.hs')
-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 148cd49fe..de0c1ba51 100644
--- a/src/GF/UseGrammar/Custom.hs
+++ b/src/GF/UseGrammar/Custom.hs
@@ -345,6 +345,7 @@ customMultiGrammarPrinter =
[
(strCI "gfcm", const MC.prCanon)
,(strCI "gfcc", const GFCC.prCanon2gfcc)
+ ,(strCI "f_gfcc", const GFCC.prCanon2f_gfcc)
,(strCI "header", const (MC.prCanonMGr . unoptimizeCanon))
,(strCI "cfgm", prCanonAsCFGM)
,(strCI "graph", visualizeCanonGrammar)