summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2014-11-06 15:04:03 -0800
committerEdward Z. Yang <ezyang@cs.stanford.edu>2014-11-07 13:37:02 -0800
commitb60886891bd8faae066cbf8c5c2da775a049cd88 (patch)
tree50ab8c1ddb9be1fb3960a2f291e6c726a83a97c0
parenta2e7bbfe7656cf7dbf1af4da5c077ac0b5d41127 (diff)
downloadhaskell-b60886891bd8faae066cbf8c5c2da775a049cd88.tar.gz
Typofix.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
-rw-r--r--compiler/typecheck/FunDeps.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/FunDeps.lhs b/compiler/typecheck/FunDeps.lhs
index 36dc641910..6fb9b3f798 100644
--- a/compiler/typecheck/FunDeps.lhs
+++ b/compiler/typecheck/FunDeps.lhs
@@ -525,7 +525,7 @@ if s1 matches
checkFunDeps :: (InstEnv, InstEnv) -> ClsInst
-> Maybe [ClsInst] -- Nothing <=> ok
-- Just dfs <=> conflict with dfs
--- Check wheher adding DFunId would break functional-dependency constraints
+-- Check whether adding DFunId would break functional-dependency constraints
-- Used only for instance decls defined in the module being compiled
checkFunDeps inst_envs ispec
| null bad_fundeps = Nothing