[commit: ghc] master: Spelling in comments (a07898e)
git at git.haskell.org
git at git.haskell.org
Mon Jul 6 13:36:16 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a07898e47709d643ffba1bffd83411fc3146ed27/ghc
>---------------------------------------------------------------
commit a07898e47709d643ffba1bffd83411fc3146ed27
Author: Gabor Greif <ggreif at gmail.com>
Date: Tue Jun 23 16:35:20 2015 +0200
Spelling in comments
>---------------------------------------------------------------
a07898e47709d643ffba1bffd83411fc3146ed27
compiler/hsSyn/HsPat.hs | 2 +-
compiler/typecheck/TcHsType.hs | 2 +-
compiler/typecheck/TcSMonad.hs | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/compiler/hsSyn/HsPat.hs b/compiler/hsSyn/HsPat.hs
index c146133..09f669c 100644
--- a/compiler/hsSyn/HsPat.hs
+++ b/compiler/hsSyn/HsPat.hs
@@ -137,7 +137,7 @@ data Pat id
| ConPatOut {
pat_con :: Located ConLike,
- pat_arg_tys :: [Type], -- The univeral arg types, 1-1 with the universal
+ pat_arg_tys :: [Type], -- The universal arg types, 1-1 with the universal
-- tyvars of the constructor/pattern synonym
-- Use (conLikeResTy pat_con pat_arg_tys) to get
-- the type of the pattern
diff --git a/compiler/typecheck/TcHsType.hs b/compiler/typecheck/TcHsType.hs
index 677b5a8..53c0234 100644
--- a/compiler/typecheck/TcHsType.hs
+++ b/compiler/typecheck/TcHsType.hs
@@ -1242,7 +1242,7 @@ This is bad because throwing away the kind checked type throws away
its splices. But too bad for now. [July 03]
Historical note:
- We no longer specify that these type variables must be univerally
+ We no longer specify that these type variables must be universally
quantified (lots of email on the subject). If you want to put that
back in, you need to
a) Do a checkSigTyVars after thing_inside
diff --git a/compiler/typecheck/TcSMonad.hs b/compiler/typecheck/TcSMonad.hs
index a8e75c0..8c06cd9 100644
--- a/compiler/typecheck/TcSMonad.hs
+++ b/compiler/typecheck/TcSMonad.hs
@@ -763,7 +763,7 @@ The idea is that
have (a -fs-> a) in S, which contradicts (WF2).
* The extended substitution satisfies (WF1) and (WF2)
- - (K1) plus (L1) guarantee that the extended substiution satisfies (WF1).
+ - (K1) plus (L1) guarantee that the extended substitution satisfies (WF1).
- (T3) guarantees (WF2).
* (K2) is about inertness. Intuitively, any infinite chain T^0(f,t),
More information about the ghc-commits
mailing list