summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail181.stderr
blob: 887c65f574712347e6fc67f7b744426d1018822d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

tcfail181.hs:17:9: error:
    • Could not deduce (Monad m0) arising from a use of ‘foo’
      from the context: Monad m
        bound by the inferred type of
                   wog :: Monad m => p -> Something (m Bool) e
        at tcfail181.hs:17:1-30
      The type variable ‘m0’ is ambiguous
      Potentially matching instances:
        instance Monad IO -- Defined in ‘GHC.Base’
        instance Monad Maybe -- Defined in ‘GHC.Base’
        ...plus six others
        ...plus one instance involving out-of-scope types
        (use -fprint-potential-instances to see them all)
    • In the expression: foo
      In the expression: foo {bar = return True}
      In an equation for ‘wog’: wog x = foo {bar = return True}