X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcExpr.hi-boot-5;fp=ghc%2Fcompiler%2Ftypecheck%2FTcExpr.hi-boot-5;h=13c267a5191a90b709a071e0ee2e29383adc4b92;hb=438596897ebbe25a07e1c82085cfbc5bdb00f09e;hp=0000000000000000000000000000000000000000;hpb=967cc47f37cb93a5e2b6df7822c9a646f0428247;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcExpr.hi-boot-5 b/ghc/compiler/typecheck/TcExpr.hi-boot-5 new file mode 100644 index 0000000..13c267a --- /dev/null +++ b/ghc/compiler/typecheck/TcExpr.hi-boot-5 @@ -0,0 +1,6 @@ +__interface TcExpr 1 0 where +__export TcExpr tcExpr ; +1 tcExpr :: __forall [_s] => + RnHsSyn.RenamedHsExpr + -> TcMonad.TcType _s + -> TcMonad.TcM _s (TcHsSyn.TcExpr _s, Inst.LIE _s) ;