[commit: ghc] wip/tc-plugins: Update comments. (66fa545)

git at git.haskell.org git at git.haskell.org
Fri Oct 10 00:34:58 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/tc-plugins
Link       : http://ghc.haskell.org/trac/ghc/changeset/66fa5451f5baf86b7f6e6ff6ae01ec671b4f645c/ghc

>---------------------------------------------------------------

commit 66fa5451f5baf86b7f6e6ff6ae01ec671b4f645c
Author: Iavor S. Diatchki <diatchki at galois.com>
Date:   Thu Oct 9 17:35:00 2014 -0700

    Update comments.


>---------------------------------------------------------------

66fa5451f5baf86b7f6e6ff6ae01ec671b4f645c
 compiler/typecheck/TcRnTypes.lhs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/typecheck/TcRnTypes.lhs b/compiler/typecheck/TcRnTypes.lhs
index aa54941..6e6db1e 100644
--- a/compiler/typecheck/TcRnTypes.lhs
+++ b/compiler/typecheck/TcRnTypes.lhs
@@ -1939,8 +1939,8 @@ data TcPluginResult
   = TcPluginContradiction {- inconsistent -} [Ct]
                           {- all others   -} [Ct]
 
-  | TcPluginOk {- solved, non-empty -} [(EvTerm,Ct)]
-               {- not solved -}   [Ct]
+  | TcPluginOk {- solved -}       [(EvTerm,Ct)]
+               {- all others -}   [Ct]
                {- new work -}     [Ct]
 
 \end{code}



More information about the ghc-commits mailing list