summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T8450.stderr
blob: 3c394b1161da7b546c9bf6bfee7c025fc3559fd1 (plain)
1
2
3
4
5
6
7
8
9
10
11

T8450.hs:8:7: error: [GHC-25897]
    • Couldn't match expected type ‘a’ with actual type ‘()’
      ‘a’ is a rigid type variable bound by
        the type signature for:
          run :: forall a. a
        at T8450.hs:7:1-18
    • In the expression: runEffect $ (undefined :: Either a ())
      In an equation for ‘run’:
          run = runEffect $ (undefined :: Either a ())
    • Relevant bindings include run :: a (bound at T8450.hs:8:1)