summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/T17536b.stderr
blob: 0682f44282b0e6be335ce8c4015cbed1491e8435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

T17536b.hs:19:7: error:
    • The first pattern in the lambda abstraction
      does not have a fixed runtime representation.
      Its type is:
        a :: TYPE r
      NB: GHC does not (yet) support rewriting in runtime representations.
      Please comment on GHC ticket #13105 if this is causing you trouble.
      <https://gitlab.haskell.org/ghc/ghc/-/issues/13105>
    • In the expression: \ _ -> 0
      In an equation for ‘g’: g L = \ _ -> 0

T17536b.hs:20:7: error:
    • The first pattern in the lambda abstraction
      does not have a fixed runtime representation.
      Its type is:
        a :: TYPE r
      NB: GHC does not (yet) support rewriting in runtime representations.
      Please comment on GHC ticket #13105 if this is causing you trouble.
      <https://gitlab.haskell.org/ghc/ghc/-/issues/13105>
    • In the expression: \ _ -> 3#
      In an equation for ‘g’: g U = \ _ -> 3#