summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/FD3.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-03-26 21:00:02 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-03-26 21:00:02 +0100
commit6dc6775590c85371c0d74249bdbcc8c51b9975ce (patch)
tree542198287994d792a04d2689549964f2fef2522a /testsuite/tests/typecheck/should_compile/FD3.stderr
parent6eb9500b3f0ad70db9d2f0bf7fc1a1fb9a2f8cf9 (diff)
downloadhaskell-6dc6775590c85371c0d74249bdbcc8c51b9975ce.tar.gz
Error message wibbles following TyClDecl/HsTyDefn refactoring
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/FD3.stderr')
-rw-r--r--testsuite/tests/typecheck/should_compile/FD3.stderr26
1 files changed, 13 insertions, 13 deletions
diff --git a/testsuite/tests/typecheck/should_compile/FD3.stderr b/testsuite/tests/typecheck/should_compile/FD3.stderr
index 9144b5fdb3..68639ce730 100644
--- a/testsuite/tests/typecheck/should_compile/FD3.stderr
+++ b/testsuite/tests/typecheck/should_compile/FD3.stderr
@@ -1,13 +1,13 @@
-
-FD3.hs:15:15:
- Couldn't match type `a' with `([Char], a)'
- `a' is a rigid type variable bound by
- the type signature for translate :: (String, a) -> A a
- at FD3.hs:14:23
- When using functional dependencies to combine
- MkA a a,
- arising from the dependency `a -> b'
- in the instance declaration at FD3.hs:12:10
- MkA ([Char], a) a, arising from a use of `mkA' at FD3.hs:15:15-17
- In the expression: mkA a
- In an equation for `translate': translate a = mkA a
+
+FD3.hs:15:15:
+ Couldn't match type `a' with `([Char], a)'
+ `a' is a rigid type variable bound by
+ the type signature for translate :: (String, a) -> A a
+ at FD3.hs:14:14
+ When using functional dependencies to combine
+ MkA a a,
+ arising from the dependency `a -> b'
+ in the instance declaration at FD3.hs:12:10
+ MkA ([Char], a) a, arising from a use of `mkA' at FD3.hs:15:15-17
+ In the expression: mkA a
+ In an equation for `translate': translate a = mkA a