summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/RepPolyArrowFun.stderr
blob: 6f2f6e3387238a01f7f2e7d50c1ab9dc05d783f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

RepPolyArrowFun.hs:29:19: error: [GHC-55287]
    • • The function in the first order arrow application of
          ‘undefined’
        to
          ‘x’
        does not have a fixed runtime representation.
        Its type is:
          arr a a :: TYPE r
      • The return type of the arrow function
          ‘first’
        does not have a fixed runtime representation.
        Its type is:
          arr (b, d) (c, d) :: TYPE r
      • The return type of the arrow function
          ‘(>>>)’
        does not have a fixed runtime representation.
        Its type is:
          arr a c :: TYPE r
      • The return type of the arrow function
          ‘arr’
        does not have a fixed runtime representation.
        Its type is:
          arr b c :: TYPE r
    • In the command: undefined -< x
      In the expression: proc x -> undefined -< x
      In an equation for ‘foo’: foo _ = proc x -> undefined -< x