diff options
| author | aarne <unknown> | 2005-04-20 19:09:19 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-04-20 19:09:19 +0000 |
| commit | b60b42ccefb3dba990fba7b2d4e3391008602756 (patch) | |
| tree | 167a0213d1f720e3bb902aa4f88cf30c874eb817 /src/GF/UseGrammar | |
| parent | 78108f7817fbf3269bb75f278eb9a8540737873e (diff) | |
pg printnames
Diffstat (limited to 'src/GF/UseGrammar')
| -rw-r--r-- | src/GF/UseGrammar/Custom.hs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs index b597447ef..f237f92ad 100644 --- a/src/GF/UseGrammar/Custom.hs +++ b/src/GF/UseGrammar/Custom.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/18 14:55:33 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.56 $ +-- > CVS $Date: 2005/04/20 20:09:19 $ +-- > CVS $Author: aarne $ +-- > CVS $Revision: 1.57 $ -- -- A database for customizable GF shell commands. -- @@ -240,6 +240,7 @@ customGrammarPrinter = ,(strCI "fullform",prFullForm . stateMorpho) ,(strCI "opts", prOpts . stateOptions) ,(strCI "words", unwords . stateGrammarWords) + ,(strCI "printnames", C.prPrintnamesGrammar . stateGrammarST) {- ---- (strCI "gf", prt . st2grammar . stateGrammarST) -- DEFAULT ,(strCI "canon", showCanon "Lang" . stateGrammarST) |
