From 4eb50f7192cbd760706608b84fafd7a1af9cf498 Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 6 Jan 2003 15:19:08 +0000 Subject: [PATCH] [project @ 2003-01-06 15:19:08 by simonpj] Spelling --- ghc/compiler/rename/RnBinds.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/rename/RnBinds.lhs b/ghc/compiler/rename/RnBinds.lhs index e777859..8710416 100644 --- a/ghc/compiler/rename/RnBinds.lhs +++ b/ghc/compiler/rename/RnBinds.lhs @@ -153,7 +153,7 @@ rnTopMonoBinds :: RdrNameMonoBinds -> RnM (RenamedHsBinds, FreeVars) -- Assumes the binders of the binding are in scope already --- Very like rnMonoBinds, bu checks for missing signatures too +-- Very like rnMonoBinds, but checks for missing signatures too rnTopMonoBinds mbinds sigs = bindPatSigTyVars (collectSigTysFromMonoBinds mbinds) $ -- 1.7.10.4