summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcMType.hs
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2019-03-18 19:31:19 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-03-19 23:28:42 -0400
commit6a47414f0cc6d538fbec7ca537ad36fbcc1a2480 (patch)
tree3b51c6d6666416c1f0d914bee4438408adac3bfc /compiler/typecheck/TcMType.hs
parent98ff1a5696dd10233229c790eb9642a26e13a9a3 (diff)
downloadhaskell-6a47414f0cc6d538fbec7ca537ad36fbcc1a2480.tar.gz
Fix typos
Diffstat (limited to 'compiler/typecheck/TcMType.hs')
-rw-r--r--compiler/typecheck/TcMType.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcMType.hs b/compiler/typecheck/TcMType.hs
index e46cb50d57..a31561100d 100644
--- a/compiler/typecheck/TcMType.hs
+++ b/compiler/typecheck/TcMType.hs
@@ -1084,7 +1084,7 @@ Note [CandidatesQTvs determinism and order]
accumulating-parameter style for candidateQTyVarsOfType so that we
add variables one at a time, left to right. That means we tend to
produce the variables in left-to-right order. This is just to make
- it bit more predicatable for the programmer.
+ it bit more predictable for the programmer.
Note [Naughty quantification candidates]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~