1 2 3 4 5 6 7 8 9
{-# LANGUAGE Arrows #-} -- Arrow commands where an expression is expected module ShouldFail where import Control.Arrow foo = returnA -< [] bar = (|zeroArrow|)