6f67f4b60381f9c46210f2d543e78e6e665bddc6
[ghc-hetmet.git] / ghc / compiler / typecheck / Spec.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface Spec where
3 import Bag(Bag)
4 import CmdLineOpts(GlobalSwitch)
5 import HsExpr(Expr)
6 import HsPat(TypecheckedPat)
7 import Id(Id)
8 import Inst(Inst, InstOrigin)
9 import LIE(LIE)
10 import Pretty(PprStyle, PrettyRep)
11 import SplitUniq(SplitUniqSupply)
12 import SrcLoc(SrcLoc)
13 import Subst(Subst)
14 import TyVar(TyVar)
15 import UniType(UniType)
16 specId :: Id -> (GlobalSwitch -> Bool) -> [UniType] -> Subst -> SplitUniqSupply -> Bag (PprStyle -> Int -> Bool -> PrettyRep) -> SrcLoc -> ((Expr Id TypecheckedPat, LIE, UniType), Subst, Bag (PprStyle -> Int -> Bool -> PrettyRep))
17         {-# GHC_PRAGMA _A_ 7 _U_ 2002222 _N_ _S_ "U(LSLL)AALLLL" {_A_ 5 _U_ 22222 _N_ _N_ _N_ _N_} _N_ _N_ #-}
18 specTy :: InstOrigin -> UniType -> (GlobalSwitch -> Bool) -> [UniType] -> Subst -> SplitUniqSupply -> Bag (PprStyle -> Int -> Bool -> PrettyRep) -> SrcLoc -> (([TyVar], [Inst], UniType), Subst, Bag (PprStyle -> Int -> Bool -> PrettyRep))
19         {-# GHC_PRAGMA _A_ 2 _U_ 22002120 _N_ _N_ _N_ _N_ #-}
20