diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T19158.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/T19158.stderr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T19158.stderr b/testsuite/tests/ghci/scripts/T19158.stderr new file mode 100644 index 0000000000..9b15a102e8 --- /dev/null +++ b/testsuite/tests/ghci/scripts/T19158.stderr @@ -0,0 +1,6 @@ + +<interactive>:1:5: error: + • Expecting one more argument to ‘Maybe’ + Expected a type, but ‘Maybe’ has kind ‘* -> *’ + • In the type ‘Maybe’ + In the expression: id @Maybe |