diff options
Diffstat (limited to 'testsuite/tests/dependent/should_fail/T15380.stderr')
-rw-r--r-- | testsuite/tests/dependent/should_fail/T15380.stderr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/dependent/should_fail/T15380.stderr b/testsuite/tests/dependent/should_fail/T15380.stderr new file mode 100644 index 0000000000..9b30078c64 --- /dev/null +++ b/testsuite/tests/dependent/should_fail/T15380.stderr @@ -0,0 +1,6 @@ + +T15380.hs:16:16: error: + • Expecting one more argument to ‘To (M x)’ + Expected a type, but ‘To (M x)’ has kind ‘Rep (M x) -> M x’ + • In the type ‘To (M x)’ + In the type family declaration for ‘MDefault’ |