[commit: ghc] master: Fix typos (402f201)
git at git.haskell.org
git at git.haskell.org
Tue May 10 14:42:57 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/402f201d617bdd296108b5f6afb17559d97cc7bb/ghc
>---------------------------------------------------------------
commit 402f201d617bdd296108b5f6afb17559d97cc7bb
Author: Bartosz Nitka <niteria at gmail.com>
Date: Tue May 10 07:45:55 2016 -0700
Fix typos
>---------------------------------------------------------------
402f201d617bdd296108b5f6afb17559d97cc7bb
compiler/typecheck/TcSMonad.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/typecheck/TcSMonad.hs b/compiler/typecheck/TcSMonad.hs
index 88f2f87..10fd0cc 100644
--- a/compiler/typecheck/TcSMonad.hs
+++ b/compiler/typecheck/TcSMonad.hs
@@ -679,13 +679,13 @@ Note [inert_model: the inert model]
any solution.
* Domain of the model = skolems + untouchables.
- A touchable unification variable wouuld have been unified first.
+ A touchable unification variable would have been unified first.
* The inert_eqs are all Given/Wanted. The Derived ones are in the
inert_model only.
* However inert_dicts, inert_funeqs, inert_irreds
- may well contain derived costraints.
+ may well contain derived constraints.
Note [inert_eqs: the inert equalities]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
More information about the ghc-commits
mailing list