summaryrefslogtreecommitdiff
path: root/testsuite/tests/qualifieddo/should_fail/qdofail001.stderr
blob: 62cc54e2df00fd7042336a2b607b0d83ca3f672b (plain)
1
2
3
4
5
6
7
8
9
10

qdofail001.hs:11:7:
     Couldn't match expected type ‘Int’ with actual type ‘Char’
     In the pattern: ' '
      In a stmt of a qualified 'do' block: y@' ' <- [1, 2 :: Int]
      In the second argument of ‘($)’, namely
        ‘P.do x <- [1, 2]
              y@' ' <- [1, 2 :: Int]
              [1, 2]
              return y’