summaryrefslogtreecommitdiff
path: root/src/GF/CFGM/ParCFG.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/CFGM/ParCFG.hs')
-rw-r--r--src/GF/CFGM/ParCFG.hs16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/GF/CFGM/ParCFG.hs b/src/GF/CFGM/ParCFG.hs
index 96a7ecd93..d40de2896 100644
--- a/src/GF/CFGM/ParCFG.hs
+++ b/src/GF/CFGM/ParCFG.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
{-# OPTIONS -fglasgow-exts -cpp #-}
-- parser produced by Happy Version 1.13
@@ -464,7 +478,7 @@ happyError ts =
myLexer = tokens
{-# LINE 1 "GenericTemplate.hs" #-}
--- $Id: ParCFG.hs,v 1.3 2004/09/29 16:53:46 bringert Exp $
+-- $Id: ParCFG.hs,v 1.4 2005/02/04 10:10:30 peb Exp $