git.haskell.org
/
ghc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
White space wibble only
[ghc.git]
/
compiler
/
typecheck
/
TcFlatten.hs
diff --git
a/compiler/typecheck/TcFlatten.hs
b/compiler/typecheck/TcFlatten.hs
index
5cb12bd
..
99eb915
100644
(file)
--- a/
compiler/typecheck/TcFlatten.hs
+++ b/
compiler/typecheck/TcFlatten.hs
@@
-882,7
+882,7
@@
A "generalised substitution" S is a set of triples (a -f-> t), where
f is a flavour
such that
(WF1) if (a -f1-> t1) in S
-
(a -f2-> t2) in S
+ (a -f2-> t2) in S
then neither (f1 >= f2) nor (f2 >= f1) hold
(WF2) if (a -f-> t) is in S, then t /= a