From: simonmar Date: Tue, 9 Sep 2003 08:50:50 +0000 (+0000) Subject: [project @ 2003-09-09 08:50:50 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~482 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bef8904fd545889672c386007a2f35f6de589f70;p=ghc-hetmet.git [project @ 2003-09-09 08:50:50 by simonmar] Oops, forgot to commit this file with the new lexer. M.() is no longer legal. --- diff --git a/ghc/compiler/typecheck/TcUnify.hi-boot-6 b/ghc/compiler/typecheck/TcUnify.hi-boot-6 index 30f21f5..c1f9bca 100644 --- a/ghc/compiler/typecheck/TcUnify.hi-boot-6 +++ b/ghc/compiler/typecheck/TcUnify.hi-boot-6 @@ -3,6 +3,4 @@ module TcUnify where -- This boot file exists only to tie the knot between -- TcUnify and TcSimplify -unifyTauTy :: TcType.TcTauType -> TcType.TcTauType -> TcRnTypes.TcM GHC.Base.() - - +unifyTauTy :: TcType.TcTauType -> TcType.TcTauType -> TcRnTypes.TcM ()