haskell-names-0.9.7: tests/annotations/Arrows.hs
{-# LANGUAGE Arrows #-}
module Arrows where
x y = proc z -> do
a <- y -< z
b <- y -< a
y -< b
{-# LANGUAGE Arrows #-}
module Arrows where
x y = proc z -> do
a <- y -< z
b <- y -< a
y -< b