summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T8649.stderr
blob: 96afa36a540ef1ae6d6ff65502ff637369d356d3 (plain)
1
2
3
4
5
6
7
8

<interactive>:4:4: error:
    • Couldn't match expected type ‘Ghci1.X’ with actual type ‘X’
      NB: ‘Ghci1.X’ is defined at <interactive>:1:1-14
          ‘X’ is defined at <interactive>:3:1-25
    • In the first argument of ‘f’, namely ‘(Y 3)’
      In the expression: f (Y 3)
      In an equation for ‘it’: it = f (Y 3)