From 951cbb3a47a7e9edd77477beebd5ce547b21b67a Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Thu, 6 Jul 2006 16:51:02 +0000 Subject: [PATCH] Tiny comment change (darcs test only) --- compiler/typecheck/TcInstDcls.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/typecheck/TcInstDcls.lhs b/compiler/typecheck/TcInstDcls.lhs index 8b53e3e..c610594 100644 --- a/compiler/typecheck/TcInstDcls.lhs +++ b/compiler/typecheck/TcInstDcls.lhs @@ -51,7 +51,6 @@ pass, when the class-instance envs and GVE contain all the info from all the instance and value decls. Indeed that's the reason we need two passes over the instance decls. - Here is the overall algorithm. Assume that we have an instance declaration -- 1.7.10.4