2 export-type.hs:3:16: error:
3 Pattern synonyms can only be bundled with matching type constructors
4 Couldn't match expected type of ‘A’ with actual type of ‘B’
5 In the pattern synonym: MyB
6 In the export: A(.., MyB)
8 export-type.hs:3:27: error:
9 Pattern synonyms can only be bundled with matching type constructors
10 Couldn't match expected type of ‘B’ with actual type of ‘A’
11 In the pattern synonym: MyA
14 export-type.hs:3:35: error:
15 Pattern synonyms can only be bundled with matching type constructors
16 Couldn't match expected type of ‘C a’ with actual type of ‘B’
17 In the pattern synonym: MyC