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

RepPolyPatBind.hs:18:5: error:
    • The binder ‘x’ does not have a fixed runtime representation:
        a :: TYPE rep
    • In the expression:
        let
          x, y :: a
          (# x, y #) = undefined
        in x
      In an equation for ‘foo’:
          foo _
            = let
                x, y :: a
                (# x, y #) = undefined
              in x