summaryrefslogtreecommitdiff
path: root/ghc/compiler/ndpFlatten/Flattening.hs
diff options
context:
space:
mode:
authorsimonpj <unknown>2003-07-02 14:59:12 +0000
committersimonpj <unknown>2003-07-02 14:59:12 +0000
commit05afb7485eea44d6410139f8a20c94b6f66c46f2 (patch)
tree0cec8c549f5f169bffafdf0a5faf336fd6ebee1c /ghc/compiler/ndpFlatten/Flattening.hs
parente34efb9815ab7b2cf06ac940fe10ff25c24c9631 (diff)
downloadhaskell-05afb7485eea44d6410139f8a20c94b6f66c46f2.tar.gz
[project @ 2003-07-02 14:59:00 by simonpj]
Some random import trimming
Diffstat (limited to 'ghc/compiler/ndpFlatten/Flattening.hs')
-rw-r--r--ghc/compiler/ndpFlatten/Flattening.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/ndpFlatten/Flattening.hs b/ghc/compiler/ndpFlatten/Flattening.hs
index 51a5d9a944..4f0f86b53a 100644
--- a/ghc/compiler/ndpFlatten/Flattening.hs
+++ b/ghc/compiler/ndpFlatten/Flattening.hs
@@ -56,7 +56,7 @@ module Flattening (
-- friends
import NDPCoreUtils (tupleTyArgs, funTyArgs, parrElemTy, isDefault,
- isLit, mkPArrTy, mkTuple, isSimpleExpr, boolTy, substIdEnv)
+ isLit, mkPArrTy, mkTuple, isSimpleExpr, substIdEnv)
import FlattenMonad (Flatten, runFlatten, mkBind, extendContext, packContext,
liftVar, liftConst, intersectWithContext, mk'fst,
mk'lengthP, mk'replicateP, mk'mapP, mk'bpermuteDftP,