X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcExpr.lhs;h=1ee7af1f0717888ab4fcf7ee3d426bc4fcf640c8;hb=06e14415fa8aef5be7d01314d08fcd87873cd0da;hp=4eb7e800fbdf3a8d2ac4a368a71ff7cbeab15c1c;hpb=56af76cc6a264621bfd18071f21e6a608e691e47;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcExpr.lhs b/ghc/compiler/typecheck/TcExpr.lhs index 4eb7e80..1ee7af1 100644 --- a/ghc/compiler/typecheck/TcExpr.lhs +++ b/ghc/compiler/typecheck/TcExpr.lhs @@ -632,7 +632,7 @@ tcMonoExpr (HsReify (Reify flavour name)) res_ty ReifyDecl -> DsMeta.decQTyConName ReifyType -> DsMeta.typQTyConName ReifyFixity -> pprPanic "tcMonoExpr: cant do reifyFixity yet" (ppr name) -#endif GHCI +#endif /* GHCI */ \end{code}