diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci059.script')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci059.script | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci059.script b/testsuite/tests/ghci/scripts/ghci059.script new file mode 100644 index 0000000000..a78be192d8 --- /dev/null +++ b/testsuite/tests/ghci/scripts/ghci059.script @@ -0,0 +1,6 @@ +# At one point, :info Coercible would not report it as a constraint, but as a +# data type. So this test case ensures that this is broken later. + +:m + Data.Coerce +:info Coercible +:info coerce |