diff options
Diffstat (limited to 'src/GF/OldParsing/MCFGrammar.hs')
| -rw-r--r-- | src/GF/OldParsing/MCFGrammar.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF/OldParsing/MCFGrammar.hs b/src/GF/OldParsing/MCFGrammar.hs index 350c574a7..ff9d7de1b 100644 --- a/src/GF/OldParsing/MCFGrammar.hs +++ b/src/GF/OldParsing/MCFGrammar.hs @@ -5,15 +5,15 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/11 13:52:54 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.1 $ +-- > CVS $Date: 2005/04/21 16:22:48 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.2 $ -- -- Definitions of multiple context-free grammars, -- parser information and chart conversion ----------------------------------------------------------------------------- -module GF.OldParsing.MCFGrammar +module GF.OldParsing.MCFGrammar (-- * Type definitions Grammar, Rule(..), |
