summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T16204c.stderr
blob: 48d63785adfbffb327387b82a30ca3d5b1ea5f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

T16204c.hs:16:8: error:
    • Couldn't match kind ‘Rep’ with ‘*’
      When matching types
        a0 :: Rep
        a :: *
      Expected type: Sing a
        Actual type: Sing a0
    • In the first argument of ‘id’, namely ‘sTo’
      In the expression: id sTo
      In an equation for ‘x’: x = id sTo
    • Relevant bindings include x :: Sing a (bound at T16204c.hs:16:1)