blob: 4b700ca468f466a44c9e5af0bc46a05197353ce1 (
plain)
1
2
3
4
5
6
|
ArrowExistential.hs:16:27: error: [GHC-64525]
• Proc patterns cannot use existential or GADT data constructors
• In the pattern: Bar a
In a case alternative within arrow notation: Bar a -> foo -< a
In the command: case x of Bar a -> foo -< a
|