summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T8227.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/T8227.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/T8227.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T8227.stderr b/testsuite/tests/indexed-types/should_fail/T8227.stderr
index e32d0272f6..8d490d67ca 100644
--- a/testsuite/tests/indexed-types/should_fail/T8227.stderr
+++ b/testsuite/tests/indexed-types/should_fail/T8227.stderr
@@ -1,7 +1,7 @@
T8227.hs:16:27:
- Couldn't match type ‛Scalar (V (Scalar (V a)))’ with ‛Scalar (V a)’
- NB: ‛Scalar’ is a type function, and may not be injective
+ Couldn't match type ‘Scalar (V (Scalar (V a)))’ with ‘Scalar (V a)’
+ NB: ‘Scalar’ is a type function, and may not be injective
Expected type: Scalar (V a)
Actual type: Scalar (V (Scalar (V a)))
-> Scalar (V (Scalar (V a)))
@@ -11,5 +11,5 @@ T8227.hs:16:27:
absoluteToParam :: Scalar (V a) -> a -> Scalar (V a)
(bound at T8227.hs:16:1)
In the expression: arcLengthToParam eps eps
- In an equation for ‛absoluteToParam’:
+ In an equation for ‘absoluteToParam’:
absoluteToParam eps seg = arcLengthToParam eps eps