summaryrefslogtreecommitdiff
path: root/src/GF/Speech/TransformCFG.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Speech/TransformCFG.hs')
-rw-r--r--src/GF/Speech/TransformCFG.hs25
1 files changed, 4 insertions, 21 deletions
diff --git a/src/GF/Speech/TransformCFG.hs b/src/GF/Speech/TransformCFG.hs
index b61b3aa67..870325b9e 100644
--- a/src/GF/Speech/TransformCFG.hs
+++ b/src/GF/Speech/TransformCFG.hs
@@ -5,33 +5,16 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/02/18 19:21:21 $
--- > CVS $Author: peb $
--- > CVS $Revision: 1.3 $
+-- > CVS $Date: 2005/02/22 13:35:19 $
+-- > CVS $Author: bringert $
+-- > CVS $Revision: 1.4 $
--
-- This module does some useful transformations on CFGs.
--
-- FIXME: remove cycles
-----------------------------------------------------------------------------
-{-
- **************************************************************
- GF Module
-
- Description : This module does some useful transformations
- on CFGs.
-
- Author : Björn Bringert (bringert@cs.chalmers.se)
-
- License : GPL (GNU General Public License)
-
- Created : September 13, 2004
-
- Modified :
- **************************************************************
--}
-
-module TransformCFG where
+module TransformCFG (makeNice, CFRule_) where
import Ident
import CFGrammar