Improve error messages from type-checking data constructors
[ghc-hetmet.git] / compiler / typecheck / TcRnMonad.lhs
index 11e6bba..3c6c59e 100644 (file)
@@ -646,7 +646,7 @@ checkNoErrs main
   = do { (msgs, mb_res) <- tryTcLIE main
        ; addMessages msgs
        ; case mb_res of
-           Nothing   -> failM
+           Nothing  -> failM
            Just val -> return val
        }