[project @ 2003-09-09 08:50:50 by simonmar]
authorsimonmar <unknown>
Tue, 9 Sep 2003 08:50:50 +0000 (08:50 +0000)
committersimonmar <unknown>
Tue, 9 Sep 2003 08:50:50 +0000 (08:50 +0000)
Oops, forgot to commit this file with the new lexer.  M.() is no
longer legal.

ghc/compiler/typecheck/TcUnify.hi-boot-6

index 30f21f5..c1f9bca 100644 (file)
@@ -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 ()