summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/RepPolyUnboxedPatterns.stderr
blob: ced2503ca92bb059e3dfc7c6b1564851f8f03bce (plain)
1
2
3
4
5
6
7
8
9
10

RepPolyUnboxedPatterns.hs:8:1: error:
    The type of the first pattern in the equation for ‘foo’
    does not have a fixed runtime representation:
      (# a, b #) :: TYPE ('TupleRep '[rep1, rep2])

RepPolyUnboxedPatterns.hs:11:1: error:
    The type of the first pattern in the equation for ‘bar’
    does not have a fixed runtime representation:
      (# a | b #) :: TYPE ('SumRep '[rep1, rep2])