blob: 27a4c46092ca9b4cff1e42f52407f41b4a52ea95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
T12593.hs:12:31: error: [GHC-83865]
• Expecting one more argument to ‘k’
Expected a type, but
‘k’ has kind
‘((k0 -> Constraint) -> k1 -> *) -> Constraint’
• In the kind ‘k’
In the type signature:
run :: k2 q =>
Free k k1 k2 p a b
-> (forall (c :: k) (d :: k1). p c d -> q c d) -> q a b
|