From bef8904fd545889672c386007a2f35f6de589f70 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 9 Sep 2003 08:50:50 +0000 Subject: [PATCH] [project @ 2003-09-09 08:50:50 by simonmar] Oops, forgot to commit this file with the new lexer. M.() is no longer legal. --- ghc/compiler/typecheck/TcUnify.hi-boot-6 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 () -- 1.7.10.4