[commit: ghc] master: White space only (427e205)
git at git.haskell.org
git at git.haskell.org
Fri May 23 06:49:34 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/427e205b68d166cc99bd71ed7077b40bcf20e53c/ghc
>---------------------------------------------------------------
commit 427e205b68d166cc99bd71ed7077b40bcf20e53c
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri May 23 07:48:52 2014 +0100
White space only
>---------------------------------------------------------------
427e205b68d166cc99bd71ed7077b40bcf20e53c
compiler/typecheck/FunDeps.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/FunDeps.lhs b/compiler/typecheck/FunDeps.lhs
index 09e143c..e5cd356 100644
--- a/compiler/typecheck/FunDeps.lhs
+++ b/compiler/typecheck/FunDeps.lhs
@@ -561,7 +561,7 @@ if s1 matches
\begin{code}
checkFunDeps :: (InstEnv, InstEnv) -> ClsInst
-> Maybe [ClsInst] -- Nothing <=> ok
- -- Just dfs <=> conflict with dfs
+ -- Just dfs <=> conflict with dfs
-- Check wheher adding DFunId would break functional-dependency constraints
-- Used only for instance decls defined in the module being compiled
checkFunDeps inst_envs ispec
More information about the ghc-commits
mailing list