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

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

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