mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Comment out some dead code found with -fwarn-unused-binds
Also fixed some warnings and tightened some imports
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user