From b076da6047bf4c6b3d74a97c6c5fd59ed3bdd114 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 9 Feb 2011 17:49:14 +0000 Subject: [PATCH 1/1] Typo in comment --- compiler/typecheck/TcRnTypes.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/typecheck/TcRnTypes.lhs b/compiler/typecheck/TcRnTypes.lhs index dc7bf5e..96ca3b3 100644 --- a/compiler/typecheck/TcRnTypes.lhs +++ b/compiler/typecheck/TcRnTypes.lhs @@ -793,7 +793,7 @@ data Implication -- given evidence variables ic_wanted :: WantedConstraints, -- The wanted - ic_insol :: Bool, -- True iff insolubleWC ic_wantted is true + ic_insol :: Bool, -- True iff insolubleWC ic_wanted is true ic_binds :: EvBindsVar -- Points to the place to fill in the -- abstraction and bindings -- 1.7.10.4