Comment out some dead code found with -fwarn-unused-binds

Also fixed some warnings and tightened some imports
This commit is contained in:
hallgren
2015-08-28 13:59:43 +00:00
parent f2952768d5
commit 5bfaf10de5
39 changed files with 122 additions and 116 deletions

View File

@@ -9,7 +9,6 @@ import GF.Command.Parse
import PGF.Internal(Expr(..))
import GF.Infra.UseIO(putStrLnE)
import GF.Text.Pretty(render)
import Control.Monad(when)
import qualified Data.Map as Map

View File

@@ -4,7 +4,7 @@ module GF.Command.TreeOperations (
treeChunks
) where
import PGF
import PGF(PGF,CId,compute,unApp,paraphrase)
import PGF.Internal(Expr(..),unAppForm)
import Data.List