blob: 0241dc97393d7e1d2f63129eb7b3a769f92c3fd4 (
plain)
1
2
3
4
5
6
|
ArrowGADTKappa.hs:17:26: error:
• Proc patterns cannot use existential or GADT data constructors
• In the pattern: MkG g
In an arrow kappa abstraction: (MkG g) -> show -< g
In the command: (id -< x) `handleG` (MkG g) -> show -< g
|