summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/T14628.stderr
blob: 8990cdb97b863edb39b5acb2f98c8666b1264306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

<interactive>:4:7: error:
    • Couldn't match type ‘m’ with ‘(,) a0’
      Expected: (a0, ((), Int))
        Actual: m ((), Int)
        ‘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
    • 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