X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcUnify.lhs;h=ecee5ac4e8a130a5ee7e842ab0a8127fe0ab4104;hp=2d9ffc169339232c689657a5f2c34ba694abf0ce;hb=bb7ffa1642e2110e26e1243c42a8a24adafa985d;hpb=bbdccd19b73a05be23578169da5aca5b13b50519 diff --git a/compiler/typecheck/TcUnify.lhs b/compiler/typecheck/TcUnify.lhs index 2d9ffc1..ecee5ac 100644 --- a/compiler/typecheck/TcUnify.lhs +++ b/compiler/typecheck/TcUnify.lhs @@ -1930,7 +1930,7 @@ checkExpectedKind ty act_kind exp_kind | otherwise = do (_errs, mb_r) <- tryTc (unifyKind exp_kind act_kind) case mb_r of - Just _ -> return () ; -- Unification succeeded + Just _ -> return () -- Unification succeeded Nothing -> do -- So there's definitely an error