summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/ContextStack2.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2015-12-09 16:15:07 +0100
committerGabor Greif <ggreif@gmail.com>2015-12-09 16:19:34 +0100
commit688069ca83e949b9bde9883af7df26114e2f9bc0 (patch)
treebb1c1744b96e412ba552124c3bf6436661f8866f /testsuite/tests/typecheck/should_fail/ContextStack2.hs
parent83178931aa7e244b7c37860d03e2ab4a29d6a34e (diff)
downloadhaskell-688069ca83e949b9bde9883af7df26114e2f9bc0.tar.gz
More typos in comments/docs
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/ContextStack2.hs')
-rw-r--r--testsuite/tests/typecheck/should_fail/ContextStack2.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/ContextStack2.hs b/testsuite/tests/typecheck/should_fail/ContextStack2.hs
index 71d22c3241..f3f93eb912 100644
--- a/testsuite/tests/typecheck/should_fail/ContextStack2.hs
+++ b/testsuite/tests/typecheck/should_fail/ContextStack2.hs
@@ -22,7 +22,7 @@ t = undefined
* fsk ~ (TF a, TF Int)
(flatten lhs)
a ~ (TF a, TF Int)
- (flaten rhs)
+ (flatten rhs)
a ~ (fsk1, TF Int)
(wk) TF a ~ fsk1
@@ -50,4 +50,4 @@ t = undefined
(wk) TF Int ~ fsk2
TF fsk1 ~ fsk3
--} \ No newline at end of file
+-}