summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T15898.stderr
blob: aeda5ba5fec7218b6546cf7f69f9eb06359bba41 (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

<interactive>:3:14: error:
    • Expected a type, but ‘'()’ has kind ‘()’
    • In an expression type signature: '()
      In the expression: undefined :: '()
      In an equation for ‘it’: it = undefined :: '()

<interactive>:4:14: error:
    • Expected kind ‘* -> *’, but ‘Proxy '()’ has kind ‘*’
    • In an expression type signature: Proxy '() Int
      In the expression: undefined :: Proxy '() Int
      In an equation for ‘it’: it = undefined :: Proxy '() Int

<interactive>:5:14: error:
    • Expected a type, but ‘[(), ()]’ has kind ‘[*]’
    • In an expression type signature: [(), ()]
      In the expression: undefined :: [(), ()]
      In an equation for ‘it’: it = undefined :: [(), ()]

<interactive>:6:14: error:
    • Expected a type, but ‘'( '[], '[])’ has kind ‘([k0], [k1])’
    • In an expression type signature: '( '[], '[])
      In the expression: undefined :: '( '[], '[])
      In an equation for ‘it’: it = undefined :: '( '[], '[])