X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcUnify.lhs;h=5fcaea6cf1bc25d61f67f2ea3c50d3096a72ee25;hp=e24ea65cfc28b8ebbc55d8b5ae15999414bfc9ed;hb=e68a891932d615590d9b1ab5752ada8142db5053;hpb=62c79599b7f5ae052309e22e0c188f2770e16c67 diff --git a/compiler/typecheck/TcUnify.lhs b/compiler/typecheck/TcUnify.lhs index e24ea65..5fcaea6 100644 --- a/compiler/typecheck/TcUnify.lhs +++ b/compiler/typecheck/TcUnify.lhs @@ -65,7 +65,7 @@ tcInfer tc_infer ; res <- tc_infer (mkTyVarTy box) ; res_ty <- readFilledBox box -- Guaranteed filled-in by now ; return (res, res_ty) } -\end{code} +\end{code} %************************************************************************