summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/cmdFail007.hs
blob: 1d3c3adc17a5fbc169c133300160cd62fc8bbb53 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE Arrows #-}
module CmdFail007 where

f = proc x ->
      (_ -< _) { a = _ -< _,
                 b = _ -< _,
                 c = _ -< _ }