[commit: ghc] master: Fix comment (14dfdf6)
git at git.haskell.org
git at git.haskell.org
Thu Jul 5 09:52:25 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/14dfdf6a0a3364e2d3ae6f6839ef65bb24df4ebf/ghc
>---------------------------------------------------------------
commit 14dfdf6a0a3364e2d3ae6f6839ef65bb24df4ebf
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Jul 3 08:51:21 2018 +0100
Fix comment
>---------------------------------------------------------------
14dfdf6a0a3364e2d3ae6f6839ef65bb24df4ebf
compiler/typecheck/TcSMonad.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcSMonad.hs b/compiler/typecheck/TcSMonad.hs
index 9aafbf3..0ac91a1 100644
--- a/compiler/typecheck/TcSMonad.hs
+++ b/compiler/typecheck/TcSMonad.hs
@@ -3188,7 +3188,7 @@ demoteUnfilledFmv fmv
-----------------------------
dischargeFunEq :: CtEvidence -> TcTyVar -> TcCoercion -> TcType -> TcS ()
--- (dischargeFunEqCan ev tv co ty)
+-- (dischargeFunEq tv co ty)
-- Preconditions
-- - ev :: F tys ~ tv is a CFunEqCan
-- - tv is a FlatMetaTv of FlatSkolTv
More information about the ghc-commits
mailing list