diff options
Diffstat (limited to 'testsuite/tests/polykinds/T16902.stderr')
-rw-r--r-- | testsuite/tests/polykinds/T16902.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/polykinds/T16902.stderr b/testsuite/tests/polykinds/T16902.stderr index 61d1b0a2ae..69022b3a1a 100644 --- a/testsuite/tests/polykinds/T16902.stderr +++ b/testsuite/tests/polykinds/T16902.stderr @@ -1,9 +1,9 @@ -T16902.hs:11:10: error: +T16902.hs:12:10: error: • Expected a type, but found something with kind ‘a’ ‘a’ is a rigid type variable bound by the data constructor ‘MkF’ - at T16902.hs:11:3-12 + at T16902.hs:12:3-12 • In the type ‘F a’ In the definition of data constructor ‘MkF’ In the data declaration for ‘F’ |