[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / deSugar / DsListComp.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface DsListComp where
3 import Bag(Bag)
4 import CmdLineOpts(GlobalSwitch, SwitchResult)
5 import CoreSyn(CoreExpr)
6 import DsMonad(DsMatchContext)
7 import HsExpr(Qual)
8 import HsPat(TypecheckedPat)
9 import Id(Id)
10 import PreludePS(_PackedString)
11 import SplitUniq(SplitUniqSupply)
12 import SrcLoc(SrcLoc)
13 import UniqFM(UniqFM)
14 dsListComp :: CoreExpr Id Id -> [Qual Id TypecheckedPat] -> SplitUniqSupply -> SrcLoc -> (GlobalSwitch -> SwitchResult) -> (_PackedString, _PackedString) -> UniqFM (CoreExpr Id Id) -> Bag DsMatchContext -> (CoreExpr Id Id, Bag DsMatchContext)
15         {-# GHC_PRAGMA _A_ 2 _U_ 22222222 _N_ _N_ _N_ _N_ #-}
16