From 6aacec3591e0e6e1d3ddca4605f6467e302cb65f Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Mon, 24 Sep 2007 08:12:11 +0000 Subject: remove FTypes module and move all definitions to Formalism.FCFG --- src/GF/FCFG/ToFCFG.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/GF/FCFG') diff --git a/src/GF/FCFG/ToFCFG.hs b/src/GF/FCFG/ToFCFG.hs index 790993487..57e67113d 100644 --- a/src/GF/FCFG/ToFCFG.hs +++ b/src/GF/FCFG/ToFCFG.hs @@ -11,7 +11,6 @@ module GF.FCFG.ToFCFG (printFGrammar) where import GF.Formalism.FCFG import GF.Formalism.SimpleGFC -import GF.Conversion.FTypes import GF.Infra.Ident import qualified GF.FCFG.AbsFCFG as F @@ -31,7 +30,7 @@ import GF.Infra.Print type FToken = String -- this is the main function used -printFGrammar :: FCFGrammar FCat FName FToken -> String +printFGrammar :: FGrammar -> String printFGrammar = undefined {- printTree . fgrammar fgrammar :: FCFGrammar FCat Name FToken -> F.FGrammar -- cgit v1.2.3