summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/indexed-types/should_fail/SimpleFail5a.stderr
blob: 861ef5c869013a967705b851bd61a1f0b561b047 (plain)
1
2
3
4
5
6
7
8
9
10

SimpleFail5a.hs:31:11:
    Couldn't match type `a' with `Int'
      `a' is a rigid type variable bound by
          the type signature for bar3wrong :: S3 a -> a
          at SimpleFail5a.hs:31:1
    Expected type: S3 a
      Actual type: S3 Int
    In the pattern: D3Int
    In an equation for `bar3wrong': bar3wrong D3Int = 1