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

f = proc x -> (_ -< _,
               _ -< _,
               _ -< _,
               _ -< _,
               _ -< _)