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

RepPolyPatBind.hs:18:5: error: [GHC-55287]
    • • The binder ‘y’ does not have a fixed runtime representation.
        Its type is:
          a :: TYPE rep
      • The binder ‘x’ does not have a fixed runtime representation.
        Its type is:
          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