diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci050.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci050.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci050.stderr b/testsuite/tests/ghci/scripts/ghci050.stderr index 4b454bd8bf..31232b6b0b 100644 --- a/testsuite/tests/ghci/scripts/ghci050.stderr +++ b/testsuite/tests/ghci/scripts/ghci050.stderr @@ -4,10 +4,10 @@ with actual type ‘a’ ‘a’ is a rigid type variable bound by the instance declaration at <interactive>:5:10 + In the expression: a + In the expression: [a, b] Relevant bindings include b :: a (bound at <interactive>:5:43) a :: a (bound at <interactive>:5:41) asList :: (a, a) -> [ListableElem (a, a)] (bound at <interactive>:5:33) - In the expression: a - In the expression: [a, b] |