summaryrefslogtreecommitdiff
path: root/testsuite/tests/arrows/should_fail/arrowfail004.stderr
blob: 32f5c0ce3f7cbb28050e36bee3131aa880aaedf5 (plain)
1
2
3
4
5
6

arrowfail004.hs:12:15: error: [GHC-64525]
    • Proc patterns cannot use existential or GADT data constructors
    • In the pattern: T x
      In the expression: proc (T x) -> do returnA -< T x
      In an equation for ‘panic’: panic = proc (T x) -> do returnA -< T x