X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcSplice.hi-boot-6;h=c33439ef3711ce6231bfcc23b94bb524cf5db949;hb=2eb105009654588b2130997509645841800681b9;hp=aa73980e5a0e467f8f2b334c12f2f02503e7f24a;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcSplice.hi-boot-6 b/compiler/typecheck/TcSplice.hi-boot-6 index aa73980..c33439e 100644 --- a/compiler/typecheck/TcSplice.hi-boot-6 +++ b/compiler/typecheck/TcSplice.hi-boot-6 @@ -12,4 +12,6 @@ tcBracket :: HsExpr.HsBracket Name.Name -> TcRnTypes.TcM (HsExpr.LHsExpr Var.Id) tcSpliceDecls :: HsExpr.LHsExpr Name.Name - -> TcRnTypes.TcM [HsDecls.LHsDecl RdrName.RdrName] + +runQuasiQuoteExpr :: HsQuasiQuote Name.Name -> TcM (LHsExpr RdrName) +runQuasiQuotePat :: HsQuasiQuote Name -> TcM (LPat RdrName)