summaryrefslogtreecommitdiff
path: root/ghc/compiler/deSugar/DsListComp.hi
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/deSugar/DsListComp.hi')
-rw-r--r--ghc/compiler/deSugar/DsListComp.hi15
1 files changed, 0 insertions, 15 deletions
diff --git a/ghc/compiler/deSugar/DsListComp.hi b/ghc/compiler/deSugar/DsListComp.hi
deleted file mode 100644
index a682df8153..0000000000
--- a/ghc/compiler/deSugar/DsListComp.hi
+++ /dev/null
@@ -1,15 +0,0 @@
-{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
-interface DsListComp where
-import Bag(Bag)
-import CmdLineOpts(GlobalSwitch, SwitchResult)
-import CoreSyn(CoreExpr)
-import DsMonad(DsMatchContext)
-import HsExpr(Qual)
-import HsPat(TypecheckedPat)
-import Id(Id)
-import PreludePS(_PackedString)
-import SplitUniq(SplitUniqSupply)
-import SrcLoc(SrcLoc)
-import UniqFM(UniqFM)
-dsListComp :: CoreExpr Id Id -> [Qual Id TypecheckedPat] -> SplitUniqSupply -> SrcLoc -> (GlobalSwitch -> SwitchResult) -> (_PackedString, _PackedString) -> UniqFM (CoreExpr Id Id) -> Bag DsMatchContext -> (CoreExpr Id Id, Bag DsMatchContext)
-