From 3d76aecb4bb8038d8195c3ac6210fd5db5efdb64 Mon Sep 17 00:00:00 2001
From: simonpj <unknown>
Date: Fri, 14 Jul 2000 13:37:07 +0000
Subject: [PATCH] [project @ 2000-07-14 13:37:07 by simonpj] Add a type
 signature

---
 ghc/compiler/typecheck/TcClassDcl.lhs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ghc/compiler/typecheck/TcClassDcl.lhs b/ghc/compiler/typecheck/TcClassDcl.lhs
index 7b6765cf6222..3bcb58a06138 100644
--- a/ghc/compiler/typecheck/TcClassDcl.lhs
+++ b/ghc/compiler/typecheck/TcClassDcl.lhs
@@ -100,6 +100,7 @@ Death to "ExpandingDicts".
 %************************************************************************
 
 \begin{code}
+tcClassDecl1 :: ValueEnv -> RenamedTyClDecl -> TcM s (Name, TyThingDetails)
 tcClassDecl1 rec_env
       	     (ClassDecl context class_name
 			tyvar_names fundeps class_sigs def_methods pragmas 
-- 
GitLab