diff options
Diffstat (limited to 'src/GF/CF/CFtoSRG.hs')
| -rw-r--r-- | src/GF/CF/CFtoSRG.hs | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/src/GF/CF/CFtoSRG.hs b/src/GF/CF/CFtoSRG.hs index 4437417e8..f8c7bddd5 100644 --- a/src/GF/CF/CFtoSRG.hs +++ b/src/GF/CF/CFtoSRG.hs @@ -1,7 +1,7 @@ ---------------------------------------------------------------------- -- | --- Module : (Module) --- Maintainer : (Maintainer) +-- Module : CFtoSRG +-- Maintainer : Markus Forsberg -- Stability : (stable) -- Portability : (portable) -- @@ -9,27 +9,12 @@ -- > CVS $Author $ -- > CVS $Revision $ -- --- (Description of the module) +-- This module prints a CF as a SRG (Speech Recognition Grammar). +-- Created : 21 January, 2001. +-- Modified : 16 April, 2004 by Aarne Ranta for GF 2. ----------------------------------------------------------------------------- -{- - ************************************************************** - GF Module - - Description : This module prints a CF as a SRG (Speech - Recognition Grammar). - - Author : Markus Forsberg (markus@cs.chalmers.se) - - License : GPL (GNU General Public License) - - Created : 21 January, 2001 - - Modified : 16 April, 2004 by Aarne Ranta for GF 2 - ************************************************************** --} - -module CFtoSRG where +module CFtoSRG (prSRG) where import Operations import CF |
