X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcMonoBnds.hi;fp=ghc%2Fcompiler%2Ftypecheck%2FTcMonoBnds.hi;h=abe09ba7c9ddc7fa828d239a6e57d4a420f3e46f;hb=e7d21ee4f8ac907665a7e170c71d59e13a01da09;hp=0000000000000000000000000000000000000000;hpb=e48474bff05e6cfb506660420f025f694c870d38;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcMonoBnds.hi b/ghc/compiler/typecheck/TcMonoBnds.hi new file mode 100644 index 0000000..abe09ba --- /dev/null +++ b/ghc/compiler/typecheck/TcMonoBnds.hi @@ -0,0 +1,19 @@ +{-# GHC_PRAGMA INTERFACE VERSION 5 #-} +interface TcMonoBnds where +import Bag(Bag) +import CmdLineOpts(GlobalSwitch) +import E(E) +import HsBinds(MonoBinds) +import HsPat(InPat, TypecheckedPat) +import Id(Id) +import LIE(LIE) +import Name(Name) +import Pretty(PprStyle, PrettyRep) +import SplitUniq(SplitUniqSupply) +import SrcLoc(SrcLoc) +import Subst(Subst) +import TcMonad(TcResult) +import UniType(UniType) +tcMonoBinds :: E -> MonoBinds Name (InPat Name) -> (GlobalSwitch -> Bool) -> [UniType] -> Subst -> SplitUniqSupply -> Bag (PprStyle -> Int -> Bool -> PrettyRep) -> SrcLoc -> TcResult (MonoBinds Id TypecheckedPat, LIE) + {-# GHC_PRAGMA _A_ 2 _U_ 21222222 _N_ _S_ "LS" _N_ _N_ #-} +