Skip to content

Commit

Permalink
Tiny wibble to trace message
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Peyton Jones committed Apr 22, 2013
1 parent 72f8eab commit ffe9a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/typecheck/TcRnMonad.lhs
Expand Up @@ -1103,7 +1103,7 @@ traceTcConstraints :: String -> TcM ()
traceTcConstraints msg
= do { lie_var <- getConstraintVar
; lie <- readTcRef lie_var
; traceTc (msg ++ "LIE:") (ppr lie)
; traceTc (msg ++ ": LIE:") (ppr lie)
}
\end{code}

Expand Down

0 comments on commit ffe9a1e

Please sign in to comment.