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

RepPolyTupleSection.hs:11:7: error: [GHC-55287]
    • The second component of the tuple section
      does not have a fixed runtime representation.
      Its type is:
        t1 :: TYPE t0
      Cannot unify ‘r’ with the type variable ‘t0’
      because it is not a concrete ‘RuntimeRep’.
    • In the expression: (# 3#, #)
      In an equation for ‘foo’: foo = (# 3#, #)
    • Relevant bindings include
        foo :: a -> (# Int#, a #) (bound at RepPolyTupleSection.hs:11:1)