[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcIfaceSig.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface TcIfaceSig where
3 import Bag(Bag)
4 import CmdLineOpts(GlobalSwitch)
5 import E(E)
6 import HsBinds(Sig)
7 import Id(Id)
8 import Name(Name)
9 import Pretty(PprStyle, PrettyRep)
10 import SplitUniq(SplitUniqSupply)
11 import SrcLoc(SrcLoc)
12 import TcMonad(Baby_TcResult)
13 tcInterfaceSigs :: E -> [Sig Name] -> (GlobalSwitch -> Bool) -> SplitUniqSupply -> Bag (PprStyle -> Int -> Bool -> PrettyRep) -> SrcLoc -> Baby_TcResult [(Name, Id)]
14         {-# GHC_PRAGMA _A_ 6 _U_ 212122 _N_ _S_ "LSLLLL" _N_ _N_ #-}
15