blob: 3637dece24220271f36b30f2f3b0d0fdfe8675c9 (
plain)
1
2
3
4
5
6
|
BadTelescope2.hs:9:8: error:
• These kind and type variables: a k (b :: k)
are out of dependency order. Perhaps try this ordering:
k (a :: k) (b :: k)
• In the type signature: foo :: forall a k (b :: k). SameKind a b
|