*** empty log message ***

This commit is contained in:
peb
2004-06-15 18:34:54 +00:00
parent aa9f1ee7a3
commit 9fae09a77c
2 changed files with 0 additions and 3 deletions

View File

@@ -177,10 +177,8 @@ customGrammarPrinter =
-- add your own grammar printers here
-- grammar conversions, (peb)
,(strCI "gfc_show", show . grammar2canon . stateGrammarST)
,(strCI "emcfg", Prt.prt . Cnv.emcfg . statePInfo)
,(strCI "mcfg", Prt.prt . Cnv.mcfg . statePInfo)
,(strCI "cfg", Prt.prt . Cnv.cfg . statePInfo)
,(strCI "emcfg_show", show . Cnv.emcfg . statePInfo)
,(strCI "mcfg_show", show . Cnv.mcfg . statePInfo)
,(strCI "cfg_show", show . Cnv.cfg . statePInfo)
--- also include printing via grammar2syntax!

View File

@@ -1 +0,0 @@
module Today where today = "Tue Jun 15 16:37:14 CEST 2004"