summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/T14628.stderr
blob: 276d63ff3835cae04d90363aa10fd100bbead4ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<interactive>:4:7:
     Couldn't match type ‘m’ with ‘(,) a0’
        ‘m’ is untouchable
          inside the constraints: ()
          bound by the inferred type of it :: ((), Int)
          at <interactive>:4:1-25
      ‘m’ is an interactive-debugger skolem
      Expected type: (a0, ((), Int))
        Actual type: m ((), Int)
     In the second argument of ‘($)’, namely ‘runStateT _result 0’
      In the expression: snd $ runStateT _result 0
      In an equation for ‘it’: it = snd $ runStateT _result 0