[commit: ghc] master: Typofix. (57ef18a)
git at git.haskell.org
git at git.haskell.org
Thu Mar 2 23:59:34 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/57ef18a291587999f695e28aa0cdc007d63054c5/ghc
>---------------------------------------------------------------
commit 57ef18a291587999f695e28aa0cdc007d63054c5
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Wed Mar 1 14:21:48 2017 -0800
Typofix.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
57ef18a291587999f695e28aa0cdc007d63054c5
compiler/typecheck/TcValidity.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcValidity.hs b/compiler/typecheck/TcValidity.hs
index 4a56bbe..12d4158 100644
--- a/compiler/typecheck/TcValidity.hs
+++ b/compiler/typecheck/TcValidity.hs
@@ -658,7 +658,7 @@ applying the instance decl would show up two uses of ?x. Trac #8912.
-}
checkValidTheta :: UserTypeCtxt -> ThetaType -> TcM ()
--- Assumes arguemt is fully zonked
+-- Assumes argument is fully zonked
checkValidTheta ctxt theta
= do { env <- tcInitOpenTidyEnv (tyCoVarsOfTypesList theta)
; addErrCtxtM (checkThetaCtxt ctxt theta) $
More information about the ghc-commits
mailing list