blob: 596cae306e195785fb8cb97b43ad7886a5c1f12c (
plain)
1
2
3
4
5
6
7
|
PolyKinds07.hs:10:11: error:
• Data constructor ‘A1’ cannot be used here
(it is defined and used in the same recursive group)
• In the first argument of ‘B’, namely ‘'A1’
In the type ‘B 'A1’
In the definition of data constructor ‘B1’
|