diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T10248.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/T10248.stderr | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/testsuite/tests/ghci/scripts/T10248.stderr b/testsuite/tests/ghci/scripts/T10248.stderr index 7172d4aa50..9de7323928 100644 --- a/testsuite/tests/ghci/scripts/T10248.stderr +++ b/testsuite/tests/ghci/scripts/T10248.stderr @@ -1,14 +1,14 @@ -
-<interactive>:2:10: error:
- • Found hole: _ :: f a
- Where: ‘f’ is a rigid type variable bound by
- the inferred type of it :: Functor f => f (Maybe a)
- at <interactive>:2:1-10
- ‘a’ is a rigid type variable bound by
- the inferred type of it :: Functor f => f (Maybe a)
- at <interactive>:2:1-10
- • In the second argument of ‘(<$>)’, namely ‘_’
- In the expression: Just <$> _
- In an equation for ‘it’: it = Just <$> _
- • Relevant bindings include
- it :: f (Maybe a) (bound at <interactive>:2:1)
+ +<interactive>:2:10: error: + • Found hole: _ :: f a + Where: ‘f’ is a rigid type variable bound by + the inferred type of it :: Functor f => f (Maybe a) + at <interactive>:2:1-10 + ‘a’ is a rigid type variable bound by + the inferred type of it :: Functor f => f (Maybe a) + at <interactive>:2:1-10 + • In the second argument of ‘(<$>)’, namely ‘_’ + In the expression: Just <$> _ + In an equation for ‘it’: it = Just <$> _ + • Relevant bindings include + it :: f (Maybe a) (bound at <interactive>:2:1) |