summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T1899.stderr
blob: b0c017351aedc0ac5a5872ab2e19c7520a069c00 (plain)
1
2
3
4
5
6
7
8
9
10

T1899.hs:14:36:
    Couldn't match type `a' with `Proposition a0'
      `a' is a rigid type variable bound by
          the type signature for transRHS :: [a] -> Int -> Constraint a
          at T1899.hs:10:2
    Expected type: [Proposition a0]
      Actual type: [a]
    In the first argument of `Auxiliary', namely `varSet'
    In the first argument of `Prop', namely `(Auxiliary varSet)'