blob: 5be6fbb46272110320e0d950bf4768edcd858ec6 (
plain)
1
2
3
4
5
6
7
|
T16762c.hs:10:10: 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 definition of data constructor ‘MkT’
In the data declaration for ‘T’
|