blob: eb51ca56926a865feb3ab9c04c2b2dd13f92cb57 (
plain)
1
2
3
4
5
6
7
8
|
TidyClassKinds.hs:12:10: error:
• Illegal instance declaration for
‘Poly @{k -> *} @{k -> *} (ProxySyn @{k}) (ProxySyn @{k})’
(All instance types must be of the form (T t1 ... tn)
where T is not a synonym.
Use TypeSynonymInstances if you want to disable this.)
• In the instance declaration for ‘Poly ProxySyn ProxySyn’
|