ghc-exactprint-0.5.6.0: tests/examples/ghc84/arrowfail003.hs
{-# LANGUAGE Arrows #-}
-- Arrow commands where an expression is expected
module ShouldFail where
import Control.Arrow
foo = returnA -< []
bar = (|zeroArrow|)
{-# LANGUAGE Arrows #-}
-- Arrow commands where an expression is expected
module ShouldFail where
import Control.Arrow
foo = returnA -< []
bar = (|zeroArrow|)