summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/perf/compiler')
-rw-r--r--testsuite/tests/perf/compiler/InstanceMatching.stderr4
-rw-r--r--testsuite/tests/perf/compiler/T9872a.stderr130
-rw-r--r--testsuite/tests/perf/compiler/T9872b.stderr46
-rw-r--r--testsuite/tests/perf/compiler/T9872b_defer.stderr4
-rw-r--r--testsuite/tests/perf/compiler/T9872c.stderr130
5 files changed, 157 insertions, 157 deletions
diff --git a/testsuite/tests/perf/compiler/InstanceMatching.stderr b/testsuite/tests/perf/compiler/InstanceMatching.stderr
index f4e978cf2e..d7b0eb155b 100644
--- a/testsuite/tests/perf/compiler/InstanceMatching.stderr
+++ b/testsuite/tests/perf/compiler/InstanceMatching.stderr
@@ -1,5 +1,5 @@
-Match.hs:1006:1: error:
- • No instance for (Show (F001 a)) arising from a use of ‘showsPrec’
+Match.hs:1007:1: error:
+ • No instance for ‘Show (F001 a)’ arising from a use of ‘showsPrec’
• In the first argument of ‘(.)’, namely ‘(showsPrec 11 b1)’
In the second argument of ‘(.)’, namely
diff --git a/testsuite/tests/perf/compiler/T9872a.stderr b/testsuite/tests/perf/compiler/T9872a.stderr
index 067dc35606..636f6b22d8 100644
--- a/testsuite/tests/perf/compiler/T9872a.stderr
+++ b/testsuite/tests/perf/compiler/T9872a.stderr
@@ -1,66 +1,66 @@
-T9872a.hs:17:8:
- No instance for (Show
- (Proxy
- (Cons
- (Cons
- (Cube G B W R B G)
- (Cons
- (Cube W G B W R R)
- (Cons (Cube R W R B G R) (Cons (Cube B R G G W W) Nil))))
- (Cons
- (Cons
- (Cube G B R W B G)
- (Cons
- (Cube R R W B G W)
- (Cons (Cube R G B R W R) (Cons (Cube W W G G R B) Nil))))
- (Cons
- (Cons
- (Cube G W R B B G)
- (Cons
- (Cube W B W R G R)
- (Cons (Cube R R B G W R) (Cons (Cube B G G W R W) Nil))))
- (Cons
- (Cons
- (Cube G R W B B G)
- (Cons
- (Cube R W B G R W)
- (Cons
- (Cube R B R W G R) (Cons (Cube W G G R W B) Nil))))
- (Cons
- (Cons
- (Cube G R B B W G)
- (Cons
- (Cube W W R G B R)
- (Cons
- (Cube R B G W R R)
- (Cons (Cube B G W R G W) Nil))))
- (Cons
- (Cons
- (Cube G W B B R G)
- (Cons
- (Cube R B G R W W)
- (Cons
- (Cube R R W G B R)
- (Cons (Cube W G R W G B) Nil))))
- (Cons
- (Cons
- (Cube G B B W R G)
- (Cons
- (Cube W R G B W R)
- (Cons
- (Cube R G W R B R)
- (Cons (Cube B W R G G W) Nil))))
- (Cons
- (Cons
- (Cube G B B R W G)
- (Cons
- (Cube R G R W B W)
- (Cons
- (Cube R W G B R R)
- (Cons (Cube W R W G G B) Nil))))
- Nil))))))))))
- arising from a use of ‘print’
- In the expression: print (Proxy :: Proxy (Solutions Cubes))
- In an equation for ‘main’:
- main = print (Proxy :: Proxy (Solutions Cubes))
+T9872a.hs:17:8: error:
+ • No instance for ‘Show
+ (Proxy
+ (Cons
+ (Cons
+ (Cube G B W R B G)
+ (Cons
+ (Cube W G B W R R)
+ (Cons (Cube R W R B G R) (Cons (Cube B R G G W W) Nil))))
+ (Cons
+ (Cons
+ (Cube G B R W B G)
+ (Cons
+ (Cube R R W B G W)
+ (Cons (Cube R G B R W R) (Cons (Cube W W G G R B) Nil))))
+ (Cons
+ (Cons
+ (Cube G W R B B G)
+ (Cons
+ (Cube W B W R G R)
+ (Cons (Cube R R B G W R) (Cons (Cube B G G W R W) Nil))))
+ (Cons
+ (Cons
+ (Cube G R W B B G)
+ (Cons
+ (Cube R W B G R W)
+ (Cons
+ (Cube R B R W G R) (Cons (Cube W G G R W B) Nil))))
+ (Cons
+ (Cons
+ (Cube G R B B W G)
+ (Cons
+ (Cube W W R G B R)
+ (Cons
+ (Cube R B G W R R)
+ (Cons (Cube B G W R G W) Nil))))
+ (Cons
+ (Cons
+ (Cube G W B B R G)
+ (Cons
+ (Cube R B G R W W)
+ (Cons
+ (Cube R R W G B R)
+ (Cons (Cube W G R W G B) Nil))))
+ (Cons
+ (Cons
+ (Cube G B B W R G)
+ (Cons
+ (Cube W R G B W R)
+ (Cons
+ (Cube R G W R B R)
+ (Cons (Cube B W R G G W) Nil))))
+ (Cons
+ (Cons
+ (Cube G B B R W G)
+ (Cons
+ (Cube R G R W B W)
+ (Cons
+ (Cube R W G B R R)
+ (Cons (Cube W R W G G B) Nil))))
+ Nil)))))))))’
+ arising from a use of ‘print’
+ • In the expression: print (Proxy :: Proxy (Solutions Cubes))
+ In an equation for ‘main’:
+ main = print (Proxy :: Proxy (Solutions Cubes))
diff --git a/testsuite/tests/perf/compiler/T9872b.stderr b/testsuite/tests/perf/compiler/T9872b.stderr
index 6224056185..308809568a 100644
--- a/testsuite/tests/perf/compiler/T9872b.stderr
+++ b/testsuite/tests/perf/compiler/T9872b.stderr
@@ -1,24 +1,24 @@
-T9872b.hs:19:8:
- No instance for (Show
- (Proxy
- '[ '[ 'Cube 'G 'B 'W 'R 'B 'G, 'Cube 'W 'G 'B 'W 'R 'R,
- 'Cube 'R 'W 'R 'B 'G 'R, 'Cube 'B 'R 'G 'G 'W 'W],
- '[ 'Cube 'G 'B 'R 'W 'B 'G, 'Cube 'R 'R 'W 'B 'G 'W,
- 'Cube 'R 'G 'B 'R 'W 'R, 'Cube 'W 'W 'G 'G 'R 'B],
- '[ 'Cube 'G 'W 'R 'B 'B 'G, 'Cube 'W 'B 'W 'R 'G 'R,
- 'Cube 'R 'R 'B 'G 'W 'R, 'Cube 'B 'G 'G 'W 'R 'W],
- '[ 'Cube 'G 'R 'W 'B 'B 'G, 'Cube 'R 'W 'B 'G 'R 'W,
- 'Cube 'R 'B 'R 'W 'G 'R, 'Cube 'W 'G 'G 'R 'W 'B],
- '[ 'Cube 'G 'R 'B 'B 'W 'G, 'Cube 'W 'W 'R 'G 'B 'R,
- 'Cube 'R 'B 'G 'W 'R 'R, 'Cube 'B 'G 'W 'R 'G 'W],
- '[ 'Cube 'G 'W 'B 'B 'R 'G, 'Cube 'R 'B 'G 'R 'W 'W,
- 'Cube 'R 'R 'W 'G 'B 'R, 'Cube 'W 'G 'R 'W 'G 'B],
- '[ 'Cube 'G 'B 'B 'W 'R 'G, 'Cube 'W 'R 'G 'B 'W 'R,
- 'Cube 'R 'G 'W 'R 'B 'R, 'Cube 'B 'W 'R 'G 'G 'W],
- '[ 'Cube 'G 'B 'B 'R 'W 'G, 'Cube 'R 'G 'R 'W 'B 'W,
- 'Cube 'R 'W 'G 'B 'R 'R, 'Cube 'W 'R 'W 'G 'G 'B]]))
- arising from a use of ‘print’
- In the expression: print (Proxy :: Proxy (Solutions Cubes))
- In an equation for ‘main’:
- main = print (Proxy :: Proxy (Solutions Cubes))
+T9872b.hs:19:8: error:
+ • No instance for ‘Show
+ (Proxy
+ '[ '[ 'Cube 'G 'B 'W 'R 'B 'G, 'Cube 'W 'G 'B 'W 'R 'R,
+ 'Cube 'R 'W 'R 'B 'G 'R, 'Cube 'B 'R 'G 'G 'W 'W],
+ '[ 'Cube 'G 'B 'R 'W 'B 'G, 'Cube 'R 'R 'W 'B 'G 'W,
+ 'Cube 'R 'G 'B 'R 'W 'R, 'Cube 'W 'W 'G 'G 'R 'B],
+ '[ 'Cube 'G 'W 'R 'B 'B 'G, 'Cube 'W 'B 'W 'R 'G 'R,
+ 'Cube 'R 'R 'B 'G 'W 'R, 'Cube 'B 'G 'G 'W 'R 'W],
+ '[ 'Cube 'G 'R 'W 'B 'B 'G, 'Cube 'R 'W 'B 'G 'R 'W,
+ 'Cube 'R 'B 'R 'W 'G 'R, 'Cube 'W 'G 'G 'R 'W 'B],
+ '[ 'Cube 'G 'R 'B 'B 'W 'G, 'Cube 'W 'W 'R 'G 'B 'R,
+ 'Cube 'R 'B 'G 'W 'R 'R, 'Cube 'B 'G 'W 'R 'G 'W],
+ '[ 'Cube 'G 'W 'B 'B 'R 'G, 'Cube 'R 'B 'G 'R 'W 'W,
+ 'Cube 'R 'R 'W 'G 'B 'R, 'Cube 'W 'G 'R 'W 'G 'B],
+ '[ 'Cube 'G 'B 'B 'W 'R 'G, 'Cube 'W 'R 'G 'B 'W 'R,
+ 'Cube 'R 'G 'W 'R 'B 'R, 'Cube 'B 'W 'R 'G 'G 'W],
+ '[ 'Cube 'G 'B 'B 'R 'W 'G, 'Cube 'R 'G 'R 'W 'B 'W,
+ 'Cube 'R 'W 'G 'B 'R 'R, 'Cube 'W 'R 'W 'G 'G 'B]])’
+ arising from a use of ‘print’
+ • In the expression: print (Proxy :: Proxy (Solutions Cubes))
+ In an equation for ‘main’:
+ main = print (Proxy :: Proxy (Solutions Cubes))
diff --git a/testsuite/tests/perf/compiler/T9872b_defer.stderr b/testsuite/tests/perf/compiler/T9872b_defer.stderr
index 965f9e0c43..2dd3ba6dfd 100644
--- a/testsuite/tests/perf/compiler/T9872b_defer.stderr
+++ b/testsuite/tests/perf/compiler/T9872b_defer.stderr
@@ -1,6 +1,6 @@
T9872b_defer.hs:19:8: warning: [-Wdeferred-type-errors (in -Wdefault)]
- • No instance for (Show
+ • No instance for ‘Show
(Proxy
'[ '[ 'Cube 'G 'B 'W 'R 'B 'G, 'Cube 'W 'G 'B 'W 'R 'R,
'Cube 'R 'W 'R 'B 'G 'R, 'Cube 'B 'R 'G 'G 'W 'W],
@@ -17,7 +17,7 @@ T9872b_defer.hs:19:8: warning: [-Wdeferred-type-errors (in -Wdefault)]
'[ 'Cube 'G 'B 'B 'W 'R 'G, 'Cube 'W 'R 'G 'B 'W 'R,
'Cube 'R 'G 'W 'R 'B 'R, 'Cube 'B 'W 'R 'G 'G 'W],
'[ 'Cube 'G 'B 'B 'R 'W 'G, 'Cube 'R 'G 'R 'W 'B 'W,
- 'Cube 'R 'W 'G 'B 'R 'R, 'Cube 'W 'R 'W 'G 'G 'B]]))
+ 'Cube 'R 'W 'G 'B 'R 'R, 'Cube 'W 'R 'W 'G 'G 'B]])’
arising from a use of ‘print’
• In the expression: print (Proxy :: Proxy (Solutions Cubes))
In an equation for ‘main’:
diff --git a/testsuite/tests/perf/compiler/T9872c.stderr b/testsuite/tests/perf/compiler/T9872c.stderr
index 5c22868ff2..da4f655794 100644
--- a/testsuite/tests/perf/compiler/T9872c.stderr
+++ b/testsuite/tests/perf/compiler/T9872c.stderr
@@ -1,66 +1,66 @@
-T9872c.hs:18:8:
- No instance for (Show
- (Proxy
- (Cons
- (Cons
- (Cube G B W R B G)
- (Cons
- (Cube W G B W R R)
- (Cons (Cube R W R B G R) (Cons (Cube B R G G W W) Nil))))
- (Cons
- (Cons
- (Cube G B R W B G)
- (Cons
- (Cube R R W B G W)
- (Cons (Cube R G B R W R) (Cons (Cube W W G G R B) Nil))))
- (Cons
- (Cons
- (Cube G W R B B G)
- (Cons
- (Cube W B W R G R)
- (Cons (Cube R R B G W R) (Cons (Cube B G G W R W) Nil))))
- (Cons
- (Cons
- (Cube G R W B B G)
- (Cons
- (Cube R W B G R W)
- (Cons
- (Cube R B R W G R) (Cons (Cube W G G R W B) Nil))))
- (Cons
- (Cons
- (Cube G R B B W G)
- (Cons
- (Cube W W R G B R)
- (Cons
- (Cube R B G W R R)
- (Cons (Cube B G W R G W) Nil))))
- (Cons
- (Cons
- (Cube G W B B R G)
- (Cons
- (Cube R B G R W W)
- (Cons
- (Cube R R W G B R)
- (Cons (Cube W G R W G B) Nil))))
- (Cons
- (Cons
- (Cube G B B W R G)
- (Cons
- (Cube W R G B W R)
- (Cons
- (Cube R G W R B R)
- (Cons (Cube B W R G G W) Nil))))
- (Cons
- (Cons
- (Cube G B B R W G)
- (Cons
- (Cube R G R W B W)
- (Cons
- (Cube R W G B R R)
- (Cons (Cube W R W G G B) Nil))))
- Nil))))))))))
- arising from a use of ‘print’
- In the expression: print (Proxy :: Proxy (Solutions Cubes))
- In an equation for ‘main’:
- main = print (Proxy :: Proxy (Solutions Cubes))
+T9872c.hs:18:8: error:
+ • No instance for ‘Show
+ (Proxy
+ (Cons
+ (Cons
+ (Cube G B W R B G)
+ (Cons
+ (Cube W G B W R R)
+ (Cons (Cube R W R B G R) (Cons (Cube B R G G W W) Nil))))
+ (Cons
+ (Cons
+ (Cube G B R W B G)
+ (Cons
+ (Cube R R W B G W)
+ (Cons (Cube R G B R W R) (Cons (Cube W W G G R B) Nil))))
+ (Cons
+ (Cons
+ (Cube G W R B B G)
+ (Cons
+ (Cube W B W R G R)
+ (Cons (Cube R R B G W R) (Cons (Cube B G G W R W) Nil))))
+ (Cons
+ (Cons
+ (Cube G R W B B G)
+ (Cons
+ (Cube R W B G R W)
+ (Cons
+ (Cube R B R W G R) (Cons (Cube W G G R W B) Nil))))
+ (Cons
+ (Cons
+ (Cube G R B B W G)
+ (Cons
+ (Cube W W R G B R)
+ (Cons
+ (Cube R B G W R R)
+ (Cons (Cube B G W R G W) Nil))))
+ (Cons
+ (Cons
+ (Cube G W B B R G)
+ (Cons
+ (Cube R B G R W W)
+ (Cons
+ (Cube R R W G B R)
+ (Cons (Cube W G R W G B) Nil))))
+ (Cons
+ (Cons
+ (Cube G B B W R G)
+ (Cons
+ (Cube W R G B W R)
+ (Cons
+ (Cube R G W R B R)
+ (Cons (Cube B W R G G W) Nil))))
+ (Cons
+ (Cons
+ (Cube G B B R W G)
+ (Cons
+ (Cube R G R W B W)
+ (Cons
+ (Cube R W G B R R)
+ (Cons (Cube W R W G G B) Nil))))
+ Nil)))))))))’
+ arising from a use of ‘print’
+ • In the expression: print (Proxy :: Proxy (Solutions Cubes))
+ In an equation for ‘main’:
+ main = print (Proxy :: Proxy (Solutions Cubes))