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

f = proc x -> [_ -< _,
               _ -< _,
               _ -< _,
               _ -< _,
               _ -< _]