summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Command
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/GF/Command')
-rw-r--r--src/compiler/GF/Command/Commands.hs18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/compiler/GF/Command/Commands.hs b/src/compiler/GF/Command/Commands.hs
index 172aa9641..093fef0dc 100644
--- a/src/compiler/GF/Command/Commands.hs
+++ b/src/compiler/GF/Command/Commands.hs
@@ -13,17 +13,17 @@ module GF.Command.Commands (
import Prelude hiding (putStrLn)
import PGF
-import PGF.CId
-import PGF.Linearize
-import PGF.VisualizeTree
-import PGF.Macros
-import PGF.Data ----
-import PGF.Morphology
-import PGF.Printer
-import PGF.Probabilistic -- (getProbsFromFile,prProbabilities,defaultProbabilities)
+
+import PGF.VisualizeTree(graphvizParseTreeOld,getDepLabels)
+import PGF.Macros(lookStartCat,functionsToCat,lookValCat,restrictPGF,hasLin)
+import PGF.Data(abstract,funs,cats,Literal(LStr),Expr(EFun,ELit)) ----
+import PGF.Morphology(isInMorpho,morphoKnown)
+import PGF.Printer(ppFun,ppCat)
+import PGF.Probabilistic(rankTreesByProbs,probTree,setProbabilities)
import PGF.Generate (generateRandomFrom) ----
import PGF.Tree (Tree(Fun), expr2tree, tree2expr)
-import PGF.Optimize
+import PGF.Optimize(optimizePGF)
+
import GF.Compile.Export
import GF.Compile.ToAPI
import GF.Compile.ExampleBased