summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T14055.stderr
blob: 19e4d59112d903992282538084b779d209c56473 (plain)
1
2
3
4
5
6

T14055.hs:6:18: error:
    • Expected kind ‘() -> X’, but ‘t -> ()’ has kind ‘*’
    • In the first argument of ‘RollX’, namely ‘(t -> ())’
      In the type ‘RollX (t -> ())’
      In the type family declaration for ‘F’