[commit: ghc] master: comments only (86ea3b1)
git at git.haskell.org
git at git.haskell.org
Thu Jan 4 17:41:09 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/86ea3b1e261ad59dfa7ac13d422a4d657dc83e92/ghc
>---------------------------------------------------------------
commit 86ea3b1e261ad59dfa7ac13d422a4d657dc83e92
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Jan 4 16:14:56 2018 +0000
comments only
>---------------------------------------------------------------
86ea3b1e261ad59dfa7ac13d422a4d657dc83e92
compiler/typecheck/TcFlatten.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcFlatten.hs b/compiler/typecheck/TcFlatten.hs
index c4fc1df..bb7bb06 100644
--- a/compiler/typecheck/TcFlatten.hs
+++ b/compiler/typecheck/TcFlatten.hs
@@ -64,7 +64,7 @@ Note [The flattening story]
fmv ~ Int
we NEVER unify fmv.
- - A unification flatten-skolems, fmv, ONLY gets unified when either
+ - A unification flatten-skolem, fmv, ONLY gets unified when either
a) The CFunEqCan takes a step, using an axiom
b) By unflattenWanteds
They are never unified in any other form of equality.
More information about the ghc-commits
mailing list