summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail003.stderr
blob: dbcc63f419e02d91580750e1e92eb52c2e51667a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

readFail003.hs:4:27: error:
    • Couldn't match expected type ‘(a, [a1], [a2])’
                  with actual type ‘a’
    • In the expression: a
      In a pattern binding:
        ~(a, b, c)
          | nullity b = a
          | nullity c = a
          | otherwise = a
          where
              nullity = null
    • Relevant bindings include
        a :: a (bound at readFail003.hs:4:3)
        b :: [a1] (bound at readFail003.hs:4:5)
        c :: [a2] (bound at readFail003.hs:4:7)