X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcMonoBnds.hi;fp=ghc%2Fcompiler%2Ftypecheck%2FTcMonoBnds.hi;h=0000000000000000000000000000000000000000;hb=6c381e873e222417d9a67aeec77b9555eca7b7a8;hp=640843d6d9b8b6e0d0062ca606699420834f2bac;hpb=8147a9f0bcc48ef0db1e91f8b985a4f5c3fed560;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcMonoBnds.hi b/ghc/compiler/typecheck/TcMonoBnds.hi deleted file mode 100644 index 640843d..0000000 --- a/ghc/compiler/typecheck/TcMonoBnds.hi +++ /dev/null @@ -1,18 +0,0 @@ -{-# 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) -