summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/PGF.hs
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-12-07 18:05:13 +0000
committeraarne <aarne@chalmers.se>2010-12-07 18:05:13 +0000
commitdd6e0b17307475a614b3d36d7f0f0816968bfa40 (patch)
treefb7c8801e043e3faeab20f693ae7f049415cbb2c /src/runtime/haskell/PGF.hs
parent978e2e4241c02ef015e7cca274bebb0a19966191 (diff)
moved PGF.ToApi to GF.Compile.ToAPI
Diffstat (limited to 'src/runtime/haskell/PGF.hs')
-rw-r--r--src/runtime/haskell/PGF.hs6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/runtime/haskell/PGF.hs b/src/runtime/haskell/PGF.hs
index 197f10ab9..42ef8aaff 100644
--- a/src/runtime/haskell/PGF.hs
+++ b/src/runtime/haskell/PGF.hs
@@ -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