aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Arrows/do.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE Arrows #-}
module Do where
f g h = proc x -> do
y <- g -< x
h -< y{- ORACLE_TEST pass -}
{-# LANGUAGE Arrows #-}
module Do where
f g h = proc x -> do
y <- g -< x
h -< y