[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / deSugar / MatchCon.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface MatchCon where
3 import Bag(Bag)
4 import CmdLineOpts(GlobalSwitch, SwitchResult)
5 import CoreSyn(CoreExpr)
6 import DsMonad(DsMatchContext)
7 import DsUtils(EquationInfo, MatchResult)
8 import Id(Id)
9 import PreludePS(_PackedString)
10 import SplitUniq(SplitUniqSupply)
11 import SrcLoc(SrcLoc)
12 import UniqFM(UniqFM)
13 matchConFamily :: [Id] -> [EquationInfo] -> [EquationInfo] -> SplitUniqSupply -> SrcLoc -> (GlobalSwitch -> SwitchResult) -> (_PackedString, _PackedString) -> UniqFM (CoreExpr Id Id) -> Bag DsMatchContext -> (MatchResult, Bag DsMatchContext)
14         {-# GHC_PRAGMA _A_ 3 _U_ 122222222 _N_ _S_ "SSL" _N_ _N_ #-}
15