1
0
forked from GitHub/gf-core

Removed dead export list.

This commit is contained in:
bringert
2007-03-20 21:15:43 +00:00
parent 2230a28e21
commit fbe8282027

View File

@@ -14,12 +14,7 @@
-- peb thinks: most of this module should be moved to GF.Conversion...
-----------------------------------------------------------------------------
-- FIXME: lots of this stuff is used by CFGToFiniteState, thus
-- the missing explicit expot list.
module GF.Speech.TransformCFG {- (CFRule_, CFRules,
cfgToCFRules,
removeLeftRecursion,
removeEmptyCats, removeIdenticalRules) -} where
module GF.Speech.TransformCFG where
import GF.Canon.CanonToGFCC (mkCanon2gfcc)
import qualified GF.Canon.GFCC.AbsGFCC as C