diff options
Diffstat (limited to 'testsuite/tests/gadt/T3163.stderr')
-rw-r--r-- | testsuite/tests/gadt/T3163.stderr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/gadt/T3163.stderr b/testsuite/tests/gadt/T3163.stderr index e60ffcc47c..b93b523441 100644 --- a/testsuite/tests/gadt/T3163.stderr +++ b/testsuite/tests/gadt/T3163.stderr @@ -1,5 +1,5 @@ - -T3163.hs:8:5: - Illegal polymorphic or qualified type: forall s. s - In the definition of data constructor `Unreached' - In the data type declaration for `Taker' +
+T3163.hs:8:5:
+ Illegal polymorphic or qualified type: forall s. s
+ In the definition of data constructor `Unreached'
+ In the data declaration for `Taker'
|