summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc164.hs
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-06-18 22:44:19 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2016-06-20 16:22:07 +0200
commit3dc1202546e63b50f828a34474717b1ddcbed5c7 (patch)
tree745fde8e9712c6d0b0507d9ae4988736c678abdb /testsuite/tests/typecheck/should_compile/tc164.hs
parentcf6e65693588cd9d40c895279f2e53d3d25a2c58 (diff)
downloadhaskell-3dc1202546e63b50f828a34474717b1ddcbed5c7.tar.gz
Testsuite: tabs -> spaces [skip ci]
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/tc164.hs')
-rw-r--r--testsuite/tests/typecheck/should_compile/tc164.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_compile/tc164.hs b/testsuite/tests/typecheck/should_compile/tc164.hs
index ed6fa429aa..0faada45be 100644
--- a/testsuite/tests/typecheck/should_compile/tc164.hs
+++ b/testsuite/tests/typecheck/should_compile/tc164.hs
@@ -7,6 +7,6 @@ data UniqueSupply = US Integer
newUnique :: (?uniqueSupply :: UniqueSupply) => Integer
newUnique = r
where US r = ?uniqueSupply
- -- The lazy pattern match in the where clause killed GHC 5.04
- -- because the type {?uniqueSupply::UniqueSupply} of the RHS
- -- of the 'where' didn't look like a UniqueSupply
+ -- The lazy pattern match in the where clause killed GHC 5.04
+ -- because the type {?uniqueSupply::UniqueSupply} of the RHS
+ -- of the 'where' didn't look like a UniqueSupply