[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / deSugar / DsGRHSs.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface DsGRHSs where
3 import Bag(Bag)
4 import CmdLineOpts(GlobalSwitch, SwitchResult)
5 import CoreSyn(CoreExpr)
6 import DsMonad(DsMatchContext, DsMatchKind)
7 import DsUtils(MatchResult)
8 import HsMatches(GRHS, GRHSsAndBinds)
9 import HsPat(TypecheckedPat)
10 import Id(Id)
11 import PreludePS(_PackedString)
12 import SplitUniq(SplitUniqSupply)
13 import SrcLoc(SrcLoc)
14 import UniType(UniType)
15 import UniqFM(UniqFM)
16 dsGRHSs :: UniType -> DsMatchKind -> [TypecheckedPat] -> [GRHS Id TypecheckedPat] -> SplitUniqSupply -> SrcLoc -> (GlobalSwitch -> SwitchResult) -> (_PackedString, _PackedString) -> UniqFM (CoreExpr Id Id) -> Bag DsMatchContext -> (MatchResult, Bag DsMatchContext)
17         {-# GHC_PRAGMA _A_ 10 _U_ 2221222222 _N_ _S_ "LLLS" _N_ _N_ #-}
18 dsGuarded :: GRHSsAndBinds Id TypecheckedPat -> SrcLoc -> SplitUniqSupply -> SrcLoc -> (GlobalSwitch -> SwitchResult) -> (_PackedString, _PackedString) -> UniqFM (CoreExpr Id Id) -> Bag DsMatchContext -> (CoreExpr Id Id, Bag DsMatchContext)
19         {-# GHC_PRAGMA _A_ 2 _U_ 12222222 _N_ _S_ "SL" _N_ _N_ #-}
20