diff options
Diffstat (limited to 'testsuite/tests/overloadedrecflds/ghci/duplicaterecfldsghci01.stdout')
-rw-r--r-- | testsuite/tests/overloadedrecflds/ghci/duplicaterecfldsghci01.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/overloadedrecflds/ghci/duplicaterecfldsghci01.stdout b/testsuite/tests/overloadedrecflds/ghci/duplicaterecfldsghci01.stdout index c7550d36e2..ae87b8ea19 100644 --- a/testsuite/tests/overloadedrecflds/ghci/duplicaterecfldsghci01.stdout +++ b/testsuite/tests/overloadedrecflds/ghci/duplicaterecfldsghci01.stdout @@ -4,7 +4,7 @@ data T a = MkT {foo :: Bool, ...} -- Defined at <interactive>:4:18 foo :: T a -> Bool -<interactive>:9:6: error: +<interactive>:9:6: error: [GHC-83865] • Couldn't match expected type ‘T a0’ with actual type ‘S’ • In the first argument of ‘foo’, namely ‘(MkS 42)’ In the expression: foo (MkS 42) |