moved PGF.ToApi to GF.Compile.ToAPI

This commit is contained in:
aarne
2010-12-07 18:05:13 +00:00
parent 978e2e4241
commit dd6e0b1730
8 changed files with 12 additions and 10 deletions

View File

@@ -126,10 +126,7 @@ module PGF(
readProbabilitiesFromFile,
-- * Browsing
browse,
-- * ToAPI
exprToAPI,
stringToAPI
browse
) where
import PGF.CId
@@ -144,7 +141,6 @@ import PGF.Expr (Tree)
import PGF.Morphology
import PGF.Data
import PGF.Binary
import PGF.ToAPI
import qualified PGF.Forest as Forest
import qualified PGF.Parse as Parse