Comments and parens only
authorsimonpj@microsoft.com <unknown>
Tue, 21 Oct 2008 15:14:01 +0000 (15:14 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 21 Oct 2008 15:14:01 +0000 (15:14 +0000)
compiler/typecheck/TcSimplify.lhs

index 1e51ee0..97976a2 100644 (file)
@@ -977,7 +977,7 @@ makeImplicationBind :: InstLoc -> [TcTyVar]
 --     (ir1, .., irn) = f qtvs givens
 -- where f is (evidence for) the new implication constraint
 --     f :: forall qtvs. givens => (ir1, .., irn)
--- qtvs includes coercion variables.
+-- qtvs includes coercion variables
 --
 -- This binding must line up the 'rhs' in reduceImplication
 makeImplicationBind loc all_tvs
@@ -997,7 +997,7 @@ makeImplicationBind loc all_tvs
              name = mkInternalName uniq (mkVarOcc "ic") span
              implic_inst = ImplicInst { tci_name = name,
                                         tci_tyvars = all_tvs, 
-                                        tci_given = (eq_givens ++ dict_givens),
+                                        tci_given = eq_givens ++ dict_givens,
                                                        -- same order as binders
                                         tci_wanted = irreds, 
                                          tci_loc = loc }