diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2007-09-24 08:12:11 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2007-09-24 08:12:11 +0000 |
| commit | 6aacec3591e0e6e1d3ddca4605f6467e302cb65f (patch) | |
| tree | b18525e17809f1bbef96c6778038085eb7bd8ea0 /src/GF/FCFG | |
| parent | 0cd5e62e836e8cb8d2b49f76bfb899081aa2366f (diff) | |
remove FTypes module and move all definitions to Formalism.FCFG
Diffstat (limited to 'src/GF/FCFG')
| -rw-r--r-- | src/GF/FCFG/ToFCFG.hs | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
